body{
    font-family: 'Montserrat', sans-serif!important;
}

.h2-style {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.h2-white {
color: #FFF;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 90px 0 40px;
}

.number-square {
    border-radius: 5px;
    background: rgba(5, 70, 103, 0.40);
    padding: 10px;
}

.text-square {
    color: #FFF;
text-align: left;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 40px;
}

.btn-sol {
    background: transparent;
    border-radius: 10px;
    border: 3px solid #FFF;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    
    margin-top: 90px;
    padding: 15px 40px;
}

#logo {
    width: 369px;
    height: 56px;
    flex-shrink: 0;
    margin-bottom: 60px;
}

.fs_btn {
   
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700; 
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(10, 151, 212) !important;
}

.fill-light {
    background: #F4F7F94D;
    text-align: center;
    padding: 20px 100px;
    min-height: 360px;
}

.fill-dark {
    background: #F4F7F9E5;
    text-align: center;
    padding: 20px 100px;
    min-height: 360px;
}

.tag {
    background: #0A97D41A;
    border-radius: 20px;
    color: #054667;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin-bottom: 20px;
    width: 65%;
}

nav {
    background: rgb(0,54,120);
background: linear-gradient(90deg, rgba(0,54,120,1) 0%, rgba(87,32,0,1) 100%)!important;
    color: #fff;
}

.title-blue {
    color: #006C9F;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 117.4%;
    text-transform: uppercase;
}

.navbar-nav {
    margin-top: 20px;
}

.promo_item i {
    font-size: 40px;
    color: #414141 !important;
    margin-bottom: 33px;
}

.promo-icon {
    background: #F1AB24;
    padding: 35px;
    border-radius: 50%;
    margin-bottom: 33px;
}

.promo-text {
    text-transform: uppercase;
    color: rgb(241, 171, 36) !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    margin-bottom: 27px;
}

.promo-desc {
    color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 131.4%;
}

.block-text-av {
    color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 96.9%;
text-transform: uppercase;
}

.btn-yellow {
    border-radius: 5px;
    background: #F1AB24;
    width: 304px;
height: 70px;
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 96.9%;
}


.link-yellow {
    color: #F59C00;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 96.9%;
}

.service_content h4 {
    color: #006C9F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.9%;
    margin-bottom: 33px;
}

.service_content p {
color: #282828;
text-align: center;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 123.4%;
}

.palestrante-img {
    border-color: rgb(85, 85, 85);
    border-style: none;
    border-width: 1px !important;
    border-radius: 5px;
}

.team_info h3 {
    color: #414141;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 96.9%;
margin-bottom: 23px!important;
}

.team_info p {
    color: #414141;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 116.4%;
}

.team_list {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
}

#patrocinio img {
    padding: 0 60px;
}

#cta-4 h3 {
    color: rgb(255, 255, 255);
    font-size: 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin-right: 120px;
}

@media (min-width: 992px) {
    .team_list .col-md-3 {
        padding: 40px;
    }

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #054667;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #054667;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #054667;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
  }
