html{
    scroll-behavior: smooth;
}
a:hover{
    text-decoration: none !important;
}
body{
    font-family: 'Roboto', sans-serif !important;
}
.space-between{
    justify-content: space-between !important;
}
.color-gray{
    color: #666c72;
}
a.btnFaleConosco{
    background: #000000;
    border-radius: 10rem;
    font-weight: 500;

}
a.btnFaleConosco:hover{
    background: rgb(66, 66, 66) !important;
    color: white !important;
}
.btnEnviar{
    background: #009ddf !important;
    color: #FFF !important;
    width: 100%;
}
.btnEnviar:hover{
    background: rgb(4, 80, 22) !important;
}
.title{
    color: #009ddf;
    text-transform: uppercase;
    position: relative;
    display: inline;
    font-size: 1.5rem;
}
.title2{
    color: #009ddf;
    text-transform: uppercase;
    position: relative;
    font-size: 1.5rem;
}
.color-green{
    color: #787e84 !important;
}
/* .title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60%;
    background: #009ddf;
}
.title2::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 60%;
    background: #009ddf;
} */
.fa-check-circle-o{
    color: #009ddf;
}
strong{
    color: #009ddf;
}
form{
    background: #ffffff;
    border-radius: 7px;
}
header h5{
    color: #009ddf;
    font-size: 24px;
}
header a{
    color: #009ddf!important;
    font-weight: 500;
    font-size: 23px;
}
header a i{
    font-size: 28px !important;
}
header a:hover{
    color: rgb(43, 145, 66)!important;
    text-decoration: none;
}
section.slide1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    overflow: hidden;
    background: #009ddf;
    /* background-image: url(../images/background.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide1 h1{
    line-height: 0.8em;
}
.slide1 h1 span{
    font-size: 0.7em;
}.faixa a:hover{
    color: #444444;
}
.faixa{
    padding: 48px 0;
    background: #dfdede;
}
.slide2 .icon ul li{
    text-align: center;
}
.slide2 .icon h6{
    color: #009ddf;
    padding: 0 8px;
    font-size: 0.9em;
}
.slide2 .icon img{
    max-width: 45px;
    max-height: 45px;
    width: 100%;
}
section.banner-image{
    background: #dfdede;
}
.slide3 h5{
    color: #009ddf;
    font-size: 1em;
    margin-top: 10px;
}
.slide4{
    background-image: url(https://dummyimage.com/1920x450/009ddf/009ddf);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 450px;
}
.slide5 .col-lg-4 .content{
    background: #fafafa;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    height: 520px;
    padding: 25px;
    text-align: center;
    border-radius: 13px;
    display: table-row-group;
}
.slide5 .col-lg-4 .content h5{
    color: #009ddf;
}
.slide5 .col-lg-4 .content span.line{
    height: 4px;
    width: 240px;
    background: #009ddf;
    position: absolute;
    left: 20%;
}
.flex-end1{
    justify-content: flex-end !important;
}
.text-24{
    font-size: 24px !important;
}
.slide5 .content p{
    font-size: 16px;
}
.slide6 .content .text{
    text-align: center;
    background: #009ddf;
    padding: 30px 0px;
    border-radius: 15px;
    color: white;
    font-size: 16px;
    max-width: 400px;
    width: 100%;
}
footer{
    background: #dfdede;
}
footer h5{
    font-size: 24px;
}
footer a{
    color: #666c72 !important;
}
footer a:hover{
    color: #444444!important;
    text-decoration: none;
}
footer .col-md-3 ul li{
    color: #666c72;
}

@media (max-width: 576px) { 
    header{
        padding-top: 3rem !important;
        text-align: center;
        
    }
    header .container .col-md-4:nth-child(3){
        justify-content: center !important;
    }
    header .col-md-4:nth-child(2){
        padding-top: 1rem !important;
    }
    section.slide1{
        height: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    section.slide1 .faixa .container h1 a span{
        margin: 0 !important;
    }
    section.slide1 .col-lg-6{
        padding-top: 25px;
    }
    section.slide1 form{
        padding: 1rem !important;
        margin-top: 25px;
    }
    section.slide2 .container .row .col-md-6 p{
        text-align: left !important;
    }
    section.slide2 .container .row .col-md-6 h2{
        text-align: left !important;
    }
    .slide3 .row{
        margin-top: 1rem !important;
    }
    .slide6 .col-lg-8 .content{
        display: block !important;
    }
    footer{
        text-align: center;
    }
    .button-fixed .container .content a{
        font-size: 15px;
    }
    .button-fixed .container .content a + a{
        font-size: 15px;
    }
 }

@media (max-width: 768px) { 
    section.slide1{
        height: auto;
        padding: 25px 0;
        text-align: center;
    }
    section.slide1 form{
        margin-top: 25px !important;
    }
    section.slide5 .content span.line{
        display: none;
    }
    footer{
        text-align: center;
    }
    
 }

@media (max-width: 992px) { 
    section.slide1{
        height: auto;
        padding: 25px 0;
        text-align: center;
    }
    section.slide1 form{
        margin-top: 25px !important;
    }
    section.slide5 .content span.line{
        display: none;
    }
    footer{
        text-align: center;
    }
 }

@media (max-width: 1200px) {  }

.button-fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 7px;
}
.button-fixed .container .content{
    display: flex;
}
.button-fixed .container .content a{
    background: #000;
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-fixed .container .content a + a + a{
    background: #009ddf;
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* ######### RESPONSIVIDADE DO VÍDEO ########### */
figure { width: 90%; min-width: 17.5em; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
.boxVideo {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ######### RESPONSIVIDADE DO VÍDEO ########### */