.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;
}


.sobre{
	width: 100%;
	padding: 100px 0;
	background-color: var(--bg1);
}
.sobre .container{
	gap: 50px;
    display: flex;
	position: relative;
}
.sobre .texto{
	max-width: 405px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
}
.sobre .galeria-div{
	display: flex;
	align-items: center;
	max-width: 714px;
	width: 100%;
	height: 390px;
	position: relative;
	box-shadow: 2px 4px 20px 3px rgba(0, 0, 0, 0.15);
}
.sobre .galeria-div .arrow{
	position: absolute;
	z-index: 5;
}
.sobre .galeria-div .arrow i{
	color: var(--primaria);
    font-size: 25px;
    cursor: pointer;
	transition: transform .5s;
}
.sobre .galeria-div .arrow i:hover{
	transform: scale(1.2);
	transition: transform .5s;
}
.sobre .galeria-div .gal1-prev{
	left: -25px;
}
.sobre .galeria-div .gal1-next{
	right: -25px;
}
.sobre .galeria-div .sobre-slider{
	width: 100%;
}
.sobre .galeria-div .sobre-slider .box{
	width: 100%;
	height: 390px;
	position: relative;
	padding: 7px;
	background-color: #fff;
}
.sobre .galeria-div .sobre-slider .box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.fundadores{
    width: 100%;
    background-color: var(--bg2);
    position: relative;
}
.fundadores::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%;
}
.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;
}


.video{
	width: 100%;
	position: relative;
	align-items: center;
    place-content: center;
}
.video iframe{
	width: 100%;
	height: calc(100vh - 131px);
	border: none;
}


.historia{
	width: 100%;
	padding: 100px 0;
	background-color: var(--bg2);
    gap: 50px;
    overflow: hidden;
}
.historia .titulo{
	width: 100%;
	gap: 10px;
    justify-content: center;
}
.historia .titulo h2{
    display: flex;
    text-align: center;
    align-items: center;
    gap: 20px;
}
/* .historia .titulo h2::before,
.historia .titulo h2::after{
    content: "";
    width: 84px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.historia .titulo h2::before{
    background-image: url(../imagens/seta1.png);
}
.historia .titulo h2::after{
    background-image: url(../imagens/seta2.png);
} */
.historia .historia-conteudo {
    margin-left: calc((100% - 1224px) / 2);
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}
.historia .historia-conteudo .historia-linha-base {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: var(--primaria);
    z-index: 0;
}
.historia .historia-conteudo .box:nth-child(odd){
    margin-bottom: auto;
}
.historia .historia-conteudo .box:nth-child(even){
    margin-top: 330px;
}
.historia .historia-conteudo .box:nth-child(1){
    margin-left: 0;
}
.historia .historia-conteudo .box{
	max-width: 700px;
	width: 100%;
    height: 244px;
    flex: 0 0 700px;
	display: flex;
    margin-left: -300px;
	background-color: #fff;
	box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.07);
    position: relative;
}
/* Triângulo */
.historia .historia-conteudo .box:nth-child(odd)::after{
    bottom: -20px;
}
.historia .historia-conteudo .box:nth-child(even)::after{
    top: -20px;
    transform: rotate(180deg);
}
.historia .historia-conteudo .box::after {
    content: "";
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff; /* mesma cor do fundo do box */
    z-index: 2;
}
/* Losango (ponto na linha) */
.historia .historia-conteudo .box:nth-child(odd)::before{
    bottom: -48px;
}
.historia .historia-conteudo .box:nth-child(even)::before{
    top: -48px;
}
.historia .historia-conteudo .box::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    left: 50px;
    background-color: var(--primaria); /* roxo */
    z-index: 1;
}
.historia .historia-conteudo .box .img{
	width: 100%;
	padding: 7px;
}
.historia .historia-conteudo .box .img img{
	width: 100%;
    height: 230px;
    object-fit: cover;
}
.historia .historia-conteudo .box .texto{
	width: 100%;
	gap: 10px;
	padding: 30px;
	justify-content: center;
}
.historia .historia-conteudo .box .texto p{
	color: #777676;
}
.historia .historia-overflow {
  max-width: 470px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.historia .historia-overflow::-webkit-scrollbar { display: none; }
/* estilização do range (track + thumb) */
.historia .historia-overflow input[type="range"]{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    cursor: pointer;
    height: 8px;
}
/* webkit track */
.historia .historia-overflow input[type="range"]::-webkit-slider-runnable-track{
    height: 8px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}
.historia .historia-overflow input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 153px;
    height: 12px;
    margin-top: -2px;
    border-radius: 6px;
    background: var(--primaria);
}
/* Firefox */
.historia .historia-overflow input[type="range"]::-moz-range-track{
    height: 8px;
    background: rgba(0,0,0,0.08);
    border-radius: 4px;
}
.historia .historia-overflow input[type="range"]::-moz-range-thumb{
    width: 28px;
    height: 12px;
    border-radius: 6px;
    background: #999;
    border: none;
}
/* estado quando não há overflow (desabilitado) */
.historia .historia-overflow.disabled{ opacity: .45; pointer-events: none; }



.numeros{
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg1);
    position: relative;
    z-index: 13;
}
.numeros::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%;
}
.numeros .container{
    gap: 25px;
}
.numeros .texto-topo{
    display: flex;
    width: 100%;
    gap: 25px;
    justify-content: center;
}
.numeros .texto-topo .txt-1{
    width: 100%;
    gap: 50px;
    justify-content: space-between;
}
.numeros .texto-topo .txt-1 .topo{
	width: 100%;
	gap: 10px;
    justify-content: center;
}
.numeros .texto-topo .txt-1 .topo h2{
    display: flex;
    align-items: center;
    text-align: center;
}
.numeros .texto-topo .txt-1 .box-div{
	width: 100%;
    justify-content: center;
    gap: 12px;
}
.numeros .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;
}
.numeros .texto-topo .txt-1 .box-div .box span.sub{
	font-size: 14px;
	letter-spacing: 3px;
    color: #000;
    font-weight: 500;
}
.numeros .texto-topo .txt-1 .box-div .box .txt{
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 5px;
}
.numeros .texto-topo .txt-1 .box-div .box .txt h3{
    display: flex;
    align-items: center;
}
.numeros .texto-topo .txt-1 .box-div .box .txt h3,
.numeros .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;
}
.numeros .texto-topo .txt-1 .box-div .box .txt p{
	font-size: 21px;
	line-height: 1.5;
    text-align: center;
}


.mapa-conteudo{
    width: 100%;
    background-color: var(--bg2);
    position: relative;
    padding: 50px 0;
}
.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('https://web.agencia.red/ffa/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);
}


.conquistas{
	width: 100%;
	padding: 100px 0;
    background-color: var(--bg1);
    position: relative;
}
.conquistas::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%;
}
.conquistas .container{
	gap: 50px;
}
.conquistas .titulo{
	width: 100%;
    justify-content: center;
    text-align: center;
}
.conquistas .conquistas-div{
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 10px;
    row-gap: 10px;
}
.conquistas .conquistas-div .box{
	width: 100%;
	padding: 30px;
	background-color: #fff;
	gap: 20px;
}
.conquistas .conquistas-div .box .texto{
	width: 100%;
	gap: 20px;
	display: flex;
	align-items: center;
}
.conquistas .conquistas-div .box .texto span{
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}	
.conquistas .conquistas-div .box .texto span img,
.conquistas .conquistas-div .box .texto span i{
	font-size: 35px;
	max-width: 100%;
    filter: brightness(0) saturate(100%) invert(15%) sepia(7%) saturate(6295%) hue-rotate(255deg) brightness(99%) contrast(89%);
}
.conquistas .conquistas-div .box .texto h6{
	max-width: calc(100% - 60px);
	letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.conquistas .conquistas-div .box p{
	font-size: 14px;
}
.conquistas .mobile{
    display: none;
    width: 100%;
}
.conquistas .mobile .conquistas-slider{
    width: 100%;
}
.conquistas .conquistas-slider .box{
	width: 97%;
    height: 100%;
	padding: 30px;
	background-color: #fff;
	gap: 20px;
}
.conquistas .conquistas-slider .box .texto{
	width: 100%;
	gap: 20px;
	display: flex;
	align-items: center;
}
.conquistas .conquistas-slider .box .texto span{
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}	
.conquistas .conquistas-slider .box .texto span img,
.conquistas .conquistas-slider .box .texto span i{
	font-size: 35px;
	max-width: 100%;
    filter: brightness(0) saturate(100%) invert(15%) sepia(7%) saturate(6295%) hue-rotate(255deg) brightness(99%) contrast(89%);
}
.conquistas .conquistas-slider .box .texto h6{
	max-width: calc(100% - 60px);
	letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.conquistas .conquistas-slider .box p{
	font-size: 14px;
}



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

}

@media screen and (max-width: 1440px){
	.numeros .texto-topo .txt-1 .box-div .box .txt h3, 
    .numeros .texto-topo .txt-1 .box-div .box .txt h3 span{
        font-size: 6vw;
    }
}

@media screen and (max-width: 1366px){
	.historia .historia-conteudo{
        margin-left: 5%;
    }
}

@media screen and (max-width: 1280px){
	.sobre .galeria-div{
        max-width: calc(100% - 50px - 350px);
    }
}

@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){
     .numeros .texto-topo .txt-1 .box-div .box .txt p{
        font-size: 19px;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .sobre .container{
        flex-direction: column;
        align-items: center;
    }
    .sobre .texto{
        max-width: 714px;
    }
    .sobre .texto h2{
        text-align: center;
    }
    .sobre .galeria-div{
        max-width: 714px;
    }

    .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;
    }

    .conquistas .conquistas-div{
        display: none;
    }
    .conquistas .mobile{
        display: flex;
    }
}

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

@media screen and (max-width: 800px){
    .sobre .galeria-div .gal1-prev{
        left: 25px;
    }
    .sobre .galeria-div .gal1-next{
        right: 25px;
    }
    .sobre .galeria-div .arrow i{
        color: #fff;
    }

    .numeros .texto-topo .txt-1 .box-div{
        flex-direction: column;
    }
    .numeros .texto-topo .txt-1 .box-div .box{
        width: 100%;
    }
    .numeros .texto-topo .txt-1 .box-div .box .txt h3, 
    .numeros .texto-topo .txt-1 .box-div .box .txt h3 span{
        font-size: 10vw;
    }
    .numeros .texto-topo .txt-1 .box-div .box .txt p{
        font-size: 20px;
    }

    /* .fundadores::before,
    .fundadores .titulo h2::before, 
    .fundadores .titulo h2::after,
    .historia .titulo h2::before, 
    .historia .titulo h2::after,
    .numeros::after,
    .conquistas::before{
        display: none;
    } */
}

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

    .historia .historia-conteudo{
        gap: 15px;
        align-items: start;
    }
    .historia .historia-conteudo .box:nth-child(even){
        margin-top: 0;
    }
    .historia .historia-conteudo .box{
        max-width: 352px;
        width: 100%;
        flex: 0 0 352px;
        flex-direction: column;
        margin-left: 0;
        height: -webkit-fill-available;
        margin-bottom: 52px!important;
    }
    .historia .historia-conteudo .box::before {
        bottom: -48px!important;
        left: 66px!important;
        top: unset!important;
    }
    .historia .historia-conteudo .box::after {
        top: unset!important;
        bottom: -20px!important;
        transform: rotate(0deg)!important;
    }
    .historia .historia-conteudo .historia-linha-base{
        bottom: 8px;
    }
    .historia .historia-overflow{
        padding: 0 5%;
    }

    .video iframe{
        height: 400px;
    }
}

@media screen and (max-width: 400px){
	.historia .historia-conteudo .box {
        max-width: 80vw;
        flex: 0 0 80vw;
    }
}

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

}
