.s1{
    position: relative;
    color: var(--amarelo);
    background: var(--marrom);
}
.s1 .titulo{
    color: var(--rosa);
}
.s1 a{
    padding: 0.5em 3em;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.5em;
    line-height: 1em;
    color: var(--verde);
    background: var(--amarelo);
}
.s1 a:hover{
    padding: 0.5em 3em;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: var(--verde);
    background: var(--amarelo-hover);
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .s1 .limite{
        padding: 160px calc(160px + 2em) 160px calc(160px + 2em);
    }
    .s1 .limite .a1{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 160px;
        height: 160px;
        background: url("../imagens/s1-a1.webp") center center no-repeat;
        z-index: 99;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s1 .limite{
        padding: 3em;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s1 .limite{
        padding: 1em;
    }
    .s1 .titulo{
        font-size: 20px;
    }
    .s1 a,
    .s1 a:hover{
        padding: 0.5em 1.5em;
        letter-spacing: 1px;
        font-size: 0.8em;
        line-height: 1.4;
    }
}






.s2{
    color: var(--verde);
}
.s2 .titulo{
    color: var(--verde-medio);
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .s2{
        background: url("../imagens/polinizadores-em-risco-bg-desktop.webp") bottom right no-repeat;
    }
    .s2 .limite{
        padding: 160px calc(160px + 2em) 160px calc(160px + 2em);
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s2{
        background: url("../imagens/polinizadores-em-risco-bg-desktop.webp") bottom right no-repeat;
    }
    .s2 .limite{
        padding: 3em;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s2{
        background: url("../imagens/polinizadores-em-risco-bg-mobile.webp") bottom right no-repeat;
    }
    .s2 .limite{
        padding: 1em;
    }
    .s2 .titulo{
        font-size: 20px;
    }
}






.f1{

}
.f1 .imagem{
    text-align: center;
}
.f1 .imagem img{
    width: 100%;
    max-width: 1600px;
}





.s3{
    color: var(--preto);
    background: var(--amarelo);
}
.s3 .titulo{
    color: var(--verde);
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .s3 .limite{
        padding: 160px calc(160px + 2em) 160px calc(160px + 2em);
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s3 .limite{
        padding: 3em;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s3 .limite{
        padding: 1em;
    }
    .s3 .titulo{
        font-size: 20px;
    }
}





.s4{
    color: var(--marrom);
    background: var(--rosa);
}
.s4 .titulo{
    color: var(--marrom);
}
.s4 .subtitulo{
    color: var(--verde);
}
.s4 .flex{
    display: flex;
    gap: 2em;
    align-items: flex-start;
}
.s4 .flex .imagem img{
    width: 100%
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .s4 .limite{
        padding: 160px calc(160px + 2em) 160px calc(160px + 2em);
    }
    .s4 .flex{
        flex-wrap: nowrap;
    }
    .s4 .flex .imagem,
    .s4 .flex .texto{
        width: calc(50% - 1em);
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s4 .limite{
        padding: 3em;
    }
    .s4 .flex .imagem{
        width: calc(40% - 1em);
    }
    .s4 .flex .texto{
        width: calc(60% - 1em);
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s4 .limite{
        padding: 1em;
    }

    .s4 .flex{
        flex-wrap: wrap;
    }
    .s4 .flex .imagem,
    .s4 .flex .texto{
        width: 100%;
    }
    .s4 .titulo{
        font-size: 20px;
    }
}





.s5{
    color: var(--preto);
    background: var(--amarelo);
}
.s5 .titulo{
    color: var(--verde);
}
.s5 .flex{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: hidden;
}
.s5 .flex .imagem{
    width: 50%;
    background: url("../imagens/boas-praticas-agricolas-polinizadores.webp") top left no-repeat;
    background-size: cover;
}
.s5 .flex .texto{
    width: 50%;
    color: var(--preto);
    background: var(--amarelo);
}
.s5 .flex .texto .titulo{
    width: calc(100% + 110px);
    transform: translateX(-110px);
    padding: 0.5em 1em 0.5em 1em;
    text-align: center;
    color: var(--rosa);
    background: var(--marrom);
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .s5 .flex .texto .limite{
        padding: 6em;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s5 .flex .texto .limite{
        padding: 3em;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s5 .flex .texto .limite{
        padding: 1em;
    }
    .s5 .flex .imagem{
        display: none;
    }
    .s5 .flex .texto{
        width: 100%;
        color: var(--preto);
        background: var(--amarelo);
    }
    .s5 .flex .texto .titulo{
        width: 100%;
        transform: translateX(0);
        font-size: 20px;
    }
}





.s6{
    background: var(--verde);
}
.s6 a{
    padding: 0.5em 3em;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.5em;
    line-height: 1em;
    color: var(--verde);
    background: var(--amarelo);
}
.s6 a:hover{
    padding: 0.5em 3em;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: var(--verde);
    background: var(--amarelo-hover);
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .s6 .limite{
        padding: 160px calc(160px + 2em) 160px calc(160px + 2em);
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s6 .limite{
        padding: 3em;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s6 .limite{
        padding: 1em;
    }
    .s6 .titulo{
        font-size: 20px;
    }
    .s6 a,
    .s6 a:hover{
        padding: 0.5em 1.5em;
        letter-spacing: 1px;
        font-size: 0.8em;
        line-height: 1.4;
    }
}






.f2{

}
.f2 .imagem{
    text-align: center;
}
.f2 .imagem img{
    width: 100%;
    max-width: 1600px;
}






.principais-fontes{
    color: #fff;
    background: var(--verde-medio);
}
.principais-fontes .titulo{
    color: var(--verde);
}
.principais-fontes a{
    color: #fff;
    overflow-wrap: anywhere;
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .principais-fontes .limite{
        position: relative;
        padding: 5em calc(160px + 2em) 5em calc(160px + 2em);
    }
    .principais-fontes .limite .a1,
    .principais-fontes .limite .a2{
        position: absolute;
        right: 0;
        width: 160px;
        height: 160px;
        z-index: 99;
    }
    .principais-fontes .limite .a1{
        bottom: 160px;
        background: url("../imagens/principais-fontes-a1.webp") center center no-repeat;
    }
    .principais-fontes .limite .a2{
        bottom: 0;
        background: var(--verde-medio) url("../imagens/principais-fontes-a2.webp") center center no-repeat;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .principais-fontes .limite{
        padding: 3em;
    }
    .principais-fontes .limite .a1,
    .principais-fontes .limite .a2{
        display: none;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .principais-fontes .limite{
        padding: 1em;
    }
    .principais-fontes .titulo{
        font-size: 20px;
    }
}





.final{

}
.final .linha{
    display: flex;
    flex-wrap: nowrap;
}
.final .linha .vazia{
    width: 50%;
}
.final .linha .box{
    position: relative;
    width: 50%;
    margin: 3em 0 3em 0;
    padding: 5em 116px 5em 116px;
    color: #fff;
    background: var(--verde);
    border-radius: 50px;
}
.final .linha .box .titulo{
    font-size: 24px;
    color: var(--amarelo);
}
.final .linha .box .botao{
    color: var(--verde);
    background: var(--amarelo);
}
.final .linha .selo{
    position: absolute;
    width: 236px;
    height: 242px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -116px);
    z-index: 999;
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .final{
        background: url("../imagens/bg-boas-praticas-agricolas-desktop.webp") center center no-repeat;
        background-size: cover;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .final{
        background: url("../imagens/bg-boas-praticas-agricolas-mobile.webp") center center no-repeat;
        background-size: cover;
    }
    .final .limite{
        padding: 3em;
    }
    .final .linha .vazia{
        display: none;
    }
    .final .linha .box{
        width: 100%;
        margin: 242px 3em 3em 3em;
        padding: 3em;
    }
    .final .linha .selo{
        left: 50%;
        top: 0;
        transform: translate(-50%, -90%);
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .final .limite{
        padding: 1em;
    }
    .final .limite{
        padding: 1em;
    }
    .final .linha .box{
        margin: 242px 1em 1em 1em;
        padding: 2em;
    }
    .final .linha .box .titulo{
        font-size: 20px;
    }
}