

.banner-home{
    height: 90dvh;
    display: flex;
    align-items: center;
    padding-top: 100px;
}
.banner-home video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    height: 90dvh;
}
.banner-home h1{
    font-family: 'Seiva';
    color: var(--branco-claro);
    font-size: 134px;
    font-weight: 400;
    text-align: center;
    line-height: 174px;
}
.banner-home p{
    color: white;
    margin-top: 100px;
}
.banner-home a{
    background: transparent;
    color: var(--branco-claro);
    margin-top: 40px;
    padding: 18px 35px;
    border: 1px solid var(--verde-limao);
    border-radius: 35px;
    font-size: 16px;
    font-family: 'Seiva';
    font-weight: 600;
    display: block;
    width: fit-content;
}

.gestao h2{
    color: rgba(255, 255, 255, 0.44);
}
.gestao .coluna-linha{
    border-bottom: 4px solid white;
}
.gestao p{
    color: white;
}
.gestao .flex{
    justify-content: flex-end;
    gap: 100px;

}
.experiencia {
    margin-top: -1px;
}
.experiencia .padding{
    padding: 100px;
}
.experiencia h2{
    margin-bottom: 40px;
    color: var(--verde-escuro);
}
.experiencia p{
    color: var(--verde-escuro);
}
.experiencia a{
    color: var(--cinza-escuro);
    font-size: 16px;
    font-family: "Atkinson Hyperlegible Next";
    font-weight: 600;
    background: transparent;
    padding: 18px 35px;
    border: 1px solid var(--verde-limao);
    border-radius: 35px;
    margin-top: 100px;
    display: block;
    width: fit-content;
}
.experiencia .imagem-flutuante{
    position: absolute;
    width: 50%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}

/* SOLUCOES MODELO */

.solucoes h2{
    color: white;
}
.solucoes p{
    margin-top: 40px;
    color: white;
    white-space: pre-line;
}
.solucoes .card{
    width: 100%;
}
.card-laranja{
    background-color: var(--marrom);
    border-radius: 28px;
    padding: 0;
}
.card-verde{
    background-color: var(--verde-limao);
    border-radius: 28px;
    padding: 0;
}
.card-cinza{
    background-color: var(--cinza-escuro);
    border-radius: 28px;
    padding: 0;
}
.card .imagem-flutuante {
    margin: -1px 0 -5px -3px;
}

.cards{
    margin-top: 70px;
    flex-direction: row;
    gap: 80px;
}
.dentro-card h3{
    color: white;
}
.card-box{
    padding: 50px;
}
.card-box a{
    color: var(--cinza-escuro);
    font-size: 16px;
    font-family: "Atkinson Hyperlegible Next";
    font-weight: 600;
    background: transparent;
    color: white;
    padding: 18px 35px;
    border: 1px solid var(--verde-limao);
    border-radius: 35px;
    margin-top: 100px;
    display: block;
    width: fit-content;
    float: right;
    text-transform: uppercase;
}
.card-verde .card-box a{
    border: 1px solid white;
}
.card a img{
    margin-right: 15px;
}
.background-cards{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
    margin-bottom: -7px;
    margin-top: -5px;
    display: flex;
    align-items: flex-end;
}
.flex-cards{
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 28px 0 0 28px;
}
.dentro-card{
    padding: 0 50px;
    margin-bottom: 50px;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
}

.dentro-card .coluna-14{
    width: fit-content;
}
.dentro-card img{
    width: 50px;
    object-fit: contain;
}
/* ATÉ AQUI ACABOU */

.porque{
    padding: 200px 0;
}

.porque h2{
    color: white;
}
.porque a{
    background: transparent;
    color: white;
    padding: 18px 35px;
    border: 1px solid var(--verde-limao);
    border-radius: 35px;
    font-size: 16px;
    font-family: 'Seiva';
    font-weight: 600;
    width: fit-content;
    float: right;

}
.troca-de-pagina .quem-somos-card{
    background: var(--verde-limao);
    padding: 20px;
    border-radius: 28px;
    display: flex;
        align-items: center;
}
.quem-somos-card h3{
    color: white;
}
.quem-somos-card p{
    color: white;
}
.troca-de-pagina img ~ h3{
    position: absolute;
    bottom: 20px;
    color: white;
    left: 20px;
}
.img-troca{
    border-radius: 28px;
    overflow: hidden;
}
.troca-de-pagina img{
    border-radius: 28px;
    object-fit: cover;
    height: 280px;
}
.quem-somos-card p{
    margin: 0;
}

.florestry h2{
    color: white;
    text-align: center;
}

.florestry{
    height: 60dvh;
    display: flex;
    align-items: center;
    position: sticky;
}
.florestry video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    height: 60dvh;
}
.temos-solucao{
    padding-bottom: 0;
}
.temos-solucao h2{
    color: white;
    margin-bottom: 100px;
}
.temos-solucao p{
    color: white;
}
.temos-solucao .btn-fale{
    font-size: 16px;
    font-family: "Atkinson Hyperlegible Next";
    font-weight: 400;
    background: transparent;
    color: white;
    padding: 18px 35px;
    border: 1px solid white;
    border-radius: 35px;
    display: block;
    width: fit-content;
}
.maps{
    margin-top: 100px;
}
.maps img{
    border-radius: 0 28px 28px 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin-bottom: -4px;
}
.padding-maps{
    padding: 0 100px;
}
.padding-maps a{
    font-size: 26px;
    font-family: "Atkinson Hyperlegible Next";
    font-weight: 400;
    background: transparent;
    color: white;
    padding: 18px 45px;
    border: 1px solid white;
    border-radius: 35px;
    display: block;
    margin-bottom: 40px;
    width: fit-content;
}
.maps-text h2{
    padding: 0 100px;
    margin-right: 40px;
    margin-bottom: 50px;
    font-size: 35px;
}

/* PARALAX */

.elemento-proposito{
    bottom: 3%;
    left: -24%;
    width: 90%;
    z-index: -1;
}
.mapa .icone-numero .coluna-30{
    width: fit-content;
}
.mapa .icone-numero img{
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
}
.mapa .numeros > .flex{
    gap: 40px 0;
}
.mapa .icone-numero{
    justify-content: center;
}
.mapa h4{
    font-family: 'Seiva', sans-serif;
    color: var(--verde-limao);
    font-size: 80px;
    margin: 0;
}
.numeros-flutuante{
    font-family: 'Seiva', sans-serif;
    color: var(--verde-limao)!important;
    font-size: 20px;
    position: absolute;
    top: -10px;
    transform: translateX(32px);
}
.mapa h4 ~ p{
    font-size: 26px;
    color: var(--verde-limao);
    font-family: 'Seiva', sans-serif;
}
.mapa p{
    text-align: center;
    color: var(--cinza-escuro);
}
.mapa h2{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--verde-escuro);
    margin-bottom: -100px;
    z-index: 1;
    position: relative;
}
.mapa h2 span{
    background: var(--verde-limao);
    padding: 5px 20px;
    width: fit-content;
}
.mapa .lista{
    width:fit-content;
    gap: 40px;
}
.mapa h5{
    color: var(--verde-escuro);
    background: var(--verde-limao);
    padding: 5px 20px;
    width: fit-content;
}
.mapa .lista{
    padding-left: 20px;
}
.mapa .lista p{
    text-align: left;
    color: var(--verde-escuro);
}