﻿
.reset, input, .box-unete input, .unete input, select, textarea, text-cantidad input, html, body, div, span, nav, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

    a:link img, a:hover img, a:visited img, a:active img {
        border: none;
    }

::selection {
    background: #111111;
    color: #ffffff;
}

::-moz-selection {
    background: #111111;
    color: #ffffff;
}

:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #010005;
    font-family: "Libertinus Math", system-ui;
    font-size: 1em;
    overflow-x: hidden;
    width: 100%;
    color: #cdcdcf;
}

.c {
    clear: both;
}

.wrap {
    display: block;
    width: 100%;
    min-width: 280px;
    /*overflow: hidden;*/
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0;
    padding: 0;
}

/*html, body, form {
    position: relative;
    height: 100%;
}*/


#main {
    overflow: auto;
    padding-bottom: 221px;
    margin-left: auto;
    margin-right: auto;
}

.nof {
    margin-top: -221px;
}

#footer {
    padding-top: 60px;
    padding-bottom: 50px;
    clear: both;
    background-color: #010005;
}

    #footer .centrar {
        width: 80%;
    }


.creditos {
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 2px;
    margin-top: 40px;
}

    .creditos a {
        color: #cdcdcf;
    }


    .creditos .fas {
        margin-right: 5px;
    }


.fa {
    margin-right: 5px;
}

/*/*/

.centrar {
    width: 90%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}


.overlay {
    background-color: rgba(23, 23, 23, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-shadow: 1px 1px 2px rgba(46, 43, 43, 0.66);
    cursor: auto;
}

.overlaymenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 3000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.90);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.mr20 {
    margin-right: 20px;
}

#right {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#snow {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 999;
}


.autoplay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999;
    overflow-y: hidden;
    background-color: #010005;
    /*background-image: url(Imagenes/BG-01-H.jpg);
    background-size: cover;*/
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.img-Intro {
    width: 100%;
    height: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(Imagenes/img-Intro.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .img-Intro:hover {
        cursor: pointer;
    }


.logotipo {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
}

    .logotipo img {
        width: 100%;
    }


.ver {
    display: inline-block;
    background-color: #ad8736;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 60px;
}

    .ver:hover {
        cursor: pointer;
    }



@media screen and (max-width: 1080px) {

    .img-Intro {
        background-size: cover;
    }

    .logotipo {
        width: 80%;
        max-width: 320px;
    }

    .ver {
        display: inline-block;
        padding: 10px 20px;
        font-size: 0.9em;
        letter-spacing: 2px;
    }
}

.ocultar {
    animation: ocultar2 2s;
    animation-fill-mode: forwards;
}

@keyframes ocultar2 {
    0% {
        opacity: 1;
        left: initial;
    }

    80% {
        opacity: 0;
        left: initial;
    }

    100% {
        opacity: 0;
        left: -100%;
    }
}



/* CONTENIDO ------------------------------*/


.reveal-box {
    width: 100%;
    background-color: #021222;
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-2 {
    background-color: #071726;
    background-image: url(Imagenes/BG-01-V.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
}





.player-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


.player-bg {
    background-color: #f1f3f4;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    width: 60px;
    height: 60px;
}


.player {
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin-top: 4px;
    margin-left: 4px;
    z-index: 2;
    cursor: pointer
}


.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mobileonly {
    display: none;
}


.contenido {
    width: 100%;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}


.home-white {
    background-color: #021222;
    color: #cdcdcf;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.home-gray {
    background: #F9F9FD;
    padding-top: 80px;
    padding-bottom: 40px;
}

.regresar-2 {
    margin-top: 10px;
}

    .regresar-2 a {
        color: #cdcdcf;
        text-decoration: underline;
    }


.hero-top {
    padding: 20px 2px 60px 2px;
    box-sizing: border-box;
    top: 0;
    background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
}

.hero-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 60px 2px 20px 2px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}



.home-portada {
    width: 100%;
    height: 100dvh;
    background-image: url(Imagenes/Portada.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img-Nombre {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    .img-Nombre img {
        width: 100%;
    }


.home-mi-universo {
}

    .home-mi-universo img {
        width: 100%;
    }


/* CUENTA REGRESIVA */
.contador {
    margin-top: 0px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#demo {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}



.timer-box {
    /*border: 1px solid #fff;
    padding: 20px;
    box-sizing: border-box;*/
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

    .timer-box .numero {
        font-weight: 400;
        font-size: 3em;
        letter-spacing: 1px;
    }


    .timer-box .indicador {
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 0.9em;
        margin-top: 0px;
    }


@media screen and (max-width: 880px) {

    .home-portada {
        background-size: cover;
        background-position-x: 80%;
    }


    .timer-box {
        padding: 0px 0px 10px 0px;
        box-sizing: border-box;
        width: 22%;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;
    }

        .timer-box .numero {
            font-size: 2.2em;
        }


        .timer-box .indicador {
            font-size: 0.7em;
            margin-top: 5px;
        }
}



.home-fecha {
    background-color: #021222;
    background-image: url(Imagenes/BG-01-V.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fecha-evento {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 20px;
    width: 94%;
    max-width: 500px;
    margin: 30px auto 10px auto;
}

.fecha-lateral {
    width: 100%;
    padding: 8px 5px;
    box-sizing: border-box;
    border-top: 1px solid #e4d9d7;
    border-bottom: 1px solid #e4d9d7;
    text-align: center;
}

    .fecha-lateral span {
        line-height: 1.5em;
        letter-spacing: 1px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.fecha-dia {
    font-size: 4em;
    font-weight: 400;
    line-height: 1;
}

.year {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 1px;
}


.faltan {
    font-family: "Gwendolyn", cursive;
    font-size: 3em;
    line-height: 1em;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 40px;
}



@media (max-width: 600px) {
    .fecha-evento {
        column-gap: 10px;
    }

    .fecha-dia {
        font-size: 3.5em;
        margin-top: -10px;
    }

    .fecha-lateral span {
        font-size: 1em;
        letter-spacing: 0px;
    }
}


.home-recepcion {
    background-color: #010005;
    background-image: url(Imagenes/BG-02.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}



.locacion {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 600px;
}

.locacion-titulo {
    font-family: 'Cinzel', serif;
    font-size: 2.2em;
    font-weight: 400;
    letter-spacing: 2px;
    /* Efecto metálico */
    background: linear-gradient(to bottom, #ffffff 0%, #d9d5ce 18%, #8f8b86 38%, #f5f1e9 52%, #aaa59e 68%, #ffffff 84%, #b8b3ac 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Relieve y brillo */
    text-shadow: 0 1px 0 rgba(255,255,255,.7), 0 2px 2px rgba(0,0,0,.45), 0 4px 6px rgba(0,0,0,.25);
    margin-top: 10px;
    margin-bottom: 10px;
}

.locacion-hora {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.locacion-foto {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .locacion-foto img {
        width: 100%;
    }

.locacion-icon {
    margin-bottom: 20px;
}

    .locacion-icon img {
        max-width: 80px;
    }

.locacion-nombre {
    text-align: center;
    font-family: "Gwendolyn", cursive;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.locacion-direccion {
    line-height: 1.5em;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-top: 5px;
}

.blacktie {
    font-weight: 700;
    font-size: 1.2em;
}



.locacion-boton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    padding: 12px 35px;
    /* Fondo azul profundo */
    background: linear-gradient( to bottom, #102a43 0%, #07192b 45%, #061321 100% );
    /* Borde metálico */
    border: 2px solid #d8d4cc;
    border-radius: 22px;
    /* Texto */
    color: #f5f1e9;
    font-size: 1.4em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    text-decoration: none;
    /* Relieve + brillo */
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.10), inset 0 2px 5px rgba(255,255,255,.20), inset 0 -5px 10px rgba(0,0,0,.45), 0 0 8px rgba(255,255,255,.35), 0 0 18px rgba(130,180,220,.25), 0 6px 15px rgba(0,0,0,.45);
    text-shadow: 0 1px 1px rgba(0,0,0,.8), 0 0 5px rgba(255,255,255,.25);
    position: relative;
    transition: all .3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .locacion-boton a {
        color: #f5f1e9;
        font-style: italic;
    }

    .locacion-boton::before {
        content: "";
        position: absolute;
        inset: 2px;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 17px;
        pointer-events: none;
    }

    .locacion-boton:hover {
        transform: translateY(-2px);
        background: linear-gradient( to bottom, #173754 0%, #0a2035 45%, #071726 100% );
        box-shadow: inset 0 0 0 2px rgba(255,255,255,.14), inset 0 2px 5px rgba(255,255,255,.25), inset 0 -5px 10px rgba(0,0,0,.4), 0 0 12px rgba(255,255,255,.45), 0 0 25px rgba(130,180,220,.35), 0 8px 18px rgba(0,0,0,.45);
    }


.home-vestimenta {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    background-image: url(Imagenes/paper.jpg);
    background-size: cover;
    text-align: center;
}

    .home-vestimenta .titulo {
        font-size: 1.2em;
    }


.vestimenta-icon {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
}

    .vestimenta-icon img {
        width: 100%;
    }

.vestimenta {
    text-align: center;
    font-size: 0.9em;
    letter-spacing: 4px;
    z-index: 2;
    position: relative;
}




.divisor {
    height: 1px;
    border-bottom: 1px solid #e5d5d4;
    margin-top: 20px;
    margin-bottom: 10px;
}


.line-top {
    text-align: center;
    width: 80%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .line-top img {
        width: 100%;
    }

.line-bottom {
    text-align: center;
    width: 80%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

    .line-bottom img {
        width: 100%;
    }



.home-itinerario {
    background-color: #021222;
    background-image: url(Imagenes/BG-01-V.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 20px 20px 20px;
}

    .home-itinerario .titulo {
        font-family: 'Cinzel', serif;
        font-size: 2.2em;
        font-weight: 400;
        letter-spacing: 2px;
        /* Efecto metálico */
        background: linear-gradient(to bottom, #ffffff 0%, #d9d5ce 18%, #8f8b86 38%, #f5f1e9 52%, #aaa59e 68%, #ffffff 84%, #b8b3ac 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        /* Relieve y brillo */
        text-shadow: 0 1px 0 rgba(255,255,255,.7), 0 2px 2px rgba(0,0,0,.45), 0 4px 6px rgba(0,0,0,.25);
        margin-bottom: 5px;
        text-align: center;
    }

    .home-itinerario .fecha {
        text-align: center;
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }




.timeline {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    padding: 50px 0;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: 180px;
        top: 0;
        width: 2px;
        height: 100%;
        background: #5e5e5e;
    }

.timeline-progress {
    position: absolute;
    left: 180px;
    top: 0;
    width: 2px;
    height: 0;
    background: #cdcdcf;
    z-index: 1;
    transition: height .08s linear;
}

.timeline-item {
    display: grid;
    grid-template-columns: 140px 40px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
}

.icon {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .45;
    transform: scale(.9);
    transition: all .45s ease;
}

    .icon img {
        width: 100%;
        max-width: 110px;
        height: auto;
    }





.dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #021222;
    border: 3px solid #cdcdcf;
    position: relative;
    z-index: 2;
    transition: .4s;
    justify-self: center;
    transition: all .35s ease;
}

.content {
    padding-left: 25px;
}

.time {
    font-size: 1.1em;
    letter-spacing: 2px;
}

.content h3 {
    margin: 5px 0;
    font-size: 1.5em;
    letter-spacing: 1px;
}

.content p {
}


/* Estado activo */


.timeline-item.active .icon {
    opacity: 1;
    transform: scale(1);
}

.timeline-item.active .dot {
    background: #cdcdcf;
    border-color: #cdcdcf;
    transform: scale(1.2);
}


.timeline-item.active .icon img {
    transform: scale(1.08);
}

.icon img {
    transition: transform .45s ease;
}

@media (max-width: 768px) {

    .timeline {
        overflow-x: hidden;
        box-sizing: border-box;
    }


    .timeline-item {
        grid-template-columns: 95px 30px 1fr;
        gap: 20px;
        margin-bottom: 80px;
    }

    .timeline::before {
        content: "";
        position: absolute;
        left: 130px;
        top: 0;
        width: 2px;
        height: 100%;
    }

    .timeline-progress {
        position: absolute;
        left: 130px;
        top: 0;
        width: 2px;
        height: 0;
        z-index: 1;
        transition: height .08s linear;
    }

    .icon {
        width: 90px;
        margin-left: 10px;
    }

    .timeline-item.active .icon img {
        transform: scale(1.02);
    }

    .content {
        padding-left: 0px;
        padding-right: 5px;
        box-sizing: border-box;
    }
}



.notranslate {
    user-select: text; /* sigue siendo texto */
    unicode-bidi: isolate; /* aísla formato */
}



.home-mesa {
    background-color: #010005;
    background-image: url(Imagenes/BG-01-V.jpg);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}


.icon-mesa {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

    .icon-mesa img {
        width: 100%;
    }

.home-mesa .titulo {
    font-family: 'Cinzel', serif;
    font-size: 2.1em;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    background: linear-gradient(to bottom, #ffffff 0%, #d9d5ce 18%, #8f8b86 38%, #f5f1e9 52%, #aaa59e 68%, #ffffff 84%, #b8b3ac 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 2px 2px rgba(0, 0, 0, .45), 0 4px 6px rgba(0, 0, 0, .25);
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
}


.home-mesa .divisor {
    height: 1px;
    border-bottom: 1px solid #446248;
    margin-top: 20px;
    margin-bottom: 20px;
}


.mesa-frase {
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .mesa-frase img {
        width: 20px;
    }




.enlace-mesa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 16px 45px;
    /* Fondo azul profundo */
    background: linear-gradient( to bottom, #102a43 0%, #07192b 45%, #061321 100% );
    /* Borde metálico */
    border: 2px solid #d8d4cc;
    border-radius: 22px;
    /* Texto */
    color: #f5f1e9;
    font-size: 1.4em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    text-decoration: none;
    /* Relieve + brillo */
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.10), inset 0 2px 5px rgba(255,255,255,.20), inset 0 -5px 10px rgba(0,0,0,.45), 0 0 8px rgba(255,255,255,.35), 0 0 18px rgba(130,180,220,.25), 0 6px 15px rgba(0,0,0,.45);
    text-shadow: 0 1px 1px rgba(0,0,0,.8), 0 0 5px rgba(255,255,255,.25);
    position: relative;
    transition: all .3s ease;
}

    .enlace-mesa a {
        color: #f5f1e9;
        text-decoration: none;
    }

    .enlace-mesa::before {
        content: "";
        position: absolute;
        inset: 2px;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 17px;
        pointer-events: none;
    }

    .enlace-mesa:hover {
        transform: translateY(-2px);
        background: linear-gradient( to bottom, #173754 0%, #0a2035 45%, #071726 100% );
        box-shadow: inset 0 0 0 2px rgba(255,255,255,.14), inset 0 2px 5px rgba(255,255,255,.25), inset 0 -5px 10px rgba(0,0,0,.4), 0 0 12px rgba(255,255,255,.45), 0 0 25px rgba(130,180,220,.35), 0 8px 18px rgba(0,0,0,.45);
    }


.numero-evento {
    text-align: center;
    font-size: 1.1em;
    margin-top: 15px;
}

    .numero-evento a {
        color: #cdcdcf;
    }


.lluvia {
    font-size: 1em;
    letter-spacing: 4px;
}

.home-cierre {
}

    .home-cierre img {
        width: 100%;
    }

/*CONFIRMAR ASISTENCIA*/
.home-asistencia {
    background-color: #010005;
    background-image: url(Imagenes/BG-02.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}


    .home-asistencia .titulo {
        font-family: 'Cinzel', serif;
        font-size: 2.1em;
        line-height: 1.2em;
        font-weight: 400;
        letter-spacing: 1px;
        background: linear-gradient(to bottom, #ffffff 0%, #d9d5ce 18%, #8f8b86 38%, #f5f1e9 52%, #aaa59e 68%, #ffffff 84%, #b8b3ac 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 2px 2px rgba(0, 0, 0, .45), 0 4px 6px rgba(0, 0, 0, .25);
        margin-bottom: 5px;
        text-align: center;
        margin-bottom: 20px;
    }


    .home-asistencia .subtitulo {
        text-align: center;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.4em;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .home-asistencia .subtitulo b {
            font-weight: 700;
            font-style: italic;
        }

.tarjeta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 16px 45px;
    background: linear-gradient(to bottom, #102a43 0%, #07192b 45%, #061321 100%);
    border: 2px solid #d8d4cc;
    border-radius: 22px;
    color: #f5f1e9;
    font-size: 1.4em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .10), inset 0 2px 5px rgba(255, 255, 255, .20), inset 0 -5px 10px rgba(0, 0, 0, .45), 0 0 8px rgba(255, 255, 255, .35), 0 0 18px rgba(130, 180, 220, .25), 0 6px 15px rgba(0, 0, 0, .45);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8), 0 0 5px rgba(255, 255, 255, .25);
    position: relative;
    transition: all .3s ease;
    margin-bottom: 25px;
}

    .tarjeta a {
        color: #f5f1e9;
    }



.text {
    margin-bottom: 20px;
    text-align: center;
}

    .text input {
        background-color: #fff;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        /*box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);*/
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
    }

    .text textarea {
        background-color: #fff;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
    }

    .text select {
        background-color: #fff;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
    }

.confirmar .boton {
}

    .confirmar .boton a {
        display: block;
        color: #fff;
        background-color: #a9487e;
        padding: 20px 20px;
        text-align: center;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 400;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }


.confirmar-titulo {
    color: #3d3a3a;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}


.gracias {
    font-family: "Gwendolyn", cursive;
    font-size: 4em;
    line-height: 1em;
    letter-spacing: 0px;
    font-weight: 400;
}

.gracias-2 {
    letter-spacing: 2px;
    font-size: 1.1em;
    margin-top: 10px;
}

.regresar {
    margin-top: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 12px 35px;
    /* Fondo azul profundo */
    background: linear-gradient( to bottom, #102a43 0%, #07192b 45%, #061321 100% );
    /* Borde metálico */
    border: 2px solid #d8d4cc;
    border-radius: 22px;
    /* Texto */
    color: #f5f1e9;
    font-size: 1.1em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    text-decoration: none;
    /* Relieve + brillo */
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.10), inset 0 2px 5px rgba(255,255,255,.20), inset 0 -5px 10px rgba(0,0,0,.45), 0 0 8px rgba(255,255,255,.35), 0 0 18px rgba(130,180,220,.25), 0 6px 15px rgba(0,0,0,.45);
    text-shadow: 0 1px 1px rgba(0,0,0,.8), 0 0 5px rgba(255,255,255,.25);
    position: relative;
    transition: all .3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .regresar a {
        color: #f5f1e9;
    }



/*EFECTO*/
.hvr-grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(1.1);
    }


.pt40 {
    padding-top: 40px;
}


.invitacion-mensaje {
    margin-top: 20px;
    letter-spacing: 1px;
}

.invitacion-invitado {
    margin-top: 10px;
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .invitacion-invitado span {
        font-weight: 400;
    }

.invitacion-pases {
    letter-spacing: 1px;
    margin-bottom: 30px;
}


    .invitacion-pases .numeropases {
        font-weight: 700;
        font-size: 1.2em;
    }

    .invitacion-pases select {
        background-color: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: left;
    }

.icon-sad {
    color: #3d3a3a;
    text-align: center;
    font-size: 5em;
    letter-spacing: 0px;
    margin-bottom: 40px;
}

.titulo-no {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}


.invitacion-descarga {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

    .invitacion-descarga img {
        width: 100%;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
    }


.invitacion-aviso {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 600px;
    margin-top: 20px;
    font-size: 0.9em;
}


.qr {
    width: 160px;
    height: 150px;
    position: absolute;
    bottom: 85px;
    left: 50%;
    margin-left: -100px;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ededed;
}

.descargar {
    margin-top: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    padding: 12px 35px;
    /* Fondo azul profundo */
    background: linear-gradient( to bottom, #102a43 0%, #07192b 45%, #061321 100% );
    /* Borde metálico */
    border: 2px solid #d8d4cc;
    border-radius: 22px;
    /* Texto */
    color: #f5f1e9;
    font-size: 1.2em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    text-decoration: none;
    /* Relieve + brillo */
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.10), inset 0 2px 5px rgba(255,255,255,.20), inset 0 -5px 10px rgba(0,0,0,.45), 0 0 8px rgba(255,255,255,.35), 0 0 18px rgba(130,180,220,.25), 0 6px 15px rgba(0,0,0,.45);
    text-shadow: 0 1px 1px rgba(0,0,0,.8), 0 0 5px rgba(255,255,255,.25);
    position: relative;
    transition: all .3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .descargar a:link {
        color: #f5f1e9;
    }


    .descargar .fas {
        margin-right: 5px;
    }

.captura {
    text-align: center;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 5px;
}


.cantidad {
    text-align: center !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    margin-bottom: 40px !important;
}

.numero-pases {
    font-weight: 700;
}

.princesa {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

    .princesa img {
        width: 100%;
    }


.mensaje-confirmar {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-top: 40px;
}

    .mensaje-confirmar a {
        text-decoration: none;
        color: #000;
    }



.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}


.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml20 {
    margin-left: 20px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.subir {
    text-align: center;
    margin-top: 60px;
}

    .subir a {
        background-color: #fed100;
        font-size: 2em;
        color: #111;
        padding: 8px 20px;
        border-radius: 100px;
    }


/* ARROW */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.arrow-container {
    width: 80px;
    height: 0;
    padding-bottom: 90px;
    margin-top: -90px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.arrow {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: 40px;
    width: 30px;
    height: 30px;
    background-image: url(Imagenes/icon-down.png);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}




.home-fotos {
    width: 100%;
    padding: 40px 0 0 0;
    overflow: hidden;
    background-color: #010005;
}

/* Permite que se vean las fotografías laterales */
.galeria-carousel .owl-stage-outer {
    overflow: visible;
}

.galeria-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.galeria-carousel .owl-item {
    opacity: 0.55;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

    .galeria-carousel .owl-item.center {
        opacity: 1;
    }

.galeria-item {
    position: relative;
    display: block;
    width: 100%;
    height: 560px;
    overflow: hidden;
    cursor: zoom-in;
}

    .galeria-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .galeria-item:hover img {
        transform: scale(1.03);
    }

/* Tablet */
@media (max-width: 992px) {

    .galeria-item {
        height: 500px;
    }
}

/* Móvil */
@media (max-width: 600px) {

    .galeria-finca {
        padding: 30px 0;
    }

    /*
       La fotografía central ocupa aproximadamente 64% de la pantalla.
       El espacio restante deja ver parte de ambas fotografías laterales.
    */
    .galeria-carousel .owl-item {
        opacity: 0.5;
    }

        .galeria-carousel .owl-item.center {
            opacity: 1;
            transform: scale(1);
        }

    .galeria-item {
        height: 480px;
    }
}


.scroll-down {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

    .scroll-down img {
        width: 35px;
        height: auto;
        animation: scrollHint 2s ease-in-out infinite;
    }

@keyframes scrollHint {
    0%, 100% {
        transform: translateY(0);
        opacity: .5;
    }

    50% {
        transform: translateY(12px);
        opacity: 1;
    }
}


@keyframes scrollBounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(12px);
    }
}

/* MOVIL */
@media screen and (max-width: 1280px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {


    .mobileonly {
        display: block;
    }

    .player-bg {
        background-color: initial;
        text-align: center;
        display: inline-block;
        border-radius: initial;
        width: initial;
        height: initial;
        border: initial;
    }


    .player {
        background: none;
        width: initial;
        height: initial;
        overflow: hidden;
        margin-top: 0px;
        margin-left: 0px;
    }
}


@media screen and (max-width: 880px) {


    .qr {
        width: 110px;
        height: 105px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -65px;
        background-color: #ffffff;
        /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);*/
        padding: 10px;
    }

        .qr canvas {
            width: 110px;
            height: 105px;
        }

    .invitacion-descarga {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}



@media screen and (max-width: 480px) {
}
