/*=========================================
   PÁGINA ESTACIONES DE SERVICIO
=========================================*/

.page-estaciones {
    background: #4a4a4a;
}

/* Header siempre rojo sólido */
.header-solid {
    background: #c1121f !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    transition: box-shadow 0.35s ease, background 0.35s ease;
    z-index: 1000;
}

.header-solid.scrolled {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.header-solid .logo,
.header-solid nav ul li a,
.header-solid #menu {
    color: #ffffff !important;
}

.header-solid .logo-text > span,
.header-solid .logo span span {
    color: #ffffff;
}

.header-solid .btn-header {
    background: #ffffff;
    color: #c1121f;
}

.header-solid .btn-header:hover {
    background: #f3f4f6;
    color: #9b0e18;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Submenú sobre header rojo */
.header-solid .submenu {
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.header-solid .submenu li a {
    color: #1f2937 !important;
}

.header-solid .submenu li a:hover {
    color: #c1121f !important;
    background: #fef2f2;
}

/*=========================================
   HERO
=========================================*/

.eds-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
    overflow: hidden;
}

.eds-hero-bg {
    position: absolute;
    inset: -5%;
    background: url("servicioimagen1.avif") center center / cover no-repeat;
    z-index: 0;
    will-change: transform;
    transform: scale(1.05);
}

.eds-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(20, 20, 20, 0.6) 0%,
        rgba(30, 30, 30, 0.35) 45%,
        rgba(193, 18, 31, 0.2) 100%
    );
    z-index: 1;
}

.eds-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
}

.eds-hero-title-wrap h1 {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    color: #1f2937;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(20px, 3.2vw, 32px);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 22px;
    border-radius: 6px;
    line-height: 1.25;
    margin: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    border-left: 4px solid #c1121f;
}

.eds-hero-text {
    background: rgba(255, 255, 255, 0.92);
    padding: 26px 30px;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.eds-hero-text:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.eds-hero-text p {
    color: #1f2937;
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 1.75;
    margin: 0;
}

/*=========================================
   PROYECTOS
=========================================*/

.eds-project {
    background: #4a4a4a;
    padding: 80px 0 60px;
}

.eds-project-alt {
    padding-top: 40px;
}

.eds-project-intro {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 50px;
}

.eds-project-intro h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(24px, 3.5vw, 40px);
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    position: relative;
    padding-bottom: 16px;
}

.eds-project-intro h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    background: #c1121f;
    border-radius: 2px;
}

.eds-project-intro p {
    color: #e5e7eb;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.8;
    margin: 0;
}

/*=========================================
   GALERÍA
=========================================*/

.eds-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 20px;
}

.eds-gallery-item {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, hid0.25);
    background: #333;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.eds-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.eds-gallery-item:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    transform: translateY(-6px);
}

.eds-gallery-item:hover::after {
    opacity: 1;
}

.eds-gallery-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    will-change: transform;
}

/*=========================================
   VIDEO
=========================================*/

.eds-gallery-video {
    align-items: stretch;
}

.eds-video {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eds-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    background: #111;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.eds-video-wrapper:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}

.eds-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.eds-video-caption {
    color: #d1d5db;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    transition: color 0.3s ease;
}

.eds-video:hover .eds-video-caption {
    color: #ffffff;
}

.eds-video-caption i {
    color: #ff0000;
    font-size: 18px;
}

/*=========================================
   CTA
=========================================*/

.eds-cta {
    background: #4a4a4a;
    padding: 20px 0 70px;
    text-align: center;
}

.eds-cta-btn {
    display: inline-block;
    background: #c1121f;
    color: #ffffff;
    padding: 16px 44px;
    border-radius: 50px;
    font-weight: 600;
    font-size: clamp(14px, 1.6vw, 16px);
    letter-spacing: 0.3px;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(193, 18, 31, 0.3);
    position: relative;
    overflow: hidden;
}

.eds-cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s ease;
}

.eds-cta-btn:hover {
    background: #9b0e18;
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(193, 18, 31, 0.45);
}

.eds-cta-btn:hover::before {
    left: 100%;
}


/*=========================================
    FOOTER
=========================================*/

footer {
    background: var(--primary);
    color: var(--white);
    padding: 70px 0 0;
}

.footer-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.footer-logo-img {
    height: 86px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

.footer-logo span span {
    color: var(--primary);
}

.footer-text {
    color: #ffffff;
    line-height: 1.8;
    font-size: 14px;
    max-width: 320px;
}

.footer-title {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    color:  #ffffff;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: #ffffff;
    font-size: 14px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.footer-social a {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1f2937;
    border-radius: 50%;
    color: var(--white);
    font-size: 16px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
    background: #ffffff;
    color: var(--white);
    transform: translateY(-4px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 22px 0;
    text-align: center;
    color: #f8f9fa;
    font-size: 14px;
}
/* =========================================================
   RESPONSIVE COMPLETO
   ESTACIONES DE SERVICIO
   ========================================================= */


/* =========================================================
   DESKTOP GRANDE
   1536px+
   ========================================================= */

@media (min-width: 1536px) {

    .eds-hero {
        min-height: 600px;
        padding: 110px 0 90px;
    }

    .eds-hero-content {
        grid-template-columns: 1fr 1.15fr;
        gap: 60px;
    }

    .eds-hero-title-wrap h1 {
        font-size: 34px;
        padding: 16px 26px;
    }

    .eds-hero-text {
        padding: 30px 34px;
    }

    .eds-hero-text p {
        font-size: 16px;
    }

    .eds-project {
        padding: 90px 0 70px;
    }

    .eds-project-intro {
        gap: 70px;
        margin-bottom: 60px;
    }

    .eds-project-intro h2 {
        font-size: 42px;
    }

    .eds-project-intro p {
        font-size: 17px;
    }

    .eds-gallery {
        gap: 30px;
    }

    .eds-gallery-item img {
        height: 360px;
    }

    .eds-cta {
        padding: 25px 0 80px;
    }

    .footer-container {
        max-width: 1400px;
        gap: 60px;
    }
}


/* =========================================================
   LAPTOP GRANDE
   1367px - 1535px
   ========================================================= */

@media (min-width: 1367px) and (max-width: 1535px) {

    .eds-hero {
        min-height: 560px;
        padding: 100px 0 80px;
    }

    .eds-hero-content {
        grid-template-columns: 1fr 1.15fr;
        gap: 45px;
    }

    .eds-hero-title-wrap h1 {
        font-size: 32px;
    }

    .eds-project {
        padding: 80px 0 60px;
    }

    .eds-project-intro {
        gap: 50px;
    }

    .eds-gallery {
        gap: 24px;
    }

    .eds-gallery-item img {
        height: 330px;
    }
}


/* =========================================================
   ASUS ZENBOOK / LAPTOP MEDIANA
   1200px - 1366px
   ========================================================= */

@media (min-width: 1200px) and (max-width: 1366px) {

    .eds-hero {
        min-height: 520px;
        padding: 90px 0 70px;
    }

    .eds-hero-content {
        grid-template-columns: 1fr 1.1fr;
        gap: 32px;
    }

    .eds-hero-title-wrap h1 {
        font-size: 29px;
        padding: 13px 20px;
    }

    .eds-hero-text {
        padding: 23px 26px;
    }

    .eds-hero-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .eds-project {
        padding: 70px 0 55px;
    }

    .eds-project-intro {
        gap: 35px;
        margin-bottom: 42px;
    }

    .eds-project-intro h2 {
        font-size: 34px;
    }

    .eds-project-intro p {
        font-size: 15px;
        line-height: 1.7;
    }

    .eds-gallery {
        gap: 20px;
    }

    .eds-gallery-item img {
        height: 290px;
    }

    .eds-cta {
        padding: 15px 0 65px;
    }

    .footer-container {
        width: 92%;
        gap: 28px;
    }

    .footer-logo-img {
        height: 76px;
    }
}


/* =========================================================
   LAPTOP MEDIANA
   992px - 1199px
   ========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .eds-hero {
        min-height: 500px;
        padding: 85px 0 65px;
    }

    .eds-hero-content {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .eds-hero-title-wrap h1 {
        font-size: 26px;
        padding: 12px 18px;
    }

    .eds-hero-text {
        padding: 22px 24px;
    }

    .eds-hero-text p {
        font-size: 14px;
        line-height: 1.65;
    }

    .eds-project {
        padding: 65px 0 50px;
    }

    .eds-project-intro {
        grid-template-columns: 1fr 1.2fr;
        gap: 30px;
        margin-bottom: 38px;
    }

    .eds-project-intro h2 {
        font-size: 31px;
    }

    .eds-project-intro p {
        font-size: 14px;
        line-height: 1.7;
    }

    .eds-gallery {
        gap: 18px;
    }

    .eds-gallery-item img {
        height: 250px;
    }

    .eds-cta {
        padding: 10px 0 60px;
    }

    .footer-container {
        width: 92%;
        grid-template-columns: 1.7fr 1fr 1fr;
        gap: 30px;
    }

    .footer-logo-img {
        height: 72px;
    }
}


/* =========================================================
   TABLET HORIZONTAL
   768px - 991px
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    /* =========================
       HEADER
       ========================= */

    .header-solid .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: relative !important;
    }

    .header-solid .btn-header {
        display: none !important;
    }

    .header-solid #menu {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        padding: 6px !important;
        margin-left: auto !important;
        background: transparent !important;
        border: none !important;
        color: #ffffff !important;
        font-size: 26px !important;
        cursor: pointer !important;
        z-index: 1002 !important;
    }

    /* =========================
       MENÚ LATERAL
       ========================= */

    .header-solid #nav,
    header.header-solid #nav,
    #header.header-solid #nav {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        left: auto !important;

        width: 300px !important;
        max-width: 85vw !important;

        height: 100vh !important;
        height: 100dvh !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #1a1a2e !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;

        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.45) !important;

        transition: right 0.35s ease !important;

        display: block !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;

        z-index: 1001 !important;
    }

    .header-solid #nav.active,
    .header-solid #nav.open,
    header.header-solid #nav.active,
    header.header-solid #nav.open,
    #header.header-solid #nav.active,
    #header.header-solid #nav.open {
        right: 0 !important;
    }

    .header-solid #nav > ul {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 90px 0 40px !important;

        list-style: none !important;
        gap: 0 !important;
    }

    .header-solid #nav > ul > li {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }

    .header-solid #nav > ul > li > a {
        display: block !important;
        width: 100% !important;

        padding: 16px 26px !important;

        color: #ffffff !important;
        background: transparent !important;

        font-size: 16px !important;
        font-weight: 500 !important;

        text-decoration: none !important;
    }

    .header-solid #nav > ul > li > a:hover {
        background: rgba(255,255,255,0.08) !important;
        color: #c1121f !important;
    }

    /* SUBMENU */

    .header-solid #nav .submenu {
        position: static !important;

        width: 100% !important;

        display: none !important;

        padding: 0 !important;
        margin: 0 !important;

        background: rgba(0,0,0,0.3) !important;

        border: none !important;
        box-shadow: none !important;
    }

    .header-solid #nav .has-submenu.open .submenu,
    .header-solid #nav .has-submenu.active .submenu {
        display: block !important;
    }

    .header-solid #nav .submenu li a {
        display: block !important;

        padding: 13px 25px 13px 42px !important;

        color: #d1d5db !important;
        font-size: 15px !important;
    }

    /* =========================
       HERO
       ========================= */

    .eds-hero {
        min-height: auto !important;
        padding: 75px 0 55px !important;
    }

    .eds-hero-content {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        max-width: 850px;
        margin: 0 auto;
    }

    .eds-hero-title-wrap {
        text-align: center !important;
    }

    .eds-hero-title-wrap h1 {
        font-size: 29px !important;
        padding: 13px 20px !important;
    }

    .eds-hero-text {
        padding: 24px 28px !important;
    }

    .eds-hero-text p {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    /* =========================
       PROYECTOS
       ========================= */

    .eds-project {
        padding: 60px 0 50px !important;
    }

    .eds-project-intro {
        grid-template-columns: 1fr !important;
        gap: 22px !important;

        margin-bottom: 40px !important;

        text-align: center !important;
    }

    .eds-project-intro h2 {
        font-size: 34px !important;
    }

    .eds-project-intro h2::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .eds-project-intro p {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    /* =========================
       GALERÍA
       ========================= */

    .eds-gallery {
        grid-template-columns: 1fr 1fr !important;
        gap: 18px !important;
    }

    .eds-gallery-item img {
        height: 250px !important;
    }

    /* =========================
       VIDEO
       ========================= */

    .eds-video-caption {
        font-size: 13px !important;
    }

    /* =========================
       CTA
       ========================= */

    .eds-cta {
        padding: 10px 0 55px !important;
    }

    .eds-cta-btn {
        padding: 15px 36px !important;
    }

    /* =========================
       FOOTER
       ========================= */

    .footer-container {
        width: 90%;
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 28px;
    }

    .footer-logo-img {
        height: 70px;
    }

    .footer-text {
        font-size: 13px;
    }

    .footer-title {
        font-size: 17px;
    }

    .footer-links a {
        font-size: 13px;
    }
}


/* =========================================================
   TABLET VERTICAL / CELULAR GRANDE
   577px - 767px
   ========================================================= */

@media (min-width: 577px) and (max-width: 767px) {

    /* =========================
       HEADER
       ========================= */

    .header-solid .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .header-solid .btn-header {
        display: none !important;
    }

    .header-solid #menu {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 42px !important;
        height: 42px !important;

        margin-left: auto !important;
        padding: 6px !important;

        background: transparent !important;
        border: none !important;

        color: #ffffff !important;
        font-size: 25px !important;

        z-index: 1002 !important;
    }

    /* =========================
       MENÚ
       ========================= */

    .header-solid #nav,
    header.header-solid #nav,
    #header.header-solid #nav {
        position: fixed !important;

        top: 0 !important;
        right: -100% !important;
        left: auto !important;

        width: 290px !important;
        max-width: 88vw !important;

        height: 100vh !important;
        height: 100dvh !important;

        padding: 0 !important;
        margin: 0 !important;

        background: #1a1a2e !important;

        overflow-y: auto !important;
        overflow-x: hidden !important;

        transition: right 0.35s ease !important;

        z-index: 1001 !important;
    }

    .header-solid #nav.active,
    .header-solid #nav.open,
    header.header-solid #nav.active,
    header.header-solid #nav.open,
    #header.header-solid #nav.active,
    #header.header-solid #nav.open {
        right: 0 !important;
    }

    .header-solid #nav > ul {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;

        padding: 80px 0 40px !important;
        margin: 0 !important;

        gap: 0 !important;
    }

    .header-solid #nav > ul > li {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }

    .header-solid #nav > ul > li > a {
        display: block !important;

        padding: 15px 24px !important;

        color: #ffffff !important;
        font-size: 16px !important;
    }

    .header-solid #nav .submenu {
        position: static !important;

        display: none !important;

        width: 100% !important;

        padding: 0 !important;
        margin: 0 !important;

        background: rgba(0,0,0,0.3) !important;

        border: none !important;
        box-shadow: none !important;
    }

    .header-solid #nav .has-submenu.open .submenu,
    .header-solid #nav .has-submenu.active .submenu {
        display: block !important;
    }

    .header-solid #nav .submenu li a {
        padding: 12px 22px 12px 40px !important;
        color: #d1d5db !important;
        font-size: 14px !important;
    }

    /* =========================
       HERO
       ========================= */

    .eds-hero {
        min-height: auto !important;
        padding: 65px 0 45px !important;
    }

    .eds-hero-content {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .eds-hero-title-wrap {
        text-align: center !important;
    }

    .eds-hero-title-wrap h1 {
        max-width: 100%;
        font-size: 25px !important;
        padding: 12px 17px !important;
        line-height: 1.25 !important;
    }

    .eds-hero-text {
        padding: 20px 22px !important;
    }

    .eds-hero-text p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    /* =========================
       PROYECTOS
       ========================= */

    .eds-project {
        padding: 50px 0 40px !important;
    }

    .eds-project-intro {
        grid-template-columns: 1fr !important;
        gap: 18px !important;

        margin-bottom: 32px !important;

        text-align: center !important;
    }

    .eds-project-intro h2 {
        font-size: 30px !important;
    }

    .eds-project-intro h2::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .eds-project-intro p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    /* =========================
       GALERÍA
       ========================= */

    .eds-gallery {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .eds-gallery-item img {
        height: auto !important;
        min-height: 230px !important;
        max-height: 360px !important;
        object-fit: cover !important;
    }

    /* =========================
       CTA
       ========================= */

    .eds-cta {
        padding: 5px 0 50px !important;
    }

    .eds-cta-btn {
        padding: 14px 32px !important;
        font-size: 14px !important;
    }

    /* =========================
       FOOTER
       ========================= */

    .footer-container {
        width: 90%;
        grid-template-columns: 1fr 1fr;
        gap: 35px 25px;
        text-align: center;
    }

    .footer-container > div:first-child {
        grid-column: 1 / -1;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-text {
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-title {
        margin-bottom: 15px;
    }
}


/* =========================================================
   CELULAR
   0 - 576px
   ========================================================= */

@media (max-width: 576px) {

    /* =========================
       HEADER
       ========================= */

    .header-solid .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 64px;
    }

    .header-solid .btn-header {
        display: none !important;
    }

    .header-solid #menu {
        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: 42px !important;
        height: 42px !important;

        margin-left: auto !important;
        padding: 5px !important;

        background: transparent !important;
        border: none !important;

        color: #ffffff !important;
        font-size: 24px !important;

        cursor: pointer !important;

        z-index: 1002 !important;
    }

    /* =========================
       MENÚ MOBILE
       ========================= */

    .header-solid #nav,
    header.header-solid #nav,
    #header.header-solid #nav {

        position: fixed !important;

        top: 0 !important;
        right: -110% !important;
        left: auto !important;

        width: min(285px, 86vw) !important;

        height: 100vh !important;
        height: 100dvh !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #1a1a2e !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;

        box-shadow: -10px 0 35px rgba(0,0,0,0.45) !important;

        transition: right 0.35s ease !important;

        display: block !important;

        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;

        z-index: 1001 !important;
    }

    .header-solid #nav.active,
    .header-solid #nav.open,
    header.header-solid #nav.active,
    header.header-solid #nav.open,
    #header.header-solid #nav.active,
    #header.header-solid #nav.open {
        right: 0 !important;
    }

    .header-solid #nav > ul {

        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;

        height: auto !important;

        margin: 0 !important;
        padding: 78px 0 35px !important;

        gap: 0 !important;

        list-style: none !important;
    }

    .header-solid #nav > ul > li {

        width: 100% !important;

        margin: 0 !important;

        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }

    .header-solid #nav > ul > li > a {

        display: block !important;

        width: 100% !important;

        padding: 15px 22px !important;

        color: #ffffff !important;

        background: transparent !important;

        font-size: 15px !important;
        font-weight: 500 !important;

        text-decoration: none !important;
    }

    .header-solid #nav > ul > li > a:hover {
        background: rgba(255,255,255,0.08) !important;
        color: #c1121f !important;
    }

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

    .header-solid #nav .submenu {

        position: static !important;

        display: none !important;

        width: 100% !important;

        padding: 0 !important;
        margin: 0 !important;

        background: rgba(0,0,0,0.3) !important;

        border: none !important;

        box-shadow: none !important;
    }

    .header-solid #nav .has-submenu.open .submenu,
    .header-solid #nav .has-submenu.active .submenu {
        display: block !important;
    }

    .header-solid #nav .submenu li a {

        display: block !important;

        padding: 12px 20px 12px 38px !important;

        color: #d1d5db !important;

        font-size: 14px !important;
    }

    /* =====================================================
       HERO
       ===================================================== */

    .eds-hero {

        min-height: auto !important;

        padding: 55px 0 35px !important;

        overflow: hidden !important;
    }

    .eds-hero-bg {
        inset: -2% !important;
        transform: scale(1.03) !important;
    }

    .eds-hero-content {

        display: grid !important;

        grid-template-columns: 1fr !important;

        gap: 18px !important;

        width: 100% !important;
    }

    .eds-hero-title-wrap {

        width: 100% !important;

        text-align: center !important;
    }

    .eds-hero-title-wrap h1 {

        max-width: 100% !important;

        font-size: 20px !important;

        line-height: 1.25 !important;

        padding: 10px 13px !important;

        border-left-width: 3px !important;

        letter-spacing: 0.7px !important;

        border-radius: 5px !important;
    }

    .eds-hero-text {

        width: 100% !important;

        padding: 17px 15px !important;

        border-radius: 7px !important;

        backdrop-filter: blur(4px) !important;
    }

    .eds-hero-text p {

        font-size: 14px !important;

        line-height: 1.65 !important;

        text-align: left !important;
    }

    /* =====================================================
       PROYECTOS
       ===================================================== */

    .eds-project {

        padding: 42px 0 32px !important;
    }

    .eds-project-alt {

        padding-top: 30px !important;
    }

    .eds-project-intro {

        display: grid !important;

        grid-template-columns: 1fr !important;

        gap: 16px !important;

        margin-bottom: 28px !important;

        text-align: center !important;
    }

    .eds-project-intro h2 {

        font-size: 27px !important;

        line-height: 1.2 !important;

        padding-bottom: 13px !important;
    }

    .eds-project-intro h2::after {

        left: 50% !important;

        bottom: 0 !important;

        width: 48px !important;

        height: 3px !important;

        transform: translateX(-50%) !important;
    }

    .eds-project-intro p {

        font-size: 14px !important;

        line-height: 1.65 !important;

        text-align: center !important;
    }

    /* =====================================================
       GALERÍA
       ===================================================== */

    .eds-gallery {

        display: grid !important;

        grid-template-columns: 1fr !important;

        gap: 16px !important;

        margin-bottom: 15px !important;
    }

    .eds-gallery-item {

        width: 100% !important;

        border-radius: 9px !important;

        box-shadow: 0 8px 22px rgba(0,0,0,0.3) !important;

        transform: none !important;
    }

    .eds-gallery-item:hover {

        transform: none !important;

        box-shadow: 0 8px 22px rgba(0,0,0,0.3) !important;
    }

    .eds-gallery-item img {

        width: 100% !important;

        height: auto !important;

        min-height: 190px !important;

        max-height: 300px !important;

        object-fit: cover !important;

        display: block !important;
    }

    /* =====================================================
       VIDEO
       ===================================================== */

    .eds-video {

        width: 100% !important;

        gap: 9px !important;
    }

    .eds-video-wrapper {

        width: 100% !important;

        padding-bottom: 56.25% !important;

        border-radius: 9px !important;

        box-shadow: 0 8px 22px rgba(0,0,0,0.3) !important;
    }

    .eds-video-wrapper:hover {

        transform: none !important;

        box-shadow: 0 8px 22px rgba(0,0,0,0.3) !important;
    }

    .eds-video-caption {

        font-size: 12px !important;

        line-height: 1.5 !important;

        gap: 6px !important;
    }

    .eds-video-caption i {

        font-size: 15px !important;
    }

    /* =====================================================
       CTA
       ===================================================== */

    .eds-cta {

        padding: 5px 0 45px !important;
    }

    .eds-cta-btn {

        display: block !important;

        width: 100% !important;

        max-width: 290px !important;

        margin: 0 auto !important;

        padding: 13px 24px !important;

        font-size: 14px !important;

        border-radius: 40px !important;
    }

    .eds-cta-btn:hover {

        transform: none !important;
    }

    /* =====================================================
       FOOTER
       ===================================================== */

    footer {

        padding: 50px 0 0 !important;
    }

    .footer-container {

        width: 90% !important;

        grid-template-columns: 1fr !important;

        gap: 32px !important;

        padding-bottom: 35px !important;

        text-align: center !important;
    }

    .footer-logo {

        justify-content: center !important;

        font-size: 26px !important;

        gap: 8px !important;
    }

    .footer-logo-img {

        height: 65px !important;

        max-width: 130px !important;
    }

    .footer-text {

        max-width: 100% !important;

        margin: 0 auto !important;

        font-size: 13px !important;

        line-height: 1.7 !important;
    }

    .footer-title {

        font-size: 17px !important;

        margin-bottom: 14px !important;
    }

    .footer-links {

        gap: 10px !important;
    }

    .footer-links a {

        font-size: 13px !important;
    }

    .footer-social {

        justify-content: center !important;

        margin-top: 18px !important;
    }

    .footer-social a {

        width: 40px !important;

        height: 40px !important;

        font-size: 15px !important;
    }

    .footer-bottom {

        padding: 18px 15px !important;

        font-size: 12px !important;

        line-height: 1.5 !important;
    }
}


/* =========================================================
   CELULARES PEQUEÑOS
   0 - 390px
   ========================================================= */

@media (max-width: 390px) {

    .header-solid .container {
        min-height: 60px;
    }

    .header-solid #menu {
        width: 40px !important;
        height: 40px !important;
        font-size: 22px !important;
    }

    .header-solid #nav {
        width: min(270px, 88vw) !important;
    }

    .header-solid #nav > ul {
        padding-top: 72px !important;
    }

    .header-solid #nav > ul > li > a {
        padding: 14px 19px !important;
        font-size: 14px !important;
    }

    .header-solid #nav .submenu li a {
        padding: 11px 18px 11px 34px !important;
        font-size: 13px !important;
    }

    /* HERO */

    .eds-hero {
        padding: 45px 0 30px !important;
    }

    .eds-hero-content {
        gap: 15px !important;
    }

    .eds-hero-title-wrap h1 {
        font-size: 18px !important;
        padding: 9px 11px !important;
    }

    .eds-hero-text {
        padding: 15px 13px !important;
    }

    .eds-hero-text p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    /* PROYECTOS */

    .eds-project {
        padding: 36px 0 28px !important;
    }

    .eds-project-intro {
        gap: 14px !important;
        margin-bottom: 24px !important;
    }

    .eds-project-intro h2 {
        font-size: 24px !important;
    }

    .eds-project-intro p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    /* GALERÍA */

    .eds-gallery {
        gap: 14px !important;
    }

    .eds-gallery-item {
        border-radius: 8px !important;
    }

    .eds-gallery-item img {
        min-height: 170px !important;
        max-height: 250px !important;
    }

    /* CTA */

    .eds-cta {
        padding-bottom: 38px !important;
    }

    .eds-cta-btn {
        max-width: 270px !important;
        padding: 12px 20px !important;
        font-size: 13px !important;
    }

    /* FOOTER */

    footer {
        padding-top: 42px !important;
    }

    .footer-container {
        width: 88% !important;
        gap: 27px !important;
    }

    .footer-logo {
        font-size: 23px !important;
    }

    .footer-logo-img {
        height: 58px !important;
    }

    .footer-text {
        font-size: 12px !important;
    }

    .footer-title {
        font-size: 16px !important;
    }

    .footer-links a {
        font-size: 12px !important;
    }

    .footer-bottom {
        font-size: 11px !important;
        padding: 16px 12px !important;
    }
}


/* =========================================================
   DESKTOP
   HAMBURGUESA OCULTA
   ========================================================= */

@media (min-width: 992px) {

    .header-solid #menu {
        display: none !important;
    }

    .header-solid #nav {
        position: static !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }
}


/* =========================================================
   TOUCH DEVICES
   EVITA EFECTOS HOVER MOLESTOS EN CELULAR
   ========================================================= */

@media (hover: none) and (pointer: coarse) {

    .eds-gallery-item:hover {
        transform: none !important;
    }

    .eds-video-wrapper:hover {
        transform: none !important;
    }

    .eds-hero-text:hover {
        transform: none !important;
    }

    .eds-cta-btn:hover {
        transform: none !important;
    }

    .footer-links a:hover {
        padding-left: 0 !important;
    }
}


/* =========================================================
   ACCESIBILIDAD
   REDUCE ANIMACIONES SI EL USUARIO LAS DESACTIVA
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .eds-gallery-item,
    .eds-video-wrapper,
    .eds-hero-text,
    .eds-cta-btn,
    .header-solid,
    .header-solid #nav,
    .footer-links a {
        transition: none !important;
    }

    .eds-gallery-item:hover,
    .eds-video-wrapper:hover,
    .eds-hero-text:hover,
    .eds-cta-btn:hover {
        transform: none !important;
    }
}