/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Estilos personalizados para el proyecto */

.encabezado-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;  /* ajusta este valor según se vea */
  object-fit: contain;  /* mantiene proporciones y muestra todo el logo */
}

.origin-booking {
  background-color: #0066cc !important; /* Blue - Professional booking platform */
  color: white !important;
  border: 1px solid #0052a3;
}

.origin-airbnb {
  background-color: #ff5a5f !important; /* AirBnB Red */
  color: white !important;
  border: 1px solid #e04448;
}

.origin-escapadarural {
  background-color: #28a745 !important; /* Green - Nature/Rural */
  color: white !important;
  border: 1px solid #1e7e34;
}

.origin-phone {
  background-color: #ffc107 !important; /* Yellow/Orange - Phone/WhatsApp */
  color: #212529 !important;
  border: 1px solid #e0a800;
}

.origin-email {
  background-color: #17a2b8 !important; /* Cyan - Email/Digital */
  color: white !important;
  border: 1px solid #138496;
}

.origin-default {
  background-color: #6c757d !important; /* Gray - Default/Other */
  color: white !important;
  border: 1px solid #545b62;
}

