/* Remover todas as linhas verdes do site */
h2:after, 
h2::after, 
.title-line, 
.footer-title-line, 
.footer-title:after, 
.footer-contato h4::after, 
.footer-social-container h4::after, 
section h2:after, 
#depoimentos h2:after,
#beneficios h2:after,
#projetos h2:after,
#sobre-v2 h2:after,
h2:before,
h2::before,
.section-title:after,
.section-title::after,
span.line,
span.green-line,
.title-decoration,
.title-underline {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
}

/* Garantir que o rodapé tenha fundo escuro */
footer {
    background-color: #222 !important;
    color: #fff !important;
    border-top: none !important;
}

/* Remover a linha verde no topo do rodapé */
footer::before {
    display: none !important;
    content: none !important;
    height: 0 !important;
    background: none !important;
}
