.navbar-dark .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;

}

h1,h2,h3,h4, p, small, span,a{
    font-family: 'Poppins', sans-serif !important;
}

.primary{
    background-color: #edb304 !important;
}
.color-primary{
    color: #edb304 !important;
}

.secondary{
    background-color: #2e7abb !important;
}
.color-secondary{
    color:#2e7abb
}

.tertiary{
    background-color: #2b2e82 !important;
}
.color-tertiary{
    color: #2b2e82 !important;
}

.shadow{
    -webkit-box-shadow: 10px 6px 27px -1px rgba(0,0,0,0.33);
    -moz-box-shadow: 10px 6px 27px -1px rgba(0,0,0,0.33);
    box-shadow: 10px 6px 27px -1px rgba(0,0,0,0.33);
}

.logo-2{
    position: relative;
    background: url(../img/logo-2.png);
    height: 90px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.facility-item .facility-text::before {

    z-index: 0 !important;
}

.facility-item .facility-icon::before {
    z-index: 0 !important;
}

.facility-item .facility-text * {
    z-index: 0 !important;
}

.btn-primary{
    background-color: #2e7abb;
    border-color:#2e7abb ;
}


.carousel-control-prev div, .carousel-control-next div{
    background-color:#2b2e82 !important;
    border-radius: 45px;
    padding: 8px !important;
    padding-bottom: 5px !important;
}

.section-about .g-5, .gy-5 {
    --bs-gutter-y: -6rem;
}



.section-about a:hover{
    background-color: #edb304;
    border-color: #edb304;
    
}

.img-about{
    background-image: url('../img/img-about-2.png');
    background-size: 400px 500px;
    background-repeat: no-repeat;
} 

.img-about-1{
    height: 75% !important;
}

.img-form-1{
    /* margin-top: 50px; */
    
    bottom: 0 !important;
}

.img-form-2{
    
    padding-right: 30px;
    bottom: 0 !important;

}



.section-form button:hover{
    background-color: #ffc200;
    -webkit-box-shadow: 0px 2px 27px -1px rgba(231,166,26,1) !important;
    -moz-box-shadow: 0px 2px 27px -1px rgba(231,166,26,1) !important;
    box-shadow: 0px 2px 27px -1px rgba(231,166,26,1) !important;

}

.footer .btn.btn-social {
    width: 80px !important;
    height: 80px !important;  
}

.footer .btn.btn-social:hover {
    -webkit-box-shadow: 0px 2px 27px -1px rgba(231,166,26,1);
    -moz-box-shadow: 0px 2px 27px -1px rgba(231,166,26,1);
    box-shadow: 0px 2px 27px -1px rgba(231,166,26,1);
    
}

.icon-footer {
    font-size: 30px;   
}

.icone-contato{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;

    background-color: #1db71a;
    border-radius: 40px;
    padding-left: 5px;
    padding-right: 5px;

    box-shadow: 0 8px 32px 0 rgba( 29, 183, 26, 0.37 );
    backdrop-filter: blur( 14px );
    -webkit-backdrop-filter: blur( 14px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );

    z-index: 99;
}

.icone-contato p{
    font-size: 1.3rem;
    color:white;

}

@media screen and (max-width:1399px){
    .card-form .img-form-1{
        padding-right: 71px;
        bottom: 0 !important;
        width: 123% !important;
    }

}

@media screen and (max-width:1200px){
    .section-about .g-5, .gy-5 {
        --bs-gutter-y: 3rem;
    }

    .img-about-1{
        margin-top: 28px !important;
    }
}


@media screen and (max-width:992px){
    .img-about-1{
        width: 85% !important;
        padding-left: 91px;
    }
    .card-form{
         display: none !important; 
    }
    .card-form-2{
        display: initial !important;
        /* min-height: 500px !important; */
    }
    .card-form-2 .img-form-1{
        width: 75% !important;
        margin-left: 75px;
    }
    .section-about .g-5, .gy-5 {
        --bs-gutter-y: -2rem;
    }

}

@media screen and (max-width:767px){

    .card-form-2 .img-form-1{

        width: 94% !important;
        margin-left: 15px;

    }
    /* .card-form-2 .img-form-2{

        margin-left: 40px !important;
    } */
}


@media screen and (max-width:665px){
    .img-about-1{
        height: 90% !important;
    }
    /* .img-about-2{
        height: 95% !important;
    } */
    .about-img .images{
        min-height: 400px !important;
    }

    .card-form{
        min-height: 400px !important;
    }

    .card-form-2 .img-form-1{


    }

}

@media screen and (max-width:576px){
    .img-about-1{
        height: 90% !important;
    }
    .img-about-2{
        height: 95% !important;
    }
    .about-img .images{
        min-height: 400px !important;
    }

    .card-form{
        min-height: 400px !important;
    }
}

@media screen and (max-width:486px){
    /* .section-about .g-5, .gy-5 {
        --bs-gutter-y: 3rem;
    } */

    .img-about-1{
        margin-top: 27px !important;
        width: 100% !important;
    }
    .card-form-2{
        min-height: 385px !important;
    }

}

@media screen and (max-width:422px){
    /* .section-about .g-5, .gy-5 {
        --bs-gutter-y: 3rem;
    } */

    .img-about-1{
        margin-top: 0px !important;
        width: 110% !important;
        padding-left: 70px;
    }
}

@media screen and (max-width:388px){
    /* .section-about .g-5, .gy-5 {
        --bs-gutter-y: 3rem;
    } */

    .img-about-1{
        margin-top: 12px !important;
        width: 120% !important;
    }
}

@media screen and (max-width:280px){
    /* .section-about .g-5, .gy-5 {
        --bs-gutter-y: 3rem;
    } */

    .img-about-1{
        margin-top: 48px !important;
        width: 134% !important;
        padding-left: 50px;
    }
}