﻿
.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: #000;
}

.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: #feebe7;
    background-color: #f9e6d5;
    background-image: url(Imagenes/fresh-snow.png);
    background-position: center;
    -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: 480px;
}

    .logotipo img {
        width: 100%;
    }


.ver {
    display: inline-block;
    background-color: #808c8d;
    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: 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 ------------------------------*/
.reveal-box {
    width: 100%;
    height: 100dvh;
    background-color: #f8f8f8;
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-2 {
    background-color: #f9e6d5;
    background-image: url(Imagenes/fresh-snow.png);
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
}



.hero {
    background-image: url(Imagenes/Portada.jpg);
    background-position-x: center;
    background-position-y: 30%;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    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 80px 2px;
    box-sizing: border-box;
    top: 0;
    background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}


.hero-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 60px 2px 30px 2px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.45) 100%);
}

.boda-letra-img {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .boda-letra-img img {
        width: 100%;
    }

.novios-img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .novios-img img {
        width: 100%;
    }



.hero .nuestra-boda {
    font-size: 1.2em;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}


.hero .novios {
    text-align: center;
    font-family: "Imperial Script", serif;
    font-size: 6em;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
}

    .hero .novios span {
        margin-right: 6px;
        font-size: 0.8em;
    }



.hero .fecha {
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-family: "Playfair Display", serif;
}



@media screen and (max-width: 1080px) {

    .hero {
        background-position-y: initial;
        background-size: cover;
        background-attachment: initial;
        width: 100%;
        height: 100%;
    }

        .hero .nuestra-boda {
            font-size: 1em;
            letter-spacing: 5px;
            margin-bottom: 5px;
        }

        .hero .novios {
            text-align: center;
            font-size: 3.5em;
            line-height: 1em;
            letter-spacing: 0px;
        }


        .hero .fecha {
            font-size: 1.1em;
            line-height: 1em;
            letter-spacing: 2px;
            margin-top: 10px;
        }

    .hero-bottom {
        position: absolute;
        width: 100%;
        bottom: 0px;
        padding: 60px 2px 20px 2px;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);
    }
}


.player-container {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}


.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: #faebde;
    background-image: url(Imagenes/fresh-snow.png);
    color: #000;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.introduccion-centrar {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.img-circle {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
}

    .img-circle img {
        width: 250px;
        border-radius: 300px;
    }

.introduccion-frame {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*border: 2px solid #c5b9ad;*/
    box-sizing: border-box;
    /*padding: 20px 10px;*/
    text-align: center;
    margin-top: 60px;
}

.intro-ita {
    font-style: italic;
}

.intro-nombres {
    font-family: "Playfair Display", serif;
    font-size: 3em;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0px;
}

.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: "Imperial Script", serif;
    font-size: 2.2em;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.box-nombres {
    letter-spacing: 0px;
}

.divisor-ws {
    border-bottom: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-corner-right {
    width: 200px;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1;
}

    .img-corner-right img {
        width: 100%;
    }

.icon-sea-01 {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

    .icon-sea-01 img {
        width: 100%;
    }

.icon-sea-02 {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

    .icon-sea-02 img {
        width: 100%;
    }

.icon-sea-03 {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .icon-sea-03 img {
        width: 100%;
    }

.icon-sea-04 {
    width: 50%;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

    .icon-sea-04 img {
        width: 100%;
    }

.icon-sea-05 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

    .icon-sea-05 img {
        width: 100%;
    }



@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: 100%;
    max-width: 320px;
    margin-bottom: 40px;
}

    .monograma img {
        width: 100%;
    }

.monograma-2 {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    margin-bottom: 30px;
}

    .monograma-2 img {
        width: 100%;
    }

.home-countdown .logo {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    margin-bottom: 40px;
}

    .home-countdown .logo img {
        width: 100%;
    }

.home-countdown .titulo {
    font-size: 2.5em;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


.home-countdown .date {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.home-countdown .lugar {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* CUENTA REGRESIVA */

.home-countdown {
    /*background: rgb(118,69,196);
    background: linear-gradient(90deg, rgba(118,69,196,1) 0%, rgba(186,150,245,1) 100%);*/
    background: rgb(94,168,167);
    background: linear-gradient(90deg, rgba(94,168,167,1) 0%, rgba(90,193,191,1) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center;
}

.celebra {
    font-size: 1.1em;
    letter-spacing: 2px;
}

.save-the-date {
    font-family: "Playfair Display", serif;
    font-size: 2.5em;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

    .save-the-date span {
        font-family: "Imperial Script", serif;
        font-size: 2em;
        letter-spacing: 0px;
        margin-left: -8px;
    }


.save-the-date-img {
    width: 100%;
    margin-bottom: 20px;
}

    .save-the-date-img img {
        width: 100%;
    }


.contador {
    margin-top: 0px;
}

#demo {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Playfair Display", serif;
}



.timer-box {
    padding: 20px;
    box-sizing: border-box;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    /*border: 1px solid #fff;*/
}

    .timer-box .numero {
        font-weight: 400;
        font-size: 3.5em;
        letter-spacing: 1px;
    }


    .timer-box .indicador {
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 1em;
        margin-top: 10px;
        text-transform: lowercase;
    }


@media screen and (max-width: 880px) {

    .home-countdown {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #demo {
        max-width: 100%;
    }


    .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: 2.6em;
        }


        .timer-box .indicador {
            font-size: 0.8em;
            margin-top: 10px;
        }
}


.home-historia {
    background: rgb(164, 1, 69);
    background: linear-gradient(90deg, rgba(164, 1, 69, 1) 0%, rgba(207, 58, 120, 1) 100%);
    padding-top: 180px;
    padding-bottom: 180px;
    color: #fff;
}

.home-historia-2 {
    background-color: #5b695f;
    background-image: none;
    color: #fff;
}



.titulo-historia {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 2.2em;
    z-index: 2;
    position: relative;
}

.texto-historia {
    text-align: center;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-style: italic;
    font-family: "Playfair Display", serif;
}

    .texto-historia span {
        font-style: normal;
        font-weight: 400;
        font-size: 0.8em;
        letter-spacing: 2px;
    }


@media screen and (max-width: 1080px) {
    .home-historia {
        padding-top: 80px;
        padding-bottom: 80px;
        background-attachment: initial;
        background-position-x: 65%;
    }

    .texto-historia {
        text-align: center;
        width: 92%;
        max-width: 800px;
        font-size: 1.4em;
        letter-spacing: 1px;
        line-height: 1.2em;
    }
}



.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;
}

.leaf {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
}

    .leaf img {
        width: 100%;
    }



.corner-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    z-index: 1;
}

    .corner-top-right img {
        width: 100%;
    }

.corner-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    z-index: 1;
}

    .corner-bottom-left img {
        width: 100%;
    }

@media screen and (max-width: 1080px) {
    .corner-top-right {
        width: 240px;
    }

    .corner-bottom-left {
        width: 240px;
    }
}

.home-recepcion {
    background: rgb(244,138,99);
    background: linear-gradient(180deg, rgba(244,138,99,1) 0%, rgba(232,96,45,1) 100%);
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
    color: #fff;
}

.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;
}

.titulo span {
    font-family: "Playfair Display", serif;
    font-size: 2.5em;
    line-height: 0.6em;
    letter-spacing: 0px;
}

.flowers {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .flowers img {
        width: 100%;
    }

.recepcion-fecha {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.5em;
    font-family: "Playfair Display", serif;
}


.locacion {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    max-width: 600px;
    margin-top: 0px;
}

.locacion-titulo {
    font-family: "Imperial Script", serif;
    font-size: 3em;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.locacion-hora {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .locacion-hora b {
        font-weight: 700;
    }


.locacion-foto {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .locacion-foto img {
        width: 100%;
    }

.locacion-icon {
    margin-bottom: 0px;
}

    .locacion-icon img {
        max-width: 100px;
    }

.locacion-lugar {
    font-style: italic;
    font-size: 1.2em;
    margin-top: 5px;
}


.locacion-nombre {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 10px;
}

.locacion-direccion {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 5px;
}

    .locacion-direccion b {
        font-weight: 700;
    }


.min {
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}



.locacion-boton {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .locacion-boton a {
        display: inline-block;
        color: #fff;
        background-color: #c04705;
        border-radius: 50px;
        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;
    }

.sunset-icon {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding-top: 40px;
    margin-bottom: 20px;
}

    .sunset-icon img {
        width: 100%;
    }

.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: 120px;
    }

.vestimenta {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 2;
    position: relative;
    margin-top: 10px;
}

.color-rojo {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    margin-left: 10px;
    position: absolute;
    background-color: #b12121;
    border-radius: 100px;
}


.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: #faebde;
    background-image: url(Imagenes/fresh-snow.png);
    color: #000;
    padding-top: 0px;
    padding-bottom: 20px;
}

    .home-itinerario .titulo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-family: "Imperial Script", serif;
        font-size: 3.5em;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .home-itinerario .fecha {
        text-align: center;
        font-family: "Playfair Display", serif;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }


.itinerario-flex {
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.box-icon {
    width: 40%;
    margin-left: 5%;
}

    .box-icon img {
        width: 90%;
        max-width: 90px;
    }

.box-flechas {
    width: 5%;
}

    .box-flechas img {
        width: 100%;
    }



.box-info {
    width: 50%;
    margin-left: 2%;
    font-size: 0.9em;
}

.box-info-titulo {
    font-family: "Playfair Display", serif;
    font-size: 1.5em;
    letter-spacing: 1px;
}

.box-info-hora {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-top: 5px;
}



.home-mesa {
    background: rgb(164,1,69);
    background: linear-gradient(90deg, rgba(164,1,69,1) 0%, rgba(207,58,120,1) 100%);
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

@media screen and (max-width: 880px) {

    .recepcion-fecha {
        font-size: 2em;
    }

    .locacion-titulo {
        font-size: 3em;
        line-height: 1em;
        letter-spacing: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .mtm20 {
        margin-top: -20px;
    }


    .locacion-nombre {
        font-size: 1.2em;
        line-height: 1.2em;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .home-mesa {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.home-mesa .titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    font-family: "Imperial Script", serif;
    font-size: 3.5em;
    letter-spacing: 0px;
}

    .home-mesa .titulo span {
        color: #fff;
    }


.home-mesa .divisor {
    height: 1px;
    border-bottom: 1px solid #446248;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mesa-frase {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 30px;
}


.enlace-mesa {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .enlace-mesa a {
        background-color: #fff;
        color: #575757;
        display: block;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        box-sizing: border-box;
        border-radius: 100px;
        letter-spacing: 2px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
    }

    .enlace-mesa .fas {
        margin-right: 5px;
    }


.opciones-mesa {
    font-size: 1em;
    letter-spacing: 1px;
    text-align: center;
}



    .opciones-mesa b {
        font-weight: 700;
    }

    .opciones-mesa a {
        color: #fff;
    }

.opciones-mesa-icon {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 60%;
}

    .opciones-mesa-icon img {
        width: 80px;
    }



.numero-evento {
    text-align: center;
    font-size: 0.9em;
    margin-top: 10px;
}

.lluvia {
    font-size: 1em;
    letter-spacing: 4px;
}




/*CONFIRMAR ASISTENCIA*/

.home-asistencia {
    background-color: #faebde;
    background-image: url(Imagenes/fresh-snow.png);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 880px) {
    .home-asistencia {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}



.home-asistencia .titulo {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Imperial Script", serif;
    font-size: 3.5em;
    letter-spacing: 0px;
}

.home-asistencia .subtitulo {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .home-asistencia .subtitulo b {
        font-weight: 700;
    }

.tarjeta {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

    .tarjeta a {
        display: block;
        background-color: #a71856;
        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;
    }


.mensaje-confirmar {
    margin-top: 40px;
}

    .mensaje-confirmar b {
        font-weight: 700;
    }

    .mensaje-confirmar a {
        text-decoration: none;
        color: #1d1d1d;
    }

/*HOSPEDAJE*/
.hospedaje-titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.2em;
    color: #3d3a3a;
}

    .hospedaje-titulo span {
        color: #b1b2d1;
    }

.hospedaje-box {
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

.hospedaje-box-titulo {
    font-weight: 700;
    margin-bottom: 5px;
}

.hospedaje-box-info {
    color: #565656;
}

    .hospedaje-box-info a {
        color: #565656;
        text-decoration: none;
    }


.website {
    margin-top: 10px;
}

    .website a {
        display: inline-block;
        background-color: #b1b2d1;
        color: #fff;
        padding: 10px 20px;
        border-radius: 100px;
        font-size: 0.9em;
    }

/*MEDIDAS DE SEGURIDAD*/
.home-seguridad {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #3d3a3a;
}

    .home-seguridad .centrar {
        max-width: 800px;
    }

.stay-safe {
    font-family: 'Sacramento', cursive;
    font-size: 2.5em;
    line-height: 0.6em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.home-seguridad .titulo {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-seguridad .subtitulo {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 400;
}

    .home-seguridad .subtitulo b {
        font-weight: 700;
    }

.row-medidas {
    margin-bottom: 30px;
    display: flex;
}

.medidas-icono {
    width: 20%;
    max-width: 120px;
    text-align: center;
}

    .medidas-icono img {
        width: 100%;
    }


.medidas-info {
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
}

.medidas-info-titulo {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 10px;
}

.medidas-info-texto {
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.5em;
}


.foto-abajo {
    width: 95%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    .foto-abajo img {
        width: 100%;
        border-radius: 150px;
        border: 2px solid #fff;
        padding: 10px;
        margin-left: -10px;
    }


.home-fotos {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
}


    .home-fotos .titulo {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 400;
        color: #000;
        font-family: "Playfair Display", serif;
        font-size: 3em;
        letter-spacing: 0px;
    }



.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%;
    }




.carrusel {
    margin-top: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.home-owl-box {
    width: 100%;
    margin-bottom: 10px;
}

.home-owl-imagen img {
    width: 100%;
}




.hashtag {
    text-align: center;
    font-size: 1.8em;
    color: #c5b9ad;
    margin-top: 20px;
}

.hashtag-info {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    color: #000;
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.ultima-foto {
}

    .ultima-foto img {
        width: 100%;
    }



.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml20 {
    margin-left: 20px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.subir {
    text-align: center;
    margin-top: 60px;
}

    .subir a {
        background-color: #fed100;
        font-size: 2em;
        color: #111;
        padding: 8px 20px;
        border-radius: 100px;
    }


/* ARROW */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.arrow-container {
    width: 80px;
    height: 0;
    padding-bottom: 90px;
    margin-top: -90px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.arrow {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: 40px;
    width: 30px;
    height: 30px;
    background-image: url(Imagenes/icon-down.png);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


.header-confirmar {
    background-color: #fff;
    background-image: url(Imagenes/bg.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

    .header-confirmar .mensaje-invitacion {
        color: #e7b15a;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .header-confirmar .novios {
        font-family: 'Sacramento', cursive;
        font-size: 3em;
        line-height: 1em;
        letter-spacing: 10px;
        font-weight: 400;
        color: #e7b15a;
        text-transform: uppercase;
    }

    .header-confirmar .fecha {
        color: #e7b15a;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 1.2em;
        border-top: 2px solid #e7b15a;
        border-bottom: 2px solid #e7b15a;
        display: inline-block;
        padding: 10px 20px;
        margin-top: 20px;
    }

.confirmar {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #fff;
    /*background-image: url(Imagenes/paper.jpg);*/
    color: #3d3a3a;
}

    .confirmar .subtitulo {
        font-size: 1.1em;
        letter-spacing: 1px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px;
        color: #3d3a3a;
    }

.confirmar-formulario {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.confirmar .boton {
}

    .confirmar .boton a {
        display: block;
        color: #fff;
        background-color: #a9487e;
        padding: 20px 20px;
        text-align: center;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 400;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }


.confirmar-titulo {
    color: #3d3a3a;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}


.gracias {
    font-family: "Playfair Display", serif;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 10px;
    font-weight: 400;
    margin-top: -10px;
}

.gracias-2 {
    letter-spacing: 2px;
    font-size: 0.9em;
    margin-top: 10px;
}

.regresar {
    margin-top: 20px;
}

    .regresar a {
        background-color: #a71856;
        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);
    }




.alojamiento {
    background-color: #f8f4f0;
    background-image: url(Imagenes/grey-jean.png);
    color: #000;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 1px solid #f6f5f1;
}

    .alojamiento .centrar {
        width: 96%;
        max-width: initial;
    }

.alojamiento-foto {
    margin-bottom: 10px;
}

    .alojamiento-foto img {
        width: 100%;
    }

.alojamiento .titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 3em;
    letter-spacing: 0px;
}


.alojamiento-icon {
    width: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

    .alojamiento-icon img {
        width: 100%;
    }

.alojamiento-titulo {
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alojamiento-subtitulo {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
}

.sugerencia-min {
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #bca079;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alojamiento-flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.listado-alojamiento {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.promo-code {
    margin-bottom: 20px;
}

.alojamiento-enlace {
    margin-bottom: 20px;
}


.listado-alojamiento a {
    display: inline-block;
    font-size: 0.7em;
    letter-spacing: 2px;
    border-radius: 100px;
    padding: 8px 15px;
    background-color: #0a3023;
    color: #fff;
}

.listado-alojamiento .fas {
    margin-left: 5px;
}

.ornamento {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
}

    .ornamento img {
        width: 100%;
    }



.home-lugares {
    background-color: #f5f0ec;
    background-image: url(Imagenes/grey-jean.png);
    color: #393632;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

    .home-lugares .titulo {
        margin-bottom: 40px;
        text-align: center;
        letter-spacing: 0px;
        font-size: 2.5em;
        z-index: 2;
        position: relative;
        font-family: "Playfair Display", serif;
    }

.restaurantes {
    background-color: #fff;
}

.flex {
    display: flex;
}

.box-lugares {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.box-lugares-imagen {
    width: 100%;
}

    .box-lugares-imagen img {
        width: 100%;
    }

.box-lugares-nombre {
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.box-lugares-enlace {
}

    .box-lugares-enlace a {
        display: inline-block;
        font-size: 0.7em;
        letter-spacing: 2px;
        border-radius: 100px;
        padding: 8px 15px;
        background-color: #5b695f;
        color: #fff;
    }


.invitacion-mensaje {
    margin-top: 20px;
    letter-spacing: 1px;
}

.invitacion-invitado {
    margin-top: 10px;
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .invitacion-invitado span {
        font-weight: 700;
    }

.invitacion-pases {
    letter-spacing: 1px;
    margin-bottom: 20px;
}


    .invitacion-pases .numeropases {
        font-weight: 700;
        font-size: 1.2em;
    }

    .invitacion-pases select {
        background-color: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 1px;
        text-align: left;
    }


.text {
    margin-bottom: 20px;
    text-align: center;
}

    .text input {
        background-color: #fff;
        width: 100%;
        max-width: 400px;
        padding: 20px 10px;
        box-sizing: border-box;
        /*box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);*/
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }

    .text textarea {
        background-color: #fff;
        width: 100%;
        max-width: 400px;
        padding: 20px 10px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }

    .text select {
        background-color: #fff;
        width: 100%;
        max-width: 400px;
        padding: 20px 10px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }


.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 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .foto img {
        width: 100%;
    }

@media screen and (max-width: 880px) {
    .alojamiento .titulo {
        margin-bottom: 0px;
        letter-spacing: 0px;
        font-size: 3em;
    }

    .alojamiento-titulo {
        font-size: 1.2em;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .home-lugares .titulo {
        margin-bottom: 30px;
        letter-spacing: 0px;
        font-size: 2em;
    }

    .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;
    }

    .home-mesa .titulo {
        width: 90%;
        margin-bottom: 30px;
        font-size: 3em;
        letter-spacing: 0px;
    }

    .home-asistencia .titulo {
        width: 98%;
        margin-bottom: 30px;
        font-size: 3em;
        letter-spacing: 0px;
    }
}

/* MOVIL */
@media screen and (max-width: 1280px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {

    .flowers {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }


    .home-fotos .titulo {
        font-family: "Playfair Display", serif;
        font-size: 3em;
    }


    .mobileonly {
        display: block;
    }


    .hero {
    }

    .home-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-info .titulo {
            font-size: 3em;
            letter-spacing: 0px;
            margin-bottom: 40px;
        }


        .home-info .subtitulo {
            font-size: 1.2em;
            letter-spacing: 1px;
        }


    .frame {
        max-width: 100%;
    }


    .player-bg {
        background-color: initial;
        text-align: center;
        display: inline-block;
        border-radius: initial;
        width: initial;
        height: initial;
        border: initial;
    }


    .player {
        background: none;
        width: initial;
        height: initial;
        overflow: hidden;
        margin-top: 0px;
        margin-left: 0px;
    }

    .home-introduccion {
        max-width: initial;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .introduccion-frame {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*border: 2px solid #c5b9ad;
        box-sizing: border-box;
        padding: 20px 10px;*/
        text-align: center;
    }

    .monograma {
        width: 80%;
        margin-bottom: 30px;
    }

    .alojamiento .ornamento {
        display: block;
    }

    .alojamiento .mt20 {
        margin-top: 20px;
    }


    .alojamiento-flex {
        display: block;
        justify-content: center;
        margin-top: 20px;
    }


    .listado-alojamiento {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .fsd .foto-2 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }


    .fsd .foto-3 {
        float: none;
        width: 100%;
    }

    .titulo-foraneos {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .info-foraneos {
        letter-spacing: 1px;
        font-size: 1em;
        line-height: 1.5em;
    }
}


@media screen and (max-width: 880px) {


    .header-confirmar .mensaje-invitacion {
        letter-spacing: 0px;
        font-size: 0.8em;
        margin-bottom: 10px;
    }

    .header-confirmar .novios {
        font-size: 2.7em;
        line-height: 1em;
        letter-spacing: 6px;
    }

    .header-confirmar .fecha {
        letter-spacing: 3px;
        font-size: 0.9em;
        padding: 10px 8px;
        margin-top: 20px;
    }


    .header-confirmar .invitacion {
        margin-top: 0px;
    }



    .gracias {
        font-size: 3em;
        line-height: 1em;
        letter-spacing: 0px;
    }

    .gracias-2 {
        letter-spacing: 2px;
        font-size: 0.9em;
    }



    .qr {
        width: 110px;
        height: 105px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -65px;
        background-color: #ffffff;
        /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);*/
        padding: 10px;
    }

        .qr canvas {
            width: 110px;
            height: 105px;
        }

    .invitacion-descarga {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}



@media screen and (max-width: 480px) {
}
