<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contenedor-eventos .header-tiempo {
  position: sticky;
  top: 143px;
  z-index: 2;
}
.contenedor-eventos .header-tiempo .container .row .years {
  margin: 0;
  height: 100%;
}
.contenedor-eventos .header-tiempo .container .row .years .year {
  background-color: #e09ca1;
  width: 65px;
  margin: 0;
  text-align: center;
  height: 100%;
  padding: 12px 0px 15px 0px;
}
.contenedor-eventos .header-tiempo .container .row .years .month {
  font-size: 16px;
  font-weight: 500;
}
.contenedor-eventos .header-tiempo .container .row .years .active {
  background: url("/images/habitaciones/iconos/flecha_hover.png") center 43px no-repeat;
  color: #fac234;
}
.contenedor-eventos .header-tiempo .container .row .years .separator:last-child {
  display: none;
}
.contenedor-eventos .eventos-eventos .item-evento {
  text-align: center;
}
.contenedor-eventos .eventos-eventos .item-evento img {
  height: 118px;
  width: 165px;
  object-fit: cover;
}
.contenedor-eventos .eventos-eventos .item-evento span {
  margin: auto;
}
.contenedor-eventos .eventos-eventos .item-evento p {
  margin: auto;
  margin-top: 5px;
}
.contenedor-eventos .descripcion-eventos .evento-izquieda img {
  height: 216px;
  width: 291px;
  object-fit: cover;
  padding: 0;
  margin-top: 100px;
  margin-left: 50px;
}
.contenedor-eventos .descripcion-eventos .evento-derecha .horario {
  text-transform: none;
}
.contenedor-eventos .descripcion-eventos .evento-derecha label {
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contenedor-eventos .descripcion-eventos .evento-derecha p {
  margin-bottom: 10px;
}
</pre></body></html>