﻿
.reset, input, .box-unete input, .unete input, select, textarea, text-cantidad input, html, body, div, span, nav, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

    a:link img, a:hover img, a:visited img, a:active img {
        border: none;
    }

::selection {
    background: #111111;
    color: #ffffff;
}

::-moz-selection {
    background: #111111;
    color: #ffffff;
}

:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    overflow-x: hidden;
    width: 100%;
    color: #1d1d1d;
}

.c {
    clear: both;
}

.wrap {
    display: block;
    width: 100%;
    min-width: 280px;
    /*overflow: hidden;*/
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0;
    padding: 0;
}

/*html, body, form {
    position: relative;
    height: 100%;
}*/


#main {
    overflow: auto;
    padding-bottom: 221px;
    margin-left: auto;
    margin-right: auto;
}

.nof {
    margin-top: -221px;
}

#footer {
    padding-top: 60px;
    padding-bottom: 50px;
    clear: both;
    background-color: #fff;
}

    #footer .centrar {
        width: 80%;
    }


.creditos {
    color: #969696;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 2px;
}

    .creditos a:link {
        color: #969696;
    }

    .creditos a:visited {
        color: #969696;
    }

    .creditos a:hover {
        color: #dd9933;
    }

    .creditos .fas {
        margin-right: 5px;
    }


.fa {
    margin-right: 5px;
}

/*/*/

.centrar {
    width: 90%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}


.overlay {
    background-color: rgba(23, 23, 23, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-shadow: 1px 1px 2px rgba(46, 43, 43, 0.66);
    cursor: auto;
}

.overlaymenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 3000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.90);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.tabla {
    display: table;
    min-height: 100dvh;
    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: #fff;
    background-image: url(Imagenes/grey-jean.png);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.logotipo {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
}

    .logotipo img {
        width: 100%;
    }


.ver {
    display: inline-block;
    background-color: #937a3e;
    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%;
    background-color: #008ccc;
    background: linear-gradient( to bottom, #7be0ff 0%, #00b4ff 40%, #006fa3 100% );
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(0,0,0,0.15)), linear-gradient(to bottom, #6fd3ff, #007bb8);
    /*background: linear-gradient( to bottom, #7be0ff 0%, #00a0e6 45%, #006fa3 100% );*/
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-2 {
    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-color: #008ccc;*/
    width: 100%;
    min-height: 100dvh;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
    position: relative;
}

    .hero img {
        width: 100%;
    }


.img-30 {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.hero-frase-cursiva {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Parisienne", cursive;
    font-size: 2.5em;
    letter-spacing: 0px;
    line-height: 1em;
    margin-bottom: 10px;
}

.hero-frase {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.4em;
}


.scroll-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    animation: bounceDown 1.5s infinite;
}

@keyframes bounceDown {
    0%, 100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 12px);
    }
}


@media screen and (max-width: 1720px) {


    .img-30 {
        margin-bottom: 80px;
    }

    .hero-frase {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.1em;
        letter-spacing: 1px;
        line-height: 1.8em;
    }
}


@media screen and (max-width: 1080px) {
    .hero {
        background-size: cover;
        background-attachment: initial;
        width: 100%;
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .logo-cubic33 {
        width: 55%;
        margin-bottom: 100px;
    }

    .img-10 {
        width: 70%;
        margin-bottom: 100px;
    }

    .img-peru {
        width: 80px;
    }
}


.audio-btn {
    z-index: 9999;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 0.9em;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .audio-btn i {
        font-size: 0.9em;
    }

    .audio-btn:hover {
        background: rgba(255, 255, 255, 0.35);
    }



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.audio-btn.playing i {
    animation: pulse 1.2s infinite;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mobileonly {
    display: none;
}

.home-countdown {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 100px;
    color: #000;
    text-align: center;
}

    .home-countdown i {
        font-size: 1.6em;
        margin-bottom: 20px;
        color: #008ccc;
    }

.bienvenida {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 2em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.flex-fecha {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.fecha-mes {
    border-top: 2px solid #008ccc;
    border-bottom: 2px solid #008ccc;
    padding: 5px 10px;
    min-width: 150px;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.fecha-dia {
    font-size: 4em;
    margin-left: 20px;
    margin-right: 20px;
    color: #008ccc;
}

.fecha-a {
    border-top: 2px solid #008ccc;
    border-bottom: 2px solid #008ccc;
    padding: 5px 10px;
    min-width: 150px;
    font-size: 1.1em;
    letter-spacing: 1px;
}


.home-countdown .titulo {
    font-family: 'Playfair Display', serif;
    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 */
.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;
    /*color: #e5b30f;*/
}



.timer-box {
    padding: 20px;
    box-sizing: border-box;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

    .timer-box .numero {
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 1px;
        color: #008ccc;
    }


    .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: 40px;
        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: 2em;
        }


        .timer-box .indicador {
            font-size: 0.9em;
            margin-top: 10px;
        }
}


.home-historia {
    background-color: #fff;
    background-image: url(Imagenes/escheresque.png);
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;
}

.historia-foto {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

    .historia-foto img {
        width: 100%;
    }



.historia-texto {
    text-align: center;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Playfair Display', serif;
    font-size: 1.4em;
    letter-spacing: 2px;
    line-height: 1.5em;
}

    .historia-texto span {
        font-style: normal;
        font-weight: 700;
    }


@media screen and (max-width: 1080px) {
    .home-historia {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .historia-texto {
        text-align: center;
        width: 90%;
        max-width: 800px;
        font-size: 1.2em;
        letter-spacing: 1px;
        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-image: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(0,0,0,0.15)), linear-gradient(to bottom, #6fd3ff, #007bb8);
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
}

    .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: 800px;
    margin-left: auto;
    margin-right: auto;
}

    .flowers img {
        width: 100%;
    }


.locacion {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 20px 0px 10px 0px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    transition: all 0.3s ease;
}

    .locacion i {
        font-size: 1.8em;
        margin-bottom: 10px;
    }

.locacion-titulo {
    font-family: 'Playfair Display', serif;
    font-family: "Parisienne", cursive;
    font-size: 3em;
    letter-spacing: 0px;
    margin-top: 10px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.locacion-hora {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.locacion-foto {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .locacion-foto img {
        width: 100%;
    }

.locacion-icon {
    margin-bottom: 0px;
}

    .locacion-icon img {
        max-width: 120px;
    }

.locacion-nombre {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.locacion-direccion {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 5px;
}

    .locacion-direccion b {
        font-weight: 700;
    }


.min {
    display: inline-block;
    height: 40px;
    width: 2px;
    /*background-color: #008ccc;
    margin-top: 10px;
    margin-bottom: 10px;*/
}



.locacion-boton {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .locacion-boton a {
        display: inline-block;
        color: #fff;
        background-color: rgba(0, 140, 204, 0.80);
        backdrop-filter: blur(10px);
        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: 0px;
    text-align: center;
}

    .vestimenta-icon img {
        max-width: 180px;
    }

.vestimenta {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    margin-top: 10px;
}

.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: #008ccc;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(0,0,0,0.15)), linear-gradient(to bottom, #6fd3ff, #007bb8);
    background-image: url(Imagenes/escheresque.png);*/
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .home-itinerario .titulo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Playfair Display', serif;
        font-family: "Parisienne", cursive;
        font-size: 3em;
        letter-spacing: 0px;
        color: #000;
    }

    .home-itinerario .fecha {
        text-align: center;
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 30px;
        color: #fff;
    }

.itinerario-frase {
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    letter-spacing: 1px;
    line-height: 1.5em;
}



.centrar-itinerario {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.itinerario-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
}

    .itinerario-img img {
        width: 100%;
    }


.itinerario-box {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.itinerario-hora {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #006fa3;
    margin-bottom: 2px;
}

.itinerario-grupo {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #006fa3;
    margin-bottom: 2px;
}

.itinerario-evento {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.itinerario-box-last {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



.itinerario {
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}




/* 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: #008ccc;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -6px;
    }

/* 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: #008ccc;
        border: 4px solid #008ccc;
        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;*/
    padding: 0px 10px;
    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: 17px;
    }

/* 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: 10px;
}

.timeline-title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
    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: #b9b0a1;
    background-image: url(Imagenes/grey-jean.png);
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
}

@media screen and (max-width: 880px) {
    .home-mesa {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.home-mesa .titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 2.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: #937a3e;
        color: #fff;
        display: block;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        box-sizing: border-box;
        border-radius: 100px;
        letter-spacing: 2px;
        font-weight: 700;
    }

    .enlace-mesa .fas {
        margin-right: 5px;
    }


.opciones-mesa {
    font-size: 1em;
    letter-spacing: 1px;
    text-align: center;
    border: 2px solid #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}



    .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: 60px;
    }



.numero-evento {
    text-align: center;
    font-size: 0.9em;
    margin-top: 10px;
}

.lluvia {
    font-size: 1em;
    letter-spacing: 4px;
}



/*CONFIRMAR ASISTENCIA*/
.home-asistencia {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(0,0,0,0.15)), linear-gradient(to bottom, #6fd3ff, #007bb8);
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 880px) {
    .home-asistencia {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}



.home-asistencia .titulo {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Parisienne", cursive;
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: 0px;
}

.home-asistencia .subtitulo {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 0px;
    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: rgba(0, 140, 204, 0.80);
        backdrop-filter: blur(10px);
        color: #fff;
        padding: 14px 22px;
        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;
    }

.box-invitacion {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 20px 0px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    transition: all 0.3s ease;
    color: #000;
}


.home-fotos {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
    background-image: url(Imagenes/grey-jean.png);
}


    .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: 2.5em;
        letter-spacing: 0px;
    }


.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;
}

.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: 'Playfair Display', serif;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 10px;
    font-weight: 400;
    color: #fff;
}

.gracias-2 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.9em;
    margin-top: 10px;
}

.regresar {
    margin-top: 20px;
}

    .regresar a {
        background-color: #fff;
        padding: 10px 20px;
        color: #008ccc;
        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: #fff;
    background-image: url(Imagenes/grey-jean.png);
    color: #393632;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.transporte {
    background-color: #f2efea;
    background-image: url(Imagenes/grey-jean.png);
}


.alojamiento .titulo {
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0px;
    font-size: 2.5em;
    z-index: 2;
    position: relative;
    font-family: 'Playfair Display', serif;
}

.alojamiento-icon {
    color: #e7b15a;
    font-size: 3em;
    margin-bottom: 20px;
}

    .alojamiento-icon img {
        width: 60px;
    }


.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: #393632;
    margin-top: 10px;
    margin-bottom: 10px;
}

.listado-alojamiento {
}

.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: #7a8c74;
    color: #fff;
}

.listado-alojamiento .fas {
    margin-left: 5px;
}

.ornamento {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

    .ornamento 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 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .foto img {
        width: 100%;
    }



/* MOVIL */
@media screen and (max-width: 1280px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {


    .mobileonly {
        display: block;
    }

    .bienvenida {
        text-align: center;
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.8em;
        max-width: initial;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .flex-fecha {
        margin-top: 20px;
    }


    .fecha-mes {
        border-top: 2px solid #008ccc;
        border-bottom: 2px solid #008ccc;
        padding: 5px 10px;
        min-width: 100px;
        font-size: 0.9em;
        letter-spacing: 1px;
    }

    .fecha-dia {
        font-size: 3em;
        font-weight: 700;
        margin-left: 20px;
        margin-right: 20px;
    }

    .fecha-a {
        border-top: 2px solid #008ccc;
        border-bottom: 2px solid #008ccc;
        padding: 5px 8px;
        min-width: 100px;
        font-size: 0.9em;
        letter-spacing: 1px;
    }


    .home-countdown .titulo {
        font-size: 2.2em;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .locacion-titulo {
        font-size: 2.5em;
        letter-spacing: 0px;
        margin-top: 0px;
    }

    .home-itinerario .titulo {
        margin-bottom: 30px;
        letter-spacing: 0px;
        font-size: 3em;
    }


    .timeline-title {
        font-size: 1.1em;
        letter-spacing: 2px;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .locacion-nombre {
        font-size: 1.4em;
        line-height: 1.2em;
        letter-spacing: 0px;
    }
}


@media screen and (max-width: 880px) {



    .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) {
}
