.s1{
    color: var(--preto);
    background: var(--amarelo);
}
.s1 .titulo{
    color: var(--marrom);
}
.s1 .subtitulo{
    color: var(--verde);
}
@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);
    }
}
@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: 2em 1em 2em 1em;
    }
    .s1 .titulo{
        font-size: 20px;
    }
    .s1 .subtitulo{
        font-size: 20px;
    }
}






.f1{

}
.f1 .imagem{
    text-align: center;
}
.f1 .imagem img{
    width: 100%;
}






.s2{
    color: var(--rosa);
    background: var(--marrom);
}
.s2 .titulo{
    color: var(--amarelo);
}
.s2 .colunas .titulo,
.s2 .ultima .titulo{
    color: var(--verde-medio);
}
.s2 .imagem{
    text-align: center;
}
.s2 .imagem img{
    width: 100%;
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .s2 .limite{
        position: relative;
        padding: 5em calc(160px + 2em) 5em calc(160px + 2em);
    }
    .s2 .limite .a1,
    .s2 .limite .a2{
        position: absolute;
        z-index: 99;
    }
    .s2 .limite .a1{
        width: 160px;
        height: 160px;
        left: 0;
        top: 0;
        background: url("../imagens/ameaca-silenciosa-a1.webp") center center no-repeat;
    }
    .s2 .limite .a2{
        width: 160px;
        height: 160px;
        left: 0;
        top: 160px;
        background: url("../imagens/ameaca-silenciosa-a2.webp") center center no-repeat;
    }
    .s2 .colunas{
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 2em;
    }
    .s2 .colunas .esquerda,
    .s2 .colunas .direita{
        flex: 1;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s2 .limite{
        padding: 3em;
    }
    .s2 .limite .a1,
    .s2 .limite .a2{
        display: none;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s2 .limite{
        padding: 2em 1em 2em 1em;
    }
    .s2 .titulo{
        font-size: 20px;
    }
}






.s3{
    position: relative;
}
.s3 .imagem{
    text-align: center;
}
.s3 .imagem img{
    width: 100%;
}
.s3 .link{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.s3 .link a{
    width: 100%;
    padding: 0.5em 3em;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.5em;
    line-height: 1em;
    text-align: center;
    color: var(--verde);
    background: var(--amarelo);
}
.s3 .link 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) {
    .s3 .link{
        width: 55%;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s3 .link{
        width: 90%;
    }
    .s3 .link a{
        display: block;
        font-size: 1.2em;
    }
    .s3 .link a:hover{
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s3 .link{
        width: 90%;
    }
    .s3 .link a{
        padding: 1em 3em;
        font-size: 0.9em;
    }
    .s3 .link a:hover{
        padding: 1em 3em;
        font-size: 0.9em;
    }
}






.s4{
    color: var(--marrom);
    background: var(--rosa);
}
.s4 .titulo{
    color: var(--verde);
}
.s4 .subtitulo{
    color: var(--verde-medio);
}
.s4 .imagem{
    text-align: center;
}
.s4 .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);
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s4 .limite{
        padding: 3em;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s4 .limite{
        padding: 2em 1em 2em 1em;
    }
    .s4 .titulo{
        font-size: 20px;
    }
    .s4 .subtitulo{
        font-size: 20px;
    }
}






.s5{
    position: relative;
    color: #fff;
    background: var(--verde);
}
.s5 .titulo{
    color: var(--amarelo);
}
.s5 a{
    padding: 0.8em 3em;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.5em;
    line-height: 1em;
    text-align: center;
    color: var(--verde);
    background: var(--amarelo);
}
.s5 a:hover{
    padding: 0.8em 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) {
    .s5 .a1{
        position: absolute;
        width: 160px;
        height: 160px;
        right: 0;
        top: 0;
        background: url("../imagens/agir-rapido-a1.webp") center center no-repeat;
    }
    .s5 .limite{
        padding: 160px calc(160px + 2em) 160px calc(160px + 2em);
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .s5 .a1{
        display: none;
    }
    .s5 .limite{
        padding: 3em;
    }
    .s5 a{
        display: block;
        width: 90%;
        font-size: 1.5em;
    }
    .s5 a:hover{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .s5 .a1{
        display: none;
    }
    .s5 .limite{
        padding: 2em 1em 2em 1em;
    }
    .s5 .titulo{
        font-size: 20px;
    }
    .s5 a{
        padding: 1em 3em;
        font-size: 1em;
    }
    .s5 a:hover{
        padding: 1em 3em;
        font-size: 1em;
    }
}






.principais-fontes{
    position: relative;
    color: #fff;
    background: var(--marrom);
}
.principais-fontes .titulo{
    color: var(--amarelo);
}
.principais-fontes a{
    color: #fff;
    overflow-wrap: anywhere;
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
    .principais-fontes .a1{
        position: absolute;
        width: 160px;
        height: 160px;
        left: 0;
        top: 0;
        background: url("../imagens/principais-fontes-a1.webp") center center no-repeat;
    }
    .principais-fontes .a2{
        position: absolute;
        width: 160px;
        height: 160px;
        left: 0;
        top: 160px;
        background: url("../imagens/principais-fontes-a2.webp") center center no-repeat;
    }
    .principais-fontes .limite{
        position: relative;
        padding: 5em calc(160px + 2em) 5em calc(160px + 2em);
    }
    .principais-fontes .limite .a1,
    .principais-fontes .limite .a2{
        position: absolute;
        z-index: 99;
    }
    .principais-fontes .limite .a1{
        width: 140px;
        height: 140px;
        left: 0;
        bottom: 0;
        background: url("../imagens/principais-fontes-a1.webp") center center no-repeat;
    }
    .principais-fontes .limite .a2{
        width: 381px;
        height: 200px;
        right: 0;
        bottom: -27px;
        background: 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: 2em 1em 2em 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: 2em 1em 2em 1em;
    }
    .final .linha .box{
        margin: 242px 1em 1em 1em;
        padding: 2em;
    }
    .final .linha .box .titulo{
        font-size: 20px;
    }
}