:root {
    --cor-verde: #01AF4E;
    --cor-verde-claro: #63C67E;
    --cor-branco: #ffffff;
    --cor-preto: #000000;
}

/* Home */
#home-section2 .elementor-widget-button .elementor-button:hover {
    text-decoration: none !important;
}
@media(min-width: 1700px) {
    #home-section1 {
        background-position-x: 100%;
    }
}
@media(max-width: 1024px) {
    #home-section1 {
        background-image: none;
    }
}

/* Página Sobre */
#s1-sobre a,
#s1-sobre a:hover {
    color: var(--cor-verde);
    text-decoration: underline;
    font-weight: 700;
}
#s1-sobre a:focus {
    outline: 5px auto rgba(0,0,0,.5);
}

/* Página Artigos Archive */
#s1-artigos {
    padding: 50px 15px;
}
#s1-artigos h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cor-verde);
}
#s1-artigos p {
    font-size: 1rem;
    font-weight: 400;
}