main{
    gap: 150px;
    padding-bottom: 150px;
}


.banner{
    width: 100%;
    position: relative;
    margin-bottom: -100px;
}
.banner picture{
    width: 100%;
    position: relative;
}
.banner picture img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.banner picture::after{
    content: "";
    display: flex;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    background-image: url(../imagens/bn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner .absolute{
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    position: absolute;
    z-index: 3;
}
.banner .absolute .container{
    height: 100%;
}
.banner .absolute .texto{
    width: 60%;
    justify-content: center;
}
.banner .absolute .texto p,
.banner .absolute .texto p strong{
    font-size: 30px;
}
.banner .absolute .texto a{
    margin-top: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 343px;
    width: fit-content;
    min-height: 53px;
    padding: 5px 40px;
    background-color: #fff;
    border-radius: 5px;
    color: var(--cor-1);
    transition: ease .3s;
}


.sobre{
    width: 100%;
}
.sobre .container{
    gap: 30px;
}
.sobre .img{
    max-width: 612px;
    width: 100%;
    height: fit-content;
    position: relative;
}
.sobre .img .img-1{
    width: 94%;
    height: fit-content;
    object-fit: contain;
}
.sobre .img .img-2{
    width: 42%;
    height: fit-content;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: -15%;
}
.sobre .texto{
    max-width: 650px;
    width: 100%;
    gap: 40px;
}   
.sobre .texto .topo{
    width: 100%;
    gap: 5px;
}
.sobre .texto .mid{
    width: 100%;
}
.sobre .texto .mid p{
    font-weight: 500;
}
.sobre .texto .bottom{
    width: 100%;
    align-items: center;
    gap: 15px;
}
.sobre .texto .bottom img{
    display: flex;
    width: 82px;
    height: 82px;
}
.sobre .texto .bottom p{
    max-width: calc(100% - 82px - 15px);
    font-weight: 500;
}


.formulario-geral{
    margin-top: 100px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.formulario-geral .texto{
    order: 0;
    padding: 50px 50px 50px calc((100% - 1300px) / 2);
}
.formulario-geral .img{
    order: 1;
}
.formulario-geral .img img{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


.diferenciais{
    width: 100%;
}
.diferenciais .container{
    gap: 50px;
}
.diferenciais .titulo{
    max-width: 600px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.diferenciais .box-div.diferenciais-slider{
    display: none;
}
.diferenciais .box-div.desktop{
    width: 100%;
    gap: 25px;
}
.diferenciais .box-div .box{
    max-width: calc(100% - 66% - 26px);
    width: 100%;
    border-radius: 15px;
    padding: 15px 20px;
    gap: 20px;
    box-shadow: 0px 12px 20px 5px rgba(0, 0, 0, 0.05);
}
.diferenciais .box-div .box .icon{
    width: 61px;
    height: fit-content;
}
.diferenciais .box-div .box .icon i,
.diferenciais .box-div .box .icon img{
    max-width: 100%;
    font-size: 55px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(98%) saturate(3079%) hue-rotate(182deg) brightness(91%) contrast(86%);
}
.diferenciais .box-div .box .texto{
    max-width: calc(100% - 61px - 20px);
    gap: 10px;
}
.diferenciais .box-div .box .texto h5{
    font-weight: 700;
}
.diferenciais .arrow.mobile{
    display: none;
}




/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
    .banner .absolute .texto p,
    .banner .absolute .texto p strong{
        font-size: 1.3vw;
    }
    .banner .absolute .texto h1{
        font-size: 3vw;
    }
    .banner .absolute .texto a{
        font-size: 1vw;
        min-height: 2.8vw;
    }
}

@media screen and (max-width: 1440px){
    .formulario-geral .texto{
        padding: 50px 5%;
    }
}

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

}

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

}

@media screen and (max-width: 1100px){
    main{
        gap: 100px;
        padding-bottom: 100px;
    }
    .banner{
        margin-bottom: -50px;
    }
    .formulario-geral{
        margin-top: 0;
    }

    .sobre .container{
        flex-direction: column;
        align-items: center;
    }
    .sobre .img{
        order: 1;
    }
    .sobre .texto{
        order: 0;
    }

    .diferenciais .box-div .box{
        max-width: calc(100% - 50% - 12.5px);
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    
}

@media screen and (max-width: 800px){
    .diferenciais .box-div{
        justify-content: center;
    }
    .diferenciais .box-div .box{
        max-width: 500px;
    }
}

@media screen and (max-width: 600px){
    .banner .absolute{
        display: none;
    }
    .banner .absolute .texto{
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .banner .absolute .texto h1 {
        font-size: 10vw;
    }
    .banner .absolute .texto p, 
    .banner .absolute .texto p strong{
        font-size: 4vw;
    }
    .banner .absolute .texto a {
        font-size: 3.8vw;
        min-height: 40px;
    }

    .sobre .texto .bottom img{
        width: 62px;
        height: 62px;
    }
    .sobre .texto .bottom p{
        max-width: calc(100% - 62px - 15px);
    }


    .diferenciais .container {
        gap: 20px;
    }
    .diferenciais .box-div.desktop{
        display: none!important;
    }
    .diferenciais .box-div.diferenciais-slider{
        display: unset;
        width: 100%;
    }
    .diferenciais .box-div.diferenciais-slider .slick-track{
        padding: 20px 0;
    }
    .diferenciais .box-div.diferenciais-slider .box{
        max-width: unset;
        width: 95%;
        height: 100%;
        margin: 0 auto;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    }
    .diferenciais .box-div .box .icon{
        width: 41px;
    }
    .diferenciais .box-div .box .texto{
        max-width: calc(100% - 20px - 41px);
    }
    .diferenciais .arrow.mobile{
        display: flex;
        gap: 15px;
        margin: 0 auto;
    }
    .diferenciais .arrow.mobile i{
        display: flex;
        width: 29px;
        height: 48px;
        align-items: center;
        justify-content: center;
        background-color: var(--cor-1);
        border: 2px solid var(--cor-1);
        border-radius: 5px;
        color: #fff;
        font-size: 22px;
        transition: ease .3s;
    }
    .diferenciais .arrow.mobile i:hover{
        background-color: #fff;
        color: var(--cor-1);
        transition: ease .3s;
    }
}

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

}

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

}

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

}