.parisienne-regular {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
}

.castoro-titling-regular {
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
}

.lexend {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

:root {
    --font-title: "Parisienne", cursive;
    --font-subtitle: "Castoro Titling", serif;
    --font-text: "Lexend", sans-serif;
    --azul-fuerte: #0833A2;
    --azul-claro: #7697EC;
    --transparent: transparent;
}

/* * {
    max-width: 800px;
} */

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    min-height: 100vh;
    /* Altura completa de la pantalla */
}

.layout {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
}

.header {
    position: relative;
    background-image: url(../img/bg-dorado\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nombre {
    display: block;
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 8rem;
    font-weight: 400;
    position: absolute;
    line-height: 1;
    margin: 50px auto 0 auto;
    padding: 6rem;
    background: #CA9849;
    background: -webkit-linear-gradient(180deg, rgba(202, 152, 73, 1) 0%, rgba(248, 231, 140, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(202, 152, 73, 1) 0%, rgba(248, 231, 140, 1) 100%);
    background: linear-gradient(180deg, rgba(202, 152, 73, 1) 0%, rgba(248, 231, 140, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA9849", endColorstr="#F8E78C", GradientType=0);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-shadow: 1px 21px 21px rgba(255,255,255,1);
    -webkit-text-stroke: 1px #a87b3c;   /* grosor y color del borde */
    text-stroke: 1px #a87b3c; 
}

.container__poligono {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.container__flor-azul {
    margin: 5rem auto;
}

.arreglo-floral {
    position: absolute;
    bottom: 0;
}

.poligono {
    width: 100%;
    height: auto;
    z-index: -1;
    margin: 0 auto;
}

.nina {
    position: absolute;
    width: 60%;
    filter: grayscale();
}

.fecha-title,
.mis-xv {
    font-family: var(--font-subtitle);
    font-weight: 100;
    font-size: 3rem;
}

/* ------------------Texto de caja azul----------------- */

.box-info {
    width: 100%;
    padding: 2.5rem;
    background-image: url(../img/bg-azul-rey\ 1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: var(--font-text);
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.box-info__text {
    padding: 2rem;
    margin-bottom: 5rem;
}

.flor-dorada {
    position: absolute;
    bottom: 2rem;
    width: 25%;
}

.container-flor__float {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fecha {
    width: 100%;
    height: auto;
    background-image: url(../img/points\ 2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.flor_azul__sup {
    position: absolute;
    z-index: -1;
    top: -62px;
    right: 0;
    min-width: 10%;
    object-fit: contain;
}

.flor_azul__inf {
    position: absolute;
    z-index: -1;
    bottom: -65px;
    left: 0;
    min-width: 10%;
    object-fit: contain;
}

.container__fecha-title {
    text-align: center;
    margin: 5rem auto;
}

.fecha-title__subtitle {
    font-family: var(--font-title);
    font-size: 3rem;
    font-weight: 100;
    text-align: center;
}

.fecha-title__title {
    font-family: var(--font-subtitle);
    font-size: 4rem;
    font-weight: 100;
}

.fecha__container {
    margin: 10rem auto;
}

.fecha__faltan {
    font-family: var(--font-title);
    font-size: 4rem;
    font-weight: 100;
    text-align: center;
}

.contador__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contador__uno {
    width: 85px;
    height: 85px;
    border-radius: 5px;
    background-color: var(--azul-fuerte);
    color: white;
    font-family: var(--font-text);
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
    padding: 1rem;
}

.contador__dos {
    width: 85px;
    height: 85px;
    border-radius: 5px;
    background-color: var(--azul-claro);
    color: white;
    font-family: var(--font-text);
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
    padding: 1rem;
}

.numero {
    font-family: var(--font-title);
    margin-top: 5rem;
}

.fecha__calendario {
    margin: 5rem auto;
    text-align: center;
}

.calendario__Text {
    font-family: var(--font-text);
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 2rem;
}

.calendario__btn {
    margin: 0 auto;
    width: 60%;
    background-color: var(--azul-claro);
    color: #fff;
    padding: 1rem 0;
    font-family: var(--font-text);
    font-size: 2.5rem;
    font-weight: 100;
    border-radius: 5px;
}

.division {
    width: 100%;
    height: 5rem;
    background-image: url(../img/bg-azul-rey\ 2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.misa {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../img/bg-dorado\ 3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    padding: 2rem 0;
}

.flor__central-sup {
    position: absolute;
    right: 43%;
    margin: 0 auto;
}

.flor__central-inf {
    position: absolute;
    bottom: 0;
    right: 43%;
    margin: 0 auto;
}

.linea-azul {
    position: absolute;
    display: block;
    right: 25%;
    margin: 0 auto;
    margin-top: 5rem;
    width: 50%;
    height: 90%;
    top: 0;
    padding: 3rem 0;
    z-index: -1;
}

.misa__misa,
.misa__rep {
    padding: 5rem 3rem;
    width: 50%;
    text-align: center;
}

.misa__title {
    font-family: var(--font-title);
    font-size: 3rem;
    font-weight: 100;
}

.misa__subtitle {
    font-family: var(--font-title);
    font-weight: 100;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.misa__info {
    font-family: var(--font-text);
    font-weight: 200;
    font-size: 1.5rem;
}

.misa__icon {
    margin: 2rem auto;
    width: 50%;
}

.misa__icon--micro {
    margin: 2rem auto;
    width: 30%;
}

.ubicacion__title {
    font-family: var(--font-text);
    font-weight: 300;
    font-size: 2rem;
    margin-top: 5rem;
}

.ubicacion__title--inf {
    font-family: var(--font-text);
    font-weight: 300;
    font-size: 2rem;
    margin-top: 10rem;
}

.ubicacion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.itinerario {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-image: url(../img/points\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.flor__central-sup--itinerario {
    position: relative;
    margin: 0 auto;
}

.itinerario__title {
    position: relative;
    font-family: var(--font-title);
    font-weight: 100;
    font-size: 4rem;
    text-align: center;
    margin: 0 auto;
}

.itinerario__item {
    width: 90%;
    padding: 5rem 0;
    display: flex;
    align-items: center;
}

.itineario__icon {
    width: 60%;
}

.itinerario__img {
    width: 100%;
    object-fit: cover;
}

.itinerario__img--w {
    width: 65%;
}

.itinerario__info {
    width: 100%;
    right: 0;
    margin-left: 9rem;
}

.itinerario__subtitle {
    font-family: var(--font-text);
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
}

.itinerario__hora {
    font-family: var(--font-text);
    font-weight: 200;
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: .8rem;
    background-color: var(--azul-claro);
    border-radius: 10px;
    color: white;
}

.confirmacion {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 5rem;
    background-image: url(../img/bg-azul-rey\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.confirmacion__title {
    margin: 3rem auto;
    padding: 1rem 3rem;
    font-family: var(--font-text);
    font-size: 3rem;
    font-weight: 200;
    border: 1px solid white;
    text-align: center;
}

.confirmacion__text {
    text-align: center;
    font-family: var(--font-text);
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0 3rem;
    margin-bottom: 2rem;
}

.flor-dorada--conf {
    position: absolute;
    bottom: 0;
    padding-bottom: 1.5rem;
}

.album {
    width: 100%;
    background-image: url(../img/bg-dorado\ 1.png);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 3rem 5rem;
    position: relative;
}

.album__title {
    font-family: var(--font-title);
    font-size: 3.5rem;
    font-weight: 200;
    margin: 1rem 0;
}

.album__text {
    font-family: var(--font-text);
    font-size: 2rem;
    font-weight: 200;
    margin: 3rem 0;
}

.album__img {
    width: 50%;
    margin: 0 auto;
}

.album__btn {
    width: 60%;
    margin: 3rem auto;
    background-color: var(--azul-claro);
    font-size: 2rem;
    color: #fff;
    font-family: var(--font-text);
    font-size: 2.1rem;
    font-weight: 100;
    border-radius: 5px;
    padding: 1rem 0;
}

.border__btn {
    width: 95%;
    margin: 0 auto;
    padding: 0.1rem 0;
    border: 1px solid white;
    border-radius: 5px;
}

.border__btn--calendar {
    margin: 0 auto;
    width: 95%;
    border-radius: 5px;
    border: 1px solid white;
}

.footer {
    background-image: url(../img/bg-azul-rey\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color: white;
    text-align: center;
    font-family: var(--font-text);
    font-weight: 100;
    font-size: 1.3rem;
    padding: 1rem;
}

.contador__container {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.contador__bloque {
    text-align: center;
    background-color: #fff;
    /* o transparente si quieres */
    border-radius: 8px;
    padding: 0.5rem 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contador__bloque span {
    font-size: 2rem;
    font-weight: bold;
    color: #002366;
    /* tu color azul quizás */
}

.contador__bloque p {
    margin: 0;
    font-size: 0.9rem;
    color: #444;
}


/* .show{
    view-timeline-name:--image;
    view-timeline-axis:block;
    animation-timeline:--image;
    animation-name:show;
    animation-range:entry 25% cover 50%;
    animation-fill-mode:both
}

@keyframes show{
    from{
        opacity:0;
        scale:25%;
    }
    to{
        opacity:1;
        scale:100%;
    }
} */

.show {
    opacity: 0;
    transform: scale(0.25);
    transition: all 0.6s ease-out;
    will-change: opacity, transform;
}

.show.visible {
    opacity: 1;
    transform: scale(1);
}

.audio-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--azul-claro);
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 999;
    transition: background-color 0.3s;
}

.audio-btn:hover {
    background-color: var(--azul-claro);
}

.audio-btn svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

audio {
    display: none;
}

.flor_azul__inf--itinerario,
.flor_azul__sup--itinerario,
.flor__album-1,
.flor__album-2,
.flor__album-3 {
    position: absolute;
    width: 15%;
}

.flor__album-1 {
    top: 0;
    left: 0;
}

.flor_azul__sup--itinerario,
.flor__album-2 {
    top: 0;
    right: 0;
}

.flor__album-3 {
    bottom: 0;
    right: 0;
}

.flor_azul__inf--itinerario {
    bottom: 0;
    left: 0;
}