﻿
.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;
}

#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: #ffffff;
    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: 340px;
}

    .logotipo img {
        width: 100%;
    }


.ver {
    display: inline-block;
    background-color: #b59f87;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 2px;
    margin-top: 30px;
}

    .ver:hover {
        cursor: pointer;
    }



@media screen and (max-width: 1080px) {
    .logotipo {
        max-width: 280px;
    }

    .ver {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 100px;
        color: #fff;
        font-size: 0.9em;
        letter-spacing: 2px;
    }
}

.ocultar {
    animation: ocultar2 2s;
    animation-fill-mode: forwards;
}

@keyframes ocultar2 {
    0% {
        opacity: 1;
        left: initial;
    }

    80% {
        opacity: 0;
        left: initial;
    }

    100% {
        opacity: 0;
        left: -100%;
    }
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mobileonly {
    display: none;
}

/* 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: 100vh;
    background-color: #fff;
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.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;
}


.hero-2 {
    background-color: #efefef;
    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/BG-Marble.jpg);
    background-position-x: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
    position: relative;
    text-align: center;
    color: #000;
}



.hero {
    background-image: url(Imagenes/Portada-2.jpg);
    background-position-x: center;
    background-position-y: 38%;
    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: 20px 2px 140px 2px;
    box-sizing: border-box;
    top: 0;
    background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.60) 100%);
}

.hero .nuestra-boda {
    /*font-family: 'Playfair Display', serif;*/
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 6px;
    text-transform: uppercase;
}


.hero .novios {
    text-align: center;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #fff;
}

    .hero .novios span {
        font-weight: 600;
    }

.hero-date {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}


.groom {
    font-family: 'Playfair Display', serif;
    font-size: 5em;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bride {
    font-family: 'Playfair Display', serif;
    font-size: 5em;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.and {
    font-family: "Herr Von Muellerhoff", cursive;
    font-size: 4em;
    line-height: 1em;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}



.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,.45) 100%);
}



.hero-lugar {
    color: #fff;
    font-size: 5em;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Herr Von Muellerhoff", cursive;
    text-align: center;
    margin-bottom: 40px;
}


@media screen and (max-width: 1080px) {
    .hero {
        background-attachment: initial;
        background-position-y: initial;
        width: 100%;
        height: 100%;
    }

    .hero {
        background-position-x: 50%;
    }


    .hero-top {
        padding: 20px 2px 120px 2px;
        box-sizing: border-box;
        top: 0;
    }

    .hero .nuestra-boda {
        font-size: 0.9em;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .hero .novios {
        text-align: center;
        font-size: 2.2em;
        line-height: 1.2em;
        letter-spacing: 1px;
    }

    .hero-date {
        font-size: 0.9em;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .hero-lugar {
        font-size: 3em;
    }
}




.home-countdown {
    background-color: #000;
    background-image: url(Fotos/14.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.fecha {
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 60px;
}



.faltan {
    font-size: 2em;
    font-style: italic;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 80px;
    text-transform: uppercase;
}


/* CUENTA REGRESIVA */
.contador {
    margin-top: 0px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#demo {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}



.timer-box {
    /*padding: 20px;*/
    box-sizing: border-box;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

    .timer-box .numero {
        font-family: 'Playfair Display', serif;
        font-size: 3em;
        letter-spacing: 1px;
        color: #fff;
    }


    .timer-box .indicador {
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 1em;
        margin-top: 0px;
        color: #fff;
    }


@media screen and (max-width: 880px) {


    .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;
        }
}






.the-wedding {
    background-color: #efefef;
    padding-top: 10vh;
    padding-bottom: 10vh;
    color: #000;
}

    .the-wedding .titulo {
        /*font-family: 'Playfair Display', serif;
        font-weight: 400;
        text-align: center;
        letter-spacing: 4px;
        font-size: 4em;
        text-transform: uppercase;*/
        margin-bottom: 40px;
        font-family: "Herr Von Muellerhoff", cursive;
        font-size: 5em;
        letter-spacing: 0px;
        text-align: center;
    }

.the-wedding-date {
    font-size: 1.4em;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}

.wedding-flex {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.wedding-img {
    width: 50%;
}

.wedding-info {
    width: 50%;
}

.venue-img {
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .venue-img img {
        width: 100%;
    }

.venue-name {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.venue-address {
    letter-spacing: 2px;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.venue-upgrade {
    letter-spacing: 1px;
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
    margin-top: 20px;
}

    .venue-upgrade span {
        font-weight: 700;
    }


.venue-location {
    text-align: center;
    margin-top: 20px;
}

    .venue-location a {
        display: inline-block;
        color: #fff;
        background-color: #769562;
        border-radius: 50px;
        padding: 10px 20px;
        text-align: center;
        font-size: 0.9em;
        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;
    }

.flex-2 {
    display: flex;
    align-content: center;
    background-color: #fff;
}

.travel-details {
    width: 50%;
    text-align: center;
    padding-bottom: 40px;
}

.rates {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
}

    .rates img {
        width: 100%;
    }

.booking {
    width: 40%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.locacion {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 600px;
}

.booking-titulo {
    text-align: center;
    font-size: 4em;
    line-height: 1em;
    letter-spacing: 0px;
    font-family: "Herr Von Muellerhoff", cursive;
    margin-bottom: 20px;
}

.booking-info {
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 20px;
}

    .booking-info b {
        font-weight: 700;
    }



.locacion-code {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

    .locacion-code b {
        font-weight: 700;
    }



.home-schedule {
    background-color: #000;
    background-image: url(Fotos/16.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 20vh;
    padding-bottom: 20vh;
    color: #fff;
}

    .home-schedule .titulo {
        font-family: "Herr Von Muellerhoff", cursive;
        font-size: 5em;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

.schedule {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}

.schedule-box {
    width: 25%;
}


.schedule-icon {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .schedule-icon img {
        width: 100%;
    }

.schedule-titulo {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.schedule-fecha {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    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;
}


.schedule-dresscode-btn {
    margin-top: 10px;
}

    .schedule-dresscode-btn a {
        display: inline-block;
        background-color: #769562;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 100px;
        font-size: 0.9em;
        letter-spacing: 1px;
    }


.home-dresscode {
    background-color: #efefef;
    padding-top: 10vh;
    padding-bottom: 10vh;
    color: #000;
}

    .home-dresscode .titulo {
        font-family: "Herr Von Muellerhoff", cursive;
        font-size: 5em;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

.dresscode-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .dresscode-flex .title {
        font-family: 'Playfair Display', serif;
        font-size: 2em;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .dresscode-flex .dresscode-type {
        font-family: "Herr Von Muellerhoff", cursive;
        font-size: 3em;
        line-height: 1em;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

.dresscode-colors {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
}

.dresscode-flex .info {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.dresscode-flex .dresscode-btn {
    text-align: center;
}

    .dresscode-flex .dresscode-btn a {
        display: inline-block;
        background-color: #769562;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 100px;
        font-size: 0.9em;
        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;
    }

.dresscode-women {
    width: 50%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.dresscode-men {
    width: 50%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}




.home-registry {
    background-color: #000;
    background-image: url(Fotos/21.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 25vh;
    padding-bottom: 25vh;
    color: #fff;
    text-align: center;
}

    .home-registry .titulo {
        font-family: "Herr Von Muellerhoff", cursive;
        font-size: 5em;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 60px;
    }

.registry-info {
    font-size: 1em;
    letter-spacing: 2px;
    line-height: 2em;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.registry-btn {
    text-align: center;
    margin-top: 30px;
}

    .registry-btn a {
        display: inline-block;
        background-color: #fff;
        color: #000;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 100px;
        font-size: 0.9em;
        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;
    }



.home-trendy {
    background-color: #efefef;
    padding-top: 10vh;
    padding-bottom: 10vh;
}



    .home-trendy .title {
        font-family: "Herr Von Muellerhoff", cursive;
        font-size: 5em;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 60px;
    }


.trendy-intro {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.4em;
}



.flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-trendy-4 {
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
}

.trendy-pic {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 260px;
}

    .trendy-pic img {
        width: 100%;
    }




.trendy-lugar {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
}

    .trendy-lugar span {
        font-size: 0.9em;
        font-weight: 400;
        line-height: 2em;
    }

.trendy-link {
    margin-top: 20px;
}

    .trendy-link a {
        display: inline-block;
        background-color: #769562;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        font-size: 1em;
        letter-spacing: 1px;
        border-radius: 50px;
        font-weight: 400;
    }

.trendy-info {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    .trendy-info span {
        font-style: italic;
        font-weight: 700;
    }






.home-faq {
    background-color: #e2e2e2;
    padding-top: 10vh;
    padding-bottom: 10vh;
    text-align: center;
}

    .home-faq .title {
        font-family: 'Playfair Display', serif;
        font-size: 4em;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 60px;
        width: 100%;
    }

.faq-box-titulo {
    font-family: 'Playfair Display', 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: rgb(116, 116, 116);*/
    text-align: center;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .faq-box-info a {
        text-decoration: underline;
        color: #769562;
    }

.faq-divisor {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #b9b9b9;
}

.home-faq .locacion-boton {
    margin-top: 5px;
}


    .home-faq .locacion-boton a {
        text-decoration: none;
        padding: 10px 20px;
        text-align: center;
        font-size: 0.9em;
        letter-spacing: 1px;
        background-color: #000;
        color: #fff;
        display: inline-block;
    }



.home-fotos {
    background-color: #efefef;
    padding-top: 40px;
    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;
    margin-top: 40px;
}

    .mensaje-confirmar a {
        text-decoration: none;
        color: #000;
    }



/*CONFIRMAR ASISTENCIA*/

.home-asistencia {
    background-color: #efefef;
    padding-top: 10vh;
    padding-bottom: 10vh;
    color: #000;
    text-align: center;
}


    .home-asistencia .titulo {
        text-align: center;
        font-family: 'Playfair Display', 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: 'Playfair Display', 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;
        font-family: "Montserrat", sans-serif;
    }

.text {
    margin-bottom: 20px;
}

    .text input {
        width: 80%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-family: "Montserrat", sans-serif;
    }

    .text textarea {
        width: 80%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
        border: 1px solid #e8e8e8;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
    }

    .text select {
        width: 80%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        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;
        font-family: "Montserrat", sans-serif;
    }


.tarjeta {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

    .tarjeta a {
        display: block;
        background-color: #769562;
        border-radius: 100px;
        color: #fff;
        padding: 12px 24px;
        text-align: center;
        font-size: 0.9em;
        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;
    }


.logo-ola {
    width: 80%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

    .logo-ola 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: 'Playfair Display', 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: #769562;
        padding: 10px 20px;
        color: #fff;
        display: inline-block;
        border-radius: 100px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }



/*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: 200px;
}

    .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;
}


.centrar-fotos {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.foto-1 {
    width: 100%;
}

    .foto-1 img {
        width: 100%;
    }

.foto-2 {
    float: left;
    width: 48%;
}

    .foto-2 img {
        width: 100%;
    }

.foto-3 {
    float: right;
    width: 48%;
}

    .foto-3 img {
        width: 100%;
    }


/* MOVIL */

@media screen and (max-width: 1480px) {
}

@media screen and (max-width: 1280px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {


    .mobileonly {
        display: block;
    }


    .nomobile {
        display: none;
    }





    .home-countdown {
        padding-top: 140px;
        padding-bottom: 140px;
        background-attachment: initial;
        height: initial;
    }

    .fecha {
        letter-spacing: 2px;
        font-size: 2em;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .faltan {
        font-size: 2em;
        letter-spacing: 2px;
        margin-bottom: 80px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    .the-wedding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .the-wedding .titulo {
            letter-spacing: 0px;
            font-size: 3.5em;
            margin-bottom: 0px;
        }

    .wedding-flex {
        display: block;
        justify-content: center;
        width: 100%;
        max-width: 1480px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .wedding-img {
        width: 100%;
    }

    .wedding-info {
        width: 100%;
    }

    .the-wedding-date {
        font-size: 1.2em;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .venue-name {
        letter-spacing: 1px;
        font-size: 2em;
        margin-bottom: 10px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .venue-address {
        letter-spacing: 1px;
        font-size: 0.9em;
        margin-bottom: 20px;
    }

    .venue-location a {
        padding: 10px 20px;
        text-align: center;
        font-size: 0.9em;
        letter-spacing: 2px;
    }

    .home-schedule {
        background-attachment: initial;
        padding-top: 120px;
        padding-bottom: 120px;
    }


    .flex-2 {
        display: block;
        align-content: center;
    }

    .travel-details {
        display: none;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .booking {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .booking-titulo {
        font-size: 3em;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .schedule {
        display: block;
        margin-top: 40px;
        width: 90%;
        text-align: center;
    }

    .home-schedule .titulo {
        font-size: 3.5em;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

    .schedule-box {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d3d3d3;
    }

    .last {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .schedule-icon {
        width: 100px;
        margin-bottom: 20px;
    }

    .schedule-titulo {
        font-size: 1.8em;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .home-dresscode {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-dresscode .titulo {
            font-size: 3.5em;
            letter-spacing: 0px;
            text-align: center;
            margin-bottom: 20px;
        }

    .dresscode-flex .dresscode-type {
        font-size: 2.5em;
        line-height: 1em;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

    .dresscode-women {
        width: 100%;
        box-sizing: border-box;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        margin-bottom: 40px;
    }

    .dresscode-men {
        width: 100%;
        box-sizing: border-box;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }


    .home-registry {
        background-attachment: initial;
        padding-top: 60px;
        padding-bottom: 80px;
        color: #fff;
    }

        .home-registry .titulo {
            font-size: 3.5em;
            margin-bottom: 40px;
        }

    .registry-info {
        font-size: 0.9em;
        letter-spacing: 2px;
        line-height: 2em;
        width: 90%;
    }

    .accommodation-title {
        font-size: 2em !important;
    }


    .home-trendy {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-trendy .title {
            font-size: 3.5em;
            margin-bottom: 40px;
        }

    .home-faq {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-faq .title {
            font-size: 3em;
            letter-spacing: 2px;
            margin-bottom: 40px;
        }

    .faq-box-titulo {
        font-size: 1.5em;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    .faq-box-info {
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.4em;
        margin-bottom: 30px;
    }

    .home-asistencia {
        padding-top: 2px;
        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: 40px;
        }

    .invitacion-mensaje {
        margin-top: 20px;
        font-size: 1.2em;
        line-height: 1.5em;
        letter-spacing: 1px;
    }

    .tarjeta {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .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-fotos {
        display: block;
        padding-top: 20px;
        padding-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: 30px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1em;
        letter-spacing: 2px;
        line-height: 1.5em;
        color: #000;
    }
}


@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) {
}
