.animated-reserva-widget {
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 !important;
  color: #f9f4ef !important;
}
@media screen and (max-width: 1240px) {
  .animated-reserva-widget {
    max-width: 100%;
  }
}
.animated-reserva-widget * {
  color: inherit !important;
}
.animated-reserva-widget p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.animated-reserva-widget h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}
.animated-reserva-widget u,
.animated-reserva-widget p {
  font-family: "Inconsolata", monospace;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.animated-reserva-widget__panel {
  width: 400px;
  height: 100%;
  transition: width 0.5s ease, opacity 0.5s ease, background-size 0.5s ease;
  position: relative;
  background-color: #111d11;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  padding: 20px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  flex-shrink: 0;
}
.animated-reserva-widget__panel.is-hovered {
  width: 625.79px;
  background-size: 100% auto;
}
.animated-reserva-widget__panel.is-not-hovered {
  width: 287.105px;
  background-size: 150% auto;
}
.animated-reserva-widget__compact-title {
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 2;
  position: relative;
}
.animated-reserva-widget__panel.is-hovered .animated-reserva-widget__compact-title {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.animated-reserva-widget__content {
  width: 100%;
  min-width: 625.79px;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
  padding: 20px;
  background-color: rgba(17, 29, 17, 0.5);
}
.animated-reserva-widget__content--visible {
  opacity: 1;
}
.animated-reserva-widget__panel.is-hovered .animated-reserva-widget__content {
  opacity: 1;
}
.animated-reserva-widget__button {
  display: inline-block;
  padding: 8px 20px;
  border: 1.5px solid;
  border-radius: 4px;
  text-decoration: none !important;
  background-color: transparent;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
}
.animated-reserva-widget__button:hover {
  background: #f9f4ef;
  color: #2c3e50 !important;
}
@media screen and (max-width: 1240px) {
  .animated-reserva-widget__panel {
    width: 33.33%;
  }
  .animated-reserva-widget__panel.is-hovered {
    width: 52.15%;
  }
  .animated-reserva-widget__panel.is-not-hovered {
    width: 23.92%;
  }
  .animated-reserva-widget__content {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .animated-reserva-widget {
    flex-direction: column;
    height: auto;
    /*
    &__panel.is-not-hovered {
      display: none !important;
    }*/
  }
  .animated-reserva-widget__panel {
    width: 350px !important;
    max-width: 100%;
    min-width: unset;
    background-size: cover;
  }
  .animated-reserva-widget__panel.is-hovered {
    /*width: 100%;*/
    height: 340px;
  }
  .animated-reserva-widget__content {
    width: 100%;
    min-width: unset;
  }
}

/*# sourceMappingURL=animated-reserva.css.map */
