.banner{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner picture{
    height: 100%;
}
.banner picture:after{
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #00000082;
}
.banner picture,
.banner picture img{
    width: 100%;
    display: flex;
}
.banner .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 151px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    pointer-events: none;
}
.banner .absolute-container .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    gap: 20px;
}
.banner .absolute-container .container h2{
    font-size: 40px;
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
}
.banner .absolute-container .container h2::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
}


.fundadores{
    width: 100%;
    background-color: var(--bg1);
    position: relative;
}
.fundadores .container{
    gap: 50px;
}
.fundadores .topo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 100px;
}
.fundadores .topo h2{
    width: 270px;
}
.fundadores .topo p{
    max-width: 710px;
}
.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;
}


.presidente{
    width: 100%;
    background-color: var(--bg2);
    position: relative;
    z-index: 13;
    gap: 40px;
	flex-direction: column;
}
.presidente::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: -165px;
    width: 440px;
    height: 230px;
    background-image: url(../imagens/home/bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.presidente .container{
    gap: 40px;
}
.presidente .titulo{
	width: 100%;
	gap: 10px;
    justify-content: center;
}
.presidente .titulo h2{
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
}
/* .presidente .titulo h2::before,
.presidente .titulo h2::after{
    content: "";
    width: 84px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.presidente .titulo h2::before{
    background-image: url(../imagens/seta1.png);
}
.presidente .titulo h2::after{
    background-image: url(../imagens/seta2.png);
} */
.presidente .equipe-div{
    display: flex;
    align-items: center;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 5%;
}
.presidente .equipe-div .arrow i{
    color: var(--primaria);
    font-size: 35px;
    cursor: pointer;
    transition: transform .5s;
}
.presidente .equipe-div .arrow i:hover {
    transform: scale(1.2);
    transition: transform .5s;
}
.presidente .presidente-slider{
    width: 100%;
}
.presidente .presidente-slider .slick-track{
    padding: 10px 0;
}
.presidente .presidente-slider .box{
    width: 97%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.05);
    transition: ease .3s;
}
.presidente .presidente-slider .box .img{
    width: 100%;
    margin: 7px;
    position: relative;
}
.presidente .presidente-slider .box .img::after{
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.presidente .presidente-slider .box .img img{
    width: 100%;
}
.presidente .presidente-slider .box .texto{
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.presidente .presidente-slider .box .texto h5,
.presidente .presidente-slider .box .texto span{
    color: #fff;
}
.presidente .presidente-slider .box .texto span{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #ffffff52;
    padding-top: 10px;
}


.diretores{
    width: 100%;
    background-color: var(--bg1);
    position: relative;
    z-index: 13;
    gap: 40px;
	flex-direction: column;
}
.diretores .container{
    gap: 40px;
}
.diretores .titulo{
	width: 100%;
	gap: 10px;
    justify-content: center;
}
.diretores .titulo h2{
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
}
/* .diretores .titulo h2::before,
.diretores .titulo h2::after{
    content: "";
    width: 84px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.diretores .titulo h2::before{
    background-image: url(../imagens/seta1.png);
}
.diretores .titulo h2::after{
    background-image: url(../imagens/seta2.png);
} */
.diretores .equipe-div{
    display: flex;
    align-items: center;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 5%;
}
.diretores .equipe-div .arrow i{
    color: var(--primaria);
    font-size: 35px;
    cursor: pointer;
    transition: transform .5s;
}
.diretores .equipe-div .arrow i:hover {
    transform: scale(1.2);
    transition: transform .5s;
}
.diretores .diretores-slider{
    width: 100%;
}
.diretores .diretores-slider .slick-track{
    padding: 10px 0;
}
.diretores .diretores-slider .box{
    width: 97%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.05);
    transition: ease .3s;
}
.diretores .diretores-slider .box .img{
    width: 100%;
    margin: 7px;
    position: relative;
}
.diretores .diretores-slider .box .img::after{
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.diretores .diretores-slider .box .img img{
    width: 100%;
}
.diretores .diretores-slider .box .texto{
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.diretores .diretores-slider .box .texto h5,
.diretores .diretores-slider .box .texto span{
    color: #fff;
}
.diretores .diretores-slider .box .texto span{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #ffffff52;
    padding-top: 10px;
}


.equipe:nth-of-type(odd) { /* pares */
    background-color: var(--bg2);
}
.equipe:nth-of-type(even) { /* ímpares */
    background-color: var(--bg1);
}
.equipe{
    width: 100%;
    position: relative;
    z-index: 13;
    gap: 40px;
}
.equipe.bg-only::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: -112px;
    width: 389px;
    height: 208px;
    background-image: url(../imagens/home/bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.equipe.bg-another::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: -145px;
    width: 440px;
    height: 230px;
    background-image: url(../imagens/home/bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.equipe .titulo{
	width: 100%;
	gap: 10px;
    justify-content: center;
}
.equipe .titulo h2{
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
}
/* .equipe .titulo h2::before,
.equipe .titulo h2::after{
    content: "";
    width: 84px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.equipe .titulo h2::before{
    background-image: url(../imagens/seta1.png);
}
.equipe .titulo h2::after{
    background-image: url(../imagens/seta2.png);
} */
.equipe .equipe-div{
    display: flex;
    align-items: center;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 5%;
}
.equipe .equipe-div .arrow i{
    color: var(--primaria);
    font-size: 35px;
    cursor: pointer;
    transition: transform .5s;
}
.equipe .equipe-div .arrow i:hover {
    transform: scale(1.2);
    transition: transform .5s;
}
.equipe .equipe-div .equipe-slider{
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}
.equipe .equipe-div .equipe-slider .slick-track{
    padding: 10px 0;
}
.equipe .equipe-div .equipe-slider .box{
    width: 97%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.07);
    transition: ease .3s;
}
.equipe .equipe-div .equipe-slider .box .img{
    width: 100%;
    margin: 7px;
    position: relative;
}
.equipe .equipe-div .equipe-slider .box .img::after{
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.equipe .equipe-div .equipe-slider .box .img img{
    width: 100%;
}
.equipe .equipe-div .equipe-slider .box .texto{
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.equipe .equipe-div .equipe-slider .box .texto h5,
.equipe .equipe-div .equipe-slider .box .texto span{
    color: #fff;
}
.equipe .equipe-div .equipe-slider .box .texto span{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #ffffff52;
    padding-top: 10px;
}



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

}

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

}

@media screen and (max-width: 1366px){
    .fundadores .topo{
        margin-bottom: 75px;
    }
}

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

}

@media screen and (max-width: 1200px){
    .fundadores .topo{
        margin-bottom: 50px;
    }
	.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){

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .fundadores .box-div .pos1{
        top: 20px;
        left: 20px;
    }
    .fundadores .box-div .pos2{
        top: 20px;
        right: 20px;
    }

    .presidente .equipe-div .arrow,
    .diretores .equipe-div .arrow,
    .equipe .equipe-div .arrow{
        position: absolute;
        z-index: 10;
    }
    .presidente .equipe-div .arrow i,
    .diretores .equipe-div .arrow i,
    .equipe .equipe-div .arrow i{
        color: #fff;
    }
    .presidente .equipe-div .arrow.dir-prev,
    .diretores .equipe-div .arrow.pre-prev,
    .equipe .equipe-div .arrow.eqp-prev{
        left: 10%;
    }
    .presidente .equipe-div .arrow.dir-next,
    .diretores .equipe-div .arrow.pre-next,
    .equipe .equipe-div .arrow.eqp-next{
        right: 10%;
    }

    .presidente .equipe-div,
    .diretores .equipe-div{
        padding: 0 5%;
    }
}

@media screen and (max-width: 800px){
    .fundadores .topo{
        margin-bottom: 0px;
    }
    /* .fundadores .titulo h2::before, 
    .fundadores .titulo h2::after,
    .presidente .titulo h2::before, 
    .presidente .titulo h2::after,
    .equipe .titulo h2::before, 
    .equipe .titulo h2::after,
    .presidente::before,
    .equipe.bg-another::before,
    .equipe.bg-only::before{
        display: none;
    } */
}

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

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

}

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

}

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

}
