       .double-nav .breadcrumb-dn {
            color: #fff;
        }

        @import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

        :root {
            --green: #1a7a4a;
            --green-light: #25a865;
            --green-dark: #0d4f2e;
            --cyan: #00c9a7;
            --orange: #f97316;
            --white: #ffffff;
            --off-white: #f0f7f4;
            --gray: #6b7280;
            --dark: #0a1f14;
            --danger: #dc2626;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'DM Sans', sans-serif;
            color: var(--dark);
            background: #fff;
            overflow-x: hidden;
        }



        .hw {
            position: relative;
            width: 100%;
            min-height: 440px;
            border-radius: 14px;
            overflow: hidden;
            display: flex;
            align-items: center;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        /* La imagen es el protagonista */
        .hw-photo {
            position: absolute;
            inset: 0;
            background-image: url('public/img/actual/Gemini_Generated_Image_xy51dexy51dexy51.png');
            background-size: cover;
            background-position: center 40%;
        }

        /* Tinte verde muy suave encima de la foto */
        .hw-tint {
            position: absolute;
            inset: 0;
            background: rgba(10, 40, 20, 0.45);
        }

        /* Solo oscurece el lado izquierdo para leer el texto */
        .hw-veil {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg,
                    rgba(6, 22, 12, 0.78) 0%,
                    rgba(6, 22, 12, 0.52) 42%,
                    rgba(6, 22, 12, 0.05) 100%);
        }

        .orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(70px);
            opacity: 0.14;
            animation: fl 9s ease-in-out infinite;
        }

        .o1 {
            width: 320px;
            height: 320px;
            background: #00c9a7;
            top: -80px;
            right: 6%;
            animation-delay: 0s;
        }

        .o2 {
            width: 220px;
            height: 220px;
            background: #4ade80;
            bottom: -40px;
            left: 3%;
            animation-delay: -4s;
        }

        @keyframes fl {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-22px) scale(1.06);
            }
        }

        .hw-body {
            position: relative;
            z-index: 4;
            padding: 56px 52px;
            max-width: 540px;
            animation: up .9s cubic-bezier(.22, 1, .36, 1) both;
        }

        @keyframes up {
            from {
                opacity: 0;
                transform: translateY(32px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.22);
            padding: 6px 15px;
            border-radius: 50px;
            margin-bottom: 24px;
        }

        .bdot {
            width: 7px;
            height: 7px;
            background: #00e5b8;
            border-radius: 50%;
            animation: pd 2s ease-in-out infinite;
        }

        @keyframes pd {

            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: .4;
                transform: scale(1.55);
            }
        }

        .btxt {
            color: #00e5b8;
            font-size: .7rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

        h1.htitle {
            font-family: 'Syne', sans-serif;
            font-size: clamp(2.2rem, 5vw, 3.4rem);
            font-weight: 800;
            line-height: 1.06;
            color: #fff;
            margin: 0 0 18px;
        }

        h1.htitle em {
            font-style: normal;
            background: linear-gradient(90deg, #00e5b8 0%, #5af5a0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hsub {
            font-size: .95rem;
            line-height: 1.75;
            color: rgba(255, 255, 255, .7);
            margin: 0 0 32px;
            max-width: 430px;
        }

        .hbtns {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .bp {
            background: linear-gradient(135deg, #00c9a7, #00efc4);
            color: #063320;
            border: none;
            padding: 14px 28px;
            border-radius: 10px;
            font-size: .9rem;
            font-weight: 700;
            cursor: pointer;
            font-family: 'Plus Jakarta Sans', sans-serif;
            transition: transform .18s, box-shadow .18s;
            box-shadow: 0 6px 24px rgba(0, 201, 167, .35);
        }

        .bp:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 32px rgba(0, 201, 167, .5);
        }

        .bo {
            background: rgba(255, 255, 255, 0.08);
            color: rgba(255, 255, 255, .9);
            border: 1.5px solid rgba(255, 255, 255, .35);
            padding: 14px 28px;
            border-radius: 10px;
            font-size: .9rem;
            font-weight: 500;
            cursor: pointer;
            font-family: 'Plus Jakarta Sans', sans-serif;
            transition: all .18s;
            backdrop-filter: blur(4px);
        }

        .bo:hover {
            border-color: #00e5b8;
            color: #00e5b8;
            background: rgba(0, 229, 184, .08);
        }

        .sline {
            position: absolute;
            bottom: 20px;
            left: 50%;
            width: 1px;
            height: 46px;
            z-index: 5;
            background: linear-gradient(to bottom, #00e5b8, transparent);
            animation: sl 2.4s ease-in-out infinite;
        }

        @keyframes sl {
            0% {
                opacity: 0;
                transform: translateX(-50%) scaleY(0);
                transform-origin: top;
            }

            50% {
                opacity: 1;
                transform: translateX(-50%) scaleY(1);
            }

            100% {
                opacity: 0;
                transform: translateX(-50%) scaleY(0);
                transform-origin: bottom;
            }
        }

        #avisos {
            background: var(--off-white);
            padding: 60px 8vw;
        }

        .avisos-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 28px;
        }

        .avisos-ticker {
            overflow: hidden;
            background: var(--danger);
            border-radius: 12px;
            padding: 4px 0;
            margin-bottom: 30px;
        }

        .avisos-ticker-inner {
            display: flex;
            animation: ticker 20s linear infinite;
            white-space: nowrap;
        }

        .avisos-ticker-item {
            padding: 8px 40px;
            color: white;
            font-weight: 600;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .avisos-ticker-item i {
            opacity: 0.8;
        }

        @keyframes ticker {
            from {
                transform: translateX(0)
            }

            to {
                transform: translateX(-50%)
            }
        }

        .avisos-scroll-container {
            height: 280px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding-right: 8px;
        }

        .avisos-scroll-container::-webkit-scrollbar {
            width: 5px;
        }

        .avisos-scroll-container::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.05);
            border-radius: 10px;
        }

        .avisos-scroll-container::-webkit-scrollbar-thumb {
            background: var(--green-light);
            border-radius: 10px;
        }

        .aviso-card {
            background: white;
            border-radius: 14px;
            padding: 20px 24px;
            display: flex;
            align-items: flex-start;
            gap: 18px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
            border-left: 4px solid var(--danger);
            transition: transform 0.2s, box-shadow 0.2s;
            cursor: pointer;
            animation: fadeSlideIn 0.4s ease both;
        }

        .aviso-card:hover {
            transform: translateX(4px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        @keyframes fadeSlideIn {
            from {
                opacity: 0;
                transform: translateX(-20px)
            }

            to {
                opacity: 1;
                transform: translateX(0)
            }
        }

        .aviso-icon {
            width: 46px;
            height: 46px;
            background: #fef2f2;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .aviso-icon i {
            color: var(--danger);
            font-size: 1.1rem;
        }

        .aviso-body h4 {
            font-family: 'Syne', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: var(--dark);
        }

        .aviso-body p {
            font-size: 0.85rem;
            color: var(--gray);
            line-height: 1.5;
        }

        .aviso-body a {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 10px;
            color: var(--danger);
            font-weight: 600;
            font-size: 0.83rem;
            text-decoration: none;
        }

        .aviso-card-info {
            border-left-color: var(--green-light);
        }

        .aviso-card-info .aviso-icon {
            background: #f0fdf4;
        }

        .aviso-card-info .aviso-icon i {
            color: var(--green-light);
        }

        .aviso-card-info .aviso-body a {
            color: var(--green-light);
        }

        /* ── OFICINA VIRTUAL ── */
        #oficina {
            background: white;
        }

        .oficina-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 50px;
        }

        .oficina-card {
            position: relative;
            background: var(--off-white);
            border-radius: 20px;
            padding: 36px 28px;
            cursor: pointer;
            transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
            overflow: hidden;
            border: 2px solid transparent;
        }

        .oficina-card::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 18px;
            background: linear-gradient(135deg, var(--green-light), var(--cyan));
            opacity: 0;
            transition: opacity 0.35s;
        }

        .oficina-card:hover {
            transform: translateY(-8px) scale(1.02);
            border-color: var(--green-light);
            box-shadow: 0 20px 50px rgba(26, 122, 74, 0.18);
        }

        .oficina-card:hover::before {
            opacity: 1;
        }

        .oficina-card:hover .oficina-card-content {
            color: white;
        }

        .oficina-card:hover .oficina-icon-wrap {
            background: rgba(255, 255, 255, 0.2);
        }

        .oficina-card:hover .oficina-icon-wrap i {
            color: white;
        }

        .oficina-card:hover .oficina-arrow {
            opacity: 1;
            transform: translate(0, 0);
        }

        .oficina-card-content {
            position: relative;
            z-index: 1;
        }

        .oficina-icon-wrap {
            width: 58px;
            height: 58px;
            background: white;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
            transition: all 0.35s;
        }

        .oficina-icon-wrap i {
            font-size: 1.4rem;
            color: var(--green);
            transition: color 0.35s;
        }

        .oficina-card-content h3 {
            font-family: 'Syne', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .oficina-card-content p {
            font-size: 0.85rem;
            line-height: 1.6;
            opacity: 0.75;
        }

        .oficina-arrow {
            position: absolute;
            bottom: 28px;
            right: 28px;
            opacity: 0;
            transform: translate(6px, 6px);
            transition: all 0.3s;
            font-size: 1.1rem;
            z-index: 1;
        }

        /* ── CONVENIOS ── */
        #convenios {
            background: linear-gradient(135deg, var(--dark) 0%, var(--green-dark) 100%);
            position: relative;
            overflow: hidden;
        }

        #convenios::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%2325a865' fill-opacity='0.05'%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .convenios-inner {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .convenios-left .section-title {
            color: white;
        }

        .convenios-left .section-label {
            color: var(--cyan);
        }

        .convenios-left p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 36px;
        }

        .btn-convenios {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, var(--green-light), var(--cyan));
            color: white;
            text-decoration: none;
            padding: 15px 30px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 0.95rem;
            transition: transform 0.2s, box-shadow 0.2s;
            box-shadow: 0 8px 25px rgba(0, 201, 167, 0.3);
        }

        .btn-convenios:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 35px rgba(0, 201, 167, 0.45);
        }

        .convenios-logos {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }

        .conv-logo-card {
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 16px;
            padding: 22px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            transition: all 0.3s;
            cursor: default;
        }

        .conv-logo-card:hover {
            background: rgba(255, 255, 255, 0.13);
            transform: translateY(-4px);
            border-color: var(--cyan);
        }

        .conv-logo-card .conv-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--green-light), var(--cyan));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .conv-logo-card .conv-icon i {
            color: white;
            font-size: 1.3rem;
        }

        .conv-logo-card span {
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.78rem;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        /* ── NOTICIAS ── */
        #noticias {
            background: var(--off-white);
        }

        .noticias-grid {
            display: grid;
            grid-template-columns: 1.6fr 1fr 1fr;
            gap: 24px;
            margin-top: 50px;
        }

        .noticia-main {
            grid-row: span 2;
        }

        .noticia-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        }

        .noticia-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
        }

        .noticia-img {
            position: relative;
            overflow: hidden;
        }

        .noticia-img img,
        .noticia-img .img-placeholder {
            width: 100%;
            display: block;
        }

        .noticia-main .noticia-img {
            height: 300px;
        }

        .noticia-sm .noticia-img {
            height: 160px;
        }

        .img-placeholder {
            height: 100%;
            background: linear-gradient(135deg, var(--green-dark), var(--green-light));
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .img-placeholder i {
            font-size: 2.5rem;
            color: rgba(255, 255, 255, 0.4);
        }

        .noticia-img::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        }

        .noticia-tag {
            position: absolute;
            top: 16px;
            left: 16px;
            background: var(--green-light);
            color: white;
            font-size: 0.72rem;
            font-weight: 700;
            padding: 5px 12px;
            border-radius: 50px;
            z-index: 2;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .noticia-body {
            padding: 24px;
        }

        .noticia-meta {
            font-size: 0.78rem;
            color: var(--gray);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .noticia-body h3 {
            font-family: 'Syne', sans-serif;
            font-size: 1.05rem;
            font-weight: 700;
            line-height: 1.35;
            color: var(--dark);
            margin-bottom: 10px;
        }

        .noticia-main .noticia-body h3 {
            font-size: 1.35rem;
        }

        .noticia-body p {
            font-size: 0.85rem;
            color: var(--gray);
            line-height: 1.65;
        }

        .noticia-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 16px;
            color: var(--green-light);
            font-weight: 600;
            font-size: 0.85rem;
            text-decoration: none;
        }

        /* ── COBERTURA ── */
        #cobertura {
            background: white;
        }

        .cobertura-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .cobertura-map {
            position: relative;
        }

        .colombia-map-wrap {
            background: linear-gradient(135deg, #e8f5ee, #d1f0e0);
            border-radius: 24px;
            padding: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 420px;
            position: relative;
            overflow: hidden;
        }

        .colombia-map-wrap::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 50% 50%, rgba(37, 168, 101, 0.15) 0%, transparent 70%);
        }

        .map-svg {
            width: 280px;
            filter: drop-shadow(0 8px 24px rgba(26, 122, 74, 0.25));
        }

        .map-pin {
            position: absolute;
            width: 14px;
            height: 14px;
            background: var(--orange);
            border-radius: 50%;
            border: 2.5px solid white;
            box-shadow: 0 2px 8px rgba(249, 115, 22, 0.5);
            animation: pinPulse 2s ease-in-out infinite;
        }

        @keyframes pinPulse {

            0%,
            100% {
                box-shadow: 0 2px 8px rgba(249, 115, 22, 0.5), 0 0 0 0 rgba(249, 115, 22, 0.3)
            }

            50% {
                box-shadow: 0 2px 8px rgba(249, 115, 22, 0.5), 0 0 0 10px rgba(249, 115, 22, 0)
            }
        }

        .map-pin:nth-child(2) {
            top: 38%;
            left: 48%;
            animation-delay: .3s
        }

        .map-pin:nth-child(3) {
            top: 42%;
            left: 44%;
            animation-delay: .6s
        }

        .map-pin:nth-child(4) {
            top: 35%;
            left: 52%;
            animation-delay: .9s
        }

        .map-pin:nth-child(5) {
            top: 44%;
            left: 50%;
            animation-delay: 1.2s
        }

        .map-pin:nth-child(6) {
            top: 40%;
            left: 46%;
            animation-delay: 1.5s
        }

        .cobertura-stats {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 16px;
            margin-top: 24px;
        }

        .cov-stat {
            background: var(--off-white);
            border-radius: 14px;
            padding: 18px;
            text-align: center;
        }

        .cov-stat-num {
            font-family: 'Syne', sans-serif;
            font-size: 1.7rem;
            font-weight: 800;
            color: var(--green);
        }

        .cov-stat-lbl {
            font-size: 0.75rem;
            color: var(--gray);
            font-weight: 500;
            margin-top: 3px;
        }

        .cobertura-right p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: var(--gray);
            margin-bottom: 36px;
        }

        .btn-cobertura {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: var(--green);
            color: white;
            text-decoration: none;
            padding: 15px 30px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 0.95rem;
            transition: all 0.2s;
        }

        .btn-cobertura:hover {
            background: var(--green-light);
            transform: translateY(-2px);
            box-shadow: 0 10px 28px rgba(26, 122, 74, 0.3);
        }

        .cobertura-features {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 36px;
        }

        .cov-feat {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .cov-feat-icon {
            width: 40px;
            height: 40px;
            background: #f0fdf4;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .cov-feat-icon i {
            color: var(--green-light);
            font-size: 1rem;
        }

        .cov-feat-text h4 {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--dark);
        }

        .cov-feat-text p {
            font-size: 0.82rem;
            color: var(--gray);
        }

        /* ── FOOTER ── */
        footer {
            background: var(--dark);
            padding: 60px 8vw 30px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr;
            gap: 50px;
            margin-bottom: 50px;
        }

        .footer-brand p {
            color: rgba(255, 255, 255, 0.55);
            font-size: 0.88rem;
            line-height: 1.7;
            margin-top: 14px;
        }

        .footer-col h4 {
            font-family: 'Syne', sans-serif;
            color: white;
            font-size: 0.95rem;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .footer-col ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-col ul a {
            color: rgba(255, 255, 255, 0.55);
            text-decoration: none;
            font-size: 0.86rem;
            transition: color 0.2s;
        }

        .footer-col ul a:hover {
            color: var(--cyan);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .footer-bottom p {
            color: rgba(255, 255, 255, 0.4);
            font-size: 0.82rem;
        }

        .social-links {
            display: flex;
            gap: 12px;
        }

        .social-link {
            width: 38px;
            height: 38px;
            background: rgba(255, 255, 255, 0.07);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            transition: all 0.2s;
            font-size: 0.95rem;
        }

        .social-link:hover {
            background: var(--green-light);
            color: white;
            transform: translateY(-2px);
        }


        .wa-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 999;
            width: 58px;
            height: 58px;
            background: #25d366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
            text-decoration: none;
            color: white;
            font-size: 1.6rem;
            animation: waBounce 3s ease-in-out infinite;
        }

        @keyframes waBounce {

            0%,
            100% {
                transform: scale(1)
            }

            50% {
                transform: scale(1.06)
            }
        }


        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .reveal-delay-1 {
            transition-delay: 0.1s;
        }

        .reveal-delay-2 {
            transition-delay: 0.2s;
        }

        .reveal-delay-3 {
            transition-delay: 0.3s;
        }

        .reveal-delay-4 {
            transition-delay: 0.4s;
        }






        section {
            padding: 60px 8vw;
        }

        @media (max-width: 1024px) {

            /* Hero */
            .hw {
                min-height: 380px;
            }

            .hw-body {
                padding: 44px 36px;
                max-width: 480px;
            }


            .oficina-grid {
                grid-template-columns: repeat(2, 1fr);
            }


            .convenios-inner {
                grid-template-columns: 1fr;
                gap: 48px;
            }

            .convenios-logos {
                grid-template-columns: repeat(4, 1fr);
            }


            .noticias-grid {
                grid-template-columns: 1fr 1fr;
            }

            .noticia-main {
                grid-column: span 2;
                grid-row: span 1;
            }

            .noticia-main .noticia-img {
                height: 240px;
            }


            .cobertura-inner {
                grid-template-columns: 1fr;
                gap: 48px;
            }

            .cobertura-map iframe {
                width: 100%;
                height: 360px;
            }


            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 36px;
            }
        }

        @media (max-width: 768px) {

            section {
                padding: 48px 5vw;
            }


            .hw {
                min-height: 420px;
                border-radius: 0;
            }

            .hw-body {
                padding: 36px 24px;
                max-width: 100%;
            }

            h1.htitle {
                font-size: clamp(1.8rem, 7vw, 2.6rem);
            }

            .hbtns {
                flex-direction: column;
                gap: 10px;
            }

            .bp,
            .bo {
                width: 100%;
                text-align: center;
            }


            .avisos-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }


            .oficina-grid {
                grid-template-columns: 1fr;
                gap: 16px;
                margin-top: 32px;
            }

            .oficina-card {
                padding: 28px 22px;
            }

            .oficina-arrow {
                opacity: 1;
                transform: translate(0, 0);
            }


            .convenios-logos {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }

            .convenios-left p {
                font-size: 0.93rem;
            }


            .noticias-grid {
                grid-template-columns: 1fr;
            }

            .noticia-main {
                grid-column: span 1;
            }

            .noticia-main .noticia-img {
                height: 210px;
            }


            .cobertura-map iframe {
                width: 100%;
                height: 300px;
            }

            .cobertura-stats {
                grid-template-columns: repeat(3, 1fr);
                gap: 10px;
            }

            .cov-stat-num {
                font-size: 1.3rem;
            }


            .footer-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 16px;
                text-align: center;
            }


            .wa-float {
                bottom: 20px;
                right: 16px;
                width: 50px;
                height: 50px;
                font-size: 1.3rem;
            }
        }


        @media (max-width: 480px) {

            section {
                padding: 40px 4vw;
            }

            .hw-body {
                padding: 28px 18px;
            }

            h1.htitle {
                font-size: clamp(1.6rem, 8vw, 2rem);
            }

            .hsub {
                font-size: 0.88rem;
            }


            .aviso-card {
                flex-direction: column;
                gap: 12px;
                padding: 16px 18px;
            }


            .convenios-logos {
                grid-template-columns: repeat(2, 1fr);
            }


            .section-title {
                font-size: clamp(1.5rem, 6vw, 2rem);
            }

            .oficina-card-content h3 {
                font-size: 1rem;
            }

            .oficina-card-content p {
                font-size: 0.82rem;
            }


            .noticia-main .noticia-img {
                height: 180px;
            }


            .cobertura-map iframe {
                height: 250px;
            }
        }