/*
 Theme Name:   GeneratePress Child
 Description:  Tema filho profissional para o Busca Financas
 Template:     generatepress
 Version:      1.0.0
*/

/* Melhoria visual para a página Sobre Nós */
.page-id-sobre-nos .entry-content {
    line-height: 1.8;
    font-size: 18px;
    color: #333;
}

/* Títulos em Azul Profundo para passar confiança */
h1, h2, h3 {
    color: #003366; 
    margin-top: 1.5em;
}

/* Estilo do Menu Superior */
.main-navigation {
    background-color: #003366; /* Azul Profundo */
}

.main-navigation .main-nav ul li a {
    color: #ffffff;
    font-weight: bold;
    padding: 0 20px;
}