.banner{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner-slider{
    width: 100%;
}
.banner-slider .banner-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-slider .banner-slide .picture,
.banner-slider .banner-slide picture{
    height: 100%;
}
.banner .picture:after,
.banner picture:after{
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87) 15%, rgba(0, 0, 0, 0.07) 100%);
}
.banner-slider .banner-slide .picture,
.banner-slider .banner-slide picture,
.banner-slider .banner-slide picture img{
    width: 100%;
    display: flex;
}
.banner-slider .banner-slide .picture video{
    width: 100%;
    display: flex;
    object-fit: cover;
}
.banner-slider .banner-slide .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
    padding: 161px 0 16%;
    pointer-events: none;
}
.banner-slider .banner-slide .absolute-container .container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.banner-slider .banner-slide .absolute-container .container h2{
    font-size: 40px;
}
.banner-slider .banner-slide .absolute-container .container h2,
.banner-slider .banner-slide .absolute-container .container span.titulo{
    max-width: 700px;
}
.banner-slider.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.banner-slider .slick-dots{
    bottom: 30px;
}
.banner-slider .slick-dots li button:before{
    font-size: 60px;
    color: #eee!important;
}
.banner-slider .slick-dots li.slick-active button:before{
    color: #fff!important;
}


.outras{
    width: 100%;
    padding: 100px 0 100px;
    background-color: var(--bg1);
    gap: 50px;
}
.outras .titulo{
    align-self: center;
    text-align: center;
    margin: 0 auto;
}
.outras .atuacao-slider{
    width: 100%;
}
.outras .atuacao-slider .slick-track{
    padding: 5px 0;
}
.outras .atuacao-slider .box{
    width: 98%;
    height: fit-content;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 6px;
    box-shadow: 2px 4px 20px 3px rgba(0, 0, 0, 0.05);
}
.outras .atuacao-slider .box .img{
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.outras .atuacao-slider .box .img::after{
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(85, 20, 67, 1) 0%, rgba(85, 20, 67, 0) 60%);
}
.outras .atuacao-slider .box .img img{
    width: 100%;
    transition: transform .5s;
}
.outras .atuacao-slider .box:hover .img img{
    transform: scale(1.2);
    transition: transform .5s;
}
.outras .atuacao-slider .box .texto{
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 2;
    padding: 20px 0;
    margin: 0 20px;
    gap: 30px;
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #fff;
}
.outras .atuacao-slider .box .texto h6{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outras .atuacao-slider .box .texto h6 span{
    text-transform: uppercase;
    font-size: 23px;
    font-family: "Playfair Display", serif;
}
.outras .atuacao-slider .box .texto h6 i{
    font-size: 20px;
}
.outras .atuacao-div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: fit-content;
    margin: 0 auto;
}
.outras .atuacao-div .atuacao-dots{
    width: calc(100% - 40px - 24px);
}
.outras .atuacao-div .atuacao-dots .slick-slide{
    height: 6px;
}
.outras .atuacao-div .atuacao-dots .slick-active{
    display: flex;
}
.outras .atuacao-div .atuacao-dots .slick-current .dot{
    background-color: var(--primaria);
    transition: ease .3s;
}
.outras .atuacao-div .atuacao-dots .dot{
    width: 100%;
    height: 6px;
    background-color: transparent;
    border-radius: 50px;
    cursor: unset;
    transition: ease .3s;
}
.outras .atuacao-div .arrow i{
    font-size: 18px;
    color: var(--primaria);
}


.sobre{
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg2);
    position: relative;
    z-index: 13;
}
.sobre::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -85px;
    width: 389px;
    height: 208px;
    background-image: url(../imagens/home/bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.sobre .container{
    gap: 25px;
}
.sobre .texto-topo{
    display: flex;
    width: 100%;
    gap: 25px;
    justify-content: center;
}
.sobre .texto-topo .txt-1{
    width: 100%;
    gap: 50px;
    justify-content: space-between;
}
.sobre .texto-topo .txt-1 .topo{
	width: 100%;
	gap: 10px;
    justify-content: center;
}
.sobre .texto-topo .txt-1 .topo h2{
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
}
/* .sobre .texto-topo .txt-1 .topo h2::before,
.sobre .texto-topo .txt-1 .topo h2::after{
    content: "";
    width: 84px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.sobre .texto-topo .txt-1 .topo h2::before{
    background-image: url(../imagens/seta1.png);
}
.sobre .texto-topo .txt-1 .topo h2::after{
    background-image: url(../imagens/seta2.png);
} */
.sobre .texto-topo .txt-1 .box-div{
	width: 100%;
    justify-content: center;
    gap: 12px;
}
.sobre .texto-topo .txt-1 .box-div .box{
	width: calc(100% - 66% - 17px);
	gap: 10px;
	padding: 20px 40px;
	background-color: #fff;
    box-shadow: 2px 4px 20px 3px rgba(0, 0, 0, 0.15);
    align-items: center;
}
.sobre .texto-topo .txt-1 .box-div .box span.sub{
	font-size: 14px;
	letter-spacing: 3px;
    color: #000;
    font-weight: 500;
}
.sobre .texto-topo .txt-1 .box-div .box .txt{
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 5px;
}
.sobre .texto-topo .txt-1 .box-div .box .txt h3{
    display: flex;
    align-items: center;
}
.sobre .texto-topo .txt-1 .box-div .box .txt h3,
.sobre .texto-topo .txt-1 .box-div .box .txt h3 span{
	font-size: 90px;
    font-family: 'Dubiel';
    background: linear-gradient(to top, #4C254C, #944c94);
    -webkit-background-clip: text;
     -webkit-text-fill-color: transparent; 
    background-clip: text;
    color: transparent;
}
.sobre .texto-topo .txt-1 .box-div .box .txt p{
	font-size: 21px;
	line-height: 1.5;
    text-align: center;
}
.sobre .txt-2{
    width: 100%;
    gap: 30px;
    position: relative;
    justify-content: space-between;
}
.sobre .txt-2 .sobre-div{
    width: 100%;
    align-items: center;
    height: fit-content;
    gap: 30px;
    position: relative;
}
.sobre .texto-topo .txt-2 .sobre-div .arrow{
    position: absolute;
    z-index: 5;
}
.sobre .texto-topo .txt-2 .sobre-div .arrow i{
    color: var(--primaria);
    font-size: 35px;
    cursor: pointer;
    transition: transform .5s;
}
.sobre .texto-topo .txt-2 .sobre-div .arrow i:hover{
    transform: scale(1.2);
    transition: transform .5s;
}
.sobre .texto-topo .txt-2 .sobre-div .gal1-prev{
    left: -55px;
}
.sobre .texto-topo .txt-2 .sobre-div .gal1-next{
    right: -55px;
}
.sobre .texto-topo .txt-2 .sobre-div .sobre-slider{
    width: 100%;
    box-shadow: 2px 4px 20px 3px rgba(0, 0, 0, 0.15);
}
.sobre .texto-topo .txt-2 .sobre-div .sobre-slider .box{
    width: 100%;
    height: 664px;
    position: relative;
    background-color: #fff;
    padding: 8px;
}
.sobre .texto-topo .txt-2 .sobre-div .sobre-slider .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sobre .texto-topo .txt-2 .sobre-div .dots-absolute{
    width: 100%;
    padding: 0 50px;
    position: absolute;
    bottom: 30px;
}
.sobre .texto-topo .txt-2 .sobre-div .dots-absolute .sobre-dots{
    width: 100%;
}
.sobre .texto-topo .txt-2 .sobre-div .dots-absolute .sobre-dots .slick-current .box{
    background-color: #fff;
}
.sobre .texto-topo .txt-2 .sobre-div .dots-absolute .sobre-dots .box{
    width: 95%;
    height: 3px;
    margin: auto;
    background-color: gray;
}
.sobre .texto-topo .txt-2 .sobre-dots{
    width: 100%;
}
.sobre .texto-topo .txt-2 .sobre-dots .slick-slide{
    height: 6px;
}
.sobre .texto-topo .txt-2 .sobre-dots .slick-active{
    display: flex;
}
.sobre .texto-topo .txt-2 .sobre-dots .slick-current .dot{
    background-color: var(--primaria);
    transition: ease .3s;
}
.sobre .texto-topo .txt-2 .sobre-dots .dot{
    width: 100%;
    height: 6px;
    background-color: transparent;
    border-radius: 50px;
    cursor: unset;
    transition: ease .3s;
}
.sobre .txt-3{
    display: flex;
	width: 100%;
    justify-content: center;
}
.sobre .txt-3 a {
	max-width: 275px;
    width: 100%;
    min-height: 57px;
    border: 1px solid var(--branco);
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    box-shadow: 2px 4px 20px 3px rgba(0, 0, 0, 0.15);
}


.mapa-conteudo{
    width: 100%;
    background-color: var(--bg1);
    position: relative;
}
.mapa-conteudo .container{
    gap: 70px;
    position: relative;
}
.mapa-conteudo .conteudo{
    width: 100%;
    gap: 50px 0;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.mapa-conteudo .conteudo .mapa{
    max-width: 686px;
    width: 100%;
    position: relative;
}
.mapa-conteudo .conteudo .mapa img{
    width: 100%;
}
/* .mapa-conteudo .conteudo .mapa .pin{
    width: 26px;
    height: 9px;
    position: absolute;
    z-index: 2;
    background: url('../imagens/home/pin.png') no-repeat center center,
    radial-gradient(circle, rgba(255, 182, 193, 0.5) 0%, rgba(255, 182, 193, 0) 50%) no-repeat center center;
    background-size: contain;
    cursor: pointer;
} */
.mapa-conteudo .conteudo .mapa .pin-amp{
    width: 26px;
    height: 9px;
    position: absolute;
    z-index: 2;
    background: url('../imagens/sobre/pin.png') no-repeat center center,
    radial-gradient(circle, rgba(255, 182, 193, 0.5) 0%, rgba(255, 182, 193, 0) 50%) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
.mapa-conteudo .conteudo .mapa .pin:hover{
    z-index: 100;
}
.mapa-conteudo .conteudo .mapa .pin[data-nome]:hover::after {
    content: attr(data-nome);
    position: absolute;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    transform: translate(-50%, -100%);
    top: 0px;
    left: 50%;
    z-index: 100;
}
.mapa-conteudo .conteudo .texto{
    max-width: 430px;
    width: 100%;
    gap: 50px;
    align-self: center;
}
.mapa-conteudo .conteudo .texto a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 236px;
    width: 100%;
    min-height: 57px;
    padding: 5px 15px;
    color: #fff;
    background: linear-gradient(to top, #4C254C, #944c94);
}


.fundadores{
    width: 100%;
    background-color: var(--bg2);
    position: relative;
}
.fundadores .container{
    gap: 50px;
}
.fundadores .titulo{
	width: 100%;
	gap: 10px;
    justify-content: center;
}
.fundadores .titulo h2{
    display: flex;
    text-align: center;
    align-items: center;
    gap: 20px;
}
/* .fundadores .titulo h2::before,
.fundadores .titulo h2::after{
    content: "";
    width: 84px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.fundadores .titulo h2::before{
    background-image: url(../imagens/seta1.png);
}
.fundadores .titulo h2::after{
    background-image: url(../imagens/seta2.png);
} */
.fundadores .box-div{
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 8px;
    box-shadow: 2px 4px 20px 3px rgba(0, 0, 0, 0.15);
}
.fundadores .box-div .img{
    width: 100%;
}
.fundadores .box-div .texto{
    position: absolute;
    z-index: 10;
    top: 50px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.fundadores .box-div .pos1{
    left: 50px;
    text-align: start;
    align-items: self-start;
}
.fundadores .box-div .pos2{
    right: 50px;
    text-align: end;
    align-items: self-end;
}
.fundadores .box-div .texto h2{
    font-family: 'Dubiel';
    font-size: 50px;
}
.fundadores .box-div .texto a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.fundadores .btn{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 305px;
    width: 100%;
    min-height: 57px;
    padding: 5px 15px;
    color: #fff;
    background: linear-gradient(to top, #4C254C, #944c94);
    box-shadow: 2px 4px 20px 3px rgba(0, 0, 0, 0.15);
    transition: ease .3s;
}


.relacionados{
    width: 100%;
    background-color: var(--bg1);
    position: relative;
}
.relacionados::before{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: -120px;
    width: 440px;
    height: 230px;
    background-image: url(../imagens/home/bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.relacionados .container{
    gap: 50px;
    position: relative;
}
.relacionados .titulo{
    width: 100%;
    justify-content: center;
    text-align: center;
}
.relacionados .blog-slider{
    width: 100%;
}
.relacionados .blog-slider .slick-track{
    padding: 10px 0;
}
.relacionados .blog-slider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.relacionados .blog-slider .slick-dots{
    bottom: 0px;
    position: relative;
    margin: 55px auto 0 0;
    display: flex;
}
.relacionados .blog-slider .slick-dots li button:before{
    font-size: 20px;
    color: #eee!important;
}
.relacionados .blog-slider .slick-dots li.slick-active button:before{
    color: #fff!important;
}
.relacionados .blog-slider .box{
    width: 95%;
    height: 100%;
    margin: auto;
    position: relative; 
    background-color: #fff;
    box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.07);
    align-content: baseline;
}
.relacionados .blog-slider .box .img{
    width: 100%;
    height: 217px; 
    position: relative;
    overflow: hidden;
}
.relacionados .blog-slider .box .img a,
.relacionados .blog-slider .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.relacionados .blog-slider .box:hover .img img{
    transform: scale(1.1);
    transition: transform .5s;
}
.relacionados .blog-slider .box .texto{
    width: 100%;
    padding: 30px 30px 10px;
    gap: 20px;
}
.relacionados .blog-slider .box .texto p{
    text-transform: uppercase;
}
.relacionados .blog-slider .box .texto h4{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px; 
}
.relacionados .blog-slider .box .texto a{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    margin-top: auto;
    font-size: 18px;
    text-transform: uppercase;
    transition: ease .3s;
}
.relacionados .container .arrow{
   	position: relative;
    display: flex;
    gap: 10px;
    margin-top: -25px;
    margin: 0 auto;
}
.relacionados .container .arrow i{
    color: #4C254C;
    font-size: 25px;
    transition: transform .5s;
}
.relacionados .container .arrow i:hover{
    transform: scale(1.2);
    transition: transform .5s;
}



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

@media screen and (max-width: 1440px){
    .sobre .texto-topo .txt-2 .sobre-div .sobre-slider .box{
        height: 600px;
    }
    .sobre .texto-topo .txt-1 .box-div .box{
        padding: 20px;
    }
    .sobre .texto-topo .txt-1 .box-div .box .txt h3, 
    .sobre .texto-topo .txt-1 .box-div .box .txt h3 span{
        font-size: 6vw;
    }
}

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

@media screen and (max-width: 1280px){
    .sobre .texto-topo .txt-2 .sobre-div .gal1-prev{
        left: -40px;
    }
    .sobre .texto-topo .txt-2 .sobre-div .gal1-next{
        right: -40px;
    }
	.sobre .texto-topo .txt-2 .sobre-div .sobre-slider .box{
        height: 500px;
    }

    
}

@media screen and (max-width: 1200px){
	.fundadores .box-div .texto h2{
        font-size: 4.15vw;
    }
    .fundadores .box-div .texto a{
        font-size: 1.6vw;
    }
    .fundadores .box-div .texto a img{
        width: 1.4vw;
    }
}

@media screen and (max-width: 1100px){
    .sobre .texto-topo .txt-1 .box-div .box .txt p{
        font-size: 19px;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .mapa-conteudo .conteudo{
        flex-direction: column;
        align-items: center;
    }
    .mapa-conteudo .conteudo .texto{
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .mapa-conteudo .conteudo .mapa{
        margin: 50px auto 0;
    }

    .fundadores .box-div .pos1{
        top: 20px;
        left: 20px;
    }
    .fundadores .box-div .pos2{
        top: 20px;
        right: 20px;
    }

    .sobre .texto-topo .txt-2 .sobre-div .gal1-prev{
        left: 35px;
    }
    .sobre .texto-topo .txt-2 .sobre-div .gal1-next{
        right: 35px;
    }
    .sobre .texto-topo .txt-2 .sobre-div .arrow i{
        color: #fff;
    }
    .sobre .texto-topo .txt-2 .sobre-div .sobre-slider .box{
        height: 450px;
    }
}

@media screen and (max-width: 900px) {
	.sobre .texto-topo .txt-1 .box-div .box .txt p{
        font-size: 17px;
    }
}

@media screen and (max-width: 800px){
    .sobre .texto-topo .txt-2 .sobre-div .sobre-slider .box{
        height: 400px;
    }
    .sobre .texto-topo .txt-1 .box-div{
        flex-direction: column;
    }
    .sobre .texto-topo .txt-1 .box-div .box{
        width: 100%;
    }
    .sobre .texto-topo .txt-1 .box-div .box .txt h3, 
    .sobre .texto-topo .txt-1 .box-div .box .txt h3 span{
        font-size: 10vw;
    }
    .sobre .texto-topo .txt-1 .box-div .box .txt p{
        font-size: 20px;
    }

    /* .sobre .texto-topo .txt-1 .topo h2::before,
    .sobre .texto-topo .txt-1 .topo h2::after,
    .fundadores .titulo h2::before,
    .fundadores .titulo h2::after,
    .sobre::after,
    .relacionados::before
    {
        display: none;
    } */
}

@media screen and (max-width: 600px){
	.banner img{
		width: 100%;
		min-height: fit-content;
		object-fit: contain;
	}
    .banner-slider .slick-slide{
        height: fit-content!important;
    }
    .banner-slider .banner-slide .absolute-container .container h2{
    	font-size: 7vw;
    }

    .sobre .texto-topo .txt-1 .box-div .box .txt p{
        font-size: 15px;
    }
}

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

}

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

}
