@media (min-width: 992px) {

    /* =====================================================
       CONFIGURACIÓN GENERAL
       ===================================================== */

    #page {
        position: relative;
        z-index: 1;
    }

    body {
        padding-top: 207px !important;
    }

    .highlighted,
    main,
    .region-content {
        position: relative;
        z-index: 1;
    }


    /* =====================================================
       BARRA AUXILIAR
       ===================================================== */

    .aux-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;

        z-index: 9000 !important;

        background-color: #0b1d3c !important;

        box-shadow: none !important;

        overflow: visible !important;
    }

    section.row.region.region-secondary-menu.mx-lg-5.w-100 {
        scrollbar-width: none;
        overflow: visible !important;
    }


    /* =====================================================
       CABECERA PRINCIPAL
       ===================================================== */

    header#header {
        position: fixed !important;
        top: 55px !important;
        left: 0;
        width: 100%;

        z-index: 9000 !important;

        background-color: #ffffff !important;

        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

        overflow: visible !important;
    }


    /* =====================================================
       NAVBAR
       ===================================================== */

    header#header .navbar#navbar-top {
        position: relative;
        z-index: 9100 !important;

        background-color: #ffffff !important;

        margin-bottom: 0 !important;

        overflow: visible !important;
    }

    header#header .navbar,
    header#header .container,
    header#header .container-fluid,
    header#header .row,
    header#header .region {
        overflow: visible !important;
    }


    /* =====================================================
       WE MEGA MENU
       ===================================================== */

    .we-mega-menu {
        position: relative;
        z-index: 9200 !important;
        overflow: visible !important;
    }

    .we-mega-menu-ul {
        position: relative;
        z-index: 9201 !important;
        overflow: visible !important;
    }


    /*
     * IMPORTANTE:
     * No modificar position ni z-index de los items.
     * We Mega Menu controla su posición internamente.
     */

    .we-mega-menu-li {
        overflow: visible !important;
    }


    /* =====================================================
       SUBMENÚS
       ===================================================== */

    .we-mega-menu-submenu,
    .dropdown-menu {
        z-index: 9500 !important;
        overflow: visible !important;
    }

    .we-mega-menu-submenu-inner {
        overflow: visible !important;
    }


    /* =====================================================
       ESTILOS ITEMS MENÚ
       ===================================================== */

    ul.we-mega-menu-ul.nav.nav-tabs li.we-mega-menu-li > a {
        background-color: #ffffff;
        color: #0089ff;

        font-family: "Roboto Mono";

        text-transform: uppercase;

        font-size: 0.9375rem;

        padding: 1rem;
    }


    /* =====================================================
       BUSCADOR
       ===================================================== */

    #block-pruebahtmlscript {
        position: relative !important;
        z-index: 10000 !important;
        overflow: visible !important;
    }

    gen-search-widget {
        position: relative !important;
        display: block !important;
        z-index: 10001 !important;
        overflow: visible !important;
    }

    .aux-header:has(gen-search-widget) {
        z-index: 11000 !important;
    }


    /* =====================================================
       TOOLBAR DRUPAL
       ===================================================== */

    body.toolbar-fixed .aux-header {
        top: 39px !important;
    }

    body.toolbar-fixed header#header {
        top: 94px !important;
    }

    body.toolbar-fixed {
        padding-top: 246px !important;
    }


    /* =====================================================
       TOOLBAR DRUPAL ABIERTA
       ===================================================== */

    body.toolbar-fixed.toolbar-tray-open .aux-header {
        top: 79px !important;
    }

    body.toolbar-fixed.toolbar-tray-open header#header {
        top: 134px !important;
    }

    body.toolbar-fixed.toolbar-tray-open {
        padding-top: 286px !important;
    }

}