/* 🔵 Fondo menú principal */
.header-style-1 .header-sticky {
    background-color: #206BC4 !important;
}

/* ⚪ Texto del menú */
.header-style-1 .main-menu li a {
    color: #ffffff !important;
}

/* ✨ Hover */
.header-style-1 .main-menu li a:hover {
    color: #206BC4 !important;
}

/* 📍 Item activo */
.header-style-1 .main-menu li.current-menu-item a {
    color: #ffffff !important;
    font-weight: bold;
}

/* Icono hamburguesa */
.header-style-1 .mobile_menu i,
.header-style-1 .mobile_menu .fa-bars {
    color: #ffffff !important;
}

/* Texto "Menu" */
.header-style-1 .mobile_menu {
    color: #ffffff !important;
}






/* 🔵 Fondo footer */
footer.bg-grey {
    background-color: #206BC4 !important;
}

/* ⚪ Todo el texto del footer */
footer {
    color: #ffffff !important;
}

/* ⚪ Títulos */
footer h5,
footer .widget-header-2 h5 {
    color: #ffffff !important;
}

/* 🔗 Links */
footer a {
    color: #ffffff !important;
}

/* ✨ Hover links */
footer a:hover {
    color: #206BC4 !important;
}

/* 📄 textos chicos (copy, newsletter, etc) */
footer p,
footer span,
footer li {
    color: #ffffff !important;
}

/* 📌 copyright abajo */
.footer-copy-right p {
    color: #ffffff !important;
}

/* 🏷️ tags */
footer .tag-cloud-link {
    background: rgba(255,255,255,0.5);
    color: #206BC4 !important;
    border: 1px solid rgba(255,255,255,0.8);
}

/* ✉️ input newsletter */
footer input {
    background: #ffffff;
    color: #000;
}

/* 🔘 botón newsletter */
footer button {
    background-color: #206BC4 !important;
    border: none;
}