﻿
.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: #fafafa;
    background-image: url(Imagenes/Background.jpg);
    background-position: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    overflow-x: hidden;
    width: 100%;
    color: #1d1d1d;
}

.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;
}

    #footer .centrar {
        width: 80%;
    }


.creditos {
    color: #969696;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 2px;
}

    .creditos a:link {
        color: #969696;
    }

    .creditos a:visited {
        color: #969696;
    }

    .creditos a:hover {
        color: #dd9933;
    }

    .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;
}



.autoplay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: hidden;
    background-color: #e9eef8;
    /*background-image: url(Imagenes/grey-jean.png);*/
    -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;
}

.logosmall {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
}

    .logosmall img {
        width: 100%;
    }

.logotipo {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
}

    .logotipo img {
        width: 100%;
    }


.ver {
    display: inline-block;
    background-color: #333c5b;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 2px;
    margin-top: 30px;
}

    .ver:hover {
        cursor: pointer;
    }



@media screen and (max-width: 1080px) {
    .logosmall {
        max-width: 180px;
    }

    .logotipo {
        max-width: 280px;
    }

    .ver {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 100px;
        color: #fff;
        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%;
    padding-top: 40px;
}

.hero-monograma {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 40px;
}

    .hero-monograma img {
        width: 100%;
    }

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-2 {
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
}


.hero-bg {
    width: 100%;
    background-color: #f3f3f2;
    background-image: url(Imagenes/bedge-grunge.png);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 300px 300px 0px 0px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}


.hero {
    text-align: center;
    border-radius: 300px 300px 0px 0px;
    border: 1px solid #6a6867;
    box-sizing: border-box;
    padding: 160px 0px 80px 0px;
    color: #6a6867;
    font-family: "Source Serif 4", serif;
}



.hero-frase {
    font-size: 0.9em;
    letter-spacing: 0px;
    line-height: 1.8em;
    margin-bottom: 40px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}



.novios {
    margin-top: 40px;
    margin-bottom: 40px;
}


    .novios img {
        width: 100%;
    }


.hero-frase-padres {
    font-size: 0.9em;
    font-style: italic;
    letter-spacing: 0px;
    line-height: 1.8em;
    margin-top: -20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.padres-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.nombres-padres {
    width: 48%;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.9em;
    letter-spacing: 0px;
    line-height: 1.4em;
}


.hero-lugar {
    font-family: "Ephesis", cursive;
    font-size: 2em;
    margin-top: 60px;
}

@media screen and (max-width: 1080px) {

    .reveal-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero-monograma {
        width: 60%;
        margin-bottom: 20px;
    }

    .hero-bg {
        width: 98%;
        border-radius: 300px 300px 0px 0px;
        padding: 10px;
    }

    .hero {
        padding: 120px 0px 50px 0px;

    }


    .hero-frase {
        font-size: 0.6em;
        letter-spacing: 0px;
        line-height: 1.8em;
        margin-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .hero-frase-padres {
        font-size: 0.7em;
        letter-spacing: 0px;
        line-height: 1.8em;
        margin-bottom: 20px;
    }

    .padres-flex {
        /*display: block;
        flex-wrap: initial;*/
        margin-bottom: 60px;
    }

    .nombres-padres {
        width: 50%;
        font-size: 0.5em;
        letter-spacing: 0px;
        line-height: 1.4em;
        margin-bottom: 0px;
    }

    .hero-lugar {
        font-family: "Ephesis", cursive;
        font-size: 1.5em;
        margin-top: 40px;
    }
}




.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mobileonly {
    display: none;
}


/* CUENTA REGRESIVA */
.home-countdown {
    background-color: #3e4226;
    background-image: url(Imagenes/black-felt.png);
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
}

    .home-countdown .titulo {
        font-family: "Ephesis", cursive;
        font-size: 2em;
        letter-spacing: 0px;
        margin-bottom: 40px;
        text-align: center;
    }

.contador {
    margin-top: 0px;
}

#demo {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}



.timer-box {
    padding: 20px;
    box-sizing: border-box;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

    .timer-box .numero {
        font-family: "Source Serif 4", serif;
        font-weight: 400;
        font-size: 3em;
        letter-spacing: 1px;
    }


    .timer-box .indicador {
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 1em;
        margin-top: 10px;
        text-transform: lowercase;
    }


@media screen and (max-width: 880px) {

    .home-countdown {
        padding-top: 100px;
        padding-bottom: 100px;
    }




    #demo {
        max-width: 92%;
    }


    .timer-box {
        padding: 10px 0px;
        box-sizing: border-box;
        width: 22%;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;
    }

        .timer-box .numero {
            font-size: 2em;
        }


        .timer-box .indicador {
            font-size: 0.7em;
            margin-top: 0px;
        }
}



.contenido {
    width: 100%;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}


.home-white {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-gray {
    background: #F9F9FD;
    padding-top: 80px;
    padding-bottom: 40px;
}



.box-ceremonia {
    background-color: #eeeeea;
    background-image: url(Imagenes/bedge-grunge.png);
    padding: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 94%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    color: #6a6867;
}

.sello {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -70px;
}

    .sello img {
        width: 100%;
    }



.locacion {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    font-family: "Source Serif 4", serif;
    color: #6a6867;
}

.locacion-icon {
}

    .locacion-icon img {
        max-width: 80px;
    }

.locacion-titulo {
    font-family: "Ephesis", cursive;
    font-size: 2.5em;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}


.locacion-nombre {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}


.locacion-hora {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.locacion-hora a {
    color: #6a6867;
    text-decoration: none;
}


.locacion-direccion {
    font-size: 0.9em;
    letter-spacing: 1px;
}

    .locacion-direccion b {
        font-weight: 700;
    }


.locacion-boton {
    margin-top: 20px;
}

    .locacion-boton a {
        display: inline-block;
        color: #fff;
        background-color: #3e4226;
        padding: 10px 20px;
        text-align: center;
        font-size: 0.8em;
        letter-spacing: 1px;
        -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;
    }




@media screen and (max-width: 1080px) {
    .home-recepcion {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}



.home-mesa {
    background-color: #3e4226;
    background-image: url(Imagenes/black-felt.png);
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}


.box-alojamiento {
    background-color: #eeeeea;
    background-image: url(Imagenes/bedge-grunge.png);
    padding: 40px 10px 40px 10px;
    box-sizing: border-box;
    width: 94%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #6a6867;
}

    .box-alojamiento .titulo {
        font-family: "Ephesis", cursive;
        font-size: 2.5em;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }


.alojamiento-divisor {
    margin-top: 40px;
}


@media screen and (max-width: 880px) {
    .recepcion-fecha {
        font-size: 2em;
    }

    .locacion-titulo {
        font-size: 2.5em;
        letter-spacing: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .locacion-nombre {
        font-size: 1.2em;
        line-height: 1.2em;
        letter-spacing: 1px;
    }

    .itinerario-info {
        width: 50%;
        margin-left: 2%;
        font-family: "Cinzel", serif;
        font-size: 1.2em;
    }

    .home-mesa {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .home-video {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-itinerario .titulo {
        margin-bottom: 10px;
        font-size: 3.5em;
        padding-top: 30px;
    }
}

.home-mesa .titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    font-family: "Ephesis", cursive;
    font-size: 2.5em;
    letter-spacing: 0px;
}


.mesa-frase {
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 1.6em;
    margin-bottom: 30px;
}


.enlace-mesa {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .enlace-mesa a {
        font-family: "Source Serif 4", serif;
        display: inline-block;
        text-align: center;
        padding: 14px 30px;
        box-sizing: border-box;
        font-size: 0.9em;
        letter-spacing: 2px;
        font-weight: 400;
        border: 1px solid #fff;
        color: #fff;
    }

    .enlace-mesa .fas {
        margin-right: 5px;
    }


.opciones-mesa {
    font-size: 1em;
    letter-spacing: 1px;
    text-align: center;
    border: 2px solid #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}



    .opciones-mesa b {
        font-weight: 700;
    }

    .opciones-mesa a {
        color: #fff;
    }

.opciones-mesa-icon {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 60%;
}

    .opciones-mesa-icon img {
        width: 80px;
    }



.numero-evento {
    text-align: center;
    font-size: 0.9em;
    margin-top: 10px;
}

.lluvia {
    font-size: 1em;
    letter-spacing: 4px;
}




/*CONFIRMAR ASISTENCIA*/

.home-asistencia {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    color: #6a6867;
    font-family: "Source Serif 4", serif;
}

@media screen and (max-width: 880px) {
    .home-asistencia {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}



.home-asistencia .titulo {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Ephesis", cursive;
    font-size: 2.5em;
    letter-spacing: 0px;
}

.home-asistencia .subtitulo {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .home-asistencia .subtitulo b {
        font-weight: 700;
    }

.tarjeta {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

    .tarjeta a {
        display: block;
        background-color: #3e4226;
        color: #fff;
        padding: 15px 25px;
        text-align: center;
        font-size: 0.8em;
        letter-spacing: 1px;
        font-weight: 400;
        text-transform: uppercase;
        -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;
    }

.mensaje-confirmar {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 40px;
    margin-bottom: 20px;
}


/*HOSPEDAJE*/

.hospedaje-titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.2em;
    color: #3d3a3a;
}

    .hospedaje-titulo span {
        color: #b1b2d1;
    }

.hospedaje-box {
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

.hospedaje-box-titulo {
    font-weight: 700;
    margin-bottom: 5px;
}

.hospedaje-box-info {
    color: #565656;
}

    .hospedaje-box-info a {
        color: #565656;
        text-decoration: none;
    }


.website {
    margin-top: 10px;
}

    .website a {
        display: inline-block;
        background-color: #b1b2d1;
        color: #fff;
        padding: 10px 20px;
        border-radius: 100px;
        font-size: 0.9em;
    }

/*MEDIDAS DE SEGURIDAD*/
.home-seguridad {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #3d3a3a;
}

    .home-seguridad .centrar {
        max-width: 800px;
    }

.stay-safe {
    font-family: 'Sacramento', cursive;
    font-size: 2.5em;
    line-height: 0.6em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.home-seguridad .titulo {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-seguridad .subtitulo {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 400;
}

    .home-seguridad .subtitulo b {
        font-weight: 700;
    }

.row-medidas {
    margin-bottom: 30px;
    display: flex;
}

.medidas-icono {
    width: 20%;
    max-width: 120px;
    text-align: center;
}

    .medidas-icono img {
        width: 100%;
    }


.medidas-info {
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
}

.medidas-info-titulo {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 10px;
}

.medidas-info-texto {
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.5em;
}


.foto-abajo {
    width: 95%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    .foto-abajo img {
        width: 100%;
        border-radius: 150px;
        border: 2px solid #fff;
        padding: 10px;
        margin-left: -10px;
    }


.home-fotos {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #fff;
}


    .home-fotos .titulo {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 400;
        color: #000;
        font-family: "Cinzel", serif;
        font-size: 2.2em;
        letter-spacing: 0px;
    }



.centrar-fotos {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.foto-1 {
    width: 100%;
}

    .foto-1 img {
        width: 100%;
    }

.foto-2 {
    float: left;
    width: 48%;
}

    .foto-2 img {
        width: 100%;
    }

.foto-3 {
    float: right;
    width: 48%;
}

    .foto-3 img {
        width: 100%;
    }




.carrusel {
    margin-top: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.home-owl-box {
    width: 100%;
    margin-bottom: 10px;
}

.home-owl-imagen img {
    width: 100%;
}




.hashtag {
    text-align: center;
    font-size: 1.8em;
    color: #c5b9ad;
    margin-top: 20px;
}

.hashtag-info {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    color: #000;
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.ultima-foto {
}

    .ultima-foto img {
        width: 100%;
    }



.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.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;
}


.header-confirmar {
    background-color: #fff;
    background-image: url(Imagenes/bg.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

    .header-confirmar .mensaje-invitacion {
        color: #e7b15a;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .header-confirmar .novios {
        font-family: 'Sacramento', cursive;
        font-size: 3em;
        line-height: 1em;
        letter-spacing: 10px;
        font-weight: 400;
        color: #e7b15a;
        text-transform: uppercase;
    }

    .header-confirmar .fecha {
        color: #e7b15a;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 1.2em;
        border-top: 2px solid #e7b15a;
        border-bottom: 2px solid #e7b15a;
        display: inline-block;
        padding: 10px 20px;
        margin-top: 20px;
    }

.confirmar {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #fff;
    /*background-image: url(Imagenes/paper.jpg);*/
    color: #3d3a3a;
}

    .confirmar .subtitulo {
        font-size: 1.1em;
        letter-spacing: 1px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px;
        color: #3d3a3a;
    }

.confirmar-formulario {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    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: "Source Serif 4", serif;
    font-size: 3em;
    line-height: 1em;
    letter-spacing: 10px;
    font-weight: 400;
    color: #3d3a3a;
}

.gracias-2 {
    font-family: "Source Serif 4", serif;
    color: #3d3a3a;
    letter-spacing: 1px;
    font-size: 1em;
    margin-top: 10px;
}

.regresar {
    margin-top: 20px;
}

    .regresar a {
        font-family: "Source Serif 4", serif;
        background-color: #3e4226;
        padding: 10px 20px;
        color: #fff;
        display: inline-block;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }


.ornamento {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

    .ornamento img {
        width: 100%;
    }

/*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);
    }





.invitacion-mensaje {
    margin-top: 20px;
    letter-spacing: 1px;
}

.invitacion-invitado {
    margin-top: 10px;
    font-family: "Source Serif 4", serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .invitacion-invitado span {
        font-weight: 700;
    }

.invitacion-pases {
    letter-spacing: 1px;
    margin-bottom: 20px;
}


    .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;
    color: #565656;
}


.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: #565656;
    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;
}

    .descargar a:link {
        display: inline-block;
        padding: 15px 40px 10px 40px;
        background-color: #13171a;
        color: #ffffff;
        font-size: 0.9em;
        letter-spacing: 2px;
        border-radius: 2px;
        width: 90%;
        max-width: 300px;
        box-sizing: border-box;
    }


    .descargar .fas {
        margin-right: 5px;
    }

.captura {
    text-align: center;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #424242;
    margin-top: 5px;
}

.regresar-2 {
    text-align: center;
    margin-top: 30px;
}

    .regresar-2 a {
        color: #1d1d1d;
        display: inline-block;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 400;
        text-decoration: underline;
    }

    .regresar-2 .fas {
        margin-right: 5px;
    }

.cantidad {
    text-align: center !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    margin-bottom: 40px !important;
}

.numero-pases {
    font-weight: 700;
}



/* MOVIL */
@media screen and (max-width: 1280px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {


    .mobileonly {
        display: block;
    }


    .home-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-info .titulo {
            font-size: 3em;
            letter-spacing: 0px;
            margin-bottom: 40px;
        }


        .home-info .subtitulo {
            font-size: 1.2em;
            letter-spacing: 1px;
        }


    .frame {
        max-width: 100%;
    }


    .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;
    }

    .home-introduccion {
        max-width: initial;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .introduccion-frame {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*border: 2px solid #c5b9ad;
        box-sizing: border-box;
        padding: 20px 10px;*/
        text-align: center;
        font-size: 1.1em;
        line-height: 1.4em;
        letter-spacing: 1px;
    }

    .monograma {
        width: 80%;
        margin-bottom: 30px;
    }

    .monograma-2 {
        width: 60%;
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 880px) {


    .header-confirmar .mensaje-invitacion {
        letter-spacing: 0px;
        font-size: 0.8em;
        margin-bottom: 10px;
    }

    .header-confirmar .novios {
        font-size: 2.7em;
        line-height: 1em;
        letter-spacing: 6px;
    }

    .header-confirmar .fecha {
        letter-spacing: 3px;
        font-size: 0.9em;
        padding: 10px 8px;
        margin-top: 20px;
    }


    .header-confirmar .invitacion {
        margin-top: 0px;
    }



    .gracias {
        font-size: 2.5em;
        line-height: 1em;
        letter-spacing: 0px;
    }

    .gracias-2 {
        letter-spacing: 2px;
        font-size: 0.9em;
    }



    .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) {
}
