body {
    color:#333;
    font-weight: 400;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
}
a{
 color: #58709d;
}
a:hover{
 color: #58709d;
}

.bg-TeAm{
    background: radial-gradient(circle, rgb(204 219 225) 35%, rgb(100 160 175) 100%);
    background-position: center center;
    background-size: cover;
}

h1.title{
    font-family: "Montserrat", sans-serif;
    font-weight:700;
    font-size:4rem;
    line-height: 3.5rem;
}

h1.title span{
    font-size:3rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  
  .video-container iframe, .video-container object, .video-container embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

@media (max-width:991px){
    h1.title{
        font-family: "Montserrat", sans-serif;
        font-weight:700;
        font-size:2.5rem;
        line-height: 2.2rem;
    }   
    h1.title span{
        font-size:1.8rem;
    }
}

.tit-sponsor{
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
}
.info{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.attention{
    font-size: 13px;
    font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: #409fd3;
    border-color: #108fd5;
    font-weight:bold;
}
.code {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0px;
    margin: 10px 0px 30px 0px;
    font-size: 20px;
    font-weight: bold;
}
.main .list-unstyled li{
 font-size:14px;
}
.btn-secondary {
    color: #333;
    background-color: #fcde01;
    border-color: #aa9a89;
    font-weight: bold;
    margin-bottom:5px;
    font-size: 16px;
}
footer {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}
.logo-gdb {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #ffdd00;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 10px;
    margin-bottom:30px;
}
.footer-bar ul li a .fab {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

ul.list-inline{
 padding:20px 0px;
 margin-bottom:0px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    position:relative;
}
.list-inline>li>a{
border-right: 1px solid #999999;
    padding: 0px 20px 0px 9px;
}
.contact {
 margin:auto 0 30px auto;
 font-family: "Montserrat", sans-serif;
}
.contact .dida{
 font-weight:600;
 font-size:11px;
 margin-bottom:10px;
}
.social ul.list-inline {
    padding: 0px 0px;
    margin-bottom: 0px;
}
.social h4{
 font-family: "Montserrat", sans-serif;
}
.social .menu-list > li {
 display: inline-block;
 position:relative; 
 width:40px;
 height:40px;
  background:#f8f9fa;
 border-radius:50%;
 text-align:center;
 padding-top:6px;
}
.social .menu-list > li > a {
 font-size:18px;
}
.social .menu-list > li:hover {
  background:#ffdd00;
}