/* ================================================================
   📦 BLOQUE DE ESTILOS NUEVOS PARA EL SITIO WEB
   Contenido: Estilos generales, widgets, mejoras UI, etc.
   Autor: ttandem
   Fecha actualización: Febrero 2026
================================================================ */

/* === HEADER MENU ===================== */
#header .tt-categories.tt-list-categories ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media (max-width: 1100px) {
    #header .tt-categories.tt-list-categories ul {
        flex-wrap: wrap;
    }
}

/* === HEADER STICKY MENU ===================== */
#sticky-header .column_6 {
    width: 15%;
}
#sticky-header .column_18 {
    width: 75%;
}
#header #sticky-header .tt-categories.tt-list-categories {
    padding-top: 0;
}
#header #sticky-header .tt-categories.tt-list-categories ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#header #sticky-header .tt-categories.tt-list-categories li strong {
    font-size: 18px;
}
@media (max-width: 1100px) {
    #header #sticky-header .tt-categories.tt-list-categories ul {
        flex-wrap: wrap;
    }
}