/*
Paloma & Roberto - Wedding Landing Page
Static version
*/



a[x-apple-data-detectors],
a[href^="tel"],
a[href^="mailto"],
a[href^="sms"] {
    color: #312322 !important;
    text-decoration: none !important;
}


/* Reset */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
}

body {
    background: #eae3d1;
}

img {
    max-width: 100%;
}

/* Smooth scroll */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eae3d1;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.preloader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.preloader-logo {
    width: 12vw;
    max-width: 160px;
    margin-bottom: 2vw;
}

.preloader-line {
    width: 0;
    height: 1px;
    background: #312322;
    margin-bottom: 1.5vw;
}

.preloader-text {
    font-family: 'Cormorant', serif;
    color: #312322;
    font-size: 1.4vw;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0;
}

/* Block scroll while preloader is active */
body.preloader-active {
    overflow: hidden;
}

/* Character animation base */
.char {
    display: inline-block;
}


@font-face {
    font-family: 'Milton One';
    src: url('../assets/fonts/MiltonOne.woff2') format('woff2'),
        url('../assets/fonts/MiltonOne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Milton One Bold';
    src: url('../assets/fonts/MiltonOneBold.woff2') format('woff2'),
        url('../assets/fonts/MiltonOneBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../assets/fonts/Cormorant-RegularItalic.woff2') format('woff2'),
        url('../assets/fonts/Cormorant-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../assets/fonts/Cormorant-Regular.woff2') format('woff2'),
        url('../assets/fonts/Cormorant-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





h1 {
    font-family: 'Milton One Bold';
    color: #312322;
    font-size: 9vw;
    font-weight: initial;
    line-height: initial;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 3vw;
    margin-top: 4vw;
}

h2 {
    font-family: 'Milton One Bold';
    color: #312322;
    font-size: 5vw;
    font-weight: initial;
    line-height: initial;
    text-align: center;
    letter-spacing: 1px;
}

h3 {
    font-family: 'Milton One Bold';
    color: #312322;
    font-size: 7vw;
    letter-spacing: 1px;
    font-weight: initial;
    margin-bottom: 3.5vw !important;
    line-height: initial;
    text-align: center;
}

p {
    font-family: 'Cormorant';
    text-align: center;
    color: #312322;
    font-size: 1.7vw;
    line-height: 2.6vw;
    padding-bottom: 1vw;
}













.enova-divider {
    background-image: url(../assets/img/tubo.jpg);
    height: 25px;
    background-size: contain;
    background-color: black;
    margin-top: -12.5px;
    margin-bottom: -12.5px;
    z-index: 1;
    position: relative;
}

.enova-divider-2 {
    background-image: url(../assets/img/perlas.png);
    height: 30px;
    background-size: contain;
    margin-bottom: -18px;
    margin-top: -15px;
    z-index: 1;
    position: relative;
}




.enova-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.enova-intro-bg {
    display: flex;
    width: 100%;
}

.enova-intro-content {
    width: 50vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.enova-intro-content-bg {
    width: 100%;
    display: flex;
}

.enova-intro-content-text {
    position: absolute;
}

.enova-intro-content-text p {
    padding: 0;
    font-size: 2.5vw;
}



.enova-sobre {
    background-image: url(../assets/img/sobre-bg.png);
    background-position: center center;
    background-size: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enova-sobre-content {
    width: 75vw;
    position: relative;
    margin-bottom: -12vw;
    margin-top: -11vw;
    z-index: 2;
}

.enova-sobre-content img {
    width: 100%;
}

.enova-sobre-content section {
    position: absolute;
    width: 50%;
    left: 26.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 38vw;
}

.enova-sobre-content section img {
    display: block;
    width: 100%;
    max-width: 12vw;
    margin-bottom: 2.5vw;
}

.enova-sobre-content section p {
    font-size: 1.45vw;
    line-height: 1.7vw;
    padding-bottom: 1.75vw;
}

.enova-sobre-content h2 {
    position: absolute;
    bottom: 12vw;
    width: 100%;
    left: 0;
    text-align: center;
}






.enova-telon {
    background-image: url(../assets/img/telon.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15vw 0 10vw 0;
}

.enova-telon-content {
    display: flex;
    flex-direction: column;
    width: 50vw;
    justify-content: center;
    align-items: center;
}

.enova-telon-content img {
    width: 100%;
}

.enova-telon-text {
    background-image: url(../assets/img/matri-base.png);
    background-size: contain;
    background-repeat: repeat-y;
    padding: 0 8vw;
    width: 100%;
}

.enova-telon-text-contain {
    margin-top: -8vw;
    margin-bottom: -8vw;
    z-index: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.enova-telon-text-contain h2 {
    font-size: 6vw;
    margin-bottom: 1vw;
}

.enova-telon-text-contain h3 {
    font-size: 4vw;
    margin-bottom: 0vw !important;
    margin-top: 2vw;
}

.enova-telon-text-contain p {
    font-size: 1.5vw;
    line-height: 1.9vw;
    width: 85%;
    margin: 0 auto;
}

.enova-telon-subtitle {
    font-size: 1.7vw;
    line-height: 2.6vw;
}












.enova-hotel {
    background: #eae3d1;
    padding: 10vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.enova-hotel-content {
    width: 100%;
    max-width: 45vw;
}

.enova-lamp-wrapper {
    position: relative;
}

.enova-lamp-wrapper .enova-lamp-off,
.enova-lamp-wrapper .enova-lamp-on {
    display: block;
    width: 100%;
}

.enova-lamp-wrapper .enova-lamp-on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.enova-hotel-content-lamp1 {
    position: absolute;
    left: 2.25vw;
    width: 23vw;
    top: 10vw;
}

.enova-hotel-content-lamp2 {
    position: absolute;
    right: 3.25vw;
    width: 23vw;
    top: 10vw;
}

.enova-hotel-content h2 {
    font-size: 6vw;
    margin-bottom: 4vw;
}

.enova-hotel-content section {
    margin-bottom: 2vw;
}

.enova-hotel-content .hotel-estrellas {
    font-family: 'Cormorant';
    font-size: 5vw;
    text-align: center;
    justify-content: center;
    display: flex;
    color: #312322;
    line-height: 1;
    margin-bottom: 1.5vw;

}

.enova-hotel-content p {
    font-size: 1.5vw;
    line-height: 2vw;
    padding-bottom: 1.5vw;
}

.enova-hotel-content h4 {
    text-align: center;
    color: #312322;
    font-family: 'Cormorant';
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    font-size: 1.5vw;
    line-height: 2vw;
    padding-bottom: 0.5vw;
    margin: 0;
}

.enova-hotel-content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    color: #312322;
    font-style: italic;
}








.enova-todo {
    background-image: url(../assets/img/cuero.jpg);
    background-size: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8vw;
}

.enova-todo-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.enova-todo-title img {
    width: 25vw;
}

.enova-todo-title h2 {
    font-family: 'Cormorant';
    position: absolute;
    font-size: 52px;
    font-weight: 400;
    opacity: .75;
    padding-bottom: 0.6vw;
}

.enova-todo-carta {
    background-image: url(../assets/img/carta-bg.jpg);
    background-size: 100%;
    width: 50vw;
    margin-top: 5vw;
    padding: 5vw;
}

.enova-todo-carta h3 {
    font-size: 6vw;
    line-height: 1;
    margin-bottom: 1vw !important;
}

.enova-todo-carta p {
    font-size: 1.5vw;
    line-height: 1.8vw;
}

.enova-todo-carta ul {
    margin: 0;
    text-align: center;
}

.enova-todo-carta ul li {
    list-style: none;
    font-family: 'Cormorant';
    text-align: center;
    color: #312322;
    font-size: 1.4vw;
    line-height: 2vw;
    padding-bottom: .5vw;
}

.enova-todo-carta ul li a {
    color: inherit;
    text-decoration: none;
}

.enova-todo-carta ul li u {
    font-size: 1.5vw;
    font-style: italic;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    margin-right: 0;
}









.enova-cuadros {
    background-image: url(../assets/img/patron-1.png);
    background-size: 2vw;
    position: relative;
    min-height: 145vw;
}

.enova-cuadros-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.enova-cuadros-item-cuadro {
    display: flex;
}

.enova-cuadros-item-cuadro img {
    display: block;
    width: 100%;
}

.enova-cuadros-item-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enova-cuadros-item-content h2 {
    font-family: 'Milton One Bold';
    color: #312322;
    font-size: 6vw;
    font-weight: initial;
    line-height: 0.7;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

.enova-cuadros-item.cuadro-2 .enova-cuadros-item-content h2 {
    font-size: 5vw;
}

.enova-cuadros-item-content p {
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    margin-top: 15px;
}

.enova-cuadros-item.cuadro-1 {
    position: absolute;
    left: -4vw;
    width: 48vw;
    top: 10vw;
}

.enova-cuadros-item.cuadro-2 {
    position: absolute;
    left: -2vw;
    width: 50vw;
    bottom: 16vw;
}

.enova-cuadros-item.cuadro-3 {
    position: absolute;
    top: 15vw;
    width: 50vw;
    right: -10vw;
}

.enova-cuadros-item.cuadro-4 {
    position: absolute;
    right: -5vw;
    width: 45vw;
    bottom: 15vw;
}







.enova-reserva {
    display: block;
    width: 100%;
    position: relative;
}

.enova-reserva-bg {
    display: block;
    width: 100%;
}

.enova-reserva-container {
    position: absolute;
    top: 18vw;
    left: 30vw;
    width: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.enova-reserva-container img {
    width: 10vw;
    margin-bottom: 2vw;
}

.enova-reserva-container h2 {
    font-family: 'Cormorant';
    font-size: 3.5vw;
    color: #312322;
    line-height: 4vw;
    margin-bottom: 2vw;
    font-weight: initial;
}

.enova-reserva-container a {
    background: #312322;
    color: white !important;
    padding: 8px 32px;
    font-family: 'Cormorant';
    font-size: 20px;
    text-decoration: none;

}

.enova-reserva-container p {
    font-size: 1.5vw;
}




.enova-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eae3d1;
    padding: 150px;
}

.enova-contact-contain {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    width: 45vw;
    position: relative;
}

.enova-contact-contain h3,
.enova-contact-contain p {
    position: relative;
    z-index: 1;
}

.enova-contact-contain img {
    display: block;
    margin-top: 6vw;
    position: relative;
    z-index: 0;
}






.enova-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #665442;
    padding: 8vw;
}

.enova-map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.enova-map-tabla {
    width: 55vw;
}

.enova-map-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 35vw;
    position: absolute;
    top: 18vw;
}

.enova-map-content a {
    background: #312322;
    color: #f7e9d7 !important;
    padding: 8px 32px;
    font-family: 'Cormorant';
    font-size: 1.25vw;
    text-decoration: none;
    margin-bottom: 1vw;
}

.enova-map-content img {
    margin-top: 4vw;
    display: block;
    width: 100%;
}



.enova-lazo {
    position: relative;
}

.enova-lazo-bg {
    display: block;
    width: 100%;
}

.enova-lazo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 39vw;
    width: 40%;
    left: 30%;
}

.enova-lazo-container a {
    font-family: 'Cormorant';
    text-align: center;
    color: #312322;
    font-size: 1.6vw;
    margin-top: 20px;
    font-style: italic;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.enova-sobre-content-bg.desktop {
    display: block;
}

.enova-sobre-content-bg.movil {
    display: none;
}

@media (max-width: 720px) {
    .enova-sobre-content-bg.desktop {
        display: none;
    }

    .enova-sobre-content-bg.movil {
        display: block;
    }

    .enova-intro-bg {
        width: 105vw;
        max-width: initial;
    }

    .enova-intro-content-bg {
        display: none;
    }

    .enova-intro-content {
        width: 90vw;
    }

    h1 {
        font-size: 13vw;
    }

    .enova-intro-content-text p {
        font-size: 5vw;
    }

    .enova-sobre {
        overflow-x: clip;
    }

    .enova-sobre-content {
        margin-top: -15vw;
        width: 130vw;
    }

    .enova-sobre-content section {
        width: 60%;
        left: 21.5%;
        top: 60vw;
    }

    .enova-sobre-content section img {
        max-width: 28vw;
        margin-bottom: 4vw;
    }

    .enova-sobre-content section p {
        font-size: 3.15vw;
        line-height: 4vw;
    }

    .enova-cuadros {
        overflow: hidden;
    }

    .enova-divider {
        height: 10px;
    }

    .enova-sobre-content h2 {
        font-size: 10vw;
        bottom: 30vw;
    }

    .enova-telon {
        padding: 30vw 0 20vw 0;
    }

    .enova-telon-content {
        width: 90vw;
    }

    .enova-telon-text {
        margin-top: -1px;
        margin-bottom: -1px;
        width: 100%;
    }

    .enova-telon-text-contain h2 {
        font-size: 12vw;
        margin-bottom: 2vw;
    }

    .enova-telon-text-contain p {
        font-size: 3.5vw;
        line-height: 5vw;
    }

    .enova-telon-text-contain h3 {
        font-size: 8vw;
        margin-bottom: 2vw !important;
        margin-top: 5vw;
    }

    .enova-lamp-wrapper {
        display: none;
    }

    .enova-hotel-content {
        max-width: 90vw;
    }

    .enova-hotel-content h2 {
        font-size: 12vw;
    }

    .enova-hotel-content p {
        font-size: 3.5vw;
        line-height: 5vw;
        padding-bottom: 5vw;
    }

    .enova-hotel-content h4 {
        font-size: 3.5vw;
        line-height: 6vw;
        padding-bottom: 1.5vw;
    }

    .enova-hotel-content a {
        text-decoration-thickness: 0.5px;
    }

    .enova-todo-carta {
        width: 90vw;
        padding: 10vw 15vw;
    }

    .enova-todo-title img {
        width: 45vw;
    }

    .enova-todo {
        padding: 15vw 0;
    }

    .enova-divider-2 {
        height: 3vw;
        margin-bottom: -1vw;
        margin-top: -1vw;
    }

    .enova-todo-title h2 {
        font-size: 7vw;
    }

    .enova-todo-carta h3 {
        font-size: 12vw;
        margin-bottom: 4vw;
    }

    .enova-todo-carta p {
        font-size: 3.5vw;
        line-height: 3.5vw;
        margin-bottom: 4vw;
    }

    .enova-todo-carta ul li {
        font-size: 3.5vw;
        line-height: 5vw;
        padding-bottom: 4vw;
    }

    .enova-todo-carta ul li a u {
        font-size: 3.5vw;
        text-decoration-thickness: 0.5px;
    }

    .enova-cuadros {
        display: flex;
        flex-direction: column;
        padding: 10vw 0;
        background-size: 4vw;
    }

    .enova-cuadros-item.cuadro-1 {
        position: relative;
        order: 1;
        width: 90vw;
        left: -5vw;
        top: initial;
        right: initial;
        bottom: initial;
        margin-bottom: 10vw;
    }

    .enova-cuadros-item.cuadro-2 {
        position: relative;
        order: 3;
        width: 90vw;
        left: -10vw;
        top: initial;
        right: initial;
        margin-bottom: 10vw;
        bottom: initial;
    }

    .enova-cuadros-item.cuadro-3 {
        position: relative;
        order: 2;
        width: 90vw;
        left: initial;
        margin-bottom: 10vw;
        top: initial;
        right: initial;
        bottom: initial;
        margin-left: auto;
        margin-right: -10vw;
    }

    .enova-cuadros-item.cuadro-4 {
        position: relative;
        order: 4;
        width: 90vw;
        left: initial;
        top: initial;
        right: initial;
        bottom: initial;
        margin-left: auto;
        margin-right: -15vw;
    }

    .enova-cuadros-item-content h2 {
        font-size: 12vw;
    }

    .enova-cuadros-item-content p {
        font-size: 3vw;
        line-height: 3.5vw;
        margin-top: 2vw;
    }

    .enova-cuadros-item.cuadro-2 .enova-cuadros-item-content h2 {
        font-size: 10vw;
    }

    .enova-reserva-bg {
        width: 170vw;
        max-width: initial;
    }

    .enova-reserva {
        display: flex;
        justify-content: center;
    }

    .enova-reserva-container {
        left: 15vw;
        width: 70vw;
        top: 34vw;
    }

    .enova-reserva-container img {
        width: 20vw;
        margin-bottom: 4vw;
    }

    .enova-reserva-container h2 {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    .enova-reserva-container p {
        font-size: 2.75vw;
        line-height: 3.5vw;
    }

    .enova-contact {
        padding: 10vw;
    }

    .enova-contact-contain {
        width: 100vw;
    }

    .enova-contact-contain h3 {
        font-size: 12vw;
    }

    .enova-contact-contain p {
        font-size: 4vw;
        line-height: 6vw;
        padding-bottom: 6vw;
    }

    .enova-lazo {
        display: flex;
        justify-content: center;
    }

    .enova-lazo-bg {
        width: 160vw;
        max-width: initial;
    }

    .enova-lazo-container {
        top: 63vw;
        width: 85%;
        left: 7.5%;
    }

    .enova-lazo-container h3 {
        font-size: 12vw;
    }

    .enova-lazo-container p {
        font-size: 3.5vw;
        line-height: 4.5vw;
        margin-bottom: 0;
    }

    .enova-lazo-container a {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    .enova-map-tabla {
        width: 100vw;
    }

    .enova-map-content {
        top: 25vw;
        width: 75%;
    }

    .enova-map-content h3 {
        font-size: 12vw;
    }

    .enova-map-content a {
        font-size: 3vw;
        padding: 2vw 3vw;
        margin-bottom: 4vw;
    }

    .enova-map-content img {
        margin-top: 0;
        width: 100%;
    }

/* Preloader */
#preloader {
    
}

.preloader-inner {
    
}

.preloader-logo {
    width: 25vw;
    margin-bottom: 10vw;
}

.preloader-line {
    width: 0;
    height: 1px;
    background: #312322;
    margin-bottom:5vw;
}

.preloader-text {
    font-family: 'Cormorant', serif;
    color: #312322;
    font-size: 5vw;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0;
}
}