
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Roboto:wght@400;500;700&family=Georgia:wght@400;700&family=Times+New+Roman:wght@400;700&family=Oswald:wght@400;600&family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@500;700&family=Josefin+Sans:wght@400;600&family=Rajdhani:wght@400;600&family=Play:wght@400;700&family=Cardo:wght@400;700&display=swap');

:root {
  --azul: #1D90D7;
  --azul-oscuro: #1D90D7;
  --amarillo: #CCCCCC;
  --gris: #F2F2F2;
  --texto: #292929;
  --navbar-bg: #EDEDED;
  --navbar-text: #1D90D7;
  --footer-bg: #F5F5F5;
  --footer-text: #292929;
  --card-bg: #EDEDED;
  --card-title: #292929;
  --card-text: #292929;
  --btn-text: #FFFFFF;

  --hero-bg-image: none;
  --font-main: 'Rajdhani', sans-serif;
}


.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
* { box-sizing: border-box; }
body {
  font-family: var(--font-main);
  background: var(--gris);
  color: var(--texto);
  margin: 0;
}
body, h1, h2, h3, h4, h5, h6, .navbar, .nav-link, .btn, input, select, textarea {
  font-family: var(--font-main) !important;
}
.navbar {
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--azul);
  background: var(--navbar-bg) !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar .nav-link, .navbar .navbar-brand { color: var(--navbar-text) !important; }
.navbar .nav-link.active { color: var(--navbar-text); font-weight: 700; }
.brand-logo {
  height: 44px;
  width: auto;
}
.btn-primario {
  background: var(--azul);
  color: var(--btn-text);
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
  border: 1px solid var(--azul);
}
.btn-primario:hover { background: var(--azul-oscuro); color: var(--btn-text); }
.btn-sec {
  background: var(--card-bg);
  color: var(--azul);
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
  border: 1px solid var(--card-text);
}
.btn-sec:hover { background: var(--amarillo); color: var(--texto); border-color: var(--amarillo); }
.btn-outline-primary {
  color: var(--azul);
  border-color: var(--azul);
}
.btn-outline-primary:hover {
  background: var(--azul);
  border-color: var(--azul);
  color: var(--footer-text);
}
.hoverable, .btn, .nav-link, a {
  transition: transform .15s ease, box-shadow .2s ease, color .15s ease, background .15s ease;
}
.hoverable:hover, .btn:hover, .nav-link:hover, a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  text-decoration: none;
}
.hero-magabus {
  color: var(--footer-text);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 26px 52px rgba(0,0,0,0.28);
}
.hero-logo {
  max-width: 320px;
  height: auto;
  margin-bottom: 1rem;
}
.hero-img {
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.22);
}
.hero-card-img {
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.22);
}
.hero-text {
  margin-top: 48px;
}
.badge-amarillo {
  background: var(--amarillo);
  color: var(--texto);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.mini-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 16px 36px rgba(0,0,0,0.10);
  color: var(--card-text);
  text-align: center;
}
.mini-card h5, .mini-card h6 { color: var(--card-title); }
.mini-card p { color: var(--card-text); }
.mini-card .fs-3,
.mini-card .feat-icon-preview {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seccion { padding: 3rem 0; }
.destino-card {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0,0,0,0.14);
  transition: transform .2s ease, box-shadow .2s ease;
  background: var(--card-bg);
}
.destino-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.destino-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  height: 100%;
  color: var(--card-text);
}
.destino-card .card-body .btn {
  margin-top: auto;
}
.destino-card h5, .destino-card h6 { color: var(--card-title); }
.destino-card p { color: var(--card-text); }
.destino-card table { color: var(--card-text); }
.map-embed {
  border: 0;
}
.destino-card input.form-control, .destino-card textarea.form-control {
  background: var(--card-bg);
  color: var(--card-text);
  border-color: var(--card-title);
}
.destino-card input::placeholder, .destino-card textarea::placeholder {
  color: var(--card-text);
}
.destino-card input.form-control:focus, .destino-card textarea.form-control:focus {
  background: var(--card-bg);
  color: var(--card-text);
  border-color: var(--card-title);
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.05);
}
.destino-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(0,0,0,0.18);
}
.text-primary { color: var(--azul) !important; }
.bi { color: var(--azul); }
.tabla-horarios {
  background: var(--card-bg);
  color: var(--card-text);
  border-radius:20px;
  box-shadow:0 16px 32px rgba(0,0,0,0.12);
}
.tabla-horarios h4, .tabla-horarios h6 { color: var(--card-title); }
.tabla-horarios .text-muted { color: var(--card-title) !important; }
.tabla-horarios .table {
  background: var(--card-bg) !important;
  color: var(--card-text) !important;
  border-color: rgba(255,255,255,0.08);
}
.tabla-horarios .table * {
  background: var(--card-bg) !important;
  color: var(--card-text) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
.tabla-horarios .table thead th { color: var(--card-title) !important; }
footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 2rem 0;
}
footer h5, footer p, footer a { color: var(--footer-text) !important; }
