        .loading-spinner {
            text-align: center;
            padding: 40px;
            color: #333;
        }
        .loading-spinner::before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            border: 3px solid rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            border-top-color: #4299e1;
            animation: spin 1s ease-in-out infinite;
            margin-right: 10px;
            vertical-align: middle;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        .column, .columns {
            margin: 0 1% 0;
        }

        a.button,
        a.tp-button,
        button,
        input[type="submit"],
        input[type="reset"],
        input[type="button"] {
            margin-bottom: 15px;
        }
        .items_group {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: space-between;
        }
        .column.one-third.column_icon_box {
            flex: 1;
            min-width: 300px;
            max-width: 380px;
        }
        .animate {
            opacity: 1;
            transform: none;
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        .animate.will-animate {
            opacity: 0;
            transform: translateY(24px);
        }
        .animate.is-animated {
            opacity: 1;
            transform: none;
        }
        .mobile-card {
            opacity: 1;
            transform: none;
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
        .mobile-card.will-animate {
            opacity: 0;
            transform: translateX(-20px);
        }
        .mobile-card.is-animated {
            opacity: 1;
            transform: none;
        }
        .important-info-section {
            padding: 34px 0 44px;
            background-image: url(/assets/images/home/hero/section_urku.png);
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
        }
        .important-info-section .important-info-wrapper,
        .important-info-section .important-slide {
            width: min(100% - 40px, 1024px);
            max-width: 1024px;
            margin: 0 auto;
        }
        .important-info-section .column        { margin-bottom: 0; }
        .important-info-section .fancy_heading { margin-bottom: 18px; text-align: center; }
        .important-info-section .fancy_heading .title {
            color: #fff;
            font-size: 26px;
            line-height: 1.2;
            margin-bottom: 6px;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
        }
        .important-info-section .fancy_heading .inside {
            color: rgba(255, 255, 255, 0.88);
            text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
        }
        .important-info-slider {
            max-width: 1320px;
            margin: 0 auto;
        }
        .important-info-slider .testimonials_slider_ul li { padding: 0; }
        .important-slide {
            box-sizing: border-box;
            padding: 0 42px 22px;
        }
        .important-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
            align-items: stretch;
        }
        .important-card {
            min-width: 0;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.08);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
        }
        .important-card.featured-map { width: 100%; }
        .important-info-section .map-wrapper {
            width: 100%;
            max-width: none;
            min-width: 0;
            box-shadow: none;
        }
        .important-info-section .full-width-map {
            width: 100% !important;
            max-width: none !important;
            margin: 0;
        }
        .important-info-section .responsive-iframe-container {
            padding-top: 56.25%;
            background: #0f172a;
        }
        .important-info-section .featured-map .responsive-iframe-container {
            padding-top: 36%; /* reduce visual height */
            min-height: 340px;
        }
        .important-info-section .important-media-grid .responsive-iframe-container {
            min-height: 340px;
        }
        .important-info-section .responsive-iframe-container iframe { background: #0f172a; }
        .map-wrapper {
            flex: 1;
            min-width: 300px;
            max-width: 600px;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .full-width-map {
            width: 80% !important;
            max-width: 80% !important;
            margin: 0 auto;
        }
        .full-width-map .responsive-iframe-container { padding-top: 48%; }
        .full-width-map iframe { height: 520px !important; }
        .map-title {
            padding: 16px;
            margin: 0;
            background: linear-gradient(135deg, #06a0e2, #4299e1);
            color: white;
            font-size: 18px;
            text-align: center;
            font-weight: 700;
        }
        .responsive-iframe-container {
            position: relative;
            overflow: hidden;
            padding-top: 65%;
        }
        .responsive-iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
        .important-info-section .responsive-iframe-container iframe {
            width: 100% !important;
            height: 100% !important;
        }

        /* ── Alcalde section — desktop ─────────────────────── */
        .alcalde-section-desktop {
            background: linear-gradient(135deg, #f8fbff 0%, #eef5fc 100%);
            padding: 60px 0;
            overflow: hidden;
        }
        .alcalde-section-desktop::before {
            content: '';
            position: absolute;
            top: -60px; right: -60px;
            width: 340px; height: 340px;
            border-radius: 50%;
            background: rgba(6, 160, 226, 0.07);
            pointer-events: none;
        }
        .alcalde-section-desktop::after {
            content: '';
            position: absolute;
            bottom: -80px; left: -40px;
            width: 200px; height: 200px;
            border-radius: 50%;
            background: rgba(6, 160, 226, 0.05);
            pointer-events: none;
        }
        .alcalde-layout {
            display: flex !important;
            align-items: flex-start;
            gap: 16px;
            flex-wrap: nowrap !important;
        }
        .alcalde-foto-col {
            flex: 0 0 580px;
            width: 580px !important;
            margin: 0 !important;
        }
        .alcalde-foto-wrapper { position: relative; }
        .alcalde-foto-frame {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 24px 60px rgba(6, 160, 226, 0.18), 0 8px 24px rgba(0, 0, 0, 0.1);
            border: 4px solid #fff;
        }
        .alcalde-foto-img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            aspect-ratio: 4/3;
        }
        .alcalde-foto-badge {
            position: absolute;
            bottom: 0; left: 0; right: 0;
            background: linear-gradient(to top, rgba(6, 56, 100, 0.92) 0%, rgba(6, 56, 100, 0) 100%);
            padding: 28px 20px 18px;
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .badge-cargo {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.75);
        }
        .badge-nombre {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.55);
            letter-spacing: 0.5px;
        }
        .alcalde-texto-col {
            flex: 1;
            min-width: 0;
            margin: 0 !important;
        }
        .alcalde-encabezado {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            margin-bottom: 20px;
        }
        .alcalde-linea-azul {
            width: 4px;
            min-height: 72px;
            background: linear-gradient(to bottom, #06a0e2, #4299e1);
            border-radius: 0;
            flex-shrink: 0;
            margin-top: 3px;
        }
        .alcalde-subtitulo {
            font-size: 10px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #06a0e2;
            font-weight: 700;
            margin: 0 0 4px;
        }
        .alcalde-titulo {
            font-size: 26px;
            font-weight: 800;
            color: #1a202c;
            margin: 0 0 4px;
            line-height: 1.15;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .alcalde-nombre {
            font-size: 15px;
            color: #4a5568;
            margin: 0;
            font-style: italic;
        }
        .alcalde-quote-block {
            border-left: 3px solid rgba(6, 160, 226, 0.3);
            padding-left: 14px;
            margin-bottom: 20px;
        }
        .alcalde-saludo {
            display: flex;
            align-items: baseline;
            gap: 4px;
            margin-bottom: 8px;
        }
        .q-open {
            font-size: 56px;
            color: #06a0e2;
            font-family: Georgia, serif;
            line-height: 0;
            position: relative;
            top: 20px;
            flex-shrink: 0;
            user-select: none;
        }
        .saludo-texto {
            font-size: 16px;
            font-weight: 700;
            font-style: italic;
            color: #2d3748;
            margin: 0;
        }
        .alcalde-mensaje p {
            font-size: 15px;
            line-height: 1.72;
            color: #4a5568;
            margin: 0 0 10px;
        }
        .alcalde-mensaje p:last-child { margin-bottom: 0; }
        .q-close {
            font-size: 36px;
            color: #06a0e2;
            font-family: Georgia, serif;
            line-height: 0;
            position: relative;
            top: 10px;
            margin-left: 1px;
            user-select: none;
        }
        .alcalde-firma {
            display: flex;
            flex-direction: column;
            gap: 4px;
            padding-top: 16px;
        }
        .firma-viva {
            font-size: 18px;
            font-weight: 700;
            color: #06a0e2;
            letter-spacing: 0.5px;
        }
        .firma-linea {
            width: 72px;
            height: 2px;
            background: linear-gradient(to right, #06a0e2, transparent);
            margin-top: 4px;
        }
        .alcalde-section-mobile {
            background: #f0f7fc;
            padding: 20px 0 28px;
        }
        .mobile-alcalde-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
            padding: 12px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 16px rgba(6, 160, 226, 0.1);
        }
        .mobile-alcalde-foto-wrap {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            border: 2.5px solid #06a0e2;
            box-shadow: 0 4px 12px rgba(6, 160, 226, 0.25);
        }
        .mobile-alcalde-foto {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
        }
        .mobile-alcalde-ident {
            display: flex;
            flex-direction: column;
            gap: 4px;
            min-width: 0;
        }
        .mobile-cargo-tag {
            display: inline-block;
            background: #06a0e2;
            color: #fff;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 2px 9px;
            border-radius: 20px;
            align-self: flex-start;
        }
        .mobile-alcalde-nombre {
            font-size: 15px;
            font-weight: 700;
            color: #1a202c;
            margin: 0;
            line-height: 1.2;
        }
        .mobile-alcalde-inst {
            font-size: 11px;
            color: #718096;
            line-height: 1.3;
        }
        .mobile-alcalde-mensaje-card {
            background: #fff;
            border-radius: 0 12px 12px 0;
            border-left: 4px solid #06a0e2;
            padding: 14px 14px 14px 16px;
            margin-bottom: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
        }
        .mobile-alcalde-mensaje-card p {
            font-size: 13.5px;
            line-height: 1.68;
            color: #4a5568;
            margin: 0 0 10px;
        }
        .mobile-alcalde-mensaje-card p:last-child { margin-bottom: 0; }
        .mobile-saludo {
            font-weight: 700;
            color: #2d3748 !important;
            font-style: italic;
            font-size: 14px !important;
            margin-bottom: 10px !important;
        }
        .mob-q-open,
        .mob-q-close {
            font-size: 22px;
            color: #06a0e2;
            font-family: Georgia, serif;
            user-select: none;
            vertical-align: middle;
        }
        .mob-q-open { margin-right: 1px; }
        .mob-q-close { margin-left: 1px; }

        /* ── Responsive — tablet (768–900 px) ─────────────── */
        @media (min-width: 768px) and (max-width: 1024px) {
            .column.one-third.column_icon_box { min-width: 280px; }
            .icon_wrapper .icon              { width: 60px; height: 60px; }
            .icon_wrapper .icon i            { font-size: 28px !important; }
        }

        @media (max-width: 900px) {
            .alcalde-layout {
                flex-wrap: wrap !important;
                gap: 28px;
            }

            .alcalde-foto-col {
                flex: 0 0 100% !important;
                width: 100% !important;
                max-width: 420px;
                margin: 0 auto !important;
            }

            .important-info-section .important-info-wrapper,
            .important-info-section .important-slide {
                width: min(100% - 28px, 680px);
            }

            .important-slide { padding: 0 34px 18px; }

            .important-grid {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .important-info-section .featured-map .responsive-iframe-container,
            .important-info-section .important-media-grid .responsive-iframe-container {
                min-height: 300px;
                padding-top: 62%;
            }
        }

        @media (max-width: 767px) {
            .section { padding: 5px 15px; }

            .column, .columns { margin: 0 1% 0; }

            .mobile-mission-cards {
                display: flex;
                flex-direction: column;
                gap: 10px;
                padding: 4px 0 18px;
            }

            .mobile-card {
                position: relative;
                display: flex;
                align-items: flex-start;
                gap: 14px;
                padding: 16px 14px 16px 16px;
                background: #fff;
                border-radius: 8px;
                box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
                transition: transform 0.25s ease, box-shadow 0.25s ease;
                overflow: hidden;
            }

            .mobile-card::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 5px;
                height: 100%;
                background: linear-gradient(180deg, #06a0e2 0%, #6657d9 100%);
                z-index: 1;
            }

            .mobile-card:hover {
                transform: translateY(-1px);
                box-shadow: 0 6px 18px rgba(6, 160, 226, 0.12);
            }

            .mobile-icon {
                width: 42px;
                height: 42px;
                margin-top: 2px;
                color: #06a0e2;
                background: rgba(6, 160, 226, 0.1);
                border-radius: 50%;
                box-shadow: none;
                font-size: 0;
                z-index: 2;
                flex-shrink: 0;
            }

            .mobile-icon i { font-size: 22px; line-height: 42px; }

            .mobile-content h4 {
                margin: 0 0 7px;
                color: #1a202c;
                font-size: 15px;
                line-height: 1.25;
                font-weight: 700;
                letter-spacing: 0;
            }

            .mobile-content .desc {
                color: #4a5568;
                font-size: 13px;
                line-height: 1.62;
            }

            .fancy_heading .title {
                font-size: 22px;
                font-weight: 700;
                color: #2d3748;
                margin-bottom: 0;
                text-align: center;
            }

            .alcalde-section-mobile { padding: 14px 0 22px; }

            .important-info-section { padding: 24px 0 30px; }

            .important-info-section .fancy_heading {
                margin-bottom: 14px;
            }

            .important-info-section .fancy_heading .title {
                font-size: 20px;
                line-height: 1.18;
                margin-bottom: 6px;
            }

            .important-info-section .fancy_heading .inside {
                font-size: 14px;
                line-height: 1.4;
            }

            .important-slide {
                width: 100%;
                padding: 0 14px 14px;
            }
            .important-info-section .important-info-wrapper {
                width: min(100% - 24px, 520px);
            }
            .important-info-section .featured-map .responsive-iframe-container,
            .important-info-section .important-media-grid .responsive-iframe-container {
                min-height: 210px;
            }
            .map-title {
                padding: 12px 10px;
                font-size: 14px;
                line-height: 1.2;
            }
        }

        @media only screen and (max-width: 420px) {
            .mobile-card { padding: 14px 12px 14px 14px; }
            .mobile-icon { width: 38px; height: 38px; }
            .mobile-icon i { font-size: 20px; line-height: 38px; }
            .important-info-section .fancy_heading .title { font-size: 19px; }
            .important-info-section .featured-map .responsive-iframe-container,
            .important-info-section .important-media-grid .responsive-iframe-container {
                min-height: 190px;
            }
        }
        #mfn-rev-slider,
        #rev_slider_34_2_wrapper,
        .rev_slider_wrapper,
        .rev_slider,
        .fullwidthbanner-container {
            overflow: hidden !important;
            max-width: 100vw !important;
        }
        @media (max-width: 900px) {
            .tp-caption.rev-btn {
                font-size: 14px !important;
                padding: 10px 24px !important;
            }
            .mfnrs_home      { font-size: clamp(14px, 3vw, 28px) !important; }
            .mfnrs_home_small{ font-size: clamp(10px, 2vw, 16px) !important; }
            .tp-caption .text { font-size: clamp(20px, 6vw, 56px) !important; }
            .tp-thumbs { display: none !important; }
        }
        @media (max-width: 600px) {
            .mfnrs_home       { font-size: clamp(11px, 3.5vw, 20px) !important; line-height: 1.25 !important; }
            .mfnrs_home_small { font-size: clamp(9px,  2.5vw, 14px) !important; }
            .tp-caption.rev-btn {
                font-size: 12px !important;
                padding: 8px 18px !important;
                line-height: 1.2 !important;
                white-space: nowrap !important;
            }
            .tp-caption .text { font-size: clamp(14px, 5.5vw, 36px) !important; }
            .tp-leftarrow,
            .tp-rightarrow {
                width: 32px !important;
                height: 32px !important;
            }
        }
        @media (max-width: 380px) {
            .mfnrs_home       { font-size: 11px !important; }
            .mfnrs_home_small { font-size: 9px  !important; }
            .tp-caption.rev-btn { font-size: 11px !important; padding: 7px 14px !important; }
        }
        /* Footer*/
        #footer .footer-inner,
        #footer .column {
            max-width: 1024px;
            margin: 0 auto;
            padding: 20px 16px;
            box-sizing: border-box;
        }

        @media (max-width: 768px) {
    .rev-btn {
        font-size: 13px !important;
        padding: 8px 20px !important;
    }
}
@media (max-width: 480px) {
    .rev-btn {
        font-size: 11px !important;
        padding: 6px 14px !important;
        margin-left: 10px !important;
    }
    .banner-title {
        font-size: 11px !important;
        line-height: 1.1 !important;
    }
}