/* --- Estilos Globales --- */
body { font-family: 'Roboto', 'Arial', sans-serif; margin: 0; padding: 0; line-height: 1.6; color: #333; background-color: #ffffff; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; font-size: 2rem; color: #002d72; margin-bottom: 40px; font-weight: 700; }

/* --- Header --- */
.site-header-wrapper { position: sticky; top: 0; z-index: 1000; background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.top-bar { background-color: #fff; padding: 8px 0; border-bottom: 1px solid #e0e0e0; }
.top-bar-content { display: flex; justify-content: space-between; align-items: center; }
.woh-logo img { display: block; }
.top-bar-actions { display: flex; align-items: center; gap: 15px; }
.icon-button { background: none; border: none; cursor: pointer; padding: 5px; display: flex; align-items: center; color: #555; }
.icon-button .material-icons-outlined { font-family: 'Material Icons Outlined'; font-size: 24px; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
.icon-button .login-text { margin-left: 5px; font-size: 0.9rem; font-weight: 700; }
.icon-button:hover { color: #000; }
@media (max-width: 768px) { .login-text { display: none; } .top-bar-actions { gap: 10px; } }
.main-header { padding: 15px 0; border-bottom: 1px solid #e0e0e0; }
.main-header-content { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand-logo-area img { display: block; max-height: 50px; width: auto; }
.site-info-area { flex-grow: 1; text-align: left; }
.hotel-name { display: block; font-size: 1.1rem; font-weight: 700; color: #002d72; margin-bottom: 5px; }
.contact-info { font-size: 0.85rem; color: #555; display: flex; flex-wrap: wrap; gap: 10px; }
.info-item { display: flex; align-items: center; }
.info-item .material-icons-outlined { font-family: 'Material Icons Outlined'; font-size: 16px; margin-right: 5px; color: #777; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
.booking-area .btn-reserve { background-color: #c9a449; color: #ffffff; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: 700; white-space: nowrap; transition: background-color 0.3s ease; }
.booking-area .btn-reserve:hover { background-color: #ab8a3f; }
@media (max-width: 992px) { .main-header-content { flex-wrap: wrap; justify-content: center; text-align: center; } .site-info-area { order: 1; width: 100%; text-align: center; margin-top: 10px; } .contact-info { justify-content: center; } .booking-area { order: 2; margin-top: 15px; } .brand-logo-area { width: 100%; text-align: center; } .brand-logo-area img { margin: 0 auto; } }
@media (max-width: 768px) { .hotel-name { font-size: 1rem; } .contact-info { font-size: 0.8rem; gap: 5px 10px; } .booking-area .btn-reserve { padding: 10px 18px; font-size: 0.9rem; } }
.main-nav { background-color: #fff; }
.main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: flex-start; gap: 30px; }
.main-nav li a { text-decoration: none; color: #333; font-weight: 700; font-size: 0.9rem; text-transform: uppercase; padding: 10px 0; display: block; border-bottom: 3px solid transparent; transition: color 0.3s ease, border-color 0.3s ease; }
.main-nav li.active a, .main-nav li a:hover { color: #002d72; border-bottom-color: #002d72; }
@media (max-width: 768px) { .main-nav ul { justify-content: center; gap: 15px; flex-wrap: wrap; } .main-nav li a { font-size: 0.85rem; padding: 8px 0; } }

/* --- Hero Section --- */
.hero-section { width: 100%; height: 65vh; background-image: url('https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2023/05/24/1507/DRESC-P0053-Aerial.jpg/DRESC-P0053-Aerial.16x9.jpg?imwidth=1920'); background-size: cover; background-position: center center; background-color: #e0e0e0; }
@media (max-width: 768px) { .hero-section { height: 40vh; } }

/* --- Main Content --- */
main { background-color: #ffffff; }

/* --- Info Sections (Two Columns) --- */
.info-section { padding: 60px 0; }
.info-section.alt { background-color: #f9f9f9; }
.info-content { display: flex; gap: 40px; align-items: center; }
.info-content .text-column { flex: 1; }
.info-content .image-column { flex: 1; }
.info-section:not(.alt) .text-column { flex-basis: 60%; }
.info-section:not(.alt) .image-column { flex-basis: 40%; }
.info-section.alt .text-column { flex-basis: 50%; }
.info-section.alt .image-column { flex-basis: 50%; }
.text-column h1 { font-size: 2.2rem; color: #002d72; font-weight: 700; margin-bottom: 15px; line-height: 1.3; }
.text-column h1 i { font-style: italic; font-weight: 400; }
.text-column h3 { font-size: 1.8rem; color: #002d72; font-weight: 700; margin-bottom: 20px; line-height: 1.3; }
.text-column h3 i { font-style: italic; font-weight: 400; }
.short-line { border: none; border-top: 3px solid #c9a449; width: 60px; margin: 0 0 20px 0; }
.text-column p { font-size: 1rem; font-weight: 300; margin-bottom: 15px; }
.text-column p b, .text-column p strong { font-weight: 700; }
.text-column p i, .text-column p em { font-style: italic; }
.image-column img { width: 100%; height: auto; display: block; border-radius: 4px; }
@media (max-width: 992px) { .info-content { flex-direction: column; } .info-section.alt .info-content { flex-direction: column-reverse; } .text-column, .image-column { flex: none; width: 100%; flex-basis: auto !important; } .text-column h1 { font-size: 1.8rem; } .text-column h3 { font-size: 1.6rem; } .image-column { margin-top: 30px; } .info-section.alt .image-column { margin-top: 0; margin-bottom: 30px; } }

/* --- Amenities Section --- */
.amenities-section { padding: 60px 0; background-color: #ffffff; }
.amenities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 30px; text-align: center; }
.amenity-item .material-icons-outlined { font-family: 'Material Icons Outlined'; font-size: 2.8rem; color: #002d72; margin-bottom: 10px; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
.amenity-item p { margin: 0; font-size: 0.9rem; font-weight: 700; color: #333; }
@media (max-width: 768px) { .amenities-grid { gap: 20px; } .amenity-item .material-icons-outlined { font-size: 2.5rem; } .amenity-item p { font-size: 0.85rem; } .section-title { font-size: 1.8rem; margin-bottom: 30px; } }

/* --- Promo Section (World of Hyatt) --- */
.promo-section.woh-promo { padding: 60px 0; background-color: #ffffff; }
.promo-content-wrapper { display: flex; align-items: center; gap: 0; position: relative; min-height: 400px; }
.promo-image-container { flex: 1; display: flex; justify-content: flex-end; position: relative; min-height: inherit; }
.promo-image-container img { width: 75%; height: auto; display: block; border-radius: 4px; object-fit: cover; max-height: 400px; }
.promo-panel { position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: #ffffff; padding: 30px; border-radius: 5px; max-width: 450px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); z-index: 10; }
.promo-panel .panel-title { font-size: 1.5rem; font-weight: 700; color: #002d72; margin-bottom: 15px; }
.promo-panel p { font-size: 1rem; margin-bottom: 15px; color: #333; }
.promo-panel p b { font-weight: 700; }
.btn-promo { display: inline-block; background-color: #0072ce; color: #ffffff; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: 700; text-transform: uppercase; font-size: 0.9rem; transition: background-color 0.3s ease; }
.btn-promo:hover { background-color: #005ea6; }
@media (max-width: 992px) { .promo-content-wrapper { flex-direction: column-reverse; align-items: center; min-height: auto; gap: 30px; } .promo-image-container { justify-content: center; flex: none; width: 100%; } .promo-image-container img { width: 100%; max-height: 300px; } .promo-panel { position: static; transform: none; max-width: 100%; box-shadow: none; padding: 0; text-align: center; } .promo-panel .panel-title { font-size: 1.4rem; } .btn-promo { margin-top: 15px; } }
@media (max-width: 768px) { .promo-panel .panel-title { font-size: 1.2rem; } .promo-panel p { font-size: 0.9rem; } .btn-promo { padding: 10px 20px; font-size: 0.85rem; } }

/* --- Sección Mapa y Transporte --- */
.map-section { padding: 60px 0; background-color: #f9f9f9; }
.map-content-wrapper { display: flex; gap: 40px; align-items: flex-start; }
.map-image-column { flex: 7; }
.map-image-column img { width: 100%; height: auto; display: block; border-radius: 4px; }
.map-placeholder { width: 100%; height: 350px; background-color: #e0e0e0; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #777; } 
.map-text-column { flex: 5; }
.map-text-column h2 { font-size: 1.8rem; color: #002d72; margin-top: 0; margin-bottom: 25px; }
.map-text-column dl { margin-bottom: 20px; }
.map-text-column dt { font-weight: 700; font-size: 0.9rem; color: #555; margin-bottom: 5px; }
.map-text-column dd { margin-left: 0; font-size: 1rem; line-height: 1.5; }
.map-text-column dd a { color: #0072ce; text-decoration: none; }
.map-text-column dd a:hover { text-decoration: underline; }
.map-contact-details { display: flex; gap: 30px; flex-wrap: wrap; }
.map-contact-details dl { flex: 1; min-width: 180px; }
@media (max-width: 992px) { .map-content-wrapper { flex-direction: column; } .map-image-column, .map-text-column { flex: none; width: 100%; } .map-text-column { margin-top: 30px; } .map-text-column h2 { font-size: 1.6rem; } }


/* --- Footer --- */
.site-footer { font-size: 0.9rem; color: #ccc; }
.footer-wrapper-black { background-color: #222; padding-top: 40px; } /* Añadido padding top */

/* --- Footer Parte 3: Enlaces Principales y Extras --- */
.footer-main-links-section { padding: 0 0 40px 0; border-bottom: 1px solid #555; } /* Ajustado padding */
.footer-main-links-container { display: flex; flex-wrap: wrap; gap: 30px; }
.footer-link-columns { flex: 3; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px 30px; }
.link-column h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-top: 0; margin-bottom: 15px; }
.link-column ul { list-style: none; padding: 0; margin: 0; }
.link-column li { margin-bottom: 8px; }
.link-column a { color: #ccc; text-decoration: none; font-size: 0.9rem; }
.link-column a:hover { color: #fff; text-decoration: underline; }
.footer-extras-column { flex: 1; min-width: 250px; }
.footer-extras-column h5 { color: #fff; font-size: 1rem; font-weight: 700; margin-top: 0; margin-bottom: 15px; }
.best-rate-guarantee, .mobile-apps, .social-media-icons { margin-bottom: 25px; }
.best-rate-guarantee h5 { font-size: 0.85rem; line-height: 1.4; text-transform: uppercase; margin-bottom: 5px; } /* Cambiado p a h5 */
.best-rate-guarantee a { color: #0072ce; text-decoration: none; font-weight: 700; font-size: 0.9rem; }
.best-rate-guarantee a:hover { text-decoration: underline; }
.app-badges { display: flex; gap: 10px; }
.app-badges img { height: 40px; width: auto; }
.social-links { display: flex; gap: 10px; }
.social-links a { color: #ccc; text-decoration: none; display: inline-block; width: 30px; height: 30px; background-color: #555; border-radius: 50%; text-align: center; line-height: 30px; font-size: 0.8rem; transition: background-color 0.3s ease; }
.social-links a:hover { background-color: #777; color: #fff; }
.icon-placeholder { font-weight: bold; font-size: 0.7rem; } /* Ajuste tamaño */

/* Responsive para Footer Links Section */
@media (max-width: 992px) { 
    .footer-main-links-container { flex-direction: column; } /* Apila columnas */
    .footer-link-columns { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } /* Ajusta columnas */
    .footer-extras-column { margin-top: 20px; }
}

/* --- Footer Parte 2: Brand Bar --- */
.brand-bar { padding: 40px 0; } 
.brand-bar .container { /* El container centra */ }
.brand-box { background-color: #fff; border: 3px solid #0072ce; padding: 20px; position: relative; color: #333; }
.brand-bar-container { display: flex; flex-wrap: wrap; justify-content: center; padding: 20px 0; }
.brand-world-of-hyatt-header { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background-color: #0072ce; padding: 5px 15px; color: #fff; font-weight: 700; font-size: 0.85rem; text-align: center; line-height: 1.2; z-index: 10; border-radius: 3px; white-space: nowrap; letter-spacing: 0.5px; }
.brand-world-of-hyatt-header a { color: inherit; text-decoration: none; display: block; }
.brand-tagline { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); background-color: #0072ce; padding: 5px 15px; color: #fff; font-weight: 700; font-size: 0.85rem; text-align: center; line-height: 1.2; z-index: 10; border-radius: 3px; white-space: nowrap; letter-spacing: 0.5px; }
.brand-tagline a { color: inherit; text-decoration: none; display: block; }
.brand-rows-wrapper { display: flex; flex-direction: column; width: 100%; margin-top: 20px; margin-bottom: 20px; }
.brand-row { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #ddd; } /* Cambiado a solid */
.brand-row:last-of-type { border-bottom: none; }
.brand-section { flex-basis: 120px; flex-shrink: 0; font-weight: 700; color: #0072ce; padding-right: 20px; text-align: right; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; }
.brand-list { flex-grow: 1; list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 15px 25px; }
.brand-list li { line-height: 0; }
.brand-list a { display: inline-block; }
.brand-list img { max-height: 25px; max-width: 100px; width: auto; height: auto; filter: none; opacity: 1; transition: opacity 0.3s ease; }
.brand-list a:hover img { opacity: 0.8; }
.brand-disclaimer { font-size: 0.8rem; color: #777; margin-top: 25px; text-align: center; line-height: 1.4; padding: 0 10px; }
@media (max-width: 992px) { .brand-bar { padding: 30px 0; } .brand-box { padding: 15px; } .brand-bar-container { padding: 15px 0; } .brand-world-of-hyatt-header, .brand-tagline { padding: 4px 10px; font-size: 0.8rem; } .brand-rows-wrapper { margin-top: 15px; margin-bottom: 15px; } .brand-row { flex-direction: column; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid #ddd; } /* Mantiene separador */ .brand-section { text-align: left; padding-right: 0; margin-bottom: 8px; flex-basis: auto; border-bottom: none; width: 100%; padding-bottom: 0; font-size: 0.8rem; } .brand-list { gap: 10px 15px; justify-content: flex-start; width: 100%; padding-top: 10px; } .brand-list img { max-height: 20px; max-width: 80px; } .brand-disclaimer { margin-top: 20px; font-size: 0.75rem; } }

/* --- Footer Parte 1: Info Hotel (Dentro del div negro) --- */
.footer-hotel-info { padding: 30px 0; border-top: 1px solid #444; background-color: #222; color: #ccc; }
.footer-hotel-info-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-address { flex-basis: 70%; text-align: left; }
.footer-address p { margin: 0; line-height: 1.7; font-size: 0.9rem;}
.footer-address a { color: #0072ce; text-decoration: none; }
.footer-address a:hover { text-decoration: underline; }
.footer-social { flex-basis: 25%; text-align: right; }
@media (max-width: 768px) { .footer-hotel-info-content { flex-direction: column; align-items: flex-start; text-align: left; } .footer-address, .footer-social { flex-basis: 100%; text-align: left; } .footer-social { margin-top: 15px; } .footer-hotel-info { padding: 20px 0; } }

/* --- Footer Parte 4: Barra de Copyright y Legal --- */
.copyright-legal-bar { background-color: #222; color: #aaa; padding: 20px 0; font-size: 0.85rem; border-top: 1px solid #444; }
.copyright-legal-content { display: flex; flex-direction: column; align-items: center; text-align: center; }
.legal-links-list { list-style: none; padding: 0; margin: 0 0 10px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 15px; }
.legal-links-list a, .legal-links-list button { color: #aaa; text-decoration: none; background: none; border: none; font-size: inherit; font-family: inherit; cursor: pointer; padding: 0; }
.legal-links-list a:hover, .legal-links-list button:hover { color: #fff; text-decoration: underline; }
.copyright-text { margin: 0; }
@media (max-width: 992px) { .legal-links-list { gap: 5px 10px; } }


.logo {
  width: 120px;
  height: 64px;
  background: url('brandbar.svg') no-repeat;
  background-size: 1000px auto; /* ajusta según el tamaño total */
}

.logo.park-hyatt {
  background-position: 0 0;
}

.logo.andaz {
  background-position: -120px 0;
}



/* === ESTILOS PÁGINA HABITACIONES === */

.rooms-page-content {
    /* Puedes añadir padding general si es necesario */
}

/* --- Sección Introductoria Detallada --- */
.page-intro-detailed {
    padding: 40px 0; /* Menos padding que info-section */
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0; /* Separador ligero */
}

.page-intro-content {
    display: flex;
    gap: 30px; /* Espacio entre columnas */
    align-items: flex-start; /* Alinea arriba */
}

.leadin-text-column {
    flex: 1; /* Ocupa mitad del espacio disponible */
    /* Equivalente a b-col-6@md */
}

.page-main-title {
    font-size: 2.5rem; /* Título grande */
    color: #002d72;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.intro-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #555; /* Texto un poco más claro */
}

.checkin-checkout-info {
    display: flex;
    gap: 30px; /* Espacio entre check-in y check-out */
    border-top: 1px solid #e0e0e0; /* Separador arriba */
    padding-top: 20px;
}

.checkin-time, .checkout-time {
    text-align: left;
}

.checkin-time strong, .checkout-time strong {
    display: block;
    font-size: 0.8rem;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}

.checkin-time span, .checkout-time span {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
}

.leadin-image-column {
    flex: 1; /* Ocupa la otra mitad */
    /* Equivalente a b-col-6@md */
}

.leadin-image-column img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* Responsive para Intro Detallada */
@media (max-width: 768px) { /* Móvil */
    .page-intro-content {
        flex-direction: column; /* Apila */
    }
    .page-main-title {
        font-size: 2rem; /* Título más pequeño */
    }
    .leadin-image-column {
        margin-top: 20px; /* Espacio sobre la imagen */
    }
    .checkin-checkout-info {
        /* Ocultamos check-in/out en móvil como el original */
        display: none; 
    }
}


/* --- Sección Listado de Habitaciones --- */
.room-listings {
    padding: 60px 0;
    background-color: #f9f9f9; /* Fondo gris claro */
}

/* === ESTILOS PÁGINA HABITACIONES === */
main.rooms-page-content {
    /* Puedes añadir padding general si es necesario */
}

/* --- Sección Introductoria Detallada --- */
.page-intro-detailed { padding: 40px 0; background-color: #fff; border-bottom: 1px solid #e0e0e0; }
.page-intro-content { display: flex; gap: 30px; align-items: flex-start; }
.leadin-text-column { flex: 1; }
.page-main-title { font-size: 2.5rem; color: #002d72; margin-top: 0; margin-bottom: 20px; font-weight: 700; }
.intro-text { font-size: 1rem; line-height: 1.7; margin-bottom: 30px; color: #555; }
.checkin-checkout-info { display: flex; gap: 30px; border-top: 1px solid #e0e0e0; padding-top: 20px; }
.checkin-time, .checkout-time { text-align: left; }
.checkin-time strong, .checkout-time strong { display: block; font-size: 0.8rem; color: #777; text-transform: uppercase; margin-bottom: 5px; font-weight: 700; }
.checkin-time span, .checkout-time span { font-size: 1rem; font-weight: 700; color: #333; }
.leadin-image-column { flex: 1; }
.leadin-image-column img { width: 100%; height: auto; display: block; border-radius: 4px; }
@media (max-width: 768px) { .page-intro-content { flex-direction: column; } .page-main-title { font-size: 2rem; } .leadin-image-column { margin-top: 20px; } .checkin-checkout-info { display: none; } }

/* --- Sección Listado de Habitaciones --- */
.room-listings { padding: 60px 0; background-color: #ffffff; /* Fondo blanco */ }
.room-listings .section-title { margin-bottom: 40px; } /* Espacio debajo del título */

.room-grid {
    display: grid;
    /* Dos columnas iguales en pantallas grandes */
    grid-template-columns: repeat(2, 1fr); 
    gap: 40px; /* Espacio entre las habitaciones */
}

.room-block {
    border: 1px solid #e0e0e0; /* Borde sutil */
    border-radius: 4px;
    overflow: hidden; /* Para contener la imagen */
    background-color: #fff; /* Asegura fondo blanco */
    display: flex;
    flex-direction: column; /* Apila imagen y detalles */
}

.room-image img {
    width: 100%;
    height: auto;
    display: block; /* Quita espacio extra */
    aspect-ratio: 16 / 9; /* Mantiene proporción 16:9 */
    object-fit: cover; /* Asegura que la imagen cubra sin distorsionar */
}

.room-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Permite que esta sección crezca para llenar espacio */
}

.room-title {
    font-size: 1.4rem;
    color: #002d72;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.room-description {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1; /* Empuja el botón hacia abajo */
}

.room-amenities details {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-bottom: 20px;
}
.room-amenities summary {
    font-weight: 700;
    font-size: 0.9rem;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none; /* Quita el marcador default */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.room-amenities summary::-webkit-details-marker { display: none; } /* Oculta marcador en Chrome/Safari */
.room-amenities summary .material-icons-outlined { transition: transform 0.2s ease; }
.room-amenities details[open] summary .material-icons-outlined { transform: rotate(180deg); } /* Gira la flecha */

.room-amenities ul {
    list-style: disc; /* Viñetas redondas */
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px; /* Indentación */
    font-size: 0.9rem;
    color: #555;
}
.room-amenities li {
    margin-bottom: 5px;
}

.btn-check-availability {
    display: inline-block;
    background-color: #c9a449; /* Dorado */
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.3s ease;
    align-self: flex-start; /* Alinea el botón a la izquierda */
}
.btn-check-availability:hover {
    background-color: #ab8a3f; /* Dorado oscuro */
}

/* Responsive para Listado de Habitaciones */
@media (max-width: 992px) { /* Tablets */
    .room-grid {
        grid-template-columns: 1fr; /* Una columna */
        gap: 30px;
    }
}
@media (max-width: 768px) { /* Móvil */
    .room-listings { padding: 40px 0; }
    .room-title { font-size: 1.2rem; }
    .room-description { font-size: 0.9rem; }
    .btn-check-availability { width: 100%; /* Botón ancho completo */ text-align: center; }
}


/* === ESTILOS PÁGINA FOTOS === */
main.gallery-page-content {
    /* Padding general si es necesario */
}

/* --- Hero Section Específico para Página de Fotos --- */
.hero-section.photo-page-hero {
    /* Sobrescribe la imagen de fondo */
    background-image: url('https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2021/10/20/1001/DRESC-P0002-Main-Pool.jpg/DRESC-P0002-Main-Pool.16x9.jpg?imwidth=1920');
    height: 50vh; /* Altura diferente para esta página, ajusta según necesites */
}
@media (max-width: 768px) {
    .hero-section.photo-page-hero {
        height: 30vh; /* Altura más reducida en móviles */
    }
}


/* --- Sección Título Principal --- */
.page-title-section {
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.page-title-section h1 {
    font-size: 2.5rem;
    color: #002d72;
    margin: 0;
    font-weight: 700;
}

/* --- Sección Filtros y Galería --- */
.photo-gallery-section {
    padding: 40px 0 60px 0;
    background-color: #fff; /* Fondo blanco */
}

.gallery-filters {
    text-align: center;
    margin-bottom: 40px;
    display: flex; /* Para mejor alineación y espaciado */
    justify-content: center; /* Centra los botones */
    flex-wrap: wrap; /* Permite que bajen si no caben */
    gap: 10px; /* Espacio entre botones */
}

.filter-btn {
    background-color: #f0f0f0; /* Gris claro */
    border: 1px solid #ccc;
    color: #333;
    padding: 8px 18px;
    border-radius: 20px; /* Botones redondeados */
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.filter-btn:hover {
    background-color: #e0e0e0;
    border-color: #bbb;
}

.filter-btn.active {
    background-color: #0072ce; /* Azul Hyatt */
    color: #fff;
    border-color: #0072ce;
}

.gallery-grid {
    display: grid;
    /* Columnas automáticas: mínimo 250px, máximo 1fr */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px; /* Espacio entre imágenes */
}

.gallery-item {
    /* Contenedor para cada imagen */
    overflow: hidden; /* Opcional: para efectos */
    border-radius: 4px;
}

.gallery-item img {
    width: 100%;
    height: 100%; /* Hace que la imagen llene el contenedor */
    display: block;
    object-fit: cover; /* Recorta la imagen para llenar sin distorsionar */
    aspect-ratio: 4 / 3; /* Proporción 4:3 para las miniaturas */
    transition: transform 0.3s ease; /* Para efecto hover */
}

.gallery-item img:hover {
    transform: scale(1.05); /* Ligero zoom al pasar el mouse */
}


/* Responsive para Galería */
@media (max-width: 768px) {
     .page-title-section h1 {
        font-size: 2rem;
    }
    .gallery-filters {
        gap: 8px; /* Menos espacio entre botones */
    }
    .filter-btn {
        padding: 6px 14px;
        font-size: 0.85rem;
    }
     .gallery-grid {
        /* Podrías forzar 2 columnas en móvil si prefieres */
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 10px;
    }
}

/* === ESTILOS PÁGINA HABITACIONES === */
main.rooms-page-content { }
.page-intro-detailed { padding: 40px 0; background-color: #fff; border-bottom: 1px solid #e0e0e0; }
.page-intro-content { display: flex; gap: 30px; align-items: flex-start; }
.leadin-text-column { flex: 1; }
.page-main-title { font-size: 2.5rem; color: #002d72; margin-top: 0; margin-bottom: 20px; font-weight: 700; }
.intro-text { font-size: 1rem; line-height: 1.7; margin-bottom: 30px; color: #555; }
.checkin-checkout-info { display: flex; gap: 30px; border-top: 1px solid #e0e0e0; padding-top: 20px; }
.checkin-time, .checkout-time { text-align: left; }
.checkin-time strong, .checkout-time strong { display: block; font-size: 0.8rem; color: #777; text-transform: uppercase; margin-bottom: 5px; font-weight: 700; }
.checkin-time span, .checkout-time span { font-size: 1rem; font-weight: 700; color: #333; }
.leadin-image-column { flex: 1; }
.leadin-image-column img { width: 100%; height: auto; display: block; border-radius: 4px; }
@media (max-width: 768px) { .page-intro-content { flex-direction: column; } .page-main-title { font-size: 2rem; } .leadin-image-column { margin-top: 20px; } .checkin-checkout-info { display: none; } }
.room-listings { padding: 60px 0; background-color: #ffffff; } 
.room-listings .section-title { margin-bottom: 40px; } 
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.room-block { border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden; background-color: #fff; display: flex; flex-direction: column; }
.room-image img { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.room-details { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.room-title { font-size: 1.4rem; color: #002d72; margin-top: 0; margin-bottom: 10px; font-weight: 700; }
.room-description { font-size: 0.95rem; color: #555; margin-bottom: 15px; flex-grow: 1; }
.room-amenities details { border-top: 1px solid #e0e0e0; padding-top: 10px; margin-bottom: 20px; }
.room-amenities summary { font-weight: 700; font-size: 0.9rem; color: #333; text-transform: uppercase; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.room-amenities summary::-webkit-details-marker { display: none; } 
.room-amenities summary .material-icons-outlined { transition: transform 0.2s ease; font-family: 'Material Icons Outlined'; }
.room-amenities details[open] summary .material-icons-outlined { transform: rotate(180deg); } 
.room-amenities ul { list-style: disc; margin-top: 10px; margin-bottom: 0; padding-left: 20px; font-size: 0.9rem; color: #555; }
.room-amenities li { margin-bottom: 5px; }
.btn-check-availability { display: inline-block; background-color: #c9a449; color: #ffffff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: 700; text-align: center; transition: background-color 0.3s ease; align-self: flex-start; }
.btn-check-availability:hover { background-color: #ab8a3f; }
@media (max-width: 992px) { .room-grid { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 768px) { .room-listings { padding: 40px 0; } .room-title { font-size: 1.2rem; } .room-description { font-size: 0.9rem; } .btn-check-availability { width: 100%; text-align: center; } }

/* === ESTILOS PÁGINA FOTOS === */
main.gallery-page-content { }
.hero-section.photo-page-hero { background-image: url('https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2021/10/20/1001/DRESC-P0002-Main-Pool.jpg/DRESC-P0002-Main-Pool.16x9.jpg?imwidth=1920'); height: 50vh; }
@media (max-width: 768px) { .hero-section.photo-page-hero { height: 30vh; } }
.page-title-section { padding: 30px 0; text-align: center; background-color: #fff; border-bottom: 1px solid #e0e0e0; }
.page-title-section h1 { font-size: 2.5rem; color: #002d72; margin: 0; font-weight: 700; }
.photo-gallery-section { padding: 40px 0 60px 0; background-color: #fff; }
.gallery-filters { text-align: center; margin-bottom: 40px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.filter-btn { background-color: #f0f0f0; border: 1px solid #ccc; color: #333; padding: 8px 18px; border-radius: 20px; cursor: pointer; font-size: 0.9rem; font-weight: 500; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
.filter-btn:hover { background-color: #e0e0e0; border-color: #bbb; }
.filter-btn.active { background-color: #0072ce; color: #fff; border-color: #0072ce; }

.gallery-categories-wrapper { /* Contenedor para los grupos */ }
.gallery-category-group { margin-bottom: 40px; } /* Espacio entre categorías */
.gallery-category-title { font-size: 1.8rem; color: #002d72; text-align: center; margin: 0 0 10px 0; }
.gallery-category-divider { border: 0; border-top: 2px solid #c9a449; /* Dorado */ width: 50px; margin: 0 auto 30px auto; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); /* 3 columnas */ gap: 15px; }
.gallery-item { overflow: hidden; border-radius: 4px; }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; aspect-ratio: 4 / 3; transition: transform 0.3s ease, opacity 0.3s ease; }
.gallery-item a { display: block; }
.gallery-item a:hover img { transform: scale(1.05); opacity: 0.9; }

.btn-load-more { display: block; margin: 30px auto 0 auto; background-color: #0072ce; color: #fff; padding: 10px 25px; text-decoration: none; border: 2px solid #0072ce; border-radius: 4px; font-weight: 700; text-transform: uppercase; font-size: 0.9rem; text-align: center; width: fit-content; transition: background-color 0.3s ease, color 0.3s ease; }
.btn-load-more:hover { background-color: #fff; color: #0072ce; }

@media (max-width: 992px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .page-title-section h1 { font-size: 2rem; } .gallery-filters { gap: 8px; } .filter-btn { padding: 6px 14px; font-size: 0.85rem; } .gallery-grid { grid-template-columns: repeat(2, 1fr); /* 2 columnas en móvil */ gap: 10px; } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; /* 1 columna en móvil muy pequeño */ } }


/* --- Footer --- */
.site-footer { font-size: 0.9rem; color: #ccc; }
.footer-wrapper-black { background-color: #222; padding-top: 40px; } 
.footer-main-links-section { padding: 0 0 40px 0; border-bottom: 1px solid #444; } 
.footer-main-links-container { display: flex; flex-wrap: wrap; gap: 30px; }
.footer-link-columns { flex: 3; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px 30px; }
.link-column h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-top: 0; margin-bottom: 15px; }
.link-column ul { list-style: none; padding: 0; margin: 0; }
.link-column li { margin-bottom: 8px; }
.link-column a { color: #ccc; text-decoration: none; font-size: 0.9rem; }
.link-column a:hover { color: #fff; text-decoration: underline; }
.footer-extras-column { flex: 1; min-width: 250px; }
.footer-extras-column h5 { color: #fff; font-size: 1rem; font-weight: 700; margin-top: 0; margin-bottom: 15px; }
.best-rate-guarantee, .mobile-apps, .social-media-icons { margin-bottom: 25px; }
.best-rate-guarantee h5 { font-size: 0.85rem; line-height: 1.4; text-transform: uppercase; margin-bottom: 5px; } 
.best-rate-guarantee a { color: #0072ce; text-decoration: none; font-weight: 700; font-size: 0.9rem; }
.best-rate-guarantee a:hover { text-decoration: underline; }
.app-badges { display: flex; gap: 10px; }
.app-badges img { height: 40px; width: auto; }
.social-links { display: flex; gap: 10px; }
.social-links a { color: #ccc; text-decoration: none; display: inline-block; width: 30px; height: 30px; background-color: #555; border-radius: 50%; text-align: center; line-height: 30px; font-size: 0.8rem; transition: background-color 0.3s ease; }
.social-links a:hover { background-color: #777; color: #fff; }
.icon-placeholder { font-weight: bold; font-size: 0.7rem; } 
@media (max-width: 992px) { .footer-main-links-container { flex-direction: column; } .footer-link-columns { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } .footer-extras-column { margin-top: 20px; } }
.brand-bar { padding: 40px 0; } 
.brand-bar .container { /* El container centra */ }
.brand-box { background-color: #fff; border: 3px solid #0072ce; padding: 20px; position: relative; color: #333; }
.brand-bar-container { display: flex; flex-wrap: wrap; justify-content: center; padding: 20px 0; }
.brand-world-of-hyatt-header { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background-color: #0072ce; padding: 5px 15px; color: #fff; font-weight: 700; font-size: 0.85rem; text-align: center; line-height: 1.2; z-index: 10; border-radius: 3px; white-space: nowrap; letter-spacing: 0.5px; }
.brand-world-of-hyatt-header a { color: inherit; text-decoration: none; display: block; }
.brand-tagline { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); background-color: #0072ce; padding: 5px 15px; color: #fff; font-weight: 700; font-size: 0.85rem; text-align: center; line-height: 1.2; z-index: 10; border-radius: 3px; white-space: nowrap; letter-spacing: 0.5px; }
.brand-tagline a { color: inherit; text-decoration: none; display: block; }
.brand-rows-wrapper { display: flex; flex-direction: column; width: 100%; margin-top: 20px; margin-bottom: 20px; }
.brand-row { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #ddd; } 
.brand-row:last-of-type { border-bottom: none; }
.brand-section { flex-basis: 120px; flex-shrink: 0; font-weight: 700; color: #0072ce; padding-right: 20px; text-align: right; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; }
.brand-list { flex-grow: 1; list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 15px 25px; }
.brand-list li { line-height: 0; }
.brand-list a { display: inline-block; }
.brand-list img { max-height: 25px; max-width: 100px; width: auto; height: auto; filter: none; opacity: 1; transition: opacity 0.3s ease; }
.brand-list a:hover img { opacity: 0.8; }
.brand-disclaimer { font-size: 0.8rem; color: #777; margin-top: 25px; text-align: center; line-height: 1.4; padding: 0 10px; }
@media (max-width: 992px) { .brand-bar { padding: 30px 0; } .brand-box { padding: 15px; } .brand-bar-container { padding: 15px 0; } .brand-world-of-hyatt-header, .brand-tagline { padding: 4px 10px; font-size: 0.8rem; } .brand-rows-wrapper { margin-top: 15px; margin-bottom: 15px; } .brand-row { flex-direction: column; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid #ddd; } .brand-section { text-align: left; padding-right: 0; margin-bottom: 8px; flex-basis: auto; border-bottom: none; width: 100%; padding-bottom: 0; font-size: 0.8rem; } .brand-list { gap: 10px 15px; justify-content: flex-start; width: 100%; padding-top: 10px; } .brand-list img { max-height: 20px; max-width: 80px; } .brand-disclaimer { margin-top: 20px; font-size: 0.75rem; } }
.footer-hotel-info { padding: 30px 0; border-top: 1px solid #444; background-color: #222; color: #ccc; }
.footer-hotel-info-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-address { flex-basis: 70%; text-align: left; }
.footer-address p { margin: 0; line-height: 1.7; font-size: 0.9rem;}
.footer-address a { color: #0072ce; text-decoration: none; }
.footer-address a:hover { text-decoration: underline; }
.footer-social { flex-basis: 25%; text-align: right; }
@media (max-width: 768px) { .footer-hotel-info-content { flex-direction: column; align-items: flex-start; text-align: left; } .footer-address, .footer-social { flex-basis: 100%; text-align: left; } .footer-social { margin-top: 15px; } .footer-hotel-info { padding: 20px 0; } }
.copyright-legal-bar { background-color: #222; color: #aaa; padding: 20px 0; font-size: 0.85rem; border-top: 1px solid #444; }
.copyright-legal-content { display: flex; flex-direction: column; align-items: center; text-align: center; }
.legal-links-list { list-style: none; padding: 0; margin: 0 0 10px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 15px; }
.legal-links-list a, .legal-links-list button { color: #aaa; text-decoration: none; background: none; border: none; font-size: inherit; font-family: inherit; cursor: pointer; padding: 0; }
.legal-links-list a:hover, .legal-links-list button:hover { color: #fff; text-decoration: underline; }
.copyright-text { margin: 0; }
@media (max-width: 992px) { .legal-links-list { gap: 5px 10px; } }


/* === ESTILOS PÁGINA PROMOCIONES === */
main.promo-page-content {
    /* Fondo gris claro para el cuerpo de la página de promos */
    background-color: #f9f9f9; 
}

/* --- Hero Section Específico para Página de Promociones --- */
.hero-section.promo-page-hero {
    /* Sobrescribe la imagen de fondo */
    background-image: url('https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2023/05/24/1507/DRESC-P0057-Preferred-Club-Oceanfront-Double.jpg/DRESC-P0057-Preferred-Club-Oceanfront-Double.16x9.jpg?imwidth=1920');
    height: 50vh; /* Altura estándar, puedes ajustarla */
}
@media (max-width: 768px) {
    .hero-section.promo-page-hero {
        height: 30vh; 
    }
}

/* --- Sección Título Principal (reutilizada de 'fotos') --- */
.page-title-section {
    padding: 30px 0;
    text-align: center;
    background-color: #fff; /* Fondo blanco para el título */
    border-bottom: 1px solid #e0e0e0;
}
.page-title-section h1 {
    font-size: 2.5rem;
    color: #002d72;
    margin: 0 0 10px 0; /* Espacio debajo del título */
    font-weight: 700;
}
.page-title-section .intro-text { /* Estilo para el subtítulo */
    font-size: 1rem;
    color: #555;
    margin: 0;
    font-weight: 300;
}
@media (max-width: 768px) {
     .page-title-section h1 {
        font-size: 2rem;
    }
    .page-title-section .intro-text {
        font-size: 0.9rem;
    }
}


/* --- Sección Listado de Promociones --- */
.promo-listings {
    padding: 60px 0;
    background-color: #f9f9f9; /* Fondo gris claro */
}

/* === ESTILOS PÁGINA PROMOCIONES === */
main.promo-page-content { background-color: #f9f9f9; }
.hero-section.promo-page-hero { background-image: url('https://assets.hyatt.com/content/dam/hyatt/hyattdam/images/2023/05/24/1507/DRESC-P0057-Preferred-Club-Oceanfront-Double.jpg/DRESC-P0057-Preferred-Club-Oceanfront-Double.16x9.jpg?imwidth=1920'); height: 50vh; }
@media (max-width: 768px) { .hero-section.promo-page-hero { height: 30vh; } }
.page-title-section { padding: 30px 0; text-align: center; background-color: #fff; border-bottom: 1px solid #e0e0e0; }
.page-title-section h1 { font-size: 2.5rem; color: #002d72; margin: 0 0 10px 0; font-weight: 700; }
.page-title-section .intro-text { font-size: 1rem; color: #555; margin: 0; font-weight: 300; }
@media (max-width: 768px) { .page-title-section h1 { font-size: 2rem; } .page-title-section .intro-text { font-size: 0.9rem; } }

/* --- Sección Listado de Promociones --- */
.promo-listings {
    padding: 40px 0; /* Espacio reducido para que se vea más pegado al título */
    background-color: #f9f9f9; 
}

.promo-block {
    display: flex;
    background-color: #ffffff; /* Fondo blanco para la tarjeta */
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Sombra muy sutil */
    overflow: hidden; /* Para contener bordes redondeados */
    margin-bottom: 30px; /* Espacio antes del separador */
}

.promo-image {
    flex: 5; /* Ocupa 5 de 12 partes (aprox 41%) */
    min-width: 300px; /* Ancho mínimo para la imagen */
}
.promo-image img {
    width: 100%;
    height: 100%; /* Rellena el contenedor */
    object-fit: cover; /* Recorta la imagen para rellenar */
    display: block;
}

.promo-details {
    flex: 7; /* Ocupa 7 de 12 partes (aprox 59%) */
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.promo-title {
    font-size: 1.8rem;
    color: #002d72;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.promo-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    flex-grow: 1; /* Empuja el botón y términos hacia abajo */
}
.promo-description p {
    margin: 0 0 15px 0;
}
.promo-description a {
    color: #0072ce;
    text-decoration: none;
    font-weight: 500;
}
.promo-description a:hover { text-decoration: underline; }

.promo-terms {
    margin-top: 15px;
    margin-bottom: 20px;
}
.promo-terms details {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
.promo-terms summary {
    font-weight: 700;
    font-size: 0.85rem;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none; /* Quita el marcador default */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.promo-terms summary::-webkit-details-marker { display: none; }
.promo-terms summary .material-icons-outlined { transition: transform 0.2s ease; font-family: 'Material Icons Outlined'; }
.promo-terms details[open] summary .material-icons-outlined { transform: rotate(180deg); }
.terms-content {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #777;
    line-height: 1.5;
    max-height: 150px; /* Límite de altura para el texto */
    overflow-y: auto; /* Scroll si el texto es muy largo */
    padding-right: 10px; /* Espacio para el scrollbar */
}

/* Botón reutilizado de la pág de habitaciones, pero con clase .promo-button */
.promo-button {
    align-self: flex-start; /* Alinea a la izquierda */
}

.promo-divider {
    border: 0;
    border-top: 1px solid #e0e0e0; /* Separador gris claro */
    margin: 30px 0; /* Espacio entre promos */
}

/* Responsive para Promociones */
@media (max-width: 992px) { /* Tablet */
    .promo-block {
        flex-direction: column; /* Apila imagen sobre texto */
    }
    .promo-image {
        min-width: 100%;
        max-height: 300px; /* Limita altura de imagen en móvil */
    }
    .promo-details {
        padding: 25px;
    }
    .promo-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) { /* Móvil */
    .promo-listings {
        padding: 30px 0;
    }
     .promo-button {
        width: 100%; /* Botón ancho completo */
        text-align: center;
    }
}