.banner{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner picture,
.banner picture img{
    width: 100%;
    display: flex;
    position: relative;
}
.banner picture::after{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../imagens/filtro.png);
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
}
.banner .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 6;
}
.banner .absolute-container .container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.banner .absolute-container .container h2{
	font-weight: 900;
	font-size: 72px;
}


.numeros{
    width: 100%;
    position: relative;
    z-index: 5;
}
.numeros .container{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    border-radius: 5px;
    background-color: var(--bg1);
    min-height: 230px;
    margin: -115px auto 0;
}
.numeros .container .content{
    max-width: 1100px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    gap: 30px;
    padding: 30px 20px;
}
.numeros .container .content .box{
    gap: 20px;
    display: flex;
}
.numeros .container .content .box p{
    font-size: 32px;
    color: var(--sub-t);
    text-align: start!important;
}


.sobre{
    width: 100%;
    padding: 100px 0;
}
.sobre .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 50px;
    row-gap: 50px;  
}
.sobre .img{
    width: 100%;
    align-items: center;
}
.sobre .img img{
    width: 100%;
}
.sobre .texto{
    max-width: 733px;
    width: 100%;
    margin-left: auto;
    gap: 10px;
}
.sobre .texto p{
    margin-top: 10px;
    font-size: 24px;
}


.banner-meio{
    width: 100%;
    min-height: 650px;
    background-image: url('../imagens/sobre/bn.png');
    padding: 100px 0;
}
.banner-meio .container{
    align-content: center;
}
.banner-meio .texto{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    align-items: center;
    text-align: center;
    gap: 50px;
}
.banner-meio .texto .link{
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    transition: ease .3s;
}
.banner-meio .texto .link:hover{
    background-color: #fff;
    color: var(--cor-2);
    transition: ease .3s;
}


.timeline{
    width: 100%;
    padding: 100px 0;
}
.timeline .container{
    gap: 100px;
}
.timeline .titulo{
    margin: auto;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.timeline .timeline-div{
    width: 100%;
    gap: 50px;
}
.timeline .timeline-div .box{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 50px;
    row-gap: 50px;
}
.timeline .timeline-div .box:nth-child(2n + 2) .img{
    order: 2;
}
.timeline .timeline-div .box:nth-child(2n + 2) .texto{
    order: 1;
    padding-right: 5%;
    padding-left: 0;
}
.timeline .timeline-div .box .img{
    width: 100%;
    align-items: center;
    justify-content: center;
}
.timeline .timeline-div .box .img img{
    width: 100%;
    border-radius: 5px;
}
.timeline .timeline-div .box .texto{
    width: 100%;
    gap: 20px;
    padding-left: 5%;
    padding-right: 0;
}
.timeline .timeline-div .box .texto .data{
    width: fit-content;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: var(--cor-1);
    font-size: 24px;
    font-weight: 700;
}
.timeline .timeline-div .box .texto h3{
    font-size: 40px;
}
.timeline .timeline-div .box .texto p{
    color: var(--sub-t);
    font-size: 24px;
}


.beneficios{
    width: 100%;
    padding: 100px 0;
}
.beneficios .container{
    gap: 50px;
}
.beneficios .titulo{
    width: 100%;
    gap: 10px;
}
.beneficios .beneficios-div{
    width: 100%;
    gap: 20px;
    display: flex;
}
.beneficios .beneficios-div .box {
    width: 24%;
    min-height: 500px;
    padding: 50px 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease;
    gap: 20px;
    align-items: start;
}
.beneficios .beneficios-div .box.ativo {
    background-color: var(--cor-1);
    width: 52%;
}
.beneficios .beneficios-div .box h5{
    font-size: 28px;
}
.beneficios .beneficios-div .box p{
    font-size: 24px;
    color: var(--sub-t);
    text-align: start!important;
}


.diferenciais{
    width: 100%;
    padding-top: 100px;
}
.diferenciais .container{
    gap: 50px;
}
.diferenciais .titulo{
    margin: auto;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.diferenciais .conteudo{
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.diferenciais .conteudo .img{
    max-width: calc(100% - 800px);
    width: 100%;
    justify-content: center;
    align-items: center;
}
.diferenciais .conteudo .img img{
    max-width: 674px;
    width: 100%;
}
.diferenciais .conteudo .texto1,
.diferenciais .conteudo .texto2{
    max-width: 350px;
    width: 100%;
    gap: 50px;
}
.diferenciais .conteudo .texto1 .txt,
.diferenciais .conteudo .texto2 .txt{
    width: 100%;
    gap: 10px;
    align-items: flex-start;
}
.diferenciais .conteudo .texto1 .txt img,
.diferenciais .conteudo .texto2 .txt img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(50%) saturate(4019%) hue-rotate(204deg) brightness(89%) contrast(94%);
}
.diferenciais .conteudo .texto1 .txt h4,
.diferenciais .conteudo .texto2 .txt h4{
    font-size: 28px;
}
.diferenciais .conteudo .texto1 .txt p,
.diferenciais .conteudo .texto2 .txt p{
    font-size: 24px;
    color: var(--sub-t);
}


.estrutura{
    width: 100%;
    padding: 100px 0;
}
.estrutura .container{
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.estrutura .content{
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    gap: 50px;
    justify-content: space-between;
}
.estrutura .texto{
    max-width: 700px;
    width: 100%;
    gap: 10px;
    align-self: center;
}
.estrutura .texto p{
    font-size: 24px;
    margin: 10px 0 20px;
    color: var(--sub-t);
}
.estrutura .img{
    max-width: 600px;
    width: 100%;
    align-items: center;
}
.estrutura .img img{
    width: 100%;
}


.mosaico{
    width: 100%;
    padding: 100px 0;
    background-color: #fff;
}
.mosaico .container{
    gap: 5px;
    display: flex;
}
.mosaico .img1{
    max-width: 1030px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: stretch;
    gap: 5px;
    row-gap: 5px;   
}
.mosaico .img1 .img-div{
    display: flex;
    gap: 5px;
}
.mosaico .img1 .img-div a{
    display: flex;
    width: 100%;
}
.mosaico .img1 .img-div a img{
    width: 100%;
    object-fit: cover;
}
.mosaico .img2{
    max-width: 684px;
    width: 100%;
}
.mosaico .img2 a{
    display: flex;
    width: 100%;
}
.mosaico .img2 a img{
    width: 100%;
    object-fit: cover;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

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

}

@media screen and (max-width: 1366px){
	.diferenciais .conteudo .texto1, 
    .diferenciais .conteudo .texto2{
        max-width: 300px;
    }
    .diferenciais .conteudo .img{
        max-width: calc(100% - 700px);
    }
}

@media screen and (max-width: 1280px){
	.banner picture, .banner picture img{
        height: 450px;
        object-fit: cover;
    }

    .diferenciais .conteudo .texto1, 
    .diferenciais .conteudo .texto2{
        max-width: 275px;
    }
    .diferenciais .conteudo .img{
        max-width: calc(100% - 650px);
    }

    .beneficios .beneficios-div .box.ativo{
        width: 42%;
    }
    .beneficios .beneficios-div .box{
        width: 27%;
    }
}

@media screen and (max-width: 1100px){
	.banner picture, .banner picture img{
		height: 344px;
		object-fit: cover;
	}

    .numeros .container{
        margin: 0 auto;
    }
    .numeros .container .content{
        flex-wrap: wrap;
    }
    .numeros .container .content .box{
        align-items: center;
    }

    .diferenciais .conteudo .container{
        flex-direction: column;
        align-items: center;
    }
    .diferenciais .conteudo .texto1, 
    .diferenciais .conteudo .texto2{
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .diferenciais .conteudo .texto1 .txt, 
    .diferenciais .conteudo .texto2 .txt{
        max-width: 350px;
    }
    .diferenciais .conteudo .img{
        max-width: 674px;
    }

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .sobre .container{
        grid-template-columns: 1fr;
    }

    .estrutura .content{
        flex-direction: column;
        align-items: center;
    }

    .timeline .timeline-div {
        gap: 100px;
    }
    .timeline .timeline-div .box{
        max-width: 800px;
        width: 100%;
        margin: auto;
        grid-template-columns: 1fr;
    }
    .timeline .timeline-div .box .texto{
        padding: 0;
        order: 1!important;
    }
    .timeline .timeline-div .box .img{
        order: 2!important;
    }

    .diferenciais .conteudo{
        flex-wrap: wrap;
        justify-content: center;
    }

    .beneficios .beneficios-div{
        flex-direction: column;
    }
    .beneficios .beneficios-div .box.ativo{
        max-width: 600px;
        width: 100%;
    }
    .beneficios .beneficios-div .box{
        max-width: 600px;
        width: 100%;
    }
}

@media screen and (max-width: 900px){
    .diferenciais .conteudo .texto1, 
    .diferenciais .conteudo .texto2{
        justify-content: center;
    }
}

@media screen and (max-width: 800px){
    .mosaico .container{
        flex-direction: column;
    }
}

@media screen and (max-width: 600px){
    .banner picture, .banner picture img{
        height: 600px;
        object-fit: cover;
    }

	.numeros .container .content{
		gap: 50px;
	}
	.numeros .container .content .box{
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}
}

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

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

}