.ecommerce-custom {
  padding-top: 0px !important;
}

.bg-gray-custom {
  background-color: rgba(244, 244, 244, 0.5);
  margin-top: -119px !important;
  padding-top: 71px !important;
}

/* Página descubre los planes de ECOMMERCE 2025 - FALTANTE */

.pricing-data.bonus-data {
  border: none;
}

/* PAGINA DE LOGIN */

/*
.ecommerce-custom .block-loginregister {
    margin-top: 56px;}
*/

.bg-login {
  background-image: url("../images/ecommerce-2025/bg-login.jpg");
  background-size: cover;
  background-position: center;
}

.bg-login .block-loginregister {
  background-color: transparent;
}

.ecommerce-custom .block-loginregister-content {
  max-width: 1283px;
  margin: 0 auto;
}

.ecommerce-custom .block-loginregister-content-title {
  border-bottom: 2px solid #57d8cc;
  text-transform: none;
  font-weight: 600;
  padding-bottom: 12px;
  font-size: 37px;
  color: #171717;
  margin-bottom: 35px;
}

.ecommerce-custom .block-loginregister-content-label {
  font-weight: 600;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #171717;
  margin-bottom: 10px;
  display: contents;
}

.ecommerce-custom .block-loginregister-content-field {
  margin-bottom: 34px;
}

.ecommerce-custom .block-loginregister-content-input[type="text"],
.ecommerce-custom .block-loginregister-content-input[type="password"],
.ecommerce-custom .block-loginregister-content-input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4375rem;
  border: 1px solid #d5d5d5;
  display: block;
  border-radius: 5px;
  margin-right: 5px;
}

.ecommerce-custom .remember-password input[type="checkbox"] {
  border-color: #d5d5d5;
  margin-right: 6px;
}

.ecommerce-custom p.remember-password {
  margin-top: 45px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #505050;
}

.ecommerce-custom .block-loginregister .button__square {
  border-radius: 50px;
  padding: 13px 0;
  border: 2px solid #51ddd0;
}

.ecommerce-custom .block-loginregister .button__square:hover {
  color: #111;
  background: white;
}

.ecommerce-custom
  .block-loginregister-register
  .block-loginregister-content-title {
  color: white;
}

.ecommerce-custom .block-loginregister-content-title,
.ecommerce-custom .block-loginregister-content-subtitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 29px;
}

.ecommerce-custom .block-loginregister-content-summary {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 184px;
}

.ecommerce-custom .item-button .button {
  right: 10px !important;
}

.ecommerce-custom .block-loginregister .button__square-white {
  border-radius: 50px;
  padding: 13px 0;
  border: 1px solid white;
}

.ecommerce-custom .block-loginregister .button__square-white:hover {
  background: #111;
  color: white;
}

/* PAGINA REGISTRO */

/*
body #page,
body #primary {
overflow-x: hidden;
background: #F0F0F0;}
body #primary {
margin-bottom: 300px;}
*/

.ecommerce-custom .register-columns {
  display: grid;
  grid-template-columns: 1.21fr 0.79fr;
  width: 100%;
  max-width: 1280px;
  margin: 6% auto 0 auto;
  gap: 85px;
  overflow: visible;
  padding-bottom: 100px;
}

/*
.ecommerce-custom .block-loginregister {
padding: 0;
margin-top: 195px;
width: 100%;
left: 0;}
.ecommerce-custom .block-loginregister-content-input[type=text],
.ecommerce-custom .block-loginregister-content-input[type=password],
.ecommerce-custom .block-loginregister-content-input[type=email] {
border: 1px solid #D5D5D5;
border-radius: 5px;}
*/
/* Duplicado
.ecommerce-custom .register-data {
margin-top: 107px;
background: white;
border-radius: 10px;
padding: 61px 36px;
height: calc(100% - 106px);}
*/

.ecommerce-custom .block-loginregister h1 {
  margin-bottom: 14px;
  font-size: 37px;
  line-height: 1;
  font-weight: 500;
  color: black;
  /*margin-top: 90px;*/
}

.ecommerce-custom .password-info {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 40px;
}

.ecommerce-custom .password-info span {
  margin-right: 9px;
  font-size: 22px;
}

.ecommerce-custom .password-info p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #505050;
}

.ecommerce-custom .block-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 15px;
}

.ecommerce-custom .button.button_secondary {
  border: 1px solid #171717;
  color: #171717;
  background: white;
}

.ecommerce-custom label.block-loginregister-content-label a {
  color: black;
}

.ecommerce-custom .register-data {
  margin-top: 65px;
  background: white;
  border-radius: 10px;
  padding: 61px 36px;
  height: fit-content;
  background-size: cover;
  position: sticky;
  top: 65px;
}

body #page,
body #primary {
  overflow: visible !important;
}

.ecommerce-custom .register-data::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 10px;
}

.ecommerce-custom .register-data .register-data-content {
  z-index: 2;
  position: relative;
}

.ecommerce-custom .register-data h2 {
  color: white;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 33px;
}

.ecommerce-custom .register-data p {
  color: white;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

.ecommerce-custom .register-data ul {
  color: white;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 8px;
}

.ecommerce-custom .register-data ul li:before {
  content: "✓";
  margin-right: 7px;
  color: #51ddd0;
}

.ecommerce-custom .block-loginregister-login {
  border-radius: 10px;
  padding: 60px 50px 50px 50px;
  box-shadow: 0 0 3px #929292;
}

.ecommerce-custom .block-loginregister-content {
  /*border-radius: 10px;*/
  box-shadow: none;
}

.ecommerce-custom
  .block-loginregister-content__new-user
  .block-loginregister-content-label {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #171717;
  padding-bottom: 5px;
}

.ecommerce-custom .block-loginregister-content-form-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 18px;
  color: black;
}

.block-loginregister-content-note:last-child {
  margin-top: 27px;
}

/* BOTONES (Reutilizados y nuevos) */
.btn {
  border: none;
  border-radius: 25px;
  padding: 0.9rem 1.5rem;
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #4fd1c5;
  color: white;
}

.btn-primary:hover {
  background-color: #3abab7;
}

.btn-dark {
  background-color: #333;
  color: white;
}

.btn-dark:hover {
  background-color: #000;
}

.btn-full-width {
  width: 100%;
  margin-top: 1rem;
}

/* GENERAL ECOMMERCE 2025 */
#header-page-desktop {
  box-shadow: 5px 5px 30px #00000029;
}

/* Página descubre los planes de ECOMMERCE 2025 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*font-family: "Montserrat", sans-serif;*/
  background-color: #ffffff;
  color: #333;
  padding: 0;
}

/* --- CONTENEDOR PRINCIPAL Y BARRA LATERAL --- */
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  padding-left: 3rem;
  /* Espacio para la barra azul */
}

#primary.room_searching {
  margin: 0 auto;
  padding-top: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  margin-top: 70px;
}

.site-main.site-main__postion0 .primary-body {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.site-main.site-main__postion0 h1 {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 16px;
}

.room_searching h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 57px;
}

/* Barra decorativa azul a la izquierda */
.main-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  /* Ancho de la barra */
  background-color: #0d1b3e;
  /* Color azul oscuro */
}

/* --- ENCABEZADO --- */
.page-header {
  text-align: center;
  margin-bottom: 3rem;
}

.page-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.page-header h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
}

/* --- GRID DE PLANES --- */
.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 71px;
}

/* --- TARJETA DE PLAN INDIVIDUAL --- */
.plan-card {
  display: flex;
  flex-direction: column;
}

.plan-image-container {
  position: relative;
  width: 100%;
  height: 302px;
  overflow: hidden;
  border-radius: 10px;
}

.plan-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Asegura que la imagen cubra el contenedor sin deformarse */
  display: block;
}

.plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 52px 43px;
}

.plan-overlay h3 {
  font-size: 30px;
  margin-bottom: 52px;
  line-height: 1;
  color: white;
}

.plan-overlay ul {
  list-style: none;
  padding-left: 0;
}

.plan-overlay ul li {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1;
}

/* Añade el '>' antes de cada elemento de la lista */
.plan-overlay ul li::before {
  content: "> ";
  margin-right: 1px;
}

/* --- CUERPO DE LA TARJETA (PRECIOS) --- */
.plan-body {
  padding-top: 32px;
  display: flex;
  align-items: center;
  /* alinea icono + texto */
  gap: 8px;
  flex-wrap: wrap;
}

.location-link {
  color: #171717;
  text-decoration: underline;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #4fd1c5;
  /* Color teal */
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
}

.pricing-options {
  border-top: 1px solid #d1d1d1;
  margin-top: 36px;
  flex-basis: 100%;
  /* ocupa toda la línea inferior */
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px 5px 18px;
}

.pricing-data {
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}

.pricing-options .pricing-info {
  background: #fafafc;
  padding: 23px 23px 13px 25px;
  display: none;
}

.pricing-options .pricing-info .pricing-info-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #4fccc1;
  margin-bottom: 16px;
}

.pricing-options .pricing-info ul,
.pricing-options .pricing-info p {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  color: #505050;
  margin-bottom: 0;
}

.pricing-options .pricing-info ul li::before {
  content: "✓ ";
  font-weight: normal;
  margin-right: 5px;
}

.pricing-row.special-row {
  background-color: #f5f5f7;
  border-bottom: none;
}

.option-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

.price {
  font-size: 20px;
  color: #4a4a4a;
  margin-left: auto;
}

/* --- BOTONES --- */
.btn-buy {
  background-color: #37d6c8;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  margin-left: 27px;
  border: 2px solid #37d6c8;
}

.btn-buy:hover {
  background-color: white !important;
  color: #171717;
  border: 2px solid #37d6c8;
}

.btn-reserve {
  margin-right: 19px;
}

.btn:hover {
  background-color: #3abab7;
}

.arrow {
  border: solid #181818;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 12px;
}

.arrow.opened {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.faq-content {
  margin-top: 59px;
  margin-bottom: 50px;
}

.faq-items .faq-item {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-top: -1px;
  padding-top: 32px;
  padding-bottom: 43px;
  display: flex;
  align-items: center;
  padding-right: 58px;
  cursor: pointer;
}

.faq-item .faq-title {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.faq-item .faq-content {
  margin-top: 26px;
  margin-bottom: 0;
  margin-left: 57px;
  display: none;
}

.faq-item .faq-title .faq-icon {
  background: black;
  color: white;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 22px;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  margin-right: 29px;
}

.faq-items .faq-item .faq-data {
  margin-right: 50px;
}

.faq-items .faq-item .dashicons {
  margin-left: auto;
  font-size: 30px;
  width: 30px;
  font-weight: 100;
}

#map-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 21;
  align-items: center;
  justify-content: center;
}

.map-modal-content {
  width: 752px;
  max-width: 100%;
  margin: auto;
}

.map-modal-content .map-modal-tabs {
  list-style: none;
  display: inline-flex;
  margin-left: 0;
  padding-left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 50px;
}

.map-modal-content iframe {
  display: none;
}

.map-modal-content iframe.active {
  display: block;
}

.map-modal-content .map-modal-tabs li {
  margin: 0 23px;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

.map-modal-content .map-modal-tabs li.active {
  font-weight: 700;
}

.map-modal-content .footer-modal-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.btn-return {
  font-size: 18px;
  font-weight: 400;
  color: black;
  background: white;
  line-height: 33px;
  padding: 0 40px;
  text-transform: none;
  border-radius: 50px;
}

.map-modal-content .contenedor-mapa {
  display: none;
}

.map-modal-content .contenedor-mapa.active {
  display: block;
}

/* --- Página Bono ECOMMERCE 2025 --- */

/* ===== FUENTES Y CONFIGURACIÓN BÁSICA ===== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

body {
  /*font-family: "Montserrat", sans-serif;*/
  background-color: #f9f9f9;
  color: #333;
}

* {
  box-sizing: border-box;
}

/* ===== CONTENEDOR PRINCIPAL ===== */
.page-container {
  max-width: 1200px;
  margin: 2rem auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* ===== ENCABEZADO DE LA PÁGINA ===== */
.checkout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.checkout-header .logo {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.checkout-header .exit-link {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.exit-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #555;
  border-radius: 4px;
  position: relative;
}

.exit-icon::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1;
}

/* ===== INDICADOR DE PASOS ===== */
/*.steps-indicator { display: flex; justify-content: space-between; align-items: center; width: 80%; margin: 2rem auto 3rem; position: relative;}
.steps-indicator::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 2px; background-color: #e0e0e0; z-index: 1;}
.steps-indicator::after { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 2px; background-color: #48D1CC; z-index: 2;}
.step { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 3; background-color: #fff; padding: 0 15px;}
.step-number { width: 36px; height: 36px; border-radius: 50%; background-color: #e0e0e0; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; border: 2px solid #e0e0e0;}
.step-label { margin-top: 0.5rem; font-size: 0.8rem; font-weight: 600; color: #aaa; text-align: center;}
.step.completed .step-number { background-color: #48D1CC; border-color: #48D1CC; color: #fff;}
.step.completed .step-label { color: #333;}
.step.active .step-number { background-color: #fff; border-color: #48D1CC; color: #48D1CC;}
.step.active .step-label { color: #48D1CC;}
*/

/* --- INDICADOR DE PASOS --- */

.steps-indicator {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
  margin: 2rem 0;
  justify-content: center;
  /* centra el bloque de tabs */
  /* gap: clamp(1rem, 6vw, 4rem);  */
  /* separación entre tabs */
}

.step {
  flex: 0 0 var(--step-basis, 30%);
  /* cada tab ocupa el 30% */
  max-width: var(--step-basis, 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  /* centra número + label */
  gap: 0.75rem;
  padding: 1rem 0;
  color: #171717;
  border-bottom: 2px solid transparent;
  /* evita salto al activar */
  text-align: center;
  margin-bottom: -2px;
}

.step-number {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.step-label {
  font-weight: 600;
  white-space: nowrap;
}

.step.active {
  color: #35cbbe;
  border-bottom-color: #35cbbe;
}

.step.active .step-number {
  background: #35cbbe;
  color: #fff;
}

/* --- FIN INDICADOR DE PASOS --- */

/* ===== CONTENIDO PRINCIPAL ===== */
/* .checkout-main .checkout-title { text-align: center; font-size: 2.2rem; font-weight: 600; margin-bottom: 3rem;}
.checkout-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2.5rem; align-items: flex-start;}
*/
/* Columna Izquierda: Formulario de Pago */
.payment-form-column {
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

.form-section h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.form-section p.note {
  font-size: 0.85rem;
  color: #777;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.form-section {
  margin-bottom: 2.5rem;
}

.form-section:last-child {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  /*font-family: "Montserrat", sans-serif;*/
}

.puesto-nombre .puesto-precio-plus {
  background: none;
  color: #fff;
  font-weight: 400;
  font-size: 32px;
}

.puesto-info .text-location {
  text-decoration: underline;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #48d1cc;
  box-shadow: 0 0 0 2px rgba(72, 209, 204, 0.2);
}

.form-row {
  display: flex;
  gap: 1rem;
}

.expiry-group {
  flex: 2;
}

.cvc-group {
  flex: 1;
}

/* Columna Derecha: Resumen */
.summary-column {
  position: sticky;
  top: 20px;
}

.summary-card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

.summary-card h3 {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.ecommerce-custom .summary-card #room-gross-display {
  white-space: nowrap;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.summary-item .item-name {
  font-weight: 600;
}

.summary-item .item-note {
  font-size: 0.75rem;
  color: #888;
  margin-top: 4px;
}

.pricing-breakdown {
  margin-top: 2rem;
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #555;
}

.price-row.total {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

.btn-payment {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 2rem;
  background-color: #48d1cc;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-payment:hover {
  background-color: #3db8b2;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*font-family: "Montserrat", sans-serif;*/
  background-color: #ffffff;
  color: #333;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

/* --- ENCABEZADO --- */
.checkout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}

.logo {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.exit-link {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.exit-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  position: relative;
}

.exit-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
}

.exit-icon::before {
  content: "►";
  position: absolute;
  top: 50%;
  left: 7px;
  font-size: 10px;
  line-height: 0;
  transform: translateY(-50%);
}

/* --- INDICADOR DE PASOS --- */
/*
.steps-indicator {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 3rem;}
.step {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  margin-right: 3rem;
  color: #999;
  position: relative;}
.step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: #999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 0.75rem;}
.step-label {
  font-weight: 600;
  font-size: 0.9rem;}
.step.active {
  color: #4fd1c5;
border-bottom: 2px solid #4fd1c5;
margin-bottom: -1px;}
.step.active .step-number {
  background-color: #4fd1c5;
  color: white;}
*/

/* --- CONTENIDO PRINCIPAL --- */

.checkout-page {
  box-shadow: none !important;
}

.checkout-main {
  width: 100%;
}

.checkout-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

/* --- COLUMNA IZQUIERDA: DETALLES --- */
.image-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.image-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.main-image {
  grid-row: 1 / 3;
}

.side-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ==== 3 iamgenes ==== */

.image-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  /* recorta imágenes y el gap en las esquinas */
  background: #fff;
  /* color que aparece en el gap */
  /* Forzamos una altura coherente y responsive */
  aspect-ratio: 16 / 7;
  /* ajusta al gusto (p.ej. 16/9, 3/1.5, etc.) */
}

.image-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0 !important;
  /* anula radios globales en <img> */
  min-width: 0;
  min-height: 0;
}

/* Columna derecha: dos imágenes 50/50 */
.side-images {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  /* Asegura que estira exactamente la altura del contenedor */
  align-self: stretch;
}

/* ==== FIN 3 iamgenes  ==== */

.side-images img {
  max-height: 150px;
}

/* ==== Modal Galeria de images  ==== */

#image-modal {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.75);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#image-modal.active {
  display: flex;
}

/* El wrapper centra y sirve de "referencia" para los controles */
#image-modal .content {
  position: relative;
  display: inline-block;
}

/* La imagen limita el tamaño del wrapper */
#image-modal img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  user-select: none;
}

/* Controles posicionados RELATIVOS a la imagen */
#image-modal .nav,
#image-modal .close,
#image-modal .counter {
  position: absolute;
  z-index: 2;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  /*width: 44px; height: 44px;*/
  padding: 4px 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 8px;
  font-size: 22px;
}

#image-modal .nav:hover,
#image-modal .close:hover {
  background: rgba(0, 0, 0, 0.65);
}

/* Flechas centradas verticalmente a los lados de la imagen */
#image-modal [data-prev] {
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

#image-modal [data-next] {
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/* Cerrar en la esquina de la imagen */
#image-modal .close {
  right: 8px;
  top: 8px;
}

/* Contador centrado sobre la parte baja de la imagen */
#image-modal .counter {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  width: auto;
  border-radius: 999px;
  font: 600 13px/1 system-ui, sans-serif;
}

/* ==== FIN Modal Galeria de images ==== */

.plan-description h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.plan-description hr {
  margin: 0;
  color: #d5d5d5;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* CLASES REUTILIZADAS */
/* 
.location-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #333;
  text-decoration: none;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.9rem;
  font-weight: 500;}
*/

.location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #4fd1c5;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;

  border-radius: 50% 50% 0 50%;
  /* esquina inferior derecha en pico */
  transform: rotate(45deg);
  /* rota la forma a chincheta */
  position: relative;
}

.location-icon > span {
  transform: rotate(-45deg);
}

/* texto derecho */

.highlight-text {
  color: #4fccc1;
  font-weight: 600;
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 1;
}

.features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.plan-description.opened .features-list {
  max-height: none;
}

.features-list li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  color: #555;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
}

/* Checkmark icon */
.features-list li::before {
  content: "✓";
  color: #505050;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}

#view-more,
#view-less {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #171717;
}

.plan-description.opened #view-less {
  display: block;
}

/* --- COLUMNA DERECHA: RESUMEN --- */
.summary-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

.summary-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.summary-item {
  margin-bottom: 1.5rem;
  display: block;
}

.summary-item label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: black;
}

.summary-item .right-label {
  text-align: right;
}

.plan-selection {
  display: grid;
  justify-content: space-between;
}

.plan-selection .mobile-label {
  display: none;
}

.plan-input {
  grid-column: 1 / 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem;
}

.plan-input span {
  color: black;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}

.plan-input .quantity-select {
  width: 83px;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  color: #4a4a4a;
  border: 1px solid #d5d5d5;
  padding: 3px 12px;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select:after {
  font-family: "Dashicons";
  content: "\f347";
  font-size: 13px;
  position: absolute;
  right: 8px;
  top: 55%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.arrow-down {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

.discount-input-group {
  display: flex;
  gap: 0.5rem;
}

.discount-input-group input {
  flex-grow: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #9d9d9d;
  margin-right: 25px;
}

.discount-input-group .btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background: #171717;
  padding: 13px 38px;
  border: 2px solid #171717;
}

.payment-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-card .btn-primary {
  border: 2px solid #37d6c8;
  background: #37d6c8;
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: 16px;
  padding: 15px 100px;
  border-radius: 50px;
}

#puestos-grid .loom-flexplus-row .btn-reservar {
  border: 2px solid #37d6c8;
}

#puestos-grid .loom-flexplus-row .btn-reservar:hover {
  background: white;
  color: #171717;
}

.summary-card .btn-primary:hover {
  background: white;
  color: #171717;
  border: 2px solid #37d6c8;
}

.summary-card .btn-primary .button-text-mobile {
  display: none;
}

.summary-button {
  display: none;
}

.pricing-breakdown {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #555;
}

.price-row.total {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  margin-top: 1rem;
}

/* --- DISEÑO RESPONSIVE --- */

#book-payment {
  display: none;
  /* Ocultar inicialmente */
}

/* spinner */
/*
#spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;}
.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #4fd1c5;
  border-top: 5px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;}
@keyframes spin {
  to {
    transform: rotate(360deg);}
*/
/* --- MODAL DE MAPA --- */

/* #map-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 21;
  align-items: center;
  justify-content: center;}
*/

.map-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 21;
  align-items: center;
  justify-content: center;
}

/* Salas - Página de detalle */
.page-template-template-detalle-sala #title_h2 {
  margin-bottom: 0;
}

.page-template-template-detalle-sala #title_h2 strong {
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
}

.page-template-template-detalle-sala #title_h1 {
  font-size: 24px;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 43px;
  font-weight: 300;
}

.page-template-template-detalle-sala .features {
  gap: 10px;
  font-size: 10px;
  line-height: 25px;
  font-weight: 600;
  color: #171717;
  display: block;
}

.page-template-template-detalle-sala .content .features span {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 16px;
  padding: 2px 22px;
  margin-right: 0;
}

.page-template-template-detalle-sala .content-description {
  margin-bottom: 9px;
}

.page-template-template-detalle-sala .content-description p {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 8px;
}

.page-template-template-detalle-sala .bloque-bonos-salas {
  margin-top: 70px;
}

.page-template-template-detalle-sala .bloque-bonos-salas__title {
  font-size: 35px;
  font-weight: 400;
  color: black;
  line-height: 43px;
}

.page-template-template-detalle-sala .bono-card {
  border-radius: 0;
  min-height: auto;
  border-radius: 10px;
}

.page-template-template-detalle-sala .bono-card__content {
  padding: 45px 48px;
}

.page-template-template-detalle-sala .bono-card__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  color: white;
}

.page-template-template-detalle-sala .bono-card__desc {
  color: white;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 30px;
}

.page-template-template-detalle-sala .bono-card__cta {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  padding: 13px 36px;
}

.page-template-template-detalle-sala .summary-card h3 {
  font-size: 18px;
  line-height: 1;
  border: none;
  font-weight: 600;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.page-template-template-detalle-sala .summary-card #title_h2 {
  margin-bottom: 10px;
  margin-top: -10px;
}

.page-template-template-detalle-sala .summary-card #title_h2 strong {
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
}

.page-template-template-detalle-sala .summary-card .form-group {
  border: 1px solid #cccccc;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  padding: 8px 26px;
}

.page-template-template-detalle-sala .summary-card label {
  font-size: 10px;
  line-height: 1;
}

.page-template-template-detalle-sala .summary-card .form-group input {
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.page-template-template-detalle-sala .summary-card .time-selectors {
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  border-top: none;
  margin-bottom: 15px;
}

.ecommerce-custom .summary-space-name strong {
  font-weight: 300;
}

.page-template-template-detalle-sala .summary-card .time-selectors .form-group {
  border: none;
}

.page-template-template-detalle-sala
  .summary-card
  .time-selectors
  .form-group
  select {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.page-template-template-detalle-sala .time-slot {
  background: #b9e09b;
  color: #005c34f7;
  margin-top: 4px;
  max-height: 25px;
}

.page-template-template-detalle-sala .summary-item .option-item span,
.page-template-template-detalle-sala .summary-card label {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}

.page-template-template-detalle-sala .summary-item .option-item span small {
  color: #171717;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}

.page-template-template-detalle-sala .summary-item .option-price {
  padding-top: 20px;
}

.page-template-template-detalle-sala .summary-item .option-price span {
  color: #171717;
}

.page-template-template-detalle-sala .option-price select {
  height: 23px;
  font-size: 12px;
  padding: 1px;
  line-height: 19px;
}

.page-template-template-detalle-sala .discount-input-group input {
  height: 38px;
}

.page-template-template-detalle-sala .discount-input-group .btn {
  padding: 9px 38px;
}

.discount-input-group .btn:hover {
  background: white;
  color: #171717;
  border: 2px solid #171717;
}

.card-title {
  color: white !important;
}

.ecommerce-custom .discount-code #discount-message {
  color: rgb(55, 214, 200) !important;
}

.ecommerce-custom .price-summary .credit-box {
  /* 
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 1rem !important; */
  font-size: 0.9rem;
  color: #555;
}

.ecommerce-custom .price-summary {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.ecommerce-custom .credit-box .credit-row {
  margin-bottom: 0px;
}

.ecommerce-custom .summary-card .time-slots {
  max-width: 100%;
  overflow-x: scroll;
  height: 48px;
  scrollbar-color: #e0e0e0 white;
  scrollbar-width: thin;
}

.ecommerce-custom .summary-card .time-slots::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.ecommerce-custom .summary-card .time-slots::-webkit-scrollbar {
  height: 8px;
}

.ecommerce-custom .summary-card .payment-button .btn {
  border: 2px solid #37d6c8;
}

.ecommerce-custom .summary-card .payment-button .btn:hover {
  background: white;
  border: 2px solid #37d6c8;
  color: #171717;
}

.page-template-template-detalle-sala
  .pricing-breakdown.price-summary
  .credit-box {
  margin-top: 0 !important;
  border-top: 1px solid #e0e0e0;
  padding-top: 21px;
  border-top: none;
}

.ecommerce-custom .plan-description .content-description {
  max-height: 244px;
  overflow: hidden;
}

.ecommerce-custom .content.complete .content-description {
  max-height: none;
}

.ecommerce-custom .plan-description .display-complete {
  background: none;
  border: none;
  text-transform: none;
  padding: 0;
  margin-top: 15px;
}

.ecommerce-custom .plan-description .display-complete:hover {
  color: black;
}

.ecommerce-custom .plan-description .display-complete .view-less {
  display: none;
}

.ecommerce-custom
  .plan-description
  .content.complete
  .display-complete
  .view-less {
  display: block;
}

.ecommerce-custom
  .plan-description
  .content.complete
  .display-complete
  .view-more {
  display: none;
}

.ecommerce-custom .time-slot.selected {
  transform: scale(1.2);
}

/* Salas - Buscador */
.ecommerce-custom .hero h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: white;
}

.ecommerce-custom .hero .hero-subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 50px;
}

.ecommerce-custom .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 96px;
  padding: 0;
  margin-bottom: 50px;
}

.ecommerce-custom .icon-list .icon-item {
  display: flex;
  flex-direction: column;
}

.ecommerce-custom .icon-list .icon-item img {
  height: 40px;
  margin-bottom: 3px;
}

.ecommerce-custom .icon-list .icon-item span {
  font-size: 10px;
  font-weight: 400;
  line-height: 25px;
}

.ecommerce-custom .hero .filters-content {
  width: 1297px;
  max-width: 100%;
}

.ecommerce-custom .filters-ecommerce .search-form {
  max-width: 100%;
}

.ecommerce-custom .hero-content .filters .selector-input::placeholder {
  color: #505050;
}

.ecommerce-custom .hero-content .filters .selector-input,
.ecommerce-custom .hero-content .filters .hora-input {
  font-size: 18px;
  line-height: 1;
  color: #505050;
  font-weight: 300;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}

.ecommerce-custom .hero .filters-field::after,
.ecommerce-custom .hero .hora-selector-container::after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  background: #cccccc;
  top: 7px;
  right: 0;
}

.ecommerce-custom .hero .hora-selector-container:nth-last-child(2)::after {
  display: none;
}

.ecommerce-custom .hero .filters-field::before,
.ecommerce-custom .hero .hora-selector-container::before {
  background-color: transparent !important;
}

.ecommerce-custom .hero .hora-selector-container::before {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  background: transparent;
  top: 7px;
  left: 0;
}

.ecommerce-custom .search-form .selector-dropdown {
  padding: 0;
}

.wdp-panel {
  background: white;
  padding: 7px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.wdp-panel .wdp-nav {
  padding: 0px 10px;
  line-height: 1;
  font-size: 23px;
}

.wdp-cell {
  height: 30px;
}

.wdp-panel .wdp-cell.wdp-day {
  padding: 0px 15px;
}

.wdp-panel .wdp-day:hover {
  background: #2bd1c6;
  border-color: #2bd1c6;
}

.ecommerce-custom .faqs {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 80px;
}

.ecommerce-custom .faqs .faq-title {
  text-transform: uppercase;
}

.ecommerce-custom .faq-content {
  margin-top: 59px;
  margin-bottom: 50px;
}

.ecommerce-custom .faq-items .faq-item {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-top: -1px;
  padding-top: 32px;
  padding-bottom: 43px;
  display: flex;
  align-items: center;
  padding-right: 58px;
  cursor: pointer;
}

.ecommerce-custom .faq-item .faq-title {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.ecommerce-custom .faq-item .faq-content {
  margin-top: 26px;
  margin-bottom: 0;
  margin-left: 57px;
  display: none;
}

.ecommerce-custom .faq-item .faq-title .faq-icon {
  background: black;
  color: white;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 22px;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  margin-right: 29px;
}

.ecommerce-custom .faq-items .faq-item .faq-data {
  margin-right: 50px;
}

.ecommerce-custom .faq-items .faq-item .dashicons {
  margin-left: auto;
  font-size: 30px;
  width: 30px;
  font-weight: 100;
}

.ecommerce-custom .search-form .ciudad-grupo .selector-option {
  display: inline-block;
  width: 100%;
}

.ecommerce-custom .search-form .ciudad-grupo .selector-option input {
  display: inline-block;
}

.ecommerce-custom .search-form .ciudad-grupo label {
  display: inline;
}

#discount-message {
  color: #4fccc1 !important;
}

.ecommerce-custom .block-loginregister-register {
  padding-top: 58px;
  margin-left: 14px;
  border-radius: 10px;
}

/* Listado de salas */
.ecommerce-custom #postsearch-heading {
  font-size: 50px;
  font-weight: 400 !important;
  line-height: 1;
  max-width: 1366px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.ecommerce-custom .display-map {
  margin-bottom: 45px !important;
}

.ecommerce-custom .display-map button {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 5px !important;
  border: none;
  padding: 6px 37px;
}

.search-form .filters-field {
  position: relative;
  flex: 1;
  min-width: 10px;
}

.ecommerce-custom .display-map select {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 9px 24px 8px 15px !important;
}

.ecommerce-custom .space-resume {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(128, 128, 128, 0.5);
}

.ecommerce-custom .space-resume-image-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent
    linear-gradient(180deg, #00000000 0%, #00000092 53%, #000000d9 100%) 0% 0%
    no-repeat padding-box;
}

.ecommerce-custom .space-resume-text-services {
  padding: 20px 23px;
}

.ecommerce-custom .space-resume-text-street {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.ecommerce-custom .site-main.site-main__postion0 .space-resume-text-title {
  font-size: 15px !important;
  font-weight: 300;
  line-height: 25px !important;
  text-decoration: underline;
  margin-bottom: 0;
}

.ecommerce-custom .grid-item {
  margin-bottom: 10px;
}

.ecommerce-custom .space-resume-services-users {
  position: absolute;
  left: 17px;
  top: 389px;
  color: white;
}

.ecommerce-custom .space-resume-services-price-value {
  margin-top: -42px;
  font-size: 18px !important;
}

.ecommerce-custom .space-resume-services {
  max-width: 330px;
  width: 120px;
}

.ecommerce-custom .space-resume-summary {
  padding: 0;
}

.ecommerce-custom .space-resume-summary-list {
  overflow: visible;
  padding: 0;
}

.ecommerce-custom .item-button .button {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.ecommerce-custom .space-resume-text {
  margin-bottom: 20px;
}

.hero {
  background: url("fondo.jpg") center center / cover no-repeat;
  padding: 80px 20px 40px;
  text-align: center;
  color: white;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* top: 0; right: 0; bottom: 0; left: 0; */
  background-color: rgba(0, 0, 0, 0.7);
  /* nivel de oscuridad */
  z-index: 1;
  pointer-events: none;
  /* no bloquear dropdowns superpuestos */
}

.hero-content {
  z-index: 2;
  position: relative;
}

.hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: white;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
  color: white;
}

.search-form {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 40px;
  max-width: 900px;
  margin: 0 auto;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
}

.search-form select {
  border: none;
  padding: 5px;
  margin: 0 5px;
  border-radius: 5px;
  flex: 1;
  min-width: 10px;
  background: white;
}

.search-form input,
.search-form select {
  border: none;
  padding: 5px;
  margin: 0 5px;
  border-radius: 5px;
  flex: 1;
  min-width: 10px;
}

/* Configuración específica para selectores personalizados */
.search-form .selector-container {
  position: relative;
  flex: 1;
  min-width: 10px;
}

.search-form .selector-input {
  border: none;
  /*padding: 12px;*/
  margin: 0 5px;
  border-radius: 5px;
  width: 100%;
  background: white;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 32px;
  text-align: center;
  text-align: center;
  border-bottom: none;
  padding: 0;
  font-size: 18px;
  color: #505050;
  font-weight: 300;
  line-height: 1;
}

.search-form .selector-dropdown {
  position: absolute;
  top: 100%;
  left: 5px;
  right: 5px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  display: none;

  top: 0;
  left: 0;
  background-color: #fefefe;
  color: #171717;
  list-style: none;
  margin: 2.1875rem 0 0 0;
  padding: 1.25rem;
  min-width: 13.125rem;
  max-width: 28.125rem;
  z-index: 5;
  text-align: left;
  transition: opacity 0.15 ease 0.15s;
  max-height: 22.5rem;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(199, 199, 199, 0.3) rgba(199, 199, 199, 0.1);
}

.search-form .selector-dropdown.show {
  display: block;
}

.search-form .selector-option {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-form .selector-option:hover {
  background-color: #f8f9fa;
}

.search-form .selector-option:last-child {
  border-bottom: none;
}

.search-form .selector-option input[type="radio"] {
  margin: 0;
  width: 10px;
  max-width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 3px;
  /* Suave borde redondeado */
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid grey;
  /*transition: box-shadow 0.2s;*/
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.07);*/
  cursor: pointer;
}

.search-form .selector-option label {
  margin: 0;
  flex: 1;
  cursor: pointer;
  color: #171717;
  font-size: 14px;
  min-width: 105px;
}

/* Estilos para grupos de ciudad en selector de espacios */
.search-form .ciudad-grupo {
  border-bottom: 1px solid #e0e0e0;
}

.search-form .ciudad-grupo:last-child {
  border-bottom: none;
}

.search-form .ciudad-header {
  padding: 10px 12px 6px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-form .ciudad-count {
  font-weight: normal;
  color: #999;
  font-size: 11px;
  text-transform: none;
  letter-spacing: normal;
}

.search-form .ciudad-grupo .selector-option {
  padding-left: 20px;
  font-size: 13px;
}

/* Configuración específica para selectores de hora */
.search-form .hora-selector-container {
  position: relative;
  flex: 1;
  min-width: 100px;
}

.search-form .hora-input {
  border: none;
  padding: 12px;
  margin: 0 5px;
  border-radius: 5px;
  width: 100%;
  background: white;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 32px;
}

.search-form .hora-dropdown {
  position: absolute;
  top: 100%;
  left: 5px;
  right: 5px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.search-form .hora-dropdown.show {
  display: block;
}

.search-form .hora-option {
  padding: 10px 12px;
  cursor: pointer;
  /*border-bottom: 1px solid #f0f0f0;*/
  color: #171717;
}

.search-form .hora-option:hover {
  background-color: #f8f9fa;
}

.search-form .hora-option:last-child {
  border-bottom: none;
}

.search-form .hora-option.placeholder {
  color: #999;
  font-style: italic;
}

.search-form .hora-option.disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f9f9f9;
}

/* Estilo personalizado para el campo fecha cuando está vacío */
.search-form input[type="date"].empty-date {
  color: #999;
}

.search-form input[type="date"].empty-date::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
}

.search-form input[type="date"]:focus,
.search-form input[type="date"]:not(.empty-date) {
  color: #171717;
}

.hero p.error-msg {
  color: red;
  text-align: center;
  margin-top: 10px;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin: 50px 0 20px;
}

.card {
  width: 270px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-title {
  position: absolute;
  bottom: 30px;
  left: 10px;
  color: white;
  font-weight: bold;
  background: rgba(0, 0, 0, 0);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.card-city {
  position: absolute;
  bottom: 8px;
  left: 10px;
  color: white;
  font-size: 12px;
  background: rgba(43, 209, 198, 0.9);
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 500;
}

/* Estilos para resultados */
#puestos-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#puestos-grid .puesto-item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  /*background: white;*/
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.95) 33%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  min-height: 150px;
  max-height: 300px;
  position: relative;
}

#puestos-grid .puesto-item:hover {
  /* transform: translateY(-3px);*/
  /*box-shadow: 0 6px 12px rgba(0,0,0,0.15);*/
}

#puestos-grid .puesto-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  position: absolute;
  z-index: -1;
}

#puestos-grid .puesto-item .puesto-info {
  padding: 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#puestos-grid .puesto-item .puesto-nombre {
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#puestos-grid .puesto-item .puesto-grupo {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  background: #f0f0f0;
  padding: 4px 12px;
  border-radius: 15px;
  display: inline-block;
  width: fit-content;
}

#puestos-grid .btn-reservar {
  /* background-color: #37D6C8; */
  color: #000;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 225px;
  height: 45px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-ver-detalle {
  background: #2bd1c6;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.btn-ver-detalle:hover {
  background: #25b5aa;
}

.puesto-detalles {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.puesto-detalles p {
  margin: 5px 0;
  color: white;
}

.btn-reservar:hover {
  background: #25b5aa;
}

.loading {
  text-align: center;
  padding: 40px;
  color: #666;
}

.error-message {
  color: #dc3545;
  text-align: center;
  padding: 20px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  margin: 20px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* top: 0; right: 0; bottom: 0; left: 0; */
  background-color: rgba(0, 0, 0, 0.7);
  /* nivel de oscuridad */
  z-index: 1;
}

.hero h1 {
  font-size: 50px;
  margin-bottom: 24px;
  color: white;
  line-height: 1;
}

.hero p {
  font-size: 18px;
  margin-bottom: 80px;
  color: white;
}

.mobile-only {
  display: none;
}

.hero .filters {
  background: transparent;
  padding: 0;
  width: 100%;
  left: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 80px;
}

.hero .filters-content {
  max-width: 1216px;
  background-color: white;
  border-radius: 50px;
  padding: 10px;
  border: 6px solid black;
  overflow: visible;
  /* permitir dropdown fuera del contenedor */
}

.hero .filters-form {
  background: white;
  border-radius: 50px;
  padding: 7px 0;
  align-items: center;
  position: relative;
}

.hero .filters-field {
  color: black;
  display: inherit;
}

.hero .filters-field::after {
  content: "";
  width: 1px;
  height: 13px;
  display: block !important;
  position: relative;
  right: -3px;
  background: #cccccc;
  top: 3px;
}

.hero .filters-custom-select-label {
  text-align: center;
  border-bottom: none;
  padding: 0;
  font-size: 18px;
  color: #505050;
  font-weight: 300;
  line-height: 1;
}

.filters-custom-date {
  line-height: 1;
}

.hero .filters-field .filters-custom-date-input {
  background: transparent;
  color: #505050;
  border-bottom: none;
  font-weight: 300;
  padding: 0;
}

.hero .filters-custom-select-label::after {
  display: none;
}

.hero .filters-field .button {
  color: transparent;
  width: 36px;
  padding: 5px;
  position: relative;
  height: 36px;
}

.hero .filters-field .button::before {
  content: "";
  mask: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a8 8 0 105.293 14.293l5.707 5.707 1.414-1.414-5.707-5.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/></svg>')
    no-repeat center / contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a8 8 0 105.293 14.293l5.707 5.707 1.414-1.414-5.707-5.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/></svg>')
    no-repeat center / contain;
  background-color: white;
  width: 23px;
  height: 22px;
  display: inline-block;
  position: absolute;
}

.hero .filters-field .button__white {
  display: none;
}

.search-form {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 40px;
  max-width: 900px;
  margin: 0 auto;
  /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
}

.search-form input,
.search-form select {
  border: none;
  padding: 12px;
  margin: 0 5px;
  border-radius: 5px;
  flex: 1;
  min-width: 10px;
  text-align: center;
  text-align: center;
  border-bottom: none;
  padding: 0;
  font-size: 18px;
  color: #505050;
  font-weight: 300;
  line-height: 1;
}

/*
.search-form button {
  background: #2bd1c6;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;}
*/
.hero p.error-msg {
  color: red;
  text-align: center;
  margin-top: 10px;
  display: none;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin: 50px 0 49px;
  line-height: 1;
}

.card {
  width: 451px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.card img {
  width: 100%;
  height: 253px;
  object-fit: cover;
}

.card-title {
  position: absolute;
  bottom: 25px;
  left: 0px;
  color: white;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}

.ecommerce-custom .carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0 20px 50px;
  margin-bottom: 50px;
}

.ecommerce-custom .carousel::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.card {
  flex: 0 0 auto;
  width: 451px;
  scroll-snap-align: start;
}

.btn-buscar {
  background: #2bd1c6;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.btn-buscar svg {
  width: 23px;
  height: 22px;
  display: block;
}

.btn-buscar img {
  width: 15px;
  filter: invert(1);
}

/*.btn-buscar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  background: #2bd1c6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;}
*/

.search-form .selector-dropdown,
.search-form .selector-dropdown:focus,
.search-form .selector-dropdown.show {
  border: none !important;
  outline: none !important;
}

/* Selector puestos flexibles */

.select-puesto-plus {
  background: #f0f0f0;
  width: fit-content;
  max-width: none;
  padding: 5px 32px 5px 5px;
  /* espacio a la derecha para la flecha */
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  cursor: pointer;
}

.puesto-selector select.select-puesto-plus {
  width: 100%;
  max-width: 400px;
  padding: 12px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: border-color 0.2s;
}

.puesto-selector select.select-puesto-plus:focus {
  border-color: #2bd1c6;
  outline: none;
}

.puesto-selector label {
  font-size: 16px;
  margin-bottom: 8px;
  color: #222;
  font-weight: 500;
}

.puesto-selector .btn-reservar {
  background: #2bd1c6;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
}

.puesto-selector .btn-reservar:hover {
  background: #25b5aa;
}

.puesto-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.puesto-nombre {
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.puesto-grupo-fecha {
  text-align: right;
  min-width: 220px;
  display: none;
}

.puesto-grupo {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  background: #f0f0f0;
  padding: 4px 12px;
  border-radius: 15px;
  display: inline-block;
  width: fit-content;
}

.puesto-detalles {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #666;
}

.puesto-detalles p {
  margin: 2px 0;
  color: white;
}

.puesto-detalles p {
  color: white;
}

.puesto-direccion {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: white;
  margin-top: 6px;
}

.puesto-dirección span {
  color: white;
}

.puesto-direccion .location-icon {
  width: 17px;
  height: 17px;
  margin-bottom: 3px;
  margin-right: 10px;
  font-size: 0.75rem;
  background: white;
  color: black;
}

.icon-location {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%232bd1c6" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.filters-custom-select-list {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fefefe;
  color: #171717;
  list-style: none;
  margin: 2.1875rem 0 0 0;
  padding: 1.25rem;
  min-width: 13.125rem;
  max-width: 28.125rem;
  z-index: 10002;
  /* por encima del overlay y otros elementos */
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0.15s;
  max-height: 22.5rem;
  overflow: visible;
  /* que no lo recorte el contenedor */
  overflow-y: auto;
  display: none;
  /* O usa visibility/pointer-events si tienes JS */
  scrollbar-width: thin;
  scrollbar-color: rgba(199, 199, 199, 0.3) rgba(199, 199, 199, 0.1);
}

.space-resume-image-box:after {
  background: #000000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.46) 30%,
    rgba(0, 0, 0, 0) 54%
  ) !important;
}

.wp-grid button {
  padding: 0;
}

.wdp-grid {
  display: grid;
  justify-content: center;
  justify-items: center;
}

.wdp-day:hover {
  border-radius: 50%;
  width: 50%;
}

/* No disponible: opaco y no clickable */
.grid .grid-item.room-unavailable,
.space-resume.room-unavailable {
  opacity: 0.7 !important;
  pointer-events: none !important;
}

.hero .filters-content .filters-field .date-trigger {
  width: 100% !important;
}

/* Badge de disponibilidad */
.space-resume {
  position: relative;
}

.availability-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.85);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  z-index: 2;
}

.availability-badge.loading {
  display: inline-flex;
}

.availability-badge.unavailable {
  display: inline-flex;
  background: #4a4a4a;
  color: #e6e6e6;
  display: none !important;
}

.availability-badge .spinner-avail {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #2bd1c6;
  border-radius: 50%;
  margin-right: 6px;
  animation: avail-spin 1s linear infinite;
}

.availability-badge.loading .spinner-avail {
  display: inline-block;
}

@keyframes avail-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.space-resume .button.is-unavailable {
  background: #4a4a4a !important;
  color: #e6e6e6 !important;
  border-color: #4a4a4a !important;
  cursor: not-allowed;
  pointer-events: none;
}

.space-resume .button.is-unavailable:hover,
.space-resume .button.is-unavailable:focus {
  background: #4a4a4a !important;
  color: #e6e6e6 !important;
}

.space-resume-services-room {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%)
    hue-rotate(72deg) brightness(104%) contrast(104%);
}

.space-resume-services-room img {
  filter: invert(1);
}

.ecommerce-custom .space-resume-services-users {
  left: 0;
  width: 100%;
  padding: 0 17px;
}

.ecommerce-custom .capacity .space-resume-services-users-icon {
  width: 26px;
  display: inline-block;
}

.ecommerce-custom .space-resume-services-users-number {
  display: inline-flex;
}

.ecommerce-custom .space-resume {
  border-radius: 15px;
}

.ecommerce-custom .space-resume-text .space-resume-text-city {
  height: 41px;
}

.wdp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.wdp-title {
  font-weight: 600;
}

.wdp-nav {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}

.wdp-nav:disabled,
.wdp-nav.wdp-nav-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.wdp-weekdays {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin: 6px 0 4px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.wdp-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

.wdp-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 6px;
}

.wdp-day {
  background: #fff;
  border: none;
  cursor: pointer;
}

.wdp-day:hover {
  background: #f2f6ff;
  border-color: #c7d4ff;
}

.wdp-disabled {
  opacity: 0.45;
  cursor: not-allowed !important;
}

.wdp-placeholder {
  visibility: hidden;
}

/* --- DISEÑO RESPONSIVE -- */

/* --- CONTENIDO PRINCIPAL --- */
.checkout-main {
  width: 100%;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
}

h3.summary-space-name {
  font-weight: 300;
  font-size: 13px !important;
  line-height: 1;
}

.plan-description h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 43px;
}

.location-link {
  color: #171717;
  text-decoration: underline;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 21px;
  padding-bottom: 0;
  border-bottom: none;
}

.location-icon {
  margin-bottom: 25px;
}

.plan-description hr {
  margin: 0;
  color: #d5d5d5;
  margin-bottom: 20px;
}

.highlight-text {
  color: #4fccc1;
  font-weight: 600;
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 1;
}

/* Checkmark icon */
.features-list li::before {
  content: "✓";
  color: #505050;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}

/* --- COLUMNA DERECHA: RESUMEN --- */
.summary-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 34px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  max-width: 471px;
}

.summary-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 31px;
}

.summary-item {
  margin-bottom: 37px;
}

.plan-description-extra {
  margin-top: 1.5rem;
}

.plan-input .quantity-select {
  width: 83px;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  color: #4a4a4a;
  border: 1px solid #d5d5d5;
  padding: 3px 12px;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: none;
}

.custom-select:after {
  font-family: "Dashicons";
  content: "\f347";
  font-size: 13px;
  position: absolute;
  right: 8px;
  top: 55%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}

.discount-input-group {
  display: flex;
  align-items: center;
  text-align: center;
}

.discount-input-group input {
  flex-grow: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #9d9d9d;
  margin-right: 25px;
  text-align: center;
}

.price-row.total {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
}

.summary-card .btn-primary {
  background: #37d6c8;
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: 16px;
  padding: 15px 100px;
  border: none;
  border-radius: 50px;
}

/*
  #image-modal {
      display: flex;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s;
      position: fixed;
      z-index: 99999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      align-items: center;
      justify-content: center;}
#image-modal.active {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;}
#image-modal img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
      animation: fadeIn 0.3s ease;}
*/

.summary-button {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.map-modal-content {
  width: 696px;
  max-width: 100%;
  margin: auto;
}

/* Time selection */

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input[type="text"],
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
}

.time-selectors {
  display: flex;
  gap: 15px;
}

.time-selectors .form-group {
  flex: 1;
}

.time-slots {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 1px;
}

.time-slot {
  /*padding: 5px 8px;
      border-radius: 4px;
      font-size: 12px;
      background-color: #f0f0f0;
      color: #aaa;
      background-color: #fdeaea;
      color: #dc3545;*/

  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #d6f5c7;
  color: #28a745;
  cursor: pointer;
}

.time-slot.selected {
  background-color: #b9e09b;
  color: #28a745;
  font-weight: bold;
}

.time-slot.occupied {
  background-color: #fdeaea;
  color: #dc3545;
  font-weight: bold;
}

.availability-notice {
  text-align: justify;
  color: #37d6c8;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Café o infusión */

.options {
  margin-bottom: 20px;
  border-top: 1px solid #e0e0e0;
}

.option-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-item span {
  font-size: 14px;
}

.option-item span small {
  display: block;
  color: #888;
  font-size: 12px;
}

.option-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.option-price span {
  font-size: 14px;
  color: #555;
}

.option-price select {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ddd;
  min-width: 100px;
  text-align: center;
}

/* Info Section */
.features {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  color: #555;
  font-size: 14px;
}

.content .features span {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 20px;
}

.address {
  margin-bottom: 20px;
}

.address p {
  font-weight: 500;
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Contenedor */
.bloque-bonos-salas {
  width: 100%;
  margin: 0 auto;
}

/* Título */
.bloque-bonos-salas__title {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 24px 0 14px;
  text-transform: uppercase;
}

/* Grid de tarjetas */
.bloque-bonos-salas__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* Tarjeta */
.bono-card {
  border-radius: 4px;
  min-height: clamp(160px, 24vw, 240px);
  color: #eef3f6;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.bono-card--wine {
  background: #4b2f35;
}

.bono-card--navy {
  background: #16273b;
}

.ecommerce-custom .page-container {
  max-width: 1278px;
  margin: 0 auto;
  /*padding: 79px 0;*/
  box-shadow: none;
}

/* Contenido */
.bono-card__content {
  padding: clamp(18px, 3vw, 32px);
  width: 100%;
  display: grid;
  align-content: start;
  gap: 12px;
}

.bono-card__title {
  color: #d6dde3;
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
}

.bono-card__desc {
  margin: 0;
  color: #d6dde3;
  font-size: 0.95rem;
}

/* CTA pastilla */
.bono-card__cta {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
  border: 2px solid #111;
}

.bono-card__cta:hover {
  background: white;
  color: #111;
}

.bono-card__cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.location-link-salas {
  color: #171717;
  text-decoration: underline;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.gm-style-iw-d {
  padding-top: 0;
}

.puesto-precio-plus-badge {
  background: #4a4a4a;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  padding: 8px 15px;
  margin-bottom: 15px;
  min-width: 54px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 10px;
}

.puesto-precio-total-plus-badge {
  background: #4a4a4a;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  padding: 8px 15px;
  margin-bottom: 15px;
  min-width: 54px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.puesto-precio-text {
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 15px;
  min-width: 54px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

/*Boton de login (Registrado) */
/* Icono de usuario Nexudus (se añade dinámicamente) */
.nx-user-icon {
  position: static;
  background: #4a4a4a;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-top: -6px;
  opacity: 0;
  animation: fadeInUser 0.6s forwards;
  transition: background 0.3s;
  pointer-events: none;
}

.nx-user-icon.nx-off {
  display: none;
}

@keyframes fadeInUser {
  to {
    opacity: 1;
  }
}

/* por si tu theme no lo tiene, fuerza la apertura en hover */
.menu-item-button.menu-item-has-children:hover > .sub-menu {
  display: block;
  /* o visibility: visible; depende del theme */
  opacity: 1;
  /* si tu theme usa transición */
}

.puesto-item .loom-flexplus-row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.puesto-item .loom-flexplus-row .select-col {
  min-width: 240px;
}

.puesto-item .loom-flexplus-row .select-col label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.puesto-item .loom-flexplus-row select.select-puesto-plus {
  width: 100%;
  height: 44px;
  max-width: 300px;
}

.puesto-item .loom-flexplus-row .btn-reservar {
  border-radius: 30px;
  height: 44px;
  padding: 0 30px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.puesto-item .btn-no-disponible {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 25px;
  height: 44px;
  padding: 0 30px;
  cursor: not-allowed !important;
  /* pointer-events: none; */
  white-space: nowrap;
  width: max-content;
  margin-top: 40px;
}

.puesto-item .btn-no-disponible:hover {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 25px;
  height: 44px;
  padding: 0 30px;
  cursor: not-allowed !important;
  pointer-events: none;
  white-space: nowrap;
  width: max-content;
}

.gm-style-iw-chr button {
  width: 35px !important;
  height: 35px !important;
}

.gm-style-iw-chr button span {
  margin: 6px !important;
}

/** BUSCADOR PUESTOS **/
.hero .filters-field .date-trigger {
  background: transparent !important;
  color: black !important;
  border: 0 !important;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  width: auto !important;
  /* clave: no ocupar 100% */
  min-width: 9.375rem;
  /* igual que antes si lo quieres */
  text-align: center;
  text-transform: capitalize;
}

/* Mantén el separador vertical entre campos */
.hero .filters-field.filters-custom-date::after {
  content: "";
  width: 1px;
  height: 13px;
  display: inline-block;
  position: relative;
  right: -3px;
  background: #ccc;
  top: 3px;
}

/* Si algún script crea altInput, escóndelo */
.flatpickr-alt-input {
  display: none !important;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #171717;
}

/*
.search-form button {
  background: #2bd1c6;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  content: "";
  /*mask: url(data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a8 8 0 105.293 14.293l5.707 5.707 1.414-1.414-5.707-5.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/></svg>) no-repeat center / contain;
  -webkit-mask: url(data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a8 8 0 105.293 14.293l5.707 5.707 1.414-1.414-5.707-5.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/></svg>) no-repeat center / contain;
  background-color: white;
  width: 23px;
  height: 22px;
  display: inline-block;
  position: absolute;}
*/
.hero p.error-msg {
  color: red;
  text-align: center;
  margin-top: 10px;
}

.ecommerce-custom .carousel {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px 50px;
}

#puestos-grid .puesto-item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  /*background: white;*/
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.95) 33%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  min-height: 150px;
  max-height: 300px;
  position: relative;
}

#puestos-grid .btn-reservar:hover {
  border: 2px solid #51ddd0;
  background-color: white;
}

#puestos-grid .puesto-item .puesto-info {
  padding: 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: auto;
}

#puestos-grid .btn-reservar {
  /* background-color: #37D6C8; */
  color: #000;
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 225px;
  height: 45px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
.btn-reservar {
  background: #2bd1c6;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;}
*/
.btn-reservar:hover {
  background: #25b5aa;
}

body {
  margin: 0;
  background: #fff;
  color: #171717;
}

.hero .filters-content {
  max-width: 1216px;
  background-color: white;
  border-radius: 50px;
  padding: 10px;
  border: 6px solid black;
}

.hero .filters-field::after {
  content: "";
  width: 1px;
  height: 13px;
  display: inline-block;
  position: relative;
  right: -3px;
  background: #cccccc;
  top: 3px;
}

.hero .filters-field.filters-custom-date::after {
  display: none;
}

.hero .filters-field:last-child::after {
  display: none;
}

.ecommerce-custom .carousel {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  padding: 0 20px 50px;
  margin-bottom: 50px;
}

.ecommerce-custom .carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.search-form .selector-dropdown,
.search-form .selector-dropdown:focus,
.search-form .selector-dropdown.show {
  border: none !important;
  outline: none !important;
}

.puesto-precio {
  display: inline-block;
  color: white;
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}

.puesto-precio-plus {
  display: inline-block;
  background: #2bd1c6;
  color: white;
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
}

.puesto-dirección span {
  color: white;
  text-decoration: underline;
}

/* NUEVO: estilos datepicker L–V */
.wdp-panel {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px;
  font-family: inherit;
  color: #222;
}

.puesto-selector label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #222;
  font-weight: 500;
  text-align: left;
}

input,
button,
select,
optgroup,
textarea {
  /*font-family: "Montserrat", sans-serif !important;*/
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
}

ecommerce-custom .hero-content .filters .selector-input,
.ecommerce-custom .hero-content .filters .hora-input {
  font-size: 18px;
  line-height: 1;
  color: #505050;
  font-weight: 300;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.ecommerce-custom .hero-content .filters .selector-input::placeholder,
.ecommerce-custom .hero-content .filters .hora-input::placeholder,
.hero .filters-content .filters-field .date-trigger {
  color: black;
}

.ecommerce-custom .site-main {
  min-height: auto;
}

#menu-item-logout .logout-icon {
  width: 20px;
  margin-left: 5px;
}

.wdp-day-selected {
  background: #2bd1c6;
  border-color: #2bd1c6;
  border-radius: 50%;
  width: 50%;
}

/* El botón debe permitir que el tooltip sobresalga */
button.btn-buscar[disabled],
button.btn-buscar.disabled {
  position: relative;
  overflow: visible !important;
}

/* MENSAJE: arriba del botón */
button.btn-buscar[disabled]:hover::after,
button.btn-buscar.disabled:hover::after {
  content: "Debes completar todos los campos de búsqueda";
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;

  /* clave: arriba del botón y separado */
  top: auto !important;
  bottom: calc(100% + 10px) !important;

  background: #111;
  color: #fff;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.3;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  pointer-events: none;

  min-width: 200px;
  max-width: 280px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;

  text-transform: none !important;
}

/* Temporal - Ocultar faqs */
.ecommerce-custom .faqs {
  display: none;
}
