.banner{
    width: 100%;
    position: relative;
    align-items: center;
    margin-bottom: -30px;
}
.banner-slider{
    width: 100%;
}
.banner-slider .banner-slide{
    width: 100%;
    min-height: 300px;
    position: relative;
}
.banner-slider .banner-slide .img-bn,
.banner-slider .banner-slide .img-bn img{
    width: 100%;
    height: auto;
    object-fit: contain;
    display: flex;
}
.banner-slider .banner-slide .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.banner-slider .banner-slide .absolute-container .container{
    display: flex;
    margin-top: -50px;
}
.banner-slider .banner-slide .absolute-container .container .texto{
    max-width: 50%;
    width: 100%;
    gap: 5px;
    align-self: center;
}
.banner-slider .banner-slide .absolute-container .container .texto h2{
    font-size: 68px;
    font-weight: 700;
}
.banner-slider .banner-slide .absolute-container .container .texto p{
    font-size: 30px;
    font-weight: 200;
}
 .banner-slider .banner-slide .absolute-container .container .texto a{
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 95px auto 0;
}
.banner .arrow{
    position: absolute;
    z-index: 2;
}
.banner .prev-bn{
    left: 1.5%;
}
.banner .next-bn{
    right: 1.5%;
}
.banner .arrow i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}


.servicos{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: var(--bg3);
    padding: 100px 0;
    position: relative;
    z-index: 2;
}


.diferenciais{
    width: 100%;
    padding: 100px 0 150px;
    background-color: var(--bg3);
}
.diferenciais .container{
    gap: 40px;
}
.diferenciais .titulo{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0003;
    padding-bottom: 30px;
    gap: 20px;
}
.diferenciais .titulo p{
    max-width: 577px;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    color: var(--primaria);
    margin-left: auto;
}
.diferenciais .diferenciais-div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
}
.diferenciais .diferenciais-div .box{
    width: calc(100% - 26px - 75%);
    margin: 0 auto;
    gap: 25px;
    padding: 20px;
    border-radius: 25px;
    border: 2px solid #0003;
    transition: ease .3s;
}
.diferenciais .diferenciais-div .box:hover{
    border: 2px solid var(--cor-1);
    transition: ease .3s;
}
.diferenciais .diferenciais-div .box span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #dee1e8;
}
.diferenciais .diferenciais-div .box span img{
    max-width: 60px;
    width: fit-content;
    max-height: 60px;
    height: auto;
    object-fit: contain;
}
.diferenciais .diferenciais-div .box h5{
    font-size: 28px;
    font-weight: 600;
}
.diferenciais .diferenciais-div .box p{
    
}


.diferenciais .mobile{
    display: none;
}
.diferenciais .diferenciais-slider{
    width: 100%;
}
.diferenciais .diferenciais-slider .box{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    gap: 25px;
    padding: 20px;
    border: 1px solid #0003;
    border-radius: 25px;
}
.diferenciais .diferenciais-slider .box span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #dee1e8;
}
.diferenciais .diferenciais-slider .box span img{
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}
.diferenciais .diferenciais-slider .box h5{
    font-size: 28px;
    font-weight: 600;
}
.diferenciais .diferenciais-slider .box p{
    
}
.diferenciais .mobile .arrow{
    display: flex;
    gap: 20px;
    margin: 0 auto;
}
.diferenciais .mobile .arrow button i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 2px solid var(--cor-2);
    border-radius: 50%;
    color: var(--cor-2);
    font-size: 35px;
}


.planos{
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg3);
    background-image: url(../imagens/home/bg1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.planos .container{
    gap: 40px;
}
.planos .titulo{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0003;
    padding-bottom: 30px;
    gap: 20px;
}
.planos .titulo p{
    max-width: 577px;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    color: var(--primaria);
    margin-left: auto;
}
.planos .titulo .arrow{
    display: flex;
    gap: 20px;
}
.planos .titulo .arrow button i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 2px solid var(--cor-2);
    border-radius: 50%;
    color: var(--cor-2);
    font-size: 35px;
}
.planos .planos-slider-1{
    width: 100%;
}
.planos .planos-slider-1 .box{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding: 50px 40px;
    background-color: #fff;
    border: 1px solid #0003;
    border-radius: 25px;
    gap: 25px;
    position: relative;
}
.planos .planos-slider-1 .box .txt1{
    display: flex;
    width: 100%;
}
.planos .planos-slider-1 .box .txt1 h4{
    font-weight: 400;
    font-size: 26px;
}
.planos .planos-slider-1 .box .txt1 h2{
    font-size: 45px;
    color: var(--cor-2);
    line-height: 1;
}
.planos .planos-slider-1 .box .txt1 p{
    font-size: 14px;
    color: #0008;
}
.planos .planos-slider-1 .box .div{
    display: flex;
    width: 100%;
    height: 1px;
    border: 1px solid #0003;
}
.planos .planos-slider-1 .box ul{
    width: 100%;
    gap: 20px;
    margin-bottom: 10px;
}
.planos .planos-slider-1 .box ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.planos .planos-slider-1 .box ul li i{
    font-size: 16px;
    color: var(--cor-2);
}
.planos .planos-slider-1 .box .entre{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.planos .planos-slider-1 .box .entre span{
    font-size: 16px;
    font-weight: 700;
    color: var(--cor-2);
}
.planos .planos-slider-1 .box .bottom{
    width: 100%;
    margin-top: auto;
}
.planos .planos-slider-1 .box .bottom a{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--cor-2);
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 35px;
    text-align: center;
}
.planos .planos-slider-1 .box.fav{
    border: 4px solid var(--cor-1);
}
.planos .planos-slider-1 .box.fav .txt1 span{
    width: fit-content;
    background-color: var(--cor-1);
    padding: 2px 15px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    position: absolute;
    top: 15px;
    right: 20px;
}
.planos .planos-slider-1 .box.fav .txt1 h2{
    color: var(--cor-1);
}
.planos .planos-slider-1 .box.fav .bottom a{
    background-color: var(--cor-1);
}



.sobre{
    width: 100%;
    position: relative;
    padding: 100px 0 100px;
    background-color: var(--bg3);
}
.sobre .container{
    display: flex;
    gap: 50px;
}
.sobre .img{
    max-width: 870px;
    width: 100%;
}
.sobre .img img{
    width: 100%;
    object-fit: contain;
}
.sobre .texto{
    max-width: 804px;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}
.sobre .texto div{
    width: 100%;
    height: 1px;
    background-color: #0003;
    display: flex;
}
.sobre .texto p{
    font-size: 24px;
}
.sobre .texto a{
    display: flex;
    margin: 50px auto 0;
    max-width: 452px;
    width: 100%;
    padding: 15px;
    background-color: var(--cor-1);
    border-radius: 50px;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}


.numeros{
    width: 100%;
    padding: 70px 0;
    background-image: url(../imagens/sobre/bn2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.numeros .container{
    gap: 40px;
}
.numeros .titulo{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff54;
    padding-bottom: 50px;
    gap: 20px;
}
.numeros .titulo p{
    max-width: 577px;
    width: 100%;
    font-size: 28px;
    font-weight: 200;
    margin-left: auto;
}
.numeros .num-div{
    width: 100%;
    gap: 40px;
    display: flex;
}
.numeros .num-div .box{
    display: flex;
    max-width: calc(100% - 75% - 10px);
    width: 100%;
    padding: 30px 10px;
    border: 1px solid #fff;
    border-radius: 25px;
    gap: 20px;
    justify-content: center;
}
.numeros .num-div .box .img{
    max-width: 130px;
}
.numeros .num-div .box img{
    max-width: 100%;
    object-fit: contain;
}
.numeros .num-div .box .texto{
    max-width: calc(100% - 150px);
    text-align: center;
}
.numeros .num-div .box .texto h2,
.numeros .num-div .box .texto h2 span{
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}
.numeros .num-div .box .texto p{
    color: #fff;
    font-size: 32px;
    font-weight: 200;
}


.clientes{
    width: 100%;
    padding: 200px 0 100px;
    background-color: var(--bg3);
}
.clientes .container{
    gap: 40px;
}
.clientes .titulo{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0003;
    padding-bottom: 30px;
    gap: 20px;
}
.clientes .titulo p{
    max-width: 577px;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    color: var(--primaria);
    margin-left: auto;
}
.clientes .arrow{
    display: flex;
    gap: 20px;
}
.clientes .arrow button i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 2px solid var(--cor-2);
    border-radius: 50%;
    color: var(--cor-2);
    font-size: 35px;
}
.clientes .clientes-div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.clientes .clientes-div .arrow{
    display: none;
}
.clientes .clientes-slider{
    width: 100%;
}
.clientes .clientes-slider .box{
    width: 95%;
    margin: 0 auto;
    gap: 30px;
}
.clientes .clientes-slider .box .img{
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
}
.clientes .clientes-slider .box .img img{
    max-width: 100%;
    width: fit-content;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(0.5);
    transition: all 0.3s ease-in-out;
}
.clientes .clientes-slider .box .img img:hover{
    filter: grayscale(0);
    transition: all 0.3s ease-in-out;
}


.selos-1{
    width: 100%;
}
.selos-1 .div{
    width: 100%;
    height: 50px;
    background-color: transparent;
}
.selos-div{
	width: 100%;
	background-image: url('../imagens/sobre/bn1.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.selos-div .content{
	display: flex;
	max-width: 1182px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	gap: 50px 20px;
	padding: 33px 0;	
}
.selos-div .content .texto{
	max-width: 577px;
	width: 100%;
	text-align: end;
	align-self: center;
	gap: 20px;
}
.selos-div .content .texto p{
	font-size: 28px;
	color: #fff;
	font-weight: 200;
}
.selos-div .content .texto a{
    display: flex;
    margin: 50px auto 0;
    max-width: 200px;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 50px;
    color: var(--cor-1);
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}
.selos-div .content .div{
	width: 1px;
	height: 100%;
	background-color: #ffffffa3;
	display: flex;
}
.selos-div .content .img{
	display: flex;
	max-width: 455px;
	width: 100%;
	justify-content: space-between;
	gap: 20px;
}

/* .jornada-1{
	width: 100%;
	background-image: url('../imagens/sobre/bn1.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.jornada-1 .content{
	display: flex;
	max-width: 1182px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	gap: 50px 20px;
	padding: 33px 0;	
}
.jornada-1 .content .texto{
	max-width: 577px;
	width: 100%;
    margin: 0 auto;
	align-items: center;
    text-align: center;
	gap: 20px;
}
.jornada-1 .content .texto p{
	font-size: 28px;
	color: #fff;
	font-weight: 200;
}
.jornada-1 .content .texto a{
    display: flex;
    margin: 50px auto 0;
    max-width: 220px;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 50px;
    color: var(--cor-1);
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
} */

.jornada-2{
	width: 100%;
	background-image: url('../imagens/sobre/bn1.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.jornada-2 .content{
	display: flex;
	max-width: 1182px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	gap: 50px 20px;
	padding: 33px 0;	
}
.jornada-2 .content .texto{
	max-width: 577px;
	width: 100%;
	text-align: end;
	align-self: center;
	gap: 20px;
}
.jornada-2 .content .texto p{
	font-size: 28px;
	color: #fff;
	font-weight: 200;
}
.jornada-2 .content .div{
	width: 1px;
	height: 100%;
	background-color: #ffffffa3;
	display: flex;
}
.jornada-2 .content .img{
	display: flex;
	max-width: 455px;
	width: 100%;
    align-items: center;
}
.jornada-2 .content .img a{
    display: flex;
    margin: 0px auto 0;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 50px;
    color: var(--cor-1);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
    .banner-slider .banner-slide .absolute-container .container{
        padding: 0 5%;
    }
    .banner-slider .banner-slide .absolute-container .container .texto h2{
        font-size: 3.1vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto p{
        font-size: 1.5vw;
    }

    .planos .planos-slider-1 .box .topo h3,
    .planos .planos-slider-1 .box .topo h3 span{
        font-size: 2vw;
    }

    .numeros .num-div .box .texto h2,
    .numeros .num-div .box .texto h2 span{
        font-size: 3vw;
    }
    .numeros .num-div .box .texto p{
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 1600px){
    .planos .planos-slider-1 .box{
        padding: 50px 30px;
    }

    .numeros .num-div{
        gap: 30px;
    }
    .numeros .num-div .box .img{
        max-width: 6vw; 
    }
    .numeros .num-div .box .texto{
        max-width: calc(100% - 6vw + 20px);
    }
}

@media screen and (max-width: 1400px){
    .planos .planos-slider-1 .box .topo h3,
    .planos .planos-slider-1 .box .topo h3 span{
        font-size: 2.5vw;
    }

    .diferenciais .diferenciais-div .box{
        width: calc(100% - 26px - 67%);
    }
}

@media screen and (max-width: 1366px){
    .banner-slider .banner-slide .absolute-container .container .texto a{
        margin: 50px auto 0;
        font-size: 1.7vw;
    }

    .numeros .num-div{
        gap: 20px;
    }

}

@media screen and (max-width: 1280px){
    .banner-slider .banner-slide .absolute-container .container .texto a{
        margin: 30px auto 0;
    }

    .jornada-2 .content{
        gap: 50px 30px;
    }

    .arrow button i{
        width: 50px!important;
        height: 50px!important;
        font-size: 25px!important;
    }
}

@media screen and (max-width: 1100px){
    .banner-slider .banner-slide .absolute-container .container .texto a{
        margin: 20px auto 0;
    }
    .banner-slider .banner-slide .absolute-container .container .texto h2 {
        font-size: 25px;
    }
    .banner-slider .banner-slide .absolute-container .container .texto p{
        font-size: 18px;
    }

    .jornada-2 .content{
        flex-direction: column;
        align-items: center;
        padding: 60px 0;
    }
    .jornada-2 .content .div{
        display: none;
    }
    .jornada-2 .content .texto{
        text-align: center;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .diferenciais .titulo{
        flex-direction: column;
        text-align: center;
    }
    .diferenciais .titulo p{
        margin-left: 0;
    }
    .diferenciais .diferenciais-div{
        display: none;
    }
    .diferenciais .mobile{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        gap: 30px;
    }

    .planos .titulo{
        flex-direction: column;
        text-align: center;
    }
    .planos .titulo p{
        margin-left: 0;
    }
    .planos .planos-slider-1 .box .topo h3,
    .planos .planos-slider-1 .box .topo h3 span{
        font-size: 4vw;
    }

    .numeros .titulo{
        flex-direction: column;
        text-align: center;
    }
    .numeros .titulo p{
        margin-left: 0;
    }

    .sobre .container{
        flex-wrap: wrap;
    }
    .sobre .texto{
        order: 0;
    }
    .sobre .img{
        order: 1;
        margin-top: 0;
    }

    .numeros .num-div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: stretch;
        align-items: stretch;
        column-gap: 20px;
        row-gap: 20px;
    }
    .numeros .num-div .box{
        max-width: 100%;
        width: 100%;
    }
    .numeros .num-div .box .img {
        max-width: 10vw;
    }
    .numeros .num-div .box .texto{
        max-width: calc(100% - 10vw + 20px);
    }
    .numeros .num-div .box .texto h2,
    .numeros .num-div .box .texto h2 span{
        font-size: 6.5vw;
    }
    .numeros .num-div .box .texto p{
        font-size: 3vw;
    }

    .clientes .titulo{
        flex-direction: column;
        text-align: center;
    }
    .clientes .titulo p{
        margin-left: 0;
    }
    .clientes .arrow{
        display: none;
    }
    .clientes .clientes-div .arrow{
        display: flex;
        margin: 0 auto;
    }

    .selos-div .content{
    	flex-direction: column;
    	align-items: center;
    	padding: 50px 0;
    }
    .selos-div .content .texto{
    	align-items: center;
    	text-align: center;
    }
    .selos-div .content .div{
    	display: none;
    }

}

@media screen and (max-width: 900px){
    .banner-slider .banner-slide .absolute-container .container .texto h2{
        font-size: 3.8vw;
    }
}

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

    .numeros .num-div{
        grid-template-columns: 1fr;
    }
    .numeros .num-div .box{
        align-items: center;
        padding: 30px 20px;
    }
    .numeros .num-div .box .img {
        max-width: 16vw;
    }
    .numeros .num-div .box .texto{
        max-width: calc(100% - 16vw + 20px);
    }
    .numeros .num-div .box .texto h2,
    .numeros .num-div .box .texto h2 span{
        font-size: 8vw;
    }
    .numeros .num-div .box .texto p{
        font-size: 4vw;
    }

}

@media screen and (max-width: 600px){
    .banner{
        margin-bottom: 0;
    }
    .banner-slider .banner-slide .absolute-container{
        align-items: baseline;
    }
    .banner-slider .banner-slide .absolute-container .container{
        margin-top: 0;
    }
    .banner-slider .banner-slide .absolute-container .container .texto{
        max-width: 100%;
        align-self: baseline;
        text-align: center;
        padding-top: 82px;
    }
    .banner-slider .banner-slide .absolute-container .container .texto h2{
        font-size: 8vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto p{
        font-size: 6.5vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto a{
        font-size: 4vw;
    }

    .diferenciais{
        padding: 50px 0 100px;
    }

    .sobre{
        padding: 0px 0 100px;
    }
    .sobre .texto h2{
        text-align: center;
    }
    
    .clientes{
        padding: 100px 0;
    }



    .numeros .num-div .box{
        flex-direction: column;
    }
    .numeros .num-div .box .img {
        max-width: 130px;
    }
    .numeros .num-div .box .texto{
        max-width: 100%;
        text-align: center;
    }
    .numeros .num-div .box .texto h2,
    .numeros .num-div .box .texto h2 span{
        font-size: 14vw;
    }
    .numeros .num-div .box .texto p{
        font-size: 9vw;
    }

    .selos-div .content .img{
		flex-wrap: wrap;
		justify-content: center;
	}
}

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

}

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

}