﻿
.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: 60px;
    padding-bottom: 50px;
    clear: both;
    background-color: #fff;
}

    #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;
}

#divesp {
    width: 100%;
}



.autoplay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: hidden;
    background-color: #fbfdfa;
    /*background-image: url(Imagenes/exclusive-paper.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;
}

.logotipo {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

    .logotipo img {
        width: 100%;
    }

.ver {
    color: #000;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    /*border: 2px solid #003580;
    padding: 5px 20px;
    border-radius: 100px;
    width: 100px;*/
}

    .ver:hover {
        cursor: pointer;
    }

.idioma-icono {
    width: 30px;
    margin-right: 10px;
}

    .idioma-icono img {
        width: 100%;
    }


@media screen and (max-width: 1080px) {
    .logotipo {
        max-width: 320px;
    }

    /*.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 ------------------------------*/


.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%;
    height: 100dvh;
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-2 {
    background-color: #f7f7f7;
    background-image: url(Imagenes/paper.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff;
    text-align: center;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
}



.hero {
    background-image: url(Imagenes/Portada-F1.jpg);
    background-position-x: center;
    background-position-y: 45%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
    position: relative;
}

.hero-top {
    padding: 30px 2px 60px 2px;
    box-sizing: border-box;
    top: 0;
    background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.45) 100%);
}

.hero .nuestra-boda {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 6px;
    text-transform: uppercase;
}


.novios {
    text-align: center;
    font-size: 5em;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-family: "Baskervville SC", serif;
    text-transform: uppercase;
    margin-top: 20px;
}

.hero-date {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.hero .novios span {
}




@media screen and (max-width: 1080px) {

    .hero {
        background-position: 65% initial;
        background-image: url('Imagenes/Portada-F1M.jpg');
        background-size: cover;
        background-attachment: initial;
        width: 100%;
        height: 100%;
    }

    .hero-top {
        padding: 30px 2px 120px 2px;
        box-sizing: border-box;
        top: 0;
        background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.70) 100%);
    }

    .hero .nuestra-boda {
        font-size: 0.9em;
        letter-spacing: 4px;
        margin-bottom: 5px;
    }

    .hero .novios {
        text-align: center;
        font-size: 2.2em;
        line-height: 1em;
        letter-spacing: 1px;
        margin-top: 15px;
    }

    .hero .fecha {
        letter-spacing: 2px;
        font-size: 1em;
        margin-top: 14px;
    }
}



.hero-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 120px 2px 20px 2px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.70) 100%);
}


.boton-rsvp {
    margin-bottom: 20px;
}

    .boton-rsvp a {
        display: inline-block;
        text-decoration: none;
        background-color: #fff;
        color: #000;
        border-radius: 100px;
        padding: 14px 30px;
        font-size: 1em;
        letter-spacing: 1px;
    }


.hero-lugar {
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 4px;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

/* 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;
}

#demoeng {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#demoita {
    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-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 3em;
        letter-spacing: 1px;
        color: #fff;
    }


    .timer-box .indicador {
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 0.9em;
        margin-top: 0px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
    }


@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;
        }
}

.player-container {
    width: 100%;
    text-align: center;
    margin-top: 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;
}



.home-introduccion {
    background-color: #fff;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 2px;
    padding-top: 140px;
    padding-bottom: 120px;
}

.introduccion-centrar {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.introduccion-frame {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*border: 2px solid #c5b9ad;*/
    box-sizing: border-box;
    /*padding: 20px 10px;*/
    text-align: center;
}

.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: "Baskervville SC", serif;
    font-size: 1.5em;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.box-nombres {
    letter-spacing: 0px;
}

.divisor-ws {
    border-bottom: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
    .box-nombres-2 {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .divisor-ws {
        display: none;
    }
}



.monograma {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    margin-bottom: 30px;
}

    .monograma img {
        width: 100%;
    }


.nav-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .nav-flex .box {
        width: 33.33%;
        text-align: center;
        margin-bottom: 100px;
    }


    .nav-flex .box-icon {
    }

        .nav-flex .box-icon img {
            width: 100px;
        }


    .nav-flex .box-title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: "Baskervville SC", serif;
        font-size: 2em;
        letter-spacing: 1px;
    }

    .nav-flex .box-btn {
    }

        .nav-flex .box-btn a {
            display: inline-block;
            background-color: #000;
            color: #fff;
            padding: 10px 20px;
            text-align: center;
            font-size: 1em;
            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;
        }

            .nav-flex .box-btn a:hover {
                background-color: #373737;
                cursor: pointer;
            }

    .nav-flex .mobileonly {
        display: none;
    }


.info-box {
    display: none;
    width: 1200px;
}



.home-recepcion {
    background-color: #fff3ea;
    background-image: url(Imagenes/grey-jean.png);
    padding-top: 100px;
    padding-bottom: 0px;
    color: #393632;
    position: relative;
}

.home-recepcion-2 {
    background-color: #f5f0ec;
}

.home-recepcion .titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.2em;
    z-index: 2;
    position: relative;
    font-weight: 400;
}

.home-recepcion .subtitulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 700;
}


.flowers {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    .flowers img {
        width: 100%;
    }

.recepcion-fecha {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5em;
    font-family: "Baskervville SC", serif;
}


.locacion {
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.locacion-titulo {
    font-family: "Baskervville SC", serif;
    font-size: 4em;
    letter-spacing: 2px;
    margin-top: 0px;
}

.locacion-fecha {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.locacion-hora {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.locacion-foto {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    .locacion-foto img {
        width: 100%;
    }

.locacion-icon {
    margin-bottom: 0px;
}

    .locacion-icon img {
        max-width: 100px;
    }

.locacion-lugar {
    font-style: italic;
    font-size: 1.2em;
    margin-top: 5px;
}


.locacion-nombre {
    text-align: center;
    font-family: "Baskervville SC", serif;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.locacion-direccion {
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 5px;
}

    .locacion-direccion b {
        font-weight: 700;
    }


.min {
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}



.locacion-boton {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .locacion-boton a {
        display: inline-block;
        color: #fff;
        background-color: #000;
        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;
    }

        .locacion-boton a:hover {
            background-color: #373737;
        }



.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 {
    margin-bottom: 0px;
    text-align: center;
}

    .vestimenta-icon img {
        max-width: 140px;
    }

.vestimenta {
    font-family: "Baskervville SC", serif;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    margin-top: 10px;
}




.home-schedule {
    background-color: #ffffff;
    background-image: url(Imagenes/bg-schedule.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
    padding-top: 25vh;
    padding-bottom: 25vh;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

    .home-schedule .titulo {
        font-family: "Baskervville SC", serif;
        font-size: 4em;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 100px;
    }



.schedule {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}

.schedule-box {
    width: 25%;
}



.schedule-titulo {
    font-family: "Baskervville SC", serif;
    font-size: 2.5em;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.schedule-fecha {
    font-size: 1.5em;
    font-family: "Marcellus", serif;
    margin-bottom: 10px;
}


.schedule-hora {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.schedule-lugar {
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: 1px;
}

.schedule-dresscode {
    font-style: italic;
    margin-top: 5px;
}


.divisor {
    height: 1px;
    border-bottom: 1px solid #f2efe7;
    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: #f1d4d0;
    padding-bottom: 20px;
}

    .home-itinerario .titulo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 0px;
        font-family: 'Hurricane', cursive;
        font-size: 2.6em;
        color: #fff;
        padding-top: 30px;
    }

    .home-itinerario .fecha {
        text-align: center;
        font-weight: 700;
        letter-spacing: 4px;
        margin-bottom: 30px;
        color: #fff;
    }

.itinerario-frase {
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.itinerario-vestimenta {
    text-align: center;
}

    .itinerario-vestimenta b {
        font-weight: 700;
    }


.centrar-itinerario {
    background-color: #fff;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 80px 20px 20px 20px;
    border-radius: 200px 200px 0px 0px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.itinerario-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
}

    .itinerario-img img {
        width: 100%;
    }

.itinerario {
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.itinerario-icono {
    width: 40%;
}

    .itinerario-icono img {
        width: 90%;
        max-width: 80px;
    }

.itinerario-line {
    width: 8%;
}

.line {
    height: 1px;
    border-bottom: 1px solid #000;
}

.itinerario-info {
    width: 50%;
    margin-left: 2%;
    font-size: 0.9em;
}



.color-verde {
    color: #81988e;
    font-weight: 700;
    font-size: 0.9em;
}


.home-registry {
    float: left;
    width: 40%;
    margin-left: 5%;
    position: relative;
    text-align: center;
}

    .home-registry .titulo {
        font-family: "Baskervville SC", serif;
        font-size: 6em;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 20px;
        position: absolute;
        width: 100%;
        top: -60px;
        z-index: 2;
    }

    .home-registry .main-img {
        width: 50%;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

        .home-registry .main-img img {
            width: 100%;
        }

.registry-msg {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-top: 5px;
}

.registry-btn {
    margin-top: 30px;
    display: inline-block;
}

    .registry-btn a {
        display: inline-block;
        color: #fff;
        background-color: #000;
        border-radius: 50px;
        padding: 20px 40px;
        text-align: center;
        font-size: 1em;
        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;
        margin-left: 10px;
        margin-right: 10px;
    }


.home-dresscode {
    float: right;
    width: 40%;
    margin-right: 5%;
}

.home-fotos {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
}

.box-foto {
    width: 25%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

    .box-foto img {
        width: 100%;
    }

.home-planners {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mensaje-confirmar {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: #000;
}

    .mensaje-confirmar a {
        text-decoration: none;
        color: #000;
    }



.home-mesa {
    background-color: #fff;
    background-image: url(Imagenes/grey-jean.png);
    padding-top: 80px;
    padding-bottom: 80px;
    color: #393632;
    text-align: center;
}


    .home-mesa .titulo {
        font-family: "Baskervville SC", serif;
        font-size: 4em;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 60px;
    }



.mesa-frase {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.enlace-mesa {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

    .enlace-mesa a {
        background-color: #000;
        color: #fff;
        display: inline-block;
        text-align: center;
        padding: 15px 30px;
        box-sizing: border-box;
        font-size: 1em;
        letter-spacing: 2px;
        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;
    }

        .enlace-mesa a:hover {
            background-color: #373737;
        }


    .enlace-mesa .fas {
        margin-right: 5px;
    }


.opciones-mesa {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}

.opciones-mesa-pais {
    font-family: "Baskervville SC", serif;
    font-size: 2em;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.opciones-mesa-titulo {
    font-weight: 700;
}

.opciones-mesa-info {
    letter-spacing: 1px;
}

.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: 100px;
    }



.numero-evento {
    text-align: center;
    font-size: 0.9em;
    margin-top: 10px;
}

.lluvia {
    font-size: 1em;
    letter-spacing: 4px;
}




/*CONFIRMAR ASISTENCIA*/

.rsvp-box {
    text-align: center;
}

    .rsvp-box .subtitulo {
        text-align: center;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 1.5em;
        letter-spacing: 1px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .rsvp-box .subtitulo b {
            font-weight: 700;
        }

.home-asistencia {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
    color: #000;
}

    .home-asistencia .box-btn a {
        display: inline-block;
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        font-size: 1em;
        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;
    }

        .home-asistencia .box-btn a:hover {
            cursor: pointer;
        }

    .home-asistencia .titulo {
        text-align: center;
        font-family: "Baskervville SC", serif;
        font-size: 4em;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .home-asistencia .subtitulo {
        text-align: center;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 1.5em;
        letter-spacing: 1px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .home-asistencia .subtitulo b {
            font-weight: 700;
        }



.invitacion-mensaje {
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.invitacion-invitado {
    margin-top: 20px;
    font-family: "Baskervville SC", serif;
    font-size: 1.8em;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .invitacion-invitado span {
        font-weight: 400;
    }

.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;
    }

.text {
    margin-bottom: 20px;
}

    .text input {
        background-color: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
    }

    .text textarea {
        display: inline-block;
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
        border: 1px solid #e8e8e8;
        font-size: 1em;
        letter-spacing: 1px;
        text-align: center;
    }


.tarjeta {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

    .tarjeta a {
        display: block;
        background-color: #000;
        color: #fff;
        padding: 20px 30px;
        text-align: center;
        font-size: 1em;
        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;
    }

        .tarjeta a:hover {
            background-color: #373737;
        }


/*RSVP LISTA*/


.rsvp-lista {
    box-sizing: border-box;
    padding: 20px 10px 0px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #e6e6e6;*/
    box-sizing: border-box;
    background-color: #fff3ea;
    background-image: url(Imagenes/grey-jean.png);
}

.rsvp-invitacion-invitado {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

    .rsvp-invitacion-invitado span {
        font-size: 1em;
        letter-spacing: 1px;
        margin-right: 5px;
    }


    .rsvp-invitacion-invitado input {
        background-color: #fff;
        padding: 5px;
        margin-right: 2px;
        margin-bottom: 15px;
    }

    .rsvp-invitacion-invitado label {
        font-size: 1em;
        letter-spacing: 0px;
        line-height: 1em;
        margin-right: 10px;
    }

    .rsvp-invitacion-invitado textarea {
        background-color: #fff;
        padding: 5px 10px;
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 0.9em;
        letter-spacing: 1px;
        color: #000;
        width: 100%;
        box-sizing: border-box;
    }

    .rsvp-invitacion-invitado select {
        background-color: #fff;
        padding: 5px 10px;
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 0.9em;
        letter-spacing: 1px;
        color: #000;
        width: 100%;
        box-sizing: border-box;
    }

.rsvp {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


.rsvp-botones {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

    .rsvp-botones a {
        display: block;
        background-color: #000;
        color: #fff;
        padding: 20px 30px;
        text-align: center;
        font-size: 0.8em;
        letter-spacing: 1px;
        border-radius: 50px;
        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;
    }

        .rsvp-botones a:hover {
            cursor: pointer;
        }



.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%;
    }



.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;
}




.gracias {
    font-family: "Baskervville SC", serif;
    font-size: 4em;
    line-height: 1em;
    letter-spacing: 10px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.gracias-2 {
    color: #000;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 40px;
}


.regresar {
    margin-top: 20px;
}

    .regresar a {
        background-color: #000;
        padding: 10px 20px;
        color: #fff;
        display: inline-block;
        font-weight: 400;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .regresar a:hover {
            background-color: #373737;
            color: #fff;
        }


/*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;
}

.ornamento {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
}

    .ornamento img {
        width: 100%;
    }

.nbb {
    border-bottom: none;
    margin-bottom: 0px;
}

.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;
}


.foto {
    /*max-width: 600px;*/
    margin-left: auto;
    margin-right: auto;
}

    .foto img {
        width: 100%;
    }

.home-trendy-restaurants {
    background-color: #000;
    background-image: url(Imagenes/Trendy-Restaurants.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 20vh;
    padding-bottom: 20vh;
    color: #fff;
}


    .home-trendy-restaurants .titulo {
        font-family: "Baskervville SC", serif;
        font-size: 4em;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 60px;
    }

.flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.box-trendy-4 {
    width: 25%;
    text-align: center;
}

.trendy-lugar {
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 2px;
}

    .trendy-lugar span {
        font-size: 0.9em;
        font-weight: 400;
        line-height: 2em;
    }

.trendy-link {
    margin-top: 10px;
}

    .trendy-link a {
        display: inline-block;
        background-color: #b59f87;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        font-size: 1em;
        letter-spacing: 1px;
        border-radius: 50px;
        font-weight: 400;
    }

.home-atelier-attr {
    padding-top: 100px;
    background-color: #fff;
    color: #000;
}


    .home-atelier-attr .titulo {
        font-family: "Baskervville SC", serif;
        font-size: 4em;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 60px;
    }

.box-5 {
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}


.atelier-foto {
    margin-bottom: 20px;
}

    .atelier-foto img {
        width: 100%;
    }

.atelier-lugar {
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
}


    .atelier-lugar span {
        font-size: 0.9em;
        font-weight: 400;
        line-height: 2em;
    }

.box-3 {
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}


.transporte-info {
    font-size: 1.2em;
    letter-spacing: 2px;
}


.home-lugares {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

    .home-lugares .titulo {
        margin-bottom: 40px;
        text-align: center;
        font-family: "Baskervville SC", serif;
        font-size: 4em;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 20px;
    }

    .home-lugares .subtitulo {
        margin-bottom: 40px;
        text-align: center;
        font-size: 1em;
        letter-spacing: 1px;
        text-align: center;
        width: 90%;
        max-width: 1480px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .home-lugares .centrar {
        max-width: 1480px;
    }



    .home-lugares .flex {
        display: flex;
        flex-wrap: wrap;
    }

.box-lugares {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 40px;
}

.box-lugares-imagen {
    width: 100%;
}

    .box-lugares-imagen img {
        width: 100%;
    }

.box-lugares-nombre {
    font-family: "Baskervville SC", serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-lugares-tiempo {
    font-style: italic;
    margin-bottom: 10px;
}

.box-lugares-codigo {
    margin-bottom: 10px;
}

    .box-lugares-codigo b {
        font-weight: 700;
    }

.box-lugares-telefono {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

    .box-lugares-telefono a {
        text-decoration: none;
        color: #000;
    }


.box-lugares-enlace {
}

    .box-lugares-enlace a {
        display: inline-block;
        font-size: 0.8em;
        line-height: 1em;
        letter-spacing: 2px;
        padding: 12px 24px;
        background-color: #000;
        color: #fff;
        -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;
    }

        .box-lugares-enlace a:hover {
            background-color: #373737;
        }



.home-faq {
    background-color: #fff;
    background-image: url(Imagenes/grey-jean.png);
    padding-top: 80px;
    padding-bottom: 80px;
    color: #393632;
    text-align: center;
}

    .home-faq .titulo {
        font-family: "Baskervville SC", serif;
        font-size: 4em;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 60px;
    }

    .home-faq .flex {
        display: flex;
    }

.faq-box {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
}

.faq-box-titulo {
    font-family: "Baskervville SC", serif;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.faq-box-info {
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 30px;
    color: #747474;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.faq-divisor {
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.faq-box-boton {
}

    .faq-box-boton a {
        display: inline-block;
        font-size: 0.8em;
        line-height: 1em;
        letter-spacing: 2px;
        border-radius: 100px;
        padding: 12px 24px;
        background-color: #5b695f;
        color: #fff;
        -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;
    }

        .faq-box-boton a:hover {
            background-color: #727d75;
        }


.fancybox-content {
    padding: 40px 0px !important;
    width: 94% !important;
}

.fancybox-content {
    background-color: #fff3ea !important;
    background-image: url(Imagenes/grey-jean.png) !important;
}


.centrar-fotos {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
}



.foto-01 {
    width: 43%;
    max-width: 400px;
    float: left;
    margin-left: 5%;
}

    .foto-01 img {
        width: 100%;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.40);
    }

.foto-02 {
    width: 43%;
    max-width: 400px;
    float: right;
    margin-right: 5%;
    margin-top: 60px;
    margin-bottom: 20px;
}

    .foto-02 img {
        width: 100%;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.40);
    }

.foto-03 {
    width: 43%;
    max-width: 400px;
    float: right;
    margin-right: 5%;
    margin-top: 20px;
}

    .foto-03 img {
        width: 100%;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.40);
    }

.foto-04 {
    width: 43%;
    max-width: 400px;
    float: left;
    margin-left: 5%;
    margin-top: 60px;
}

    .foto-04 img {
        width: 100%;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.40);
    }

/* MOVIL */
@media screen and (max-width: 1480px) {
    .home-registry .titulo {
        font-size: 4em;
        letter-spacing: 4px;
        margin-bottom: 20px;
        top: -40px;
    }
}

@media screen and (max-width: 1280px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {


    .mobileonly {
        display: block;
    }

    .nomobile {
        display: none;
    }


    .home-introduccion {
        max-width: initial;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.1em;
    }

        .home-introduccion .mt80 {
            margin-top: 40px;
        }

    .introduccion-frame {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid #000;
        box-sizing: border-box;
        padding: 40px 10px 20px 10px;
        text-align: center;
    }

    .home-schedule {
        background-attachment: initial;
        padding-top: 100px;
        padding-bottom: 100px;
        color: #fff;
        position: relative;
    }

        .home-schedule .titulo {
            font-size: 2em;
            letter-spacing: 0px;
            text-align: center;
            margin-bottom: 40px;
        }


    .home-lugares .titulo {
        margin-bottom: 30px;
        letter-spacing: 0px;
        font-size: 2.5em;
        line-height: 1em;
    }

    .home-lugares .subtitulo {
        font-size: 0.9em;
    }

    .home-lugares .flex {
        display: block;
    }

    .box-lugares {
        width: 100%;
        margin-left: initial;
        margin-right: initial;
        margin-bottom: 30px;
    }

    .box-lugares-nombre {
        font-size: 1.2em;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .schedule {
        display: block;
        margin-top: 40px;
        width: 90%;
        text-align: center;
    }

    .schedule-box {
        width: 100%;
        margin-bottom: 40px;
    }

    .schedule-titulo {
        font-size: 1.8em;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home-mesa {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-mesa .titulo {
            font-size: 3em;
            letter-spacing: 2px;
            text-align: center;
            margin-bottom: 30px;
        }

    .mesa-frase {
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.5em;
        margin-bottom: 20px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }



    .home-trendy-restaurants {
        background-attachment: initial;
        padding-top: 100px;
        padding-bottom: 100px;
        color: #fff;
    }

        .home-trendy-restaurants .titulo {
            font-size: 2.5em;
            letter-spacing: 2px;
            text-align: center;
            margin-bottom: 30px;
        }

    .flex {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .box-trendy-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .home-atelier-attr {
        padding-top: 40px;
        background-color: #fff;
        color: #000;
    }

        .home-atelier-attr .titulo {
            font-size: 3em;
            letter-spacing: 2px;
            text-align: center;
            margin-bottom: 30px;
        }

    .box-5 {
        width: 100%;
        padding-left: initial;
        padding-right: initial;
        margin-bottom: 30px;
    }

    .box-3 {
        width: 100%;
        padding-left: initial;
        padding-right: initial;
        margin-bottom: 30px;
    }

    .gracias {
        font-size: 3.2em;
        line-height: 1em;
        letter-spacing: 2px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
    }

    .gracias-2 {
        font-size: 1em;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .home-registry {
        float: none;
        width: 100%;
        margin-left: initial;
        position: relative;
        text-align: center;
    }

    .home-dresscode {
        float: none;
        margin-top: 60px;
    }

    .home-registry .titulo {
        font-size: 3em;
        letter-spacing: 2px;
        text-align: center;
        margin-bottom: 20px;
        position: absolute;
        width: 100%;
        top: -30px;
        z-index: 2;
    }

    .home-registry .main-img {
        width: 70%;
        max-width: initial;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .registry-msg {
        font-size: 1em;
        letter-spacing: 1px;
        margin-top: 5px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .home-fotos {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .box-foto {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .home-planners {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mensaje-confirmar {
        margin-top: 0px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1em;
        letter-spacing: 2px;
        line-height: 1.5em;
        color: #000;
    }

    .home-faq {
        padding-top: 60px;
        padding-bottom: 40px;
    }

        .home-faq .titulo {
            font-size: 3em;
            letter-spacing: 2px;
            text-align: center;
            margin-bottom: 40px;
        }

        .home-faq .flex {
            display: block;
        }

    .faq-box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 20px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
        margin-bottom: 40px;
    }



    .home-asistencia {
        padding-top: 20px;
        padding-bottom: 40px;
    }

        .home-asistencia .titulo {
            font-size: 2.5em;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }

        .home-asistencia .subtitulo {
            font-size: 1.2em;
            line-height: 1.5em;
            letter-spacing: 1px;
            margin-top: 40px;
            margin-bottom: 20px;
        }

    .invitacion-mensaje {
        margin-top: 20px;
        font-size: 1.2em;
        line-height: 1.5em;
        letter-spacing: 1px;
    }



    .invitacion-invitado {
        margin-top: 20px;
        font-size: 1.4em;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .tarjeta {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mensaje-confirmar {
        margin-top: 20px;
    }

    .tarjeta a {
        padding: 12px 24px;
        text-align: center;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-weight: 400;
    }


    .home-recepcion {
        padding-top: 40px;
        padding-bottom: 0px;
    }


    .nav-flex .box {
        width: 50%;
        text-align: center;
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    .nav-flex .box-icon {
        width: 100%;
    }

        .nav-flex .box-icon img {
            width: 60px;
        }

    .nav-flex .box-title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.5em;
        line-height: 1em;
        letter-spacing: 0px;
        /*flex-grow: 1;*/
        width: 100%;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-flex .box-btn {
        width: 100%;
        margin-top: auto;
    }

    .locacion-icon img {
        max-width: 80px;
    }

    .locacion-titulo {
        font-size: 2.5em;
        line-height: 1em;
        letter-spacing: 2px;
        margin-top: 0px;
    }

    .opciones-mesa {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .opciones-mesa-icon img {
        width: 80px;
    }

    .transporte-info {
        font-size: 1.2em;
        letter-spacing: 1px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .faq-box-titulo {
        font-size: 2em;
        font-weight: 400;
        letter-spacing: 0px;
        margin-bottom: 20px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .faq-box-info {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.9em;
    }

    .faq-divisor {
        border-bottom: 1px solid #000;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .enlace-mesa a {
        padding: 10px 20px;
        font-size: 1em;
        letter-spacing: 1px;
    }

    .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) {
}
