:root {
  --primary-color: #64adb7;
  --secondary-color: #f7f9fc;
  --title-color: #7e868a;
  --ternary-color: #f1f3f5;
  --input-color: #f5f6f7;
  --hover-color: #4799A4;
  --microweb-font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
  font-family: var(--microweb-font-family);
  color: var(--title-color);
  background-color: #fff;
}

.header-business-identity {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-business-logo {
  width: 14rem;
  max-height: 4rem;
  object-fit: contain;
}

.header-business-brand {
  color: var(--title-color);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.header-business-tag {
  color: #acacac;
  font-weight: 200;
  font-size: 0.85rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.nav-reserva {
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 4px;
}

.nav-reserva:hover {
  color: var(--hover-color);
}

.banner {
  width: 100%;
  height: 18rem;
  background-color: #e5e7eb;
  background-size: cover;
  background-position: center;
}

.encabezados_rosa {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.content-pullup {
  margin-top: 3rem;
  padding-bottom: 5rem;
}

.card-main {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /*padding: 2rem;*/
  padding: 0;
}

.business-name {
  font-size: 1.5rem;
  color: var(--title-color);
}

.topbar-card {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.topbar-card a {
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-color);
}

/**.service-selector {
    background-color: #f9fafb;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    border-left: 4px solid #e5e7eb;
    display: flex;
    align-items: center;
}

.service-selector .arrow {
    color: #9ca3af;
    cursor: pointer;
    margin-right: 0.75rem;
}

.staff-card {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #f3f4f6;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.15s;
}

.staff-card:hover {
    background-color: #f9fafb;
}

.staff-avatar {
    width: 3rem;
    height: 3rem;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 0.125rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.staff-avatar svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #d1d5db;
}

.staff-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.125rem;
}
**/
.sidebar-box {
  background-color: var(--secondary-color);
  border-radius: 0.250rem;
  padding: 1.5rem;
  font-size: 0.875rem;
}

.map-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 360/250;
  background-color: var(--input-color);
  border-radius: 0.125rem;
  overflow: hidden;
  filter: grayscale(0.3);
  transition: filter 0.3s;
}

.map-wrapper:hover {
  filter: grayscale(0);
}

.map-wrapper img,
.map-wrapper .map-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--title-color);
  text-align: center;
  padding: 1rem;
}

.schedule-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-transform: capitalize;
  font-size: 0.9em;
  color: var(--title-color);
  margin-bottom: 0.5rem;
}

.schedule-row span.days {
  font-weight: 500;
}

.social-badge {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #d1d5db;
  padding: 0 4px;
  border-radius: 0.25rem;
  color: #6b7280;
  text-decoration: none;
  transition: opacity 0.2s;
}

.icon {
  width: 1.2rem;
}

.social-link {
  display: inline-block;
  padding: 0.35rem;
  margin: -0.2rem;
}

.social-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.2s, opacity 0.2s;
}

.social-icon:hover {
  opacity: 0.8;
  transform: scale(1.05);
  cursor: pointer;
}

.site-footer {
  border-top: 1px solid #f3f4f6;
  padding: 2rem 0;
  background: var(--ternary-color);
  font-size: 0.625rem;
  color: #9ca3af;
  font-weight: 500;
}

/* Banner de Cookies premium (Diseño del Mockup) */
.cookie-banner {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 680px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  padding: 30px 40px;
  z-index: 10000;
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-family: var(--microweb-font-family), system-ui, -apple-system, sans-serif;
}
.cookie-banner.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 30px);
}
.cookie-banner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.cookie-banner-title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #111;
  margin: 0;
}
.cookie-banner-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}
.cookie-banner-close:hover {
  color: #000;
}
.cookie-banner-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
  text-align: justify;
}
.cookie-banner-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cookie-banner-actions .btn {
  padding: 10px 28px;
  font-size: 0.95rem;
  border-radius: 8px;
  font-weight: 500;
  min-width: 140px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.cookie-banner-actions .btn-primary {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}
.cookie-banner-actions .btn-primary:hover {
  background-color: var(--hover-color) !important;
}
.cookie-banner-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.85rem;
}
.cookie-banner-links a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}
.cookie-banner-links a:hover {
  text-decoration: underline;
}

/* Widget bloqueado por cookies */
.widget-cookie-blocked {
  background: #f8f9fa;
  border: 1px dashed #dee2e6;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  margin: 20px 0;
}
.widget-cookie-blocked p {
  color: var(--title-color);
  font-size: 0.9rem;
}
.widget-cookie-blocked button {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.widget-cookie-blocked button:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

/* Detalle de Política de Cookies (plegable) */
.cookie-policy-details {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #555;
  border-left: 4px solid var(--primary-color);
  transition: max-height 0.3s ease;
}
.cookie-policy-details.hidden {
  display: none;
}

/* Backdrop / Fondo oscurecido para consentimiento */
.cookie-banner-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  backdrop-filter: blur(2px);
}
.cookie-banner-backdrop.hidden {
  display: none;
}

/* Responsividad para móviles */
@media (max-width: 991.98px) {
  .sidebar-box {
    font-size: 0.95rem;
  }
  .map-wrapper {
    max-width: 380px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767.98px) {
  .banner {
    height: 6rem;
  }
  .content-pullup {
    margin-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  .header-business-logo {
    max-width: 100%;
    width: 12rem;
  }
  .sidebar-box {
    padding: 1.25rem;
  }
  .icon {
    width: 1.1rem;
    vertical-align: middle;
  }
  .cookie-banner {
    top: 50% !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 420px !important;
    padding: 25px 20px !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3) !important;
  }
  .cookie-banner.hidden {
    opacity: 0 !important;
    transform: translate(-50%, -45%) !important;
  }
  .cookie-banner-title {
    font-size: 1.35rem !important;
  }
  .cookie-banner-text {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }
  .cookie-policy-details {
    font-size: 0.9rem !important;
  }
  .cookie-banner-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
  }
  .cookie-banner-actions .btn {
    width: 100% !important;
    min-width: unset !important;
    font-size: 1.05rem !important;
    padding: 12px 20px !important;
  }
  .cookie-banner-links {
    font-size: 0.95rem !important;
  }
}

/*# sourceMappingURL=custom_css.css-aff0e7c451a4d194d89e4e3ce2f90211.map */
