

/* TDC_HEADER_DESKTOP_START */
@media (min-width: 992px) {

    #sp-header {
        height: 44px;
        min-height: 44px;
    }

    #sp-header .logo {
        height: 44px;
    }

    #sp-header .sp-megamenu-parent > li > a,
    #sp-header .sp-megamenu-parent > li > span {
        line-height: 44px;
    }

    #sp-position6 {
        padding-top: 12px;
    }
}
/* TDC_HEADER_DESKTOP_END */

/* TDC_MAXIMENU_DESKTOP_START */
@media (min-width: 992px) {

    /* Quitar buscador de la cabecera */
    #sp-header .header-modules {
        display: none !important;
    }

    /* Separación entre el menú y la zona publicitaria */
    #sp-position6 {
        padding-top: 16px !important;
        position: relative;
        clear: both;
    }
}
/* TDC_MAXIMENU_DESKTOP_END */

/* TDC_MAXIMENU_CENTER_FINAL_START */
@media (min-width: 992px) {

    /*
     * La plantilla desplaza toda la cabecera 85 px.
     * Al estar oculto Search, eliminamos ese desplazamiento.
     */
    #sp-header {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #sp-header #sp-menu {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: none !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 100;
        pointer-events: none;
    }

    #sp-header #sp-menu > .sp-column,
    #sp-header #sp-menu .sp-module,
    #sp-header #sp-menu .sp-module-content {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #sp-header #maximenuck2673 {
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        pointer-events: auto;
    }

    #sp-header #maximenuck2673 ul.maximenuck {
        display: flex !important;
        justify-content: center !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* TDC_MAXIMENU_CENTER_FINAL_END */
