main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}


.banner-geral .container{
    justify-content: space-between;
    gap: 40px;
}
.banner-geral .texto{
    max-width: 550px;
    width: 100%;
}
.banner-geral .texto p{
    max-width: 400px;
}
.banner-geral .img{
    max-width: 276px;
    width: 100%;
    gap: 20px;
    align-items: center;
}
.banner-geral .img img{
    max-width: 50%;
    width: fit-content;
    object-fit: contain;
}


.conteudo{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.conteudo-1 .container{
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.conteudo-1 .texto{
    max-width: 648px;
    width: 100%;
    color: var(--primaria);
    gap: 20px;
}
.conteudo-1 .texto h2,
.conteudo-1 .texto h2 strong{
    line-height: 1;
}
.conteudo-1 .box-div{
    max-width: 648px;
    width: 100%;
    gap: 20px;
}
.conteudo-1 .box-div .box{
    max-width: calc(100% / 3 - 20px);
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    gap: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border: 1px solid var(--primaria);
    border-radius: 10px;
}
.conteudo-1 .box-div .box .icon{
    max-width: 50px;
    max-height: 50px;
}
.conteudo-1 .box-div .box .icon img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.conteudo-1 .box-div .box p{
    color: var(--primaria);
}


.conteudo-2::before{
    content: "";
    position: absolute;
    left: 0;
    max-width: calc(100% - 40px);
    width: 100%;
    height: 333px;
    background: var(--main-2);
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}
.conteudo-2 .container{
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.conteudo-2 .img{
    max-width: 613px;
    width: 100%;
    height: fit-content;
}
.conteudo-2 .img img{
    width: 100%;
    border-radius: 10px;
}
.conteudo-2 .texto{
    max-width: 660px;
    width: 100%;
    color: #fff;
}
.conteudo-2 .texto h2 br{
    display: none;
}
.conteudo-2 .texto h2 strong{
    color: var(--cor-2);
}
.conteudo-2 .texto .link-1 {
    max-width: 283px;
    width: 100%;
    margin-top: 20px;
}
.conteudo-2 .texto .link-1 a{
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    background-color: var(--cor-2);
    border-radius: 5px;
    transition: ease .3s;
}
.conteudo-2 .texto .link-1 a:hover{
    background-color: var(--cor-4);
    transition: ease .3s;
}


.conteudo-3 .container{
    align-items: center;
}
.conteudo-3 .titulo{
    width: 100%;
    text-align: center;
}
.conteudo-3 .box{
    width: 100%;
    align-items: center;
    gap: 50px;
    margin-top: -90px;
}
.conteudo-3 .box .texto{
    padding-top: 100px;
    max-width: 660px;
    width: 100%;
}
.conteudo-3 .box .img{
    max-width: 611px;
    width: 100%;
}
.conteudo-3 .box .img img{
    width: 100%;
}


.conteudo-4::before{
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    max-width: calc(100% - 40px);
    width: 100%;
    height: 247px;
    background: var(--main-2);
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}
.conteudo-4 .container{
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.conteudo-4 .img{
    max-width: 613px;
    width: 100%;
    height: fit-content;
}
.conteudo-4 .img img{
    width: 100%;
    border-radius: 10px;
}
.conteudo-4 .texto{
    max-width: 660px;
    width: 100%;
    color: #fff;
    padding-top: 70px;
}
.conteudo-4 .texto h2 strong{
    color: var(--cor-2);
}


.conteudo-5 .container{
    align-items: center;
    gap: 50px;
}
.conteudo-5 .texto{
    padding-top: 100px;
    max-width: 660px;
    width: 100%;
}
.conteudo-5 .img{
    max-width: 611px;
    width: 100%;
}
.conteudo-5 .img img{
    width: 100%;
}


.conteudo-6{
    padding-bottom: 50px;
}
.conteudo-6::before{
    content: "";
    width: 100%;
    height: 414px;
    background: var(--main-3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.conteudo-6 .container{
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 10;
}
.conteudo-6 .img{
    max-width: 714px;
    width: 100%;
    height: fit-content;
}
.conteudo-6 .img img{
    width: 100%;
    border-radius: 10px;
}
.conteudo-6 .texto{
    max-width: 542px;
    width: 100%;
    color: #fff;
    padding-top: 40px;
}
.conteudo-6 .texto h2{
    font-size: 38px;
}
.conteudo-6 .texto h2 strong{
    color: var(--cor-2);
}
.conteudo-6 .texto a{
    margin-top: 30px;
    max-width: 283px;
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: var(--cor-3);
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: ease .3s;
}
.conteudo-6 .texto a:hover{
    background-color: var(--cor-4);
    transition: ease .3s;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
    .conteudo-2::before,
    .conteudo-4::before{
        max-width: 100%;
    }
}

@media screen and (max-width: 1440px){
    .conteudo-3 .box{
        margin-top: 0px;
    }
}

@media screen and (max-width: 1366px){
    .conteudo-2::before,
    .conteudo-4::before{
        border-radius: 0!important;
    }
}

@media screen and (max-width: 1280px){
    .conteudo-1 .box-div .box{
        aspect-ratio: unset;
    }
    
    .conteudo-4::before{
        height: calc(100% + 100px);
        top: -50px;
    }

    .conteudo-3 .box .texto,
    .conteudo-4 .texto,
    .conteudo-5 .texto,
    .conteudo-6 .texto{
        padding-top: 0;
    }

    .conteudo-6{
        margin: 0;
        padding: 50px 0;
    }
    .conteudo-6::before{
        height: 100%;
        top: 0;
    }
    
}

@media screen and (max-width: 1100px){
    .banner-geral .img{
        max-width: 30%;
    }
    .conteudo-1 .container{
        flex-direction: column;
        align-items: center;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .conteudo-1 .texto{
        gap: 20px;
    }
    .conteudo-1 .texto h2 strong{
        line-height: 1;
    }

    .conteudo-2::before{
        height: calc(100% + 100px);
        top: -50px;
    }
    .conteudo-2 .texto .link-1{
        margin: 20px auto 0;
    }
    .conteudo-2 .container,
    .conteudo-4 .container,
    .conteudo-5 .container,
    .conteudo-6 .container{
        flex-direction: column;
    }
    .conteudo-2 .img,
    .conteudo-4 .img,
    .conteudo-5 .img,
    .conteudo-6 .img{
        order: 1;
    }
    .conteudo-6 .texto{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .conteudo-3 .box{
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 800px){
    .banner-geral .absolute .container{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .banner-geral .img{
        max-width: 276px;
    }

    .conteudo-1 .box-div .box{
        max-width: calc(100% / 2 - 10px);
    }

    .conteudo .texto h2{
        text-align: center;
    }
    .conteudo-2 .texto h2 br{
        display: block;
    }
}

@media screen and (max-width: 600px){
    main{
        gap: 50px;
    }
    .conteudo{
        padding: 50px 0;
    }

    .conteudo-2,
    .conteudo-4{
        background-color: var(--cor-1);
    }
    .conteudo-2::before,
    .conteudo-4::before{
        display: none;
    }
}

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

}

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

}

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

}
