:root {
    /* TIPOGRAFÍAS */
    --font-title: "IM Fell English", serif;
    --font-text: "Cormorant Garamond", serif;

    /* COLORES PRINCIPALES */
    --color-blue: #113249;
    --color-dark: #2C2C2C;
    --color-red: #930505;

    /* FONDO DE RESPALDO */
    --color-cream: #F4E7CA;
}


/* =========================
   ESTILOS GENERALES
========================= */

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;

    font-family: var(--font-text);
    color: var(--color-dark);

    background-image: url("../assets/backgrounds/paper-seamless.webp");
    background-repeat: repeat;
    background-position: top center;
    background-size: 700px auto;
    background-attachment: scroll;

    background-color: var(--color-cream);
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}
section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
/* =========================
   BLOQUEO INICIAL DE SCROLL
========================= */

body.invitacion-bloqueada {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100svh;

    overflow: hidden;
}


/* =========================
   SECCIÓN ACCESO
========================= */

.acceso {
    position: relative;

    width: 100%;
    height: 100svh;
    min-height: 100svh;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparent;

    overflow: hidden;
}

/* =========================
   ESQUINEROS
========================= */

.corner {
    position: absolute;

    width: clamp(170px, 17vw, 300px);
    height: auto;

    z-index: 1;

    pointer-events: none;
    user-select: none;
}

.corner-top-left {
    top: 22px;
    left: 22px;
}

.corner-top-right {
    top: 22px;
    right: 22px;
}

.corner-bottom-left {
    bottom: 22px;
    left: 22px;
}

.corner-bottom-right {
    bottom: 22px;
    right: 22px;
}


/* =========================
   CONTENIDO PRINCIPAL
========================= */

.acceso-contenido {
    position: relative;
    z-index: 2;

    width: min(82%, 900px);

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* =========================
   ENCABEZADO
========================= */

.acceso-encabezado {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    margin: 0;
}

.acceso-subtitulo {
    font-family: var(--font-text);

    font-size: 1.15rem;
    font-weight: 600;

    letter-spacing: 0.03em;

    color: var(--color-dark);
}

.acceso-titulo {
    font-family: var(--font-title);

    font-size: clamp(3.1rem, 4.2vw, 4.8rem);
    font-weight: 400;

    line-height: 1;

    color: var(--color-dark);

    margin-top: 4px;
}


/* =========================
   ORNAMENTOS CENTRALES
========================= */

.ornament {
    display: block;

    height: auto;

    pointer-events: none;
    user-select: none;
}

.ornament-wonderland-divider {
    width: min(300px, 26vw);

    margin: 18px auto 0;
}

.ornament-welcome-heart {
    width: min(300px, 26vw);

    margin: 0 auto 8px;
}

.ornament-welcome-divider {
    width: min(280px, 24vw);

    margin: 10px auto 0;
}


/* =========================
   LLAVE
========================= */

.btn-llave {
    margin: 28px 0 18px;

    padding: 0;

    background: transparent;
    border: none;

    cursor: pointer;

    appearance: none;
}

.llave {
    display: block;

    width: min(430px, 34vw);
    height: auto;
}


/* =========================
   TÓCAME
========================= */

.toca-llave {
    font-family: var(--font-text);

    font-size: 1rem;
    font-style: italic;

    color: var(--color-dark);

    margin-top: -5px;

    letter-spacing: 0.04em;

    opacity: 0.75;

    cursor: pointer;
}


/* =========================
   INVITADO
========================= */

.invitado {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.bienvenido {
    font-size: 1.75rem;

    line-height: 1;
}

#nombre-invitado {
    margin-top: 8px;

    font-family: var(--font-title);

    font-size: clamp(3.2rem, 4vw, 4.4rem);
    font-weight: 400;

    line-height: 1;

    color: var(--color-blue);
}

#numero-personas {
    margin-top: 10px;

    font-size: 1.25rem;
    font-weight: 600;

    letter-spacing: 0.05em;

    color: var(--color-dark);
}


/* =========================
   SECCIÓN CELEBRACIÓN
========================= */

.celebracion {
    width: 100%;
    min-height: 80svh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 80px 24px;

    background: transparent;
}


/* =========================
   CONTENIDO CELEBRACIÓN
========================= */

.celebracion-contenido {
    width: min(88%, 760px);

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* =========================
   ORNAMENTOS CELEBRACIÓN
========================= */

.celebracion-ornamento {
    display: block;

    height: auto;

    pointer-events: none;
    user-select: none;
}

.celebracion-ornamento-superior {
    width: min(320px, 30vw);

    margin-bottom: 30px;
}

.celebracion-ornamento-inferior {
    width: min(280px, 27vw);

    margin-top: 36px;
}


/* =========================
   TÍTULOS CELEBRACIÓN
========================= */

.celebracion-pretitle {
    font-family: var(--font-text);

    font-size: 1.1rem;
    font-weight: 600;

    letter-spacing: 0.12em;

    color: var(--color-dark);

    margin: 0;
}

.celebracion-titulo {
    font-family: var(--font-title);

    font-size: clamp(2.6rem, 4vw, 4rem);
    font-weight: 400;

    line-height: 1;

    color: var(--color-blue);

    margin-top: 6px;

    white-space: nowrap;
}


/* =========================
   TEXTO CELEBRACIÓN
========================= */

.celebracion-texto {
    margin-top: 30px;

    max-width: 620px;
}

.celebracion-texto p {
    font-family: var(--font-text);

    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    font-weight: 500;

    line-height: 1.5;

    color: var(--color-dark);
}

.celebracion-texto p + p {
    margin-top: 18px;
}


/* =========================
   DESKTOP
========================= */

@media (min-width: 769px) {

    .acceso {
        height: 100svh;
        min-height: 100svh;

        padding: 35px 40px;
    }

    .acceso-contenido {
        height: 100%;

        justify-content: center;
    }

}
/* =========================
   SECCIÓN QUINCEAÑEROS
========================= */

.quinceaneros {
    position: relative;

    width: 100%;
    min-height: auto;

    padding: 55px 24px 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparent;

    overflow: hidden;
}

.quinceaneros-contenido {
    width: min(88%, 760px);

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    position: relative;
    z-index: 2;
}


/* =========================
   SÍMBOLOS DE CARTAS
========================= */

.suit {
    position: absolute;

    width: clamp(38px, 4vw, 62px);
    height: auto;

    pointer-events: none;
    user-select: none;

    z-index: 1;

    opacity: 0.85;
}

.suit-heart {
    top: 35px;
    left: 6%;
}

.suit-spade {
    top: 35px;
    right: 6%;
}

.suit-club {
    bottom: 35px;
    left: 6%;
}

.suit-diamond {
    bottom: 35px;
    right: 6%;
}


/* =========================
   ORNAMENTO SUPERIOR
========================= */

.quinceaneros-ornamento-superior {
    width: min(300px, 28vw);
    height: auto;

    margin-bottom: 20px;
}


/* =========================
   NOMBRES
========================= */

.quinceaneros-nombres h2 {
    font-family: var(--font-title);

    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 400;

    line-height: 1;

    color: var(--color-blue);

    margin: 0;
}

.quinceaneros-union {
    margin: 12px 0;
}

.quinceaneros-union span {
    font-family: var(--font-title);

    font-size: 2.2rem;

    color: var(--color-blue);
}


/* =========================
   EDAD
========================= */

.quinceaneros-edad {
    font-family: var(--font-title);

    font-size: 2rem;

    color: var(--color-red);

    margin-top: 16px;
}


/* =========================
   DIVISOR
========================= */

.quinceaneros-divider {
    width: min(190px, 52vw);
    margin-top: 10px;
    margin-bottom: -18px;
}


/* =========================
   FOTO + MARCO
========================= */

.quinceaneros-foto {
    display: block;

    width: min(520px, 58vw);
    height: auto;

    margin-top: 28px;

    filter: drop-shadow(0 10px 12px rgba(70, 42, 10, 0.28));
}

.foto-flotante {
    display: flex;
    justify-content: center;

    width: 100%;
}

.foto-flotante .quinceaneros-foto {
    margin-left: auto;
    margin-right: auto;
}
/* =========================
   CUENTA REGRESIVA
========================= */

.cuenta-regresiva {
    position: relative;

    width: 100%;
    min-height: 100svh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 60px 24px 70px;

    background: transparent;

    overflow: hidden;
}


/* Veladura para diferenciar esta sección */

.cuenta-regresiva::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(95, 58, 24, 0) 0%,
            rgba(95, 58, 24, 0.03) 8%,
            rgba(95, 58, 24, 0.08) 18%,
            rgba(95, 58, 24, 0.11) 35%,
            rgba(95, 58, 24, 0.11) 75%,
            rgba(95, 58, 24, 0.06) 90%,
            rgba(95, 58, 24, 0) 100%
        );

    pointer-events: none;

    z-index: 0;
}


.cuenta-regresiva-contenido {
    position: relative;
    z-index: 1;

    width: min(90%, 760px);

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* FECHA */

.cuenta-fecha {
    display: block;

    width: min(470px, 52vw);
    height: auto;

    margin-bottom: 30px;
}


/* CONEJO */

.cuenta-conejo {
    display: block;

    width: min(320px, 34vw);
    height: auto;

    margin-bottom: 18px;
    filter: drop-shadow(0 10px 10px rgba(65, 40, 15, 0.25));
}


/* TÍTULO */

.cuenta-titulo {
    font-family: var(--font-title);

    font-size: clamp(2.3rem, 4vw, 4rem);
    font-weight: 400;

    line-height: 1;

    color: var(--color-blue);

    margin: 0;
}


/* DIVISOR */

.cuenta-divider {
    display: block;

    width: min(210px, 22vw);
    height: auto;

    margin: 18px auto 14px;
}


/* FRASE */

.cuenta-frase {
    font-family: var(--font-text);

    font-size: clamp(1.35rem, 1.8vw, 1.7rem);

    line-height: 1.35;

    color: var(--color-blue);

    margin: 0 0 28px;
}


/* CONTADOR */

.contador {
    width: min(100%, 650px);

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

    align-items: start;
}


.contador-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.contador-numero {
    font-family: var(--font-title);

    font-size: clamp(2.6rem, 5vw, 4.5rem);

    line-height: 1;

    color: var(--color-blue);
}


.contador-label {
    margin-top: 8px;

    font-family: var(--font-text);

    font-size: 0.9rem;
    font-weight: 600;

    letter-spacing: 0.04em;

    color: var(--color-dark);
}
/* =========================
   PADRES Y PADRINOS
========================= */

.familia {
    position: relative;
    width: 100%;
    min-height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 70px 30px;

    background-image: url("../assets/images/parents-bg.webp");
    background-size: auto 100%;
    background-position: 58% center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* CAPA AZUL */

.familia::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(17, 50, 73, 0.76);

    z-index: 0;
}


/* CONTENIDO */

.familia-contenido {
    position: relative;
    z-index: 1;

    width: min(100%, 1050px);

    color: #fff;
    text-align: center;
}


/* NUESTROS PADRES */

.familia-encabezado {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;
}

.familia-encabezado h2 {
    margin: 0;

    font-family: var(--font-text);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 400;

    white-space: nowrap;
}

.familia-linea {
    width: 145px;
    height: 1px;

    background: rgba(255, 255, 255, 0.8);
}


.padres-nombres {
    margin: 14px 0 0;

    font-family: var(--font-text);
    font-size: 1.5rem;
}


/* & */

.familia-amp {
    display: inline-block;

    margin: 0 8px;

    font-family: var(--font-title);
    font-size: 1.5em;
    font-style: italic;
}


/* PADRINOS */

.padrinos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 100px;

    margin-top: 55px;
}


.padrinos-bloque h3 {
    margin: 0 0 12px;

    font-family: var(--font-title);
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 400;
}


.padrinos-nombres {
    margin: 0;

    font-family: var(--font-text);
    font-size: 1.35rem;
}


.padrinos-linea {
    display: block;

    width: 150px;
    height: 1px;

    margin: 12px auto 8px;

    background: rgba(255, 255, 255, 0.75);
}


.padrinos-label {
    margin: 0;

    font-family: var(--font-text);
    font-size: 1.25rem;
}
/* =========================
   UBICACIONES
========================= */

.ubicaciones {
    position: relative;
    width: 100%;
    padding: 80px 20px 110px;
    box-sizing: border-box;
    overflow: hidden;
}

.ubicaciones-contenido {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================
   TÍTULO
========================= */

.ubicaciones-titulo {
    margin: 0 0 70px;

    font-family: var(--font-title);
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 400;

    color: var(--color-blue);

    text-align: left;
    line-height: 1;
}


/* =========================
   BLOQUES
========================= */

.ubicacion {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1.15fr;

    align-items: center;

    column-gap: 70px;

    margin-bottom: 70px;
}

.ubicacion:last-child {
    margin-bottom: 0;
}

.ubicacion-recepcion {
    grid-template-columns: 1.15fr 1fr;
}


/* =========================
   IMÁGENES
========================= */

.ubicacion-imagen {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.ubicacion-imagen img {
    display: block;

    width: 100%;
    max-width: 500px;

    height: auto;
}


/* =========================
   INFORMACIÓN
========================= */

.ubicacion-info {
    width: 100%;

    text-align: left;
}

.ubicacion-recepcion .ubicacion-info {
    padding-left: 20px;

    box-sizing: border-box;
}


/* TÍTULO CEREMONIA / RECEPCIÓN */

.ubicacion-info h3 {
    margin: 0 0 8px;

    font-family: var(--font-title);
    font-size: clamp(2.7rem, 4vw, 4rem);
    font-weight: 400;

    color: var(--color-blue);

    line-height: 1;
}


/* =========================
   NOMBRE DEL LUGAR
========================= */

.ubicacion-lugar {
    margin: 0;

    font-family: var(--font-text);
    font-size: 1.35rem;
    font-weight: 700;

    color: var(--color-blue);

    line-height: 1.25;
}


/* =========================
   HORA + LÍNEA
========================= */

.ubicacion-hora-linea {
    width: 100%;

    display: flex;
    align-items: center;

    gap: 12px;

    margin: 4px 0 13px;

    font-family: var(--font-text);
    font-size: 1.25rem;
    font-weight: 600;

    color: var(--color-dark);
}

.ubicacion-hora-linea span:first-child {
    flex-shrink: 0;
}

.ubicacion-linea {
    display: block;

    flex: 1;

    height: 1px;

    background-color: var(--color-blue);

    opacity: 0.65;
}


/* =========================
   DIRECCIÓN
========================= */

.ubicacion-direccion {
    margin: 0 0 18px;

    font-family: var(--font-text);
    font-size: 1.15rem;
    font-weight: 400;

    line-height: 1.35;

    color: var(--color-dark);
}


/* =========================
   BOTÓN GPS
========================= */

.ubicacion-boton {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 170px;

    padding: 10px 20px;

    box-sizing: border-box;

    border: 1px solid var(--color-blue);
    background: transparent;

    font-family: var(--font-text);
    font-size: 0.9rem;
    font-weight: 600;

    letter-spacing: 0.08em;

    color: var(--color-blue);

    text-decoration: none;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.ubicacion-boton:hover {
    background-color: var(--color-blue);

    color: var(--color-cream);

    transform: translateY(-2px);
}
.ornamento-transicion-derecha {
    width: 100%;

    display: flex;
    justify-content: flex-end;

    overflow: hidden;
}

.ornamento-transicion-derecha img {
    display: block;

    width: 100%;
    max-width: 300px;

    height: auto;
}

/* ORNAMENTO TRANSICIÓN IZQUIERDO */

.ornamento-transicion-izquierda {
    width: 100%;

    display: flex;
    justify-content: flex-start;

    overflow: hidden;
}

.ornamento-transicion-izquierda img {
    display: block;

    width: 100%;
    max-width: 300px;

    height: auto;
}
/* =========================
   GALERÍA
========================= */

.galeria {
    position: relative;
    width: 100%;
    padding: 10px 0 70px;
    overflow: hidden;
}

.galeria-contenido {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.galeria-titulo {
    margin: 0 0 40px;
    padding: 0 20px;

    font-family: var(--font-title);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 400;

    color: var(--color-blue);
    text-align: center;
}


/* CONTENEDOR DE LAS CARTAS */

.galeria-cartas {
    position: relative;

    width: min(92vw, 620px);
    margin: 0 auto;
}


/* MARCO PNG */

.galeria-marco {
    position: relative;
    z-index: 2;

    display: block;
    width: 100%;
    height: auto;

    pointer-events: none;
}


/* FOTO */

.galeria-foto {
    position: absolute;
    z-index: 1;

    top: 20%;
    left: 26%;

    width: 49%;
    height: 57%;

    overflow: hidden;
}

.galeria-foto .galeria-imagen {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;

    opacity: 0;
    transform: scale(1.03);

    transition:
        opacity 1s ease,
        transform 1.2s ease;
}

.galeria-foto .galeria-imagen.activa {
    opacity: 1;
    transform: scale(1);
}
/* =========================
   DRESS CODE
========================= */

.dress-code {
    position: relative;
    width: 100%;
    padding: 20px 20px 80px;
    box-sizing: border-box;
}

.dress-code-contenido {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

.dress-code-titulo {
    margin: 0;

    font-family: var(--font-title);
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 400;
    line-height: 1;

    color: var(--color-blue);

    text-align: right;
}
.dress-code-opciones {
    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: start;
    justify-items: center;

    gap: 50px;

    max-width: 620px;
    margin: 55px auto 0;
}

.dress-code-item {
    text-align: center;
}

.dress-code-img {
    display: block;

    width: 180px;
    height: 180px;

    object-fit: contain;
    object-position: center bottom;

    margin: 0 auto 20px;
}

.dress-code-item h3 {
    margin: 0 0 5px;

    font-family: var(--font-title);
    font-size: 1.8rem;
    font-weight: 700;

    color: var(--color-blue);
}

.dress-code-item p {
    margin: 0;

    font-family: var(--font-text);
    font-size: 1.5rem;
    line-height: 1.15;

    color: var(--color-blue);
}
.dress-code-aviso {
    width: 100%;
    max-width: 760px;

    margin: 70px auto 0;

    text-align: center;
}

.dress-code-aviso p {
    margin: 20px 0;

    font-family: var(--font-text);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.35;

    color: var(--color-blue);
}

.dress-code-divider {
    display: block;

    width: 190px;
    max-width: 50%;

    height: auto;

    margin: 0 auto;
}
/* =========================
   SUGERENCIAS DE REGALO
========================= */

.regalos {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 80px;
    overflow: hidden;
}

.regalos-contenido {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

.regalos-titulo {
    margin: 0;

    font-family: var(--font-title);
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 400;
    line-height: 1.15;

    color: var(--color-blue);
    text-align: left;
}
.lluvia-sobres {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.lluvia-titulo {
    margin: 0;
    font-family: var(--font-title);
    font-weight: 400;
    line-height: 0.95;
}

.lluvia-titulo span {
    display: block;
}

.lluvia-azul {
    font-size: clamp(3.8rem, 7vw, 6.5rem);
    color: var(--color-blue);
}

.lluvia-rojo {
    margin-top: 10px;
    font-size: clamp(3.8rem, 7vw, 6.5rem);
    color: var(--color-red);
}
/* =========================
   LLUVIA DE SOBRES
========================= */

.lluvia-texto {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.sobre-principal {
    display: block;
    width: 100%;
    max-width: 430px;
    height: auto;
}

/* =========================
   LLUVIA DE SOBRES
========================= */

.sobres-escena {
    position: relative;
    width: 320px;
    height: 280px;
    margin: 0 auto;
}

.sobre-principal {
    position: absolute;
    width: 210px;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    z-index: 3;
}

/* Sobrecitos */

.sobrecito {
    position: absolute;
    width: 65px;
    height: auto;

    z-index: 2;
}

.sobrecito-izq {
    left: 55px;
    top: 95px;
    transform: rotate(-15deg);
}

.sobrecito-der {
    right: 55px;
    top: 75px;
    transform: rotate(15deg);
}
.sobrecito-3 {
    left: 105px;
    top: 20px;
    width: 48px;
    transform: rotate(8deg);
}

.sobrecito-4 {
    right: 90px;
    top: 125px;
    width: 52px;
    transform: rotate(-10deg);
}

.sobrecito-5 {
    left: 15px;
    top: 145px;
    width: 42px;
    transform: rotate(20deg);
}

.sobrecito-6 {
    right: 15px;
    top: 155px;
    width: 45px;
    transform: rotate(-18deg);
}
/* =========================
   CONFIRMACIÓN DE ASISTENCIA
========================= */

.confirmacion {
    position: relative;
    width: 100%;
    min-height: 620px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    /* MISMO BACKGROUND QUE PADRES / PADRINOS */
    background-image: url("../assets/images/parents-bg-mobile.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Oscurece ligeramente el fondo */
.confirmacion-overlay {
    position: absolute;
    inset: 0;

    background: rgba(5, 35, 53, 0.72);

    z-index: 1;
}


/* Contenido */
.confirmacion-contenido {
    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 70px 20px;

    color: #fff;
    text-align: center;
}


/* Título principal */
.confirmacion-titulo {
    margin: 0 0 45px;

    font-family: var(--font-title);
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;

    color: #fff;
}


/* Texto fecha */
.confirmacion-texto {
    margin-bottom: 55px;
}

.confirmacion-texto p {
    margin: 0;

    font-family: var(--font-text);
    font-size: 1.8rem;
    line-height: 1.4;

    color: #fff;
}

.confirmacion-texto strong {
    font-weight: 600;
}


/* =========================
   OPCIONES MAMÁ / PAPÁ
========================= */

.confirmacion-opciones {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    gap: 130px;
}


.confirmacion-persona {
    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 300px;
}


/* Botón completo */
.confirmacion-boton {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;

    text-decoration: none;
    color: inherit;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.confirmacion-boton:hover {
    transform: translateY(-5px);
}


/* Icono provisional */
.confirmacion-whatsapp {
    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 5px solid #fff;
    border-radius: 50%;

    font-family: Arial, sans-serif;
    font-size: 2rem;
    line-height: 1;

    color: #fff;
}


/* Rectángulo CONFIRMAR */
.confirmacion-btn-texto {
    min-width: 210px;
    padding: 14px 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    font-family: var(--font-text);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.03em;

    color: var(--color-blue);
}


/* Mamá / Papá */
.confirmacion-nombre {
    margin-top: 22px;

    font-family: var(--font-text);
    font-size: 2.4rem;
    line-height: 1;

    color: #fff;
}
