:root {
    --color1: #d5c7a8;
    --color2: #5b3225;
    --color3: #6b7e41;
    --color4: #f1ece5;
    --color5: #b08a5e;
    --blanco: #ffffff;
    --negro: #000000;
    --titulos: #444444;
    --grisclaro: #dddddd;
    --grisoscuro: #313131;
    --grisdark: #202020;
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Metropolis', sans-serif;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../recursos_remote/fonts/Metropolis-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../recursos_remote/fonts/Metropolis-Bold.ttf');
    font-weight: bold;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

html, body {
    width: 100%;
    min-height: 100%;
    font-family: var(--font-sans);
    background-color: var(--blanco);
    color: var(--negro);
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
    position: relative;
}


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

/* TÍTULOS DE TARJETAS */
.paq-name,
.rest-name,
.temp-name,
.exp-name,
.hab-item-title,
.amenidad-name,
.hab-name {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

/* COLOR DE TÍTULOS */
.paq-name,
.rest-name,
.temp-name,
.exp-name,
.hab-item-title,
.amenidad-name {
    color: var(--titulos);
}

/* ESTRUCTURA ORIGINAL */
#capa {
    position: relative;
    width: 100%;
}

#seccion {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100vh;
}

#seccion.bgnegro { background: var(--negro); color: var(--blanco); }
#seccion.bgblanco { background: var(--blanco); color: var(--color2); }
#seccion.bgcolor1 { background: var(--color1); color: var(--blanco); }
#seccion.bgcolor2 { background: var(--color2); color: var(--blanco); }
#seccion.bgcolor3 { background: var(--color3); color: var(--blanco); }
#seccion.bgcolor4 { background: var(--color4); color: var(--color2); }

/* HEADER */
.header-area {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 650px;
}

.header-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
    transition: all 0.3s ease;
}

.header-nav .logo img {
    height: 50px;
    width: auto;
}

.nav-main {
    display: block;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.nav-list li a {
    font-family: var(--font-serif);
    color: var(--blanco);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 2.5px;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.nav-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color1);
    transition: width 0.3s ease;
}

.nav-list li a:hover::after {
    width: 100%;
}

.menu-icon {
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 6px;
    z-index: 2000;
}

.menu-icon span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: var(--blanco);
    transition: all 0.3s ease;
}

/* TITULOS HERO */
.tituloTop {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 10;
}

.tituloTop .luxury {
    font-size: 1.1rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--blanco);
    margin-bottom: 15px;
    font-weight: 300;
}

.tituloTop .vive {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 9vw, 4.8rem);
    line-height: 1.1;
    color: var(--blanco);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.btn-suites {
    margin-top: 40px;
}

/* BACKGROUND HERO */
.bg-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.bg-hero img, .bg-hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    pointer-events: none;
}

/* COTIZAR */
#cotizar {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 1200px;
    background: var(--blanco);
    z-index: 1100;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    overflow: visible;
}

.greca {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-image: url('../images/franja1.png?1');
    background-size: 100% auto;
    background-repeat: repeat-y;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.inputs-home {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    padding-left: 50px;
}

.check-inout, .pax {
    flex: 1;
    min-width: 180px;
    border-right: 1px solid var(--grisclaro);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.check-inout span, .pax span {
    font-size: 0.75rem;
    color: var(--grisoscuro);
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}

.check-inout input {
    border: none;
    background: transparent;
    font-size: 1.1rem;
    outline: none;
    font-weight: 700;
    color: var(--negro);
    width: 100%;
    font-family: var(--font-sans);
    padding: 5px 0;
}

.custom-select {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.select-trigger {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--negro);
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25px;
    width: 100%;
    font-family: var(--font-sans);
    user-select: none;
}

.select-trigger::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color2);
    transition: transform 0.3s ease;
}

.custom-select.open .select-trigger::after {
    transform: rotate(180deg);
}

.select-options {
    position: absolute;
    bottom: 100%;
    left: -20px;
    right: -20px;
    background: var(--color2);
    z-index: 999;
    display: none;
    box-shadow: 0 -20px 50px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.custom-select.open .select-options {
    display: block;
}

.select-options .option {
    padding: 18px 25px;
    color: var(--blanco);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.select-options .option:hover, .select-options .option.selected {
    background: var(--color1);
    color: var(--color2);
}

.submit-btn {
    flex: 0 0 auto;
}

.submit-btn button {
    background-color: var(--color3);
    color: var(--blanco);
    border: none;
    padding: 0 60px;
    height: 100%;
    min-height: 80px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.submit-btn button:hover {
    background-color: var(--color3);
    opacity: 0.9;
}

.submit-btn button:disabled {
    background-color: var(--grisclaro);
    color: var(--grisoscuro);
    opacity: 0.6;
    cursor: not-allowed;
}



/* NOSOTROS AREA */
.nosotros-area {
    padding: 100px 5%;
    background-color: var(--blanco);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
}

.nosotros-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.nosotros-text {
    text-align: left;
}

.nosotros-sub {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 6px;
    color: var(--color1);
    margin-bottom: 25px;
    font-weight: 600;
}

.nosotros-tit {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--titulos);
    line-height: 1.1;
    margin-bottom: 35px;
    font-weight: 400;
}

.nosotros-txt {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--grisoscuro);
    font-weight: 400;
}

.nosotros-images {
    position: relative;
    height: 600px;
    width: 100%;
}

.img-wrapper {
    position: absolute;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    overflow: hidden;
    background-color: var(--grisclaro);
}

.main-img {
    width: 60%;
    height: 75%;
    top: 0;
    left: 0;
    z-index: 1;
}

.second-img {
    width: 60%;
    height: 65%;
    bottom: 50px;
    right: 0;
    z-index: 2;
}

.floating-img {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    border: 4px solid var(--blanco);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* HABITACIONES */
#seccion.habitaciones-area {
    min-height: auto;
    padding: 100px 5%;
    background-color: var(--color4);
}

.habitaciones-header {
    text-align: center;
    margin-bottom: 80px;
}

.hab-sub {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 6px;
    color: var(--color2);
    margin-bottom: 15px;
    font-weight: bold;
}

.hab-tit {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--titulos);
    font-weight: 400;
}

.habitaciones-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.header-area {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: visible;
    z-index: 1000;
}

.hab-card {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.hab-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: transform 1.2s ease;
}

.hab-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hab-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

.hab-info {
    position: relative;
    z-index: 10;
    color: var(--blanco);
    width: 100%;
}

.hab-price {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hab-name {
    color: var(--blanco);
    position: relative;
    padding-bottom: 20px;
}

.hab-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color1);
}

.hab-reservar {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: var(--color3);
    color: var(--blanco);
    padding: 35px 12px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.75rem;
    letter-spacing: 3px;
    font-weight: bold;
    z-index: 20;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.hab-reservar:hover {
    transform: translateY(-5px);
    background-color: var(--color2);
}

/* SERVICIOS AREA */
#seccion.servicios-area {
    min-height: auto;
    padding: 100px 5%;
    background-color: var(--blanco);
}

.servicios-header {
    text-align: center;
    margin-bottom: 60px;
}

.serv-sub {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 6px;
    color: var(--color1);
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.serv-tit {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    color: var(--titulos);
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.1;
}

.servicios-container {
    max-width: 1200px;
    margin: 0 auto;
}

.serv-card {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    border-radius: 4px;
}

.serv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.serv-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serv-info {
    position: relative;
    z-index: 10;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
}

.serv-name {
    color: var(--blanco);
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
}


/* EXPERIENCIAS GRID */
.servicios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 60px auto 0;
}

.exp-card {
    background: var(--color4);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
}


.exp-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.exp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.exp-info {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}



.exp-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--grisoscuro);
    margin-bottom: 25px;
    flex-grow: 1;
}


/* RESTAURANTES AREA */
#seccion.restaurantes-area-header {
    min-height: auto;
    padding: 100px 5% 0;
    background-color: var(--blanco);
}

#seccion.restaurantes-area {
    min-height: auto;
    padding: 80px 0 100px;
    background-color: var(--color4);
}

.restaurantes-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 5%;
}

.rest-sub {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 6px;
    color: var(--color1);
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.rest-tit {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--titulos);
    font-weight: 400;
}

.restaurantes-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0 5%;
}

.rest-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--color4);
}

.rest-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}

.rest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rest-info {
    width: 100%;
    padding: 40px;
    text-align: left;
    background-color: var(--color4);
}



.rest-subtitle {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 4px;
    color: var(--color1);
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}

.rest-desc {
    font-size: 1.05rem;
    color: var(--grisoscuro);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.rest-btns {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}


/* TEMPORALIDADES Y OFERTAS */
.temporalidades-area {
    padding: 100px 5%;
    text-align: center;
    background-color: var(--blanco);
}

.temp-tit {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 400;
    color: var(--titulos);
    line-height: 1.2;
    margin-bottom: 60px;
    text-align: center;
}

.temp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.temp-card {
    background-color: var(--color4);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.temp-img {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.temp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.temp-info {
    padding: 40px 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}



.temp-desc {
    font-size: 1rem;
    color: var(--grisoscuro);
    line-height: 1.6;
    margin-bottom: 30px;
}



/* CERTIFICACIONES AREA */
#seccion.certificaciones-area {
    min-height: auto;
    padding: 60px 5%;
    background-color: var(--blanco);
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificaciones-container {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
}

.certificaciones-container img {
    height: 100px;
    width: auto;
    display: block;
}

/* FOOTER AREA */
#seccion.footer-area {
    min-height: auto;
    padding: 40px 5% 50px;
    background-color: var(--grisdark);
    color: var(--blanco);
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-social {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-social svg {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
}

.footer-social svg path {
    fill: var(--blanco)
}

.footer-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    font-family: var(--font-serif);
    font-size: 17px;
    color: var(--blanco);
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    opacity: 0.9;
}

.footer-links a {
    color: var(--blanco);
}

.footer-links span {
    opacity: 1;
}

/* HABITACIONES LISTA */
#seccion.habitaciones-lista-area {
    padding: 100px 5%;
    background-color: var(--blanco);
    min-height: auto;
}

.habitaciones-lista-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.hab-item-full {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.hab-item-full:nth-child(even) {
    grid-template-columns: 1fr 1.2fr;
}

.hab-item-full:nth-child(even) .hab-item-image {
    order: 2;
}

.hab-item-full:nth-child(even) .hab-item-content {
    order: 1;
}

.hab-item-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 4px;
}

.box-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box-slider-inner {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.box-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.box-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
}

.dot.active {
    background-color: var(--blanco);
}

.hab-item-content {
    text-align: left;
}



.hab-item-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--grisoscuro);
    margin-bottom: 35px;
}

.hab-item-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.7;
}

.feature span {
    font-size: 0.95rem;
    color: var(--grisoscuro);
    font-weight: 500;
}

.hab-item-actions {
    display: flex;
    gap: 20px;
}


/* AMENIDADES AREA */
.amenidades-lista-area {
    padding: 60px 0;
    background-color: var(--blanco);
    margin-top: 10%;
}

.amenidades-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.amenidad-card {
    background-color: #f4f1ea;
    padding: 60px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
}


.amenidad-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}

.amenidad-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.amenidad-name {
    text-align: center;
}

.amenidad-desc {
    max-width: 650px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--grisoscuro);
    margin: 0 auto;
}

/* MEDIA QUERIES */

/* HAB-POPUP */
.hab-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 9999;
    display: none;
    overflow-y: auto;
    padding: 0 20px;
}

.hab-popup-container {
    background-color: var(--blanco);
    max-width: 600px;
    height: auto;
    margin: 50px auto;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: var(--color2);
    color: var(--blanco);
    padding: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.close-popup:hover {
    background-color: var(--color3);
}

.popup-image-header {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.popup-image-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-body {
    display: block;
    position: relative;
    padding-left: 60px;
    background-color: var(--blanco);
    margin-bottom: 50px;
}

.greca-popup {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background-image: url('../images/franja1.png?1');
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.popup-content-inner {
    padding: 60px 40px 60px 10px;
}

.popup-title {
    font-family: var(--font-serif);
    font-size: 2.8rem;
    color: var(--titulos);
    margin-bottom: 25px;
    font-weight: 400;
}

.popup-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--grisoscuro);
    margin-bottom: 40px;
}

.popup-check-tit {
    font-family: var(--font-serif);
    font-size: 2.2rem;
    color: var(--negro);
    margin-bottom: 25px;
    font-weight: 400;
}

.popup-check-list {
    list-style: none;
    margin-bottom: 20px;
}

.popup-check-list li {
    font-size: 1.1rem;
    color: var(--grisoscuro);
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.popup-check-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color1);
}

.popup-info-extra {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--grisoscuro);
    margin-bottom: 40px;
}

.popup-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.popup-deco-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: 30px;
    right: -20px;
}

.popup-deco-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SCROLL TO TOP */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--color2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.scroll-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-top::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--blanco);
    border-left: 2px solid var(--blanco);
    transform: rotate(45deg);
    margin-top: 5px;
}

/* PAQUETES Y EVENTOS AREA */
#seccion.paquetes-area {
    min-height: auto;
    padding: 100px 5%;
    background-color: var(--blanco);
}

.paquetes-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

.paquetes-intro p {
    font-size: 1.15rem;
    color: var(--grisoscuro);
    line-height: 1.8;
    font-weight: 300;
}

.paquetes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.paq-card {
    background-color: var(--blanco);
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.paq-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.paq-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}


.paq-info {
    padding: 40px;
    background-color: var(--color4);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
}



.paq-desc {
    font-size: 1.05rem;
    color: var(--grisoscuro);
    line-height: 1.7;
    margin-bottom: 35px;
    flex-grow: 1;
}

/* PAQUETES CAPACIDAD */
#seccion.paquetes-capacidad {
    min-height: auto;
    padding: 120px 5%;
    background-color: var(--blanco);
    border-top: 1px solid var(--color4);
}

.capacidad-container {
    text-align: left;
    max-width: 850px;
    margin: 0 auto;
}

.capacidad-tit {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    color: var(--titulos);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
}

.capacidad-desc {
    font-size: 1.15rem;
    color: var(--grisoscuro);
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: left;
}

.capacidad-btns {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}

/* BOTONES UNIFICADOS */
.paq-btn,
.cap-btn,
.wa-solid-btn,
.agenda-outline-btn,
.temp-btn,
.serv-btn,
.rest-btn,
.btn-reservar-hab,
.btn-detalles-hab,
.btn-suites,
.btn-submit,
.exp-reservar {
    display: inline-block;
    padding: 15px 45px;
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-decoration: none;
    width: fit-content;
    align-self: flex-start;
    cursor: pointer;
}

.paq-btn,
.wa-solid-btn,
.temp-btn,
.serv-btn,
.menu-btn,
.btn-reservar-hab,
.btn-submit,
.exp-reservar {
    background-color: var(--color3);
    color: var(--blanco);
    border: 1px solid var(--color3);
}

.paq-btn:hover,
.wa-solid-btn:hover,
.temp-btn:hover,
.serv-btn:hover,
.menu-btn:hover,
.btn-reservar-hab:hover,
.btn-submit:hover,
.exp-reservar:hover {
    background-color: var(--color2);
    border-color: var(--color2);
    color: var(--blanco);
    transform: none;
}

.agenda-outline-btn,
.wa-btn,
.btn-detalles-hab {
    background-color: transparent;
    color: var(--color2);
    border: 1px solid var(--color2);
}

.agenda-outline-btn:hover,
.wa-btn:hover,
.btn-detalles-hab:hover {
    background-color: var(--color2);
    color: var(--blanco);
}

.btn-suites {
    background-color: transparent;
    color: var(--blanco);
    border: 1px solid var(--blanco);
}

.btn-suites:hover {
    background: var(--blanco);
    color: var(--negro);
}

/* PAQUETES CONTACTO */
#seccion.paquetes-contacto {
    min-height: auto;
    padding: 100px 5%;
    background-color: var(--color4);
}

.contacto-header {
    text-align: center;
    margin-bottom: 60px;
}

.contacto-tit {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: var(--titulos);
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 400;
}

.contacto-form {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacto-form .input-group {
    position: relative;
    width: 100%;
    background-color: var(--blanco);
    border: 1px solid rgba(0,0,0,0.06);
    transition: border-color 0.3s ease;
}

.contacto-form .input-group:focus-within {
    border-color: var(--color2);
}

.contacto-form .input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    color: var(--color1);
}

.contacto-form .textarea-group .input-icon {
    top: 25px;
    transform: none;
}

.contacto-form input,
.contacto-form textarea {
    width: 100%;
    padding: 20px 20px 20px 60px;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-family: var(--font-sans);
    outline: none;
    color: var(--negro);
}

.contacto-form textarea {
    resize: none;
    padding-top: 20px;
}

.contacto-form input::placeholder,
.contacto-form textarea::placeholder {
    color: #999999;
}

.submit-form-btn {
    text-align: center;
    margin-top: 30px;
}



.contacto-social {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 35px;
}

.contacto-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.contacto-social a:hover {
    transform: translateY(-3px);
}

.contacto-social svg {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
    filter: sepia(0.6) saturate(1.5) hue-rotate(5deg);
}

.contacto-social svg path {
    fill: var(--color5)
}

/* DESTINO OAXACA OVERRIDES */
#seccion.destino-area {
    background-color: var(--blanco);
}

#seccion.destino-capacidad {
    border-top: 1px solid var(--color4);
}

#seccion.destino-capacidad .capacidad-container {
    margin: 0 auto;
    text-align: left;
}

#seccion.destino-capacidad .capacidad-tit {
    text-align: left;
}

#seccion.destino-capacidad .capacidad-desc {
    text-align: left;
}

#seccion.destino-capacidad .capacidad-btns {
    justify-content: flex-start;
}

/* MAPA */
#seccion.destino-mapa {
    min-height: auto;
    padding: 0 5% 100px;
    background-color: var(--blanco);
}

.destino-mapa .mapa-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.destino-mapa .mapa-tit {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    color: var(--titulos);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: left;
}

.destino-mapa .mapa-img-box {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid var(--color4);
}

.destino-mapa .mapa-img-box iframe {
    width: 100%;
    height: 500px;
    display: block;
    border: 0;
}

/* TABLET (1024px) */
@media (max-width: 1024px) {
    .header-area {
        height: auto;
        min-height: auto;
        padding: 0;
        display: block;
    }

    .menu-icon {
        display: flex;
    }

    .nav-main {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--color2);
        z-index: 1500;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
    }

    .nav-main.active {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .nav-list li a {
        font-size: 1.4rem;
        letter-spacing: 4px;
    }

    .menu-icon.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-icon.active span:nth-child(2) { opacity: 0; }
    .menu-icon.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    .hero {
        position: relative;
        width: 100%;
        min-height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 120px 0 60px;
        overflow: hidden;
    }
    
    .tituloTop {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 90%;
        margin: 0 auto;
        z-index: 10;
    }

    #cotizar {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 40px 20px;
        background-color: var(--color4);
        z-index: 10;
        border-radius: 0;
        box-shadow: none;
    }

    .greca {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        background-image: url('../images/franja1.png?1');
        background-size: 100% auto;
        background-repeat: repeat-y;
        border-radius: 0;
        z-index: 1;
    }
    
    .inputs-home {
        position: relative;
        z-index: 2;
        flex-direction: column;
        gap: 15px;
        padding-left: 0;
        width: 100%;
    }
    
    .check-inout, .pax {
        width: 100%;
        background-color: var(--blanco);
        border: 1px solid var(--grisclaro);
        padding: 12px 20px;
        border-radius: 2px;
        box-sizing: border-box;
    }

    .check-inout span, .pax span {
        display: none;
    }

    .check-inout input {
        font-size: 1rem;
        font-weight: 400;
        color: var(--grisoscuro);
    }
    
    .select-trigger {
        font-size: 1rem;
        font-weight: 400;
        color: var(--grisoscuro);
        min-height: auto;
    }

    .submit-btn {
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
    }

    .submit-btn button {
        width: 100%;
        padding: 22px;
        height: auto;
        min-height: 60px;
        border-radius: 2px;
        font-size: 1.1rem;
        letter-spacing: 3px;
        background-color: var(--color3);
        box-sizing: border-box;
    }

    .nosotros-area {
        padding: 80px 5%;
    }

    .nosotros-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .nosotros-images {
        height: 500px;
        max-width: 600px;
        margin: 0 auto;
    }

    /* HABITACIONES TABLET */
    #seccion.habitaciones-area {
        padding: 80px 5%;
    }

    .habitaciones-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hab-card {
        height: 60vh;
        min-height: 450px;
    }

    /* SERVICIOS TABLET */
    #seccion.servicios-area {
        padding: 80px 5%;
    }

    .serv-card {
        height: 50vh;
    }

    .servicios-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    /* RESTAURANTES TABLET */
    #seccion.restaurantes-area-header {
        padding: 80px 5% 0;
    }

    #seccion.restaurantes-area {
        padding: 60px 0 80px;
    }

    .rest-card, .rest-card:nth-child(even), .temp-grid {
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .rest-img {
        width: 100%;
        aspect-ratio: 21 / 9;
    }

    .rest-info {
        padding: 60px 8%;
        text-align: left;
    }

    /* TITULOS DE TARJETAS TABLET */
    .paq-name,
    .rest-name,
    .temp-name,
    .exp-name,
    .hab-item-title,
    .amenidad-name,
    .hab-name {
        font-size: 2rem;
    }

    .certificaciones-container {
        gap: 40px;
    }

    /* PAQUETES TABLET */
    #seccion.paquetes-area {
        padding: 80px 5%;
    }

    .paquetes-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .paq-img {
        aspect-ratio: 16 / 9;
    }

    #seccion.paquetes-capacidad {
        padding: 80px 5%;
    }

    #seccion.paquetes-contacto {
        padding: 80px 5%;
    }

    /* DESTINO OAXACA TABLET OVERRIDES */
    #seccion.destino-mapa {
        padding: 0 5% 80px;
    }
}

/* MOBILE (768px) */
@media (max-width: 768px) {
    .header-nav {
        padding: 20px 5%;
    }

    .header-nav .logo img {
        height: 45px;
    }

    .tituloTop {
        width: 94%;
    }

    .tituloTop .luxury {
        font-size: 0.85rem;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .tituloTop .vive {
        font-size: clamp(1.8rem, 8vw, 2.6rem);
        letter-spacing: 1px;
        line-height: 1.1;
    }

    .nosotros-area {
        padding: 60px 5%;
    }

    .nosotros-images {
        height: 400px;
    }

    .floating-img {
        width: 90px;
        height: 90px;
        border-width: 3px;
    }

    .submit-btn button {
        padding: 20px;
        font-size: 1rem;
    }

    /* HABITACIONES LISTA MOBILE */
    .hab-item-full, .hab-item-full:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hab-item-full:nth-child(even) .hab-item-image {
        order: 0;
    }

    .hab-item-full:nth-child(even) .hab-item-content {
        order: 0;
    }

    /* HABITACIONES MOBILE */
    #seccion.habitaciones-area {
        padding: 60px 20px;
    }

    .habitaciones-header,
    .servicios-header {
        text-align: left;
    }

    .restaurantes-header {
        text-align: left;
        padding: 0 20px;
    }

    .habitaciones-header {
        margin-bottom: 40px;
    }

    .hab-card {
        height: 50vh;
        min-height: 350px;
        padding: 30px;
    }



    .hab-price {
        font-size: 1rem;
    }

    .hab-reservar {
        padding: 30px 10px;
        font-size: 0.75rem;
    }

    /* SERVICIOS MOBILE */
    #seccion.servicios-area {
        padding: 60px 20px;
    }

    .serv-tit {
        font-size: 2.2rem;
    }

    .serv-card {
        height: 45vh;
        min-height: 300px;
    }

    .serv-info {
        padding: 30px;
    }

    .serv-name {
        font-size: 1.5rem;
    }

    .servicios-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 40px;
    }

    .exp-img {
        height: 250px;
    }

    /* RESTAURANTES MOBILE */
    #seccion.restaurantes-area {
        padding: 60px 0;
    }

    .restaurantes-container, .temp-grid {
        grid-template-columns: 1fr;
    }

    .rest-card, .rest-card:nth-child(even) {
        flex-direction: column;
    }

    .rest-img {
        width: 100%;
        aspect-ratio: 21 / 9;
    }

    .rest-info {
        padding: 40px 25px 60px;
    }

    /* TITULOS DE TARJETAS MOBILE */
    .paq-name,
    .rest-name,
    .temp-name,
    .exp-name,
    .hab-item-title,
    .amenidad-name,
    .hab-name {
        font-size: 1.7rem;
    }

    .rest-desc {
        font-size: 0.9rem;
    }

    .rest-btns {
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
    }


    
    /* AMENIDADES MOBILE */
    .amenidades-container {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .amenidad-card {
        padding: 40px 20px;
    }



    .amenidad-desc {
        font-size: 0.95rem;
    }
    

    /* FOOTER MOBILE */
    #seccion.footer-area {
        padding: 30px 20px 40px;
    }

    .footer-links {
        gap: 10px;
        font-size: 14px;
    }

    /* CERTIFICACIONES MOBILE */
    .certificaciones-container {
        gap: 20px;
    }

    .certificaciones-container img {
        height: 55px;
    }

    /* HABITACIONES LISTA MOBILE */
    #seccion.habitaciones-lista-area {
        padding: 60px 5%;
    }

    .habitaciones-lista-container {
        gap: 80px;
    }



    .hab-item-desc {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .hab-item-actions {
        flex-direction: row;
        gap: 15px;
    }

    .btn-reservar-hab, .btn-detalles-hab {
        flex: 1;
        text-align: center;
        padding: 12px 10px;
        font-size: 0.75rem;
    }

    /* PAQUETES MOBILE */
    #seccion.paquetes-area {
        padding: 60px 20px;
    }

    .paquetes-intro {
        margin-bottom: 50px;
    }

    .paquetes-intro p {
        font-size: 1.05rem;
    }

    /* RESTAURANTES MOBILE */
    #seccion.restaurantes-area-header {
        padding: 60px 20px 0;
    }

    #seccion.restaurantes-area {
        padding: 40px 0 60px;
    }

    .paq-info {
        padding: 30px 20px;
    }



    .paq-desc {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    .paq-btn,
    .cap-btn,
    .wa-solid-btn,
    .agenda-outline-btn,
    .temp-btn,
    .serv-btn,
    .rest-btn,
    .btn-reservar-hab,
    .btn-detalles-hab,
    .btn-suites,
    .btn-submit,
    .exp-reservar {
        width: fit-content;
        text-align: center;
        padding: 13px 25px;
        font-size: 0.8rem;
    }

    #seccion.paquetes-capacidad {
        padding: 60px 20px;
    }

    .capacidad-tit {
        font-size: 2.2rem;
    }

    .capacidad-desc {
        font-size: 1.05rem;
        margin-bottom: 40px;
    }

    .capacidad-btns {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
        flex-wrap: nowrap;
    }


    #seccion.paquetes-contacto {
        padding: 60px 20px;
    }

    .contacto-tit {
        font-size: 1.8rem;
        letter-spacing: 4px;
        margin-bottom: 40px;
    }

    .contacto-form input,
    .contacto-form textarea {
        padding: 16px 16px 16px 50px;
        font-size: 0.95rem;
    }

    .contacto-form .input-icon {
        left: 16px;
    }



    .contacto-social {
        margin-top: 40px;
        gap: 25px;
    }

    /* DESTINO OAXACA MOBILE */
    #seccion.destino-mapa {
        padding: 0 20px 60px;
    }

    .destino-mapa .mapa-tit {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    .destino-mapa .mapa-img-box iframe {
        height: 350px;
    }
}


/* FLATPICKR */
.flatpickr-calendar {
    background: var(--blanco) !important;
    border: 1px solid var(--grisclaro) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    font-family: var(--font-sans) !important;
}
.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange, 
.flatpickr-day.selected.inRange, 
.flatpickr-day.startRange.inRange, 
.flatpickr-day.endRange.inRange, 
.flatpickr-day.selected:focus, 
.flatpickr-day.startRange:focus, 
.flatpickr-day.endRange:focus, 
.flatpickr-day.selected:hover, 
.flatpickr-day.startRange:hover, 
.flatpickr-day.endRange:hover, 
.flatpickr-day.prevMonthDay.selected, 
.flatpickr-day.nextMonthDay.selected {
    background: var(--color2) !important;
    border-color: var(--color2) !important;
    color: var(--blanco) !important;
}
.flatpickr-day.today {
    border-color: var(--color1) !important;
}
.flatpickr-months .flatpickr-month {
    background: var(--color2) !important;
    color: var(--blanco) !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: var(--color2) !important;
}
.flatpickr-months .flatpickr-prev-month, 
.flatpickr-months .flatpickr-next-month {
    color: var(--blanco) !important;
    fill: var(--blanco) !important;
}
.flatpickr-weekdays {
    background: var(--color4) !important;
}
span.flatpickr-weekday {
    color: var(--color2) !important;
    font-weight: bold !important;
}


/* EFECTOS HOVER */
.rest-card, .hab-card, .temp-card, .exp-card, .amenidad-card, .paq-card, .serv-card, .hab-item-full {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (hover: hover) {
    .rest-card:hover, .temp-card:hover, .exp-card:hover, .amenidad-card:hover, .paq-card:hover, .serv-card:hover, .hab-item-full:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }
    .hab-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    }
}


/* ANIMACIONES REVEAL */
.js-enabled #seccion img,
.js-enabled #seccion h2,
.js-enabled #seccion h3,
.js-enabled #seccion p {
    opacity: 0;
    transform: translateY(45px) scale(0.95);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-enabled #seccion img.reveal-visible,
.js-enabled #seccion h2.reveal-visible,
.js-enabled #seccion h3.reveal-visible,
.js-enabled #seccion p.reveal-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
