﻿html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* alto del header fijo */
}


body{
    background: #F6F1ED;
    font-family: "Montserrat", sans-serif;
}

header{
    position: relative;
    background: url(../images/portada/1.jpg) no-repeat top center;
    background-size:cover;
    width: 100% !important;
    padding-bottom: 12px;
}

.headerHome{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-ayuda{
    height: 60px;
    display: none;
    
}
.dBlock{
    display: block;
}

/* estado inicial */
.header-top{
    position: relative;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
    padding: 10px 0;
    margin-left: 0;
}

/* estado cuando hace scroll */
.header-top.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    background: linear-gradient(90deg, rgba(30, 30, 30, 0.88) 0%, rgba(65, 44, 30, 0.82) 50%, rgba(30, 30, 30, 0.88) 100%);
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    
    margin-left: 0;

    animation: slideDown 0.4s ease;
}

/* animación */
@keyframes slideDown{
    from{
        transform: translateY(-100%);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}




.logotipo{
    text-align: center;
    line-height: 25px;
    color: white;

    text-shadow: 1px 1px 10px black;
}

.logotipo strong{
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
}

.logotipo span{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
    float: right;
    margin-bottom: 0;
}
nav ul li{
    display: inline-block;
}
.menu{
    text-shadow: 1px 1px 10px black;
    font-weight: normal;
    font-size: 17px;
    margin: 0 12px;
    transition: all 0.3s ease;
}
.menu:hover{
    transform: translateY(-5px) scale(1.05);
}


.leyendas-header{
    margin-top: 20px;
    margin-bottom: 40px;
}


.leyenda{
    /* background: rgba(0,0,0,0.1); */
    text-align: center;
    color: white;
    text-shadow: 1px 1px 15px rgba(0,0,0,0.7);
    padding: 20px;

    border-radius: 20px;
}
.leyenda strong{
    width: 100%;
    font-size: 37px;
    display: inline-block;
}
.leyenda span{
    width: 100%;
    font-size: 32px;
    display: inline-block;
}
.leyenda b{
    font-size: 18px;
    font-weight: normal;
}
.subtitulo-leyenda{
    font-size: 22px !important;
    font-weight: bold !important;
}




.botones {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

/* Estilo base */
.btn {
    border-radius: 50px;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Botón naranja con degradado */
.btn-principal {
    background: linear-gradient(135deg, #ff7a18, #ffb347);
    color: #fff;
    box-shadow: 0 4px 10px rgba(255, 122, 24, 0.4);
}

.btn-principal:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(255, 122, 24, 0.5);
}

/* Botón claro */
.btn-secundario {
    background: #f1f1f1;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.btn-secundario:hover {
    background: #e5e5e5;
    transform: translateY(-2px);
}


.beneficios{
    background: linear-gradient(90deg, rgba(30,30,30,0.88) 0%, rgba(65,44,30,0.82) 50%, rgba(30,30,30,0.88) 100%);
    color: white;
    text-align: center;
    font-size: 15px;
    padding: 14px 0;
    backdrop-filter: blur(3px);
}





.uno{
    padding-top: 30px;
    overflow: hidden;
}

.titulo{
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 30px;
}

.subtitulo{
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
}

.pasos-wrap{
    position: relative;
    padding: 60px 0 20px 0;
}

.pasos-section{
    position: relative;
    z-index: 2;
}

.pasos-svg{
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    pointer-events: none;
}

.path-base{
    fill: none;
    stroke: rgba(255, 179, 71, 0.20);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.path-anim{
    fill: none;
    stroke: url(#lineGradient);
    stroke: #ff9a2f;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 10px rgba(255, 154, 47, 0.45));
}

/* ITEM */
.paso-item{
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 3;
}

/* NÚMERO */
.paso-num{
    width: 78px;
    height: 78px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a18, #ffb347);
    color: white;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 10px 30px rgba(255, 122, 24, 0.30),
        0 0 0 0 rgba(255, 179, 71, 0.45);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}

.paso-num::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.45) 50%, transparent 80%);
    transform: translateX(-140%);
}

.paso-item:hover .paso-num{
    transform: translateY(-8px) scale(1.08);
    box-shadow:
        0 16px 35px rgba(255, 122, 24, 0.40),
        0 0 0 12px rgba(255, 179, 71, 0.10);
}

.paso-texto{
    line-height: 1.4;
    max-width: 190px;
    margin: 0 auto;
}

/* ya no usamos la línea con pseudo */
.paso-item::after{
    display: none;
}

/* estado inicial para animación */
.paso-1,
.paso-2,
.paso-3{
    opacity: 0;
}

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

    .pasos-wrap{
        padding: 20px 0;
    }

    .pasos-svg{
        display: none;
    }

    .paso-item{
        margin-bottom: 30px;
        opacity: 1 !important;
    }

    .paso-num{
        width: 64px;
        height: 64px;
        font-size: 24px;
    }

    .paso-texto{
        font-size: 18px;
    }
}



.paso-num.shine-active::before{
    animation: shineMove 0.8s linear forwards;
}

@keyframes shineMove{
    from{
        transform: translateX(-140%);
    }
    to{
        transform: translateX(140%);
    }
}


.dos{
    padding-top: 30px;
    padding-bottom: 30px;
}

.cuadros {
    display: flex;
    gap: 60px; /* espacio entre cuadros */
}

.cuadro {
    width: 20%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.cuadro img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.cuadro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.0);
    transition: all 0.4s ease;
    z-index: 1;
}


.cuadro:hover img{
    transform: scale(1.08);
}

.cuadro:hover::before, .room:hover::before{
    background: rgba(0,0,0,0.45);
}

.cuadro:hover .miniCintillo, .room:hover .miniCintillo{
    top: 50%;
    transform: translate(-50%, -50%) scale(1.05);
}

.miniCintillo{
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    
    background: linear-gradient(90deg, rgba(30,30,30,0.88) 0%, rgba(65,44,30,0.82) 50%, rgba(30,30,30,0.88) 100%);
    
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 15px;
    
    border-radius: 20px;
    white-space: nowrap;

    transition: all 0.4s ease;
    z-index: 2;
}





.living-banner {
    max-width: 100%;
    margin: 30px auto 0;
    min-height: 260px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    position: relative;
}

.living-banner__image {
    width: 38%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

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

/* ESTE ES EL DEGRADADO IMPORTANTE */
.living-banner__image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 170px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #F6F1ED 85%);
    pointer-events: none;
}

.living-banner__content {
    width: 62%;
    padding: 28px 40px 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.living-banner__content h2 {
    margin: 0 0 10px;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    text-align: center;
}

.living-banner__content p {
    margin: 0 0 24px;
    font-size: 20px;
    color: #222;
    text-align: center;
}

.living-banner__features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    position: relative;
}

.living-banner__features::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 5%;
    right: 5%;
    height: 1px;
    background: #dedede;
    z-index: 0;
}

.feature-item {
    width: 130px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 8px;
}

.feature-icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
}

.feature-item span {
    display: block;
    font-size: 15px;
    color: #222;
    line-height: 1.3;
}

.living-banner__btn {
    display: inline-block;
    margin: 0 auto;
    background: linear-gradient(180deg, #f79a45 0%, #ea6f30 100%);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    transition: 0.3s ease;
    box-shadow: 0 8px 18px rgba(234, 111, 48, 0.25);
}

.living-banner__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(234, 111, 48, 0.35);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .living-banner {
        flex-direction: column;
    }

    .living-banner__image,
    .living-banner__content {
        width: 100%;
    }

    .living-banner__image {
        height: 320px;
    }

    .living-banner__image::after {
        top: auto;
        bottom: -1px;
        right: 0;
        width: 100%;
        height: 120px;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #F6F1ED 85%);
    }

    .living-banner__content {
        padding: 25px;
    }

    .living-banner__content h2 {
        font-size: 34px;
    }

    .living-banner__content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    body {
        padding: 15px;
    }

    .living-banner__content h2 {
        font-size: 28px;
    }

    .living-banner__content p {
        font-size: 16px;
    }

    .living-banner__features {
        gap: 20px 10px;
    }

    .feature-item {
        width: 45%;
    }

    .living-banner__btn {
        font-size: 18px;
        padding: 15px 28px;
    }
}




.houses{
    padding-top: 30px;
    padding-bottom: 30px;
}


.house{
    background: #F8ECF0;
    border-radius: 10px;
    margin-bottom: 60px;

    box-shadow: 0px 0px 5px gray;
}
.blur{
    filter: blur(3px);
}
.house img{
    width: 100%;
    height: 220px;
    object-fit: cover;

    border-radius: 10px 10px 0 0;
}

.desc-house{
    font-size: 21px;
    padding: 20px;
}
.desc-house strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}


.precio-house{
    border-top: 1px solid #dedede;
    padding: 12px 0;
}
.precio-house span{
    font-size: 23px;
    color: #ea6f30;
}


.tres{
    margin: 30px 0;
}

.row-cuadros-tres{
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    padding-top: 6px;
    padding-bottom: 6px;
}

.cuadro-tres{
    border-left: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    font-size: 17px;
    padding: 10px 30px;
}
.cuadro-tres span{
    width: 100%;
    font-size: 40px;
    display: inline-block;

    /* Degradado */
    background: linear-gradient(135deg, #ff7a18, #000);

    /* Aplicar el degradado al ícono */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Para compatibilidad */
    background-clip: text;
    color: transparent;
}


.cuatro{
    padding-top: 40px;
    padding-bottom: 60px;
}
.cuatro .col-6{
    margin-bottom: 10px;
}
.cuatro span{
    position: relative;
    top: 5px;
}


.amenities{
    max-height: 400px;
    padding: 30px;

    overflow: hidden;
}

.amenities strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}

.ame{
    border-bottom: 2px solid #ddd;
    /* padding: 0 0 18px 0;
    margin-bottom: 18px; */
}

.ame-titulo{
    background: rgba(255,255,255,0.3);
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 14px 45px 14px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.ame-titulo::after{
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.ame.active .ame-titulo::after{
    content: "−";
}

.ame-titulo:hover{
    color: #8c7a66;
}

.ame-contenido{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 17px;
    line-height: 29px;
    transition: max-height 0.45s ease, opacity 0.3s ease, padding-top 0.3s ease;
    
}

.ame.active .ame-contenido{
    max-height: 500px;
    opacity: 1;
    padding-top: 8px;
    padding: 20px 20px;
}


.imagen img{
    width: 100%;

    border-radius: 20px;
}





.efecto img{
    border-radius: 20px;
}


.seccionCuatro{
    padding: 50px;
}
.seccionCuatro strong{
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 27px;
    line-height: 41px;
    display: inline-block;
    margin-bottom: 30px;
}

.am2{
    background: rgba(255,255,255,0.3);
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 20px 0;

    border-radius: 20px;
}



.location{
    padding-bottom: 40px;
}


.ames3{
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
    padding-top: 6px;
    padding-bottom: 6px;
}

.ame3{
    text-align: center;
    font-size: 19px;
    padding: 30px;
}
.ame3 span{
    width: 100%;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    display: inline-block;

    background: linear-gradient(135deg, #ff7a18, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}



.ubi{
    color: #8c7a66;
    font-size: 19px;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.ubi:hover{
    font-weight: bold;
    transform: translateY(-2px) scale(1.02);
}


.mapa iframe{
    width: 100%;
    height: 500px;
}


.amenities-lugares .ame {
    border-bottom: 2px solid #ddd;
}

.amenities-lugares .ame-titulo {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 14px 45px 14px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.amenities-lugares .ame-titulo::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.amenities-lugares .ame.active .ame-titulo::after {
    content: "−";
}

.amenities-lugares .ame-contenido {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 17px;
    line-height: 29px;
    transition: max-height 0.45s ease, opacity 0.3s ease, padding-top 0.3s ease;
    padding-top: 0;
}

.amenities-lugares .ame.active .ame-contenido {
    max-height: 500px;
    opacity: 1;
    padding-top: 8px;
}

.ubi {
    margin-top: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ubi:hover,
.ubi.active {
    color: #8c7a66;
    transform: translateX(6px);
}

.mapa iframe {
    width: 100%;
    height: 700px;
    border-radius: 20px;
}





.mas{
    padding-top: 40px;
    padding-bottom: 60px;
}

.mas .row{
    row-gap: 25px;
}

.mm{
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    /* border: 1px solid rgba(255,255,255,0.45); */
    border-radius: 22px;
    padding: 22px 22px 24px 22px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 30px;
}

.mm:hover{
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.14);
}

.mm strong{
    width: 100%;
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #111;
    margin-bottom: 6px;
    text-align: center;
    letter-spacing: 0.5px;
}

.mm b{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #8c7a66;
    text-align: center;
    margin-bottom: 16px;
}

.mm img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
    transition: transform 0.45s ease;
}

.mm:hover img{
    transform: scale(1.04);
}

.mas .col-3{
    display: flex;
}

.mm br{
    content: "";
}

@media screen and (max-width: 992px){
    .mas .col-3{
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mm strong{
        font-size: 26px;
    }

    .mm img{
        height: 220px;
    }
}

@media screen and (max-width: 768px){
    .mas{
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .mas .col-3{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mm{
        padding: 20px;
        border-radius: 18px;
        font-size: 15px;
        line-height: 28px;
    }

    .mm strong{
        font-size: 24px;
    }

    .mm img{
        height: 210px;
        border-radius: 16px;
    }
}


.mm-lista{
    margin-top: 8px;
}

.mm-item{
    position: relative;
    /* background: rgba(255,255,255,0.45);
    border: 1px solid rgba(255,255,255,0.55); */
    border-radius: 14px;
    padding: 10px 14px 10px 42px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #2b2b2b;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.mm-item::before{
    content: "➜";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: bold;
    color: #8c7a66;
}

.mm:hover .mm-item{
    background: rgba(255,255,255,0.58);
}

.mm-item:hover{
    transform: translateX(6px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}


.ready{
    background: url(../images/fondo-ready.jpg) no-repeat bottom right fixed;
    background-size: cover;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}



.rooms{
    padding-top: 40px;
    padding-bottom: 40px;
}


.room{
    position: relative;
    background: #F8ECF0;
    border-radius: 10px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 5px gray;
}

.imagenRoom{
    position: relative;
}
.imagenRoom img{
    width: 100%;
}
.cintilloRoom{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 12px 0;
}

.descRoom{
    font-size: 16px;
    padding: 12px;
}
.descRoom strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}

.precio{
    font-size: 22px;
    font-weight: lighter;
    padding: 20px 0;
}







.filtros{
    margin-top:30px;
    margin-bottom:10px;
}

.filtros-bar{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    background:#fff;
    padding:10px;
    border-radius:50px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    width:fit-content;
    margin:0 auto 40px; /* 🔥 esto la centra */
}

/* botón base */
.filtro{
    display:flex;
    align-items:center;
    gap:6px;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    cursor:pointer;
    background:#f5f5f5;
    transition:all 0.3s ease;
    position:relative;
}

/* activo */
.filtro.active{
    background:#3b2f2f;
    color:#fff;
}

/* hover */
.filtro:hover{
    background:#e9e9e9;
}

/* iconos */
.filtro .material-symbols-outlined{
    font-size:18px;
}

/* dropdown */
.filtro.dropdown .arrow{
    font-size:12px;
    margin-left:4px;
}

/* menú */
.dropdown-menu{
    position:absolute;
    top:100%; /* pegado */
    left:0;
    margin-top:5px; /* separación visual SIN romper hover */
    left:0;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    padding:10px 0;
    min-width:160px;
    display:none;
    z-index:10;
}
.filtro.dropdown::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:10px; /* puente invisible */
}

/* items */
.dropdown-menu div{
    padding:10px 15px;
    font-size:14px;
    cursor:pointer;
    transition:0.2s;
}

.dropdown-menu div:hover{
    background:#f5f5f5;
}

/* mostrar dropdown en hover (solo visual) */
.filtro.dropdown:hover .dropdown-menu{
    display:block;
}






.footer-mini{
    background: linear-gradient(90deg, rgba(30,30,30,0.92) 0%, rgba(65,44,30,0.88) 50%, rgba(30,30,30,0.92) 100%);
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-mini p{
    margin: 0;
    text-align: center;
    color: rgba(255,255,255,0.92);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.footer-mini a{
    color: #ffcf9d;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-mini a:hover{
    color: #ffffff;
    text-decoration: underline;
}


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

}

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

}

@media screen and (max-width:992px){
    .cuadros {
        display: flex;
        gap: 10px; /* espacio entre cuadros */
    }

    .cuadro {
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .menu{
        margin-bottom: 12px;
    }

    .amenities{
        max-height: fit-content;
        padding: 10px;
    }
}

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










/* ============================= */
/* ===== LIFE AT VIBE FULL ===== */
/* ============================= */

.life-vibe{
    background: #F6F1ED;
    padding-bottom: 40px;
    overflow: hidden;
}

/* HERO */
.life-hero{
    position: relative;
    min-height: 560px;
    background: url(../images/life/hero.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
}

.life-hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,20,20,0.72), rgba(65,44,30,0.52), rgba(20,20,20,0.72));
}

.life-hero-content{
    position: relative;
    z-index: 2;
    padding-top: 70px;
    padding-bottom: 70px;
    text-shadow: 1px 1px 18px rgba(0,0,0,0.75);
}

.life-label{
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.18);
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.life-label.dark{
    background: rgba(65,44,30,0.12);
    color: #8c7a66;
}

.life-hero h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.life-hero p{
    max-width: 760px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
}

/* CONTENT */
.life-content{
    padding-top: 70px;
}

.life-row{
    margin-bottom: 70px;
}

/* IMAGE */
.life-image{
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 35px rgba(0,0,0,0.14);
}

.life-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.18));
}

.life-image img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.life-image:hover img{
    transform: scale(1.06);
}

/* CARD */
.life-card{
    position: relative;
    background: rgba(255,255,255,0.42);
    padding: 42px;
    border-radius: 26px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    backdrop-filter: blur(8px);
}

.life-number{
    position: absolute;
    top: -24px;
    right: 35px;
    font-family: "Cormorant Garamond", serif;
    font-size: 78px;
    font-weight: 700;
    color: rgba(255,122,24,0.16);
}

/* TITLES */
.life-card h2,
.life-spaces h2,
.life-tec h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.1;
    color: #111;
    margin-bottom: 18px;
}

.life-card p,
.life-spaces p,
.life-tec p{
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 22px;
}

/* LIST */
.life-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.life-item{
    position: relative;
    background: rgba(255,255,255,0.55);
    border-radius: 16px;
    padding: 12px 14px 12px 42px;
    font-size: 15px;
    color: #2b2b2b;
    box-shadow: 0 5px 12px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.life-item::before{
    content: "➜";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ea6f30;
}

.life-item:hover{
    transform: translateX(6px);
    background: #fff;
}

/* SPACES */
.life-spaces{
    margin: 20px 0 80px;
    padding: 55px 35px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(255,255,255,0.42), rgba(248,236,240,0.75));
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.life-icons{
    row-gap: 18px;
    margin-top: 28px;
}

.life-icon-card{
    min-height: 150px;
    background: rgba(255,255,255,0.58);
    border-radius: 22px;
    padding: 24px 14px;
    text-align: center;
    font-size: 40px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}

.life-icon-card span{
    display: block;
    margin-top: 12px;
    font-size: 14px;
}

.life-icon-card:hover{
    transform: translateY(-8px);
}

/* TEC SECTION (CAMBIO A BEIGE) */
.life-tec{
    margin: 20px 0 40px;
    padding: 55px;
    border-radius: 32px;
    background: #F3EDE6; /* 🔥 beige claro */
    color: #2b2b2b;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.life-list.light{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.life-list.light .life-item{
    background: rgba(0,0,0,0.04);
    color: #2b2b2b;
}

.life-list.light .life-item:hover{
    background: rgba(0,0,0,0.08);
}

/* TEC BOX */
.life-tec-box{
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 28px;
    padding: 45px 25px;
    text-align: center;
}

.life-tec-box strong{
    font-family: "Cormorant Garamond", serif;
    font-size: 78px;
    color: #2b2b2b;
}

.life-tec-box span{
    display: block;
    font-size: 24px;
    margin: 10px 0;
    color: #444;
}

.life-tec-box b{
    color: #ea6f30;
}

/* RESPONSIVE */
@media (max-width: 992px){
    .life-hero h1{font-size:46px;}
    .life-card{margin-top:25px;}
    .life-list{grid-template-columns:1fr;}
    .life-list.light{grid-template-columns:1fr;}
}

@media (max-width: 576px){
    .life-hero h1{font-size:38px;}
    .life-card h2{font-size:30px;}
}