/* ======COBERTURA======= */
:root {
    --verde: #00796b;
    --verde-claro: #4db6ac;
    --gris-bg: #f4f6f8;
    --texto: #263238;
    --sombra: 0 4px 20px rgba(0, 0, 0, .08);
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--gris-bg);
    color: var(--texto);
}


.cobertura-hero {
    background: linear-gradient(135deg, var(--verde) 0%, #004d40 100%);
    color: #fff;
    padding: 56px 0 40px;
    position: relative;
    overflow: hidden;
}

.cobertura-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cobertura-hero h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: .4rem;
}

.cobertura-hero p {
    opacity: .85;
    font-size: 1.05rem;
}


.stats-bar {
    background: #fff;
    box-shadow: var(--sombra);
    border-bottom: 3px solid var(--verde-claro);
}

.stat-item {
    padding: 18px 24px;
    text-align: center;
}

.stat-item .num {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--verde);
    line-height: 1;
}

.stat-item .lbl {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #607d8b;
}

.stat-item+.stat-item {
    border-left: 1px solid #eceff1;
}


.main-section {
    padding: 48px 0 64px;
}


.map-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--sombra);
    overflow: hidden;
}

.map-card .map-header {
    background: var(--verde);
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-card .map-header i {
    font-size: 1.1rem;
}

.map-card iframe {
    width: 100%;
    height: 460px;
    border: none;
    display: block;
}


.oficinas-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--sombra);
    padding: 24px;
    height: 100%;
}

.oficinas-panel h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--verde);
    text-transform: uppercase;
    letter-spacing: .06em;
    border-bottom: 2px solid var(--verde-claro);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.oficina-card {
    border-left: 4px solid var(--verde-claro);
    background: var(--gris-bg);
    border-radius: 0 10px 10px 0;
    padding: 14px 16px;
    margin-bottom: 16px;
    transition: transform .2s, box-shadow .2s;
}

.oficina-card:hover {
    transform: translateX(4px);
    box-shadow: var(--sombra);
}

.oficina-card.principal {
    border-left-color: var(--verde);
    background: #e8f5e9;
}

.oficina-card h6 {
    font-size: .95rem;
    font-weight: 700;
    color: var(--texto);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.oficina-card h6 .badge-principal {
    font-size: .65rem;
    background: var(--verde);
    color: #fff;
    padding: 2px 7px;
    border-radius: 20px;
    font-weight: 500;
}

.oficina-info {
    font-size: .82rem;
    color: #546e7a;
    margin-bottom: 4px;
}

.oficina-info i {
    color: var(--verde);
    width: 16px;
    text-align: center;
    margin-right: 5px;
}


@media(max-width: 767px) {
    .cobertura-hero h1 {
        font-size: 1.6rem;
    }

    .map-card iframe {
        height: 320px;
    }
}


  @keyframes cobSpin { to { transform: rotate(360deg); } }

  .oficina-card {
      cursor: pointer;
  }

  .oficina-card .ver-mapa-hint {
      display: none;
      font-size: .75rem;
      color: #00796b;
      margin-top: 8px;
      gap: 5px;
      align-items: center;
  }

  .oficina-card:hover .ver-mapa-hint {
      display: flex;
  }

  .oficina-card.active-oficina {
      border-left-color: #00796b;
      border-left-width: 5px;
      background: #e8f5e9;
      box-shadow: 0 4px 20px rgba(0,121,107,.15);
      transform: translateX(4px);
  }

  .oficina-card.active-oficina .ver-mapa-hint {
      display: none !important;
  }


/* =======CONSUMOS======= */
.uc-wrap {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 2rem 1.5rem;
    max-width: 860px;
    margin: 0 auto;
}

.uc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
}

.uc-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0e9a7a;
    flex-shrink: 0;
}

.uc-htitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: #111;
}

.uc-hsub {
    font-size: 1.3rem;
    color: #999;
    margin-left: auto;
    font-family: 'DM Mono', monospace;
}

.uc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.uc-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.uc-account-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.uc-acct-label {
    font-size: 1.2rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.uc-acct-val {
    font-family: 'DM Mono', monospace;
    font-size: 1.4rem;
    font-weight: 500;
    color: #111;
    background: #f4f4f2;
    border: 0.5px solid #e0e0dc;
    border-radius: 8px;
    padding: 6px 12px;
}

.uc-imgcard {
    background: #fff;
    border: 0.5px solid #e0e0dc;
    border-radius: 12px;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uc-imgcard img {
    max-width: 100%;
    padding: 1rem;
    border-radius: 8px;
}

.uc-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 2.5rem 1rem;
    color: #999;
    font-size: 1.3rem;
}

.uc-spinner {
    width: 28px;
    height: 28px;
    border: 2px solid rgba(14, 154, 122, 0.2);
    border-top-color: #0e9a7a;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.uc-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 2.5rem 1rem;
    color: #999;
    font-size: 1.2rem;
    text-align: center;
}

.uc-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.uc-reading-card {
    background: #f7f7f5;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.uc-reading-label {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #999;
}

.uc-reading-val {
    font-family: 'DM Mono', monospace;
    font-size: 2.2rem;
    font-weight: 500;
    color: #0e9a7a;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.uc-reading-unit {
    font-size: 1.6rem;
    color: #999;
    font-weight: 400;
}

.uc-reading-sub {
    font-size: 1.3rem;
    color: #aaa;
    margin-top: 4px;
}

.uc-info-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.uc-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #fff;
    border: 0.5px solid #e0e0dc;
    border-radius: 8px;
    font-size: 1.4rem;
}

.uc-info-row-label {
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
}

.uc-info-row-val {
    font-weight: 500;
    color: #111;
    font-family: 'DM Mono', monospace;
}

.uc-badge-ok {
    background: #e1f5ee;
    color: #085041;
    font-size: 1.2rem;
    padding: 3px 9px;
    border-radius: 20px;
    font-weight: 500;
}

@media (max-width: 640px) {
    .uc-grid {
        grid-template-columns: 1fr;
    }
}






      /* ========== CONTACTANOS ========== */
           :root {
               --teal: #0b7a7a;
               --teal-dark: #085f5f;
               --teal-soft: rgba(11, 122, 122, 0.07);
               --teal-border: rgba(11, 122, 122, 0.2);
               --azul: #053d4b;
               --azul-mid: #24719e;
               --bg: #f2f5fb;
               --card: #ffffff;
               --texto: #2d3748;
               --suave: #6b7280;
               --borde: rgba(26, 51, 88, 0.10);
               --sombra: 0 4px 24px rgba(26, 51, 88, 0.08);
               --sombra-h: 0 14px 40px rgba(26, 51, 88, 0.16);
               --r: 18px;
               --r-sm: 10px;
           }

           /* ---- animaciones ---- */
           @keyframes fadeUp {
               from {
                   opacity: 0;
                   transform: translateY(20px);
               }

               to {
                   opacity: 1;
                   transform: translateY(0);
               }
           }

           @keyframes fadeLeft {
               from {
                   opacity: 0;
                   transform: translateX(-18px);
               }

               to {
                   opacity: 1;
                   transform: translateX(0);
               }
           }

           @keyframes fadeRight {
               from {
                   opacity: 0;
                   transform: translateX(18px);
               }

               to {
                   opacity: 1;
                   transform: translateX(0);
               }
           }

           @keyframes barGrow {
               from {
                   transform: scaleX(0);
               }

               to {
                   transform: scaleX(1);
               }
           }

           @keyframes iconPop {
               0% {
                   opacity: 0;
                   transform: scale(0.6);
               }

               70% {
                   transform: scale(1.1);
               }

               100% {
                   opacity: 1;
                   transform: scale(1);
               }
           }

           /* ---- layout principal ---- */
           .contact-section {
               padding: 64px 24px;
               max-width: 1180px;
               margin: 0 auto;
           }

           .contact-grid {
               display: grid;
               grid-template-columns: 1fr 1fr;
               gap: 28px;
               align-items: start;
           }

           @media (max-width: 768px) {
               .contact-grid {
                   grid-template-columns: 1fr;
               }
           }

           /* ---- tarjeta formulario ---- */
           .contact-form-card {
               background: var(--card);
               border-radius: var(--r);
               box-shadow: var(--sombra);
               border: 1px solid var(--borde);
               overflow: hidden;
               transition: border-color 0.25s, transform 0.25s;
               animation: fadeLeft 0.55s 0.1s ease both;
           }

           .contact-form-card:hover {
               border-color: var(--teal-border);
               transform: translateY(-2px);
               box-shadow: var(--sombra-h);
           }

           /* ---- cabecera formulario ---- */
           .contact-form-head {
               background: var(--teal);
               padding: 24px 28px;
               position: relative;
               overflow: hidden;
           }

           .contact-form-head-bar {
               position: absolute;
               bottom: 0;
               left: 0;
               right: 0;
               height: 3px;
               background: rgba(255, 255, 255, 0.25);
               transform-origin: left;
               animation: barGrow 0.7s 0.5s ease both;
               transform: scaleX(0);
           }

           .contact-form-head h3 {
               color: #fff;
               font-size: 1.6rem;
               font-weight: 600;
               margin: 0 0 4px;
           }

           .contact-form-head p {
               color: rgba(255, 255, 255, 0.65);
               font-size: 1.4rem;
               margin: 0;
           }

           /* ---- cuerpo formulario ---- */
           .contact-form-body {
               padding: 28px;
           }

           .f-group {
               margin-bottom: 18px;
           }

           .f-label {
               display: block;
               font-size: 1.1rem;
               font-weight: 600;
               text-transform: uppercase;
               letter-spacing: 0.8px;
               color: var(--teal);
               margin-bottom: 7px;
           }

           .f-ctrl {
               width: 100%;
               padding: 12px 16px;
               border: 1.5px solid #dde3ed;
               border-radius: var(--r-sm);
               font-size: 1.1rem;
               color: var(--texto);
               background: #f8fafc;
               transition: border-color 0.2s, background 0.2s;
               outline: none;
           }

           .f-ctrl:focus {
               border-color: var(--teal);
               background: #fff;
               box-shadow: 0 0 0 3px rgba(11, 122, 122, 0.08);
           }

           .f-ctrl::placeholder {
               color: #a0aec0;
           }

           textarea.f-ctrl {
               resize: vertical;
               min-height: 100px;
           }

           .btn-enviar {
               display: flex;
               align-items: center;
               justify-content: center;
               gap: 10px;
               width: 100%;
               padding: 14px;
               background: var(--teal);
               color: #fff;
               border: none;
               border-radius: var(--r-sm);
               font-size: 1.3rem;
               font-weight: 600;
               cursor: pointer;
               transition: opacity 0.2s, transform 0.2s;
               box-shadow: 0 4px 16px rgba(11, 122, 122, 0.22);
               margin-top: 4px;
           }

           .btn-enviar:hover {
               opacity: 0.87;
               transform: translateY(-2px);
               box-shadow: 0 8px 24px rgba(11, 122, 122, 0.32);
           }

           .btn-enviar:active {
               transform: scale(0.98);
           }

           /* ---- columna derecha ---- */
           .contact-info-col {
               display: flex;
               flex-direction: column;
               gap: 14px;
               animation: fadeRight 0.55s 0.2s ease both;
           }

           /* ---- tarjetas de info ---- */
           .info-item {
               background: var(--card);
               border-radius: var(--r-sm);
               border: 1px solid var(--borde);
               box-shadow: var(--sombra);
               padding: 18px 20px;
               display: flex;
               align-items: center;
               gap: 16px;
               transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
               animation: fadeUp 0.4s ease both;
               opacity: 0;
               animation-fill-mode: forwards;
           }

           .info-item:nth-child(1) {
               animation-delay: 0.30s;
           }

           .info-item:nth-child(2) {
               animation-delay: 0.44s;
           }

           .info-item:nth-child(3) {
               animation-delay: 0.58s;
           }

           .info-item:hover {
               border-color: var(--teal-border);
               transform: translateY(-3px);
               box-shadow: var(--sombra-h);
           }

           .info-icon {
               width: 44px;
               height: 44px;
               flex-shrink: 0;
               border-radius: var(--r-sm);
               background: var(--teal-soft);
               border: 1px solid var(--teal-border);
               display: flex;
               align-items: center;
               justify-content: center;
               color: var(--teal);
               font-size: 1.9rem;
               animation: iconPop 0.4s ease both;
               opacity: 0;
               animation-fill-mode: forwards;
           }

           .info-item:nth-child(1) .info-icon {
               animation-delay: 0.46s;
           }

           .info-item:nth-child(2) .info-icon {
               animation-delay: 0.60s;
           }

           .info-item:nth-child(3) .info-icon {
               animation-delay: 0.74s;
           }

           .info-content small {
               display: block;
               font-size: .99rem;
               font-weight: 700;
               text-transform: uppercase;
               letter-spacing: 1px;
               color: var(--suave);
               margin-bottom: 4px;
           }

           .info-content p {
               font-size: 1.5rem;
               font-weight: 500;
               color: var(--texto);
               margin: 0;
               line-height: 1.5;
           }

           /* ---- mapa ---- */
           .map-wrap {
               border-radius: var(--r);
               overflow: hidden;
               border: 1px solid var(--borde);
               box-shadow: var(--sombra);
               position: relative;
               animation: fadeUp 0.5s 0.65s ease both;
               opacity: 0;
               animation-fill-mode: forwards;
           }

           .map-chip {
               position: absolute;
               top: 12px;
               left: 12px;
               z-index: 10;
               background: var(--teal);
               color: #fff;
               font-size: 1.3rem;
               font-weight: 500;
               padding: 5px 12px;
               border-radius: 20px;
               display: flex;
               align-items: center;
               gap: 6px;
           }

           .map-wrap iframe {
               display: block;
               width: 100%;
               height: 260px;
               border: none;
           }


   /* ========== CONVENIOS DE PAGO ========== */
        :root {
            --teal: #0dbcb7;
            --teal-dark: #0a9490;
            --teal-soft: rgba(13, 188, 183, 0.08);
            --teal-border: rgba(13, 188, 183, 0.22);
            --green-soft: rgba(111, 215, 141, 0.12);
            --green-border: rgba(111, 215, 141, 0.35);
            --green-text: #2e7d4c;
            --amber-soft: rgba(239, 156, 46, 0.10);
            --amber-border: rgba(239, 156, 46, 0.30);
            --amber-text: #9e620d;
            --card: #ffffff;
            --texto: #2d3748;
            --suave: #6b7280;
            --borde: rgba(26, 51, 88, 0.10);
            --sombra: 0 4px 24px rgba(26, 51, 88, 0.08);
            --sombra-h: 0 14px 40px rgba(26, 51, 88, 0.16);
            --r: 18px;
            --r-sm: 10px;
        }

        /* ---- animaciones ---- */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInLine {
            from {
                opacity: 0;
                transform: translateX(-14px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes barGrow {
            from {
                transform: scaleX(0);
            }

            to {
                transform: scaleX(1);
            }
        }

        @keyframes stepPop {
            0% {
                opacity: 0;
                transform: scale(0.65);
            }

            70% {
                transform: scale(1.10);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        /* ---- sección principal ---- */
        .conv-section {
            padding: 56px 24px;
            max-width: 1180px;
            margin: 0 auto;
        }

        /* ---- encabezado ---- */
        .conv-header {
            animation: fadeUp 0.5s ease both;
        }

        .conv-eyebrow {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 1.2rem;
            font-weight: 600;
            letter-spacing: 1.4px;
            text-transform: uppercase;
            color: var(--teal);
            margin-bottom: 8px;
        }

        .conv-eyebrow::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 2px;
            background: var(--teal);
            border-radius: 2px;
            animation: slideInLine 0.4s 0.2s ease both;
            opacity: 0;
            animation-fill-mode: forwards;
        }

        .conv-title {
            font-size: 2.4rem;
            font-weight: 600;
            color: var(--texto);
            margin-bottom: 10px;
            line-height: 1.3;
        }

        .conv-desc {
            font-size: 1.6rem;
            color: var(--suave);
            line-height: 1.7;
            margin-bottom: 2.5rem;
            max-width: 720px;
        }

        /* ---- bloque PSE ---- */
        .pse-wrap {
            animation: fadeUp 0.5s 0.15s ease both;
            opacity: 0;
            animation-fill-mode: forwards;
            margin-bottom: 2.5rem;
        }

        .pse-card {
            background: var(--card);
            border-radius: var(--r);
            box-shadow: var(--sombra);
            border: 1px solid var(--borde);
            overflow: hidden;
            transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
        }

        .pse-card:hover {
            border-color: var(--teal-border);
            transform: translateY(-3px);
            box-shadow: var(--sombra-h);
        }

        .pse-top-bar {
            height: 4px;
            background: var(--teal);
            transform-origin: left;
            animation: barGrow 0.65s 0.45s ease both;
            transform: scaleX(0);
            animation-fill-mode: forwards;
        }

        .pse-body {
            display: flex;
            gap: 24px;
            padding: 28px 32px;
            align-items: flex-start;
        }
@media (max-width: 600px) {
  .pse-body {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
  .pse-logo-box {
    width: 48px;
    height: 48px;
  }
  .pse-info h3 {
    font-size: 1.6rem;
  }
  .pse-steps li {
    font-size: 1.4rem;
  }
  .pse-btn {
    width: 100%;
    justify-content: center;
    font-size: 1.4rem;
    padding: 12px;
  }
}
        .pse-logo-box {
            width: 58px;
            height: 58px;
            flex-shrink: 0;
            border-radius: var(--r-sm);
            background: var(--teal-soft);
            border: 1px solid var(--teal-border);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--teal);
            font-size: 2.4rem;
        }

        .pse-info h3 {
            font-size: 1.9rem;
            font-weight: 600;
            color: var(--texto);
            margin-bottom: 1.2rem;
            line-height: 1.35;
        }

        .pse-steps {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 1.6rem;
        }

        .pse-steps li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 1.5rem;
            color: var(--suave);
            line-height: 1.6;
        }

        .step-num {
            flex-shrink: 0;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: var(--teal-soft);
            color: var(--teal);
            font-size: 1.4rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 1px;
            animation: stepPop 0.4s ease both;
            opacity: 0;
            animation-fill-mode: forwards;
        }

        .pse-steps li:nth-child(1) .step-num {
            animation-delay: 0.55s;
        }

        .pse-steps li:nth-child(2) .step-num {
            animation-delay: 0.70s;
        }

        .pse-steps li:nth-child(3) .step-num {
            animation-delay: 0.85s;
        }

        .pse-btn {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            background: var(--teal);
            color: #fff;
            text-decoration: none;
            font-size: 1.5rem;
            font-weight: 600;
            padding: 12px 22px;
            border-radius: var(--r-sm);
            border: none;
            cursor: pointer;
            transition: opacity 0.15s, transform 0.15s;
            box-shadow: 0 4px 16px rgba(13, 188, 183, 0.28);
        }

        .pse-btn:hover {
            opacity: 0.87;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(13, 188, 183, 0.38);
        }

        .pse-btn:active {
            transform: scale(0.97);
        }

        /* ---- divisor ---- */
        .conv-divider {
            border: none;
            border-top: 1px solid var(--borde);
            margin: 2.5rem 0;
        }

        /* ---- sección canales ---- */
        .channels-header {
            animation: fadeUp 0.5s 0.3s ease both;
            opacity: 0;
            animation-fill-mode: forwards;
            margin-bottom: 1.4rem;
        }

        .channels-eyebrow {
            font-size: 1.2rem;
            font-weight: 600;
            letter-spacing: 1.4px;
            text-transform: uppercase;
            color: var(--suave);
            margin-bottom: 6px;
        }

        .channels-desc {
            font-size: 1.5rem;
            color: var(--suave);
        }

        /* ---- grid de tarjetas ---- */
        .conv-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-bottom: 2rem;
        }

        @media (max-width: 768px) {
            .conv-grid {
                grid-template-columns: 1fr;
            }

            .pse-body {
                flex-direction: column;
            }
        }

        .conv-card {
            background: var(--card);
            border-radius: var(--r);
            border: 1px solid var(--borde);
            box-shadow: var(--sombra);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
            animation: fadeUp 0.45s ease both;
            opacity: 0;
            animation-fill-mode: forwards;
        }

        .conv-card:nth-child(1) {
            animation-delay: 0.35s;
        }

        .conv-card:nth-child(2) {
            animation-delay: 0.50s;
        }

        .conv-card:nth-child(3) {
            animation-delay: 0.65s;
        }

        .conv-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--sombra-h);
        }

        .conv-card:nth-child(1):hover {
            border-color: var(--teal-border);
        }

        .conv-card:nth-child(2):hover {
            border-color: var(--green-border);
        }

        .conv-card:nth-child(3):hover {
            border-color: var(--amber-border);
        }

        .conv-card-bar {
            height: 4px;
            transform-origin: left;
            animation: barGrow 0.55s ease both;
            transform: scaleX(0);
            animation-fill-mode: forwards;
        }

        .conv-card:nth-child(1) .conv-card-bar {
            background: var(--teal);
            animation-delay: 0.50s;
        }

        .conv-card:nth-child(2) .conv-card-bar {
            background: #6fd78d;
            animation-delay: 0.65s;
        }

        .conv-card:nth-child(3) .conv-card-bar {
            background: #ef9c2e;
            animation-delay: 0.80s;
        }

        .conv-card-body {
            padding: 20px 22px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            flex: 1;
        }

        .conv-card-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .conv-icon {
            width: 44px;
            height: 44px;
            border-radius: var(--r-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
        }

        .icon-teal {
            background: var(--teal-soft);
            color: var(--teal);
            border: 1px solid var(--teal-border);
        }

        .icon-green {
            background: var(--green-soft);
            color: var(--green-text);
            border: 1px solid var(--green-border);
        }

        .icon-amber {
            background: var(--amber-soft);
            color: var(--amber-text);
            border: 1px solid var(--amber-border);
        }

        .conv-badge {
            font-size: 1.2rem;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 20px;
            text-transform: uppercase;
            letter-spacing: 0.4px;
        }

        .badge-teal {
            background: var(--teal-soft);
            color: var(--teal-dark);
            border: 1px solid var(--teal-border);
        }

        .badge-green {
            background: var(--green-soft);
            color: var(--green-text);
            border: 1px solid var(--green-border);
        }

        .badge-amber {
            background: var(--amber-soft);
            color: var(--amber-text);
            border: 1px solid var(--amber-border);
        }

        .conv-card-name {
            font-size: 1.8rem;
            font-weight: 600;
            color: var(--texto);
        }

        .conv-card-desc {
            font-size: 1.5rem;
            color: var(--suave);
            line-height: 1.6;
            flex: 1;
        }

        .conv-card-foot {
            border-top: 1px solid var(--borde);
            padding-top: 12px;
            margin-top: auto;
        }

        .conv-code-lbl {
            font-size: 1.2rem;
            color: var(--suave);
            margin-bottom: 3px;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            font-weight: 600;
        }

        .conv-code {
            font-size: 1.6rem;
            font-weight: 600;
            color: var(--texto);
            font-family: monospace;
            letter-spacing: 0.5px;
        }

        /* ---- nota informativa ---- */
        .info-note {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            background: var(--teal-soft);
            border: 1px solid var(--teal-border);
            border-radius: var(--r-sm);
            padding: 16px 18px;
            animation: fadeUp 0.5s 0.8s ease both;
            opacity: 0;
            animation-fill-mode: forwards;
        }

        .info-note i {
            color: var(--teal);
            font-size: 1.9rem;
            flex-shrink: 0;
            margin-top: 1px;
        }

        .info-note p {
            font-size: 1.5rem;
            color: var(--suave);
            line-height: 1.6;
        }








/* =========CREDITOS========= */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --brand: #0dbcb7;
    --brand-light: #7ddf9b;
    --brand-dark: #0d4a82;
    --navy: #1a6cb5;
    --surface: #f0f6ff;
    --white: #fff;
    --gray: #f4f7fa;
    --border: rgba(26, 108, 181, 0.13);
    --text: #1a2332;
    --muted: #4a6080;
    --radius: 16px;
    --shadow: 0 4px 28px rgba(26, 108, 181, 0.08);
    --shadow-h: 0 14px 40px rgba(26, 108, 181, 0.16);
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--gray);
    color: var(--text);
    overflow-x: hidden;
}


#prog {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    z-index: 9999;
    background: linear-gradient(90deg, var(--brand), var(--brand-light));
    width: 0%;
    transition: width .1s;
    box-shadow: 0 0 8px rgba(41, 170, 220, .5);
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-28px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(28px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(.92)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes gradShift {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% center
    }

    100% {
        background-position: -200% center
    }
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(26, 108, 181, .3)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(26, 108, 181, 0)
    }
}

@keyframes rowIn {
    from {
        opacity: 0;
        transform: translateX(-12px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: scale(.7) rotate(-5deg)
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0)
    }
}


.anim {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.anim.visible {
    opacity: 1;
    transform: translateY(0);
}

.anim-l {
    opacity: 0;
    transform: translateX(-26px);
    transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.anim-l.visible {
    opacity: 1;
    transform: translateX(0);
}

.anim-r {
    opacity: 0;
    transform: translateX(26px);
    transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.anim-r.visible {
    opacity: 1;
    transform: translateX(0);
}


.hero-credito {
    background: linear-gradient(135deg, #0d4a82 0%, #1a6cb5 55%, #29aadc 100%);
    background-size: 200% 200%;
    animation: gradShift 9s ease infinite;
    padding: 3.5rem 2rem 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-credito::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 120%, rgba(255, 255, 255, .07) 0%, transparent 70%);
}

.hero-credito-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    padding: 6px 18px;
    font-size: .72rem;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .9);
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    animation: fadeInDown .7s .1s both;
}

.hero-credito-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6de9c8;
    animation: blink 2s ease infinite;
}

.hero-credito h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    color: #fff;
    margin-bottom: .6rem;
    line-height: 1.15;
    animation: fadeInDown .7s .25s both;
}

.hero-credito p {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, .72);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.75;
    animation: fadeInDown .7s .4s both;
}

.hero-credito-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
}


.main-credito {
    padding: 2.5rem 1.5rem 5rem;
    max-width: 1060px;
    margin: 0 auto;
}


.search-panel-credito {
    background: var(--white);
    border-radius: var(--radius);
    border: .5px solid var(--border);
    padding: 2rem;
    box-shadow: var(--shadow);
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    transition: box-shadow .3s;
}

.search-panel-credito:hover {
    box-shadow: var(--shadow-h);
}

.search-panel-credito::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--brand-light));
}

.search-panel-credito-tag {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: .4rem;
    font-family: 'Outfit', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.search-panel-credito-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-light);
}

.search-panel-credito h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 1.5rem;
}

.search-row-credito {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.field-credito {
    flex: 1;
}

.field-credito label {
    display: block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 6px;
    font-family: 'Outfit', sans-serif;
}

.field-credito-wrap {
    position: relative;
}

.field-credito-wrap svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    fill: none;
    stroke: var(--muted);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.field-credito input {
    width: 100%;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 11px 13px 11px 38px;
    font-family: 'Inter', sans-serif;
    font-size: .9rem;
    color: var(--text);
    background: var(--surface);
    transition: border-color .25s, box-shadow .25s, background .25s;
    outline: none;
}

.field-credito input:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(26, 108, 181, .1);
    background: #fff;
}

.field-credito input::placeholder {
    color: #a0b4cc;
}

.btn-buscar-credito {
    padding: 11px 28px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    transition: opacity .2s, transform .25s cubic-bezier(.22, 1, .36, 1), box-shadow .25s;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    height: 44px;
    box-shadow: 0 4px 16px rgba(26, 108, 181, .25);
}

.btn-buscar-credito:hover {
    opacity: .92;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 108, 181, .35);
}

.btn-buscar-credito:active {
    transform: translateY(0);
}

.btn-buscar-credito svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.aviso {
    display: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: .84rem;
    margin-bottom: 1rem;
    align-items: center;
    gap: 8px;
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
    animation: fadeInUp .4s both;
}

.aviso.show {
    display: flex;
}

.aviso-err {
    background: #fde8ec;
    color: #842029;
    border-color: #f5c2c7;
}

.spinner {
    display: none;
    text-align: center;
    padding: 2.5rem;
    color: var(--muted);
    font-size: .9rem;
    font-family: 'Outfit', sans-serif;
}

.spinner::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    border: 3px solid var(--border);
    border-top-color: var(--brand);
    border-radius: 50%;
    margin: 0 auto 1rem;
    animation: spin .8s linear infinite;
}


.result-section-credito {
    display: none;
    animation: fadeInUp .6s both;
}


.info-grid-credito {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media(max-width:600px) {
    .info-grid-credito {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-row-credito {
        flex-direction: column;
    }

    .btn-buscar-credito {
        width: 100%;
        justify-content: center;
    }
}

.info-card-credito {
    background: var(--surface);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    border: .5px solid var(--border);
    transition: box-shadow .25s, transform .25s cubic-bezier(.22, 1, .36, 1);
    position: relative;
    overflow: hidden;
}

.info-card-credito::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--brand-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.info-card-credito:hover::before {
    transform: scaleX(1);
}

.info-card-credito:hover {
    box-shadow: var(--shadow);
    transform: translateY(-3px);
}

.info-card-credito .ic-lbl {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--muted);
    margin-bottom: 6px;
    font-family: 'Outfit', sans-serif;
}

.info-card-credito .ic-val {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    font-family: 'Outfit', sans-serif;
    animation: countUp .5s cubic-bezier(.34, 1.56, .64, 1) both;
}


.obs-card-credito {
    background: var(--surface);
    border-radius: 12px;
    padding: 1rem 1.2rem;
    border: .5px solid var(--border);
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--brand-light);
    border-radius: 0 12px 12px 0;
    animation: fadeInLeft .6s both;
}

.obs-lbl {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--muted);
    margin-bottom: 6px;
    font-family: 'Outfit', sans-serif;
}

.obs-txt {
    font-size: .88rem;
    color: var(--text);
    line-height: 1.65;
}


.summary-credito {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.summary-credito-card {
    background: linear-gradient(88deg, #053d4b, #0b7a7ab3);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    border: .5px solid rgba(26, 108, 181, .15);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s;
    position: relative;
    overflow: hidden;
}

.summary-credito-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 108, 181, .05), transparent);
    opacity: 0;
    transition: opacity .3s;
}

.summary-credito-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-h);
}

.summary-credito-card:hover::after {
    opacity: 1;
}

.s-lbl {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--brand);
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
}

.s-val {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--brand-dark);
    font-family: 'Outfit', sans-serif;
    animation: countUp .6s cubic-bezier(.34, 1.56, .64, 1) both;
}


.section-title-credito {
    font-family: 'Outfit', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--muted);
    margin-bottom: .85rem;
    padding-bottom: .55rem;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: .5rem;
}

.section-title-credito::before {
    content: '';
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--brand), var(--brand-light));
}


.table-wrap {
    overflow-x: auto;
    border-radius: 14px;
    border: .5px solid var(--border);
    box-shadow: var(--shadow);
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: .82rem;
}

thead th {
    background: linear-gradient(135deg, #053d4b, #0b7a7abd);
    color: #fff;
    padding: 11px 12px;
    text-align: left;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Outfit', sans-serif;
}

thead th:first-child {
    border-radius: 14px 0 0 0;
}

thead th:last-child {
    border-radius: 0 14px 0 0;
}

tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background .2s;
}

tbody tr:last-child {
    border-bottom: none;
}

tbody tr:hover {
    background: rgba(26, 108, 181, .04);
}

tbody tr {
    animation: rowIn .4s both;
}

tbody td {
    padding: 9px 12px;
    white-space: nowrap;
    color: var(--text);
    font-size: .82rem;
}


.badge-a {
    background: #d1fae5;
    color: #065f46;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}

.badge-p {
    background: #fef3c7;
    color: #92400e;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}

.badge-n {
    background: var(--surface);
    color: var(--muted);
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .68rem;
}



/*========== EMPRESA======== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

.sec {
    padding: 56px 0;
}

.qs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
}

@media (max-width: 768px) {
    .qs-grid {
        grid-template-columns: 1fr;
    }

    .qs-grid img {
        height: 200px !important;
    }
}






.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.intro-text h2 {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ef9c2e;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.intro-text h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #053d4b;
    line-height: 1.2;
    margin-bottom: 20px;
}

.intro-text p {
    font-size: .99rem;
    color: #4a5568;
    line-height: 1.8;
}

.intro-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
}

.stat-card {
    background: #f0f7fa;
    border-radius: 12px;
    padding: 16px 18px;
    border-left: 3px solid #053d4b;
}

.stat-card .num {
    font-size: 1.95rem;
    font-weight: 700;
    color: #053d4b;
}

.stat-card .lbl {
    font-size: 1.1rem;
    color: #6b7280;
    margin-top: 2px;
}

.intro-img {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #053d4b, #237a9c);
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-img i {
    font-size: 3.1rem;
    color: rgba(255, 255, 255, 0.15);
}

.mv-section {
    background: #f8fafc;
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.mv-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.mv-card-head {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.mv-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.mv-icon.mision {
    background: #e8f4f7;
    color: #053d4b;
}

.mv-icon.vision {
    background: #e8f7f0;
    color: #008f39;
}

.mv-card-head h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #053d4b;
}

.mv-card-body {
    padding: 0 24px 24px;
    font-size: 1.3rem;
    color: #4a5568;
    line-height: 1.8;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

.servicios-section {}

.sec-title {
    text-align: center;
    margin-bottom: 40px;
}

.sec-title span {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ef9c2e;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.sec-title h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #053d4b;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.serv-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    transition: transform .25s, border-color .25s;
    cursor: default;
}

.serv-card:hover {
    transform: translateY(-4px);
    border-color: #053d4b;
}

.serv-icon {
    width: 52px;
    height: 52px;
    background: #e8f4f7;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.8rem;
    color: #053d4b;
}

.serv-card h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #053d4b;
    margin-bottom: 8px;
}

.serv-card p {
    font-size: 1.3rem;
    color: #6b7280;
    line-height: 1.6;
}

.desc-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: center;
}

.desc-text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #053d4b;
    margin-bottom: 16px;
}

.desc-text p {
    font-size: 1.3rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 14px;
}

.desc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.desc-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    color: #2d3748;
}

.desc-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #237a9c;
    border-radius: 50%;
    flex-shrink: 0;
}

.desc-img {
    background: linear-gradient(135deg, #0a6b82, #053d4b);
    border-radius: 20px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc-img i {
    font-size: 70px;
    color: rgba(255, 255, 255, 0.15);
}

.valores-section {
    background: #053d4b;
}

.valores-section .sec-title span {
    color: #4dd4ec;
}

.valores-section .sec-title h2 {
    color: #fff;
}

.valores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.valor-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 28px 22px;
}

.valor-icon {
    width: 44px;
    height: 44px;
    background: rgba(77, 212, 236, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #4dd4ec;
    margin-bottom: 14px;
}

.valor-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.valor-card p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}




/*=========== FACTURA========= */
:root {
    --verde: #0e9a7a;
    --verde-dk: #0b7d63;
    --verde-lt: rgba(14, 154, 122, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    background: #f5f5f3;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── Hero ── */
.hero-banner {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 61, 75, 0.75) 0%, rgba(5, 61, 75, 0.35) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}

.hero-overlay h1 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 600;
    margin: 0 0 10px;
}

.hero-overlay nav {
    font-size: 1.3rem;
}

.hero-overlay nav a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.hero-overlay nav span.sep {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 8px;
}

.hero-overlay nav span.cur {
    color: #fff;
    font-weight: 500;
}

/* ── Wrap ── */
.factura-wrap {
    max-width: 820px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

/* ── Separador ── */
.sec-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2rem;
}

.sec-line {
    flex: 1;
    height: 0.5px;
    background: rgba(0, 0, 0, 0.10);
}

.sec-pill {
    background: var(--verde);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

/* ── Pasos ── */
.how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 1.5rem;
}

.how-item {
    background: #fff;
    border: 0.5px solid #e0e0dc;
    border-radius: 12px;
    padding: 18px 16px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s, transform 0.2s;
}

.how-item:hover {
    border-color: var(--verde);
    transform: translateY(-2px);
}

.how-num {
    font-family: 'DM Mono', monospace;
    font-size: 2.0rem;
    font-weight: 500;
    color: #0b7a7a8a;
    position: absolute;
    top: 6px;
    right: 12px;
    line-height: 1;
}

.how-icon {
    font-size: 1.6rem;
    color: var(--verde);
    margin-bottom: 10px;
}

.how-text {
    font-size: 1.3rem;
    color: #888;
    line-height: 1.65;
}

.how-text strong {
    color: #111;
    font-weight: 500;
}

/* ── Tips ── */
.tip-row {
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.tip-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(14, 154, 122, 0.07);
    border: 0.5px solid rgba(14, 154, 122, 0.2);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 1.2rem;
    color: #085041;
    flex: 1;
    line-height: 1.5;
}

.tip-chip i {
    font-size: 1.5rem;
    color: var(--verde);
    flex-shrink: 0;
}

/* ── Form card ── */
.form-card {
    background: #fff;
    border: 0.5px solid #e0e0dc;
    border-radius: 12px;
    padding: 1.5rem;
}

.form-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid #e8e8e4;
}

.form-card-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #0b7a7a73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--verde);
}

.form-card-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
}

.form-card-sub {
    font-size: 1.3rem;
    color: #aaa;
    margin-left: auto;
}

.fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: end;
}

.fg {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fg-label {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #aaa;
    font-weight: 500;
}

.fg-input {
    padding: 10px 14px;
    font-size: 1.3rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #111;
    background: #f7f7f5;
    border: 0.5px solid #e0e0dc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}

.fg-input:focus {
    border-color: var(--verde);
    box-shadow: 0 0 0 3px rgba(14, 154, 122, 0.10);
}

.btn-consultar {
    padding: 10px 20px;
    background: var(--verde);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, transform 0.1s;
    display: flex;
    align-items: center;
    gap: 7px;
}

.btn-consultar:hover {
    background: var(--verde-dk);
}

.btn-consultar:active {
    transform: scale(0.97);
}

.err-box {
    display: none;
    margin-top: 12px;
    background: #fcebeb;
    border: 0.5px solid #f09595;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 1.3rem;
    color: #a32d2d;
}

/* ── Tabla resultados ── */
.tb-result th {
    background: #f7f7f5;
    font-size: 1.3rem;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0.5px solid #e0e0dc !important;
}

.tb-result td {
    font-size: 1.3rem;
    color: #111;
    border: 0.5px solid #e0e0dc !important;
}

/* ── Modal ── */
.modal-header {
    background: var(--verde) !important;
    border-bottom: none;
}

.modal-header .heading {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 1.8rem;
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
    border: none;
}

.modal-body label {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--verde);
    margin-top: 10px;
    display: block;
    margin-bottom: 3px;
}

.modal-body .form-control {
    border-radius: 8px;
    font-size: 1.3rem;
    border: 0.5px solid #e0e0dc;
    background: #f7f7f5;
}

.modal-footer {
    background: #f7f7f5;
    border-top: 0.5px solid #e0e0dc;
}

.btn-dl {
    background: var(--verde);
    color: #fff;
    border: none;
    padding: 9px 20px;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-dl:hover {
    background: var(--verde-dk);
}

/* ── Animación entrada ── */
.fade-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 640px) {
    .how-grid {
        grid-template-columns: 1fr;
    }

    .fields-row {
        grid-template-columns: 1fr;
    }

    .tip-row {
        flex-direction: column;
    }

    .hero-overlay {
        padding: 0 24px;
    }

    .hero-overlay h1 {
        font-size: 24px;
    }
}



/*====== FACTURA MASIVA======= */

.fm-wrap {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 2rem 1.5rem;
    max-width: 700px;
    margin: 0 auto;
}

.fm-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
}

.fm-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0e9a7a;
    flex-shrink: 0;
}

.fm-htitle {
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
}

.fm-hsub {
    font-size: 1.3rem;
    color: #999;
    margin-left: auto;
}

.fm-card {
    background: #fff;
    border: 0.5px solid #e0e0dc;
    border-radius: 12px;
    padding: 1.75rem;
}

.fm-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 1.5rem;
}

.fm-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #999;
}

.fm-select-wrap {
    position: relative;
}

.fm-select {
    width: 100%;
    padding: 10px 36px 10px 14px;
    font-size: 1.3rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #111;
    background: #f7f7f5;
    border: 0.5px solid #e0e0dc;
    border-radius: 8px;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.fm-select:focus {
    border-color: #0e9a7a;
    box-shadow: 0 0 0 3px rgba(14, 154, 122, 0.10);
}

.fm-chevron {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #aaa;
    pointer-events: none;
}

.fm-divider {
    border: none;
    border-top: 0.5px solid #e0e0dc;
    margin: 1.5rem 0;
}

.fm-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.fm-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
    transition: background 0.15s;
    border: none;
}

.fm-btn-primary {
    background: #0e9a7a;
    color: #fff;
}

.fm-btn-primary:hover {
    background: #0b7d63;
}

.fm-note {
    font-size: 1.3rem;
    color: #aaa;
    margin-left: auto;
}



/*========= LOGIN ========*/
.lg-page-wrap {
    padding-top: 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f3;
    padding-bottom: 2rem
}

.lg-outer {
    background: #fff;
    border: 0.5px solid #e0e0dc;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-width: 780px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: 'Plus Jakarta Sans', sans-serif
}

.lg-left {
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lg-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 2.5rem
}

.lg-brand-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0e9a7a
}

.lg-brand-dot2 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0e9a7a;
    opacity: 0.4
}

.lg-brand-name {
    font-size: 1.3rem;
    color: #888;
    letter-spacing: 0.4px
}

.lg-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 4px
}

.lg-sub {
    font-size: 1.3rem;
    color: #999;
    margin-bottom: 2rem
}

.lg-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 14px
}

.lg-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #aaa
}

.lg-input-wrap {
    position: relative
}

.lg-input-wrap i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #ccc;
    pointer-events: none;
    transition: color 0.2s
}

.lg-input-wrap:focus-within i {
    color: #0e9a7a
}

.lg-input {
    width: 100%;
    padding: 10px 14px 10px 38px;
    font-size: 1.3rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #111;
    background: #f7f7f5;
    border: 0.5px solid #e0e0dc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s
}

.lg-input:focus {
    border-color: #0e9a7a;
    box-shadow: 0 0 0 3px rgba(14, 154, 122, 0.10)
}

.lg-error {
    background: #fcebeb;
    border: 0.5px solid #f09595;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 1.3rem;
    color: #a32d2d;
    margin-bottom: 14px;
    display: none
}

.lg-btn {
    width: 100%;
    padding: 11px;
    background: #0e9a7a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.lg-btn:hover {
    background: #0b7d63
}

.lg-btn:active {
    transform: scale(0.98)
}

.lg-btn.loading {
    opacity: 0.7;
    pointer-events: none
}

.lg-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    display: none
}

.lg-btn.loading .lg-spinner {
    display: block
}

.lg-btn.loading .lg-btn-text {
    display: none
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.lg-right {
    background: #f7f7f5;
    border-left: 0.5px solid #e0e0dc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem
}

.lg-right-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center
}

.lg-orb {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(14, 154, 122, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 3s ease-in-out infinite
}

.lg-orb-inner {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(14, 154, 122, 0.15);
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.06)
    }
}

.lg-right-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #111
}

.lg-right-sub {
    font-size: 1.3rem;
    color: #999;
    max-width: 180px;
    line-height: 1.6
}

.lg-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.lg-feat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.3rem;
    color: #888;
    background: #fff;
    border: 0.5px solid #e0e0dc;
    border-radius: 8px;
    padding: 8px 12px;
    transition: border-color 0.2s, color 0.2s
}

.lg-feat:hover {
    border-color: #0e9a7a;
    color: #111
}

.lg-feat i {
    font-size: 1.8rem;
    color: #0e9a7a
}
 .ov-recover {
            text-align: center;
            margin-top: 20px;
            font-size: 0.85rem;
            color: var(--muted);
        }

        .ov-recover a {
            color: var(--blue);
            text-decoration: none;
            font-weight: 600;
        }

        .ov-recover a:hover {
            text-decoration: underline;
        }

@media(max-width:600px) {
    .lg-outer {
        grid-template-columns: 1fr
    }

    .lg-right {
        display: none
    }
}




/*========== NOTICIAS =========*/

/* ── Variables ── */
:root {
    --vg-verde: #0a6b3c;
    --vg-verde-oscuro: #064d2b;
    --vg-verde-claro: #e8f5ee;
    --vg-acento: #f5a623;
    --vg-texto: #1a1a1a;
    --vg-gris: #5a5a5a;
    --vg-borde: #e0e0e0;
    --vg-fondo: #fafaf8;
}

body {
    background: var(--vg-fondo);
}

/* ── Breadcrumb ── */
.vg-breadcrumb {
    padding: 10px 24px;
    font-size: 1.5rem;
    color: var(--vg-gris);
    border-bottom: 1px solid var(--vg-borde);
    background: #fff;
}

.vg-breadcrumb a {
    color: var(--vg-verde);
    text-decoration: none;
}

.vg-breadcrumb span {
    margin: 0 6px;
}

/* ── Article ── */
.vg-article {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 24px;
}

.vg-article-tag {
    display: inline-block;
    background: var(--vg-verde);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 3px;
    margin-bottom: 16px;
}

.vg-article-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--vg-texto);
    margin-bottom: 14px;
}

.vg-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    font-size: 1.3rem;
    color: var(--vg-gris);
    padding: 12px 0;
    border-top: 3px solid var(--vg-verde);
    border-bottom: 1px solid var(--vg-borde);
    margin-bottom: 28px;
}

.vg-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--vg-borde);
}

.vg-article-hero {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px;
    display: block;
}

.vg-article-caption {
    font-size: 1.3rem;
    color: var(--vg-gris);
    font-style: italic;
    text-align: center;
    padding: 6px 0 24px;
    border-bottom: 1px solid var(--vg-borde);
    margin-bottom: 28px;
}

.vg-article-lead {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 24px;
    padding-left: 16px;
    border-left: 4px solid var(--vg-verde);
}

.vg-article-body p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #444;
    margin-bottom: 18px;
}

.vg-article-body h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 21px;
    color: var(--vg-verde-oscuro);
    margin: 32px 0 14px;
}

.vg-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.vg-list>li {
    padding: 8px 0 8px 20px;
    font-size: 1.3rem;
    line-height: 1.65;
    color: #444;
    position: relative;
    border-bottom: 1px dotted var(--vg-borde);
}

.vg-list>li:last-child {
    border-bottom: none;
}

.vg-list>li::before {
    content: '▸';
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--vg-verde);
    font-size: 1.3rem;
}

.vg-sublist {
    list-style: none;
    padding: 6px 0 0 20px;
    margin: 0;
}

.vg-sublist li {
    padding: 3px 0 3px 16px;
    font-size: 1.3rem;
    color: var(--vg-gris);
    position: relative;
}

.vg-sublist li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--vg-acento);
}

/* ── Share bar ── */
.vg-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 18px 0;
    border-top: 1px solid var(--vg-borde);
    border-bottom: 1px solid var(--vg-borde);
    margin: 36px 0;
    font-size: 1.3rem;
    color: var(--vg-gris);
}

.vg-share-btn {
    background: #fff;
    border: 1px solid var(--vg-borde);
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 1.3rem;
    cursor: pointer;
    color: var(--vg-texto);
    transition: background .15s, border-color .15s;
}

.vg-share-btn:hover {
    background: var(--vg-verde-claro);
    border-color: var(--vg-verde);
}

/* ── Section divider ── */
.vg-divider {
    text-align: center;
    margin: 48px 0 32px;
    position: relative;
}

.vg-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 24px;
    right: 24px;
    height: 1px;
    background: var(--vg-borde);
}

.vg-divider span {
    position: relative;
    background: var(--vg-fondo);
    padding: 0 18px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    color: var(--vg-verde-oscuro);
}

/* ── News grid ── */
.vg-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 0 24px;
}

.vg-news-grid .vg-card-featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.vg-card {
    background: #fff;
    border: 1px solid var(--vg-borde);
    border-radius: 6px;
    overflow: hidden;
    transition: transform .15s, box-shadow .15s;
}

.vg-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .07);
}

.vg-card-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.vg-card-featured .vg-card-img {
    height: 100%;
    min-height: 230px;
}

.vg-card-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
}

.vg-card-featured .vg-card-body {
    justify-content: center;
    padding: 28px 30px;
}

.vg-card-tag {
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--vg-verde);
    margin-bottom: 8px;
}

.vg-card-date {
    font-size: 1.3rem;
    color: var(--vg-gris);
    margin-bottom: 8px;
}

.vg-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--vg-texto);
    margin-bottom: 10px;
}

.vg-card-featured .vg-card-title {
    font-size: 23px;
}

.vg-card-excerpt {
    font-size: 1.3rem;
    line-height: 1.65;
    color: var(--vg-gris);
    margin-bottom: 14px;
    flex: 1;
}

.vg-card-link {
    font-size: .95rem;
    font-weight: 700;
    color: var(--vg-verde);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vg-card-link::after {
    content: '→';
    transition: transform .15s;
}

.vg-card:hover .vg-card-link::after {
    transform: translateX(4px);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .vg-news-grid {
        grid-template-columns: 1fr;
    }

    .vg-news-grid .vg-card-featured {
        grid-template-columns: 1fr;
    }

    .vg-card-featured .vg-card-img {
        height: 220px;
    }

    .vg-article-hero {
        height: 220px;
    }

    .vg-meta-dot {
        display: none;
    }
}


/* ========NUEVA PROYECCION========== */
.c-wrap {
    position: relative;
    margin-bottom: 64px;
}

.c-outer {
    overflow: hidden;
    width: 100%;
}

.c-track {
    display: flex;
    gap: 12px;
    transition: transform 0.42s cubic-bezier(.4, 0, .2, 1);
}

.c-card {
    flex: 0 0 calc(33.333% - 8px);
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

@media(max-width:768px) {
    .c-card {
        flex: 0 0 calc(50% - 6px);
    }
}

@media(max-width:480px) {
    .c-card {
        flex: 0 0 90%;
    }
}

.c-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.c-card .c-ov {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: background 0.3s;
    display: flex;
    align-items: flex-end;
}

.c-card:hover .c-ov {
    background: rgba(0, 0, 0, 0.55);
}

.c-lbl {
    padding: 14px 16px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    transform: translateY(4px);
    transition: transform 0.3s;
}

.c-card:hover .c-lbl {
    transform: translateY(0);
}

.c-btn {
    position: absolute;
    top: calc(50% - 28px);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f4f45;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: .88;
}

.c-btn:hover {
    opacity: 1;
    background: #0a3b34;
}

.c-btn-p {
    left: -14px;
}

.c-btn-n {
    right: -14px;
}

.c-dots {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 12px;
}

.c-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background .2s, width .2s;
}

.c-dot.on {
    background: #e07820;
    width: 18px;
    border-radius: 3px;
}

.lb3 {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lb3.on {
    display: flex;
}

.lb3 img {
    max-width: 90vw;
    max-height: 82vh;
    border-radius: 6px;
    object-fit: contain;
}

.lb3-cap {
    color: #eee;
    font-size: 1.3rem;
    margin-top: 12px;
}

.lb3-x {
    position: fixed;
    top: 16px;
    right: 20px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.lb3-p,
.lb3-n {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
    padding: 0 16px;
}

.lb3-p {
    left: 0;
}

.lb3-n {
    right: 0;
}



/*GALERIA Grid + Lightbox*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");

.img-box {
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.img-box img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.img-box:hover img {
    transform: scale(1.04);
}

.img-box:hover .overlay {
    background: rgba(0, 0, 0, 0.55);
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caption {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 6px;
    transform: translateY(4px);
    transition: transform 0.3s;
}

.img-box:hover .caption {
    transform: translateY(0);
}

.lb-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lb-bg.active {
    display: flex;
}

.lb-img {
    max-width: 90vw;
    max-height: 82vh;
    border-radius: 6px;
    object-fit: contain;
}

.lb-cap {
    color: #eee;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    margin-top: 12px;
}

.lb-close {
    position: fixed;
    top: 16px;
    right: 22px;
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
    z-index: 10000;
}

.lb-prev,
.lb-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    padding: 0 18px;
    user-select: none;
}

.lb-prev {
    left: 0;
}

.lb-next {
    right: 0;
}


.hidro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .hidro-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hidro-grid ~ div img,  /* imagen después del grid */
    .sistema-img {
        height: 180px !important;
    }
}
















/* ========PQRS=======*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f4f6f8;
    color: #1a1a2e;
}

/* ── HEADER ── */
.pqr-page-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 28px 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pqr-page-header-left h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.pqr-page-header-left p {
    font-size: 1.1rem;
    color: #6b7280;
}

.pqr-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.4rem;
    color: #6b7280;
}

.pqr-breadcrumb a {
    color: #1a7a4a;
    text-decoration: none;
    font-weight: 500;
}

.pqr-breadcrumb span {
    color: #d1d5db;
}

/* ── BARRA DE PASOS ── */
.pqr-steps-bar {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 8vw;
    display: flex;
    align-items: center;
}

.pqr-step-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.pqr-step-item:not(:last-child)::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
    margin: 0 16px;
}

.pqr-step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f0fdf4;
    border: 2px solid #25a865;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1a7a4a;
    flex-shrink: 0;
}

.pqr-step-txt {
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.pqr-step-txt span {
    display: block;
    font-weight: 400;
    color: #9ca3af;
    font-size: .99rem;
}

/* ── LAYOUT ── */
.pqr-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    padding: 32px 8vw 60px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ── SIDEBAR ── */
.pqr-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pqr-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.pqr-card-header {
    padding: 16px 20px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pqr-card-header i {
    width: 32px;
    height: 32px;
    background: #f0fdf4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a7a4a;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.pqr-card-header h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
}

.pqr-card-body {
    padding: 16px 20px;
}

.pqr-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f9fafb;
}

.pqr-info-row:last-child {
    border-bottom: none;
}

.pqr-info-row .icon {
    width: 28px;
    height: 28px;
    background: #f0fdf4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pqr-info-row .icon i {
    font-size: 0.75rem;
    color: #25a865;
}

.pqr-info-row .txt h6 {
    font-size: 0.99rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 2px;
}

.pqr-info-row .txt p {
    font-size: 0.98rem;
    color: #6b7280;
    line-height: 1.5;
}

.pqr-info-row .txt a {
    color: #1a7a4a;
    font-weight: 600;
    text-decoration: none;
}

.pqr-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f9fafb;
    text-decoration: none;
}

.pqr-contact-item:last-child {
    border-bottom: none;
}

.pqr-contact-item i {
    width: 28px;
    height: 28px;
    background: #f0fdf4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25a865;
    font-size: 0.78rem;
    flex-shrink: 0;
}

.pqr-contact-item span {
    font-size: 0.88rem;
    font-weight: 500;
    color: #374151;
}

.pqr-alert-box {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    gap: 10px;
}

.pqr-alert-box i {
    color: #d97706;
    font-size: 0.9rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.pqr-alert-box p {
    font-size: 0.90rem;
    color: #92400e;
    line-height: 1.5;
}

/* ── FORMULARIO ── */
.pqr-form-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.pqr-form-card-header {
    padding: 20px 28px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pqr-form-card-header h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
}

.pqr-form-card-header p {
    font-size: 0.99rem;
    color: #6b7280;
    margin-top: 2px;
}

.pqr-required-note {
    font-size: 0.82rem;
    color: #9ca3af;
    background: #f9fafb;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    white-space: nowrap;
}

.pqr-form-body {
    padding: 24px 28px;
}

.pqr-section-label {
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a7a4a;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pqr-section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #f0f0f0;
}

.pqr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.pqr-field {
    margin-bottom: 16px;
}

.pqr-field label {
    display: block;
    font-size: 1.0rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.pqr-field label em {
    color: #dc2626;
    font-style: normal;
    margin-left: 2px;
}

.pqr-field input,
.pqr-field select,
.pqr-field textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.93rem;
    font-family: 'Inter', sans-serif;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pqr-field input:focus,
.pqr-field select:focus,
.pqr-field textarea:focus {
    border-color: #25a865;
    box-shadow: 0 0 0 3px rgba(37, 168, 101, 0.1);
}

.pqr-field textarea {
    resize: vertical;
    min-height: 100px;
}

.pqr-field .hint {
    font-size: 0.92rem;
    color: #9ca3af;
    margin-top: 4px;
}

.pqr-divider {
    height: 1px;
    background: #f3f4f6;
    margin: 8px 0 24px;
}

/* ── AUTH BOX ── */
.auth-box {
    background: #fffbeb;
    border-left: 3px solid #f0a500;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 0.98rem;
    color: #5a4000;
    line-height: 1.65;
    margin-bottom: 10px;
}

/* ── RADIO CARDS ── */
.radio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.radio-grid.columna {
    flex-direction: column;
    gap: 8px;
}

.radio-card {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.82rem;
    color: #444;
    padding: 9px 16px;
    border-radius: 8px;
    border: 1.5px solid #ddd;
    background: #fff;
    transition: all .2s;
    user-select: none;
}

.radio-card input[type="radio"] {
    display: none;
}

.radio-card .radio-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.radio-card .radio-dot::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1a7a4a;
    opacity: 0;
    transition: opacity .2s;
}

.radio-card:hover {
    border-color: #25a865;
    background: #f0fdf4;
}

.radio-card.activo {
    border-color: #1a7a4a;
    background: #e8f5ee;
    color: #1a4a2e;
    font-weight: 600;
}

.radio-card.activo .radio-dot {
    border-color: #1a7a4a;
}

.radio-card.activo .radio-dot::after {
    opacity: 1;
}

/* Sí/No autorización */
.auth-radio-group {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.radio-card.si {
    color: #1a7a3c;
    border-color: #1a7a3c;
}

.radio-card.no {
    color: #b00020;
    border-color: #b00020;
}

.radio-card.si .radio-dot {
    border-color: #1a7a3c;
}

.radio-card.si .radio-dot::after {
    background: #1a7a3c;
}

.radio-card.si.activo {
    background: #e8f5ee;
    box-shadow: 0 0 0 3px rgba(26, 122, 60, .12);
}

.radio-card.no.activo {
    background: #fde8ec;
    box-shadow: 0 0 0 3px rgba(176, 0, 32, .12);
}

/* Campo otro condicional */
.input-otro {
    margin-top: 10px;
    display: none;
}

.input-otro.visible {
    display: block;
}

/* Textarea contador */
.textarea-wrap {
    position: relative;
}

.char-counter {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 0.7rem;
    color: #aaa;
    pointer-events: none;
}

.char-counter.warn {
    color: #e67e22;
}

.char-counter.over {
    color: #b00020;
    font-weight: 700;
}

/* ── DROPZONE ── */
.pqr-dropzone {
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    background: #fafafa;
}

.pqr-dropzone:hover {
    border-color: #25a865;
    background: #f0fdf4;
}

.pqr-dropzone i {
    font-size: 1.8rem;
    color: #d1d5db;
    margin-bottom: 8px;
    display: block;
}

.pqr-dropzone p {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0;
}

.pqr-dropzone p strong {
    color: #1a7a4a;
}

.pqr-dropzone small {
    font-size: 0.7rem;
    color: #9ca3af;
}

.pqr-dropzone input {
    display: none;
}

.pqr-file-name {
    display: none;
    font-size: 0.78rem;
    color: #1a7a4a;
    margin-top: 8px;
    align-items: center;
    gap: 6px;
}

/* ── FOOTER FORM ── */
.pqr-form-footer {
    padding: 16px 28px 24px;
    border-top: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pqr-form-footer p {
    font-size: 0.95rem;
    color: #9ca3af;
    max-width: 320px;
    line-height: 1.5;
}

.pqr-btn-submit {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 28px;
    background: #1a7a4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}

.pqr-btn-submit:hover {
    background: #25a865;
    transform: translateY(-1px);
}

/* Validación */
.text-danger {
    color: #dc2626;
    font-size: 0.75rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .pqr-layout {
        grid-template-columns: 1fr;
    }

    .pqr-grid {
        grid-template-columns: 1fr;
    }

    .pqr-steps-bar {
        display: none;
    }

    .auth-radio-group {
        flex-direction: column;
    }
}




/* ======PREGUNTAS FRECUENTES======*/

:root {
    --teal: #046b5c;
    --teal-mid: #057d6b;
    --teal-dark: #033d34;
    --teal-pale: #f0faf7;
    --teal-light: #e0f4ef;
    --mint: #34d399;
    --mint-soft: #d1fae5;
    --amber: #f59e0b;
    --ink: #0c1f1b;
    --ink-2: #2a4040;
    --ink-3: #52706a;
    --surface: #ffffff;
    --bg: #f4f9f7;
    --border: #d8eae4;
    --r-sm: 6px;
    --r-md: 12px;
    --r-lg: 18px;
    --r-xl: 24px;
    --sh: 0 2px 12px rgba(4, 107, 92, .08), 0 1px 3px rgba(4, 107, 92, .05);
    --sh-md: 0 6px 24px rgba(4, 107, 92, .12), 0 2px 8px rgba(4, 107, 92, .07);
    --sh-lg: 0 12px 40px rgba(4, 107, 92, .16);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
}

/* ━━━━ HERO ━━━━ */
.hero {
    position: relative;
    height: 360px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(3, 61, 52, .15) 0%,
            rgba(4, 107, 92, .60) 55%,
            rgba(3, 61, 52, .92) 100%);
}

/* Decorative circles */
.hero-circle-1 {
    position: absolute;
    right: -80px;
    top: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 56px solid rgba(52, 211, 153, .07);
    pointer-events: none;
}

.hero-circle-2 {
    position: absolute;
    right: 120px;
    bottom: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 36px solid rgba(52, 211, 153, .09);
    pointer-events: none;
}

.hero-content {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px 44px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(52, 211, 153, .16);
    border: 1px solid rgba(52, 211, 153, .32);
    color: var(--mint);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.hero h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    color: #fff;
    line-height: 1.0;
    letter-spacing: -.5px;
    margin-bottom: 16px;
}

.hero h1 em {
    font-style: normal;
    color: var(--mint);
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .58);
}

.hero-breadcrumb a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    transition: color .15s;
}

.hero-breadcrumb a:hover {
    color: var(--mint);
}

.hero-breadcrumb .cur {
    color: #fff;
    font-weight: 500;
}

/* ━━━━ STATS BAND ━━━━ */
.stats-band {
    background: var(--teal);
    border-bottom: 3px solid var(--mint);
}

.stats-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
}

.s-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px 16px 0;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.s-item:not(:first-child) {
    padding-left: 24px;
}

.s-item:last-child {
    border-right: none;
}

.s-ico {
    width: 36px;
    height: 36px;
    background: rgba(52, 211, 153, .16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mint);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.s-lbl {
    font-size: .90rem;
    color: rgba(255, 255, 255, .48);
    text-transform: uppercase;
    letter-spacing: .07em;
}

.s-val {
    font-size: .88rem;
    font-weight: 600;
    color: #fff;
}

/* ━━━━ SEARCH BAR ━━━━ */
.search-wrap {
    max-width: 640px;
    margin: -28px auto 0;
    padding: 0 24px;
    position: relative;
    z-index: 10;
}

.search-box {
    display: flex;
    align-items: center;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    box-shadow: var(--sh-lg);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.search-box:focus-within {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(4, 107, 92, .12), var(--sh-lg);
}

.search-ico {
    padding: 0 16px;
    color: var(--ink-3);
    font-size: 1.8rem;
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    padding: 16px 0;
    color: var(--ink);
    background: transparent;
}

.search-input::placeholder {
    color: var(--ink-3);
}

.search-btn {
    margin: 6px;
    background: var(--teal);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 10px 22px;
    font-family: 'DM Sans', sans-serif;
    font-size: .92;
    font-weight: 600;
    cursor: pointer;
    transition: background .18s;
    white-space: nowrap;
}

.search-btn:hover {
    background: var(--teal-mid);
}

/* ━━━━ MAIN LAYOUT ━━━━ */
.page-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 52px 48px 88px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

/* ━━━━ FAQ LIST ━━━━ */
.faq-header {
    margin-bottom: 28px;
}

.faq-header h2 {
    font-family: 'Syne', sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 6px;
}

.faq-header p {
    font-size: 1.2rem;
    color: var(--ink-3);
}

.faq-count {
    display: inline-block;
    background: var(--mint-soft);
    color: var(--teal);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

.faq-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh);
    transition: border-color .22s, box-shadow .22s, transform .22s;
}

.faq-item:hover {
    border-color: #b8dbd4;
    box-shadow: var(--sh-md);
    transform: translateY(-1px);
}

.faq-item.open {
    border-color: var(--teal);
    box-shadow: var(--sh-md);
    transform: translateY(-1px);
}

/* Left accent bar when open */
.faq-item.open .faq-btn {
    border-left: 4px solid var(--mint);
}

.faq-btn {
    border-left: 4px solid transparent;
    transition: border-color .22s;
}

.faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px 18px 16px;
    background: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    text-align: left;
}

/* Number badge */
.faq-num {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: var(--teal-light);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--teal);
    transition: background .22s, color .22s;
}

.faq-item.open .faq-num {
    background: var(--teal);
    color: var(--mint);
}

.faq-question {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.45;
    transition: color .22s;
}

.faq-item.open .faq-question {
    color: var(--teal);
}

/* Tag pill on question */
.faq-tag {
    flex-shrink: 0;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 20px;
    background: var(--teal-light);
    color: var(--teal);
    display: none;
    /* shown on wider screens */
}

@media (min-width: 680px) {
    .faq-tag {
        display: block;
    }
}

.faq-arrow {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--bg);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-3);
    font-size: 11px;
    transition: background .22s, color .22s, border-color .22s, transform .3s;
}

.faq-item.open .faq-arrow {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
    transform: rotate(180deg);
}

/* Answer body */
.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .38s cubic-bezier(.4, 0, .2, 1);
}

.faq-body-inner {
    padding: 0 20px 20px 72px;
    border-top: 1px solid var(--border);
    padding-top: 16px;
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.75;
}

.faq-body-inner a {
    color: var(--teal-mid);
    font-weight: 600;
    text-decoration: none;
}

.faq-body-inner a:hover {
    text-decoration: underline;
}

.faq-body-inner strong {
    color: var(--teal-dark);
}

/* Highlighted callout inside answer */
.faq-callout {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--teal-light);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 9px 14px;
    font-size: .97rem;
    font-weight: 600;
    color: var(--teal-dark);
    margin-top: 8px;
}

.faq-callout i {
    color: var(--teal);
}

/* No results */
.no-results {
    display: none;
    text-align: center;
    padding: 48px 24px;
    color: var(--ink-3);
}

.no-results i {
    font-size: 2.0rem;
    margin-bottom: 12px;
    color: var(--border);
    display: block;
}

.no-results p {
    font-size: 1.8rem;
}

/* ━━━━ SIDEBAR ━━━━ */
.sidebar {
    position: sticky;
    top: 88px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Quick contact card */
.side-card {
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh);
}

.side-card-head {
    background: var(--teal);
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: .90rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.side-card-head i {
    color: var(--mint);
    font-size: 1.3rem;
}

.side-card-body {
    padding: 18px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-radius: var(--r-sm);
    background: var(--teal-pale);
    border: 1px solid var(--border);
    margin-bottom: 8px;
    transition: background .15s;
}

.contact-row:last-of-type {
    margin-bottom: 0;
}

.contact-row:hover {
    background: var(--teal-light);
}

.cr-ico {
    width: 32px;
    height: 32px;
    background: var(--teal-light);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.cr-lbl {
    font-size: .92rem;
    color: var(--ink-3);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 2px;
}

.cr-val {
    font-size: .89rem;
    font-weight: 600;
    color: var(--ink);
}

.side-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    background: var(--teal);
    color: #fff;
    padding: 12px;
    border-radius: var(--r-sm);
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s;
}

.side-cta:hover {
    background: var(--teal-mid);
}

/* Tips card */
.tips-card {
    background: linear-gradient(135deg, var(--teal-dark), var(--teal));
    border-radius: var(--r-lg);
    padding: 22px 20px;
    box-shadow: var(--sh-md);
    color: #fff;
}

.tips-title {
    font-family: 'Syne', sans-serif;
    font-size: .97rem;
    font-weight: 700;
    color: var(--mint);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.tip-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .85rem;
    color: rgba(255, 255, 255, .78);
    line-height: 1.55;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.tip-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.tip-item i {
    color: var(--mint);
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 11px;
}

/* ━━━━ RESPONSIVE ━━━━ */
@media (max-width: 900px) {
    .page-wrap {
        grid-template-columns: 1fr;
        padding: 40px 20px 72px;
    }

    .sidebar {
        position: static;
    }

    .hero-content {
        padding: 0 20px 36px;
    }

    .stats-inner {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .s-item {
        flex: 1 1 48%;
        border-right: none;
        padding: 12px 0;
    }

    .search-wrap {
        margin: -24px 20px 0;
    }
}

@media (max-width: 560px) {
    .hero {
        height: 300px;
    }

    .faq-body-inner {
        padding-left: 20px;
    }

    .faq-tag {
        display: none;
    }
}


/*======== PROYECTOS ========*/
.double-nav .breadcrumb-dn {
    color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #f4f6f5;
    color: #1a1a1a
}



.page-intro {
    padding: 52px 48px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.page-intro .eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #e07820;
    margin-bottom: 14px;
}

.page-intro .eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: #e07820;
    flex-shrink: 0;
}

.page-intro h1 {
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 700;
    color: #053d4b;
    letter-spacing: -.4px;
    line-height: 1.15;
}

.page-intro p {
    margin-top: 12px;
    font-size: 1.3rem;
    font-weight: 300;
    color: #4a4a4a;
    max-width: 520px;
    line-height: 1.75;
}

.divider {
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 0 48px;
}

.divider hr {
    border: none;
    border-top: 1px solid #d0dbd8;
}


.muni-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 48px 64px;
}

.muni-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.muni-card {
    background: #eee;
    border-top: 3px solid #053d4b;
    padding: 28px 24px 24px;
    position: relative;
    transition: transform .2s, box-shadow .2s;
}

.muni-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 79, 69, .1);
}

.muni-card .num {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .14em;
    color: #e07820;
    margin-bottom: 20px;
}

.muni-card .flame {
    width: 36px;
    height: 36px;
    background: #edf5f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.muni-card .flame svg {
    width: 18px;
    height: 18px;
    fill: #0f4f45;
}

.muni-card .name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #053d4b;
    letter-spacing: -.2px;
    line-height: 1.1;
}

.muni-card .dept {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8aaba5;
    margin-top: 5px;
}

.muni-card .tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    font-size: .99rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0f4f45;
}

.muni-card .tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e07820;
}


.muni-grid-single {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.muni-grid-single .muni-card {
    width: calc(25% - 15px);
}


.cta-strip {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px 64px;
}

.cta-inner {
    background: #053d4b;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cta-inner p {
    font-size: 1.2rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .65);
    margin-top: 6px;
    max-width: 400px;
    line-height: 1.6;
}

.cta-inner h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.2px;
}

.cta-btn {
    display: inline-block;
    padding: 13px 32px;
    background: #e07820;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s;
}

.cta-btn:hover {
    background: #c06010;
}



/* ========== REGULATORIO ========== */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
    --azul: #0dbcb7;
    --azul-md: #0665a5;
    --azul-lt: #e6eff6;
    --rojo: #7ddf9b;
    --rojo-lt: #f9e6ea;
    --bg: #f2f5fb;
    --card: #ffffff;
    --texto: #2d3748;
    --suave: #6b7280;
    --borde: rgba(0, 49, 73, 0.10);
    --sombra: 0 4px 24px rgba(0, 49, 73, 0.08);
    --sombra-h: 0 14px 40px rgba(0, 49, 73, 0.16);
    --r: 18px;
    --r-sm: 10px;
    --brand: #0dbcb7;
    --brand-light: #7ddf9b;
    --brand-dark: #0d4a82;
    --surface: #f0f6ff;
    --white: #fff;
    --border: rgba(26, 108, 181, 0.13);
    --text: #1a2332;
    --text-muted: #4a6080;
    --radius: 16px;
    --shadow: 0 4px 28px rgba(26, 108, 181, 0.08);
    --shadow-h: 0 14px 40px rgba(26, 108, 181, 0.18);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes zoomInBounce {
    0% {
        opacity: 0;
        transform: scale(0.5)
    }

    70% {
        transform: scale(1.06)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes heroFloat {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.7)
    }

    15% {
        opacity: .9
    }

    80% {
        opacity: .55
    }

    100% {
        opacity: 0;
        transform: translateY(-80px) scale(1.2)
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% center
    }

    100% {
        background-position: -200% center
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes float3D {

    0%,
    100% {
        transform: translateY(0) rotateY(0)
    }

    50% {
        transform: translateY(-6px) rotateY(4deg)
    }
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(26, 108, 181, .35)
    }

    50% {
        box-shadow: 0 0 0 12px rgba(26, 108, 181, 0)
    }
}

@keyframes borderSlide {
    from {
        transform: scaleX(0);
        transform-origin: left
    }

    to {
        transform: scaleX(1);
        transform-origin: left
    }
}

@keyframes iconRotate {
    from {
        transform: rotate(-20deg) scale(.8)
    }

    to {
        transform: rotate(0) scale(1)
    }
}

@keyframes slideRevealLeft {
    from {
        clip-path: inset(0 100% 0 0)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

@keyframes slideRevealRight {
    from {
        clip-path: inset(0 0 0 100%)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

@keyframes numberPop {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-15deg)
    }

    80% {
        transform: scale(1.1) rotate(2deg)
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0)
    }
}

@keyframes tagFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }
}

@keyframes rippleOut {
    0% {
        transform: scale(0);
        opacity: .6
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

@keyframes underlineGrow {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes glowBorder {

    0%,
    100% {
        border-color: var(--brand-light)
    }

    50% {
        border-color: var(--brand)
    }
}

@keyframes imgParallax {
    from {
        transform: scale(1.1) translateY(10px)
    }

    to {
        transform: scale(1.05) translateY(-10px)
    }
}

@keyframes badgePop {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-30deg)
    }

    80% {
        transform: scale(1.15) rotate(3deg)
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0)
    }
}

/* Títulos */
.title-proyeccion,
.title-expansion,
.title-empresa {
    font-family: 'DM Serif Display', serif;
    font-size: 30px;
    color: var(--azul);
    margin-bottom: 6px;
    line-height: 1.2;
}

.title-questions,
.title-transparencia,
.title-revisiones {
    font-family: 'DM Serif Display', serif;
    font-size: 30px;
    color: var(--azul);
    margin-bottom: 6px;
    line-height: 1.2;
    text-align: center;
}

/* Barras decorativas */
.bar-proyec,
.bar-expansion,
.bar-empresa {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--rojo), var(--azul));
    border-radius: 3px;
    margin-bottom: 28px;
}

.bar-questions,
.bar-trans,
.bar-regulatorio {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--rojo), var(--azul));
    border-radius: 3px;
    margin: 0 auto 40px;
}

.parrafo-inicio-regulatorio {
    font-family: 'DM Serif Display', serif;
    font-size: 1.30rem;
    max-width: 1040px;
    margin: 3rem auto 2rem;
    padding: 2rem 2.5rem;
    border-left: 5px solid var(--brand-light);
    border-radius: 0 14px 14px 0;
    background: linear-gradient(90deg, rgba(26, 108, 181, .07), transparent);
    color: var(--text-muted);
    line-height: 1.9;
    opacity: 0;
    transform: translateX(-40px);
    transition: all .9s cubic-bezier(.22, 1, .36, 1);
    position: relative;
    overflow: hidden
}

.parrafo-inicio-regulatorio.visible {
    opacity: 1;
    transform: translateX(0)
}

.parrafo-inicio-regulatorio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--brand), var(--brand-light));
    animation: gradientShift 4s ease infinite;
    background-size: 200% 200%
}

.parrafo-inicio-regulatorio strong {
    color: var(--brand);
    font-weight: 700
}


.btn-doc {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    padding: .4rem 1.4rem;
    background: var(--brand);
    color: #fff;
    border-radius: 40px;
    font-size: 1.10rem;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    transition: all .3s cubic-bezier(.22, 1, .36, 1);
    box-shadow: 0 4px 16px rgba(26, 108, 181, .28);
    position: relative;
    overflow: hidden
}

.btn-doc:hover {
    background: var(--brand-dark);
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 28px rgba(26, 108, 181, .4);
    color: #fff;
    text-decoration: none
}

.btn-doc::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 40px;
    transform: scale(0);
    transition: transform .4s
}

.btn-doc:active::after {
    transform: scale(2);
    opacity: 0;
    transition: transform .6s, opacity .6s
}


.main-regulatorio,
.main-regulatorio * {
    font-family: 'Sora', sans-serif;
    color: var(--texto);
}

.main-regulatorio {
    max-width: 1060px;
    margin: 48px auto;
    padding: 0 24px 80px;
}

.reg-card {
    background: var(--card);
    border-radius: var(--r);
    padding: 40px;
    box-shadow: var(--sombra);
    border: 1px solid var(--borde);
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 36px;
    align-items: center;
    margin-bottom: 28px;
    transition: transform .3s, box-shadow .3s;
    position: relative;
    overflow: hidden;
}

.reg-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sombra-h);
}

.reg-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--azul), var(--rojo));
}

.reg-card.reverse {
    grid-template-columns: 1fr 200px;
}

.reg-card.reverse .reg-img {
    order: 2;
}

.reg-card.reverse .reg-body {
    order: 1;
}

.reg-img img {
    width: 100%;
    border-radius: var(--r-sm);
    box-shadow: var(--sombra);
}

.reg-tag {
    display: inline-block;
    font-size: .90rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    background: var(--azul-lt);
    color: #ef9c2e;
    margin-bottom: 10px;
}

.reg-title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.8rem;
    color: #053d4b;
    margin-bottom: 14px;
}

.reg-text {
    font-size: 1.3rem;
    color: var(--suave);
    line-height: 1.85;
    text-align: justify;
    margin-bottom: 20px;
}

.btn-doc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--azul);
    color: #fff;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: .90rem;
    font-weight: 600;
    transition: background .3s, transform .2s;
}

.btn-doc:hover {
    background: var(--rojo);
    transform: translateY(-2px);
    color: #fff;
}

.btn-doc-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--azul);
    border: 2px solid var(--azul);
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all .3s;
    margin-left: 10px;
}

.btn-doc-outline:hover {
    background: var(--azul);
    color: #fff;
}

@media (max-width: 768px) {

    .reg-card,
    .reg-card.reverse {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .reg-card.reverse .reg-img,
    .reg-card.reverse .reg-body {
        order: unset;
    }
}


/*======== ULTIMO CONSUMOS ===========*/
.vg-wrap {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 2rem 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.vg-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.vg-logo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0e9a7a;
}

.vg-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.3px;
}

.vg-sub {
    font-size: 1.3rem;
    color: #888;
    margin-left: auto;
}

.vg-input-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2rem;
}

.vg-label {
    font-size: 1.3rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.vg-code {
    font-family: 'DM Mono', monospace;
    font-size: 1.8rem;
    font-weight: 500;
    background: #f4f4f2;
    border: 0.5px solid #e0e0dc;
    border-radius: 8px;
    padding: 8px 14px;
}

.vg-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 2rem;
}

.vg-stat {
    background: #f7f7f5;
    border-radius: 8px;
    padding: 14px 16px;
}

.vg-stat-label {
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.vg-stat-val {
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
    font-family: 'DM Mono', monospace;
}

.vg-stat-unit {
    font-size: 1.3rem;
    color: #888;
    font-weight: 400;
}

.vg-stat.accent .vg-stat-val {
    color: #0e9a7a;
}

.vg-chart-wrap {
    background: #fff;
    border: 0.5px solid #e0e0dc;
    border-radius: 12px;
    padding: 1.25rem 1.25rem 1rem;
}

.vg-chart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.vg-chart-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #888;
}

.vg-badge {
    font-size: 11px;
    color: #0e9a7a;
    background: rgba(14, 154, 122, 0.10);
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.vg-chart-area {
    position: relative;
    width: 100%;
    height: 260px;
}



/*========= TRANSPARENCIA =========*/


:root {
    --ink: #0b1f1a;
    --ink-2: #2a4040;
    --ink-3: #4d6b66;
    --teal: #046b5c;
    --teal-mid: #057d6b;
    --teal-light: #e6f4f1;
    --teal-pale: #f2faf8;
    --mint: #34d399;
    --mint-soft: #d1fae5;
    --amber: #f59e0b;
    --surface: #ffffff;
    --bg: #f7faf9;
    --border: #daeae6;
    --border-2: #c4ddd8;
    --r-sm: 6px;
    --r-md: 12px;
    --r-lg: 18px;
    --sh-sm: 0 1px 4px rgba(4, 107, 92, .07), 0 2px 12px rgba(4, 107, 92, .06);
    --sh-md: 0 4px 16px rgba(4, 107, 92, .10), 0 8px 32px rgba(4, 107, 92, .08);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
}

/* ━━━━━━━━━━━━ HERO ━━━━━━━━━━━━ */
.hero {
    position: relative;
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

/* Scrim: dark at bottom, transparent at top */
.hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(11, 31, 26, .25) 0%,
            rgba(4, 107, 92, .55) 60%,
            rgba(4, 107, 92, .85) 100%);
}

.hero-content {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px 36px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(52, 211, 153, .18);
    border: 1px solid rgba(52, 211, 153, .35);
    color: var(--mint);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.hero h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -.5px;
    margin-bottom: 14px;
}

.hero h1 em {
    font-style: normal;
    color: var(--mint);
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .6);
}

.hero-breadcrumb a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: color .15s;
}

.hero-breadcrumb a:hover {
    color: var(--mint);
}

.hero-breadcrumb .sep {
    opacity: .4;
}

.hero-breadcrumb .current {
    color: #fff;
    font-weight: 500;
}

/* Stats strip at bottom of hero */
.stats-strip {
    background: var(--teal);
    border-bottom: 3px solid var(--mint);
}

.stats-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 0;
}

.stat-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 0;
    border-right: 1px solid rgba(255, 255, 255, .12);
    padding-right: 32px;
    padding-left: 0;
}

.stat-item:not(:first-child) {
    padding-left: 32px;
}

.stat-item:last-child {
    border-right: none;
}

.stat-ico {
    width: 38px;
    height: 38px;
    background: rgba(52, 211, 153, .18);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mint);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.stat-lbl {
    font-size: 10.5px;
    color: rgba(255, 255, 255, .52);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 2px;
}

.stat-val {
    font-size: .99rem;
    font-weight: 600;
    color: #fff;
}

/* ━━━━━━━━━━━━ LAYOUT ━━━━━━━━━━━━ */
.page-body {
    max-width: 1240px;
    margin: 0 auto;
    padding: 52px 40px 88px;
    display: grid;
    grid-template-columns: 252px 1fr;
    gap: 36px;
    align-items: start;
}

/* ━━━━━━━━━━━━ SIDEBAR ━━━━━━━━━━━━ */
.sidebar {
    position: sticky;
    top: 88px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.side-nav-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh-sm);
}

.side-nav-head {
    background: var(--teal);
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: .99rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.side-nav-head i {
    color: var(--mint);
    font-size: 1.3rem;
}

.side-nav {
    padding: 6px 0;
}

.side-nav a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 18px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--ink-2);
    text-decoration: none;
    transition: background .15s, color .15s, border-color .15s;
    border-left: 3px solid transparent;
}

.side-nav a i {
    width: 16px;
    font-size: 11.5px;
    color: var(--ink-3);
    flex-shrink: 0;
    transition: color .15s;
}

.side-nav a:hover,
.side-nav a.active {
    background: var(--teal-pale);
    color: var(--teal);
    border-left-color: var(--mint);
}

.side-nav a:hover i,
.side-nav a.active i {
    color: var(--teal);
}

/* Contact card */
.side-contact {
    background: var(--teal);
    border-radius: var(--r-lg);
    padding: 22px 20px;
    box-shadow: var(--sh-md);
}

.side-contact-title {
    font-family: 'Syne', sans-serif;
    font-size: .90rem;
    font-weight: 700;
    color: var(--mint);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.side-contact-row {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: .88rem;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 7px;
}

.side-contact-row i {
    color: var(--mint);
    width: 13px;
    font-size: 11px;
}

.side-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    background: var(--mint);
    color: var(--teal);
    text-align: center;
    padding: 11px 16px;
    border-radius: var(--r-sm);
    font-size: .99rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s, color .18s;
}

.side-contact-btn:hover {
    background: #fff;
    color: var(--teal);
}

/* ━━━━━━━━━━━━ MAIN CONTENT ━━━━━━━━━━━━ */
.content-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.content-head h2 {
    font-family: 'Syne', sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--ink);
    white-space: nowrap;
}

.head-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--mint), transparent);
    border-radius: 2px;
}

.law-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--mint-soft);
    border: 1px solid rgba(52, 211, 153, .45);
    color: var(--teal);
    font-size: 12.5px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 28px;
    line-height: 1.5;
}

.law-pill i {
    color: var(--teal-mid);
    font-size: 1.3rem;
    flex-shrink: 0;
}

/* ━━━━━━━━━━━━ ACCORDION ━━━━━━━━━━━━ */
.acc-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.acc-item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: box-shadow .22s, border-color .22s, transform .22s;
    box-shadow: var(--sh-sm);
}

.acc-item:hover {
    box-shadow: var(--sh-md);
    transform: translateY(-1px);
    border-color: var(--border-2);
}

.acc-item.open {
    box-shadow: var(--sh-md);
    border-color: rgba(52, 211, 153, .4);
    transform: translateY(-1px);
}

.acc-trigger {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: stretch;
    text-align: left;
}

/* Color band on the left */
.acc-band {
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--teal);
    color: var(--mint);
    font-size: 1.5rem;
    flex-shrink: 0;
    min-height: 58px;
    transition: background .2s;
}

.acc-item.open .acc-band {
    background: var(--teal-mid);
}

.acc-label {
    flex: 1;
    padding: 0 18px;
    font-family: 'Syne', sans-serif;
    font-size: .90rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: .02em;
    display: flex;
    align-items: center;
}

.acc-item.open .acc-label {
    color: var(--teal);
}

.acc-arrow {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-3);
    font-size: 1.3rem;
    transition: transform .28s, color .2s;
}

.acc-item.open .acc-arrow {
    transform: rotate(180deg);
    color: var(--teal);
}

.acc-body {
    display: none;
    border-top: 1px solid var(--border);
}

.acc-item.open .acc-body {
    display: block;
    animation: slideDown .22s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.acc-inner {
    padding: 24px 28px 26px 70px;
}

.acc-inner p {
    font-size: 1.3rem;
    line-height: 1.75;
    color: var(--ink-2);
    margin-bottom: 12px;
}

.acc-inner p:last-child {
    margin-bottom: 0;
}

.acc-inner a {
    color: var(--teal-mid);
    font-weight: 600;
    text-decoration: none;
    transition: color .15s;
}

.acc-inner a:hover {
    color: var(--teal);
    text-decoration: underline;
}

/* Numbered list inside accordion */
.acc-list {
    list-style: none;
    counter-reset: acc;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.acc-list li {
    counter-increment: acc;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: .95rem;
    color: var(--ink-2);
    line-height: 1.6;
    padding: 10px 14px;
    background: var(--teal-pale);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    transition: background .15s, border-color .15s;
}

.acc-list li:hover {
    background: var(--teal-light);
    border-color: var(--border-2);
}

.acc-list li::before {
    content: counter(acc);
    min-width: 24px;
    height: 24px;
    background: var(--teal);
    color: var(--mint);
    border-radius: 6px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: .80rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.acc-list li .sub-note {
    display: block;
    font-size: .88rem;
    color: var(--ink-3);
    font-style: italic;
    margin-top: 3px;
}

/* Contact cards grid inside accordion */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
}

.contact-card {
    background: var(--teal-pale);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 14px 16px;
    transition: background .15s;
}

.contact-card:hover {
    background: var(--teal-light);
}

.cc-lbl {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--teal);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cc-val {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink);
}

/* PDF download button */
.pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--teal);
    color: #fff;
    padding: 14px 24px;
    border-radius: var(--r-sm);
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .18s, transform .18s, box-shadow .18s;
    box-shadow: 0 4px 16px rgba(4, 107, 92, .25);
}

.pdf-btn:hover {
    background: var(--teal-mid);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(4, 107, 92, .3);
}

.pdf-btn i {
    color: var(--mint);
    font-size: 1.6rem;
}

/* ━━━━━━━━━━━━ RESPONSIVE ━━━━━━━━━━━━ */
@media (max-width: 960px) {
    .page-body {
        grid-template-columns: 1fr;
        padding: 32px 20px 60px;
    }

    .sidebar {
        position: static;
    }

    .hero-content {
        padding: 0 20px 28px;
    }

    .stats-inner {
        flex-wrap: wrap;
        padding: 0 20px;
        gap: 0;
    }

    .stat-item {
        flex: 1 1 48%;
        border-right: none;
        padding: 12px 12px 12px 0;
    }

    .acc-inner {
        padding: 20px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .hero {
        height: 280px;
    }

    .hero h1 {
        font-size: 2.1rem;
    }

    .stats-inner {
        gap: 0;
    }

    .stat-item {
        flex: 1 1 100%;
    }
}
@media (max-width: 560px) {
    /* Evita desbordamiento general */
    .stats-strip,
    .stats-inner,
    .page-body,
    .law-pill,
    .content-head h2 {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    /* El título "Portal de Trans..." se corta */
    .content-head h2 {
        font-size: 1.4rem;
        white-space: normal;
    }

    /* El pill de la ley se corta */
    .law-pill {
        font-size: 11px;
        padding: 8px 12px;
    }

    /* El hero eyebrow que aparece flotando */
    .hero-eyebrow {
        position: static;
        display: inline-flex;
        margin: 10px 0 0 16px;
        font-size: 9px;
    }

    /* Stats en móvil */
    .stat-val {
        font-size: 0.85rem;
    }
}


/* ── Tipografía base responsive ── */
@media (max-width: 768px) {

    /* Reducir font-sizes generales que están muy grandes en móvil */
    body {
        font-size: 14px;
    }

    /* Consumos */
    .uc-htitle {
        font-size: 1.1rem;
    }

    .uc-hsub {
        font-size: 1rem;
    }

    .uc-acct-label {
        font-size: 0.75rem;
    }

    .uc-acct-val {
        font-size: 0.95rem;
    }

    .uc-reading-val {
        font-size: 2.2rem;
    }

    .uc-reading-unit {
        font-size: 1.1rem;
    }

    .uc-reading-label {
        font-size: 0.7rem;
    }

    .uc-reading-sub {
        font-size: 0.8rem;
    }

    .uc-info-row {
        font-size: 0.85rem;
    }

    .uc-badge-ok {
        font-size: 0.75rem;
    }

    .uc-loading {
        font-size: 0.85rem;
    }

    .uc-error {
        font-size: 0.8rem;
    }

    .uc-wrap {
        padding: 1rem;
    }

    .uc-grid {
        grid-template-columns: 1fr;
    }

    /* Últimos 6 consumos */
    .vg-wrap {
        padding: 1rem;
    }

    .vg-title {
        font-size: 1rem;
    }

    .vg-sub {
        font-size: 0.8rem;
    }

    .vg-label {
        font-size: 0.7rem;
    }

    .vg-code {
        font-size: 1rem;
        padding: 6px 10px;
    }

    .vg-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .vg-stat-val {
        font-size: 1.3rem;
    }

    .vg-stat-unit {
        font-size: 0.8rem;
    }

    .vg-chart-area {
        height: 200px;
    }

    /* Login */
    .lg-page-wrap {
        padding-top: 70px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg-outer {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .lg-right {
        display: none;
    }

    .lg-left {
        padding: 1.75rem 1.25rem;
    }

    .lg-title {
        font-size: 1.25rem;
    }

    .lg-sub {
        font-size: 0.85rem;
    }

    .lg-label {
        font-size: 0.7rem;
    }

    .lg-input {
        font-size: 0.9rem;
    }

    .lg-error {
        font-size: 0.85rem;
    }

    .lg-btn {
        font-size: 0.9rem;
    }

    .lg-brand-name {
        font-size: 0.85rem;
    }

    /* Factura */
    .factura-wrap {
        padding: 0 12px;
        margin: 24px auto 48px;
    }

    .hero-overlay {
        padding: 0 20px;
    }

    .hero-overlay h1 {
        font-size: 1.5rem;
    }

    .hero-overlay nav {
        font-size: 0.85rem;
    }

    .hero-banner {
        height: 200px;
    }

    .how-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .how-num {
        font-size: 1.4rem;
    }

    .how-text {
        font-size: 0.8rem;
    }

    .tip-row {
        flex-direction: column;
        gap: 8px;
    }

    .tip-chip {
        font-size: 0.8rem;
        padding: 8px 12px;
    }

    .tip-chip i {
        font-size: 1rem;
    }

    .form-card {
        padding: 1rem;
    }

    .form-card-title {
        font-size: 1rem;
    }

    .form-card-sub {
        display: none;
    }

    .fields-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .fg-label {
        font-size: 0.7rem;
    }

    .fg-input {
        font-size: 0.9rem;
        padding: 9px 12px;
    }

    .btn-consultar {
        width: 100%;
        justify-content: center;
        font-size: 0.9rem;
        padding: 10px 16px;
    }

    .err-box {
        font-size: 0.85rem;
    }

    .sec-pill {
        font-size: 0.7rem;
        letter-spacing: 1px;
        padding: 4px 12px;
    }

    .tb-result th,
    .tb-result td {
        font-size: 0.8rem;
    }

    /* Factura masiva */
    .fm-wrap {
        padding: 1rem;
    }

    .fm-htitle {
        font-size: 1.1rem;
    }

    .fm-hsub {
        font-size: 0.8rem;
    }

    .fm-card {
        padding: 1.25rem;
    }

    .fm-select {
        font-size: 0.9rem;
    }

    .fm-btn {
        font-size: 0.9rem;
    }

    .fm-note {
        display: none;
    }

    /* Cobertura */
    .cobertura-hero {
        padding: 32px 16px 24px;
    }

    .cobertura-hero h1 {
        font-size: 1.4rem;
    }

    .cobertura-hero p {
        font-size: 0.9rem;
    }

    .stat-item {
        padding: 12px 16px;
    }

    .stat-item .num {
        font-size: 1.3rem;
    }

    .stat-item .lbl {
        font-size: 0.7rem;
    }

    .map-card iframe {
        height: 260px;
    }

    .oficinas-panel {
        padding: 16px;
    }

    .oficina-card {
        padding: 10px 12px;
    }

    .oficina-card h6 {
        font-size: 0.85rem;
    }

    .oficina-info {
        font-size: 0.75rem;
    }

    /* Contacto */
    .contact-section {
        padding: 32px 16px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-form-head h3 {
        font-size: 1.15rem;
    }

    .contact-form-head p {
        font-size: 0.85rem;
    }

    .contact-form-body {
        padding: 20px 16px;
    }

    .f-label {
        font-size: 0.8rem;
    }

    .f-ctrl {
        font-size: 0.9rem;
        padding: 9px 12px;
    }

    .btn-enviar {
        font-size: 0.95rem;
    }

    .info-item {
        padding: 14px 16px;
        gap: 12px;
    }

    .info-icon {
        width: 34px;
        height: 34px;
        font-size: 1.3rem;
    }

    .info-content small {
        font-size: 0.7rem;
    }

    .info-content p {
        font-size: 0.85rem;
    }

    /* Convenios */
    .pse-block {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .pse-icon-wrap {
        width: 40px;
        height: 40px;
    }

    .pse-content h3 {
        font-size: 1rem;
    }

    .pse-steps li {
        font-size: 0.85rem;
    }

    .conv-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .conv-card {
        padding: 1rem;
    }

    .conv-card h3 {
        font-size: 1rem;
    }

    .conv-card p {
        font-size: 0.85rem;
    }

    /* Créditos */
    .hero-credito {
        padding: 2rem 1rem 3rem;
    }

    .hero-credito h1 {
        font-size: 1.5rem;
    }

    .hero-credito p {
        font-size: 0.9rem;
    }

    .main-credito {
        padding: 1.5rem 1rem 3rem;
    }

    .search-panel-credito {
        padding: 1.25rem;
    }

    .search-row-credito {
        flex-direction: column;
        gap: 10px;
    }

    .btn-buscar-credito {
        width: 100%;
        justify-content: center;
    }

    .info-grid-credito {
        grid-template-columns: 1fr 1fr;
    }

    .summary-credito {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .s-val {
        font-size: 1rem;
    }

    .s-lbl {
        font-size: 0.7rem;
    }

    /* Empresa */
    .page-intro {
        padding: 32px 16px 0;
    }

    .page-intro h1 {
        font-size: 1.5rem;
    }

    .page-intro p {
        font-size: 0.9rem;
    }

    .intro-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .intro-img {
        height: 200px;
    }

    .intro-stats {
        grid-template-columns: 1fr 1fr;
    }

    .stat-card .num {
        font-size: 1.5rem;
    }

    .stat-card .lbl {
        font-size: 0.75rem;
    }

    .mv-grid {
        grid-template-columns: 1fr;
    }

    .servicios-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .serv-card h4 {
        font-size: 1rem;
    }

    .serv-card p {
        font-size: 0.8rem;
    }

    .desc-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .desc-img {
        height: 180px;
    }

    .valores-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .muni-wrap {
        padding: 24px 16px 40px;
    }

    .muni-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .muni-grid-single .muni-card {
        width: 100%;
    }

    .cta-strip {
        padding: 0 16px 40px;
    }

    .cta-inner {
        flex-direction: column;
        padding: 24px 20px;
        text-align: center;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }

    /* Regulatorio */
    .main-regulatorio {
        padding: 0 12px 48px;
        margin: 24px auto;
    }

    .reg-card {
        grid-template-columns: 1fr !important;
        padding: 20px 16px;
        gap: 16px;
    }

    .reg-card .reg-img {
        order: -1 !important;
    }

    .reg-title {
        font-size: 1.2rem;
    }

    .reg-text {
        font-size: 0.85rem;
    }

    .reg-tag {
        font-size: 0.7rem;
    }

    .parrafo-inicio-regulatorio {
        font-size: 0.9rem;
        padding: 1rem 1.25rem;
        margin: 1.5rem auto;
    }

    /* PQRS */
    .pqr-page-header {
        padding: 20px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .pqr-page-header-left h1 {
        font-size: 1.1rem;
    }

    .pqr-page-header-left p {
        font-size: 0.85rem;
    }

    .pqr-breadcrumb {
        font-size: 0.8rem;
    }

    .pqr-layout {
        padding: 16px 12px 40px;
        grid-template-columns: 1fr;
    }

    .pqr-form-body {
        padding: 16px;
    }

    .pqr-grid {
        grid-template-columns: 1fr;
    }

    .pqr-form-footer {
        flex-direction: column;
        gap: 12px;
    }

    .pqr-form-footer p {
        font-size: 0.8rem;
    }

    .pqr-btn-submit {
        width: 100%;
        justify-content: center;
    }

    .pqr-field label {
        font-size: 0.85rem;
    }

    .pqr-field input,
    .pqr-field select,
    .pqr-field textarea {
        font-size: 0.9rem;
    }

    .radio-grid {
        flex-direction: column;
    }

    .radio-card {
        font-size: 0.85rem;
    }

    /* Modal factura */
    .modal-header .heading {
        font-size: 1rem;
    }

    .modal-body label {
        font-size: 0.75rem;
    }

    .modal-body .form-control {
        font-size: 0.9rem;
    }

    .btn-dl {
        font-size: 0.9rem;
    }
}

/* ── Breakpoint muy pequeño (< 400px) ── */
@media (max-width: 400px) {
    .how-grid {
        grid-template-columns: 1fr;
    }

    .conv-grid {
        grid-template-columns: 1fr;
    }

    .vg-stats {
        grid-template-columns: 1fr 1fr;
    }

    .info-grid-credito {
        grid-template-columns: 1fr;
    }

    .servicios-grid {
        grid-template-columns: 1fr;
    }

    .muni-grid {
        grid-template-columns: 1fr;
    }

    .intro-stats {
        grid-template-columns: 1fr;
    }

    .hero-credito h1 {
        font-size: 1.3rem;
    }
}

/* ── Overflow horizontal global ── */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .container-fluid,
    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

