<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Jovera';
    src: url("./fonts/Jovera.ttf") format("opentype");
}

@font-face {
    font-family: 'Luxurious';
    src: url("./fonts/LuxuriousRoman-Regular.ttf") format("opentype");
}

@font-face {
    font-family: 'Lora';
    src: url("./fonts/Lora-VariableFont_wght.ttf") format("opentype");
}

* {
    font-family: 'Lora';
    font-weight: 100 !important;
    font-size: 18px;
    color: #000;
}

.jovera {
    font-family: 'Jovera' !important;
}

.luxurious {
    font-family: 'Luxurious' !important;
}

.lora {
    font-family: 'Lora' !important;
    font-weight: lighter !important;
}

body {
    overflow-x: hidden;
    background-color: #ffffff;
}

ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

span {
    font-size: inherit;
}


.header {
    border-radius: 200px 200px 200px 200px;
    width: 350px;
    height: 70%;
    position: fixed;
    position: absolute;
    margin-top: 7%;
    margin-left: 55%;
    object-fit: cover;
    overflow: hidden;
}

.menu {
    display: inline-flex;
    margin-bottom: 200px;
    margin-top: 30px;
}

.menu li {
    margin: 0 25px;
}

.date {
    font-family: 'Lora';
    font-size: 1.5em;
    font-weight: 100 !important;
    margin-bottom: 2em;
    z-index: 100;
}

.title {
    font-size: 5em;
    font-family: 'Jovera';
    margin-bottom: 0px;
    z-index: 999;
}

/* .title-mobile {
    display: none;
    visibility: hidden;
} */

.subtitle {
    font-size: .6em;
    font-family: 'Luxurious';
    font-weight: 100;
    z-index: 999;
}

.about {
    font-style: normal;
    margin-bottom: 120px;
    z-index: 999;
}

#bautizo {
    padding-top: 200px;
}

.bautizo-text {
    font-family: 'Lora';
    margin-left: 150px;
    margin-right: 250px;
}

.event-wrapper {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-day {
    font-size: 3.54em;
}

#ceremonia {
    position: relative;
    padding: 160px 0 112px;
}

.symbols {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: auto;
}

.symbols img {
    width: 24px;
    height: auto;
}

.divider {
    display: block;
    height: 2px;
    width: 40px;
    margin: 0 auto;

    background-color: #205D0E;
}

#recepcion {
    position: relative;
    padding: 48px 0 80px;
    background-size: cover;
    background-position: center;
}

#recepcion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;

    background-color: rgba(255, 255, 255, 0.9);
}

#recepcion * {
    z-index: 99;
}

#iglesia {
    margin-top: 70px;
}

#festejo {
    margin-top: 70px;
}

.gifts {
    padding: 150px 30px;
    margin-bottom: 100px;
}

.map {
    height: 250px;
    width: 700px;
    object-fit: cover;
    border-radius: 180px 180px 180px 180px;
    margin-top: 25px;
}

.gifts-options {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.gifts-options li {
    margin: 25px;
}

.gifts-options li {
    font-size: 1.54em;
}

.gifts-options li a {
    font-size: 1em;
    color: #0075ff;
}

.gifts-options li.divider {
    width: 2px;
    height: 20px;
    background-color: #205D0E;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

.underline {
    text-decoration: underline;
}

.disclosure {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    text-align: center;
}

.disclosure li {
    padding: 10px 0;
}

.container2 {
    position: relative;
    display: inline-block;
}

.bottom-img {
    width: 100%;
    height: 420px;
    opacity: 0.7;
}

.top-img {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
    object-fit: cover;
}

.top-img2 {
    position: absolute;
    top: 25%;
    left: 35%;
    z-index: 2;
}

.confirm-btn {
    margin: 50px 50px;
    font-size: 1.5em;
    background: #E9EDE8;
    color: #000000;
    background-color: #ffffff00;
    padding: 10px 30px;
    border: solid #000000 1px;
}

@media screen and (max-width: 480px) {

    .row {
        --bs-gutter-x: 0;
    }

    .top-img {
        height: 200px !important;
        width: 200px !important;
        top: 10% !important;
        left: 35% !important;
    }

    .menu {
        display: none;
        margin-bottom: 0px;
        font-family: 'Jovera';
    }

    .bautizo {
        margin-bottom: 0;
        font-size: 1.54em;
    }

    /* .title-mobile {
        font-family: 'Jovera';
        margin-bottom: 0px;
        font-size: 3em;
        text-align: left;
        z-index: 999;
        padding-left: 5%;
        visibility: inherit !important;
        display: block;
    } */

    .title {
        text-align: left;
        font-size: 3em;
        padding-left: 5%;
    }

    .about {
        font-style: normal;
        margin-bottom: 120px;
        text-align: left;
        font-size: .8em;
        z-index: 998;
        padding-left: 7%;
    }

    .date {
        text-align: left;
        font-size: .8em;
        margin-top: 50%;
        margin-bottom: 0px;
        padding-left: 7%;
    }

    .header {
        border-radius: 300px 300px 300px 300px;
        height: 400px;
        width: 200px;
        margin-top: 15%;
        margin-left: 40%;
        overflow: hidden;
    }

    .bautizo-text {
        margin-left: 0px;
        margin-right: 20px;
    }

    .top-img2 {
        top: 40%;
        left: 10%;
    }

    .bottom-img {
        object-fit: cover;
    }

    .divider {
        display: none;
    }

    .event-day {
        font-size: 1.54em;
    }

    .symbols {
        top: 15%;
    }

    .disclosure {
        flex-flow: column;
    }

    .gifts h2 {
        font-size: 1em;
    }

    .gifts h6 {
        font-size: .7em;
    }

    .gifts-options {
        flex-flow: column;
    }


    .map {
        height: 150px;
        width: 90%;
        object-fit: cover;
        border-radius: 180px 180px 180px 180px;
        margin-top: 25px;
    }

    .confirm-btn {
        margin: 10px 10px;
        font-size: 1em;
    }

    .gifts {
        margin-bottom: 0px;
    }
}




.gallery {
    max-width: 1200px;
    margin: 0 auto;
    column-count: 3;
    margin-bottom: 200px;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 16px;
}

.gallery-item figure {
    margin: 0;
    position: relative;
}

.gallery-item figcaption {
    font-style: italic;
    padding: 8px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    bottom: 3px;
    color: #fff;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery-item img {
    width: 100%;
}

.gallery-item p {
    margin: 0;
    padding: 8px;
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 501px) and (max-width: 700px) {
    .gallery {
        column-count: 2;
    }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
    .gallery {
        column-count: 3;
    }
}


</pre></body></html>