.elementor-kit-9020{--e-global-color-primary:#FA394A;--e-global-color-secondary:#4CAF50;--e-global-color-text:#666666;--e-global-color-accent:#333333;--e-global-color-4a6188f1:#FFFFFF;--e-global-color-6441b7c:#DD0640;--e-global-color-1d73874:#EEEEEE;--e-global-color-6f95935:#999999;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.6em;--e-global-typography-51cafbf-font-family:"Roboto";--e-global-typography-51cafbf-font-size:18px;--e-global-typography-51cafbf-font-weight:500;--e-global-typography-51cafbf-line-height:1.25em;--e-global-typography-b3c78f1-font-family:"Roboto";--e-global-typography-b3c78f1-font-size:20px;--e-global-typography-b3c78f1-font-weight:600;--e-global-typography-b3c78f1-line-height:1.25em;background-color:#FFFFFF;font-family:"agrandir-regular", Sans-serif;}.elementor-kit-9020 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9020 a{font-family:"agrandir-regular", Sans-serif;}.elementor-kit-9020 h1{font-family:"agrandir-regular", Sans-serif;}.elementor-kit-9020 h2{font-family:"agrandir-regular", Sans-serif;}.elementor-kit-9020 h3{font-family:"agrandir-regular", Sans-serif;}.elementor-kit-9020 h4{font-family:"agrandir-regular", Sans-serif;}.elementor-kit-9020 h5{font-family:"agrandir-regular", Sans-serif;}.elementor-kit-9020 h6{font-family:"agrandir-regular", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1800px;}.e-con{--container-max-width:1800px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === DESKTOP === */
nav ul li ul {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

nav ul li ul li a {
    color: black;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
}

nav ul li ul li a:hover {
    background-color: #2c2c2c;
    color: white !important;
}

/* === MOBILE: asegúrate de visibilidad en todo momento === */
@media (max-width: 768px) {
    nav ul li ul {
        background-color: #f8f8f8 !important;  /* Fondo claro consistente */
    }

    nav ul li ul li a {
        background-color: #f8f8f8 !important;
        color: #000 !important;               /* Siempre visible */
        padding: 12px 20px;
        border-bottom: 1px solid #ddd;
    }

    nav ul li ul li a:hover {
        background-color: #2c2c2c !important;  /* Fondo oscuro al tocar */
        color: #fff !important;                /* Texto blanco al tocar */
    }
}/* End custom CSS */