﻿
.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: #f7f7f7;
    font-family: 'Quicksand', 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;
    background-image: url(Imagenes/back.jpeg);
    background-size: cover;
}

    #footer .centrar {
        width: 80%;
    }


.creditos {
    color: #000;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 2px;
}

    .creditos a {
        color: #000;
    }


    .creditos .fas {
        margin-right: 5px;
    }


.fa {
    margin-right: 5px;
}

/*/*/

.centrar {
    width: 90%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}


.overlay {
    background-color: rgba(23, 23, 23, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-shadow: 1px 1px 2px rgba(46, 43, 43, 0.66);
    cursor: auto;
}

.overlaymenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 3000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.90);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.mr20 {
    margin-right: 20px;
}

#right {
    width: 100%;
    /*max-width: 800px;
    margin-left: auto;
    margin-right: auto;*/
}



.autoplay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: hidden;
    /*background-color: #ededed;
    background-image: url(Imagenes/grey-jean.png);*/
    background-color: #ef3586;
    background-image: url(Imagenes/Gradient.jpeg);
    background-size: cover;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.logotipo {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

    .logotipo img {
        width: 100%;
    }


.ver {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    color: #000;
    font-size: 1.1em;
    letter-spacing: 2px;
    margin-top: 30px;
}

    .ver:hover {
        cursor: pointer;
    }



@media screen and (max-width: 1080px) {
    .logotipo {
        max-width: 340px;
    }

    .ver {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 100px;
        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: 100vh;*/
    background-color: #ef3586;
    background-image: url(Imagenes/Gradient.jpeg);
    background-size: cover;
    background-position-y: bottom;
    padding-bottom: 40px;
    color: #fff;
    /*background-color: #ef3586;
    color: #fff;*/
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-2 {
    background-color: #fcfbf6;
    background-image: url(Imagenes/grey-jean.png);
    width: 100%;
    height: 100vh;
    color: #fff;
    text-align: center;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
}



.hero {
    background-image: url(Imagenes/Portada.jpg);
    background-position-x: center;
    background-position-y: -1200px;
    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%);
}

.nuestra-boda {
    /*font-family: 'Playfair Display', serif;*/
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 6px;
    text-transform: uppercase;
    text-align: center;
}


.sunset-icon {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding-top: 40px;
    margin-bottom: 20px;
}

    .sunset-icon img {
        width: 100%;
    }


.novios {
    font-size: 3em;
    line-height: 1.2em;
    letter-spacing: 8px;
    font-family: "Cinzel", serif;
    text-align: center;
    /*padding-top: 40px;*/
    text-transform: uppercase;
}

    .novios span {
        /*font-family: "Caveat", cursive;*/
    }

.fecha {
    letter-spacing: 2px;
    font-size: 1em;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}

.lugar {
    letter-spacing: 2px;
    font-size: 1em;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

.portada-foto {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .portada-foto img {
        width: 100%;
        /*border-radius: 300px 300px 0px 0px;
        box-shadow: 8px 8px 0px #ba9368;
        box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.40);*/
    }

.portada-logo {
    width: 84%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .portada-logo img {
        width: 100%;
    }


@media screen and (max-width: 1780px) {
    .hero {
        background-position-y: -900px;
    }
}

@media screen and (max-width: 1480px) {
    .hero {
        background-position-y: -700px;
    }
}

@media screen and (max-width: 1280px) {
    .hero {
        background-position-y: -500px;
    }
}

@media screen and (max-width: 1080px) {

    .hero {
        background-size: cover;
        background-attachment: initial;
        background-position-y: initial;
        width: 100%;
        height: 100%;
    }

    .nuestra-boda {
        font-size: 0.9em;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .novios {
        text-align: center;
        font-size: 2.4em;
        line-height: 1em;
        letter-spacing: 8px;
    }

    .fecha {
        letter-spacing: 2px;
        font-size: 1em;
        margin-top: 14px;
    }
}

.cancion {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 10px;
}



.player-container {
    width: 100%;
    text-align: center;
}


.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: #f6f5f0;
    color: #8e8b86;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.introduccion-centrar {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.introduccion-frame {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #bfbcb6;
    box-sizing: border-box;
    padding: 40px 10px 40px 10px;
    text-align: center;
}

.box-nombres-2 {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
    line-height: 1.4em;
}


.box-nombres-icono {
    text-align: center;
    margin-bottom: 20px;
}

    .box-nombres-icono img {
        width: 60px;
    }

.box-nombres-titulo {
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.box-nombres {
    font-size: 1em;
    letter-spacing: 1px;
}

.divisor-ws {
    border-bottom: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
    .box-nombres-2 {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .divisor-ws {
        display: none;
    }
}

.monograma {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
}

    .monograma img {
        width: 100%;
    }

.monograma-2 {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    margin-bottom: 30px;
}

    .monograma-2 img {
        width: 100%;
    }


.home-countdown {
    padding-top: 80px;
}

    .home-countdown .titulo {
        font-size: 1.6em;
        font-weight: 400;
        letter-spacing: 8px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }


    .home-countdown .date {
        font-size: 1.4em;
        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 */
.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: "Montserrat", sans-serif;
}



.timer-box {
    /*border: 1px solid #b59f87;*/
    padding: 20px;
    box-sizing: border-box;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

    .timer-box .numero {
        font-weight: 400;
        font-size: 3em;
        letter-spacing: 1px;
    }


    .timer-box .indicador {
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 0.9em;
        margin-top: 0px;
        text-transform: lowercase;
    }


@media screen and (max-width: 880px) {

    .home-countdown {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    #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: 2em;
        }


        .timer-box .indicador {
            font-size: 0.9em;
            margin-top: 10px;
        }
}


.home-historia {
    background-color: #000;
    background-image: url(Imagenes/BG-Historia.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    padding-top: 300px;
    padding-bottom: 300px;
}


    .home-historia .titulo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 2px;
        font-size: 1.2em;
        z-index: 2;
        position: relative;
    }

.texto-historia {
    text-align: center;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: #fff;
    font-style: italic;
}

    .texto-historia span {
        font-style: normal;
        font-weight: 700;
    }


@media screen and (max-width: 1080px) {
    .home-historia {
        background-size: cover;
        background-position: center;
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: initial;
    }

    .texto-historia {
        text-align: center;
        width: 90%;
        max-width: 800px;
        font-size: 1.5em;
        letter-spacing: 0px;
        line-height: 1.5em;
    }
}

.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-color: #fcfbf6;
    background-image: url(Imagenes/grey-jean.png);
    padding-top: 0px;
    padding-bottom: 20px;
    color: #5c5864;
    position: relative;
}

    .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: 'Great Vibes', cursive;
    font-size: 2.5em;
    line-height: 0.6em;
    letter-spacing: 0px;
}

.flowers {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .flowers img {
        width: 100%;
    }


.locacion {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    max-width: 600px;
}

.locacion-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    letter-spacing: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.nosp {
    letter-spacing: 2px;
}


.locacion-hora {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.locacion-foto {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .locacion-foto img {
        width: 100%;
    }

.locacion-icon {
    margin-bottom: 20px;
}

    .locacion-icon img {
        max-width: 80px;
    }

.locacion-nombre {
    text-align: left;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.locacion-direccion {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 5px;
}

.min {
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #adacaa;
    margin-top: 10px;
    margin-bottom: 10px;
}



.locacion-boton {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .locacion-boton a {
        display: inline-block;
        color: #fff;
        background-color: #ef3586;
        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;
    }


.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: 30px;
    text-align: center;
}

    .vestimenta-icon img {
        max-width: 90px;
    }

.vestimenta {
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 4px;
    z-index: 2;
    position: relative;
}


.color-azul {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    margin-left: 10px;
    position: absolute;
}

    .color-azul img {
        width: 100%;
        border-radius: 100px;
    }


.home-dresscode {
    padding-top: 60px;
    padding-bottom: 60px;
    /*background: rgb(239,53,134);
    background: linear-gradient(180deg, rgba(239,53,134,1) 0%, rgba(239,107,147,1) 50%, rgba(254,101,207,1) 100%);*/
    background: rgb(239,53,134);
    background: linear-gradient(360deg, rgba(239,53,134,1) 0%, rgba(239,107,147,1) 50%, rgba(254,101,207,1) 100%);
    color: #fff;
}


    .home-dresscode .titulo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 4px;
        font-family: "Montserrat", sans-serif;
        font-size: 1.8em;
        text-transform: uppercase;
    }

    .home-dresscode .dresscode {
        margin-bottom: 20px;
        text-align: center;
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 1.2em;
        text-transform: uppercase;
    }

.dresscode-info {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: center;
}

    .dresscode-info b {
        font-weight: 700;
    }

    .dresscode-info span {
        font-style: italic;
    }


.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: #f3f2f2;
    background-image: url(Imagenes/BG-SEA-01.jpg);
    background-size: contain;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #5c5864;
}

    .home-itinerario .titulo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 4px;
        font-family: "Montserrat", sans-serif;
        font-size: 1.8em;
        text-transform: uppercase;
        padding-top: 0px;
    }

    .home-itinerario .fecha {
        text-align: center;
        font-weight: 700;
        letter-spacing: 4px;
        margin-bottom: 30px;
    }

.itinerario-frase {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.itinerario-vestimenta {
    text-align: center;
}

    .itinerario-vestimenta b {
        font-weight: 700;
    }


.centrar-itinerario {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 80px 20px 20px 20px;
    border-radius: 200px 200px 0px 0px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.itinerario-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
}

    .itinerario-img img {
        width: 100%;
    }

.itinerario {
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.itinerario-icono {
    width: 40%;
}

    .itinerario-icono img {
        width: 90%;
        max-width: 80px;
    }

.itinerario-line {
    width: 8%;
}

.line {
    height: 1px;
    border-bottom: 1px solid #000;
}

.itinerario-info {
    width: 50%;
    margin-left: 2%;
    font-size: 0.9em;
}



.color-verde {
    color: #7f998e;
    font-weight: 700;
    font-size: 0.9em;
}



/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #90194d;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -7px;
    }

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .container::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        right: 7px;
        background-color: #90194d;
        border: 4px solid #90194d;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left {
    left: -80px;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 0px 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}


/* Place the timelime to the left */
.timeline::after {
    left: 31px;
}

/* Full-width containers */
.container {
    width: 75%;
    padding-left: 70px;
    padding-right: 25px;
}

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

.left {
    left: 0px;
}

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

/* Make all right containers behave like the left ones */
.right {
    left: 0%;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
}


.timeline-year {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.timeline-title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 4px;
    line-height: 1em;
    margin-bottom: 20px;
}

.timeline-text {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.timeline-img {
    margin-top: 20px;
}

    .timeline-img img {
        width: 100%;
    }







.home-mesa {
    /*background-color: #fcfbf6;
    background-image: url(Imagenes/grey-jean.png);*/
    background-color: #f1efe8;
    background-image: url(Imagenes/asfalt-dark2.png);
    color: #5c5864;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media screen and (max-width: 880px) {
    .home-mesa {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-itinerario {
        background-size: contain;
    }
}

.home-mesa .titulo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
}

.home-mesa .subtitulo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.icon-regalo {
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    margin-bottom: 30px;
}

    .icon-regalo img {
        width: 100%;
    }


.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;
    margin-top: 20px;
}

    .enlace-mesa a {
        background-color: #90194d;
        color: #fff;
        display: block;
        text-align: center;
        padding: 20px 10px;
        box-sizing: border-box;
        border-radius: 100px;
        letter-spacing: 2px;
        font-weight: 700;
    }

    .enlace-mesa .fas {
        margin-right: 5px;
    }

.mesa-t1 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}


.opciones-mesa {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .opciones-mesa span {
        font-family: 'Great Vibes', cursive;
        font-size: 2.2em;
        letter-spacing: 0px;
    }


    .opciones-mesa b {
        font-weight: 700;
    }

    .opciones-mesa a {
        color: #8e8b86;
    }

.opciones-mesa-icon {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 60%;
}

    .opciones-mesa-icon img {
        width: 60px;
    }



.numero-evento {
    text-align: center;
    font-size: 0.9em;
    margin-top: 10px;
}

.lluvia {
    font-size: 1em;
    letter-spacing: 4px;
}


.home-frase {
    padding-top: 20px;
    padding-bottom: 20px;
}

.frase {
    text-align: center;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    margin-top: 20px;
}

    .frase span {
        font-style: italic;
    }


@media screen and (max-width: 880px) {
    .frase {
        width: 90%;
        font-size: 1.1em;
    }
}



/*CONFIRMAR ASISTENCIA*/

.home-asistencia {
    /*background-color: #fcfbf6;
    background-image: url(Imagenes/grey-jean.png);*/
    background-color: #f1efe8;
    background-image: url(Imagenes/asfalt-dark2.png);
    color: #5c5864;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

@media screen and (max-width: 880px) {
    .home-asistencia {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.icon-seahorse {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .icon-seahorse img {
        width: 100%;
    }


.home-asistencia .titulo {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
}

.home-asistencia .subtitulo {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
    color: #3d3a3a;
    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: #90194d;
        /*background-color: rgb(188,142,67);*/
        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;
    }



/*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: #fbf1ef;
    background-color: #fff;
}


    .home-fotos .titulo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 400;
        color: #8e8b86;
        letter-spacing: 4px;
        font-family: "Montserrat", sans-serif;
        font-size: 1.5em;
        text-transform: uppercase;
    }





.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%;
}


.centrar-fotos {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .centrar-fotos img {
        width: 100%;
    }

    .centrar-fotos gif {
        width: 100%;
    }


.foto-1 {
    width: 100%;
}

.foto-2 {
    float: left;
    width: 48%;
}

.foto-3 {
    float: right;
    width: 48%;
}

.hashtag {
    text-align: center;
    font-size: 2em;
    color: #c7c8ca;
    margin-top: 20px;
}

.hashtag-info {
    text-align: center;
    font-size: 1em;
    color: #c7c8ca;
    margin-top: 10px;
}


.ultima-foto {
}

    .ultima-foto img {
        width: 100%;
    }



.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml20 {
    margin-left: 20px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.subir {
    text-align: center;
    margin-top: 60px;
}

    .subir a {
        background-color: #fed100;
        font-size: 2em;
        color: #111;
        padding: 8px 20px;
        border-radius: 100px;
    }


/* ARROW */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.arrow-container {
    width: 80px;
    height: 0;
    padding-bottom: 90px;
    margin-top: -90px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.arrow {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: 40px;
    width: 30px;
    height: 30px;
    background-image: url(Imagenes/icon-down.png);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


.header-confirmar {
    background-color: #fff;
    background-image: url(Imagenes/bg.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

    .header-confirmar .mensaje-invitacion {
        color: #e7b15a;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .header-confirmar .novios {
        font-family: 'Sacramento', cursive;
        font-size: 3em;
        line-height: 1em;
        letter-spacing: 10px;
        font-weight: 400;
        color: #e7b15a;
        text-transform: uppercase;
    }

    .header-confirmar .fecha {
        color: #e7b15a;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 1.2em;
        border-top: 2px solid #e7b15a;
        border-bottom: 2px solid #e7b15a;
        display: inline-block;
        padding: 10px 20px;
        margin-top: 20px;
    }

.confirmar {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #fff;
    /*background-image: url(Imagenes/paper.jpg);*/
    color: #3d3a3a;
}

    .confirmar .subtitulo {
        font-size: 1.1em;
        letter-spacing: 1px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px;
        color: #3d3a3a;
    }

.confirmar-formulario {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.text {
    margin-bottom: 20px;
    text-align: center;
}

    .text input {
        background-color: #fff;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        /*box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);*/
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
    }

    .text textarea {
        background-color: #fff;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
    }

    .text select {
        background-color: #fff;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: center;
    }

.confirmar .boton {
}

    .confirmar .boton a {
        display: block;
        color: #fff;
        background-color: #a9487e;
        padding: 20px 20px;
        text-align: center;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 400;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }


.confirmar-titulo {
    color: #3d3a3a;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}


.gracias {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 6px;
    font-weight: 400;
    color: #5c5864;
}

.gracias-2 {
    color: #5c5864;
    letter-spacing: 2px;
    font-size: 0.9em;
    margin-top: 10px;
}

.regresar {
    margin-top: 20px;
}

    .regresar a {
        background-color: #e7b15a;
        padding: 10px 20px;
        color: #fff;
        display: inline-block;
        border-radius: 100px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .regresar a:hover {
            background-color: #3d3a3a;
            color: #fff;
        }


/*EFECTO*/
.hvr-grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(1.1);
    }


.pt40 {
    padding-top: 40px;
}


.home-transporte {
    background-color: #8e8b86;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
}

    .home-transporte .titulo {
        margin-bottom: 30px;
        text-align: center;
        z-index: 2;
        position: relative;
        letter-spacing: 4px;
        font-family: "Montserrat", sans-serif;
        font-size: 1.6em;
        text-transform: uppercase;
    }

    .home-transporte .info {
        line-height: 1.5em;
        letter-spacing: 1px;
        font-size: 1em;
    }


.alojamiento {
    background-color: #f6f5f0;
    color: #5c5864;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

    .alojamiento .titulo {
        margin-bottom: 30px;
        text-align: center;
        z-index: 2;
        position: relative;
        letter-spacing: 4px;
        font-family: "Montserrat", sans-serif;
        font-size: 1.6em;
        text-transform: uppercase;
    }

.alojamiento-icon {
    color: #e7b15a;
    font-size: 3em;
    margin-bottom: 20px;
}

    .alojamiento-icon img {
        width: 60px;
    }


.alojamiento-titulo {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .alojamiento-titulo .fa {
        color: #ccdccf;
    }


.alojamiento-subtitulo {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.recomendaciones-tipo {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.sugerencia-min {
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #8e8b86;
    margin-top: 10px;
    margin-bottom: 10px;
}

.listado-alojamiento {
    margin-bottom: 20px;
}

.promo-code {
    margin-bottom: 20px;
    font-weight: 700;
}

    .promo-code a {
        color: #5c5864;
        text-decoration: none;
    }

.alojamiento-telefono {
    margin-bottom: 20px;
}

    .alojamiento-telefono a {
        font-size: 1em;
        letter-spacing: 2px;
        color: #8e8b86;
        text-decoration: none;
    }


.alojamiento-enlace {
    margin-bottom: 20px;
}


    .alojamiento-enlace a {
        display: inline-block;
        font-size: 0.7em;
        letter-spacing: 2px;
        border-radius: 100px;
        padding: 8px 15px;
        background-color: #ef3586;
        color: #fff;
    }

.listado-alojamiento .fas {
    margin-left: 5px;
}

.ornamento {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

    .ornamento img {
        width: 100%;
    }

.divisor {
    height: 1px;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.home-recepcion .divisor {
    margin-bottom: 30px;
}


.nbb {
    border-bottom: none;
    margin-bottom: 0px;
}

.altbg {
    background-color: #fcfbf6;
    background-image: url(Imagenes/grey-jean.png);
}


    .altbg .alojamiento-enlace a {
        background-color: #804192;
    }

.altbg2 {
    background: rgb(239, 53, 134);
    background: linear-gradient(360deg, rgba(239, 53, 134, 1) 0%, rgba(239, 107, 147, 1) 50%, rgba(254, 101, 207, 1) 100%);
    color: #fff;
}

    .altbg2 .alojamiento-enlace a {
        background-color: #90194d;
    }

    .altbg2 .divisor {
        border-bottom: 1px solid #fff;
    }


.recomendaciones-icon {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}

    .recomendaciones-icon img {
        width: 100%;
    }


.invitacion-mensaje {
    margin-top: 20px;
    letter-spacing: 1px;
}

.invitacion-invitado {
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .invitacion-invitado span {
        font-weight: 600;
    }

.invitacion-pases {
    letter-spacing: 1px;
    margin-bottom: 20px;
}


    .invitacion-pases .numeropases {
        font-weight: 700;
        font-size: 1.2em;
    }

    .invitacion-pases select {
        background-color: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(17, 17, 17, 0.18);
        box-shadow: none;
        border: 1px solid #e8e8e8;
        color: #565656;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-align: left;
    }

.icon-sad {
    color: #3d3a3a;
    text-align: center;
    font-size: 5em;
    letter-spacing: 0px;
    margin-bottom: 40px;
}

.titulo-no {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    color: #565656;
}


.invitacion-descarga {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

    .invitacion-descarga img {
        width: 100%;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
    }


.invitacion-aviso {
    color: #565656;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 600px;
    margin-top: 20px;
    font-size: 0.9em;
}


.qr {
    width: 160px;
    height: 150px;
    position: absolute;
    bottom: 85px;
    left: 50%;
    margin-left: -100px;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ededed;
}

.descargar {
    margin-top: 30px;
    text-align: center;
}

    .descargar a:link {
        display: inline-block;
        padding: 15px 40px 10px 40px;
        background-color: #13171a;
        color: #ffffff;
        font-size: 0.9em;
        letter-spacing: 2px;
        border-radius: 2px;
        width: 90%;
        max-width: 300px;
        box-sizing: border-box;
    }


    .descargar .fas {
        margin-right: 5px;
    }

.captura {
    text-align: center;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #424242;
    margin-top: 5px;
}

.regresar-2 {
    text-align: center;
    margin-top: 30px;
}

    .regresar-2 a {
        color: #1d1d1d;
        display: inline-block;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 400;
        text-decoration: underline;
    }

    .regresar-2 .fas {
        margin-right: 5px;
    }

.cantidad {
    text-align: center !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    margin-bottom: 40px !important;
}

.numero-pases {
    font-weight: 700;
}


.foto {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .foto img {
        width: 100%;
    }



/* MOVIL */
@media screen and (max-width: 1280px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {


    .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;
    }
}


@media screen and (max-width: 880px) {


    .header-confirmar .mensaje-invitacion {
        letter-spacing: 0px;
        font-size: 0.8em;
        margin-bottom: 10px;
    }

    .header-confirmar .novios {
        font-size: 2.7em;
        line-height: 1em;
        letter-spacing: 6px;
    }

    .header-confirmar .fecha {
        letter-spacing: 3px;
        font-size: 0.9em;
        padding: 10px 8px;
        margin-top: 20px;
    }


    .header-confirmar .invitacion {
        margin-top: 0px;
    }



    .gracias {
        font-size: 2.2em;
        line-height: 1em;
        letter-spacing: 6px;
    }

    .gracias-2 {
        letter-spacing: 2px;
        font-size: 1.1em;
    }



    .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) {
}
