.contenido-habitacion{
    padding:45px;
}
.letra {
     font-family: 'Playfair Display', serif;
    line-height: 1.2;

}
.big-letra {
    font-size: 56px;
     font-family: 'Playfair Display', serif;
     line-height:1.05;
     margin-bottom:14px;
     color:#3f3937;
}
.midium-letra{
    font-size:22px;
    line-height:1,5;
    color:#6b6662;
    margin-top:10px;
    margin-bottom:42px;
}


.cajon{
    margin-top: 0px;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:70px;
    padding-bottom:28px;
    border-bottom:1px solid #e5e5e5;
}

.sub-cajon{
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:100px;
    text-align:center;
}

.sub-cajon i{
    width:56px;
    height:56px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#F3EEE7;
    color:#74515d;

    font-size:22px;
    margin-bottom:14px;
}

.capacity{
    color:#6b6662;
    font-size:16px;
    margin:0;
}

.descripcion-piso{
    margin-top:10px;
    padding-top:10px;
    padding-bottom:30px;

}

.letra{
    font-family:'Playfair Display', serif;
    line-height:1.9;
    max-width:850px;
    font-size:19px;
    color:#5e5a56;
}

.descripcion-piso p{
    margin-bottom:0;
}




.sub-cajon span{
    color:#666;
    font-size:15px;
}




.size-letra {
    font-family: baskerville;
    font-size: 50px;
}

.cartas {
    display:flex;
    flex-direction: column;
    gap:10px;
}

.rooms-section {
    width: 100%;
    background: #74515d;
    padding: 50px 0 35px;
    margin-top: 50px;
    box-shadow: inset 0 18px 30px rgba(0,0,0,.22);
}

.rooms-header {
    color: #f7f1ed;
    margin-bottom: 25px;
}

.rooms-header .eyebrow {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    opacity: .75;
    margin-bottom: 8px;
}

.rooms-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #fff;
    margin: 0 0 8px;
}

.rooms-header p {
    max-width: 700px;
    color: rgba(255,255,255,.85);
    margin: 0;
}

.scroll-cards-wrapper {
    width: 100%;
}

.room-card {
    width: 350px;
    min-width: 350px;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 18px 35px rgba(0,0,0,.25);
    flex: 0 0 auto;
}
.location-section {
    padding: 28px 0px 45px;
    background: #747763;
}

.location-title {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #F7F4F0;
    margin-bottom: 10px;
}

.location-subtitle {
    font-family: Georgia, serif;
    font-size: 16px;
    color: rgba(247,244,240,.85);
    margin-bottom: 16px;
}

.location-section .eyebrow {
    display:block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.14em;
    color:rgba(247,244,240,.7);
    margin-bottom:12px;
}

.map-box {
    width: 90%;
    margin: 16px auto 22px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
    border: 8px solid #F7F4F0;
}

.map-box iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
    filter: grayscale(100%) contrast(90%);
}

.location-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 35px;
    background: #F7F4F0;
    border-radius: 20px;
    padding: 22px;
}

.location-point {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #3b3b3b;
    font-weight: 500;
}

.location-point i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #74515d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .location-section {
        padding: 50px 0;
    }

    .location-title {
        font-size: 38px;
    }

    .map-box {
        width: 100%;
        border-radius: 20px;
        border: 6px solid #F7F4F0;
    }

    .map-box iframe {
        height: 340px;
    }

    .location-points {
        grid-template-columns: 1fr;
    }

    .location-point {
        font-size: 15px;
    }

}
.conditions-section{
    margin-top:60px;
    padding:45px;
    background:#7F9088;
    border-radius:24px;
}

.conditions-title{
    font-family:'Playfair Display', serif;
    font-size:34px;
    margin-bottom:30px;
    color:#F7F4F0;
}

.conditions-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.condition-item{
    display:flex;
    align-items:center;
    gap:14px;
    color:#F7F4F0;
}

.condition-item i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#F7F4F0;
    color:#747763;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* nuevo banner sobre las fotos de toima y barra de navegacion
*/
.flat-intro-nav{
    background:#6F5A68;
    color:#F7F4F0;
    padding:40px 60px;
}

.flat-intro-nav .eyebrow{
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:.75rem;
    opacity:.75;
    margin-bottom:12px;
}

.flat-intro-nav h1{
    font-family:'Playfair Display', serif;
    font-size:3rem;
    margin-bottom:14px;
}

.flat-intro-text{
    max-width:650px;
    font-size:1.05rem;
    line-height:1.6;
    opacity:.88;
}

.flat-anchor-nav{
    margin-top:28px;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.flat-anchor-nav a{
    color:#F7F4F0;
    text-decoration:none;
    padding:9px 16px;
    border:1px solid rgba(247,244,240,.35);
    border-radius:999px;
    font-size:.9rem;
    transition:.25s;
}

.flat-anchor-nav a:hover{
    background:#F7F4F0;
    color:#6F5A68;
}

/* mejoras a la galeria
*/

.room-gallery{
    max-width:90000;
    margin:50px auto;
}
.carousel-item img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:24px;
}

/* mejoras a caracteristicas de la habitacion
*/
.room-features-section{
    padding:50px 70px 30px;
}

.section-eyebrow{
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:.75rem;
    color:#8A7A82;
    margin-bottom:8px;
}

.section-title{
    font-family:'Playfair Display', serif;
    font-size:2.4rem;
    color:#6F5A68;
    margin-bottom:28px;
}

.room-features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));
    gap:16px;
}

.room-feature-card{
    background:#F7F4F0;
    border:1px solid #E7DED6;
    border-radius:20px;

    padding:22px 16px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;

    text-align:center;
}

.room-feature-card i{
    font-size:26px;
    color:#6F5A68;
}

.room-feature-card span{
    font-size:.95rem;
    color:#4A4A4A;
}
/* infoprmacion sobre los muebles de la habitacion
*/
.room-notes{
    margin-top:40px;
    background:#fff;
    border-radius:24px;
    padding:30px 34px;
    max-width:auto;
    box-shadow:0 18px 45px rgba(0,0,0,.05);
    border:1px solid rgba(122,95,114,.10);
}

.room-notes h4{
    margin:0 0 22px;
    font-family:'Playfair Display', serif;
    font-size:32px;
    color:#7A5F72;
    font-weight:600;
}

.note-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:16px;
    font-size:16px;
    line-height:1.55;
    color:#333;
}

.note-item:last-child{
    margin-bottom:0;
}

.note-item i{
    min-width:22px;
    margin-top:3px;
    color:#7A5F72;
    font-size:17px;
}

.flat-intro-nav{
    background:#6f5a68;
    padding:70px 0 55px;
    color:#F3EEE7;
}

.hero-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:80px;
}

.hero-left{
    max-width:620px;
}

.hero-price-card{
    min-width:260px;
    padding:24px 28px;
    border:1px solid rgba(243,238,231,.35);
    border-radius:24px;
    background:#5f8e8a;
    backdrop-filter:blur(10px);
    text-align:left;
    box-shadow:0 18px 45px rgba(0,0,0,.18)
}
.hero-price-card-alquilada{
    min-width:260px;
    padding:24px 28px;
    border:1px solid rgba(243,238,231,.35);
    border-radius:24px;
    background:rgba(109,106,101,.78);
    backdrop-filter:blur(8px);
    text-align:left;
    box-shadow:0 18px 45px rgba(0,0,0,.18)
}

.price-main{
    font-size:54px;
    line-height:1;
    font-weight:700;
    color:#fff;
}

.price-period{
    font-size:18px;
    opacity:.85;
    margin-top:6px;
    margin-bottom:20px;
}
.disponibilidad{
    letter-spacing:2px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:700;
    color:#f7f4f0;
    display:inline-block;
    border-radius:999px;
    padding:4px 10px;
    background:rgba(0,0,0,.15);
    text-align:center;
    margin:14px, 0 12px;

}

.hero-price-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.hero-price-card li{
    font-size:15px;
    margin-bottom:9px;
    color:rgba(243,238,231,.9);
}

.hero-price-card li::before{
    content:"✓";
    margin-right:8px;
}

.flat-anchor-nav{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:34px;
}

.flat-anchor-nav a{
    color:#F3EEE7;
    text-decoration:none;
    border:1px solid rgba(243,238,231,.45);
    border-radius:999px;
    padding:11px 22px;
    font-weight:600;
}

@media(max-width:768px){
    .hero-header{
        flex-direction:column;
        gap:28px;
    }

    .hero-price-card{
        width:100%;
    }

    .price-main{
        font-size:44px;
    }
}}

.space-section{
    background:#eef2ee;
    margin-top:60px;
}
.terraza-section{
    background:#e5ece5;
    margin-top:60px;
}
.room-detail{
    display:flex;
    align-items:center;
    gap:60px;
}

.room-detail.reverse{
    flex-direction:row-reverse;
}

.room-image{
    flex:0 0 380px;
}

.room-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:28px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.room-content{
    flex:1;
}

.section-label{
    letter-spacing:2px;
    font-size:12px;
    font-weight:600;
    color:#8D6E63;
}

.room-content h2{
    font-family:'Playfair Display',serif;
    font-size:52px;
    margin:15px 0 20px;
}

.room-content p{
    font-size:18px;
    line-height:1.7;
    max-width:600px;
}

.features-list{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.features-list li{
    margin-bottom:12px;
}