/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Split Line Heading: usa el line-height global que definiste */
body .nectar-split-heading[data-animation-type="line-reveal-by-space"] span{
  line-height: inherit !important;
}
/* Mostrar SIEMPRE el título */
.am-eli__timetable-title.am-eli__main-title {
    display: block !important;
}

/* Ocultar SOLO las filas de horarios */
.am-eli__timetable-main {
    display: none !important;
}
@media (max-width: 999px) {

    /* === Aplicar SOLO en estas páginas === */
    body.page-id-456 .page-submenu ul,
    body.page-id-602 .page-submenu ul,
    body.page-id-604 .page-submenu ul,
    body.page-id-782 .page-submenu ul,
    body.page-id-835 .page-submenu ul,
    body.page-id-831 .page-submenu ul {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
    }

    /* Ocultar botón "Menu" SOLO en estas páginas */
    body.page-id-456 .mobile-menu-link,
    body.page-id-602 .mobile-menu-link,
    body.page-id-604 .mobile-menu-link,
    body.page-id-782 .mobile-menu-link,
    body.page-id-835 .mobile-menu-link,
    body.page-id-831 .mobile-menu-link {
        display: none !important;
    }

    /* Mostrar SIEMPRE el menú desplegado SOLO en estas páginas */
    body.page-id-456 .full-width-content ul,
    body.page-id-602 .full-width-content ul,
    body.page-id-604 .full-width-content ul,
    body.page-id-782 .full-width-content ul,
    body.page-id-835 .full-width-content ul,
    body.page-id-831 .full-width-content ul {
        display: block !important;
        opacity: 1 !important;
        height: auto !important;
        visibility: visible !important;
    }
}
.am-ff__item-label {
  color: #1a2c37cc !important; /* Cambia este color */
}

#amelia-container.am-cap__wrapper.am-auth{
  background: transparent !important;
  --am-c-main-bgr: transparent !important;
}

#amelia-container.am-cap__wrapper.am-auth .am-asi{
  background: #fff !important;
}

#amelia-container #tab-second{ display:none !important; }

html, body{ --scroll-bar-w: 0px !important; }




