/*
Theme Name: Carteles Theme
Description: Theme custom para Palacio Soran sin plugins.
Author: Tu Agencia
Version: 1.0
*/
body { font-family: 'Helvetica Neue', Arial, sans-serif; margin: 0; padding: 0; color: #333; background-color: #fcfcfc; }
h1, h2, h3, h4 { font-family: 'Georgia', serif; font-weight: normal; margin-top: 0; }
.btn { display: inline-block; padding: 12px 24px; color: #fff; border: none; cursor: pointer; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; text-decoration: none; }
.text-center { text-align: center; }
header { position: absolute; top: 0; width: 100%; padding: 20px 5%; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; color: white; z-index: 10; border-bottom: 1px solid rgba(255,255,255,0.2); }
nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 30px; }
nav ul li a { color: white; text-decoration: none; font-size: 14px; text-transform: uppercase; }
.hero { position: relative; height: 100vh; background-color: #7b856b; display: flex; align-items: center; justify-content: center; color: white; text-align: center; }
.hero h2 { font-size: 4rem; letter-spacing: 2px; margin-bottom: 20px; }
.booking-bar { position: absolute; bottom: 0; width: 80%; max-width: 1000px; background: white; padding: 25px 40px; display: flex; justify-content: space-between; align-items: flex-end; box-shadow: 0 10px 30px rgba(0,0,0,0.1); color: #333; transform: translateY(50%); z-index: 5; }
.booking-bar div { display: flex; flex-direction: column; text-align: left; flex-grow: 1; margin-right: 20px; }
.booking-bar input { padding: 10px; border: 1px solid #ccc; }
.amenities-bar { background: #fff; padding: 80px 5% 40px 5%; display: flex; justify-content: center; gap: 80px; border-bottom: 1px solid #eaeaea; }
.dynamic-rows { display: flex; flex-direction: column; }
.feature-row { display: flex; align-items: stretch; min-height: 500px; background: #fff; }
.feature-row:nth-child(even) { flex-direction: row-reverse; background: #fcfcfc; }
.feature-img { flex: 1; background-color: #e0e0e0; background-size: cover; background-position: center; min-height: 400px; }
.feature-text { flex: 1; padding: 80px 8%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
footer { background: #2c2c2c; color: #aaa; padding: 60px 10%; display: flex; justify-content: space-between; font-size: 14px; margin-top: 60px; }
footer h4 { color: white; margin-bottom: 15px; }
