@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f9fafb;
  color: #374151;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  min-h-screen: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main-header {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 2rem;
}

.brand-wrapper {
  display: flex;
  align-items: center;
}
.brand-wrapper .brand-logo-img {
  height: 120px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-desktop .nav-link {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  text-decoration: none;
  color: #374151;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}
.nav-desktop .nav-link:hover {
  color: #d97706;
}
.nav-desktop .nav-link.active {
  color: #059669;
}

.mobile-trigger {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #374151;
  cursor: pointer;
}

.nav-mobile {
  display: flex;
  flex-direction: column;
  background-color: #f9fafb;
  padding: 1rem;
  gap: 12px;
}
.nav-mobile .nav-link-mobile {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  text-decoration: none;
  color: #374151;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-mobile .nav-link-mobile:hover {
  color: #d97706;
}
.nav-mobile .nav-link-mobile.active {
  color: #059669;
}

@media (max-width: 768px) {
  .nav-desktop {
    display: none;
  }
  .mobile-trigger {
    display: block;
  }
  .brand-wrapper .brand-logo-img {
    height: 65px;
  }
}
.main-footer {
  background-color: #111827;
  color: #9ca3af;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 0.875rem;
}

.home-page {
  background-color: #f9fafb;
  min-height: 100vh;
}

.hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.5rem;
}
.hero-section .hero-container {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.hero-section h1 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.categories-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}

.categories-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr) minmax(70px, 90px);
  gap: 1rem;
  margin-top: -50px;
  align-items: stretch;
}

.category-card-link {
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Alinea verticalmente su contenido (la tarjeta) al centro */
  height: 100%; /* Toma toda la altura disponible de la fila */
}

.category-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  flex-grow: 1;
}
.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.category-card .card-icon {
  font-size: 2.2rem;
  color: #d97706;
}
.category-card h3 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
  letter-spacing: 0.3px;
}
.category-card.category-card-more {
  align-self: center;
  flex-grow: 0;
  height: 50%;
  width: 100%;
  min-height: 70px;
  padding: 0.5rem 0.25rem;
  background-color: #d97706;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  gap: 0.25rem;
}
.category-card.category-card-more .card-icon {
  font-size: 1.2rem;
  color: #ffffff;
}
.category-card.category-card-more h3 {
  font-size: 0.68rem;
  color: #ffffff;
  white-space: nowrap;
}
.category-card.category-card-more:hover {
  transform: translateY(-2px);
  /* Usamos la sintaxis moderna de Sass para oscurecer un 5% el color */
  background-color: rgb(192.1860986547, 105.3923766816, 5.3139013453);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.featured-section {
  padding: 4rem 0;
}
.featured-section .section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.featured-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.featured-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}
.featured-card.border-destacado {
  border: 2px solid rgba(234, 179, 8, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.featured-card .card-image {
  height: 180px;
  width: 100%;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}
.featured-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-card .card-info {
  padding: 1.25rem;
}
.featured-card .card-info h3 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.25rem 0;
}
.featured-card .card-info .category {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #9ca3af;
  margin: 0 0 1rem 0;
}
.featured-card .card-meta {
  display: flex;
  gap: 1.25rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}
.featured-card .card-meta .rating {
  color: #eab308;
  display: flex;
  align-items: center;
  gap: 4px;
}
.featured-card .card-meta .distance {
  color: #374151;
  display: flex;
  align-items: center;
  gap: 4px;
}
.featured-card .card-meta .distance i {
  color: #9ca3af;
}
.featured-card .card-meta .card-fecha {
  margin-left: auto; /* Magia Flexbox: empuja este elemento al extremo derecho */
  color: #374151;
  display: flex;
  align-items: center;
  gap: 4px;
}
.featured-card .card-meta .card-fecha i {
  color: #9ca3af;
}

@media (max-width: 1024px) {
  .categories-container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: -30px;
  }
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: 300px;
  }
  .hero-section h1 {
    font-size: 1.5rem;
  }
  .categories-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
}
/* Oculta la sección en pantallas menores a 768px (móviles) */
@media (max-width: 767px) {
  .d-none-mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .business-hero-grid {
    grid-template-columns: 1.2fr 1fr;
  }
  .business-hero-grid .secondary-images-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  .business-hero-grid, .business-hero-grid.standard-layout {
    grid-template-columns: 1fr !important;
    margin-bottom: 2rem;
  }
  .business-hero-grid .main-image-wrapper, .business-hero-grid.standard-layout .main-image-wrapper {
    height: 280px;
  }
  .business-hero-grid .contact-sidebar-card, .business-hero-grid.standard-layout .contact-sidebar-card {
    height: auto;
    gap: 1.5rem;
  }
  .modern-details-table {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .nav-desktop {
    display: none;
  }
  .mobile-trigger {
    display: block;
  }
  .brand-wrapper .brand-logo-img {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .search-sidebar {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 1.5rem;
  }
  .sidebar-toggle-btn {
    display: flex; /* Se visualiza el botón en móviles */
  }
  .sidebar-collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out, opacity 0.25s ease-out;
    opacity: 0;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-top: 0.5rem;
    /* Al expandirse se le añade la clase .show vía JS */
  }
  .sidebar-collapsible-content.show {
    max-height: 1000px; /* Suficiente espacio para los filtros */
    opacity: 1;
    padding: 1.25rem;
  }
}
.search-page-container {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background-color: #f9fafb;
  padding: 2rem 1rem;
  max-width: 1280px;
  margin: 0 auto;
}

.search-top-bar-wrapper {
  margin-bottom: 2rem;
}
.search-top-bar-wrapper .results-counter {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #374151;
  font-weight: 500;
}

.search-bar-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.search-input-container {
  position: relative;
  flex: 1;
}

.search-submit-btn {
  background-color: #d97706;
  color: #ffffff;
  border: none;
  padding: 0 20px;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-submit-btn:hover {
  background-color: #b45309;
}

.search-bar {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  width: 100%;
  max-width: 800px;
  overflow: visible;
}
.search-bar .search-input {
  flex: 1;
  border-right: 1px solid #e5e7eb;
}
.search-bar .search-input input {
  width: 100%;
  border: none;
  padding: 1.25rem 1.5rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  outline: none;
  color: #111827;
  background: transparent;
  border-radius: 12px 0 0 12px;
}
.search-bar .search-input input::-moz-placeholder {
  color: #9ca3af;
}
.search-bar .search-input input::placeholder {
  color: #9ca3af;
}
.search-bar .location-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  width: 65px;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .search-bar .location-input-container {
    width: 25%;
    padding: 0 1.5rem;
    justify-content: flex-start;
    gap: 0.5rem;
  }
}
.search-bar .location-input-container .select-icon {
  color: #9ca3af;
  font-size: 1.1rem;
  pointer-events: none;
}
.search-bar .location-select-custom {
  width: 100%;
  border: none;
  background: transparent;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%239ca3af'><path d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  padding-right: 12px;
  color: transparent;
  text-shadow: 0 0 0 transparent;
}
@media (min-width: 768px) {
  .search-bar .location-select-custom {
    color: #374151;
    text-shadow: none;
    padding-right: 1.5rem;
    background-size: 12px;
  }
}
.search-bar .location-select-custom option {
  background-color: #ffffff;
  color: #111827;
  font-weight: 500;
}

.suggestions-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background-color: #ffffff !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 999;
  max-height: 300px;
  overflow-y: auto;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.suggestions-dropdown .suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  color: #374151;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.suggestions-dropdown .suggestion-item:not(:last-child) {
  border-bottom: 1px solid rgba(156, 163, 175, 0.15);
}
.suggestions-dropdown .suggestion-item:hover {
  background-color: rgba(217, 119, 6, 0.05);
  color: #b45309;
}
.suggestions-dropdown .suggestion-item .suggestion-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: rgba(5, 150, 105, 0.1);
  color: #059669;
  padding: 2px 8px;
  border-radius: 20px;
}

.search-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 768px) {
  .search-layout {
    grid-template-columns: 280px 1fr;
  }
}

.search-sidebar {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}
.search-sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 0.75rem;
}
.search-sidebar .sidebar-header h3 {
  font-size: 1.1rem;
  color: #111827;
  margin: 0;
  font-weight: 700;
}
.search-sidebar .sidebar-header .clear-filters-link {
  font-size: 0.85rem;
  color: #d97706;
  text-decoration: none;
  font-weight: 600;
}
.search-sidebar .sidebar-header .clear-filters-link:hover {
  color: #b45309;
  text-decoration: underline;
}
.search-sidebar .filter-group {
  margin-bottom: 1.75rem;
}
.search-sidebar .filter-group h4 {
  font-size: 0.8rem;
  color: #111827;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.search-sidebar .filter-group .filter-options-scroll {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.filter-count {
  margin-left: 4px; /* Asegura un espacio mínimo a la izquierda del número */
  color: #374151; /* Hace que el número (8) sea gris sutil para que no compita visualmente con el texto */
  font-size: 0.9em; /* Achica levemente el tamaño del contador */
}

.control-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: #374151;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
}
.control-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.control-checkbox input:checked ~ .control-indicator {
  background-color: #059669;
  border-color: #059669;
}
.control-checkbox input:checked ~ .control-indicator:after {
  display: block;
}
.control-checkbox .control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 4px;
}
.control-checkbox .control-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.filter-tags-grid .tag-pill-checkbox {
  font-size: 0.8rem;
  background-color: #f3f4f6;
  color: #374151;
  padding: 0.4rem 0.75rem;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
}
.filter-tags-grid .tag-pill-checkbox input {
  display: none;
}
.filter-tags-grid .tag-pill-checkbox:hover {
  background-color: #e5e7eb;
}
.filter-tags-grid .tag-pill-checkbox.is-active {
  background-color: rgba(217, 119, 6, 0.1);
  color: #b45309;
  border-color: #d97706;
}

.no-results-box {
  text-align: center;
  padding: 4rem 2rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  color: #374151;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.no-results-box i {
  font-size: 2.5rem;
  color: #9ca3af;
  margin-bottom: 1rem;
}
.no-results-box p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.no-results-box .btn-clear-large {
  display: inline-block;
  background-color: #059669;
  color: #ffffff;
  text-decoration: none;
  padding: 0.65rem 1.25rem;
  border-radius: 12px;
  font-weight: 600;
  transition: background 0.2s;
}
.no-results-box .btn-clear-large:hover {
  background-color: #047857;
}

.sidebar-mini-search {
  position: relative;
  margin-bottom: 0.75rem;
}
.sidebar-mini-search input {
  width: 100%;
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  outline: none;
  color: #111827;
  transition: border-color 0.2s ease;
}
.sidebar-mini-search input:focus {
  border-color: #d97706;
}
.sidebar-mini-search input::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.sidebar-mini-search input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.sidebar-mini-search .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: #9ca3af;
  pointer-events: none;
}

.tag-item-row {
  transition: opacity 0.15s ease;
}
.tag-item-row[style*="display: none"] {
  opacity: 0;
}

/* Estilos por defecto para el botón toggle (oculto en pantallas grandes) */
.sidebar-toggle-btn {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.sidebar-toggle-btn i {
  font-size: 1.1rem;
  color: #d97706; /* Color naranja de tu marca */
}
.sidebar-toggle-btn .arrow-indicator {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.sidebar-toggle-btn.active {
  border-color: #d97706;
}
.sidebar-toggle-btn.active .arrow-indicator {
  transform: rotate(180deg); /* La flecha gira al estar expandido */
}

/* En resoluciones menores a 768px (móviles/tablets) */
.business-detail-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.business-title {
  color: #d97706;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.business-hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 3rem;
}
.business-hero-grid.standard-layout, .business-hero-grid:not(:has(.secondary-images-wrapper)) {
  grid-template-columns: 2fr 1fr !important;
}
.business-hero-grid.standard-layout.standard-layout, .business-hero-grid:not(:has(.secondary-images-wrapper)).standard-layout {
  grid-template-columns: 1fr !important;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}
.business-hero-grid.standard-layout.standard-layout .main-image-wrapper, .business-hero-grid:not(:has(.secondary-images-wrapper)).standard-layout .main-image-wrapper {
  height: 450px;
}
@media (max-width: 1024px) {
  .business-hero-grid {
    grid-template-columns: 1.2fr 1fr;
  }
  .business-hero-grid .secondary-images-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  .business-hero-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .business-hero-grid .contact-sidebar-card {
    order: 1;
    height: auto;
    margin-bottom: 1.5rem;
  }
  .business-hero-grid .main-image-wrapper {
    order: 2;
    height: 280px;
    margin-bottom: 1.5rem;
  }
  .business-hero-grid .secondary-images-wrapper {
    order: 3;
  }
}

.main-image-wrapper {
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.secondary-images-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 400px;
}
.secondary-images-wrapper .secondary-img {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.secondary-images-wrapper.single-secondary {
  display: flex !important;
  flex-direction: column;
}
.secondary-images-wrapper.single-secondary .secondary-img {
  height: 100% !important;
  flex: 1;
}

.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5rem;
}

.contact-sidebar-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(17, 24, 39, 0.05);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}
.contact-sidebar-card .map-container {
  height: 140px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f9fafb;
}
.contact-sidebar-card .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-sidebar-card .map-container .map-fallback {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  gap: 0.5rem;
}
.contact-sidebar-card .map-container .map-fallback i {
  font-size: 1.8rem;
}
.contact-sidebar-card .map-container .map-fallback span {
  font-size: 0.8rem;
  font-weight: 600;
}

.contact-quick-info {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-quick-info .info-row {
  display: flex;
  align-items: baseline;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
}
.contact-quick-info .info-row .label {
  width: 90px;
  font-weight: 700;
  color: #111827;
}
.contact-quick-info .info-row .value {
  color: #374151;
  text-decoration: none;
  word-break: break-all;
  flex: 1;
}
.contact-quick-info .info-row .value.text-link {
  color: #2563eb;
  font-weight: 600;
}
.contact-quick-info .info-row .value.text-link:hover {
  text-decoration: underline;
}
.contact-quick-info .tags-row {
  align-items: center;
  margin-top: 0.25rem;
}
.contact-quick-info .tags-badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  flex: 1;
}

.sidebar-actions {
  display: flex;
  gap: 0.75rem;
}
.sidebar-actions a, .sidebar-actions button {
  flex: 1;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.75rem 0.25rem;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sidebar-actions .btn-outline-share {
  background: transparent;
  border: 1.5px solid #9ca3af;
  color: #374151;
}
.sidebar-actions .btn-outline-share:hover {
  background-color: #f9fafb;
  border-color: #374151;
}
.sidebar-actions .btn-outline-share.btn-whatsapp {
  border-color: #25d366;
  color: #128c7e;
}
.sidebar-actions .btn-outline-share.btn-whatsapp:hover {
  background-color: rgba(37, 211, 102, 0.1);
}
.sidebar-actions .btn-solid-visit {
  background-color: #d97706;
  color: #ffffff;
  border: none;
}
.sidebar-actions .btn-solid-visit:hover {
  background-color: #b45309;
}

.business-details-section {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  padding-top: 2rem;
}
.business-details-section .details-section-title {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}
.business-details-section .description-content {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.business-details-section .section-divider {
  border: 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  margin: 1.5rem 0;
}

.modern-details-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.modern-details-table .detail-column {
  display: flex;
  flex-direction: column;
}
.modern-details-table .detail-cell {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
  align-items: center;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
}
.modern-details-table .detail-cell .cell-label {
  font-weight: 700;
  color: #111827;
}
.modern-details-table .detail-cell .cell-value {
  color: #374151;
  font-weight: 500;
}
.modern-details-table .detail-cell .cell-value a {
  color: inherit;
  text-decoration: none;
}
.modern-details-table .detail-cell .cell-value a:hover {
  color: #d97706;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .modern-details-table {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.tag-badge {
  background-color: rgba(5, 150, 105, 0.12);
  color: #047857;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.2s ease;
}
.tag-badge:hover {
  background-color: #d97706;
  color: #ffffff;
}

.lightbox-modal {
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  margin: auto;
  overflow: visible;
}
.lightbox-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
}

.lightbox-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
}
.lightbox-content img {
  max-width: 90vw;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  display: block;
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lightbox-close:hover {
  color: #ff4d4d;
  transform: scale(1.1);
}

/* Contenedor principal para darle aire y centrarlo */
.evento-detalle {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Títulos y jerarquía */
.evento-detalle h2,
.evento-detalle h3 {
  color: #1a1a1a;
  margin-top: 24px;
  margin-bottom: 12px;
}

/* Párrafos: dales un respiro entre sí */
.evento-detalle p {
  margin-bottom: 16px;
  font-size: 16px;
}

/* Si los emojis quedaron en párrafos separados, podemos hacer que fluyan mejor */
.evento-detalle p:has(img),
.evento-detalle p:has(span) {
  margin-bottom: 8px;
}

/* Para que la imagen del banner sea responsiva y no explote */
.evento-detalle img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Un toque sutil para redondear las esquinas */
  margin: 24px auto; /* Centrada y con aire arriba y abajo */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Sombrita para que resalte */
}

/* Este CSS se escribe UNA SOLA VEZ en tu proyecto */
.contenido-importado p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.1rem;
}

/* 1. Las imágenes comunes (el banner del evento) se centran y escalan */
.contenido-importado img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 8px;
}

/* 2. Excepción para los emojis: se comportan como texto */
.contenido-importado img.emoji,
.contenido-importado img[src*=emoji],
.contenido-importado img[class*=emoji] {
  display: inline !important; /* Evita que se comporten como bloque */
  margin: 0 4px !important; /* Les da un pequeño aire a los costados */
  width: 1.2em !important; /* Hace que tengan el tamaño del texto que los rodea */
  height: 1.2em !important;
  vertical-align: -0.2em !important; /* Los alinea bien con la línea del texto */
  box-shadow: none !important; /* Por si tenías sombras globales */
}

/* Si te mandan emojis sueltos o saltos de línea molestos */
.contenido-importado br {
  content: "";
  margin: 0.5rem 0;
  display: block;
}

.activities-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
}

.activity-card {
  display: flex;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  align-items: stretch;
}
.activity-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.activity-card .activity-img-wrapper {
  width: 300px;
  min-width: 300px;
}
.activity-card .activity-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.activity-card .activity-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.activity-card .activity-content h3 {
  margin: 0 0 0.5rem 0;
  color: #111827;
  font-size: 1.25rem;
}
.activity-card .activity-content p {
  color: #374151;
  margin-bottom: 1rem;
}
.activity-card .activity-content .activity-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.activity-card .activity-content .activity-tags-wrapper .tag-meta {
  background: rgba(156, 163, 175, 0.2);
  color: #059669;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}
.activity-card .activity-content .activity-tags-wrapper .category-tag {
  background: rgba(217, 119, 6, 0.1);
  color: #d97706;
  font-weight: 600;
  border: 1px solid rgba(217, 119, 6, 0.2);
}
.activity-card .activity-content .activity-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}
.activity-card .activity-content .activity-footer-flex .clock-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #374151;
  font-size: 0.9rem;
}
.activity-card .activity-content .activity-footer-flex .btn-details {
  background: #d97706;
  color: #ffffff;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .activity-card {
    flex-direction: column;
  }
  .activity-card .activity-img-wrapper {
    width: 100%;
    height: 180px;
  }
}
.month-title {
  margin: 1.2rem 0 1rem 0;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  color: #059669;
}

.no-events-message {
  text-align: center;
  color: #9ca3af;
  margin-top: 3rem;
  font-size: 1.1rem;
}

.novedades-section {
  padding-top: 1.5rem !important;
}
.novedades-section .section-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #d97706;
}

.background-novedades {
  height: 200px;
  min-height: auto !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.background-novedades .hero-container {
  padding: 0 1rem;
  max-width: 800px;
  margin: 0 auto;
}
.background-novedades .hero-container h1 {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .background-novedades {
    height: 160px;
  }
  .background-novedades .hero-container h1 {
    font-size: 1.4rem;
  }
}

.fecha-evento {
  font-size: 1.5rem;
  font-weight: 800;
  color: #059669;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

/* Contenedor de las dos columnas de información rápida */
.evento-info-adicional {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 30px 0;
  padding: 20px;
  background-color: #f8fafc;
  border-radius: 12px;
  border-left: 5px solid #4f46e5;
}

/* Estilo para cada columna */
.info-col {
  flex: 1;
  min-width: 250px;
}

/* Etiquetas grises superiores ("Cuándo", "Costo") */
.info-label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #718096;
  font-weight: 700;
  margin-bottom: 6px;
}

/* El contenido principal de la columna */
.info-valor {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a202c;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Badges y estilos visuales específicos */
.badge-gratis {
  background-color: #def7ec;
  color: #03543f;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
}

.precio {
  font-size: 1.25rem;
  color: #2b6cb0;
  font-weight: 800;
}

.link-inscripcion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  width: auto;
  white-space: nowrap;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background-color: #059669;
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.link-inscripcion::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.2s ease;
}
.link-inscripcion:hover {
  color: #ffffff;
  background-color: #047857;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.link-inscripcion:hover::after {
  transform: translateX(3px);
}
.link-inscripcion:active {
  transform: scale(0.98);
}

/* Contenedor del botón */
.btn-volver-css {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4b5563; /* gray-600 de Tailwind */
  text-decoration: none;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.2s ease;
}

/* Efecto Hover en el texto */
.btn-volver-css:hover {
  color: #111827; /* gray-900 */
}

/* La flecha mágica hecha con bordes de CSS */
.flecha-back {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2.5px solid currentColor;
  border-left: 2.5px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 3px; /* Pequeño ajuste de centrado */
  transition: transform 0.2s ease;
}

/* Animación sutil: cuando pasás el mouse, la flechita amaga a irse a la izquierda */
.btn-volver-css:hover .flecha-back {
  transform: rotate(-45deg) translate(-2px, -2px);
}

.descripcion-evento {
  max-width: 750px;
  margin: 2.5rem auto 0;
  padding: 0 10px;
}
.descripcion-evento h2 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 0.1rem;
  letter-spacing: -0.02em;
}
.descripcion-evento p {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #374151;
  white-space: pre-line;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.descripcion-evento img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin: 2rem auto 3rem auto;
  transition: transform 0.3s ease;
}
.descripcion-evento img:hover {
  transform: scale(1.01);
}

.featured-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.featured-card.border-destacado {
  border-color: #eab308;
  box-shadow: 0 0 10px rgba(234, 179, 8, 0.2);
}
.featured-card .card-badge-destacado {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out;
}
.featured-card .card-badge-destacado i {
  color: #eab308;
  font-size: 0.95rem;
}
.featured-card:hover .card-badge-destacado {
  transform: scale(1.1) rotate(15deg);
}

.filters-container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
}
.filters-container .filters-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
}
.filters-container .filter-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 180px;
  min-width: 150px;
}
.filters-container .filter-group label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #4a5568;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.filters-container .filter-group input[type=date],
.filters-container .filter-group select {
  width: 100%;
  height: 42px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #cbd5e0;
  background-color: #f7fafc;
  font-size: 0.9rem;
  color: #2d3748;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.filters-container .filter-group input[type=date]:focus,
.filters-container .filter-group select:focus {
  border-color: #3182ce;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
}
.filters-container .filter-group.date-inputs {
  flex-direction: row;
  gap: 10px;
  flex: 2 1 320px;
}
.filters-container .filter-group.date-inputs .input-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.filters-container .filter-group.checkbox-group {
  flex: 0 1 auto;
  min-width: 140px;
  margin-bottom: 8px;
}
.filters-container .filter-group.checkbox-group .checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: none;
}
.filters-container .filter-group.checkbox-group .checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.filters-container .filter-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}
.filters-container .filter-buttons .btn-filter-submit {
  height: 42px;
  background-color: #eab308;
  color: #ffffff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 0 20px;
  cursor: pointer;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s;
}
.filters-container .filter-buttons .btn-filter-submit:hover {
  background-color: rgb(194.5487603306, 148.8214876033, 6.6512396694);
}
.filters-container .filter-buttons .btn-filter-reset {
  height: 42px;
  background-color: #edf2f7;
  color: #4a5568;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}
.filters-container .filter-buttons .btn-filter-reset:hover {
  background-color: #e2e8f0;
}

@media (max-width: 768px) {
  .filters-container {
    padding: 16px;
  }
  .filters-container .filters-form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .filters-container .filter-group {
    flex: 1 1 100%;
  }
  .filters-container .filter-group.date-inputs {
    flex-direction: column;
    flex: 1 1 100%;
  }
  .filters-container .filter-group.checkbox-group {
    align-self: flex-start;
    margin-top: 5px;
  }
  .filters-container .filter-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 0;
    height: 42px;
  }
  .filters-container .filter-buttons .btn-filter-submit,
  .filters-container .filter-buttons .btn-filter-reset {
    width: 100%;
    justify-content: center;
  }
}
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .contact-grid {
    flex-direction: column;
  }
}

.contact-card {
  flex: 1;
  min-width: 300px;
  padding: 2rem;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.contact-card h2 {
  color: #d97706;
  margin-bottom: 1rem;
  font-weight: 800;
}
.contact-card h3 {
  color: #111827;
  margin-bottom: 1rem;
}
.contact-card p {
  color: #374151;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.2rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #374151;
  font-weight: 500;
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  background-color: #f7fafc;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border-color: #d97706;
}

.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-primary {
  background-color: #d97706;
}
.btn-primary:hover {
  background-color: #b45309;
}

.btn-secondary {
  background-color: #059669;
}
.btn-secondary:hover {
  background-color: #047857;
}

.contacto-section {
  padding: 4rem 0;
}
.contacto-section .section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.contacto-section h2 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #d97706;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
}/*# sourceMappingURL=styles.css.map */