/* ========================================
   ESTILOS PÁGINA DE EVENTO - DeFerias
   ======================================== */

body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  background-color: #f8f9fa;
}

/* Colores patrios argentinos */
.bg-argentina {
  background-color: #0099cc; /* celeste */
}

.text-argentina {
  color: #0099cc;
}

/* HERO */
.evento-hero {
  background: url('../img/banner-ferias.jpg') center/cover no-repeat;
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evento-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 61, 102, 0.45);
}

.evento-hero h1, 
.evento-hero p {
  position: relative;
  z-index: 2;
  text-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

/* LINKS Y BOTONES */
a {
  text-decoration: none;
}

.btn-outline-primary {
  border-color: #0099cc;
  color: #0099cc;
}

.btn-outline-primary:hover {
  background-color: #0099cc;
  color: white;
}

/* ALOJAMIENTOS */
.alojamiento-card {
  border-left: 4px solid #0099cc;
}

/* BANNERS */
.banner img {
  width: 100%;
  border-radius: 10px;
}

/* FOOTER */
footer {
  background-color: #002147;
}
