.elementor-4683 .elementor-element.elementor-element-7b93d87{--display:flex;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4683 .elementor-element.elementor-element-10a4605 .elementor-menu-toggle{margin:0 auto;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f0fa788 *//* =========================================================
   HEADER IESTP MANU – BOCA COLORADO
   VERDE SELVA + AMARILLO DORADO + ACCESOS DIRECTOS
========================================================= */

.epam-header {

    --epam-blue-950: #034a2c;
    --epam-blue-900: #056337;
    --epam-blue-800: #087b43;
    --epam-blue-700: #09934d;
    --epam-blue-600: #19a95a;

    width: 100%;
    padding: 14px 22px;
    box-sizing: border-box;
    position: relative;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(242, 212, 55, .30),
            transparent 26%
        ),
        radial-gradient(
            circle at 90% 0%,
            rgba(255,255,255,.12),
            transparent 25%
        ),
        linear-gradient(
            120deg,
            #034a2c 0%,
            #087a43 45%,
            #12a056 100%
        );

    border-bottom: 1px solid rgba(255,255,255,.15);

    box-shadow:
        0 10px 30px rgba(2, 66, 38, .20);
}


/* brillo superior */

.epam-header::before {

    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 50%;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 238, 122, .72),
        transparent
    );
}


/* =========================================================
   CONTENEDOR
========================================================= */

.epam-header__inner {

    width: 100%;
    max-width: 1500px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 28px;
}


/* =========================================================
   MARCA / LOGO
========================================================= */

.epam-brand {

    display: flex;
    align-items: center;
    gap: 14px;

    min-width: 300px;
    text-decoration: none !important;
}


/* logo */

.epam-brand__logo {

    width: 72px;
    height: 72px;
    flex: 0 0 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    padding: 4px;
    box-sizing: border-box;

    background: #ffffff;
    border-radius: 14px;
    border: 2px solid #f2d437;

    box-shadow:
        0 8px 18px rgba(0,0,0,.18);
}

.epam-brand__logo img {

    width: 100%;
    height: 100%;

    display: block;
    object-fit: contain;
    border-radius: 10px;
}


/* texto */

.epam-brand__text {

    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.2;
}

.epam-brand__small {

    color: rgba(255,255,255,.82);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .25px;
    max-width: 260px;
}

.epam-brand__text strong {

    color: #ffffff;
    font-size: clamp(20px, 2vw, 29px);
    font-weight: 800;
    letter-spacing: .2px;

    text-shadow:
        0 2px 8px rgba(0,0,0,.16);
}


/* =========================================================
   ACCESOS DIRECTOS
========================================================= */

.epam-quick-links {

    display: grid;
    grid-template-columns: repeat(4, minmax(145px, 1fr));
    gap: 9px;

    width: min(100%, 760px);
}


/* cada acceso */

.epam-quick {

    position: relative;

    display: flex;
    align-items: center;
    gap: 10px;

    min-height: 62px;
    padding: 9px 11px;

    box-sizing: border-box;
    overflow: hidden;

    text-decoration: none !important;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.17),
            rgba(255,255,255,.07)
        );

    border: 1px solid rgba(255, 242, 147, .25);
    border-radius: 12px;

    backdrop-filter: blur(5px);

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}


/* brillo */

.epam-quick::before {

    content: "";

    position: absolute;
    top: 0;
    left: -80%;

    width: 65%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 247, 177, .26),
        transparent
    );

    transform: skewX(-20deg);
    transition: left .5s ease;
}

.epam-quick:hover::before {
    left: 130%;
}

.epam-quick:hover {

    transform: translateY(-3px);

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.25),
            rgba(255,255,255,.11)
        );

    border-color: rgba(255, 237, 108, .62);

    box-shadow:
        0 9px 22px rgba(0,0,0,.18);
}


/* =========================================================
   ICONOS
========================================================= */

.epam-quick__icon {

    width: 40px;
    height: 40px;
    flex: 0 0 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    box-shadow:
        0 6px 13px rgba(0,0,0,.16);
}

.epam-quick__icon svg {

    width: 21px;
    height: 21px;

    fill: none;
    stroke: #ffffff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   COLORES POR ICONO
========================================================= */

/* Bolsa laboral — verde */

.epam-quick--jobs .epam-quick__icon {

    background: linear-gradient(
        135deg,
        #12a85a,
        #05713b
    );
}


/* Biblioteca — dorado */

.epam-quick--library .epam-quick__icon {

    background: linear-gradient(
        135deg,
        #e8c928,
        #b18b0d
    );
}


/* Reclamos — rojo del escudo */

.epam-quick--claims .epam-quick__icon {

    background: linear-gradient(
        135deg,
        #df4435,
        #a91f1b
    );
}


/* Contacto — azul del escudo */

.epam-quick--contact .epam-quick__icon {

    background: linear-gradient(
        135deg,
        #2199c1,
        #0b6f9f
    );
}


/* =========================================================
   TEXTO ACCESOS
========================================================= */

.epam-quick__content {

    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.epam-quick__content small {

    color: rgba(255,255,255,.76);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.1;
}

.epam-quick__content strong {

    color: #ffffff;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1150px) {

    .epam-header__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 13px;
    }

    .epam-brand {
        min-width: 0;
        justify-content: center;
    }

    .epam-brand__text {
        max-width: 420px;
    }

    .epam-quick-links {
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
    }
}


/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

    .epam-header {
        padding: 12px 13px;
    }

    .epam-header__inner {
        gap: 13px;
    }

    .epam-brand {
        justify-content: flex-start;
        gap: 11px;
    }

    .epam-brand__logo {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
        border-radius: 12px;
    }

    .epam-brand__small {
        font-size: 8px;
        max-width: 210px;
    }

    .epam-brand__text strong {
        font-size: 21px;
    }

    .epam-quick-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }

    .epam-quick {
        min-height: 57px;
        padding: 8px;
        border-radius: 10px;
    }

    .epam-quick__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 9px;
    }

    .epam-quick__icon svg {
        width: 19px;
        height: 19px;
    }

    .epam-quick__content strong {
        font-size: 11px;
    }
}


/* =========================================================
   MÓVIL PEQUEÑO
========================================================= */

@media (max-width: 390px) {

    .epam-brand__small {
        display: none;
    }

    .epam-brand__text strong {
        font-size: 19px;
    }

    .epam-quick__content small {
        display: none;
    }

    .epam-quick {
        min-height: 52px;
    }
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-10a4605 *//* ==========================================================
   MENÚ WORDPRESS / ELEMENTOR
   IESTP MANU - ADAPTABLE Y RESPONSIVO
========================================================== */

/* ----------------------------------------------------------
   1. VARIABLES Y BASE
---------------------------------------------------------- */
.widget_nav_menu,
.wp-block-navigation,
.elementor-widget-wp-widget-nav_menu,
.elementor-widget-nav-menu {
    --menu-green-950: #034a2c;
    --menu-green-900: #056337;
    --menu-green-800: #087b43;
    --menu-yellow: #f2d437;
    --menu-yellow-soft: #fff080;
    --menu-red: #df4435;
    --menu-teal: #1598a9;
    --menu-text: #173b28;

    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

/* Limpieza general */
.widget_nav_menu ul,
.wp-block-navigation ul,
.elementor-widget-nav-menu ul,
.elementor-nav-menu,
.elementor-nav-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* ----------------------------------------------------------
   2. CONTENEDOR PRINCIPAL DEL MENÚ (BASE Y ESTILOS)
---------------------------------------------------------- */
.widget_nav_menu > div > ul,
.wp-block-navigation__container,
.elementor-nav-menu--main {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    gap: 4px;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 16px;
    background:
        radial-gradient(circle at 15% 20%, rgba(242, 212, 55, .30), transparent 28%),
        radial-gradient(circle at 90% 20%, rgba(21, 152, 169, .22), transparent 22%),
        linear-gradient(120deg, #034a2c 0%, #056337 35%, #087b43 68%, #056337 100%) !important;
    box-shadow: 0 10px 28px rgba(3, 74, 44, .30), inset 0 1px 0 rgba(255,255,255,.18);
    border: 1px solid rgba(242, 212, 55, .35);
}

/* Brillo superior */
.widget_nav_menu > div > ul::before,
.wp-block-navigation__container::before,
.elementor-nav-menu--main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 45%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 241, 128, .75), transparent);
    pointer-events: none;
}

.widget_nav_menu li,
.wp-block-navigation-item,
.elementor-nav-menu li {
    position: relative;
    list-style: none !important;
    white-space: nowrap !important;
}

/* Enlaces principales */
.widget_nav_menu > div > ul > li > a,
.wp-block-navigation__container > li > a,
.elementor-nav-menu--main > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 42px;
    padding: 8px 10px;
    box-sizing: border-box;
    color: #ffffff !important;
    font-size: clamp(10px, 0.95vw, 13.5px);
    font-weight: 650;
    text-decoration: none !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 10px;
    transition: all .25s ease;
}

/* Hover Enlaces */
.widget_nav_menu > div > ul > li > a:hover,
.wp-block-navigation__container > li > a:hover,
.elementor-nav-menu--main > li > a:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.08)) !important;
    border-color: rgba(242, 212, 55, .55) !important;
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(3, 74, 44, .30), inset 0 1px 0 rgba(255,255,255,.20) !important;
}

/* Flechas e indicadores */
.elementor-nav-menu .sub-arrow,
.elementor-nav-menu .dropdown-toggle,
.elementor-nav-menu .elementor-menu-toggle__icon,
.hfe-menu-item .sub-arrow {
    display: none !important;
}

.widget_nav_menu > div > ul > li.menu-item-has-children > a::after,
.elementor-nav-menu--main > li.menu-item-has-children > a::after {
    content: "⌄" !important;
    display: inline-block !important;
    margin-left: 5px !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    transition: transform .25s ease !important;
}

.widget_nav_menu > div > ul > li.menu-item-has-children:hover > a::after,
.elementor-nav-menu--main > li.menu-item-has-children:hover > a::after {
    transform: translateY(-1px) rotate(180deg) !important;
}

/* ----------------------------------------------------------
   3. MODO ESCRITORIO Y TABLET (>= 768px)
---------------------------------------------------------- */
@media (min-width: 768px) {
    /* Ocultar hamburguesa en Tablet y PC */
    .elementor-menu-toggle {
        display: none !important;
    }

    /* Mostrar menú en una sola fila sin saltos de línea */
    .elementor-nav-menu--main,
    .elementor-nav-menu__container,
    .widget_nav_menu > div > ul {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    /* Submenús flotantes */
    .widget_nav_menu .sub-menu,
    .elementor-nav-menu--main .sub-menu,
    .wp-block-navigation__submenu-container {
        position: absolute;
        z-index: 999999 !important;
        top: calc(100% + 6px);
        left: 0;
        width: max-content;
        min-width: 220px;
        max-width: min(300px, calc(100vw - 24px));
        padding: 8px !important;
        background: #ffffff !important;
        border: 1px solid #c7e4cf !important;
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(3, 74, 44, .20);
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .2s ease;
    }

    .widget_nav_menu li:hover > .sub-menu,
    .elementor-nav-menu--main li:hover > .sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0);
    }

    .widget_nav_menu > div > ul > li:last-child > .sub-menu,
    .elementor-nav-menu--main > li:last-child > .sub-menu {
        left: auto !important;
        right: 0 !important;
    }

    .widget_nav_menu .sub-menu li > a,
    .elementor-nav-menu--main .sub-menu li > a {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        padding: 8px 12px !important;
        color: var(--menu-text) !important;
        background: transparent !important;
        border-radius: 8px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        transition: all .2s ease !important;
    }

    .widget_nav_menu .sub-menu li > a::before,
    .elementor-nav-menu--main .sub-menu li > a::before {
        content: "" !important;
        display: inline-block !important;
        width: 6px !important;
        height: 6px !important;
        margin-right: 8px !important;
        border-radius: 50% !important;
        background: var(--menu-teal) !important;
    }

    .widget_nav_menu .sub-menu li > a:hover,
    .elementor-nav-menu--main .sub-menu li > a:hover {
        color: var(--menu-green-950) !important;
        background: #e8f6eb !important;
        transform: translateX(3px) !important;
    }
}

/* ----------------------------------------------------------
   4. MODO CELULAR / MÓVIL (< 767px)
---------------------------------------------------------- */
@media (max-width: 767px) {
    /* Ocultar forzosamente el contenedor de enlaces horizontal en móvil */
    .elementor-nav-menu--main,
    .elementor-nav-menu__container:not(.elementor-nav-menu--dropdown),
    .widget_nav_menu > div > ul {
        display: none !important;
    }

    /* Mostrar botón de hamburguesa */
    .elementor-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: var(--menu-green-900) !important;
        color: #ffffff !important;
        border-radius: 10px;
        padding: 10px;
        margin-left: auto !important;
    }

    /* Formato lista vertical desplegable del menú móvil */
    .elementor-nav-menu--dropdown,
    .elementor-nav-menu--dropdown .elementor-nav-menu {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 6px !important;
        padding: 12px !important;
        border-radius: 14px;
        background: linear-gradient(145deg, #034a2c, #056337, #087b43) !important;
    }

    .elementor-nav-menu--dropdown li,
    .elementor-nav-menu--dropdown a {
        width: 100% !important;
        justify-content: space-between;
    }

    .elementor-nav-menu--dropdown .sub-menu {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
        background: rgba(255,255,255,.08) !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .elementor-nav-menu--dropdown .sub-menu li > a {
        color: #ffffff !important;
    }
}/* End custom CSS */