﻿
.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: #eae4d7;*/
    background-color: #fffcef;
    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: 30px;
    padding-bottom: 40px;
    clear: both;
}

    #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;*/
    overflow-x: hidden;
}



.autoplay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: hidden;
    background-color: #f2f0ec;
    background-image: url(Imagenes/exclusive-paper.png);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.logotipo {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
}

    .logotipo img {
        width: 100%;
    }


.ver {
    display: inline-block;
    padding: 10px 30px;
    color: #000;
    border: 2px solid #000;
    font-size: 1em;
    letter-spacing: 2px;
    margin-top: 30px;
}

    .ver:hover {
        cursor: pointer;
    }



@media screen and (max-width: 1080px) {
    .logotipo {
        max-width: 280px;
    }

    .ver {
        display: inline-block;
        padding: 10px 20px;
        color: #000;
        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%;
    padding-top: 20px;
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-2 {
    background-color: #e2deda;
    background-image: url(Imagenes/exclusive-paper.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;
}





/*PORTADA*/

.home-portada {
    background-color: #fffcef;
    background-image: url(Imagenes/Marco-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

.logo {
    width: 55%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}


    .logo img {
        width: 100%;
    }


/*FECHA*/
.home-fecha {
    width: 100%;
    height: 100vh;
    background-color: #243665;
    background-image: url(Imagenes/BG-01B.jpg);
    background-size: cover;
    background-position: center;
}

.fecha {
    width: 70%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .fecha img {
        width: 100%;
    }


/*PADRES*/
.home-padres {
    background-image: url(Imagenes/BG-02B.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
    box-sizing: border-box;
    height: 100vh;
}

.img-padres-info {
    width: 80%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

    .img-padres-info img {
        width: 100%;
    }

/*HISTORIA*/

.home-historia {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #f2eedc;
    position: relative;
}

    .home-historia img {
        width: 100%;
    }


.fotos {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .fotos img {
        width: 100%;
    }

.texto-historia {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Nanum Pen Script", cursive;
    color: #862837;
    color: #09144d;
    font-size: 2.5em;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-align: center;
    margin-top: 40px;
}

.historia-txt {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

    .historia-txt img {
        width: 100%;
    }

.historia-txt-m {
    display: none;
}

/*RECEPCION*/
.home-recepcion {
    padding-top: 120px;
    padding-bottom: 140px;
    position: relative;
}

.flex-recepcion {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .flex-recepcion img {
        width: 100%;
    }


.box-ceremonia {
    width: 45%;
    margin-right: 5%;
}

.box-recepcion {
    width: 45%;
    margin-left: 5%;
}

.img-01 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 580px;
}

    .img-01 img {
        width: 100%;
    }

.img-02 {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 480px;
}

    .img-02 img {
        width: 100%;
    }



/*ITINERARIO*/

.home-itinerario {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    background-color: #f2eedc;
}

.itinerario {
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    .itinerario img {
        width: 100%;
    }

.img-iti-01 {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 480px;
}

    .img-iti-01 img {
        width: 100%;
    }

.img-iti-02 {
    position: absolute;
    top: 44%;
    left: 0px;
    width: 100px;
}

    .img-iti-02 img {
        width: 100%;
    }


.img-iti-03 {
    position: absolute;
    top: 36%;
    right: 0px;
    width: 100px;
}

    .img-iti-03 img {
        width: 100%;
    }



.img-iti-04 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 380px;
}

    .img-iti-04 img {
        width: 100%;
    }

/*DRESSCODE*/

.home-dresscode {
    background-color: #d67c54;
    height: 100vh;
    position: relative;
}

.dresscode {
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

    .dresscode img {
        width: 100%;
    }

.dresscode-img-01 {
    position: absolute;
    width: 40%;
    left: 0;
    margin-left: -16%;
    top: 40px;
    z-index: 1;
}

    .dresscode-img-01 img {
        width: 100%;
    }


.dresscode-img-02 {
    position: absolute;
    width: 40%;
    right: 0;
    margin-right: -16%;
    top: 40px;
    z-index: 1;
}

    .dresscode-img-02 img {
        width: 100%;
    }


/*ALOJAMIENTO*/

.home-alojamiento {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

    .home-alojamiento img {
        width: 100%;
    }


.hotel-img {
    width: 80%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.airbnb-img {
    width: 80%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.alojamiento-img-01 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 480px;
}

.alojamiento-img-02 {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 480px;
}

/*MESA DE REGALOS*/

.home-mesa {
    background-color: #f2eedc;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

    .home-mesa img {
        width: 100%;
    }

.mesa-img-01 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 420px;
}

.mesa-img-02 {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 420px;
}


.mesa-info {
    width: 94%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mesa-info-2 {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.mesa-img-regalo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
}

.mesa-info-liverpool {
    display: none;
}

.mesa-info-transferencia {
    display: none;
}

.regalos-titulo {
    display: none;
}

.regalos-texto {
    display: none;
}


/* CUENTA REGRESIVA */
.home-contador {
}

    .home-contador .titulo {
        font-family: "Italianno", cursive;
        font-size: 3em;
        letter-spacing: 1px;
        margin-top: 10px;
        background-color: #e8e7e3;
        z-index: 2;
        position: relative;
        display: inline-block;
        padding: 0px 20px;
    }


.contador {
    margin-top: -30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #000;
    z-index: 1;
    position: relative;
}

#demo {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
}

.timer-box {
    padding: 20px;
    box-sizing: border-box;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

    .timer-box .numero {
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 1px;
    }


    .timer-box .indicador {
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 0.8em;
        margin-top: 0px;
    }


@media screen and (max-width: 880px) {


    .timer-box {
        padding: 10px 0px;
        box-sizing: border-box;
        width: 22%;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;
    }

        .timer-box .numero {
            font-size: 2em;
        }


        .timer-box .indicador {
            font-size: 0.7em;
            margin-top: 0px;
        }
}


/*CONFIRMAR ASISTENCIA*/
.home-asistencia {
    text-align: center;
    background-image: url(Imagenes/BG-02B.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

    .home-asistencia .titulo {
        font-family: "Quotes Caps W00 Regular";
        font-size: 4em;
        letter-spacing: 1px;
        margin-top: 20px;
        color: #d67c54;
    }




.invitacion-mensaje {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 1px;
}

    .invitacion-mensaje b {
        font-weight: 700;
    }


.rsvp-lista {
    width: 100%;
    max-width: 600px;
    background-color: #fffcef;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 40px 20px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.24);
}


.rsvp-invitacion-invitado {
    text-align: left;
    margin-bottom: 10px;
}

    .rsvp-invitacion-invitado input {
        background-color: #fff;
        padding: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
        color: #d67c54;
    }

    .rsvp-invitacion-invitado label {
        font-size: 1.2em;
        letter-spacing: 0px;
        line-height: 1em;
        font-weight: 400;
        font-family: "Quotes Caps W00 Regular";
    }



.box-btn {
    margin-top: 0px;
}

    .box-btn a {
        display: block;
        color: #fff;
        background-color: #d67c54;
        padding: 20px 20px;
        text-align: center;
        font-family: "Quotes Caps W00 Regular";
        font-size: 1em;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.frase {
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
    border: 1px dashed #000;
    margin-top: 10px;
}

/*PAGINA CONFIRMACIÓN*/
.gracias {
    font-size: 3em;
    letter-spacing: 0px;
    font-weight: 400;
    color: #3d3a3a;
}

.gracias-2 {
    color: #3d3a3a;
    letter-spacing: 2px;
    font-size: 0.9em;
    margin-top: 10px;
}

.regresar {
    margin-top: 20px;
}

    .regresar a {
        background-color: #b24935;
        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: #c25a46;
            color: #fff;
        }



.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;
}



.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}


.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;
}

.home-white {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* MOVIL */
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1080px) {
    /*body {
        background-color: #fff;
    }*/

    #footer {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .mobileonly {
        display: block;
    }

    .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;
    }

    .gracias {
        font-size: 3.5em;
        line-height: 1em;
        letter-spacing: 1px;
    }

    .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;
        padding: 10px;
    }

        .qr canvas {
            width: 110px;
            height: 105px;
        }

    .invitacion-descarga {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }


    /**/

    .home-portada {
        background-image: url(Imagenes/Marco-750x1334px.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .home-fecha {
        /*height: initial;
        padding-top: 150px;
        padding-bottom: 150px;*/
    }

    .home-padres {
        padding-top: initial;
        padding-bottom: initial;
        height: 100vh;
    }

    .home-historia {
        padding-top: initial;
        padding-bottom: initial;
        height: 100vh;
    }

    .texto-historia {
        width: 90%;
        font-size: 1.5em;
        letter-spacing: 0px;
        line-height: 1.1em;
        margin-top: 40px;
    }

    .historia-txt {
        display: none;
    }



    .historia-txt-m {
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

        .historia-txt-m img {
            width: 100%;
        }

    .home-recepcion {
        padding-top: 80px;
        padding-bottom: 80px;
        box-sizing: border-box;
        min-height: 100vh;
    }

    .img-01 {
        top: 10px;
        left: 0;
        width: 280px;
    }

    .img-02 {
        bottom: 10px;
        right: 0;
        width: 220px;
    }

    .flex-recepcion {
        display: block;
        flex-wrap: initial;
        width: 90%;
    }

    .box-ceremonia {
        width: 100%;
        margin-right: initial;
    }

    .box-recepcion {
        width: 100%;
        margin-left: initial;
        margin-top: 30px;
    }

    .home-itinerario {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .img-iti-01 {
        top: 20px;
        left: 0px;
        width: 280px;
    }

    .img-iti-02 {
        top: 44%;
        left: 0px;
        width: 40px;
    }

    .img-iti-03 {
        top: 36%;
        right: 0px;
        width: 40px;
    }

    .img-iti-04 {
        bottom: 10px;
        right: 10px;
        width: 160px;
    }

    .itinerario {
        width: 120%;
        max-width: initial;
        z-index: 10;
        margin-left: -8%;
        margin-right: auto;
    }

    .home-dresscode {
        /*height: initial;*/
        /*padding-top: 60px;
        padding-bottom: 60px;*/
    }

    .dresscode-img-01 {
        width: 260px;
        left: 50%;
        margin-left: -130px;
        top: 4%;
        z-index: 1;
    }

    .dresscode-img-02 {
        width: 260px;
        right: 50%;
        margin-right: -130px;
        top: initial;
        bottom: 4%;
        z-index: 1;
    }

    .home-alojamiento {
        position: relative;
        height: 100vh;
        box-sizing: border-box;
        padding-top: 60px;
        padding-bottom: 80px;
    }


    .alojamiento-img-01 {
        position: absolute;
        top: 0;
        left: 0px;
        width: 220px;
    }

    .alojamiento-img-02 {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 220px;
    }

    .hotel-img {
        width: 80%;
        max-width: 500px;
        margin-bottom: 60px;
    }

    .airbnb-img {
        width: 60%;
        max-width: 140px;
        margin-top: 20px;
    }

    .home-mesa {
        padding-top: 80px;
        padding-bottom: 100px;
        box-sizing: border-box;
        height: 100vh;
    }

    .mesa-img-01 {
        top: 0;
        left: 10px;
        width: 220px;
    }

    .mesa-img-02 {
        bottom: 0;
        right: 10px;
        width: 220px;
    }

    .mesa-img-regalo {
        bottom: 0;
        left: 0;
        width: 140px;
    }

    .mesa-info {
        display: none;
    }

    .regalos-titulo {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

        .regalos-titulo img {
            width: 100%;
        }

    .regalos-texto {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        .regalos-texto img {
            width: 100%;
        }

    .mesa-info-2 {
        display: none;
        width: 90%;
        max-width: 800px;
        margin-top: 20px;
    }

    .mesa-info-liverpool {
        display: block;
        width: 80%;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

        .mesa-info-liverpool img {
            width: 100%;
        }


    .mesa-info-transferencia {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        .mesa-info-transferencia img {
            width: 100%;
        }


    .home-asistencia {
        padding-top: 60px;
        padding-bottom: 60px;
        box-sizing: border-box;
        height: 100vh;
    }

        .home-asistencia .titulo {
            font-size: 3em;
            letter-spacing: 1px;
            margin-top: 20px;
            margin-bottom: 40px;
        }

    .invitacion-mensaje {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 1em;
        letter-spacing: 1px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .rsvp-lista {
        width: 90%;
        max-width: 600px;
        padding: 40px 20px;
        box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.24);
    }
}


/* iPhone 14 Pro Max (and similar models) */
@media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) {
    .home-portada {
        background-image: url(Imagenes/Marco-1170x2532px.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}
