:root {
    --hero-bg-dark: #0f1a27;
    --hero-yellow: #f7c028;
    --hero-blue: #2499f9;
    --hero-white: #ffffff;
    --hero-gray: #d1d5db;
}

.text-new{
    color: var(--hero-blue) !important;
}

.bg-yellow-new{
    background-color: var(--hero-yellow) !important;
}

.hero-header-section {
    position: relative;
    width: 100%;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--hero-bg-dark);
    overflow: hidden;
    box-sizing: border-box;
}

/* Video Container & Overlay */
.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0.75);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(11, 18, 26, 0.85) 0%,
            rgba(11, 18, 26, 0.70) 50%,
            rgba(11, 18, 26, 0.95) 100%);
    z-index: 2;
}

/* Main Content Box */
.hero-content-container {
    position: relative;
    z-index: 3;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 20px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(36, 153, 249, 0.15);
    border: 1px solid var(--hero-blue);
    color: var(--hero-blue);
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    border-radius: 0px !important;
}

.hero-title {
    color: var(--hero-white);
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-title span.highlight-location {
    color: var(--hero-yellow);
    display: inline-block;
}

.hero-subtitle {
    color: var(--hero-gray);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto 40px auto;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Impressive Solid Minimalist Button */
.hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-hero-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: var(--hero-yellow);
    color: var(--hero-bg-dark);
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 42px;
    text-decoration: none;
    border: 2px solid var(--hero-yellow);
    border-radius: 0px !important;
    /* Bordes totalmente rectos */
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 6px 25px rgba(247, 192, 40, 0.25);
}

.btn-hero-solid:hover {
    background-color: var(--hero-white);
    border-color: var(--hero-white);
    color: var(--hero-bg-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.btn-hero-solid i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.btn-hero-solid:hover i {
    transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-header-section {
        min-height: 80vh;
    }

    .hero-content-container {
        padding: 40px 15px;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 6px 14px;
    }

    .btn-hero-solid {
        width: 100%;
        padding: 18px 24px;
    }
}

/* =====================================================
       RESET ONLY INSIDE OUR HEADER
    ====================================================== */

.krx-header,
.krx-header *,
.krx-header *::before,
.krx-header *::after {
    box-sizing: border-box;
}

.krx-header {
    width: 100%;
    position: relative;
    z-index: 9999;
    font-family: Arial, Helvetica, sans-serif;
}

.krx-header a {
    text-decoration: none;
}

.krx-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* =====================================================
       DESKTOP INFORMATION HEADER
    ====================================================== */

.krx-info-header {
    width: 100%;
    height: 100px;
    background: #ffffff;
}

.krx-info-container {
    width: min(1180px, calc(100% - 40px));
    height: 100%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LOGO */

.krx-logo {
    display: flex;
    align-items: center;
    width: 150px;
    flex-shrink: 0;
}

.krx-logo img {
    display: block;
    width: 115px;
    height: auto;
    max-width: 100%;
}


/* INFORMATION */

.krx-info-items {
    display: flex;
    align-items: center;
    height: 100%;
}

.krx-info-item {
    min-height: 58px;
    padding: 0 25px;

    display: flex;
    align-items: center;

    border-left: 1px solid #d7d7d7;

    color: #222222;
}

.krx-info-item:first-child {
    border-left: 0;
}


.krx-info-icon {
    width: 48px;
    height: 48px;
    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #4a4a4a;
    border-radius: 50%;
    flex-shrink: 0;
}

.krx-info-icon svg {
    width: 23px;
    height: 23px;
    fill: #ffffff;
}


.krx-info-text {
    display: flex;
    flex-direction: column;

    font-size: 12px;
    line-height: 1.6;
    white-space: nowrap;
}

.krx-info-text strong {
    color: #111111;
    font-size: 12px;
    font-weight: 700;
}

.krx-info-text span {
    color: #111111;
    font-size: 12px;
}


/* =====================================================
       DESKTOP NAVIGATION
    ====================================================== */

.krx-desktop-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;

    z-index: 20;
}

.krx-nav-container {
    width: min(980px, calc(100% - 40px));
    margin: 0 auto;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 14px;
}


/* NAV */

.krx-main-nav {
    flex: 1;
    background: #050505;
    border-radius: 3px;
}

.krx-nav-list {
    height: 54px;

    display: flex;
    align-items: stretch;
}

.krx-nav-item {
    position: relative;
}


.krx-nav-link {
    height: 54px;
    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    color: #ffffff;
    font-size: 13px;
    font-weight: 700;

    border-right: 1px solid #343434;

    transition:
        color .25s ease,
        background-color .25s ease;
}

.krx-nav-item:last-child .krx-nav-link {
    border-right: 0;
}

.krx-nav-link:hover {
    color: #ffffff;
    background: #151515;
}


/* ACTIVE */

.krx-nav-link.krx-active::after {
    content: "";
    position: absolute;

    left: 18px;
    right: 18px;
    bottom: 8px;

    height: 2px;
    background: #2499f9;
}


/* SERVICES ARROW */

.krx-arrow {
    margin-left: 7px;
    font-size: 12px;
    line-height: 1;

    transform: translateY(-2px);
}


/* =====================================================
       DESKTOP DROPDOWN
    ====================================================== */

.krx-dropdown {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 220px;

    background: #050505;

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);

    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}

.krx-has-dropdown:hover>.krx-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.krx-dropdown li {
    border-bottom: 1px solid #292929;
}

.krx-dropdown li:last-child {
    border-bottom: 0;
}

.krx-dropdown a {
    display: block;

    padding: 14px 18px;

    color: #ffffff;
    font-size: 12px;
    font-weight: 600;

    transition:
        background-color .2s ease,
        padding-left .2s ease;
}

.krx-dropdown a:hover {
    background: #0f1a27;
    padding-left: 24px;
}


/* =====================================================
       CALL BUTTON
    ====================================================== */

.krx-call-button {
    min-width: 155px;
    height: 54px;

    display: flex;
    align-items: center;

    background: #1274ec;
    color: #ffffff;

    border-radius: 3px;

    overflow: hidden;

    font-size: 12px;
    font-weight: 700;
}

.krx-call-button:hover {
    color: #ffffff;
}

.krx-call-icon {
    width: 55px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0f1a27;
    flex-shrink: 0;
}

.krx-call-icon svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.krx-call-button>span:last-child {
    padding: 0 17px;
    white-space: nowrap;
}


/* =====================================================
       MOBILE ELEMENTS - HIDDEN DESKTOP
    ====================================================== */

.krx-mobile-topbar,
.krx-mobile-header,
.krx-mobile-menu,
.krx-menu-overlay {
    display: none;
}


/* =====================================================
       TABLET
    ====================================================== */

@media (max-width: 1100px) {

    .krx-info-item {
        padding: 0 15px;
    }

    .krx-info-text {
        font-size: 11px;
    }

    .krx-info-text span,
    .krx-info-text strong {
        font-size: 11px;
    }

    .krx-nav-link {
        padding: 0 17px;
    }

    .krx-nav-container {
        width: min(900px, calc(100% - 30px));
    }

}


/* =====================================================
       MOBILE / TABLET MENU
    ====================================================== */

@media (max-width: 767px) {

    /* Hide desktop */

    .krx-info-header,
    .krx-desktop-navigation {
        display: none;
    }


    /* =================================================
           RED TOP BAR
        ================================================= */

    .krx-mobile-topbar {
        display: block;

        width: 100%;
        min-height: 33px;

        background: #0f1a27;
        color: #ffffff;
    }

    .krx-mobile-contact {
        width: 100%;
        min-height: 33px;
        padding: 0 12px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .krx-mobile-contact-item {
        display: flex;
        align-items: center;
        gap: 5px;

        color: #ffffff;
        font-size: 9px;
        font-weight: 600;

        white-space: nowrap;
    }

    .krx-mobile-icon {
        width: 16px;
        height: 16px;

        display: flex;
        align-items: center;
        justify-content: center;

        background: #ffffff;
        border-radius: 50%;
    }

    .krx-mobile-icon svg {
        width: 9px;
        height: 9px;
        fill: #10c7df;
    }


    /* =================================================
           MOBILE HEADER
        ================================================= */

    .krx-mobile-header {
        height: 82px;
        padding: 0 18px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        background: #ffffff;
    }


    /* LOGO */

    .krx-mobile-logo {
        display: flex;
        align-items: center;
    }

    .krx-mobile-logo img {
        display: block;
        width: 112px;
        height: auto;
    }


    /* =================================================
           HAMBURGER
        ================================================= */

    .krx-menu-button {
        width: 42px;
        height: 42px;

        padding: 8px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;

        background: #050505;
        border: 0;
        border-radius: 9px;

        cursor: pointer;
    }

    .krx-menu-button span {
        display: block;

        width: 23px;
        height: 3px;

        background: #ffffff;
        border-radius: 2px;

        transition:
            transform .25s ease,
            opacity .25s ease;
    }


    /* Hamburger animation */

    .krx-menu-button.krx-open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .krx-menu-button.krx-open span:nth-child(2) {
        opacity: 0;
    }

    .krx-menu-button.krx-open span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    /* =================================================
           OVERLAY
        ================================================= */

    .krx-menu-overlay {
        display: block;

        position: fixed;
        inset: 0;

        background: rgba(0, 0, 0, .55);

        opacity: 0;
        visibility: hidden;

        transition:
            opacity .3s ease,
            visibility .3s ease;

        z-index: 99998;
    }

    .krx-menu-overlay.krx-visible {
        opacity: 1;
        visibility: visible;
    }


    /* =================================================
           SIDE MENU
        ================================================= */

    .krx-mobile-menu {
        display: block;

        position: fixed;
        top: 0;
        right: 0;

        width: min(330px, 88vw);
        height: 100vh;

        background: #ffffff;

        z-index: 99999;

        transform: translateX(100%);

        transition: transform .3s ease;

        overflow-y: auto;

        box-shadow: -5px 0 25px rgba(0, 0, 0, .18);
    }

    .krx-mobile-menu.krx-menu-open {
        transform: translateX(0);
    }


    /* MENU HEADER */

    .krx-mobile-menu-header {
        min-height: 70px;
        padding: 0 20px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        background: #050505;
        color: #ffffff;

        font-size: 17px;
        font-weight: 700;
    }

    .krx-close-button {
        width: 35px;
        height: 35px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0;

        border: 0;
        background: transparent;

        color: #ffffff;

        font-size: 31px;
        line-height: 1;

        cursor: pointer;
    }


    /* =================================================
           MOBILE NAV
        ====================================================== */

    .krx-mobile-nav>ul {
        padding: 12px 0;
    }

    .krx-mobile-nav li {
        border-bottom: 1px solid #eeeeee;
    }

    .krx-mobile-nav>ul>li>a,
    .krx-mobile-services-toggle {
        width: 100%;
        min-height: 55px;

        padding: 0 22px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        background: transparent;
        border: 0;

        color: #111111;

        font-family: inherit;
        font-size: 14px;
        font-weight: 700;

        text-align: left;

        cursor: pointer;

        transition:
            background-color .2s ease,
            color .2s ease;
    }

    .krx-mobile-nav>ul>li>a:hover,
    .krx-mobile-services-toggle:hover {
        background: #f4f4f4;
    }


    /* ACTIVE MOBILE */

    .krx-mobile-nav a.krx-mobile-active {
        color: #0f1a27;
    }


    /* =================================================
           MOBILE SUBMENU
        ====================================================== */

    .krx-mobile-submenu {
        max-height: 0;
        overflow: hidden;

        background: #f7f7f7;

        transition: max-height .3s ease;
    }

    .krx-mobile-services.krx-submenu-open .krx-mobile-submenu {
        max-height: 300px;
    }

    .krx-mobile-submenu li {
        border-bottom: 1px solid #e5e5e5;
    }

    .krx-mobile-submenu a {
        display: block;

        padding: 13px 22px 13px 40px;

        color: #333333;

        font-size: 13px;
        font-weight: 500;
    }

    .krx-mobile-submenu a:hover {
        color: #1274ec;
    }


    /* PLUS ICON */

    .krx-mobile-arrow {
        font-size: 22px;
        font-weight: 300;

        transition: transform .25s ease;
    }

    .krx-mobile-services.krx-submenu-open .krx-mobile-arrow {
        transform: rotate(45deg);
    }


    /* =================================================
           MOBILE CALL BUTTON
        ====================================================== */

    .krx-mobile-call {
        margin: 25px 20px;

        min-height: 50px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;

        background: #1274ec;
        color: #ffffff;

        border-radius: 3px;

        font-size: 13px;
        font-weight: 700;
    }

    .krx-mobile-call:hover {
        color: #ffffff;
    }

    .krx-mobile-call svg {
        width: 18px;
        height: 18px;
        fill: #ffffff;
    }


    /* Prevent body scrolling when menu is open */

    body.krx-lock-scroll {
        overflow: hidden;
    }

}


/* =====================================================
       SMALL MOBILE
    ====================================================== */

@media (max-width: 430px) {

    .krx-mobile-contact {
        justify-content: space-between;
        gap: 5px;
        padding: 0 10px;
    }

    .krx-mobile-contact-item {
        font-size: 8px;
    }

    .krx-mobile-header {
        height: 78px;
    }

    .krx-mobile-logo img {
        width: 108px;
    }

    .krx-menu-button {
        width: 40px;
        height: 40px;
    }

}


/* =====================================================
       VERY SMALL MOBILE
    ====================================================== */

@media (max-width: 350px) {

    .krx-mobile-contact-item {
        font-size: 7px;
    }

    .krx-mobile-contact {
        gap: 3px;
    }

}