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


.banner{
    width: 100%;
    position: relative;
    margin-bottom: -75px;
}
.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: 3;
    bottom: 0;
    background-image: url(../imagens/bn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner picture::before{
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: #00000061;
}
.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: var(--cor-1);
    border-radius: 5px;
    color: #fff;
    transition: ease .3s;
}


.sobre{
    width: 100%;
}
.sobre .container{
    gap: 50px;
}
.sobre .titulo{
    max-width: 530px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.sobre .box-div.sobre-slider{
    display: none;
}
.sobre .box-div.desktop{
    width: 100%;
    gap: 30px 25px;
}
.sobre .box-div .box{
    max-width: calc(100% - 66% - 26px);
    width: 100%;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.sobre .box-div .box .img{
    width: 100%;
}
.sobre .box-div .box .img img{
    width: 100%;
    height: 217px;
    object-fit: cover;
}
.sobre .box-div .box .texto{
    width: 100%;
    gap: 10px;
    padding: 25px;
}
.sobre .box-div .box .texto h5{
    font-weight: 700;
}
.sobre .arrow.mobile{
    display: none;
}


.diferenciais{
    width: 100%;
    background-image: url(../imagens/servicos/bg1.png);
    background-size: 100% 80%;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 50px;
    border-radius: 15px;
    position: relative;
}
.diferenciais .container{
    gap: 50px;
    position: relative;
    z-index: 2;
}
.diferenciais .titulo{
    max-width: 530px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.diferenciais .titulo p{
    font-weight: 100;
    color: #fff;
}
.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: 10px;
    padding: 15px 20px;
    gap: 25px;
    background-color: #fff;
    box-shadow: 0px 12px 20px 5px rgba(0, 0, 0, 0.05);
}
.diferenciais .box-div .box .icon{
    width: 55px;
    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% - 55px - 25px);
    gap: 10px;
}
.diferenciais .box-div .box .texto h5{
    font-weight: 700;
}
.diferenciais .arrow.mobile{
    display: none;
}
.diferenciais .botao{
    width: 100%;
    justify-content: center;
}
.diferenciais .botao .btn{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 53px;
    padding: 5px 40px;
    background-color: var(--cor-1);
    border-radius: 5px;
    color: #fff;
    transition: ease .3s;
}
.diferenciais .botao .btn:hover{
    background-color: #2da0e5;
    transition: ease .3s;
}


.planos{
    width: 100%;
}
.planos .container{
    gap: 50px;
}
.planos .titulo{
    max-width: 600px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.planos .box-div{
    width: 100%;
    gap: 10px;
}
.planos .box-div .img{
    max-width: 724px;
    width: 100%;
}
.planos .box-div .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.planos .box-div .texto{
    max-width: 566px;
    width: 100%;
    border-radius: 10px;
    padding: 35px 50px;
    gap: 30px;
    box-shadow: 0px 12px 20px 5px rgba(0, 0, 0, 0.05);
}
.planos .box-div .texto .divisor{
    width: 100%;
    height: 1px;
    background-color: var(--cor-5);
}
.planos .box-div .texto .topo{
    width: 100%;
    gap: 20px;
    align-items: center;
}
.planos .box-div .texto .topo .icon{
    width: 80px;
    height: fit-content;
}
.planos .box-div .texto .topo .icon i,
.planos .box-div .texto .topo .icon img{
    max-width: 80px;
    font-size: 70px;
    filter: brightness(0) saturate(100%) invert(70%) sepia(74%) saturate(456%) hue-rotate(357deg) brightness(92%) contrast(93%);
}
.planos .box-div .texto .topo .txt{
    max-width: calc(100% - 80px - 20px);
}
.planos .box-div .texto .topo .txt span{
    line-height: 1;
}
.planos .box-div .texto .topo .txt h2{
    line-height: 0.8;
}
.planos .box-div .texto .mid{
    width: 100%;
    gap: 30px;
}
.planos .box-div .texto .mid p{
    font-weight: 500;
}
.planos .box-div .texto .mid ul{
    width: 100%;
    gap: 15px;
}
.planos .box-div .texto .mid ul li{
    font-weight: 500;
    background-image: url(../imagens/servicos/icon2.png);
    background-size: 17px 13px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 35px;
}
.planos .box-div .texto .bottom{
    width: 100%;
    margin-top: auto;
    justify-content: center;
}
.planos .box-div .texto .bottom .btn{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 304px;
    width: 100%;
    min-height: 53px;
    padding: 5px 40px;
    background-color: var(--cor-2);
    border-radius: 5px;
    color: var(--primaria);
    transition: ease .3s;
}
.planos .box-div .texto .bottom .btn:hover{
    background-color: #ffca3c;
    transition: ease .3s;
}
.planos .bottom.mobile{
    display: none;
}
.planos .bottom.mobile .btn{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 304px;
    width: 100%;
    min-height: 53px;
    padding: 5px 40px;
    background-color: var(--cor-2);
    border-radius: 5px;
    color: var(--primaria);
    transition: ease .3s;
}
.planos .bottom.mobile .btn:hover{
    background-color: #ffca3c;
    transition: ease .3s;
}


.faq{
    width: 100%;
}
.faq .container{
    gap: 50px;
}
.faq .titulo{
    max-width: 600px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.faq .faq-content{
    width: 100%;
    gap: 10px;
}
.faq .faq-content details{
	width: 100%;
	border: 1px solid #0000001c;
    border-radius: 50px;
    padding: 0 40px;
	transition: ease .3s;
    background-color: #fff;
}
.faq .faq-content details[open]{
    border-radius: 25px;
    transition: ease .3s;
}
.faq .faq-content details summary{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 74px;
	cursor: pointer;
	gap: 20px;
    transition: ease .3s;
}
.faq .faq-content details summary i{
	color: var(--cor-3);
    font-size: 16px;
	transition: ease .3s;
}
.faq .faq-content details p{
    max-width: 100%;
	margin-top: 10px;
}
.faq .faq-content details[open]{
    padding: 20px 40px;
    transition: ease .3s;
}
.faq .faq-content details[open] summary{
	min-height: unset;
    font-weight: 700;
	transition: min-height .3s;
}
.faq .faq-content details summary i{
    color: var(--cor-1);
    font-size: 20px;
}
.faq .faq-content details[open] summary i{
	transform: rotate(180deg);
	transition: ease .3s;	
}



/* 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){

}

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

}

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

}

@media screen and (max-width: 1100px){
    .sobre .box-div .box,
    .diferenciais .box-div .box{
        max-width: calc(100% - 50% - 12.5px);
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    main{
        gap: 100px;
        padding-bottom: 50px;
    }

    .diferenciais{
        background-size: 100% 300px;
    }

    .planos .box-div{
        flex-direction: column;
        align-items: center;
    }
    .planos .box-div .texto{
        max-width: 560px;
        order: 0;
    }
    .planos .box-div .texto .bottom{
        display: none;
    }
    .planos .box-div .img{
        order: 1;
        max-width: 560px;
    }
    .planos .box-div .bottom.mobile{
        display: flex;
        margin: 0 auto;
        order: 2;
    }
}

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

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

    
    .sobre .container{
        gap: 25px;
    }
    .sobre .box-div.desktop{
        display: none!important;
    }
    .sobre .box-div.sobre-slider{
        display: unset;
        width: 100%;
    }
    .sobre .box-div.sobre-slider .slick-track{
        padding: 20px 0;
    }
    .sobre .box-div.sobre-slider .box{
        max-width: unset;
        width: 95%;
        height: 100%;
        margin: 0 auto;
    }
    .sobre .arrow.mobile{
        display: flex;
        gap: 15px;
        margin: 0 auto;
    }
    .sobre .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;
    }
    .sobre .arrow.mobile i:hover{
        background-color: #fff;
        color: var(--cor-1);
        transition: ease .3s;
    }


    .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;
    }

    .planos .box-div .texto{
        padding: 30px 20px;
    }

    .faq .faq-content details{
        padding: 0 20px;
    }
}

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

}

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

}

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

}