:root {
    /* =========================================================
       PALETA PRINCIPAL
       ========================================================= */
    --azul-noche: #050203;
    --azul-profundo: #0d0506;
    --azul-medio: #18090b;

    --indigo-base: #120506;
    --acero-base: #100405;
    --violeta-base: #160607;
    --bronce-base: #120b0a;

    --plata: #d8c8c5;
    --plata-brillante: #fff5f2;

    /* ROJO / VINO */
    --acero: #c0433c;
    --violeta-luna: #8f1d24;
    --vino-profundo: #5a0d0b;
    --vino-oscuro: #350608;
    --rojo-calido: #b52b27;

    --glow-plata: rgba(224, 142, 120, 0.35);
    --glow-violeta: rgba(143, 29, 36, 0.38);

    --bronce-ancestral: #c19a6b;
    --glow-bronce: rgba(193,154,107,0.3);

    --whatsapp-verde: #25D366;

    --texto-tenue: #b08a83;

    --fuente-titulo: 'Cinzel', serif;
    --fuente-cita: 'Cormorant Garamond', serif;
    --fuente-cuerpo: 'Montserrat', sans-serif;
}


/* =========================================================
   BASE
   ========================================================= */

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

#sobre-mi,
#mis-servicios,
#situaciones-amor,
#contacto-formulario,
#proceso-ritual,
#mis-trabajos,
#testimonios,
#videos,
#faq,
#horarios-redes,
#cierre-pagina,
#terminos-legales {
    scroll-margin-top: 110px;
}

body {
    background-color: var(--azul-noche) !important;
    color: var(--plata-brillante);
    font-family: var(--fuente-cuerpo);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}


/* =========================================================
   FONDOS GENERALES
   ========================================================= */

.bg-azul-noche {
    background:
        radial-gradient(
            ellipse 700px 400px at 15% 0%,
            rgba(143,29,36,0.12),
            transparent 60%
        ),
        radial-gradient(
            ellipse 700px 400px at 85% 100%,
            rgba(90,13,11,0.12),
            transparent 60%
        ),
        var(--azul-noche);
}

.bg-azul-profundo {
    background:
        radial-gradient(
            ellipse 700px 400px at 85% 0%,
            rgba(143,29,36,0.10),
            transparent 60%
        ),
        var(--azul-profundo);
}

.bg-ancestral {
    background:
        radial-gradient(
            ellipse 800px 450px at 20% 100%,
            rgba(193,154,107,0.10),
            transparent 60%
        ),
        radial-gradient(
            ellipse 600px 400px at 90% 0%,
            rgba(143,29,36,0.13),
            transparent 60%
        ),
        var(--bronce-base);
}

.bg-noche-violeta {
    background:
        radial-gradient(
            ellipse 750px 420px at 50% 0%,
            rgba(143,29,36,0.18),
            transparent 65%
        ),
        var(--indigo-base);
}

.bg-acero-frio {
    background:
        radial-gradient(
            ellipse 800px 450px at 80% 100%,
            rgba(143,29,36,0.16),
            transparent 60%
        ),
        radial-gradient(
            ellipse 500px 350px at 10% 0%,
            rgba(224,142,120,0.07),
            transparent 60%
        ),
        var(--acero-base);
}

.bg-violeta-profunda {
    background:
        radial-gradient(
            ellipse 850px 480px at 25% 0%,
            rgba(143,29,36,0.20),
            transparent 65%
        ),
        radial-gradient(
            ellipse 500px 350px at 90% 100%,
            rgba(90,13,11,0.12),
            transparent 60%
        ),
        var(--violeta-base);
}


/* =========================================================
   ACENTO ROJO VINO
   ========================================================= */

#sobre-mi,
#situaciones-amor {
    --acero: #a53a34;
    --violeta-luna: #8f1d24;
    --glow-violeta: rgba(143,29,36,0.40);
    --texto-tenue: #a8837c;

    background:
        radial-gradient(
            ellipse 800px 450px at 20% 100%,
            rgba(193,154,107,0.10),
            transparent 60%
        ),
        radial-gradient(
            ellipse 600px 400px at 90% 0%,
            rgba(143,29,36,0.20),
            transparent 60%
        ),
        var(--bronce-base);
}

#sobre-mi .linea-decorativa,
#situaciones-amor .linea-decorativa {
    background: var(--acero);
}


/* =========================================================
   FONDO DE SERVICIOS
   ========================================================= */

#mis-servicios .fondo-servicios-difuminado {
    position: absolute;
    inset: 0;
    background-image: url('img/fondo3.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(1px) brightness(0.5);
    z-index: 1;
}

#mis-servicios::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(35,4,4,0.58) 0%,
            rgba(12,2,2,0.91) 100%
        );
    z-index: 1;
}


/* =========================================================
   PATRÓN FONDO FOTO + VELO VINO
   ========================================================= */

.seccion-con-fondo {
    position: relative;
    overflow: hidden;
}

.seccion-con-fondo .fondo-foto-difuminada {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0b0201;

    filter:
        blur(1px)
        brightness(0.30);

    transform: scale(1);
    z-index: 1;
}

.seccion-con-fondo::before {
    content: '';
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(35,4,4,0.62) 0%,
            rgba(16,2,3,0.82) 45%,
            rgba(8,1,1,0.95) 100%
        );

    z-index: 1;
}

.seccion-con-fondo::after {
    content: '';
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            ellipse 700px 400px at 50% 20%,
            rgba(143,29,36,0.14),
            transparent 70%
        );

    pointer-events: none;
    z-index: 1;
}

.seccion-con-fondo > .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   FOTOS DE CADA SECCIÓN
   ========================================================= */

#proceso-ritual .fondo-foto-difuminada {
    background-image: url('img/fondo1.jpg');
}

#testimonios .fondo-foto-difuminada {
    background-image: url('img/fondo2.jpg');
}

/* MESA DE TRABAJO */
#videos .fondo-foto-difuminada {
    background-image: url('img/fondo4.jpg');
    background-size: cover;
    background-position: center;
    filter:
        blur(0px)
        brightness(0.30);
}

/* DISPONIBILIDAD */
#horarios-redes .fondo-foto-difuminada {
    background-image: url('img/trabajo10.webp');
}

/* CIERRE: AHORA USA EL BANNER PRINCIPAL */
#cierre-pagina .fondo-foto-difuminada {
    background-image: url('img/banner-hero.webp');
    background-size: 115% auto;
    background-position: center 35%;
    filter:
        blur(6px)
        brightness(0.30);
}


/* =========================================================
   ACENTOS ROJOS EN SECCIONES
   ========================================================= */

#mis-servicios,
#proceso-ritual,
#testimonios,
#videos,
#horarios-redes,
#cierre-pagina,
#situaciones-amor,
#mis-trabajos,
#faq,
#contacto-formulario,
#terminos-legales {
    --acero: #c0433c;
    --violeta-luna: #8f1d24;
    --glow-violeta: rgba(143,29,36,0.38);
    --glow-plata: rgba(224,142,120,0.35);
    --texto-tenue: #b08a83;
}


/* =========================================================
   SITUACIONES DE AMOR
   ========================================================= */

#situaciones-amor {
    background:
        radial-gradient(
            ellipse 900px 500px at 15% 0%,
            rgba(143,29,36,0.28),
            transparent 60%
        ),
        radial-gradient(
            ellipse 700px 450px at 85% 100%,
            rgba(90,13,11,0.30),
            transparent 60%
        ),
        linear-gradient(
            180deg,
            #1a0504 0%,
            #0b0201 100%
        );
}


/* =========================================================
   GALERÍA DE TRABAJOS
   ========================================================= */

#mis-trabajos {
    background:
        radial-gradient(
            ellipse 850px 480px at 25% 0%,
            rgba(143,29,36,0.22),
            transparent 65%
        ),
        radial-gradient(
            ellipse 500px 350px at 90% 100%,
            rgba(90,13,11,0.18),
            transparent 60%
        ),
        linear-gradient(
            180deg,
            #170403 0%,
            #0b0201 100%
        );
}


/* =========================================================
   TEXTOS
   ========================================================= */

.eyebrow-plata {
    display: block;
    color: var(--acero);
    letter-spacing: 5px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.titulo-seccion {
    font-family: var(--fuente-titulo);
    color: var(--plata-brillante);
    font-size: 2.4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.texto-cuerpo-claro {
    color: var(--plata);
    line-height: 1.9;
    font-size: 1.3rem;
}

.nota-placeholder {
    color: var(--texto-tenue);
    font-size: .8rem;
    font-style: italic;
}


/* =========================================================
   CIELO ESTRELLADO
   ========================================================= */

.cielo-estrellado {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;

    background-image:
        radial-gradient(
            circle,
            rgba(238,242,247,0.5) 1px,
            transparent 1px
        ),
        radial-gradient(
            circle,
            rgba(170,70,70,0.35) 1.2px,
            transparent 1.2px
        );

    background-size: 160px 160px;
    background-position: 0 0, 80px 80px;

    animation: parpadeo 5s infinite ease-in-out;
}

@keyframes parpadeo {
    0%,100% {
        opacity: .15;
    }

    50% {
        opacity: .6;
    }
}

@media (max-width: 768px) {
    .cielo-estrellado {
        background-size: 210px 210px;
    }
}


/* =========================================================
   HEADER
   ========================================================= */

.header-principal {
    background: rgba(10,2,4,0.88);
    border-bottom: 1px solid rgba(143,29,36,0.35);

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;

    backdrop-filter: blur(10px);

    transition: all .4s ease-in-out;
}

.header-principal.scrolled {
    padding: 8px 0;
    box-shadow:
        0 4px 25px rgba(0,0,0,0.65),
        0 0 25px rgba(143,29,36,0.12);
}

.marca-texto {
    font-family: var(--fuente-titulo);
    color: var(--plata-brillante);
    text-decoration: none;
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.marca-texto span {
    color: var(--acero);
}

.nav-links {
    list-style: none;
    gap: 32px;
}

.nav-links a {
    color: var(--plata);
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    transition: .3s;
}

.nav-links a:hover {
    color: #e6aaa3;
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.menu-toggle span {
    width: 28px;
    height: 2px;
    background: var(--plata);
    transition: .3s;
}

.mobile-nav {
    display: none;
    flex-direction: column;

    background: rgba(20,3,5,0.98);

    position: fixed;
    width: 100%;
    left: 0;
    top: 68px;

    padding: 20px;

    border-bottom: 1px solid rgba(143,29,36,0.35);

    z-index: 999;
}

.mobile-nav.active {
    display: flex;
}

.mobile-nav a {
    color: var(--plata-brillante);
    text-decoration: none;
    padding: 14px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.btn-plata-movil {
    margin-top: 10px;
    background: var(--plata-brillante);
    color: var(--azul-noche) !important;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    border: none !important;
}


/* =========================================================
   ANIMACIÓN REVEAL
   ========================================================= */

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity .7s ease,
        transform .7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}


/* =========================================================
   HERO
   ========================================================= */

.hero-luna {
    position: relative;
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            ellipse at 50% 30%,
            var(--azul-medio) 0%,
            var(--azul-noche) 70%
        );

    overflow: hidden;
    padding-top: 90px;
}

.orbe-luna {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}

.rayos-luna {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 560px;
    height: 560px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        repeating-conic-gradient(
            from 0deg,
            rgba(244,248,255,0.05) 0deg 1.2deg,
            transparent 1.2deg 15deg
        ),
        radial-gradient(
            circle,
            rgba(143,29,36,0.12) 0%,
            transparent 55%
        );

    -webkit-mask-image:
        radial-gradient(
            circle,
            #000 0%,
            #000 35%,
            transparent 72%
        );

    mask-image:
        radial-gradient(
            circle,
            #000 0%,
            #000 35%,
            transparent 72%
        );

    animation: respirar-aura 7s ease-in-out infinite;
    pointer-events: none;
}

.aro-mistico {
    position: absolute;

    top: 50%;
    left: 50%;

    border-radius: 50%;

    border: 1px solid rgba(193,154,107,0.18);

    transform: translate(-50%, -50%);

    pointer-events: none;
}

.aro-mistico.a1 {
    width: 320px;
    height: 320px;
}

.aro-mistico.a2 {
    width: 400px;
    height: 400px;
    border-color: rgba(143,29,36,0.18);
}

@keyframes respirar-aura {
    0%,100% {
        opacity: .55;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.06);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rayos-luna {
        animation: none;
    }
}

@media (max-width: 768px) {
    .rayos-luna {
        width: 320px;
        height: 320px;
    }

    .aro-mistico.a1 {
        width: 200px;
        height: 200px;
    }

    .aro-mistico.a2 {
        width: 250px;
        height: 250px;
    }
}


/* =========================================================
   PARTÍCULAS
   ========================================================= */

.particulas-hero {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.particula {
    position: absolute;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: var(--plata-brillante);

    box-shadow:
        0 0 8px 2px var(--glow-plata);

    opacity: 0;

    animation:
        flotar-particula 8s ease-in-out infinite;
}

.particula.p1 {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.particula.p2 {
    top: 65%;
    left: 10%;
    animation-delay: 1.2s;

    background: var(--bronce-ancestral);

    box-shadow:
        0 0 8px 2px var(--glow-bronce);
}

.particula.p3 {
    top: 30%;
    left: 85%;
    animation-delay: 2.4s;
}

.particula.p4 {
    top: 75%;
    left: 80%;
    animation-delay: 3.6s;

    background: var(--violeta-luna);

    box-shadow:
        0 0 8px 2px var(--glow-violeta);
}

.particula.p5 {
    top: 45%;
    left: 5%;
    animation-delay: 4.8s;
}

.particula.p6 {
    top: 15%;
    left: 70%;
    animation-delay: 1.8s;

    background: var(--bronce-ancestral);

    box-shadow:
        0 0 8px 2px var(--glow-bronce);
}

.particula.p7 {
    top: 85%;
    left: 45%;
    animation-delay: 3s;
}

.particula.p8 {
    top: 55%;
    left: 92%;
    animation-delay: 5.4s;

    background: var(--violeta-luna);

    box-shadow:
        0 0 8px 2px var(--glow-violeta);
}

@keyframes flotar-particula {
    0% {
        opacity: 0;
        transform: translateY(0) scale(.8);
    }

    15% {
        opacity: .9;
    }

    50% {
        transform: translateY(-40px) scale(1.2);
    }

    85% {
        opacity: .6;
    }

    100% {
        opacity: 0;
        transform: translateY(-90px) scale(.8);
    }
}

@media (prefers-reduced-motion: reduce) {
    .particula {
        animation: none;
        opacity: .5;
    }
}


/* =========================================================
   LUNA HERO
   ========================================================= */

.luna-hero {
    width: 220px;
    height: 220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 35%,
            var(--plata-brillante),
            var(--plata) 55%,
            var(--acero) 100%
        );

    box-shadow:
        0 0 90px var(--glow-plata),
        0 0 170px var(--glow-violeta);

    animation:
        respirar-luna 6s ease-in-out infinite;
}

@keyframes respirar-luna {
    0%,100% {
        box-shadow:
            0 0 90px var(--glow-plata),
            0 0 170px var(--glow-violeta);
    }

    50% {
        box-shadow:
            0 0 120px var(--glow-plata),
            0 0 220px var(--glow-violeta);
    }
}

.anillo-orbita {
    position: absolute;

    top: -60px;
    left: -60px;

    width: 340px;
    height: 340px;

    border: 1px solid rgba(170,182,201,0.22);
    border-radius: 50%;

    animation:
        girar-anillo 40s linear infinite;
}

.anillo-2 {
    top: -110px;
    left: -110px;

    width: 440px;
    height: 440px;

    border-color: rgba(143,29,36,0.20);

    animation:
        girar-anillo 60s linear infinite reverse;
}

@keyframes girar-anillo {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .luna-hero,
    .anillo-orbita,
    .anillo-2 {
        animation: none;
    }
}


/* =========================================================
   CONTENIDO HERO
   ========================================================= */

.hero-contenido {
    position: relative;
    z-index: 2;
    margin-top: 260px;
}

.titulo-hero {
    font-family: var(--fuente-titulo);
    font-size: 4rem;

    color: var(--plata-brillante);

    letter-spacing: 3px;
    text-transform: uppercase;

    margin: 10px 0;
}

.subtitulo-hero {
    font-family: var(--fuente-cita);
    font-style: italic;
    font-size: 1.4rem;

    color: var(--plata);

    max-width: 500px;

    margin: 0 auto 35px;
}

@media (max-width: 768px) {
    .titulo-hero {
        font-size: 2.4rem;
    }

    .luna-hero {
        width: 140px;
        height: 140px;
    }

    .hero-contenido {
        margin-top: 200px;
    }
}


/* =========================================================
   BOTONES
   ========================================================= */

.divisor-ancestral-hero {
    color: var(--bronce-ancestral);
    letter-spacing: 14px;
    font-size: 1rem;
    opacity: .75;
    margin-bottom: 28px;
}

.btn-plata-lg,
.btn-enviar-luna {
    display: inline-block;

    padding: 16px 45px;

    background:
        linear-gradient(287deg, #FFC107, #FFEB3B);

    color: red;

    border: 1px solid rgba(224,142,120,0.38);

    border-radius: 40px;

    font-weight: 700;

    font-family: var(--fuente-titulo);

    letter-spacing: 2px;

    text-decoration: none;
    cursor: pointer;

    transition: all .3s ease;

    box-shadow:
        0 8px 25px rgba(90,13,11,0.30);
}

.btn-plata-lg:hover,
.btn-enviar-luna:hover {
    transform: translateY(-3px);

    color:red;

    border-color: #c0433c;

    box-shadow:
        0 12px 30px rgba(143,29,36,0.45),
        0 0 25px rgba(143,29,36,0.18);
}


/* =========================================================
   CONTACTO HERO
   ========================================================= */

.hero-contacto {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;
    margin-top: 30px;

    text-decoration: none;

    transition: transform .3s;
}

.hero-contacto:hover {
    transform: translateY(-2px);
}

.sello-ancestral {
    width: 34px;
    height: 34px;

    color: var(--bronce-ancestral);

    opacity: .85;
}

.sello-ancestral svg {
    width: 100%;
    height: 100%;
}

.icono-whatsapp-hero {
    width: 30px;
    height: 30px;

    color: var(--whatsapp-verde);
}

.numero-hero {
    font-family: var(--fuente-titulo);

    color: var(--plata-brillante);

    font-size: 2.9rem;
    letter-spacing: 1px;

    text-shadow:
        0 0 25px var(--glow-bronce);
}

@media (max-width: 768px) {
    .hero-contacto {
        flex-wrap: wrap;
        gap: 10px;
    }

    .numero-hero {
        font-size: 1.7rem;
    }

    .sello-ancestral {
        width: 26px;
        height: 26px;
    }

    .icono-whatsapp-hero {
        width: 24px;
        height: 24px;
    }
}


/* =========================================================
   HERO BANNER
   ========================================================= */

.hero-banner-img {
    background:
        url('img/banner-hero.webp')
        center 30% /
        cover
        no-repeat;

    padding-top: 0;
    padding-bottom: 0;

    flex-direction: column;
    justify-content: flex-end;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(5,3,3,0.35) 0%,
            rgba(35,4,4,0.30) 45%,
            rgba(35,3,4,0.78) 78%,
            rgba(8,1,1,0.97) 100%
        );

    z-index: 1;
}

.hero-banner-img .hero-contenido {
    margin-top: 0;
    padding: 160px 20px 60px;
}

.eyebrow-hero-banner {
    color: #e6a85c;

    text-shadow:
        0 0 12px rgba(230,168,92,0.5);
}

.titulo-hero.titulo-hero-banner {
    font-family: 'Cinzel Decorative', serif;

    font-size: clamp(2rem, 5vw, 4.5rem);

    font-weight: 900;

    text-transform: uppercase;

    white-space: nowrap;

    text-align: center;

    margin: 0;

    color: #fff4d9;

    text-shadow:
        0 0 8px rgba(255,200,50,0.6),
        0 0 20px rgba(255,69,0,0.4),
        2px 2px 3px rgba(0,0,0,0.9);
}

.subtitulo-hero-banner {
    font-family: var(--fuente-titulo);

    font-size: 1.7rem;

    font-weight: bold;

    color: #ffffff;

    text-transform: uppercase;

    letter-spacing: 1px;

    max-width: 640px;

    margin: 0 auto 20px;

    line-height: 1.4;

    text-shadow:
        0 0 8px rgba(255,0,0,0.8),
        0 0 20px rgba(255,0,0,0.5),
        0 0 30px rgba(139,0,0,0.6);
}

.texto-hero-banner {
    color: #fff;

    font-size: 1.2rem;

    max-width: 560px;

    margin: 0 auto 35px;

    line-height: 1.7;

    text-shadow:
        0 2px 8px rgba(0,0,0,0.85);
}

.hero-numero-wrap {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 0 auto 28px;
}

.hero-numero-wrap .icono-whatsapp-hero {
    width: 32px;
    height: 32px;

    color: var(--whatsapp-verde);
}

.hero-numero-wrap .numero-hero {
    font-family: var(--fuente-titulo);

    color: #f4e8d8;

    font-size: 2.2rem;

    letter-spacing: 1px;

    text-shadow:
        0 2px 10px rgba(0,0,0,0.85);
}

@media (max-width: 768px) {
    .hero-numero-wrap {
        gap: 8px;
        margin-bottom: 20px;
    }

    .hero-numero-wrap .icono-whatsapp-hero {
        width: 24px;
        height: 24px;
    }

    .hero-numero-wrap .numero-hero {
        font-size: 1.5rem;
    }
}

.btn-consulta-hero {
    display: inline-flex;
    align-items: center;

    gap: 12px;

    padding: 16px 40px;

    background:
        linear-gradient(287deg, #FFC107, #FFEB3B);

    color: red;

    border: 1px solid rgba(230,168,92,0.4);

    border-radius: 50px;

    font-weight: 700;

    font-family: var(--fuente-titulo);

    letter-spacing: 1.5px;

    text-decoration: none;

    box-shadow:
        0 10px 30px rgba(143,22,19,0.45);

    transition: all .3s ease;
}

.btn-consulta-hero svg {
    width: 24px;
    height: 24px;

    color: #25D366;
}

.btn-consulta-hero:hover {
    transform: translateY(-3px);

    color: red;

    box-shadow:
        0 14px 36px rgba(143,22,19,0.6);
}


/* =========================================================
   ESTADÍSTICAS HERO
   ========================================================= */

.hero-stats-bar {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;

    gap: 60px;

    flex-wrap: wrap;

    padding: 26px 20px 30px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(139,0,0,0.6) 0%,
            transparent 60%
        ),
        linear-gradient(
            to bottom,
            #2b0307 0%,
            #0b0102 100%
        );

    text-align: center;

    width: 100%;
}

.hero-stats-bar .numero-cifra {
    font-size: 1.9rem;
    color: #f4e8d8;
}

.hero-stats-bar .etiqueta-cifra {
    color: #c9b8a8;
}

@media (max-width: 768px) {
    .titulo-hero-banner {
        font-size: 2.4rem;
    }

    .subtitulo-hero-banner {
        font-size: 1.1rem;
    }

    .hero-banner-img .hero-contenido {
        padding: 130px 20px 40px;
    }

    .hero-stats-bar {
        gap: 22px 30px;
        padding: 20px 15px 22px;
    }

    .hero-stats-bar .numero-cifra {
        font-size: 1.4rem;
    }

    .hero-stats-bar .etiqueta-cifra {
        font-size: .65rem;
    }
}


/* =========================================================
   DIVISORES CURVOS
   ========================================================= */

.curva {
    line-height: 0;

    margin-top: -1px;
    margin-bottom: -1px;

    position: relative;

    z-index: 1;

    opacity: .85;
}

.curva svg {
    display: block;

    width: 100%;
    height: 90px;
}

.curva-hacia-ancestral {
    background-color: var(--bronce-base);
}

.curva-hacia-ancestral path {
    fill: var(--bronce-base) !important;
}

.curva-hacia-acero {
    background-color: var(--acero-base);
}

.curva-hacia-acero path {
    fill: var(--acero-base) !important;
}

.curva-hacia-violeta {
    background-color: var(--violeta-base);
}

.curva-hacia-violeta path {
    fill: var(--violeta-base) !important;
}

.curva-hacia-profundo {
    background-color: var(--azul-profundo);
}

.curva-hacia-profundo path {
    fill: var(--azul-profundo) !important;
}

.curva-hacia-noche {
    background-color: var(--azul-noche);
}

.curva-hacia-noche path {
    fill: var(--azul-noche) !important;
}

@media (max-width: 768px) {
    .curva svg {
        height: 50px;
    }
}


/* =========================================================
   SOBRE MÍ
   ========================================================= */

.marco-luna-perfil {
    width: 260px;
    height: 260px;

    margin: 0 auto;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle,
            rgba(143,29,36,0.15),
            transparent 70%
        );
}

.luna-perfil {
    width: 200px;
    height: 200px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 38% 35%,
            var(--plata-brillante),
            var(--acero) 75%
        );

    box-shadow:
        0 0 60px rgba(170,182,201,0.35);
}

.imagen-perfil-container {
    position: relative;
    width: 100%;
}

.carrusel-sobre-mi {
    position: relative;
    width: 100%;
}

.carrusel-sobre-mi .slide-item {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: auto;

    max-height: 550px;

    object-fit: cover;

    opacity: 0;

    transition:
        opacity 1s ease-in-out;
}

.carrusel-sobre-mi .slide-item:first-child {
    position: relative;
}

.carrusel-sobre-mi .slide-item.active {
    opacity: 1;
    z-index: 2;
}

.fila-cifras {
    display: flex;

    gap: 35px;

    margin-top: 35px;

    flex-wrap: wrap;
}

.numero-cifra {
    display: block;

    font-family: var(--fuente-titulo);

    color: var(--plata-brillante);

    font-size: 1.8rem;
}

.etiqueta-cifra {
    display: block;

    color: var(--texto-tenue);

    font-size: .75rem;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================================
   SERVICIOS
   ========================================================= */

.card-servicio {
    display: block;

    text-decoration: none !important;

    background:
        linear-gradient(
            145deg,
            rgba(35,5,7,0.92),
            rgba(13,2,3,0.95)
        );

    border:
        1px solid rgba(143,29,36,0.28);

    border-radius: 16px;

    padding: 35px 15px;

    text-align: center;

    transition:
        all .35s ease;

    height: 100%;
}

.card-servicio:hover {
    transform: translateY(-10px);

    border-color: var(--acero);

    box-shadow:
        0 15px 30px rgba(0,0,0,0.45),
        0 0 40px var(--glow-violeta);
}

.icono-servicio {
    width: 60px;
    height: 60px;

    margin: 0 auto 18px;

    color: var(--plata);
}

.icono-servicio svg {
    width: 100%;
    height: 100%;
}

.nombre-servicio {
    font-family: var(--fuente-titulo);

    color: yellow;

    font-size: 1.2rem;

    letter-spacing: 1px;

    margin-bottom: 12px;
}

.btn-ver-mas {
    display: inline-block;

    color: var(--plata);

    font-size: .7rem;

    letter-spacing: 1px;

    border:
        1px solid rgba(192,67,60,0.45);

    padding: 6px 16px;

    border-radius: 20px;

    transition: .3s;
}

.card-servicio:hover .btn-ver-mas {
    background: var(--acero);
    color: #fff;
}


/* =========================================================
   FORMULARIO
   ========================================================= */

#contacto-formulario {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            ellipse 900px 500px at 50% 0%,
            rgba(143,29,36,0.24),
            transparent 65%
        ),
        linear-gradient(
            180deg,
            #1a0506 0%,
            #080102 100%
        );
}

#contacto-formulario::before {
    content: '';

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            ellipse 650px 400px at 50% 50%,
            rgba(143,29,36,0.14),
            transparent 70%
        );

    pointer-events: none;
}

.fondo-magico-esfera {
    position: absolute;

    inset: -3%;

    width: 106%;
    height: 106%;

    background-image:
        url('img/bola1.webp');

    background-size: cover;
    background-position: center;

    filter:
        blur(7px)
        brightness(0.35)
        saturate(1.2);

    transform: scale(1.04);

    z-index: 1;
}

#contacto-formulario .container {
    position: relative;
    z-index: 2;
}

.form-luna {
    background:
        linear-gradient(
            145deg,
            rgba(31,5,8,0.88),
            rgba(10,2,3,0.90)
        );

    padding: 40px;

    border-radius: 20px;

    width: 100%;
    max-width: 500px;

    border:
        1px solid rgba(192,67,60,0.42);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.65),
        0 0 35px rgba(143,29,36,0.15);

    backdrop-filter: blur(10px);
}

.shadow-plata {
    box-shadow:
        0 20px 50px rgba(0,0,0,0.65),
        0 0 35px rgba(143,29,36,0.15);
}

.campo-grupo {
    margin-bottom: 20px;
}

.campo-grupo label {
    display: block;

    margin-bottom: 8px;

    color: #d8b3ae;

    font-family: var(--fuente-titulo);

    font-size: .85rem;

    letter-spacing: 1px;
}

.campo-grupo input,
.campo-grupo textarea {
    width: 100%;

    padding: 12px;

    background:
        rgba(15,2,4,0.72);

    border:
        1px solid rgba(143,29,36,0.42);

    border-radius: 8px;

    color: var(--plata-brillante);

    font-size: 1rem;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.campo-grupo input::placeholder,
.campo-grupo textarea::placeholder {
    color: rgba(216,200,197,0.45);
}

.campo-grupo input:focus,
.campo-grupo textarea:focus {
    outline: none;

    border-color: #c0433c;

    background:
        rgba(35,5,7,0.82);

    box-shadow:
        0 0 0 2px rgba(143,29,36,0.12),
        0 0 20px rgba(143,29,36,0.12);
}

.btn-enviar-luna {
    width: 100%;
}

.mensaje-exito {
    display: none;

    color: var(--plata-brillante);

    text-align: center;

    margin-top: 20px;

    font-style: italic;

    background:
        rgba(143,29,36,0.15);

    padding: 10px;

    border:
        1px solid rgba(192,67,60,0.30);

    border-radius: 5px;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.timeline-lunar {
    position: relative;

    max-width: 800px;

    margin: 0 auto;

    padding: 20px 0;
}

.timeline-lunar::before {
    content: '';

    position: absolute;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(192,67,60,0.5),
            transparent
        );

    top: 0;
    bottom: 0;

    left: 50%;

    transform: translateX(-50%);
}

.paso-item {
    display: flex;

    justify-content: space-between;
    align-items: center;

    margin-bottom: 50px;

    width: 100%;

    position: relative;

    gap: 25px;
}

.paso-item:nth-child(even) {
    flex-direction: row-reverse;
}

.luna-fase {
    width: 64px;
    height: 64px;

    min-width: 64px;

    border-radius: 50%;

    z-index: 2;

    box-shadow:
        0 0 20px var(--glow-plata);

    animation:
        respirar-luna 5s ease-in-out infinite;
}

.fase-nueva {
    background: #180507;
    border:
        1px solid rgba(192,67,60,0.45);
}

.fase-creciente {
    background:
        linear-gradient(
            90deg,
            #180507 50%,
            var(--plata-brillante) 50%
        );
}

.fase-llena {
    background: var(--plata-brillante);
}

.fase-menguante {
    background:
        linear-gradient(
            270deg,
            #180507 50%,
            var(--plata-brillante) 50%
        );
}

.paso-contenido {
    width: 42%;

    padding: 22px 25px;

    background:
        rgba(35,5,7,0.52);

    border:
        1px solid rgba(143,29,36,0.22);

    border-radius: 15px;

    transition: .3s;
}

.fase-nombre {
    display: block;

    color: var(--acero);

    font-size: .7rem;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 6px;
}

.paso-contenido h4 {
    color: var(--plata-brillante);

    font-family: var(--fuente-titulo);

    font-size: 1.15rem;

    margin-bottom: 8px;
}

.paso-contenido p {
    font-size: .92rem;

    color: var(--texto-tenue);

    margin-bottom: 0;
}

.paso-item:hover .paso-contenido {
    border-color:
        rgba(192,67,60,0.55);

    transform: scale(1.03);

    box-shadow:
        0 0 25px rgba(143,29,36,0.12);
}

@media (max-width: 768px) {
    .timeline-lunar::before {
        left: 32px;
    }

    .paso-item,
    .paso-item:nth-child(even) {
        flex-direction: row;

        justify-content: flex-start;
    }

    .paso-contenido {
        width: 80%;
    }

    .luna-fase {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
}


/* =========================================================
   TRABAJOS SLIDER
   ========================================================= */

.slider-contenedor {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 20px;
}

.visor-trabajos {
    overflow: hidden;

    width: 90%;

    border-radius: 20px;
}

.slides-inner {
    display: flex;

    transition:
        transform .5s ease-in-out;

    gap: 15px;
}

.item-trabajo {
    min-width: calc(100% / 3);

    padding: 10px;
}

.item-trabajo img {
    width: 100%;
    height: 300px;

    object-fit: cover;

    border-radius: 15px;

    border:
        1px solid rgba(192,67,60,0.30);

    box-shadow:
        0 10px 20px rgba(0,0,0,0.5);

    cursor: zoom-in;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.item-trabajo img:hover {
    transform: scale(1.03);

    box-shadow:
        0 12px 28px rgba(143,29,36,0.28);
}

.control-prev,
.control-next {
    background:
        linear-gradient(
            135deg,
            #b52b27,
            #5a0d0b
        );

    color: #fff;

    border:
        1px solid rgba(224,142,120,0.35);

    width: 44px;
    height: 44px;

    border-radius: 50%;

    font-size: 1.3rem;

    cursor: pointer;

    transition: .3s;
}

.control-prev:hover,
.control-next:hover {
    background: #c0433c;

    transform: scale(1.08);
}

@media (max-width: 768px) {
    .item-trabajo {
        min-width: 100%;
    }

    .item-trabajo img {
        height: 380px;
    }
}


/* =========================================================
   LIGHTBOX
   ========================================================= */

body.sin-scroll {
    overflow: hidden;
}

.lightbox {
    display: none;

    position: fixed;

    inset: 0;

    background:
        rgba(8,1,2,0.95);

    z-index: 5000;

    align-items: center;
    justify-content: center;

    padding: 30px;

    backdrop-filter: blur(6px);
}

.lightbox.activo {
    display: flex;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;

    object-fit: contain;

    border-radius: 12px;

    border:
        1px solid rgba(192,67,60,0.42);

    box-shadow:
        0 0 60px rgba(0,0,0,0.6),
        0 0 35px rgba(143,29,36,0.16);

    animation:
        aparecer-lightbox .25s ease;
}

.lightbox-cerrar {
    position: fixed;

    top: 20px;
    right: 25px;

    width: 46px;
    height: 46px;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.08);

    border:
        1px solid rgba(192,67,60,0.35);

    color: var(--plata-brillante);

    font-size: 1.8rem;

    line-height: 1;

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: .25s;

    z-index: 5001;
}

.lightbox-cerrar:hover {
    background: var(--acero);

    color: #fff;

    transform: rotate(90deg);
}

@keyframes aparecer-lightbox {
    from {
        opacity: 0;
        transform: scale(.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .lightbox {
        padding: 15px;
    }

    .lightbox-cerrar {
        top: 12px;
        right: 12px;

        width: 40px;
        height: 40px;

        font-size: 1.5rem;
    }
}


/* =========================================================
   TESTIMONIOS
   ========================================================= */

.tarjeta-testimonio {
    background:
        rgba(30,4,6,0.58);

    border:
        1px solid rgba(143,29,36,0.22);

    border-radius: 15px;

    padding: 30px 20px;

    height: 100%;

    transition:
        all .4s ease;

    box-shadow:
        inset 0 0 25px rgba(143,29,36,0.03);
}

.tarjeta-testimonio:hover {
    transform: translateY(-8px);

    border-color:
        rgba(192,67,60,0.50);

    box-shadow:
        0 15px 30px rgba(0,0,0,0.4),
        0 0 25px rgba(143,29,36,0.12);
}

.marco-foto-plata {
    width: 110px;
    height: 110px;

    margin: 0 auto 18px;

    border-radius: 50%;

    padding: 3px;

    background:
        linear-gradient(
            45deg,
            var(--acero),
            var(--plata-brillante)
        );
}

.marco-foto-plata img {
    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;

    border:
        3px solid #180507;
}

.nombre-testimonio {
    color: var(--plata-brillante);

    font-family: var(--fuente-titulo);

    font-size: 1rem;

    margin-bottom: 12px;
}

.texto-testimonio {
    color: var(--texto-tenue);

    font-size: .92rem;

    font-style: italic;

    line-height: 1.6;
}


/* =========================================================
   VIDEOS / MESA DE TRABAJO
   ========================================================= */

#videos {
    background:
        linear-gradient(
            180deg,
            #170304 0%,
            #090102 100%
        );
}

.tarjeta-video {
    background:
        rgba(28,4,6,0.70);

    padding: 10px;

    border-radius: 18px;

    border:
        1px solid rgba(143,29,36,0.32);

    transition:
        all .4s ease;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.25);
}

.tarjeta-video:hover {
    transform: translateY(-8px);

    border-color:
        rgba(192,67,60,0.60);

    box-shadow:
        0 0 30px rgba(143,29,36,0.25);
}

.video-responsive {
    position: relative;

    padding-bottom: 56.25%;

    height: 0;

    overflow: hidden;

    border-radius: 14px;

    background: #000;
}

.video-responsive iframe {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0;
}

.info-video {
    padding: 14px 4px 4px;

    color: var(--plata-brillante);

    text-transform: uppercase;

    font-size: .82rem;

    letter-spacing: 2px;

    font-weight: 600;
}


/* =========================================================
   FAQ — ROJO / VINO
   ========================================================= */

#faq {
    background:
        radial-gradient(
            ellipse 850px 500px at 15% 0%,
            rgba(143,29,36,0.22),
            transparent 65%
        ),
        radial-gradient(
            ellipse 700px 400px at 90% 100%,
            rgba(90,13,11,0.20),
            transparent 65%
        ),
        linear-gradient(
            180deg,
            #170304 0%,
            #080102 100%
        );
}

#faq .titulo-seccion {
    color: #fff1ed;

    text-shadow:
        0 0 20px rgba(143,29,36,0.15);
}

#faq .eyebrow-plata {
    color: #c0433c;
    font-size:14px;
}

#faq .acordeon-luna {
    max-width: 800px;
}

#faq .item-acordeon {
    border-bottom:
        1px solid rgba(143,29,36,0.28);

    background:
        rgba(25,3,5,0.25);

    transition:
        background .3s ease;
}

#faq .item-acordeon:first-child {
    border-top:
        1px solid rgba(143,29,36,0.22);

    border-radius: 10px 10px 0 0;
}

#faq .item-acordeon:last-child {
    border-radius: 0 0 10px 10px;
}

#faq .item-acordeon:hover {
    background:
        rgba(143,29,36,0.07);
}

#faq .item-acordeon.activo {
    background:
        rgba(143,29,36,0.10);

    box-shadow:
        inset 3px 0 0 #8f1d24;
}

.pregunta-acordeon {
    width: 100%;

    text-align: left;

    background: none;

    border: none;

    color: var(--plata-brillante);

    font-family: var(--fuente-titulo);

    font-size: 1rem;

    padding: 20px 5px;

    display: flex;

    justify-content: space-between;
    align-items: center;

    cursor: pointer;
}

#faq .pregunta-acordeon {
    padding-left: 18px;
    padding-right: 18px;
}

.icono-acordeon {
    color: #c0433c;

    font-size: 1.3rem;

    transition:
        transform .3s;
}

.item-acordeon.activo .icono-acordeon {
    transform: rotate(45deg);
}

.respuesta-acordeon {
    max-height: 0;

    overflow: hidden;

    transition:
        max-height .35s ease;
}

.item-acordeon.activo .respuesta-acordeon {
    max-height: 200px;
}

.respuesta-acordeon p {
    color: var(--texto-tenue);

    padding:
        0 18px 20px;

    font-size: .92rem;

    line-height: 1.7;
}


/* =========================================================
   DISPONIBILIDAD + REDES
   ========================================================= */

#horarios-redes {
    background:
        linear-gradient(
            180deg,
            #150304 0%,
            #080102 100%
        );
}

.panel-info {
    background:
        linear-gradient(
            145deg,
            rgba(34,5,7,0.92),
            rgba(12,2,3,0.94)
        );

    border:
        1px solid rgba(143,29,36,0.38);

    border-radius: 18px;

    padding: 35px 25px;

    height: 100%;

    box-shadow:
        0 15px 40px rgba(0,0,0,0.35),
        inset 0 0 25px rgba(143,29,36,0.04);

    transition:
        all .35s ease;
}

.panel-info:hover {
    border-color:
        rgba(192,67,60,0.60);

    transform: translateY(-4px);

    box-shadow:
        0 18px 45px rgba(0,0,0,0.45),
        0 0 25px rgba(143,29,36,0.12);
}

.titulo-panel {
    font-family: var(--fuente-titulo);

    color: var(--plata-brillante);

    font-size: 1.3rem;

    margin-bottom: 20px;
}

.lista-horarios {
    list-style: none;

    padding: 0;

    margin: 0 0 15px;
}

.lista-horarios li {
    display: flex;

    justify-content: space-between;

    padding: 13px 12px;

    margin-bottom: 4px;

    border:
        1px solid rgba(143,29,36,0.16);

    border-radius: 8px;

    background:
        rgba(143,29,36,0.045);

    color: var(--plata);

    font-size: .92rem;

    transition:
        all .25s ease;
}

.lista-horarios li:hover {
    background:
        rgba(143,29,36,0.11);

    border-color:
        rgba(192,67,60,0.32);

    transform: translateX(3px);
}

.lista-horarios li span:last-child {
    color: #d66a62;

    font-weight: 600;

    text-shadow:
        0 0 10px rgba(192,67,60,0.25);
}

.fila-redes {
    display: flex;

    justify-content: center;

    gap: 20px;

    margin-top: 10px;
}

.icono-red {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border:
        1px solid rgba(192,67,60,0.35);

    color: #d8b0ab;

    transition: .3s;

    background:
        rgba(143,29,36,0.05);
}

.icono-red svg {
    width: 22px;
    height: 22px;
}

.icono-red:hover {
    background:
        #8f1d24;

    color: #fff;

    border-color:
        #c0433c;

    box-shadow:
        0 0 20px rgba(143,29,36,0.30);

    transform: translateY(-3px);
}

.icono-red-whatsapp {
    color: var(--whatsapp-verde) !important;

    border-color:
        rgba(37,211,102,0.4) !important;
}

.icono-red-whatsapp:hover {
    background:
        var(--whatsapp-verde) !important;

    color: #fff !important;

    border-color:
        var(--whatsapp-verde) !important;
}


/* =========================================================
   CIERRE / MÉTODOS DE PAGO
   ========================================================= */

#cierre-pagina {
    min-height: 620px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            180deg,
            #170304 0%,
            #070102 100%
        );
}

#cierre-pagina .fondo-foto-difuminada {
    background-size: 115% auto;
    background-position: center 35%;

    filter:
        blur(6px)
        brightness(0.28)
        saturate(1.15);
}

#cierre-pagina::before {
    background:
        linear-gradient(
            180deg,
            rgba(38,4,6,0.55) 0%,
            rgba(20,2,4,0.72) 45%,
            rgba(7,1,2,0.96) 100%
        );
}

#cierre-pagina::after {
    background:
        radial-gradient(
            ellipse 850px 500px at 50% 35%,
            rgba(143,29,36,0.20),
            transparent 70%
        );
}

.adorno-luna {
    color: #c0433c;

    font-size: 1.4rem;

    letter-spacing: 12px;

    margin-bottom: 20px;

    text-shadow:
        0 0 18px rgba(143,29,36,0.35);
}

.frase-final {
    font-family: var(--fuente-cita);

    font-size: 1.7rem;

    font-style: italic;

    color: var(--plata-brillante);

    max-width: 750px;

    margin: 0 auto;

    line-height: 1.5;

    text-shadow:
        0 2px 15px rgba(0,0,0,0.7);
}

.autor-frase {
    margin-top: 20px;

    color: #c0433c;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-size: .85rem;
}

.capsula-whatsapp {
    display: inline-block;

    background:
        linear-gradient(287deg, #FFC107, #FFEB3B);

    border:
        1px solid rgba(192,67,60,0.45);

    border-radius: 60px;

    padding: 18px 45px;

    text-decoration: none !important;

    transition:
        all .35s ease;

    backdrop-filter: blur(5px);
    color:red;
}

.capsula-whatsapp small{
      color:red;
}


.capsula-whatsapp span{
      color:red;
}

.capsula-whatsapp:hover {
    background:
        linear-gradient(287deg, #FFC107, #FFEB3B);

    border-color:
        #red;

    box-shadow:
        0 0 25px rgba(143,29,36,0.18);
}

.ws-icono {
    width: 50px;
    height: 50px;

    color: var(--whatsapp-verde);
}

.texto-tenue {
    color: var(--texto-tenue);
}

.uppercase-letter {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.numero-contacto {
    color: var(--plata-brillante);

    font-size: 2rem;

    font-weight: bold;

    display: block;
}

.marco-pagos {
    background:
        rgba(35,5,7,0.55);

    padding: 22px;

    border-radius: 15px;

    display: inline-block;

    border:
        1px solid rgba(143,29,36,0.30);

    margin-top: 15px;

    box-shadow:
        inset 0 0 25px rgba(143,29,36,0.03);
}

.img-pagos {
    max-width: 500px;
}


/* =========================================================
   TÉRMINOS LEGALES
   ========================================================= */

#terminos-legales {
    color: var(--texto-tenue);

    background:
        radial-gradient(
            ellipse 850px 500px at 50% 0%,
            rgba(143,29,36,0.13),
            transparent 65%
        ),
        linear-gradient(
            180deg,
            #090102 0%,
            #050102 100%
        );
}

.titulo-legal {
    color: var(--plata-brillante);

    font-size: 1.7rem;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-family: var(--fuente-titulo);

    text-shadow:
        0 0 18px rgba(143,29,36,0.12);
}

.linea-decorativa {
    width: 60px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c0433c,
            transparent
        );

    margin:
        15px auto 40px;
}

.card-legal {
    background:
        linear-gradient(
            145deg,
            rgba(30,4,6,0.65),
            rgba(10,2,3,0.78)
        );

    border:
        1px solid rgba(143,29,36,0.25);

    padding: 25px;

    border-radius: 10px;

    height: 100%;

    box-shadow:
        inset 0 0 25px rgba(143,29,36,0.025);

    transition:
        all .3s ease;
}

.card-legal:hover {
    border-color:
        rgba(192,67,60,0.45);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.25),
        0 0 20px rgba(143,29,36,0.08);
}

.numero-punto {
    display: block;

    font-weight: bold;

    color: #c0433c;

    font-size: 1.1rem;

    margin-bottom: 10px;
}

.card-legal p {
    font-size: .85rem;

    line-height: 1.6;

    margin: 0;
    color:#cccccc5c;
}

.advertencia-edad {
    border-top:
        1px solid rgba(143,29,36,0.25);

    padding-top: 45px;
}

.titulo-edad {
    color: var(--plata-brillante);

    font-size: 1.4rem;

    font-weight: 300;

    margin-bottom: 25px;
}

.box-advertencia {
    padding: 0 15px;

    border-left:
        2px solid var(--acero);
}

.box-advertencia p {
    font-size: .82rem;

    color: #cccccc5c;
}


/* =========================================================
   WHATSAPP FLOTANTE
   ========================================================= */

.whatsapp-flotante {
    position: fixed;

    bottom: 25px;
    right: 25px;

    width: 58px;
    height: 58px;

    background: var(--whatsapp-verde);

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #fff;

    box-shadow:
        0 5px 20px rgba(37,211,102,0.45);

    z-index: 1500;

    transition:
        transform .3s;
}

.whatsapp-flotante svg {
    width: 28px;
    height: 28px;
}

.whatsapp-flotante:hover {
    transform: scale(1.1);
    color: #fff;
}


/* =========================================================
   BOTÓN VOLVER ARRIBA
   ========================================================= */

.btn-volver-arriba {
    position: fixed;

    bottom: 92px;
    right: 20px;

    width: 46px;
    height: 46px;

    border-radius: 50%;

    background:
        rgba(25,3,5,0.82);

    border:
        1px solid rgba(192,67,60,0.38);

    color: var(--plata-brillante);

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 9998;

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition:
        opacity .3s ease,
        transform .3s ease,
        background .3s ease;
}

.btn-volver-arriba.visible {
    opacity: 1;

    visibility: visible;

    transform: translateY(0);
}

.btn-volver-arriba:hover {
    background:
        #8f1d24;

    color: #fff;

    border-color:
        #c0433c;

    box-shadow:
        0 0 20px rgba(143,29,36,0.25);
}

.btn-volver-arriba svg {
    width: 20px;
    height: 20px;
}


/* =========================================================
   RESPONSIVE GENERAL
   ========================================================= */

@media (max-width: 768px) {

    .btn-volver-arriba {
        width: 40px;
        height: 40px;

        bottom: 78px;
        right: 18px;
    }

    .titulo-seccion {
        font-size: 1.7rem;
    }

    .whatsapp-flotante {
        width: 50px;
        height: 50px;

        bottom: 18px;
        right: 18px;
    }

    #cierre-pagina {
        min-height: 560px;
    }

    #cierre-pagina .fondo-foto-difuminada {
        background-size: cover;
        background-position: center;
    }

    .form-luna {
        padding: 30px 22px;
    }
}