*{
    margin: 0;
    padding: 0;
    font-family: 'Varela Round', sans-serif;
}
img{
    max-width: 100%;
}
ul{
    margin-bottom: 0 !important;
}
header{
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0;
    z-index: 999;
}
.banner{
    width: 100%;
    margin: 100px 0 0 0;
    padding: 500px 0 0 0;
    background-position: top;
    background-size: cover;
}
#banner-1{
    background-image: url(../src/img/banner.webp);
}
#banner-2{
    background-image: url(../src/img/banner-2.webp);
}
#banner-3{
    background-image: url(../src/img/banner-3.webp);
}
#banner-4{
    background-image: url(../src/img/banner-4.webp);
}
.banner h2{
    text-align: right;
    padding: 0 100px;
    font-weight: 800;
    color: white;
    font-size: 3rem;
    filter: drop-shadow(2px 4px 6px black);
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.bg-light-green{
    background-color: #9acab9 !important;
}
.bg-blue-green{
    background-color: #20B095 !important;
}
.bg-light-green-image{
    background-color: #9acab9 !important;
    background-image: url('../src/img/bg-light-green.webp');
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-orange{
    background-color: #F05336 !important;
}
.btn-orange-secondary{
    color: #F05336 !important;
    background-color: white !important;
    border-color: #F05336 !important;
}
.alert{
    position: fixed !important;
    background-color: rgba(0,0,0, 0.6) !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    /* color: white !important; */
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    z-index: 999999  !important;
}
.alert-content{
    background-color: white;
    /* max-width: 100%; */
    max-width: 500px;
}
.alert-header{
    background-color: #F05336;
    display: flex;
    justify-content: end;
}
.alert a#btn-close-alert{
    color:  white;
    margin: 0 10px;
    display: block;
    cursor: pointer;
    font-size: 25px;
}
.alert-content p{
    margin: 10px;
}
.bg-dark-blue{
    background-color: #2e2959 !important;
}
.bg-dark-blue.btn:hover{
    background-color: #1e1b3b !important;
}
.missao{
    background-image: url('../src/img/mission.webp');
    background-repeat: no-repeat;
}
.visao{
    background-image: url('../src/img/eye.webp');
    background-repeat: no-repeat;
}
.valores{
    background-image: url('../src/img/rating.webp');
    background-repeat: no-repeat;
}
.btn-email{
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    margin: 0 auto;
}
.text-dark-blue{
    color: #2e2959;
}
.text-light-green{
    color: #9acab9;
}
.text-orange{
    color: #F05336;
}
.font-weight-bold{
    font-weight: 600;
}
.input{
    color: #F05336;
    border: 1px solid #F05336;
    outline: 0;
    width: -webkit-fill-available;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 20px;
}
.input::placeholder{
    text-transform: uppercase;
    color: #F05336;
    font-weight: 600;
}
textarea{
    padding: 5px 10px;
}
input[type="submit"]{
    border: none;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;

}
#institucional{
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #F5F4F2;
}
#metodo{
     background-color: #EFF9F8;
     background-size: cover; 
     background-repeat: no-repeat;
}
#contact {
    background-image: url('../src/img/bg-form.webp');
    background-repeat: no-repeat;
    background-color: #F6F5F3;
    background-size: contain;
}
.mobile{
    display: none;
}
.btn{
    border-radius: 30px !important;
    line-height: 1.2 !important;
}
#btn-wpp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.carousel-control-next[data-bs-target="#carouselBanner"], .carousel-control-prev[data-bs-target="#carouselBanner"]{
    margin: 100px 0 0 0;
    height: 615px;
}
@media(max-width: 800px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .banner{
        width: 100%;
        margin: 88px 0 0 0;
    }
    #banner-1{
        background-image: url(../src/img/banner-mobile.webp) !important;
    }
    #banner-2{
        background-image: url(../src/img/banner-2-mobile.webp) !important;
    }
    #banner-3{
        background-image: url(../src/img/banner-3-mobile.webp) !important;
    }
    #banner-4{
        background-image: url(../src/img/banner-4-mobile.webp) !important;
    }
    .banner h2{
        font-size: 2rem;
        padding: 0 10px;
    }
    .bg-light-green-image{
        background-size: cover;    
    }
}

@media(max-width: 350px){
    .banner h2{
        font-size: 1.5rem;
    }
}