    h2 { text-align: center; margin: 2rem 0 1rem; font-size: 2rem; }
    .carousel-wrapper { overflow: hidden; max-width: 100%; padding: 0 2rem; }
    .carousel-track { display: flex; transition: transform 0.5s ease-in-out; width: fit-content; }
    .slide { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; min-width: 100%; padding-bottom: 2rem; }
    .ruta-card { width: 100%; background: #fff; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); padding: 1.5rem; box-sizing: border-box; }
    .ruta-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #003366; }
    .ruta-card p { margin: 0.3rem 0; font-size: 0.9rem; }
    .precio { font-weight: bold; margin: 0.5rem 0; }
    .btn-horarios { display: inline-block; margin-top: 0.5rem; padding: 0.5rem 1rem; background: #00707f; color: #fff; border-radius: 8px; text-decoration: none; }
    .dots { text-align: center; margin-bottom: 2rem; }
    .dot { height: 12px; width: 12px; margin: 0 6px; background-color: #ccc; border-radius: 50%; display: inline-block; cursor: pointer; }
    .dot.active { background-color: #00707f; }
    .tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 3rem; gap: 0.5rem; }
    .tab { padding: 0.6rem 1rem; background: #e0e0e0; border-radius: 5px; cursor: pointer; }
    .tab.active { background: #00707f; color: #fff; }
    .terminales-content { display: none; padding: 1rem 2rem; }
    .terminales-content.active { display: block; }


    .beneficios-etn {
  background-color: #00385D; /* tono azul corporativo ETN */
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

.titulo-beneficios {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  justify-content: center;
}

.beneficio-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease;
}

.beneficio-item:hover {
  transform: translateY(-5px);
}

.icono-beneficio {
  font-size: 65px;
  color: #00BFFF;
  display: block;
  margin-bottom: 10px;
}


.faq-section {
  background-color: #f7f9fc;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.titulo-faq {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #00385D;
  margin-bottom: 40px;
}

.faq-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
}

.faq-item {
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.faq-question {
  width: 100%;
  background-color: #e8f0fc;
  border: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  color: #00385D;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #d6e5fb;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.faq-answer a {
  color: #007BFF;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}

.faq-item.active .faq-answer {
  display: block;
}


.banner-verano {
  position: relative;
  width: 100%;
  height: 420px;
  background: url('../branded/banner-colima-etn-branded.webp') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  overflow: hidden;
}

/* Bloque de texto */
.overlay-texto {
  background: rgba(0, 0, 0, 0.4); /* sutil fondo oscuro */
  padding: 40px 60px;
  max-width: 520px;
  margin-left: 100px;
  border-radius: 10px;
  color: #fff;
}

.overlay-texto h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}

.overlay-texto h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.overlay-texto p {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

/* Responsivo */
@media (max-width: 768px) {
  .banner-verano {
    height: 300px;
  }

  .overlay-texto {
    margin-left: 20px;
    padding: 25px;
    max-width: 90%;
  }

  .overlay-texto h2 {
    font-size: 1.8rem;
  }

  .overlay-texto h3 {
    font-size: 1.2rem;
  }

  .overlay-texto p {
    font-size: 0.95rem;
  }
}
