.banner-produtos .base h2 {
    color: var(--branco);
    font-weight: normal;
}
.banner-produtos .base h2 strong {
    color: var(--verde-escuro);
}
.banner-produtos .base p {
    color: var(--branco);
}
#video {
    background-color: var(--verde-escuro);
}

.linhas h1 {
    color: var(--verde-escuro);
    border-bottom: var(--verde-escuro) solid 2px;
}
.txt-produto-cultura {
    background-color: var(--verde-escuro);
    font-size: 1rem;
}
.beneficios h2 {
    background-color: var(--verde-escuro);
    width: max(200px, 40vw) !important;
    font-weight: normal;
}
.beneficios h2 strong {
    font-weight: 300;
}
.beneficios .tipos {
    color: var(--verde-escuro);
    background: url('/assets/imagens/poligono-florestal-clean.png') no-repeat;
}

.beneficios .tipos:hover {
    color: var(--branco);
    background: url('/assets/imagens/poligono-florestal-filled.png') no-repeat;
}
.beneficios .spacer-dir {
    background: url('/assets/imagens/icone-culturas-florestal-dir.png') no-repeat;
    background-position: center;
    border: var(--verde-escuro) solid 2px;
}

.beneficios .spacer-esq {
    background: url('/assets/imagens/icone-culturas-florestal-esq.png') no-repeat;
    background-position: center;
    border: var(--verde-escuro) solid 2px;
}

#motivos .base {
    max-width: 900px;
    border: #B4B4B4 solid 1px;
    border-radius: 40px;
    margin: 0 auto;
    padding: 3rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
#motivos h2 {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    position: relative;
    background-color: var(--branco);
    max-width: 300px;
    margin: -90px auto 0 auto;
}
#motivos h2 strong {
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--verde-escuro);
}

#motivos .container {
    max-width: 700px;
}

.badge-head th {
    background-color: var(--verde-escuro) !important;
    color: var(--branco) !important;
}