:root{--color-primario:#667eea;--color-secundario:#764ba2;--color-primario-claro:#8b9cf7;--color-secundario-claro:#9b6fc0;--color-blanco:#ffffff;--color-gris-claro:#f8f9ff;--color-gris:#6c757d;--color-oscuro:#212529;--color-fondo:#f8f9ff;--color-borde:#dde2ea;--fuente-principal:var(--pr-font-family);--sombra-suave:0 4px 12px rgba(102,126,234,0.12);--sombra-elevada:0 12px 32px rgba(102,126,234,0.18);--transicion-suave:all 0.3s cubic-bezier(0.4,0,0.2,1);--transicion-rapida:all 0.2s ease;--gradiente-app:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--color-naranja:#ff9933;--color-naranja-oscuro:#e67e00;--gradiente-naranja:linear-gradient(135deg,#ff9933 0%,#e67e00 100%);--sombra-naranja:0 4px 16px rgba(255,153,51,0.35);--leather-negro:#3b2d5e;--leather-negro-deep:#2e2250;--leather-marron:#4a3870;--leather-marron-claro:#5a4580;--leather-naranja:#ff6600;--leather-naranja-oscuro:#cc4400;--leather-naranja-claro:#ff9933;--leather-morado:#667eea;--leather-morado-oscuro:#5568d8;--leather-morado-claro:#764ba2;--leather-gradiente:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--leather-gradiente-naranja:linear-gradient(135deg,#ff6600 0%,#ff9933 50%,#ffb366 100%);--leather-sombra-naranja:0 0 20px rgba(255,102,0,0.2);--leather-sombra-glow:0 0 40px rgba(102,126,234,0.15);--safe-area-top:env(safe-area-inset-top,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--fuente-principal);line-height:1.6;color:var(--color-oscuro);overflow-x:hidden;scroll-behavior:smooth}.encabezado-flotante{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(102,126,234,0.1);transition:var(--transicion-suave);padding-top:0;padding-top:var(--safe-area-top)}.encabezado-flotante .navbar{padding:0.4rem 0}.logo-principal{font-size:1.8rem;font-weight:700;color:var(--color-primario) !important;text-decoration:none;display:flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave)}.logo-principal:hover{transform:scale(1.05);color:var(--color-primario-claro) !important}.logo-principal i{font-size:2rem;animation:rotacion-suave 8s linear infinite}.logo-principal-img{height:32px;width:auto;object-fit:contain}@keyframes rotacion-suave{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.enlace-navegacion{color:var(--color-oscuro) !important;font-weight:500;position:relative;padding:0.5rem 1rem !important;transition:var(--transicion-suave)}.enlace-navegacion::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--color-primario);transition:var(--transicion-suave);transform:translateX(-50%)}.enlace-navegacion:hover::after{width:80%}.enlace-navegacion:hover{color:var(--color-primario) !important}.boton-acceso{background:var(--gradiente-app);color:var(--color-blanco) !important;border:none;padding:0.7rem 1.5rem;border-radius:50px;font-weight:600;transition:var(--transicion-suave);box-shadow:0 4px 15px rgba(102,126,234,0.3)}.boton-acceso:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,0.4);background:linear-gradient(135deg,var(--color-primario-claro),var(--color-primario))}.boton-menu{border:none;color:var(--color-primario);font-size:1.5rem}.seccion-hero.home-pr-intro{position:relative;background:var(--gradiente-app);color:var(--color-blanco);overflow:hidden;min-height:auto;display:block;padding:5rem 0 3.5rem;padding-top:calc(5rem + var(--safe-area-top))}.home-pr-intro-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.home-pr-intro-shape{position:absolute;border-radius:50%;opacity:0.06;background:#fff}.home-pr-intro-shape--1{width:220px;height:220px;top:-40px;right:-30px;animation:home-pr-float 8s ease-in-out infinite}.home-pr-intro-shape--2{width:140px;height:140px;bottom:-20px;left:-20px;animation:home-pr-float 10s ease-in-out infinite 2s}.home-pr-intro-shape--3{width:100px;height:100px;background:#ff9933;opacity:0.12;top:50%;right:35%;animation:home-pr-float 7s ease-in-out infinite 4s}@keyframes home-pr-float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-15px)}}.home-pr-intro-row{min-height:auto !important}.home-pr-intro-content{padding:1rem 0;animation:home-pr-fade-in 0.8s ease-out}@keyframes home-pr-fade-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-pr-intro-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.home-pr-intro-highlight{background:linear-gradient(45deg,#ff9933,#ffbb55);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-pr-intro-desc{font-size:1.05rem;margin-bottom:1.5rem;opacity:0.92;max-width:480px;line-height:1.6}.home-pr-intro-actions{display:flex;gap:0.75rem;flex-wrap:wrap}.home-pr-intro-actions .home-pr-intro-btn-primary,.home-pr-intro-btn-primary{background:#fff !important;color:#667eea !important;border:none !important;padding:0.8rem 1.75rem;border-radius:50px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave);box-shadow:0 4px 20px rgba(0,0,0,0.15)}.home-pr-intro-actions .home-pr-intro-btn-primary:hover,.home-pr-intro-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,0.2);color:#764ba2 !important}.home-pr-intro-actions .home-pr-intro-btn-ghost,.home-pr-intro-btn-ghost{background:transparent !important;color:#fff !important;border:2px solid rgba(255,255,255,0.6) !important;padding:0.8rem 1.75rem;border-radius:50px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave)}.home-pr-intro-actions .home-pr-intro-btn-ghost:hover,.home-pr-intro-btn-ghost:hover{background:rgba(255,255,255,0.15) !important;border-color:#fff !important;color:#fff !important;transform:translateY(-2px)}.home-pr-intro-visual{display:flex;justify-content:center;align-items:center;height:100%;animation:home-pr-fade-in-right 0.8s ease-out 0.2s both}@keyframes home-pr-fade-in-right{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.home-pr-intro-icon-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:280px}.home-pr-intro-icon-item{background:rgba(255,255,255,0.08) !important;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15) !important;border-radius:16px;padding:1.25rem 1rem;text-align:center;transition:var(--transicion-suave)}.home-pr-intro-icon-item:hover{transform:translateY(-4px);background:rgba(255,255,255,0.14) !important;border-color:rgba(255,255,255,0.35) !important}.home-pr-intro-icon-item i{font-size:1.8rem;color:#fff !important;display:block;margin-bottom:0.5rem}.home-pr-intro-icon-item span{font-size:0.8rem;font-weight:500;opacity:0.9}.home-pr-intro-icon-item--accent{background:rgba(255,255,255,0.14) !important;border-color:rgba(255,255,255,0.25) !important}.home-pr-intro-icon-item--accent:hover{background:rgba(255,255,255,0.2) !important}.home-pr-leather-content--centered{text-align:center}.home-pr-leather-content--centered .botones-accion{justify-content:center}.home-pr-leather-content--centered .home-pr-hero-instagram{justify-content:center}.home-pr-features-section{padding:3rem 0 3.5rem;background:transparent}.home-pr-features-logo-col{display:flex;align-items:center;justify-content:center}.home-pr-features-logo{max-width:220px;height:auto;border-radius:12px;filter:drop-shadow(0 4px 20px rgba(0,0,0,0.12));transition:transform 0.3s ease}.home-pr-features-logo:hover{transform:scale(1.04)}@media (max-width:991.98px){.home-pr-features-logo-col{margin-top:1rem}.home-pr-features-logo{max-width:160px}}.home-pr-features-grid{justify-content:center}.home-pr-features-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.3);border-radius:14px;padding:1.5rem 1.35rem;text-align:center;height:100%;transition:var(--transicion-suave);position:relative;overflow:hidden}.home-pr-features-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradiente-app);opacity:0;transition:var(--transicion-suave)}.home-pr-features-card:hover{transform:translateY(-5px);box-shadow:var(--sombra-elevada);border-color:var(--color-primario)}.home-pr-features-card:hover::before{opacity:1}.home-pr-features-icon{width:52px;height:52px;background:var(--gradiente-app);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 0.85rem;transition:var(--transicion-suave)}.home-pr-features-card:hover .home-pr-features-icon{transform:scale(1.1) rotate(5deg)}.home-pr-features-icon i{font-size:1.3rem;color:var(--color-blanco)}.home-pr-features-card-title{font-size:1.05rem;font-weight:650;color:var(--color-oscuro);margin-bottom:0.4rem}.home-pr-features-card-desc{font-size:0.88rem;color:var(--color-gris);line-height:1.5;margin-bottom:0}.home-pr-hero-features-wrapper .home-pr-features-card-title{color:#ffffff}.home-pr-hero-features-wrapper .home-pr-features-card-desc{color:rgba(255,255,255,0.85)}.home-pr-features-routes-extra{font-size:0.92rem;color:var(--color-gris);max-width:520px;margin:1rem auto 0;line-height:1.6}.home-pr-routes.home-pr-routes-main{padding:3rem 0 4rem;background:var(--color-fondo)}.home-pr-routes-header{text-align:center;margin-bottom:2rem}.home-pr-routes-title.home-pr-routes-main-title{font-size:1.75rem;font-weight:700;color:var(--color-oscuro);margin-bottom:0.35rem;display:flex;align-items:center;justify-content:center;gap:0.5rem}.home-pr-routes-title-icon{color:var(--color-primario);font-size:1.5rem}.home-pr-routes-subtitle.home-pr-routes-main-subtitle{font-size:0.95rem;color:var(--color-gris);margin-bottom:0.75rem}.home-pr-routes-line{width:60px;height:3px;background:var(--gradiente-naranja);margin:0 auto;border-radius:2px}.home-pr-route-card.home-pr-route-card-v2{background:var(--color-blanco);border:1px solid var(--color-borde);border-radius:14px;padding:0;height:100%;transition:var(--transicion-suave);position:relative;overflow:hidden;display:flex;cursor:pointer;flex-direction:column}.home-pr-route-card.home-pr-route-card-v2::before{content:'';position:absolute;top:0;left:0;right:0;height:0;background:var(--gradiente-app);opacity:0;transition:var(--transicion-suave)}.home-pr-route-card.home-pr-route-card-v2:hover{transform:translateY(-5px);box-shadow:var(--sombra-elevada);border-color:var(--color-primario)}.home-pr-route-card.home-pr-route-card-v2:hover::before{height:0;opacity:0}.home-pr-route-card-date-strip{background:var(--gradiente-naranja);padding:1rem 1.25rem;display:flex;align-items:baseline;gap:0.4rem;color:#fff}.home-pr-route-card-date-day{font-size:2rem;font-weight:800;line-height:1}.home-pr-route-card-date-month{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;opacity:0.9}.home-pr-route-card-date-time{margin-left:auto;font-size:0.85rem;font-weight:500;background:rgba(255,255,255,0.2);padding:0.2rem 0.6rem;border-radius:20px;display:inline-flex;align-items:center}.home-pr-route-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.home-pr-route-card-v2 .home-pr-route-card-name{font-size:1.1rem;font-weight:650;color:var(--color-oscuro);margin-bottom:0.75rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-pr-route-card-chips{display:flex;flex-wrap:wrap;gap:0.4rem;margin-bottom:1rem}.home-pr-route-card-chip{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.78rem;color:var(--color-primario);background:rgba(102,126,234,0.08);padding:0.25rem 0.6rem;border-radius:20px;font-weight:500}.home-pr-route-card-chip i{font-size:0.75rem;color:var(--color-primario) !important}.home-pr-route-card-footer-v2{border-top:1px solid var(--color-borde);padding-top:0.75rem;margin-top:auto}.home-pr-route-card-v2 .home-pr-route-card-author{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.82rem;color:var(--color-gris)}.home-pr-route-card-v2 .home-pr-route-card-author i{color:var(--color-secundario-claro);font-size:1rem}.home-pr-route-card-join-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 0;margin-top:0.75rem;border:none;border-radius:10px;background:var(--leather-gradiente-naranja,linear-gradient(135deg,#ff6600 0%,#ff9933 50%,#ffb366 100%));color:#fff;font-size:0.92rem;font-weight:700;letter-spacing:0.3px;text-decoration:none;cursor:pointer;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 3px 12px rgba(255,102,0,0.35)}.home-pr-route-card-join-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,102,0,0.45);color:#fff;text-decoration:none}.home-pr-route-card-join-btn:active{transform:translateY(0)}.home-pr-route-card-join-btn i{font-size:1.05rem}.home-pr-routes-empty.home-pr-routes-empty-v2{padding:3.5rem 2rem;text-align:center}.home-pr-routes-empty-icon{width:80px;height:80px;background:var(--gradiente-app);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.home-pr-routes-empty-icon i{font-size:2rem;color:#fff;opacity:1;margin-bottom:0;display:inline}.home-pr-routes-empty-v2 h3{font-size:1.35rem;font-weight:600;color:var(--color-oscuro);margin-bottom:0.5rem}.home-pr-routes-empty-v2 p{color:var(--color-gris);margin-bottom:1.5rem;max-width:380px;margin-left:auto;margin-right:auto;font-size:0.95rem}.seccion-contacto.home-pr-cta-compact{padding:3.5rem 0;background:var(--gradiente-app)}.home-pr-cta-centered{display:flex;justify-content:center;align-items:center}.home-pr-cta-trio{gap:2rem;align-items:stretch}.home-pr-cta-trio-card{flex:1;max-width:none;display:flex;flex-direction:column;justify-content:center}.home-pr-cta-icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center}.home-pr-cta-icon-img{width:450px;height:450px;border-radius:36px;box-shadow:0 12px 40px rgba(0,0,0,0.3);transition:transform 0.3s;object-fit:cover}.home-pr-cta-icon-img:hover{transform:scale(1.03) rotate(1deg)}.home-pr-cta-card-energy .titulo-cta i{color:#ff6600;-webkit-text-fill-color:#ff6600}.home-pr-cta-energy-btn{margin-top:auto;font-size:1.05rem;padding:12px 0;border-radius:12px}@media (max-width:991.98px){.home-pr-cta-trio{flex-direction:column;align-items:center;gap:1.5rem}.home-pr-cta-trio-card{max-width:420px;width:100%}.home-pr-cta-icon-wrapper{order:-1}.home-pr-cta-icon-img{width:200px;height:200px;border-radius:28px}}.home-pr-cta-card-v2{background:rgba(255,255,255,0.1);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.2);border-radius:18px;padding:2.5rem;text-align:center;max-width:420px;width:100%;transition:var(--transicion-suave)}.home-pr-cta-card-v2:hover{transform:translateY(-3px);background:rgba(255,255,255,0.15)}.home-pr-cta-title-v2{font-size:1.5rem;font-weight:700;margin-bottom:0.6rem;color:#fff}.home-pr-cta-desc-v2{margin-bottom:1.5rem;opacity:0.9;font-size:0.95rem;color:#fff}.home-pr-cta-buttons-v2{display:flex;flex-direction:column;gap:0.65rem;align-items:center}.home-pr-cta-btn-register{background:var(--gradiente-naranja) !important;color:#fff !important;border:none;padding:0.8rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave);box-shadow:0 4px 20px rgba(0,0,0,0.15)}.home-pr-cta-btn-register:hover{transform:translateY(-2px);box-shadow:var(--sombra-naranja);color:#fff !important}.home-pr-cta-btn-login{background:transparent !important;color:#fff !important;border:1px solid rgba(255,255,255,0.4) !important;padding:0.65rem 1.5rem;border-radius:50px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave);font-size:0.9rem}.home-pr-cta-btn-login:hover{background:rgba(255,255,255,0.15) !important;color:#fff !important;border-color:rgba(255,255,255,0.6) !important}.home-pr-hero-instagram{display:inline-flex;align-items:center;gap:0.75rem;margin-top:1.5rem;text-decoration:none;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);border-radius:50px;padding:0.55rem 1.1rem 0.55rem 0.6rem;transition:var(--transicion-suave);backdrop-filter:blur(8px)}.home-pr-hero-instagram:hover{background:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.45);transform:translateY(-2px)}.home-pr-hero-instagram-icon{width:34px;height:34px;border-radius:50%;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-pr-hero-instagram-icon i{font-size:1rem;color:#fff}.home-pr-hero-instagram-text{display:flex;flex-direction:column;line-height:1.2}.home-pr-hero-instagram-label{font-size:0.75rem;color:rgba(255,255,255,0.75);font-weight:400}.home-pr-hero-instagram-handle{font-size:0.9rem;color:#fff;font-weight:600}.seccion-hero{position:relative;background:var(--gradiente-app);color:var(--color-blanco);overflow:hidden;min-height:100vh;display:flex;align-items:center}.home-pr-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.home-pr-hero-shape{position:absolute;border-radius:50%;opacity:0.08;background:#fff}.home-pr-hero-shape--1{width:400px;height:400px;top:-10%;right:-5%;animation:home-pr-float 8s ease-in-out infinite}.home-pr-hero-shape--2{width:250px;height:250px;bottom:10%;left:-3%;animation:home-pr-float 10s ease-in-out infinite 2s}.home-pr-hero-shape--3{width:180px;height:180px;top:40%;right:30%;animation:home-pr-float 7s ease-in-out infinite 4s}.contenido-hero{padding:2rem 0;animation:deslizamiento-entrada 1s ease-out}@keyframes deslizamiento-entrada{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.titulo-principal{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.texto-destacado{background:linear-gradient(45deg,#ff9933,#ffbb55);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.descripcion-hero{font-size:1.2rem;margin-bottom:2rem;opacity:0.9;max-width:500px}.botones-accion{display:flex;gap:1rem;flex-wrap:wrap}.boton-primario{background:var(--gradiente-app);color:var(--color-blanco) !important;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave);box-shadow:0 8px 30px rgba(102,126,234,0.3)}.boton-primario:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(102,126,234,0.4);color:var(--color-blanco) !important}.boton-secundario{background:transparent;color:var(--color-blanco) !important;border:2px solid var(--color-blanco);padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave)}.boton-secundario:hover{background:var(--color-blanco);color:var(--color-primario) !important;transform:translateY(-3px)}.home-pr-hero-visual{display:flex;justify-content:center;align-items:center;height:100%;animation:deslizamiento-entrada-derecha 1s ease-out 0.3s both}@keyframes deslizamiento-entrada-derecha{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.home-pr-hero-icon-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:340px}.home-pr-hero-icon-item{background:rgba(255,255,255,0.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);border-radius:20px;padding:2rem 1.5rem;text-align:center;transition:var(--transicion-suave)}.home-pr-hero-icon-item:hover{transform:translateY(-5px);background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.35)}.home-pr-hero-icon-item i{font-size:2.2rem;color:#fff;display:block;margin-bottom:0.75rem}.home-pr-hero-icon-item span{font-size:0.9rem;font-weight:500;opacity:0.9}.home-pr-hero-icon-item--accent{background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.25)}.home-pr-hero-icon-item--accent:hover{background:rgba(255,255,255,0.2)}.seccion-servicios{padding:6rem 0;background:var(--color-gris-claro)}.titulo-seccion{font-size:2.5rem;font-weight:700;color:var(--color-primario);margin-bottom:1rem}.linea-decorativa{width:80px;height:4px;background:var(--gradiente-app);margin:0 auto 3rem;border-radius:2px}.tarjeta-servicio{background:var(--color-blanco);padding:3rem 2rem;border-radius:20px;text-align:center;transition:var(--transicion-suave);border:1px solid rgba(102,126,234,0.1);height:100%;position:relative;overflow:hidden}.tarjeta-servicio::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,0.1),transparent);transition:var(--transicion-suave)}.tarjeta-servicio:hover::before{left:100%}.tarjeta-servicio:hover{transform:translateY(-10px);box-shadow:var(--sombra-elevada);border-color:var(--color-primario)}.icono-servicio{width:80px;height:80px;background:var(--gradiente-app);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:var(--transicion-suave)}.tarjeta-servicio:hover .icono-servicio{transform:scale(1.1) rotate(5deg)}.icono-servicio i{font-size:2rem;color:var(--color-blanco)}.titulo-servicio{font-size:1.5rem;font-weight:600;color:var(--color-primario);margin-bottom:1rem}.descripcion-servicio{color:var(--color-gris);font-size:1rem;line-height:1.6}.seccion-contacto{padding:6rem 0;background:var(--gradiente-app);color:var(--color-blanco)}.titulo-contacto{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.descripcion-contacto{font-size:1.2rem;margin-bottom:2rem;opacity:0.9}.estadisticas{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.stat-item{display:flex;flex-direction:column;align-items:flex-start}.numero-stat{font-size:2rem;font-weight:800;color:#fff;line-height:1}.texto-stat{font-size:0.9rem;opacity:0.8}.contenedor-cta{display:flex;justify-content:center;align-items:center}.cta-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.2);border-radius:20px;padding:3rem;text-align:center;max-width:400px;width:100%;transition:var(--transicion-suave)}.cta-card:hover{transform:translateY(-5px);background:rgba(255,255,255,0.15)}.titulo-cta{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.descripcion-cta{margin-bottom:2rem;opacity:0.9}.boton-cta{background:var(--gradiente-app);color:var(--color-blanco) !important;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave);box-shadow:0 8px 30px rgba(102,126,234,0.3)}.boton-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(102,126,234,0.4);color:var(--color-blanco) !important}.home-pr-routes{padding:6rem 0;background:var(--color-blanco)}.home-pr-routes-title{font-size:2.5rem;font-weight:700;color:var(--color-primario);margin-bottom:0.5rem}.home-pr-routes-subtitle{font-size:1.1rem;color:var(--color-gris);margin-bottom:1rem}.home-pr-route-card{background:var(--color-blanco);border:1px solid rgba(102,126,234,0.1);border-radius:16px;padding:1.5rem;height:100%;transition:var(--transicion-suave);position:relative;overflow:hidden}.home-pr-route-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradiente-app);opacity:0;transition:var(--transicion-suave)}.home-pr-route-card:hover{transform:translateY(-6px);box-shadow:var(--sombra-elevada);border-color:rgba(102,126,234,0.3)}.home-pr-route-card:hover::before{opacity:1}.home-pr-route-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:0.75rem}.home-pr-route-card-date,.home-pr-route-card-time{display:inline-flex;align-items:center;gap:0.35rem;font-size:0.82rem;color:var(--color-primario);font-weight:600;background:rgba(102,126,234,0.08);padding:0.3rem 0.65rem;border-radius:20px}.home-pr-route-card-date i,.home-pr-route-card-time i{font-size:0.85rem}.home-pr-route-card-name{font-size:1.15rem;font-weight:600;color:var(--color-oscuro);margin-bottom:0.75rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-pr-route-card-details{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1rem}.home-pr-route-card-tag{display:inline-flex;align-items:center;gap:0.3rem;font-size:0.8rem;color:var(--color-gris);background:var(--color-gris-claro);padding:0.25rem 0.6rem;border-radius:6px}.home-pr-route-card-tag i{font-size:0.8rem;color:var(--color-secundario-claro)}.home-pr-route-card-footer{border-top:1px solid rgba(0,0,0,0.06);padding-top:0.75rem}.home-pr-route-card-author{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.82rem;color:var(--color-gris)}.home-pr-route-card-author i{color:var(--color-secundario-claro);font-size:1rem}.home-pr-routes-empty{padding:4rem 2rem;text-align:center}.home-pr-routes-empty i{font-size:3.5rem;color:var(--color-primario);opacity:0.6;margin-bottom:1.5rem;display:block}.home-pr-routes-empty h3{font-size:1.5rem;font-weight:600;color:var(--color-primario);margin-bottom:0.75rem}.home-pr-routes-empty p{color:var(--color-gris);margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.home-pr-cta-buttons{display:flex;flex-direction:column;gap:0.75rem;align-items:center}.home-pr-cta-login{background:transparent;color:var(--color-blanco) !important;border:1px solid rgba(255,255,255,0.4);padding:0.75rem 1.5rem;border-radius:50px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transicion-suave);font-size:0.9rem}.home-pr-cta-login:hover{background:rgba(255,255,255,0.15);color:var(--color-blanco) !important;border-color:rgba(255,255,255,0.6)}.pie-pagina{background:var(--color-oscuro);color:var(--color-blanco);padding:3rem 0 1rem}.pie-pagina-compacto{padding:0.85rem 0;padding-bottom:0.85rem;padding-bottom:calc(0.85rem + var(--safe-area-bottom))}.logo-principal-img--footer{height:30px}.footer-instagram-link{display:inline-flex;align-items:center;gap:0.4rem;color:var(--color-blanco);text-decoration:none;font-size:0.88rem;font-weight:500;opacity:0.8;transition:var(--transicion-rapida)}.footer-instagram-link i{font-size:1.1rem;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-instagram-link:hover{opacity:1;color:var(--color-blanco);transform:translateY(-1px)}.pie-pagina-compacto .copyright{font-size:0.8rem;opacity:0.5;margin:0}.footer-pr-inner{display:flex;flex-direction:column;align-items:center;gap:0.85rem;text-align:center;padding:0.25rem 0}.footer-pr-logo-link{display:inline-flex;align-items:center}.footer-pr-logo-link .logo-principal-img--footer{height:28px;transition:var(--transicion-rapida)}.footer-pr-logo-link:hover .logo-principal-img--footer{opacity:0.85;transform:scale(1.04)}.footer-pr-inner .footer-instagram-link{display:inline-flex;align-items:center;gap:0.5rem;color:rgba(255,255,255,0.85);text-decoration:none;font-size:0.85rem;font-weight:500;padding:0.4rem 0.85rem;border-radius:20px;border:1px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.04);transition:var(--transicion-rapida);opacity:1}.footer-pr-instagram-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);flex-shrink:0}.footer-pr-instagram-icon i{font-size:0.8rem;color:#fff;-webkit-text-fill-color:#fff;background:none;-webkit-background-clip:unset;background-clip:unset}.footer-pr-inner .footer-instagram-link:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.2);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(224,73,52,0.15)}.footer-pr-copy{font-size:0.75rem;color:rgba(255,255,255,0.35);margin:0;letter-spacing:0.02em}@media (min-width:768px){.footer-pr-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;text-align:left}.footer-pr-copy{order:0;margin-left:auto}}.logo-footer{font-size:1.5rem;font-weight:700;color:var(--color-primario);margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}.logo-footer i{font-size:1.8rem}.descripcion-footer{opacity:0.8;margin-bottom:2rem}.enlaces-footer{margin-bottom:1rem}.enlace-footer{color:var(--color-blanco);text-decoration:none;margin:0 1rem;transition:var(--transicion-rapida)}.enlace-footer:hover{color:var(--color-primario)}.redes-sociales{display:flex;gap:1rem;justify-content:flex-end}.red-social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(102,126,234,0.1);border:1px solid rgba(102,126,234,0.3);border-radius:50%;color:var(--color-blanco);text-decoration:none;transition:var(--transicion-suave)}.red-social:hover{background:var(--color-primario);color:var(--color-blanco);transform:translateY(-2px)}.separador-footer{border-color:rgba(255,255,255,0.1);margin:2rem 0 1rem}.copyright{opacity:0.6;margin:0}@media (max-width:768px){.titulo-principal{font-size:2.5rem}.botones-accion{flex-direction:column;align-items:stretch}.boton-primario,.boton-secundario{text-align:center;justify-content:center}.estadisticas{justify-content:center;text-align:center}.stat-item{align-items:center}.redes-sociales{justify-content:center}.enlaces-footer{text-align:center}.seccion-servicios,.seccion-contacto,.home-pr-routes{padding:4rem 0}.cta-card{padding:2rem}.home-pr-routes-title{font-size:2rem}.seccion-hero.home-pr-intro{padding:4rem 0 2.5rem;padding-top:calc(4rem + var(--safe-area-top))}.home-pr-intro-title{font-size:1.75rem !important}.home-pr-intro-desc{font-size:0.95rem}.home-pr-intro-actions{flex-direction:column;align-items:stretch}.home-pr-intro-btn-primary,.home-pr-intro-btn-ghost{text-align:center;justify-content:center}.home-pr-features-section{padding:2.5rem 0 2.5rem}.home-pr-features-card{padding:1.25rem 1.15rem}.home-pr-routes.home-pr-routes-main{padding:2.5rem 0 3rem}.home-pr-routes-title.home-pr-routes-main-title{font-size:1.5rem}.seccion-contacto.home-pr-cta-compact{padding:2.5rem 0}.home-pr-cta-card-v2{padding:2rem 1.5rem}}@media (max-width:576px){.titulo-principal{font-size:2rem}.descripcion-hero{font-size:1rem}.boton-primario,.boton-secundario,.boton-cta{padding:0.8rem 1.5rem;font-size:0.9rem}.tarjeta-servicio{padding:2rem 1.5rem}.titulo-seccion,.titulo-contacto{font-size:2rem}.home-pr-hero-shape--1,.home-pr-intro-shape--1{width:150px;height:150px}.home-pr-hero-shape--2,.home-pr-intro-shape--2{width:100px;height:100px}.estadisticas{flex-direction:column;gap:1rem}.home-pr-route-card{padding:1.25rem}.home-pr-route-card-header{flex-wrap:wrap;gap:0.5rem}.home-pr-routes-title{font-size:1.75rem}.seccion-hero.home-pr-intro{padding:3.5rem 0 2rem;padding-top:calc(3.5rem + var(--safe-area-top))}.home-pr-intro-title{font-size:1.55rem !important;margin-bottom:0.75rem}.home-pr-intro-desc{font-size:0.9rem;margin-bottom:1.25rem}.home-pr-intro-btn-primary,.home-pr-intro-btn-ghost{padding:0.7rem 1.5rem;font-size:0.9rem}.home-pr-features-section{padding:2rem 0}.home-pr-features-card{padding:1rem 1rem}.home-pr-features-card-title{font-size:0.95rem}.home-pr-features-card-desc{font-size:0.82rem;line-height:1.4}.home-pr-features-icon{width:44px;height:44px;margin-bottom:0.6rem}.home-pr-features-icon i{font-size:1.1rem}.home-pr-route-card-date-strip{padding:0.85rem 1rem}.home-pr-route-card-date-day{font-size:1.6rem}.home-pr-route-card-body{padding:1rem}.home-pr-routes-title.home-pr-routes-main-title{font-size:1.35rem}.home-pr-cta-title-v2{font-size:1.3rem}}.header-pr-container{position:fixed;top:0;left:0;right:0;z-index:1050;background:linear-gradient(135deg,rgba(255,255,255,0.98) 0%,rgba(248,249,255,0.98) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(102,126,234,0.15);box-shadow:0 2px 20px rgba(102,126,234,0.08)}.header-pr-navbar{padding:0;min-height:56px}.header-pr-content{padding:0.5rem 1rem}.header-pr-logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;transition:all 0.3s ease}.header-pr-logo:hover{transform:scale(1.03)}.header-pr-logo-icon{font-size:1.6rem;color:#667eea;animation:header-pr-logo-pulse 4s ease-in-out infinite}@keyframes header-pr-logo-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.header-pr-logo-text{font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-pr-toggler{border:none;padding:0.5rem;font-size:1.4rem;color:#667eea;background:rgba(102,126,234,0.1);border-radius:8px;transition:all 0.2s ease}.header-pr-toggler:hover,.header-pr-toggler:focus{background:rgba(102,126,234,0.15);box-shadow:none;outline:none}.header-pr-nav-main{display:flex;align-items:center;gap:0.25rem}.header-pr-nav-link{display:flex;align-items:center;gap:0.4rem;padding:0.5rem 1rem !important;font-size:0.9rem;font-weight:500;color:#333 !important;border-radius:25px;transition:all 0.25s ease;position:relative}.header-pr-nav-link i{font-size:1rem;color:#667eea;transition:all 0.25s ease}.header-pr-nav-link:hover{background:linear-gradient(135deg,rgba(102,126,234,0.1) 0%,rgba(118,75,162,0.1) 100%);color:#667eea !important}.header-pr-nav-link:hover i{transform:scale(1.1)}.header-pr-nav-right{display:flex;align-items:center;gap:0.75rem}.header-pr-alerts-item{position:relative}.header-pr-alerts-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:rgba(102,126,234,0.08);border-radius:50%;color:#667eea;text-decoration:none;transition:all 0.25s ease;position:relative}.header-pr-alerts-btn:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;transform:scale(1.08);box-shadow:0 4px 15px rgba(102,126,234,0.3)}.header-pr-alerts-btn i{font-size:1.1rem}.header-pr-alerts-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;font-size:0.65rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#dc3545 0%,#c82333 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 8px rgba(220,53,69,0.4)}.header-pr-alerts-badge--pulse{animation:header-pr-badge-pulse 2s infinite}@keyframes header-pr-badge-pulse{0%{transform:scale(1);box-shadow:0 2px 8px rgba(220,53,69,0.4)}50%{transform:scale(1.15);box-shadow:0 2px 15px rgba(220,53,69,0.6)}100%{transform:scale(1);box-shadow:0 2px 8px rgba(220,53,69,0.4)}}.header-pr-profile-dropdown{position:relative}.header-pr-avatar-btn{display:flex;align-items:center;gap:0.5rem;padding:0.35rem 0.75rem 0.35rem 0.35rem !important;background:rgba(102,126,234,0.08);border-radius:25px;text-decoration:none;transition:all 0.25s ease;cursor:pointer}.header-pr-avatar-btn::after{display:none}.header-pr-avatar-btn:hover{background:rgba(102,126,234,0.15)}.header-pr-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid rgba(102,126,234,0.3);transition:all 0.25s ease}.header-pr-avatar-btn:hover .header-pr-avatar{border-color:#667eea}.header-pr-avatar-img{width:100%;height:100%;object-fit:cover}.header-pr-avatar-initials{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:0.75rem;font-weight:600}.header-pr-username{font-size:0.85rem;font-weight:500;color:#333;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-pr-chevron{font-size:0.7rem;color:#666;transition:transform 0.25s ease}.header-pr-avatar-btn[aria-expanded="true"] .header-pr-chevron{transform:rotate(180deg)}.header-pr-dropdown-menu{min-width:220px;padding:0.5rem 0;border:none;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,0.15);margin-top:0.5rem}.header-pr-dropdown-header{padding:0.75rem 1rem;display:flex;flex-direction:column;gap:0.15rem}.header-pr-dropdown-name{font-weight:600;color:#333;font-size:0.9rem}.header-pr-dropdown-email{font-size:0.75rem;color:#888}.header-pr-dropdown-item{display:flex;align-items:center;gap:0.75rem;padding:0.6rem 1rem;font-size:0.875rem;color:#444;transition:all 0.2s ease}.header-pr-dropdown-item i{font-size:1rem;color:#667eea;width:20px;text-align:center}.header-pr-dropdown-item:hover{background:rgba(102,126,234,0.08);color:#667eea}.header-pr-dropdown-badge{margin-left:auto;font-size:0.65rem;font-weight:600;padding:0.15rem 0.5rem;background:linear-gradient(135deg,#dc3545 0%,#c82333 100%);color:#fff;border-radius:10px}.header-pr-dropdown-logout{color:#dc3545}.header-pr-dropdown-logout i{color:#dc3545}.header-pr-dropdown-logout:hover{background:rgba(220,53,69,0.08);color:#c82333}.header-pr-mobile-actions{display:flex;align-items:center;gap:0.5rem;margin-left:auto;margin-right:0.75rem}.header-pr-mobile-alert{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(102,126,234,0.08);border-radius:50%;color:#667eea;text-decoration:none;transition:all 0.25s ease;position:relative}.header-pr-mobile-alert:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.header-pr-mobile-profile{position:relative}.header-pr-avatar-btn-mobile{display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;cursor:pointer;text-decoration:none}.header-pr-avatar-btn-mobile .header-pr-avatar{width:34px;height:34px;border:2px solid rgba(102,126,234,0.3);transition:all 0.25s ease}.header-pr-avatar-btn-mobile:hover .header-pr-avatar{border-color:#667eea;transform:scale(1.05)}@media (max-width:991.98px){.header-pr-navbar{min-height:auto}.header-pr-content{padding:0.5rem 1rem;flex-wrap:wrap}.header-pr-content>.collapse,.header-pr-content>.collapsing{width:100%;flex-basis:100%}.header-pr-nav-main{flex-direction:column;align-items:stretch;padding:0.75rem 0;border-top:1px solid rgba(102,126,234,0.15);margin-top:0.5rem;gap:0.25rem}.header-pr-nav-link{padding:0.75rem 1rem !important;border-radius:8px;justify-content:flex-start}.header-pr-mobile-profile .header-pr-dropdown-menu{right:0;left:auto;min-width:200px}}@media (max-width:575.98px){.header-pr-logo-text{font-size:1.1rem}.header-pr-logo-icon{font-size:1.3rem}.header-pr-mobile-actions{gap:0.35rem;margin-right:0.5rem}.header-pr-mobile-alert{width:32px;height:32px}.header-pr-mobile-alert i{font-size:0.95rem}.header-pr-avatar-btn-mobile .header-pr-avatar{width:30px;height:30px}.header-pr-toggler{padding:0.4rem;font-size:1.2rem}}.footer-pr-container{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f0f23 100%);padding:1rem 0;margin-top:auto}.footer-pr-content{min-height:50px}.footer-pr-brand{display:flex;align-items:center}.footer-pr-logo{display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none;transition:all 0.3s ease}.footer-pr-logo:hover{transform:scale(1.03)}.footer-pr-logo i{font-size:1.3rem;color:#667eea}.footer-pr-logo span{font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-pr-nav{display:flex;align-items:center;justify-content:center}.footer-pr-links{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap;justify-content:center}.footer-pr-link{color:rgba(255,255,255,0.7);text-decoration:none;font-size:0.8rem;font-weight:400;padding:0.25rem 0.5rem;border-radius:4px;transition:all 0.25s ease}.footer-pr-link:hover{color:#8b9cf7;background:rgba(102,126,234,0.1)}.footer-pr-separator{color:rgba(255,255,255,0.3);font-size:0.75rem}.footer-pr-right{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.footer-pr-social{display:flex;align-items:center;gap:0.5rem}.footer-pr-social-link{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:rgba(255,255,255,0.05);border:1px solid rgba(102,126,234,0.2);border-radius:50%;color:rgba(255,255,255,0.7);text-decoration:none;transition:all 0.25s ease}.footer-pr-social-link:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,0.3)}.footer-pr-social-link i{font-size:0.85rem}.footer-pr-copyright{font-size:0.75rem;color:rgba(255,255,255,0.5);white-space:nowrap}@media (max-width:767.98px){.footer-pr-container{padding:1.25rem 0}.footer-pr-content{text-align:center}.footer-pr-brand{justify-content:center;margin-bottom:0.75rem}.footer-pr-nav{margin-bottom:0.75rem}.footer-pr-links{justify-content:center}.footer-pr-right{justify-content:center;flex-direction:column;gap:0.5rem}}@media (max-width:575.98px){.footer-pr-separator{display:none}.footer-pr-links{gap:0.25rem}.footer-pr-link{font-size:0.75rem;padding:0.2rem 0.4rem}}.header-pr-container + main.contenido,body:has(.header-pr-container) main.contenido{padding-top:70px}@media (max-width:991.98px){.header-pr-container + main.contenido,body:has(.header-pr-container) main.contenido{padding-top:65px}}.home-pr-hero-features-wrapper{position:relative;background:#1a1a2e}.home-pr-hero-features-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(26,26,46,0.75) 0%,rgba(55,30,80,0.65) 100%);z-index:1}.home-pr-hero-features-wrapper>*{position:relative;z-index:2}.home-pr-hero-poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.home-pr-hero-poster.home-pr-hero-poster--hidden{opacity:0;transition:opacity 1.2s ease}.home-pr-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;transition:opacity 1.2s ease}.home-pr-hero-video.home-pr-hero-video--loaded{opacity:1}.seccion-hero.home-pr-intro.home-pr-leather-hero{background:transparent !important;padding:5rem 0 4rem !important;padding-top:calc(5rem + var(--safe-area-top)) !important;min-height:auto !important;overflow:hidden}.home-pr-leather-hero .home-pr-sparkle{background:transparent !important;border-radius:0 !important;opacity:1 !important;width:auto !important;height:auto !important}.home-pr-leather-hero .home-pr-sparkle::before{content:'\2726';font-size:14px;color:rgba(255,255,255,0.4);text-shadow:0 0 8px rgba(255,255,255,0.3)}.home-pr-leather-hero .home-pr-sparkle--1{top:15% !important;right:8% !important;left:auto !important;animation:home-pr-leather-twinkle 3s ease-in-out infinite !important}.home-pr-leather-hero .home-pr-sparkle--1::before{font-size:16px;color:rgba(255,255,255,0.5)}.home-pr-leather-hero .home-pr-sparkle--2{bottom:20% !important;left:5% !important;top:auto !important;animation:home-pr-leather-twinkle 4s ease-in-out infinite 1s !important}.home-pr-leather-hero .home-pr-sparkle--2::before{font-size:12px;color:rgba(255,255,255,0.35)}.home-pr-leather-hero .home-pr-sparkle--3{top:60% !important;right:45% !important;left:auto !important;animation:home-pr-leather-twinkle 5s ease-in-out infinite 2s !important}.home-pr-leather-hero .home-pr-sparkle--3::before{font-size:10px;color:rgba(255,255,255,0.3)}.home-pr-sparkle--4{position:absolute;top:25%;left:35%;animation:home-pr-leather-twinkle 3.5s ease-in-out infinite 0.5s}.home-pr-sparkle--4::before{content:'\2726';font-size:11px;color:rgba(255,255,255,0.3);text-shadow:0 0 6px rgba(255,255,255,0.2)}.home-pr-sparkle--5{position:absolute;bottom:15%;right:20%;animation:home-pr-leather-twinkle 4.5s ease-in-out infinite 3s}.home-pr-sparkle--5::before{content:'\2726';font-size:13px;color:rgba(255,255,255,0.35);text-shadow:0 0 8px rgba(255,255,255,0.25)}@keyframes home-pr-leather-twinkle{0%,100%{opacity:0.3;transform:scale(0.8)}50%{opacity:1;transform:scale(1.2)}}.home-pr-leather-row{min-height:auto !important}.home-pr-leather-content{padding:1.5rem 0 !important}.home-pr-leather-title{color:#ffffff !important;font-size:clamp(2rem,5vw,3.2rem) !important;font-weight:900 !important;line-height:1.15 !important;margin-bottom:1.25rem !important;letter-spacing:-0.5px}.home-pr-leather-highlight{background:linear-gradient(135deg,#ffcc00 0%,#ffdd44 100%) !important;-webkit-background-clip:text !important;-webkit-text-fill-color:transparent !important;background-clip:text !important}.home-pr-leather-desc{color:rgba(255,255,255,0.7) !important;font-size:1.1rem !important;max-width:460px;margin-left:auto;margin-right:auto;line-height:1.7 !important;margin-bottom:2rem !important}.home-pr-leather-actions .home-pr-leather-btn-register{background:#ffffff !important;color:#667eea !important;border:none !important;padding:0.85rem 2rem !important;border-radius:50px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:1px !important;font-size:0.85rem !important;box-shadow:0 4px 20px rgba(0,0,0,0.15) !important;transition:all 0.3s ease !important}.home-pr-leather-actions .home-pr-leather-btn-register:hover{transform:translateY(-3px) !important;box-shadow:0 8px 30px rgba(0,0,0,0.2) !important;background:#f0f0ff !important;color:#764ba2 !important}.home-pr-leather-actions .home-pr-leather-btn-login{background:transparent !important;color:#ffffff !important;border:2px solid rgba(255,255,255,0.4) !important;padding:0.85rem 2rem !important;border-radius:50px !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;font-size:0.85rem !important;transition:all 0.3s ease !important}.home-pr-leather-actions .home-pr-leather-btn-login:hover{border-color:#ffffff !important;background:rgba(255,255,255,0.15) !important;color:#ffffff !important;transform:translateY(-3px) !important}.home-pr-leather-visual{display:flex !important;justify-content:center !important;align-items:center !important;padding:1rem 0}.home-pr-logo-patch{width:100%;max-width:420px;height:auto;border-radius:16px;filter:drop-shadow(0 0 40px rgba(255,255,255,0.2)) drop-shadow(0 0 80px rgba(102,126,234,0.2));animation:home-pr-leather-patch-glow 4s ease-in-out infinite;transition:transform 0.4s ease}.home-pr-logo-patch:hover{transform:scale(1.03)}@keyframes home-pr-leather-patch-glow{0%,100%{filter:drop-shadow(0 0 30px rgba(255,255,255,0.15)) drop-shadow(0 0 60px rgba(102,126,234,0.15))}50%{filter:drop-shadow(0 0 50px rgba(255,255,255,0.25)) drop-shadow(0 0 90px rgba(102,126,234,0.25))}}.home-pr-leather-visual .home-pr-intro-icon-grid,.home-pr-leather-visual .home-pr-hero-icon-grid{display:none !important}.home-pr-leather-img-col{display:block !important}.home-pr-routes.home-pr-routes-main.home-pr-leather-routes{background:var(--color-fondo) !important;padding:4rem 0 4.5rem !important}.home-pr-leather-routes-title{color:var(--color-oscuro) !important;font-weight:800 !important}.home-pr-leather-icon{color:var(--color-primario) !important}.home-pr-leather-routes-sub{color:var(--color-gris) !important}.home-pr-leather-line{background:var(--gradiente-app) !important}.home-pr-route-card.home-pr-route-card-v2.home-pr-leather-card{background:#ffffff !important;border:1px solid var(--color-borde) !important;border-radius:14px !important;transition:all 0.3s ease !important}.home-pr-route-card.home-pr-route-card-v2.home-pr-leather-card::before{background:var(--gradiente-app) !important}.home-pr-route-card.home-pr-route-card-v2.home-pr-leather-card:hover{border-color:var(--color-primario) !important;box-shadow:var(--sombra-elevada) !important;transform:translateY(-6px) !important}.home-pr-leather-date-strip{background:var(--gradiente-app) !important}.home-pr-leather-card-body{padding:1.25rem !important}.home-pr-leather-card-name{color:var(--color-oscuro) !important;font-weight:700 !important}.home-pr-leather-chip{background:var(--color-gris-claro) !important;border:1px solid var(--color-borde) !important;color:var(--color-gris) !important;border-radius:20px !important}.home-pr-leather-chip i{color:var(--color-primario) !important}.home-pr-leather-card-footer{border-top-color:var(--color-borde) !important}.home-pr-leather-card-author{color:var(--color-gris) !important}.home-pr-leather-card-author i{color:var(--leather-morado-claro) !important}.home-pr-routes-empty.home-pr-routes-empty-v2.home-pr-leather-empty{padding:4rem 2rem !important}.home-pr-leather-empty-icon{background:var(--gradiente-app) !important}.home-pr-leather-empty h3{color:var(--color-oscuro) !important}.home-pr-leather-empty p{color:var(--color-gris) !important}.home-pr-leather-empty .home-pr-leather-btn-register{background:var(--gradiente-app) !important;color:#ffffff !important}.seccion-contacto.home-pr-cta-compact.home-pr-leather-cta{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%) !important;background-image:radial-gradient(ellipse at 30% 50%,rgba(102,126,234,0.3) 0%,transparent 60%),radial-gradient(ellipse at 70% 50%,rgba(118,75,162,0.2) 0%,transparent 50%),linear-gradient(135deg,#667eea 0%,#764ba2 100%) !important;padding:4rem 0 !important}.home-pr-leather-cta-card{background:rgba(255,255,255,0.15) !important;backdrop-filter:blur(20px) !important;border:2px solid rgba(255,255,255,0.3) !important;border-radius:18px !important;box-shadow:0 8px 32px rgba(0,0,0,0.1) !important;transition:all 0.3s ease !important}.home-pr-leather-cta-card:hover{transform:translateY(-4px) !important;box-shadow:0 12px 40px rgba(0,0,0,0.15) !important;background:rgba(255,255,255,0.2) !important}.home-pr-leather-cta-title{color:#ffffff !important;font-weight:800 !important;letter-spacing:-0.3px}.home-pr-leather-cta-desc{color:rgba(255,255,255,0.85) !important}.home-pr-leather-cta-btn-register{background:#ffffff !important;color:#667eea !important;border:none !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:1px !important;font-size:0.85rem !important;box-shadow:0 4px 20px rgba(0,0,0,0.15) !important;transition:all 0.3s ease !important}.home-pr-leather-cta-btn-register:hover{transform:translateY(-2px) !important;box-shadow:0 8px 30px rgba(0,0,0,0.2) !important;color:#764ba2 !important;background:#f0f0ff !important}.home-pr-leather-cta-btn-login{background:transparent !important;color:#ffffff !important;border:1px solid rgba(255,255,255,0.5) !important;text-transform:uppercase !important;letter-spacing:0.5px !important;font-size:0.85rem !important;transition:all 0.3s ease !important}.home-pr-leather-cta-btn-login:hover{border-color:#ffffff !important;color:#ffffff !important;background:rgba(255,255,255,0.15) !important}@media (max-width:991.98px){.home-pr-leather-img-col{order:-1;margin-bottom:1.5rem}.home-pr-logo-patch{max-width:300px;display:block;margin:0 auto}.home-pr-leather-content{text-align:center}.home-pr-leather-desc{margin-left:auto;margin-right:auto}.home-pr-leather-actions{justify-content:center !important}}@media (max-width:768px){.seccion-hero.home-pr-intro.home-pr-leather-hero{padding:5.5rem 0 2.5rem !important;padding-top:calc(5.5rem + var(--safe-area-top)) !important}.home-pr-leather-title{font-size:1.8rem !important}.home-pr-leather-desc{font-size:0.95rem !important}.home-pr-logo-patch{max-width:260px}.home-pr-leather-actions{flex-direction:column !important;align-items:stretch !important}.home-pr-leather-actions .home-pr-leather-btn-register,.home-pr-leather-actions .home-pr-leather-btn-login{text-align:center !important;justify-content:center !important}.home-pr-routes.home-pr-routes-main.home-pr-leather-routes{padding:3rem 0 3.5rem !important}.seccion-contacto.home-pr-cta-compact.home-pr-leather-cta{padding:3rem 0 !important}.home-pr-leather-cta-card{padding:2rem 1.5rem !important}}@media (max-width:576px){.seccion-hero.home-pr-intro.home-pr-leather-hero{padding:5.5rem 0 2rem !important;padding-top:calc(5.5rem + var(--safe-area-top)) !important}.home-pr-leather-title{font-size:1.55rem !important;margin-bottom:1rem !important}.home-pr-leather-desc{font-size:0.9rem !important;margin-bottom:1.5rem !important}.home-pr-logo-patch{max-width:220px}.home-pr-leather-actions .home-pr-leather-btn-register,.home-pr-leather-actions .home-pr-leather-btn-login{padding:0.75rem 1.5rem !important;font-size:0.8rem !important}.home-pr-leather-routes-title{font-size:1.35rem !important}.home-pr-leather-cta-title{font-size:1.3rem !important}}.home-pr-eventos-section{padding:60px 0;background:var(--pr-white,#fff)}.home-pr-eventos-header{text-align:center;margin-bottom:32px}.home-pr-eventos-title{font-size:1.6rem;font-weight:300;color:var(--leather-negro,#3b2d5e);margin-bottom:8px}.home-pr-eventos-subtitle{font-size:1rem;color:var(--color-gris,#6c757d)}.home-pr-eventos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.home-pr-eventos-card{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;background:var(--color-fondo,#f8f9ff);border-radius:12px;border:1px solid var(--color-borde,#dde2ea);transition:all 0.3s ease}.home-pr-eventos-card:hover{border-color:var(--color-primario,#667eea);box-shadow:0 4px 12px rgba(102,126,234,0.12);transform:translateY(-2px)}.home-pr-eventos-card-date{display:flex;flex-direction:column;align-items:center;min-width:48px;padding:8px 10px;background:var(--gradiente-app,linear-gradient(135deg,#667eea,#764ba2));border-radius:10px;color:var(--pr-white,#fff);line-height:1}.home-pr-eventos-card-date-day{font-size:1.3rem;font-weight:700}.home-pr-eventos-card-date-month{font-size:0.65rem;font-weight:500;text-transform:uppercase;margin-top:2px}.home-pr-eventos-card-body{flex:1;min-width:0}.home-pr-eventos-card-name{font-size:0.95rem;font-weight:500;color:var(--leather-negro,#3b2d5e);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-pr-eventos-card-info{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:0.82rem;color:var(--color-gris,#6c757d)}.home-pr-eventos-card-location{display:inline-flex;align-items:center;gap:4px}.home-pr-eventos-card-location i{color:var(--color-primario,#667eea);font-size:0.85rem}.home-pr-eventos-card-type{display:inline-block;padding:1px 8px;background:rgba(102,126,234,0.1);color:var(--color-primario,#667eea);border-radius:10px;font-size:0.72rem;font-weight:500;text-transform:capitalize}@media (max-width:575.98px){.home-pr-eventos-grid{grid-template-columns:1fr}}@media (max-width:768px){.encabezado-flotante,.home-pr-features-card,.home-pr-leather-cta-card{-webkit-backdrop-filter:none !important;backdrop-filter:none !important}}@media (max-width:768px),(prefers-reduced-motion:reduce){.home-pr-sparkle,.home-pr-hero-shape,.home-pr-intro-shape,.logo-principal i,.header-pr-logo-icon{animation:none !important}}.elemento-oculto{opacity:0;transform:translateY(30px);transition:all 0.6s cubic-bezier(0.4,0,0.2,1)}.elemento-visible{opacity:1;transform:translateY(0)}.stat-item.elemento-visible{animation:contadorAnimacion 0.8s ease-out}@keyframes contadorAnimacion{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ondaExpansion{to{transform:translate(-50%,-50%) scale(1);opacity:0}}