.elementor-32 .elementor-element.elementor-element-bf0678d{--display:flex;--min-height:44px;}.elementor-32 .elementor-element.elementor-element-01663c4{--display:flex;--min-height:0px;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:-25px;}.elementor-32 .elementor-element.elementor-element-01663c4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-32 .elementor-element.elementor-element-0b28150{margin:0px 45px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-32 .elementor-element.elementor-element-0b28150.elementor-element{--align-self:flex-end;}.elementor-32 .elementor-element.elementor-element-017c1ba{--display:flex;}@media(min-width:768px){.elementor-32 .elementor-element.elementor-element-01663c4{--width:22.486%;}}/* Start custom CSS */.hero-meditech1 {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hero-meditech1::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 103, 190, 0.82) 0%,
        rgba(0, 103, 190, 0.68) 18%,
        rgba(0, 95, 175, 0.48) 35%,
        rgba(0, 82, 150, 0.28) 50%,
        rgba(0, 65, 120, 0.12) 65%,
        rgba(0, 50, 90, 0.04) 78%,
        rgba(0, 0, 0, 0) 92%
    );

    mix-blend-mode: multiply;
    opacity: 0.75;
    z-index: 1;
    pointer-events: none;
}

.hero-meditech1 .elementor-element {
    position: relative;
    z-index: 2;
}

/* =========================================================
   MEDITECH PRO — NAVBAR FLOTANTE
   ========================================================= */


/* =========================
   CONTENEDOR PRINCIPAL
   ========================= */

.meditech-menu {
    position: fixed;
    top: 30px !important;
    left: 50% !important;

    transform: translateX(-50%) !important;

    width: min(92%, 1320px) !important;
    min-height: 64px !important;
    height: auto !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 18px !important;

    padding: 8px 14px !important;

    background: rgba(255, 255, 255, 0.96) !important;

    border: 1px solid rgba(255, 255, 255, 0.60) !important;
    border-radius: 999px !important;

    box-shadow:
        0 12px 35px rgba(0, 54, 100, 0.13),
        0 3px 10px rgba(0, 0, 0, 0.06) !important;

    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;

    z-index: 99999 !important;

    box-sizing: border-box !important;

    transition:
        width 0.3s ease,
        top 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease !important;
}


/* Evita alturas raras de Elementor */

.meditech-menu > * {
    min-height: 0 !important;
}


/* =========================================================
   LOGO
   ========================================================= */

.meditech-logo {
    width: 17% !important;
    flex: 0 0 17% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    padding-left: 8px !important;
}


/* Imagen del logo */

.meditech-logo img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 150px !important;
    max-height: 45px !important;

    object-fit: contain !important;
}


/* =========================================================
   NAVEGACIÓN
   ========================================================= */

.meditech-nav {
    width: 58% !important;
    flex: 1 1 auto !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 23px !important;
}


/* Links */

.meditech-nav a {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;

    color: #252525 !important;

    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;
    text-transform: uppercase !important;

    white-space: nowrap !important;

    transition:
        color 0.25s ease,
        opacity 0.25s ease !important;
}


/* Hover */

.meditech-nav a:hover {
    color: #0877BE !important;
}


/* Línea inferior animada */

.meditech-nav a::after {
    content: "" !important;

    position: absolute !important;
    left: 50% !important;
    bottom: -7px !important;

    width: 0 !important;
    height: 2px !important;

    background: #0877BE !important;

    border-radius: 99px !important;

    transform: translateX(-50%) !important;

    transition: width 0.25s ease !important;
}


.meditech-nav a:hover::after {
    width: 100% !important;
}


/* =========================================================
   BUSCADOR
   ========================================================= */

.meditech-search {
    width: 25% !important;
    flex: 0 0 25% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}


/* Campo */

.meditech-search input {
    width: 100% !important;
    max-width: 260px !important;

    height: 42px !important;

    padding: 0 46px 0 20px !important;

    background: #0877BE !important;

    color: #FFFFFF !important;

    border: none !important;
    outline: none !important;

    border-radius: 999px !important;

    font-size: 13px !important;

    box-shadow: none !important;

    transition:
        background 0.25s ease,
        box-shadow 0.25s ease !important;
}


/* Placeholder */

.meditech-search input::placeholder {
    color: rgba(255, 255, 255, 0.85) !important;
}


/* Focus */

.meditech-search input:focus {
    background: #0569AB !important;

    box-shadow:
        0 0 0 3px rgba(8, 119, 190, 0.15) !important;
}


/* =========================================================
   BOTÓN HAMBURGUESA
   OCULTO EN DESKTOP
   ========================================================= */

.meditech-mobile-toggle {
    display: none !important;
}


/* =========================================================
   LAPTOP
   1025px — 1250px
   ========================================================= */

@media (max-width: 1250px) {

    .meditech-menu {
        width: 94% !important;
        gap: 10px !important;
        padding: 7px 12px !important;
    }

    .meditech-logo {
        width: 15% !important;
        flex-basis: 15% !important;
    }

    .meditech-logo img {
        max-width: 125px !important;
    }

    .meditech-nav {
        gap: 15px !important;
    }

    .meditech-nav a {
        font-size: 9.5px !important;
    }

    .meditech-search {
        width: 23% !important;
        flex-basis: 23% !important;
    }

    .meditech-search input {
        height: 39px !important;
        max-width: 220px !important;
    }
}


/* =========================================================
   TABLET
   768px — 1024px
   ========================================================= */

@media (max-width: 1024px) {

    .meditech-menu {
        top: 14px !important;

        width: calc(100% - 32px) !important;

        min-height: 60px !important;

        padding: 7px 12px !important;

        gap: 8px !important;
    }

    .meditech-logo {
        width: 18% !important;
        flex-basis: 18% !important;
    }

    .meditech-logo img {
        max-width: 105px !important;
        max-height: 38px !important;
    }

    .meditech-nav {
        gap: 10px !important;
    }

    .meditech-nav a {
        font-size: 8.5px !important;
    }

    .meditech-search {
        width: 22% !important;
        flex-basis: 22% !important;
    }

    .meditech-search input {
        height: 37px !important;

        padding-left: 15px !important;

        font-size: 11px !important;
    }
}


/* =========================================================
   MÓVIL
   <= 767px
   ========================================================= */

@media (max-width: 767px) {

    .meditech-menu {
        top: 10px !important;

        width: calc(100% - 24px) !important;

        min-height: 58px !important;

        padding: 7px 13px !important;

        border-radius: 999px !important;
    }


    /* Logo */

    .meditech-logo {
        width: auto !important;
        flex: 1 1 auto !important;

        padding-left: 2px !important;
    }

    .meditech-logo img {
        max-width: 115px !important;
        max-height: 40px !important;
    }


    /* Ocultamos navegación desktop */

    .meditech-nav {
        display: none !important;
    }


    /* Ocultamos buscador */

    .meditech-search {
        display: none !important;
    }


    /* Mostramos hamburguesa */

    .meditech-mobile-toggle {
        display: flex !important;

        width: 44px !important;
        height: 44px !important;

        flex: 0 0 44px !important;

        align-items: center !important;
        justify-content: center !important;

        border-radius: 50% !important;

        background: #0877BE !important;

        color: #FFFFFF !important;

        cursor: pointer !important;
    }


    /* Icono dentro del botón */

    .meditech-mobile-toggle svg,
    .meditech-mobile-toggle i {
        width: 20px !important;
        height: 20px !important;

        font-size: 20px !important;

        color: #FFFFFF !important;
        fill: #FFFFFF !important;
    }
}


/* =========================================================
   MÓVILES PEQUEÑOS
   ========================================================= */

@media (max-width: 420px) {

    .meditech-menu {
        width: calc(100% - 16px) !important;

        top: 8px !important;

        min-height: 54px !important;

        padding: 6px 10px !important;
    }

    .meditech-logo img {
        max-width: 100px !important;
    }

    .meditech-mobile-toggle {
        width: 40px !important;
        height: 40px !important;
        flex-basis: 40px !important;
    }
}
/* =========================================
   BASE
   ========================================= */

.boton-menu-azul,
.boton-menu-rojo {
    width: fit-content !important;
    flex: 0 0 auto !important;
}

/* El enlace real del botón */
.boton-menu-azul a.elementor-button,
.boton-menu-rojo a.elementor-button {
    position: relative !important;

    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;

    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: #2b2b2b !important;

    overflow: visible !important;

    transition:
        color .22s ease,
        text-shadow .22s ease,
        transform .18s ease !important;
}


/* =========================================
   HITBOX SOLO EN EL TEXTO
   ========================================= */

.boton-menu-azul .elementor-button-text,
.boton-menu-rojo .elementor-button-text {
    position: relative !important;

    display: inline-block !important;

    width: auto !important;

    padding: 0 !important;
    margin: 0 !important;

    z-index: 2 !important;
}


/* =========================================
   HOVER AZUL
   ========================================= */

.boton-menu-azul a.elementor-button:hover {
    color: #1068C0 !important;

    text-shadow:
        0 0 5px rgba(16,104,192,.35),
        0 0 10px rgba(16,104,192,.20) !important;
}


/* =========================================
   HOVER ROJO
   ========================================= */

.boton-menu-rojo a.elementor-button:hover {
    color: #DD101E !important;

    text-shadow:
        0 0 5px rgba(221,16,30,.35),
        0 0 10px rgba(221,16,30,.18) !important;
}


/* =========================================
   CÁPSULA DEL ESTADO ACTIVO
   ========================================= */

.boton-menu-azul a.elementor-button::before,
.boton-menu-rojo a.elementor-button::before {
    content: "" !important;

    position: absolute !important;

    top: 50% !important;
    left: 50% !important;

    width: calc(100% + 38px) !important;
    height: 48px !important;

    transform:
        translate(-50%, -50%)
        scale(.88) !important;

    border-radius: 999px !important;

    opacity: 0 !important;

    pointer-events: none !important;

    z-index: 0 !important;

    transition:
        opacity .22s ease,
        transform .22s ease !important;
}


/* =========================================
   ACTIVO AZUL
   ========================================= */

.boton-menu-azul.menu-activo a.elementor-button::before {
    background: #1068C0 !important;

    opacity: 1 !important;

    transform:
        translate(-50%, -50%)
        scale(1) !important;
}

.boton-menu-azul.menu-activo a.elementor-button {
    color: #ffffff !important;
    text-shadow: none !important;
}


/* =========================================
   ACTIVO ROJO
   ========================================= */

.boton-menu-rojo.menu-activo a.elementor-button::before {
    background: #DD101E !important;

    opacity: 1 !important;

    transform:
        translate(-50%, -50%)
        scale(1) !important;
}

.boton-menu-rojo.menu-activo a.elementor-button {
    color: #ffffff !important;
    text-shadow: none !important;
}


/* Mantener blanco si pasas el mouse por un activo */

.boton-menu-azul.menu-activo a.elementor-button:hover,
.boton-menu-rojo.menu-activo a.elementor-button:hover {
    color: #ffffff !important;
    text-shadow: none !important;
}/* End custom CSS */