/* Estilos de emergencia para solucionar problemas - 2025-07-02 */

/* Ajustes para el texto del slider en móviles */
@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
  }
  
  .hero-content .hero-desc {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }
  
  /* Ajustes para las imágenes de logos en el slider */
  .hero-content h1 img {
    max-width: 120px !important;
    height: auto !important;
    margin: 0.5rem 0 !important;
  }
}

/* Estilos para las pestañas de precios */
.cruise-prices .tabs {
  display: flex;
  margin-bottom: 1rem;
}

.cruise-prices .tab-btn {
  flex: 1;
  padding: 0.5rem;
  background: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
}

.cruise-prices .tab-btn.active {
  background: #3a86ff;
  color: white;
  border-color: #3a86ff;
}

.cruise-prices .tab-content {
  display: none;
}

.cruise-prices .tab-content.active {
  display: block;
}
