/*
Theme Name: CDC Child Theme
Theme URI: http://example.com/
Description: Tema hijo para CDC
Author: Fernando
Author URI: http://example.com/
Template: virtue
Version: 1.0.0
*/

/* Colores para enlaces del menú */
#nav-main ul.sf-menu > li > a {
    color: aqua !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.sf-menu a {
    font-size: 15px !important;
    font-weight: bold !important;
}

#nav-main ul.sf-menu > li > a:hover {
    color: #00539c !important;
}

/* Azul vivo para el título principal */
header #logo a.brand, .brand.logofont, .logofont {
    color: #0088ff !important;
    font-weight: bold !important;
}

/* Color para el texto "Menu" (título del menú móvil) */
.kad-menu-name, .kad-navbtn {
    color: aqua !important;
    font-weight: bold !important;
}

/* Colores para enlaces del menú móvil */
.kad-mobile-nav a,
.mobile-nav a,
.nav-trigger-case a {
    color: aqua !important;
    font-weight: bold !important;
}