main{
    padding-top: 88px;
}


.banner{
    width: 100%;
    position: relative;
    align-items: center;
    padding-top: 0;
}
.banner:after{
    content: "";
    display: flex;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: -4px;
    background-image: url('../imagens/home/forma.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 5;
}
.banner .mobile{
    display: none;
}
.banner .arrow{
    position: absolute;
    z-index: 10;
}
.banner .mobile i,
.banner .arrow i{
    background-color: #fff;
    color: var(--roxo1);
}
.banner .arrow.bn-prev{
    left: 20px;
}
.banner .arrow.bn-next{
    right: 20px;
}
.banner-slider{
    width: 100%;
}
.banner-slider .banner-slide{
    width: 100%;
    position: relative;
}
.banner-slider .banner-slide picture,
.banner-slider .banner-slide picture img{
    width: 100%;
    height: fit-content;
    object-fit: contain;
    display: flex;
}





.conteudo-1{
    width: 100%;
    background-color: var(--bg1);
    background-image: url('../imagens/home/bg1.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    gap: 100px;
    padding: 200px 0 200px;
}

.melhorar{
    width: 100%;
}
.melhorar .container{
    gap: 50px;
}
.melhorar .container .topo{
    width: 100%;
    justify-content: space-between;
    gap: 50px;
}
.melhorar .container .topo .titulo{
    gap: 20px;
}
.melhorar .container .topo .titulo span.linha{
    max-width: 606px;
    width: 100%;
}
.melhorar .container .topo .desktop{
    display: flex;
    align-items: center;
    gap: 10px;
}
.melhorar .container .melhorar-div{
    width: 100%;
    gap: 30px;
}
.melhorar .container .melhorar-div .melhorar-slider{
    width: 100%;
}
.melhorar .container .melhorar-div .melhorar-slider .slick-slide {
    padding: 15px 0;
}
.melhorar .container .melhorar-div .melhorar-slider .box {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    transition: 0.2s ease-in;
    display: flex !important;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
    box-shadow: 2px 2px 9px 1px rgba(0, 0, 0, 0.1);
    transition: .3s ease;
}
.melhorar .container .melhorar-div .melhorar-slider .box .content-container{
    width: 100%;
    gap: 15px;
    margin-bottom: 30px;
}
.melhorar .container .melhorar-div .melhorar-slider .box img {
    height: auto;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(17%) saturate(1668%) hue-rotate(218deg) brightness(100%) contrast(93%);
}
.melhorar .container .melhorar-div .melhorar-slider .box h5{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--preto);
    padding-left: 20px;
    line-height: 1;
    position: relative;
}
.melhorar .container .melhorar-div .melhorar-slider .box h5:before{
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 100%;
    border-radius: 5px;
    background-color: var(--roxo1);
}
.melhorar .container .melhorar-div .melhorar-slider .box .resumo {
    font-size: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--preto);
}
.melhorar .container .melhorar-div .melhorar-slider .box .btn-link{
    margin-top: auto;
    max-width: 177px;
    width: 100%;
    height: 44px;
    font-size: 18px;
    transition: .3s ease;
}
.melhorar .container .melhorar-div .melhorar-slider .box:hover{
    margin-top: -10px;
    transition: .3s ease;
}
.melhorar .container .melhorar-div .melhorar-slider .box:hover .btn-link{
    background-color: var(--roxo2);
    transition: .3s ease;
}
.melhorar .container .melhorar-div .mobile{
    display: none;
    margin: 0 auto;
}


.sobre{
    width: 100%;
}
.sobre .content{
    display: flex;
    gap: 50px;
    width: 100%;
    padding-left: calc((100% - 1520px) / 2);
    padding-right: 50px;
}
.sobre .content .texto{
    max-width: 697px;
    width: 100%;
    gap: 20px;
}
.sobre .content .texto h3{
    color: var(--roxo2);
}
.sobre .content .texto span.linha{
    max-width: 387px;
    width: 100%;
    background-color: var(--roxo2);
}
.sobre .content .texto p{
    margin: 10px 0 20px;
    font-size: 19px;
    font-weight: 300;
}
.sobre .content .texto a{
    max-width: 228px;
    width: 100%;
    height: 43px;
    font-size: 24px;
    background-color: var(--roxo2);
}
.sobre .content .img{
    max-width: 908px;
    width: 100%;
    position: relative;
    margin-right: auto;
    align-self: flex-start;
}
.sobre .content .img iframe{
    width: 100%;
    height: 500px;
}
.sobre .content .img .img-1{
    max-width: 84%;
    object-fit: contain;
}
.sobre .content .img .img-2{
    max-width: 31%;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
}


.lancamentos{
    width: 100%;
    padding: 100px 5%;
    background-color: var(--roxo2);
    background-image: url('../imagens/home/bg2.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.lancamentos .container{
    gap: 50px;
}
.lancamentos .container .topo{
    width: 100%;
    justify-content: space-between;
}
.lancamentos .container .topo .titulo{
    gap: 20px;
}
.lancamentos .container .topo .titulo span.linha{
    max-width: 387px;
    width: 100%;
    background-color: #Fff;
}
.lancamentos .container .topo .desktop{
    display: flex;
    align-items: center;
    gap: 10px;
}
.lancamentos .container .lancamentos-div{
    width: 100%;
    gap: 30px;
}
.lancamentos .container .lancamentos-div .lancamentos-slider{
    width: 100%;
}
.lancamentos .container .lancamentos-div .lancamentos-slider .box{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    gap: 10px;
    position: relative;
    text-align: center;
    justify-content: center;
}
.lancamentos .container .lancamentos-div .lancamentos-slider .box .img-prod {
    width: 100%;
    background-image: url('../imagens/home/prod.png');
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.6s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
.lancamentos .container .lancamentos-div .lancamentos-slider .box:hover .img-prod {
    transition: 0.6s ease;
    border-radius: 10px;
    background-color: transparent;
    background-image: url(../imagens/home/bg-prod1.png);
}
.lancamentos .container .lancamentos-div .lancamentos-slider .box .img-prod a{
    max-width: 65%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lancamentos .container .lancamentos-div .lancamentos-slider .box .img-prod img {
    display: block;
    max-width: 90%;
    height: auto;
    aspect-ratio: 1/1;
}
.lancamentos .container .lancamentos-div .lancamentos-slider .box .texto{
    width: 100%;
    gap: 10px;
    text-align: center;
    justify-content: center;
}
.lancamentos .container .lancamentos-div .lancamentos-slider .box .texto h5{
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    transition: ease .3s;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    width: 100%;
    display: flex;
    justify-content: center;
}
.lancamentos .container .lancamentos-div .lancamentos-slider .box .texto p{
    color: #fff;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    margin-top: auto;
}
.lancamentos .container .btn-arrow{
    background-color: #fff;
    color: var(--roxo1);
}
.lancamentos .container .lancamentos-div .mobile{
    display: none;
    margin: 0 auto;
}
.lancamentos .container .lancamentos-div .btn-todos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0px auto 0;
    max-width: 388px;
    width: 100%;
    min-height: 57px;
    border-radius: 50px;
    background-color: var(--roxo1);
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    font-family: "Onest", serif;
}


.conteudo-2{
    width: 100%;
    background-color: var(--bg1);
    background-image: url('../imagens/home/bg3.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    gap: 100px;
    padding: 150px 0 200px;
    margin-bottom: -150px;
}


.footer-banner{
    background-color: #fff0;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 2000px){
    .sobre .content{
        justify-content: space-between;
    }
}

@media screen and (max-width: 1680px){
    .sobre .content{
        padding: 0 5%;
    }
}

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

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

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

@media screen and (max-width: 1200px){
    .sobre .content{
        flex-direction: column;
        align-items: center;
    }
    .sobre .content .texto{
        margin-top: 0;
        align-items: center;
        text-align: center;
    }
    .sobre .content .img{
        margin: 0 auto;
        justify-content: center;
    }
}

@media screen and (max-width: 1100px){
    .melhorar .container .topo .desktop,
    .lancamentos .container .topo .desktop{
        display: none;
    }
    .melhorar .container .melhorar-div .mobile,
    .lancamentos .container .lancamentos-div .mobile{
        display: flex;
        gap: 10px;
    }

    .melhorar .container .topo .titulo,
    .lancamentos .container .topo .titulo{
        width: 100%;
        text-align: center;
        align-items: center;
    }
}

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

@media screen and (max-width: 900px){
    .sobre .sobre-div .img{
        max-width: 70%;
    }
}

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

@media screen and (max-width: 600px){
    .banner .arrow{
        display: none!important;
    }
    .banner .mobile{
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: -200px;
        position: relative;
        z-index: 10;
    }

    .melhorar .container .melhorar-div .melhorar-slider .box{
        align-items: center;
    }
    .melhorar .container .melhorar-div .melhorar-slider .box .content-container{
        align-items: center;
        text-align: center;
    }

    .lancamentos .container .lancamentos-div .lancamentos-slider .box{
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 480px){
	.banner .mobile{
        margin-top: -150px;
    }
}