:root{
            --brand-cyan: #0b78b9;
            --brand-cyan-soft: rgba(11,120,185,.20);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body { overflow-x: hidden; }

        .services-accordion{ display: none; }

        body { 
            margin: 0;
            padding-top: var(--header-h);
        }

        #inicio,
        #nuestra-empresa,
        #porque-elegirnos,
        #servicios,
        #flota,
        #contacto {
            scroll-margin-top: calc(var(--header-h) + 18px);
        }

        /* ===== HEADER ===== */
        .site-header{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 10010;
        }

        .top-bar {
            background-color: black;
            padding: 4px 20px;
            position: relative;
            top: 0;
            z-index: 10011;
            transition: transform .3s ease, opacity .3s ease, height .3s ease;
        }

        .contenido-top-bar {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-wrap: wrap;
            gap: 25px;
        }

        .top-item {
            font-size: 14px;
            color: white;
            margin-left: 10px;
            font-family: 'Tahoma', sans-serif;
            cursor: pointer;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .top-item i {
            color: white;
            margin-right: 8px;
        }

        .top-item:hover {
            color: #4fc3f7;
        }

        .top-item:hover i {
            color: #4fc3f7;
        }

        .selector-lenguaje:not(:focus):hover {
            color: #4fc3f7;
        }

        .selector-lenguaje:focus,
        .selector-lenguaje:active {
            color: white;
        }

        .selector-lenguaje {
            padding: 5px;
            font-size: 14px;
            color: white;
            background-color: black;
            margin-right: 8px;
            border: none;
            outline: none;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-position: right 10px center;
            background-repeat: no-repeat;
            padding-right: 25px;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        /* ===== LOGO ===== */
        .logo {
            position: absolute;
            left: 70px;
            top: 50%;
            transform: translateY(-50%);
        }

        .logo img {
            height: 100px;
            width: auto;
            display: block;
        }

        .logo-full{
            opacity: 1;
            position: relative;
            display: block;
            z-index: 2;

            transition:
                opacity .45s ease,
                transform .45s ease;
            will-change: opacity, transform;
        }

        .logo-mark{
            width: 54px;
            height: 59px;
            border-radius: 50%;
            background: url("https://i.imgur.com/Ay5yawO.png") center/contain no-repeat;
            position: absolute;
            top: 52%;
            left: -20px;
            transform: translate(112px, -106%);
            opacity: 0;
            z-index: 1;
            pointer-events: none;
            transition: transform .28s ease, opacity .5s ease;
            will-change: transform;
        }

        /* ===== NAVEGACION ESCRITORIO ===== */
        .navegador{
            background:
                linear-gradient(rgba(255,255,255,0.88), rgba(255,255,255,0.88)),
                url("https://static.vecteezy.com/system/resources/previews/007/006/986/non_2x/seamless-herringbone-floor-pattern-white-parquet-texture-tiles-illustration-vector.jpg"),
                rgba(255,255,255,0.75);
            background-size: 1200px 600px;
            background-repeat: repeat;
            background-blend-mode: soft-light;
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(0,0,0,0.06);
            padding: 50px 60px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 10010;
        }

        .navegador a{
            font-family: 'Montserrat', sans-serif;
            font-size: 19px;
            font-weight: 700;
            color: #1f2937;
            text-decoration: none;
            padding: 12px 18px;
            border-radius: 999px;
            transition: background-color .2s ease, color .2s ease;
            background: rgba(255,255,255,0.85);
            backdrop-filter: blur(2px);
            box-shadow: 0 4px 10px rgba(0,0,0,0.04);
        }

        .navegador a:hover{
            background: rgba(79, 195, 247, 0.14);
            color: #0b6fa0;
        }

        .navegador-links{
            list-style: none;
            display: flex;
            gap: 20px;
            margin: 0;
            margin-left: auto;
            padding: 0;
            align-items: center;
        }

        /* ===== BANNER ===== */
        .banner {
            width: 100%;
            height: 85vh; 
            min-height: 550px; 
            position: relative;
            overflow: hidden;
        }

        .banner::after{
            content: "";
            position: absolute;
            inset: 0;
            z-index: 2;
            pointer-events: none;
            background: linear-gradient(
                to right,
                rgba(0,0,0,0.45) 0%,
                rgba(0,0,0,0.25) 35%,
                rgba(0,0,0,0.0) 65%
            );
        }

        .hero-vehicle{
            width: clamp(380px, 38vw, 680px);
            height: auto;
            display: block;
            flex: 0 1 auto;
            filter: drop-shadow(0 18px 28px rgba(0,0,0,.35));
        }

        .hero-content{
            position: absolute;
            inset: 0;
            z-index: 9; 
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: clamp(40px, 7vw, 160px);
            padding-inline: clamp(24px, 6vw, 90px);
            padding-top: clamp(20px, 5vh, 60px);
        }

        .hero-img {
            width: 100%;
            height: 100%;
            object-fit: cover;      
            object-position: center bottom; 
        }

        .hero-slider {
            position: absolute;
            inset: 0;
            overflow: hidden;
            z-index: 1;
        }

        .hero-slide {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1.5s ease;
        }

        .slide-a {
            opacity: 1;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                to bottom,
                rgba(0,0,0,0.3) 0%,
                rgba(0,0,0,0) 50%,
                rgba(0,0,0,0.1) 100% 
            );
            pointer-events: none;
        }

        /* ===== MENU MOVIL ===== */
        .menu-btn{
            display: none;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            border: 2.5px solid var(--brand-cyan);
            background: white;
            cursor: pointer;
            position: relative;
            box-shadow:
                0 0 0 4px white,    
                0 8px 18px rgba(0,0,0,0.14);
            transition: box-shadow .25s ease, transform .2s ease;
        }

        .menu-btn span{
            position: absolute;
            left: 12px;
            right: 12px;
            height: 2.5px;
            background: var(--brand-cyan);
            border-radius: 999px;
            transition: transform .25s ease, opacity .2s ease;
        }

        .menu-btn span:nth-child(1){ top: 14px; }
        .menu-btn span:nth-child(2){ top: 21px; }
        .menu-btn span:nth-child(3){ top: 28px; }

        .drawer-overlay{
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,.45);
            opacity: 0;
            pointer-events: none;
            transition: opacity .25s ease;
            z-index: 20000;
        }

        .drawer{
            position: fixed;
            top: 0;
            right: 0;
            height: 100dvh;
            width: min(360px, 86vw);
            background: radial-gradient(
                rgba(5, 62, 131, 0.966),
                rgba(3, 24, 63, 0.89)
            );
            backdrop-filter: blur(14px);
            border-left: 1px solid rgba(255,255,255,0.12);
            transform: translateX(100%);
            transition: transform .25s ease;
            z-index: 20001;
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding: 18px;
            padding-top: 40px;
        }

        .drawer-header{
            display:flex;
            align-items:center;
            justify-content: space-between;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(255,255,255,0.10);
        }

        .drawer-title{
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 18px;
            letter-spacing: .3px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .drawer-nav{
            display:flex;
            flex-direction: column;
            gap: 10px;
            padding-top: 6px;
        }

        .drawer-link{
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            color: #1f2937;
            text-decoration: none;
            height: 52px;
            padding: 0 18px;
            border-radius: 999px;
            background: rgba(255,255,255,0.9);
            transition: background .2s ease, transform .2s ease;
        }

        .drawer-link:hover{
            background: rgba(144, 148, 150, 0.2);
            transform: translateX(-2px);
        }

        body.menu-open .menu-btn {
            position: fixed;
            top: 15px;
            right: 16px;
            z-index: 30000;
            background: white;
            border-color: var(--brand-cyan);
            box-shadow:
                0 0 0 4px rgba(255,255,255,.9),
                0 8px 18px rgba(0,0,0,0.14);
            transform: scale(0.9);
        }

        /* ===== ESTADOS ===== */
        body.menu-open .drawer{
            transform: translateX(0);
        }

        body.menu-open .drawer-overlay{
            opacity: 1;
            pointer-events: auto;
        }

        body.header-shrink .navegador{
            padding: 16px 60px;
        }

        body.header-shrink .top-bar{
            transform: translateY(-100%);
            opacity: 0;
            pointer-events: none;
            height: 0;
            padding-top: 0;
            padding-bottom: 0;
            margin: 0;
            overflow: hidden;
            border: 0;
        }

        body.header-shrink .logo{
            top: 50%;
            transform: translateY(-50%);
        }

        body.header-shrink .logo-full{
            opacity: 0;
            transform: translateY(-50%) scale(0.94);
            filter: blur(0px);
            pointer-events: none;
        }

        body.header-shrink .logo-mark{
            opacity: 1;
            transform: translateY(-50%) scale(1);
            filter: blur(0px);
        }

        body.header-shrink .navegador a{
            font-size: 15px;
            padding: 8px 12px; 
        }

        /* ===== CUADRO DE TEXTO ===== */
        .glass-card{
            position: relative;
            flex: 1 1 auto;
            width: clamp(420px, 40vw, 640px);
            padding: clamp(28px, 3vw, 42px);
            background: linear-gradient(
                135deg,
                rgba(3, 53, 100, 0.541),
                rgba(9, 101, 138, 0.596)
            );
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border-radius: 22px;
            box-shadow:
                0 20px 40px rgba(0,0,0,.45),
                inset 0 0 0 1px rgba(255,255,255,.08);
        }

        .glass-title{
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(2.8rem, 4.2vw, 3.8rem);
            font-weight: 800;
            line-height: 1.05;
            margin-bottom: 18px;
            color: #ffffff;
            text-shadow:
                0 4px 18px rgba(0,0,0,.65);
        }

        .glass-text{
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(1.05rem, 1.3vw, 1.2rem);
            line-height: 1.7;
            color: rgba(255,255,255,0.95);
            max-width: 52ch;
            text-shadow:
                0 2px 10px rgba(0,0,0,.5);
        }

        .glass-text strong{
            color: #4fc3f7;
            font-weight: 700;
        }

        .glass-btn{
            margin-top: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 34px;
            font-size: 1.05rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            color: #ffffff;
            background: linear-gradient(
                135deg,
                #20a5f1ce,
                #052d83c0
            );
            border-radius: 999px;
            text-decoration: none;
            box-shadow:
                0 10px 26px rgba(0,0,0,.35),
                inset 0 0 0 1px rgba(255,255,255,.25);
            transition:
                transform .2s ease,
                box-shadow .2s ease,
                filter .2s ease;
        }

        .glass-btn:hover{
            transform: translateY(-2px);
            box-shadow:
                0 14px 34px rgba(0,0,0,.45),
                inset 0 0 0 1px rgba(255,255,255,.35);
            filter: brightness(1.05);
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translate(50px, -40%);
            }
            to {
                opacity: 1;
                transform: translate(0, -40%);
            }
        }

        /* ===== NUESTRA EMPRESA ===== */
        .about-section{
            background: #ffffff;
            padding: clamp(80px, 12vh, 140px) 0;
        }

        .about-container{
            width: 100%;
            max-width: none;
            margin: 0;
            padding-inline: clamp(16px, 2vw, 32px);
            text-align: justify;
            text-justify: inter-word;
            hyphens: none;
        }

        .about-title{
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(2.2rem, 4vw, 2.8rem);
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 28px;
            text-align: center;
        }

        .about-text{
            max-width: 76ch;
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(1.05rem, 1.4vw, 1.15rem);
            line-height: 1.8;
            color: #374151;
            margin-bottom: 18px;
            margin-inline: auto; 
        }

        .about-text strong{
            color: #0b6fa0;
            font-weight: 700;
        }

        .about-layout{
            max-width: 1600px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(220px, 360px) minmax(520px, 920px) minmax(220px, 360px);
            align-items: center;
            gap: clamp(28px, 4vw, 80px);
            padding: 0 clamp(18px, 6vw, 80px);
        }

        .about-img{
            width: 100%;
            max-width: none; 
            aspect-ratio: 3 / 4;
            object-fit: cover;
            border-radius: 22px;
            opacity: 0.95;
            filter: grayscale(5%) contrast(1.05);
            box-shadow: 0 18px 36px rgba(0,0,0,0.20);
        }

        /* ===== ¿PORQUE ELEGIRNOS? ===== */
        .why-section{
            position: relative;
            overflow: hidden;
            padding: clamp(56px, 7vw, 96px) 0;
            background-image: url("https://i.pinimg.com/1200x/4c/08/47/4c08478291c078a66e443d4f05d0c4a8.jpg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .why-section::before{
            content:"";
            position:absolute;
            inset:0;
            background: linear-gradient(
                135deg,
                rgba(40, 105, 165, 0.65),
                rgba(0, 149, 255, 0.35)
            );
            z-index: 0;
            pointer-events: none;
        }

        .why-section::after{
            content:"";
            position:absolute;
            inset:-40%;
            background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.18), transparent 55%),
                        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.12), transparent 55%);
            z-index: 0;
            pointer-events:none;
        }

        .why-wrap{
            position: relative;
            z-index: 1;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 clamp(18px, 6vw, 90px);
        }

        .why-title{
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(28px, 4vw, 46px);
            letter-spacing: 0.06em;
            color: #ffffff;
            margin: 0 0 10px;
            text-align: center;
        }

        .why-subtitle{
            font-family: 'Montserrat', sans-serif;
            max-width: 70ch;
            margin: 0 auto clamp(26px, 4vw, 44px);
            color: #ffffff;
            font-size: clamp(15px, 1.6vw, 18px);
            line-height: 1.7;
            text-align: center;
        }

        .why-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: clamp(16px, 2.4vw, 28px);
            padding-inline: clamp(10px, 2vw, 24px);
        }

        .why-card{
            background: rgba(255,255,255,0.92);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255,255,255,0.22);
            border-radius: 20px;
            padding: clamp(18px, 2.2vw, 26px);
            box-shadow: 0 14px 34px rgba(0,0,0,0.14);
            transition: transform 180ms ease, box-shadow 180ms ease;
            min-height: 180px;
        }

        .why-card:hover{
            transform: translateY(-4px);
            box-shadow: 0 18px 44px rgba(0,0,0,0.16);
        }

        .why-head{
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 10px;
        }

        .why-icon{
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: grid;
            place-items: center;
            font-size: 22px;
            margin-bottom: 12px;
            background: rgba(0, 123, 255, 0.12);
            border: 1px solid rgba(0, 123, 255, 0.22);
        }

        .why-icon-img{
            width: 52px;
            height: 52px;
            object-fit: contain;
            flex: 0 0 auto;
            filter: drop-shadow(0 8px 14px rgba(0,0,0,0.18));
        }

        .why-card h3{
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            font-size: 19px;
            line-height: 1.2;
            color: #0c2238;
        }

        .why-desc{
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            color: #5c6b78;
            line-height: 1.7;
            font-size: 17px;
            text-align: center;
        }

        /* ===== SERVICIOS ===== */
        .services-section{
            padding: clamp(40px, 5vh, 100px) 0;
            position: relative;
            margin-top: -110px;
            background:
                linear-gradient(to bottom, rgba(255,255,255,0.98) 0%, rgba(245,250,255,0.98) 100%);
        }

        .services-wrap{
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 clamp(18px, 6vw, 90px);
        }

        .services-title{
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(28px, 4vw, 46px);
            font-weight: 800;
            color: #0c2238;
            letter-spacing: 0.04em;
            text-align: center;
            margin: 0 0 10px;
        }

        .services-subtitle{
            font-family: 'Montserrat', sans-serif;
            max-width: 78ch;
            margin: 0 auto clamp(26px, 4vw, 44px);
            color: #526373;
            font-size: clamp(15px, 1.6vw, 18px);
            line-height: 1.7;
            text-align: center;
        }

        .services-layout{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(320px, 420px);
            gap: clamp(18px, 3vw, 34px);
            align-items: start;
        }

        .services-grid{
            grid-column: 1 / 4;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: clamp(16px, 2.4vw, 26px);
        }

        .services-side{
            grid-column: 4 / 5;
            display: flex;
            justify-content: flex-end;
            margin-top: 40px;
        }

        .services-side-box{
            width: min(420px, 100%);
            aspect-ratio: 1 / 1;
            border-radius: 22px;
            background: rgba(255,255,255,0.55);
            border: 1px dashed rgba(12,34,56,0.20);
            box-shadow: 0 18px 44px rgba(0,0,0,0.12);
            position: relative;
            overflow: hidden;
        }

        .services-side-image{
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 22px;
            z-index: 1;
        }

        .services-side-hint{
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            letter-spacing: 0.08em;
            color: rgba(12,34,56,0.45);
            text-align: center;
            padding: 18px;
        }

        .services-side-btn{
            position: absolute;
            bottom: 28px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
        }

        .services-side-btn:hover{
            transform: translateX(-50%) translateY(-2px);
        }

        .service-card{
            background: rgba(255,255,255,0.92);
            border: 1px solid rgba(0,0,0,0.06);
            border-radius: 22px;
            padding: clamp(18px, 2.2vw, 26px);
            box-shadow: 0 14px 34px rgba(0,0,0,0.10);
            transition: transform 180ms ease, box-shadow 180ms ease;
            min-height: 190px;
        }

        .service-card:hover{
            transform: translateY(-4px);
            box-shadow: 0 18px 44px rgba(0,0,0,0.14);
        }

        .service-head{
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 10px;
        }

        .service-icon{
            width: 54px;
            height: 54px;
            border-radius: 16px;
            display: grid;
            place-items: center;
            background: rgba(9, 139, 133, 0.12);
            border: 1px solid rgba(9, 139, 133, 0.18);
            color: #0b6fa0;
            font-size: 22px;
            flex: 0 0 auto;
        }

        .service-card h3{
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            font-size: 19px;
            line-height: 1.2;
            color: #0c2238;
        }

        .service-desc{
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            color: #5c6b78;
            line-height: 1.75;
            font-size: 16.5px;
        }

        /* ================= CONVENIOS ================= */
        .agreements-section{
            position: relative;
            overflow: hidden;
            padding: clamp(60px, 8vh, 120px) 0;
            background:
                radial-gradient(
                circle at 50% 35%,
                rgba(255,255,255,0.08),
                rgba(0,0,0,0.0) 60%
                ),
                linear-gradient(
                180deg,
                #0a1f2d 0%,
                #0c2f45 45%,
                #0b4f75 100%
                );
        }

        .agreements-section::before{
            content:"";
            position:absolute;
            inset:0;
            background-image:
                radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
            background-size: 22px 22px;
            opacity: .35;
            pointer-events: none;
        }

        .agreements-section::after{
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(
                135deg,
                rgba(7, 26, 51, 0.65),
                rgba(11, 79, 117, 0.45)
            );
            z-index: 1;
        }

        .agreements-bg{
            position: absolute;
            inset: 0;
            background: url("TU_IMAGEN_DE_FONDO.jpg") center / cover no-repeat;
            filter: saturate(0.95) contrast(1.05);
            z-index: 0;
        }

        .agreements-section::after{
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(
                135deg,
                rgba(7, 26, 51, 0.78),
                rgba(11, 111, 160, 0.55)
            );
            z-index: 1;
        }

        .agreements-wrap{
            position: relative;
            z-index: 2;
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 clamp(16px, 6vw, 80px);
            text-align: center;
        }

        .agreements-title{
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(30px, 4vw, 46px);
            font-weight: 900;
            letter-spacing: .08em;
            color: #fff;
            margin: 0 0 10px;
        }

        .agreements-subtitle{
            font-family: 'Montserrat', sans-serif;
            max-width: 75ch;
            margin: 0 auto clamp(26px, 4vw, 44px);
            color: rgba(255,255,255,0.9);
            line-height: 1.7;
        }

        .agreements-grid{
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: clamp(12px, 1.8vw, 18px);
            align-items: stretch;
        }

        .agreement-card{
            background: transparent;
            border: none;
            box-shadow: none;
            padding: 0;
            border-radius: 0;
            display: grid;
            justify-items: center;
            gap: 10px;
        }

        .agreement-card:hover{
            transform: none; 
            box-shadow: none;
            filter: none;
        }

        .agreement-logo{
            background: transparent;
            border-radius: 0;
            overflow: visible;
            aspect-ratio: auto;
            display: grid;
            place-items: center;
            height: 90px;
        }

        .agreement-logo img{
            width: auto;
            height: 90px;
            max-width: 170px;
            object-fit: contain;
            padding: 0;
            display: block;
            filter: drop-shadow(0 18px 30px rgba(0,0,0,0.45));
            transition: transform .18s ease, filter .18s ease;
        }

        .agreement-card:hover .agreement-logo img{
            transform: translateY(-2px) scale(1.03);
            filter: drop-shadow(0 26px 40px rgba(0,0,0,0.55));
        }

        .agreement-name{
            font-family: 'Montserrat', sans-serif;
            font-weight: 900;
            font-size: 12px;
            letter-spacing: .10em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.95);
            text-shadow: 0 6px 18px rgba(0, 0, 0, 0.493);
        }

        /* ===== BENEFICIOS ADICIONALES ===== */
        .benefits-section{
            position: relative;
            overflow: hidden;
            background: linear-gradient(
                135deg,
                #0b6fa0,
                #0e88c7
            );
            padding: clamp(60px, 8vh, 120px) 0;
        }

        .benefits-section::before,
        .benefits-section::after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 12px;
            background-image: radial-gradient(circle, rgba(255,255,255,0.9) 2px, transparent 3px);
            background-size: 24px 12px;
            background-repeat: repeat-x;
            opacity: 0.8;
        }

        .benefits-section::before {
            top: 18px;
        }

        .benefits-section::after {
            bottom: 18px;
        }

        .benefits-wrap{
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 clamp(18px, 6vw, 80px);
            text-align: center;
        }

        .benefits-title{
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(32px, 5vw, 46px);
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .benefits-subtitle{
            font-family: 'Montserrat', sans-serif;
            color: rgba(255,255,255,0.9);
            max-width: 60ch;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        .benefits-grid{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: clamp(20px, 4vw, 40px);
            align-items: center;
            margin-bottom: 40px;
        }

        .benefit-card{
            background: transparent;
            border-radius: 18px;
            overflow: hidden;
            padding: 0;
            box-shadow: none;
        }

        .benefit-card img{
            width: 100%;
            max-width: 700px;
            height: auto;
            display: block;
            margin: 0 auto;
            border-radius: 18px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .benefit-card:hover img{
            transform: scale(1.08);
        }

        .benefits-btn{
            margin-top: 30px;
            padding: 20px 50px;
            font-size: 20px;
            font-weight: 800;
            border-radius: 999px;
            background: linear-gradient(135deg, #ffffff, #e6f1f8);
            color: #0e2c46;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 14px 30px rgba(0,0,0,0.25);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .benefits-btn:hover{
            transform: translateY(-3px) scale(1.04);
            box-shadow: 0 22px 45px rgba(0,0,0,0.35);
        }

        /* ===== NUESTRA FLOTA ===== */
        .fleet-track.no-anim .fleet-card{
            transition: none !important;
        }

        .fleet-section{
            background: #ffffff;
            padding: clamp(60px, 8vh, 0px) 0;
        }

        .fleet-wrap{
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 clamp(18px, 6vw, 80px);
            text-align: center;
        }

        .fleet-title{
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(32px, 5vw, 46px);
            font-weight: 800;
            color: #0c2238;
            margin: 0 0 10px;
        }

        .fleet-subtitle{
            font-family: 'Montserrat', sans-serif;
            color: #5c6b78;
            max-width: 60ch;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        .fleet-stage{
            position: relative;
            display: grid;
            place-items: center;
        }

        .fleet-track{
            position: relative;
            width: min(1100px, 92vw);
            height: 420px;
            margin: 0 auto;
        }

        .fleet-card{
            position: absolute;
            top: 50%;
            left: 50%;
            width: min(380px, 88vw);
            transform: translate(-50%, -50%);
            border-radius: 28px;
            padding: 22px 22px 24px;
            background: linear-gradient(
                180deg,
                #173e6b,
                hsl(214, 100%, 71%)
            );
            color: #ffffff;
            backdrop-filter: blur(8px);
            box-shadow: 0 18px 45px rgba(0,0,0,0.18);
            opacity: 0;
            pointer-events: none;
            transition: transform .55s ease, opacity .35s ease, filter .55s ease;
        }

        .fleet-photo{
            border-radius: 22px;
            background: rgba(11,111,160,0.10);
            height: 240px;
            overflow: hidden;
            display: grid;
            place-items: center;
        }

        .fleet-photo img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .fleet-name{
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            color: #f5f5f5;
            margin-top: 14px;
            letter-spacing: 0.5px;
            font-size: 1.05rem;
        }

        .fleet-mini{
            font-family: 'Montserrat', sans-serif;
            color: #ffffff;
            margin-top: 6px;
            font-size: 0.95rem;
        }

        .fleet-card.pos-a{
            opacity: 0;
            transform: translate(-50%, -50%) translateX(-860px) scale(0.85);
            pointer-events: none;
        }

        .fleet-card.pos-b{
            opacity: 1;
            transform: translate(-50%, -50%) translateX(-440px) scale(0.92);
            filter: saturate(0.9);
        }

        .fleet-card.pos-c{
            opacity: 1;
            transform: translate(-50%, -50%) translateX(0) scale(1.12);
            background: linear-gradient(
                180deg,
                #09223d,
                hsl(214, 58%, 39%)
            );
            color: #ffffff;
        }

        .fleet-card.pos-d{
            opacity: 1;
            transform: translate(-50%, -50%) translateX(440px) scale(0.92);
            filter: saturate(0.9);
        }

        .fleet-card.pos-e{
            opacity: 0;
            transform: translate(-50%, -50%) translateX(860px) scale(0.85);
            pointer-events: none;
        }

        .fleet-nav{
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            border-radius: 999px;
            border: 0;
            cursor: pointer;
            font-size: 34px;
            line-height: 1;
            background: rgba(12,34,56,0.10);
            color: #0c2238;
            transition: transform .2s ease, background .2s ease;
            user-select: none;
        }

        .fleet-nav:hover{
            transform: translateY(-50%) scale(1.06);
            background: rgba(12,34,56,0.16);
        }

        .fleet-prev{ left: -8px; }
        .fleet-next{ right: -8px; }
    
        .fleet-footer{
            margin-top: 50px;
            text-align: center;
        }

        .fleet-footer-text{
            max-width: 100ch;
            margin: 0 auto 26px;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.05rem;
            line-height: 1.7;
            color: #5c6b78;
            text-align: justify;
        }

        .fleet-footer-btn{
            display: inline-block;
            padding: 16px 44px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 1rem;
            letter-spacing: 0.08em;
            text-decoration: none;
            color: #ffffff;
            border-radius: 999px;
            background: linear-gradient(
                135deg,
                #0b6fa0,
                #0e88c7
            );
            box-shadow: 0 14px 32px rgba(0,0,0,0.25);
            transition: transform .25s ease, box-shadow .25s ease;
        }

        .fleet-footer-btn:hover{
            transform: translateY(-3px) scale(1.03);
            box-shadow: 0 22px 45px rgba(0,0,0,0.35);
        }

        /* ================= MODAL FLOTA COMPLETA ================= */
        body.modal-open{ overflow: hidden; }

        .fleet-modal{
            position: fixed;
            inset: 0;
            z-index: 40000;
            display: none;
        }
        .fleet-modal.is-open{ display: block; }

        .fleet-modal__overlay{
            position: absolute;
            inset: 0;
            background: rgba(2, 6, 12, 0.72);
            backdrop-filter: blur(10px);
        }

        .fleet-modal__panel{
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: min(1200px, 92vw);
            max-height: min(84vh, 820px);
            background: linear-gradient(180deg, rgba(8,18,34,0.92), rgba(6,14,28,0.92));
            border: 1px solid rgba(255,255,255,0.10);
            border-radius: 22px;
            box-shadow: 0 30px 90px rgba(0,0,0,0.60);
            overflow: hidden;
            display: grid;
            grid-template-rows: auto 1fr;
        }

        .fleet-modal__header{
            padding: 18px 20px 14px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.00));
        }

        .fleet-modal__title{
            font-family: 'Montserrat', sans-serif;
            font-weight: 900;
            letter-spacing: .08em;
            color: #fff;
            margin: 0 0 6px;
            font-size: 18px;
            text-transform: uppercase;
        }

        .fleet-modal__subtitle{
            font-family: 'Montserrat', sans-serif;
            color: rgba(255,255,255,0.78);
            margin: 0;
            line-height: 1.5;
            font-size: 14px;
        }

        .fleet-modal__close{
            position: absolute;
            top: 14px;
            right: 14px;
            width: 44px;
            height: 44px;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.12);
            background: rgba(255,255,255,0.06);
            color: #fff;
            font-size: 22px;
            cursor: pointer;
            transition: transform .18s ease, background .18s ease, border-color .18s ease;
        }

        .fleet-modal__close:hover{
            transform: scale(1.06);
            background: rgba(255,255,255,0.10);
            border-color: rgba(255,255,255,0.20);
        }

        .fleet-modal__content{
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            padding: 18px 20px 22px;
        }

        .fleet-modal__grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
            gap: 16px;
            align-items: stretch;
        }

        .fleet-modal-card{
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.10);
            border-radius: 18px;
            padding: 12px;
            box-shadow: 0 16px 40px rgba(0,0,0,0.30);
            transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
        }

        .fleet-modal-card:hover{
            transform: translateY(-3px);
            box-shadow: 0 24px 60px rgba(0,0,0,0.40);
            border-color: rgba(255,255,255,0.18);
            background: rgba(255,255,255,0.08);
        }

        .fleet-modal-photo{
            height: 160px;
            border-radius: 14px;
            overflow: hidden;
            background: rgba(0,0,0,0.25);
        }

        .fleet-modal-photo img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .fleet-modal-name{
            margin-top: 10px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 900;
            letter-spacing: .06em;
            color: #fff;
            font-size: 0.92rem;
            text-transform: uppercase;
        }

        .fleet-modal-mini{
            margin-top: 6px;
            font-family: 'Montserrat', sans-serif;
            color: rgba(255,255,255,0.78);
            font-size: 0.86rem;
            line-height: 1.4;
        }

        /* ===== CONTACTO ===== */
        .contact-section {
            position: relative;
            overflow: hidden;
            padding: 30px 20px;
        }

        .contact-section > * {
            position: relative;
            z-index: 2;
        }

        .contact-section::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(11, 120, 185, 0.85);
            z-index: 1;
        }

        .contact-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background: url("https://i.imgur.com/sb3nM1i.jpeg") center / cover no-repeat;
            filter: saturate(0);
            z-index: 0;
        }

        .contact-wrap{
            max-width: 1300px;
            margin: 0 auto;
        }

        .contact-head{
            text-align: center;
            margin-bottom: 26px;
        }

        .contact-title{
            margin: 0 0 10px;
            font-size: 46px;
            letter-spacing: 1px;
            font-family: 'Monserrat', sans-serif;
            color: #fff;
        }

        .contact-subtitle{
            font-family: 'Monserrat', sans-serif;
            margin: 0 auto;
            max-width: 1100px;
            color: rgba(255,255,255,.88);
            line-height: 1.55;
            font-size: 16px;
        }

        .contact-grid{
            display: grid;
            grid-template-columns: 340px 1fr;
            gap: 22px;
            align-items: stretch;
        }

        .contact-aside{
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .insta-card{
            flex: 1;
            min-height: 290px;
            display: flex;
            flex-direction: column;
        }

        .quick-card{
            flex: 0 0 auto;
        }

        .insta-head{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap: 10px;
            margin-bottom: 12px;
        }

        .insta-user{ display:flex; align-items:center; gap:10px; }
        .insta-avatar{
            width:40px; height:40px; border-radius:50%;
            object-fit:cover;
            border: 2px solid rgba(255,255,255,.6);
        }

        .insta-name{ font-weight:800; color:#fff; font-size:14px; }
        .insta-handle{ color: rgba(255,255,255,.85); font-size:12px; }

        .insta-follow{
            background: rgba(255,255,255,.95);
            color:#0b78b9;
            padding: 9px 12px;
            border-radius: 10px;
            font-weight: 800;
            text-decoration:none;
            white-space:nowrap;
        }

        .insta-grid{
            display:grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            flex: 1; /* ocupa el alto extra de la card */
            margin: 12px 0 18px;
        }

        .insta-grid a{
            display:block;
            border-radius: 12px;
            overflow:hidden;
            background: rgba(255,255,255,.12);
        }

        .insta-grid img{
            width:100%;
            height:100%;
            object-fit:cover;
            display:block;
            aspect-ratio: 1 / 1;
            transition: transform .2s ease;
        }

        .insta-grid a:hover img{
            transform: scale(1.04);
        }

        .ig-card,
        .aside-note {
            background: #ffffff;
            border: none;
            border-radius: 16px;
            padding: 16px;
            box-shadow: 0 18px 40px rgba(0,0,0,.14);
            color: #0c2b3f;
        }
        
        .ig-top{
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .ig-avatar{
            width: 54px;
            height: 54px;
            border-radius: 50%;
            object-fit: cover;
            background: rgba(255,255,255,.25);
        }

        .ig-name{
            font-family: 'Monserrat', sans-serif;
            font-weight: 700;
            letter-spacing: .2px;
        }

        .ig-handle{
            font-family: 'Monserrat', sans-serif;
            font-size: 13px;
            opacity: .85;
        }

        .ig-btn,
        .aside-whats{
            display: inline-flex;
            justify-content: center;
            width: 100%;
            padding: 11px 14px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-family: 'Monserrat', sans-serif;
            transition: transform .15s ease, filter .15s ease;
        }

        .ig-btn{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 13px 16px;
            border-radius: 14px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 14px;
            letter-spacing: .02em;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(45deg,
                #f58529,
                #dd2a7b,
                #8134af,
                #515bd4
            );
            box-shadow: 0 10px 26px rgba(0,0,0,.22);
            transition: transform .15s ease, box-shadow .15s ease;
        }

        .ig-btn i{
            font-size: 18px;
        }

        .ig-btn:hover{
            transform: translateY(-2px);
            box-shadow: 0 16px 34px rgba(0,0,0,.28);
        }

        .aside-whats{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 13px 16px;
            border-radius: 14px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(135deg, #1ebe5d, #0fa958);
            box-shadow: 0 10px 26px rgba(0,0,0,.22);
            transition: transform .15s ease, box-shadow .15s ease;
        }

        .aside-whats i{
            font-size: 18px;
        }

        .aside-whats:hover{
            transform: translateY(-2px);
            box-shadow: 0 16px 34px rgba(0,0,0,.28);
        }

        .aside-phone{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 13px 16px;
            border-radius: 14px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 14px;
            background: linear-gradient(135deg, #0b78b9, #0a5f96);
            color: #ffffff;
            text-decoration: none;
            box-shadow: 0 10px 26px rgba(0,0,0,.22);
            transition: transform .15s ease, box-shadow .15s ease;
        }

        .aside-phone i{
            font-size: 16px;
        }

        .aside-phone:hover{
            transform: translateY(-2px);
            box-shadow: 0 16px 34px rgba(0,0,0,.28);
        }


        .ig-btn:hover,
        .aside-whats:hover{
            transform: translateY(-2px);
            filter: brightness(1.02);
        }

        .aside-note-title{
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: .04em;
            text-transform: uppercase;
            color: rgba(12,43,63,.65);
            margin-bottom: 6px;
        }

        .aside-note-text{
            font-family: 'Montserrat', sans-serif;
            font-size: 13.5px;
            line-height: 1.5;
            opacity: .9;
        }

        .contact-card{
            background: #fff;
            border-radius: 18px;
            padding: 18px;
            box-shadow: 0 20px 45px rgba(0,0,0,.16);
        }

        .contact-card-title{
            font-family: 'Monserrat', sans-serif;
            margin: 0 0 6px;
            color: #0c2b3f;
            font-size: 22px;
        }

        .contact-card-text{
            font-family: 'Monserrat', sans-serif;
            margin: 0 0 14px;
            color: rgba(12,43,63,.72);
            line-height: 1.5;
            font-size: 14px;
        }

        .contact-form{
            display: grid;
            gap: 12px;
        }

        .contact-divider{
            border: 0;
            height: 1px;
            background: rgba(12, 43, 63, 0.15);
            margin: 12px 0 16px; /* ajusta a gusto */
        }

        .f-row{
            display: grid;
            gap: 7px;
        }

        .f-2col{
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }

        .f-label{
            font-family: 'Monserrat', sans-serif;
            font-size: 13px;
            color: rgba(12,43,63,.72);
            font-weight: 700;
        }

        .f-input,
        .f-textarea{
            width: 100%;
            border: 1px solid rgba(12,43,63,.18);
            border-radius: 12px;
            padding: 11px 12px;
            outline: none;
            font-family: 'Tahoma', sans-serif;
            transition: border-color .15s ease, box-shadow .15s ease;
            background: #fff;
        }

        .f-textarea{
            resize: none;
            min-height: 220px;
            overflow-y: auto;
        }

        .f-input:focus,
        .f-textarea:focus{
            border-color: rgba(11,120,185,.55);
            box-shadow: 0 0 0 4px rgba(11,120,185,.14);
        }

        .f-actions{
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 4px;
        }

        .f-btn{
            border: 0;
            background: #0b78b9;
            color: #fff;
            padding: 11px 16px;
            border-radius: 12px;
            cursor: pointer;
            font-weight: 800;
            font-family: 'Tahoma', sans-serif;
            transition: transform .15s ease, filter .15s ease;
        }

        .f-btn:hover{
            transform: translateY(-2px);
            filter: brightness(1.03);
        }

        .f-hint{
            font-size: 13px;
            color: rgba(12,43,63,.72);
        }

        .aside-actions{
            display: grid;
            gap: 10px;
            margin-top: 12px;
        }

        .aside-whats{ margin-top: 0 !important; }
        .aside-phone{ margin-top: 0 !important; }

        /* ===== WHATSAPP FLOTANTE (IMAGEN) ===== */
        .whatsapp-float{
            position: fixed;
            right: 26px;
            bottom: 26px;
            width: 76px;
            height: 76px;
            border: 3px solid rgba(255,255,255,0.9);
            border-radius: 50%;
            background: #25D366;
            display: grid;
            place-items: center;
            box-shadow: 0 20px 45px rgba(0,0,0,0.4);
            z-index: 9999;
            transition: transform .2s ease, box-shadow .2s ease;
        }

        .whatsapp-float img{
            width: 40px;
            height: 40px;
        }

        .whatsapp-float:hover{
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 28px 60px rgba(0,0,0,0.5);
        }

        /* ================= FOOTER ================= */
        .site-footer{
            background: linear-gradient(
                180deg,
                #050505 0%,
                #0b0b0b 100%
            );
            color: rgba(255,255,255,0.85);
            padding: clamp(60px, 8vh, 90px) 0 0;
            font-family: 'Montserrat', sans-serif;
        }

        .footer-wrap{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 clamp(20px, 6vw, 80px);
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: clamp(30px, 4vw, 60px);
        }

        .footer-title{
            font-weight: 900;
            letter-spacing: .10em;
            font-size: 14px;
            color: #ffffff;
            margin-bottom: 14px;
            text-transform: uppercase;
        }

        .footer-text{
            font-size: 14px;
            line-height: 1.7;
            color: rgba(255,255,255,0.75);
        }

        .footer-list{
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-list li{
            font-size: 14px;
            line-height: 2;
            color: rgba(255,255,255,0.75);
        }

        .footer-bottom{
            margin-top: 50px;
            padding: 22px 16px;
            text-align: center;
            font-size: 12.5px;
            letter-spacing: .06em;
            color: rgba(255,255,255,0.55);
            border-top: 1px solid rgba(255,255,255,0.08);
        }

        /* ===== ICONOS FOOTER BLANCOS ===== */
        .footer-icons li{
            position: relative;
            padding-left: 26px;
        }

        .footer-icons li::before{
            content: "";
            position: absolute;
            left: 0;
            top: 0.35em;
            width: 14px;
            height: 14px;
            background-color: #ffffff;
            mask-size: contain;
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
        }

        .icon-phone::before{
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.11-.21c1.21.49 2.53.76 3.88.76a1 1 0 011 1V20a1 1 0 01-1 1C10.07 21 3 13.93 3 5a1 1 0 011-1h3.5a1 1 0 011 1c0 1.35.26 2.67.76 3.88a1 1 0 01-.21 1.11l-2.43 2.8z'/%3E%3C/svg%3E");
        }

        .icon-mail::before{
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
        }

        .icon-map::before{
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E");
        }

        /* ===== CRÉDITO FOOTER ===== */
        .footer-credit{
            color: rgba(255,255,255,0.75);
            text-decoration: none;
            font-weight: 700;
            transition: color .2s ease, text-shadow .2s ease;
        }

        .footer-credit:hover{
            color: #ffffff;
            text-shadow: 0 0 12px rgba(255,255,255,0.35);
        }