﻿
.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: #fff;
    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: 30px;
    padding-bottom: 40px;
    clear: both;
    background-color: #fff;
}

    #footer .centrar {
        width: 80%;
    }


.creditos {
    color: #000;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 2px;
}

    .creditos a {
        color: #000;
    }


    .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: 800px;
    margin-left: auto;
    margin-right: auto;*/
}



.autoplay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: hidden;
    background-color: #f4f4f4;
    -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;
}

.nombres-inicio {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 420px;
    margin-bottom: 40px;
}

    .nombres-inicio img {
        width: 100%;
    }

.logotipo {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 420px;
}

    .logotipo img {
        width: 100%;
    }


.ver {
    display: inline-block;
    padding: 10px 30px;
    background-color: #000000;
    color: #fff;
    border-radius: 100px;
    /*border: 2px solid #000;*/
    font-family: "Libre Baskerville", serif;
    font-size: 0.8em;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 30px;
}

    .ver:hover {
        cursor: pointer;
    }



@media screen and (max-width: 1080px) {
    .logotipo {
        max-width: 300px;
    }

    .ver {
        display: inline-block;
        padding: 15px 30px;
        font-size: 0.8em;
        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 ------------------------------*/


.select-top {
    top: 0;
    height: 40px;
    background-color: #d3a875;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    letter-spacing: 1px;
}

    .select-top a {
        color: #fff;
    }

.reveal-box {
    width: 100%;
    padding-top: 20px;
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-2 {
    background-color: #e2deda;
    background-image: url(Imagenes/exclusive-paper.png);
    width: 100%;
    height: 100vh;
    color: #fff;
    text-align: center;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
}

.centrar-periodico {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    text-align: center;
    background-color: #e8e7e3;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.header-flex {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8em;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.header-lugar {
    text-align: left;
    width: 50%;
}

.header-fecha {
    text-align: right;
    width: 50%;
}


.wedding-post {
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    .wedding-post img {
        width: 75%;
    }

.line-bottom {
    height: 5px;
    border-bottom: 1px solid #000;
}

.titulo-principal {
    font-family: "Bebas Neue", sans-serif;
    font-size: 6em;
    line-height: 1em;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-top: 10px;
}

.line-top {
    height: 5px;
    border-top: 1px solid #000;
}

.boda-mas-esperada {
    font-family: "Libre Baskerville", serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: -5px;
}


.fecha {
    font-family: "Libre Baskerville", serif;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.portada {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .portada img {
        width: 100%;
        padding: 10px;
        border: 1px solid #000;
        box-sizing: border-box;
    }

.nombres {
    /*font-family: "Young Serif", serif;
    font-size: 2.5em;
    letter-spacing: 1px;
    text-transform: uppercase;*/
    padding-top: 14px;
    /*border-top: 2px solid #000;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .nombres img {
        width: 100%;
    }


.anuncian {
    /*font-family: "Italianno", cursive;
    font-size: 3em;
    line-height: 1em;
    letter-spacing: 1px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

    .anuncian img {
        width: 100%;
    }


.portada-mensaje {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
    border: 1px dashed #000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.foto {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .foto img {
        width: 100%;
    }


.home-frase-inicio {
    text-align: justify;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 20px;
}

.frase-final {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* CUENTA REGRESIVA */
.home-contador {
}

    .home-contador .titulo {
        font-family: "Italianno", cursive;
        font-size: 3em;
        letter-spacing: 1px;
        margin-top: 10px;
        background-color: #e8e7e3;
        z-index: 2;
        position: relative;
        display: inline-block;
        padding: 0px 20px;
    }

.d-line-top {
    border-bottom: 2px solid #000;
    margin-bottom: 5px;
}

.d-line-bottom {
    height: 5px;
    border-bottom: 2px solid #000;
}

.contador {
    margin-top: -30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #000;
    z-index: 1;
    position: relative;
}

#demo {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
}



.timer-box {
    padding: 20px;
    box-sizing: border-box;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

    .timer-box .numero {
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 1px;
    }


    .timer-box .indicador {
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 0.8em;
        margin-top: 0px;
    }


@media screen and (max-width: 880px) {

    .hero-title {
        font-size: 6em;
        letter-spacing: 0px;
    }

    .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;
        }

    .anuncian {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 240px;
    }
}



.player-container {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}


.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;
}




.home-introduccion {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-top: 20px;
}

.introduccion-centrar {
}


.introduccion-frame {
}

.bendicion-padres {
    background-color: #7a7a7a;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}

.box-nombres-2 {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
    line-height: 1.4em;
}


.box-nombres-icono {
    text-align: center;
    margin-bottom: 20px;
}

    .box-nombres-icono img {
        width: 60px;
    }

.box-nombres-titulo {
    font-family: "Libre Baskerville", serif;
    font-size: 0.9em;
    letter-spacing: -1px;
    margin-bottom: 5px;
    font-style: italic;
}

.box-nombres {
    font-family: "Libre Baskerville", serif;
    font-size: 0.8em;
    line-height: 1.5em;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.divisor-ws {
    border-bottom: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 40px;
}

.monograma {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    margin-bottom: 30px;
}

    .monograma img {
        width: 100%;
    }

.monograma-2 {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    margin-bottom: 30px;
}

    .monograma-2 img {
        width: 100%;
    }



.contenido {
    width: 100%;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}


.home-white {
    background: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-gray {
    background: #F9F9FD;
    padding-top: 80px;
    padding-bottom: 40px;
}


.nuestra-historia {
    font-family: "Libre Baskerville", serif;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-size: 1.5em;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

.historia-txt-01 {
    font-size: 0.9em;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    text-align: justify;
}

    .historia-txt-01 b {
        font-weight: 700;
    }


.historia-txt-02 {
    font-size: 0.9em;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    text-align: justify;
    background-color: #cbcbcb;
    box-sizing: border-box;
    padding: 12px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.d-line-top-2 {
    border-bottom: 1px solid #000;
    margin-top: 5px;
}

.d-line-bottom-2 {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}

.box-btn {
    margin-top: 20px;
}

    .box-btn a {
        display: inline-block;
        background-color: #000;
        color: #fff;
        padding: 12px 24px;
        border-radius: 2px;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        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;
    }


.info-box {
    display: none;
    width: 98%;
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
}

.fancybox-content {
    background: #e8e7e3 !important;
    padding: 20px !important;
    /*max-width: 600px;*/
}

/*.fancybox-container {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}*/


.cita {
    margin-top: 10px;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-size: 1.1em;
    background-color: #cbcbcb;
    box-sizing: border-box;
    padding: 12px 10px 10px 10px;
}

    .cita span {
        font-style: italic;
        font-size: 0.8em;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }



.home-recepcion {
    padding-top: 20px;
}




.locacion {
    text-align: center;
}

.locacion-titulo {
    font-family: "Libre Baskerville", serif;
    font-size: 1.8em;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-top: 1px solid #000;
    padding-top: 5px;
}

.locacion-hora {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.locacion-foto {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .locacion-foto img {
        width: 100%;
    }

.locacion-icon {
    margin-bottom: 0px;
}

    .locacion-icon img {
        max-width: 100px;
    }

.locacion-nombre {
    text-align: center;
    font-size: 2.6em;
    line-height: 1em;
    letter-spacing: 1.6px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.locacion-direccion {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 10px;
}

    .locacion-direccion b {
        font-weight: 700;
    }


.min {
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #a08667;
    margin-top: 10px;
    margin-bottom: 0px;
}



.locacion-boton {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .locacion-boton a {
        display: block;
        color: #fff;
        background-color: #2b452c;
        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;
    }

.vestimenta {
    background-color: #cbcbcb;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    margin-top: 20px;
    border: 1px solid #000;
}


.vestimenta-titulo {
    font-family: "Libre Baskerville", serif;
    font-size: 1.9em;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
    width: 50%;
}

.vestimenta-tipo {
    font-family: "Italianno", cursive;
    font-size: 3em;
    letter-spacing: 1px;
    margin-top: -25px;
    background-color: #cbcbcb;
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0px 20px;
}

.vestimenta-img {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .vestimenta-img img {
        width: 100%;
    }

.vestimenta-flex {
    display: flex;
    align-content: center;
    /*border-bottom: 1px solid #000;
    padding-bottom: 20px;*/
}

.vestimenta-flex-box {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.vestimenta-nombre {
    font-family: "Libre Baskerville", serif;
    font-size: 1.6em;
    letter-spacing: 1px;
}

.vestimenta-info {
    font-size: 0.8em;
    letter-spacing: 1px;
    margin-top: 10px;
}


.divisor {
    height: 1px;
    border-bottom: 1px solid #f2efe7;
    margin-top: 20px;
    margin-bottom: 10px;
}

.itinerario-titulo {
    font-family: "Libre Baskerville", serif;
    font-size: 1.9em;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-top: 1px solid #000;
    padding-top: 5px;
}


.home-itinerario {
    display: flex;
    text-align: center;
    /*align-content: center;*/
}

.itinerario-box {
    width: 49.8%;
    flex-direction: column;
}

.itinerario-border {
    border-right: 1px solid #000;
}


.itinerario-box-icono {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

    .itinerario-box-icono img {
        width: 100%;
        max-width: 100px;
    }


.itinerario-box-actividad {
    font-family: "Libre Baskerville", serif;
    font-size: 1.6em;
    letter-spacing: 1px;
}

.itinerario-box-hora {
    font-size: 1.2em;
    letter-spacing: 1px;
}

.itinerario-box-lugar {
    font-family: "Libre Baskerville", serif;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 60px;
}

.itinerario-box-boton {
    align-self: flex-end;
    align-items: flex-end;
    text-align: center;
}

    .itinerario-box-boton a {
        display: inline-block;
        width: 60%;
        background-color: #000;
        color: #fff;
        box-sizing: border-box;
        padding: 10px 20px;
        font-size: 0.9em;
    }

.itinerario-box-final {
    font-family: "Libre Baskerville", serif;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.home-mesa {
    padding-bottom: 20px;
}



    .home-mesa .titulo {
        font-family: "Libre Baskerville", serif;
        font-size: 1.9em;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        /*border-bottom: 1px solid #000;
        padding-bottom: 10px;*/
        padding-top: 20px;
    }




.mesa-frase {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.enlace-mesa {
}

    .enlace-mesa a {
        display: inline-block;
        color: #fff;
        background-color: #000;
        padding: 12px 40px;
        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;
    }

    .enlace-mesa .fas {
        margin-right: 5px;
    }


.opciones-mesa {
    font-size: 1em;
    letter-spacing: 1px;
    text-align: center;
}


    .opciones-mesa b {
        font-weight: 700;
    }

    .opciones-mesa a {
        color: #000;
    }



.numero-evento {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 5px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

/*HOSPEDAJE*/

.home-alojamiento {
}

    .home-alojamiento .titulo {
        font-family: "Libre Baskerville", serif;
        font-size: 1.8em;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 10px;
    }

.alojamiento-nombre {
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.alojamiento-info {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

    .alojamiento-info a {
        text-decoration: none;
        color: #000;
    }


.alojamiento-codigo {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 10px;
}

    .alojamiento-codigo span {
        font-weight: 700;
    }


.alojamiento-boton {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .alojamiento-boton a {
        display: block;
        color: #fff;
        background-color: #2b452c;
        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;
    }


/*CONFIRMAR ASISTENCIA*/
.home-asistencia {
}


    .home-asistencia .titulo {
        font-family: "Libre Baskerville", serif;
        font-size: 1.5em;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-top: 8px;
        padding-bottom: 7px;
        margin-top: 20px;
    }

    .home-asistencia .subtitulo {
        font-size: 1em;
        line-height: 1.5em;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }

        .home-asistencia .subtitulo b {
            font-weight: 700;
        }


.invitacion-mensaje {
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-weight: 400;
    text-align: justify;
}

    .invitacion-mensaje b {
        font-weight: 700;
    }


.rsvp-invitacion-invitado {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

    .rsvp-invitacion-invitado input {
        background-color: #fff;
        padding: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .rsvp-invitacion-invitado label {
        font-size: 1em;
        letter-spacing: 0px;
        line-height: 1em;
        font-weight: 700;
    }





.frase {
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
    border: 1px dashed #000;
    margin-top: 10px;
}

/*PAGINA CONFIRMACIÓN*/
.gracias {
    font-size: 3em;
    letter-spacing: 0px;
    font-weight: 400;
    color: #3d3a3a;
}

.gracias-2 {
    color: #3d3a3a;
    letter-spacing: 2px;
    font-size: 0.9em;
    margin-top: 10px;
}

.regresar {
    margin-top: 20px;
}

    .regresar a {
        background-color: #b24935;
        padding: 10px 20px;
        color: #fff;
        display: inline-block;
        border-radius: 100px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .regresar a:hover {
            background-color: #c25a46;
            color: #fff;
        }



.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;
}



.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}


.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;
}



/* MOVIL */
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1080px) {
    /*body {
        background-color: #fff;
    }*/

    #footer {
        padding-top: 30px;
        padding-bottom: 40px;
        background-color: #e8e7e3;
    }

    .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;
    }

    .gracias {
        font-size: 3.5em;
        line-height: 1em;
        letter-spacing: 1px;
    }

    .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;
        padding: 10px;
    }

        .qr canvas {
            width: 110px;
            height: 105px;
        }

    .invitacion-descarga {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    /**/

    .centrar-periodico {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .titulo-principal {
        font-size: 4.5em;
        line-height: 1em;
        letter-spacing: 4px;
        text-size-adjust: 100%;
        margin-top: 10px;
    }

    .fecha {
        font-size: 1.3em;
        letter-spacing: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .nombres {
        font-size: 1.8em;
        letter-spacing: 1px;
        padding-top: 10px;
    }

    .anuncian {
        font-size: 2.8em;
    }

    .portada {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .boda-mas-esperada {
        font-size: 1.5em;
        letter-spacing: 1px;
        line-height: 1.4em;
        font-style: italic;
        padding-top: 10px;
        border-top: 2px solid #000;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        margin-bottom: 0px;
        margin-top: -5px;
    }

    .portada-mensaje {
        padding: 10px;
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.5em;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .home-contador .titulo {
        font-size: 2.6em;
        letter-spacing: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 10px;
    }

    .contador {
        margin-top: -30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid #000;
        z-index: 1;
        position: relative;
        padding-top: 20px;
    }

    .bendicion-padres {
        padding: 10px 10px;
        font-size: 0.9em;
    }

    .home-introduccion {
        text-align: center;
        font-size: 1em;
        line-height: 1.4em;
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .mt30 {
        margin-top: 20px;
    }

    .box-nombres-titulo {
        font-family: "Libre Baskerville", serif;
        font-size: 1em;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    .box-nombres {
        font-size: 0.8em;
        line-height: 1.4em;
        letter-spacing: 0px;
    }

    .cita {
        margin-top: 20px;
        letter-spacing: 1px;
        line-height: 1.4em;
        font-size: 1em;
    }

    .locacion-titulo {
        font-size: 2em;
        letter-spacing: 2px;
        padding-top: 5px;
    }

    .locacion-nombre {
        font-size: 1.8em;
        line-height: 1em;
        letter-spacing: 1.5px;
        margin-top: 8px;
        padding-bottom: 5px;
    }

    .itinerario-titulo {
        font-size: 2em;
        letter-spacing: 2px;
    }

    .itinerario-box-icono img {
        width: 100%;
        max-width: 90px;
    }

    .itinerario-box-actividad {
        font-size: 1.4em;
        letter-spacing: 1px;
    }

    .itinerario-box-hora {
        font-size: 1.1em;
        letter-spacing: 1px;
    }


    .itinerario-box-lugar {
        font-size: 0.9em;
        letter-spacing: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
        height: 40px;
    }

    .itinerario-box-boton a {
        width: 90%;
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .vestimenta-icon {
        width: 30%;
        max-width: 140px;
    }



    .vestimenta-titulo {
        width: 70%;
        font-size: 1.8em;
        letter-spacing: 2px;
    }

    .vestimenta-nombre {
        font-size: 1.4em;
        line-height: 1em;
        letter-spacing: 2px;
    }

    .ellas-titulo {
        font-size: 2.5em;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .ellas-dresscode {
        font-size: 2.4em;
        line-height: 1em;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .home-mesa .titulo {
        text-align: center;
        font-size: 1.5em;
        letter-spacing: 1px;
    }

    .opciones-mesa-icon {
        margin-bottom: 0px;
        text-align: center;
        width: 25%;
        max-width: 100px;
        border-left: 1px solid #000;
        padding-left: 10px;
        box-sizing: border-box;
        margin-left: 10px;
    }


    .alojamiento-nombre {
        font-size: 1.5em;
        line-height: 1em;
        letter-spacing: 2px;
        margin-top: 8px;
        padding-bottom: 5px;
    }

    .home-asistencia .titulo {
        font-size: 1.5em;
        letter-spacing: 1px;
        padding-top: 8px;
        padding-bottom: 7px;
        margin-top: 20px;
    }

    .frase {
        padding: 10px;
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.5em;
        margin-top: 20px;
        font-style: italic;
    }
}


@media screen and (max-width: 880px) {
}



@media screen and (max-width: 480px) {
}
