:root {
  --black: #1e1e1e;
  --beige: #feead8;
  --rojo: #de4426;
  --rojo-puro: red;
  --azul: #125ab1;
  --verde: #0e170f;
  --amarillo: #e28900;
  --transparent: #0000;
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Tt Commons, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.body-home {
  background-image: url('../images/HOME.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.header {
  z-index: 5;
  padding-top: 58px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-header {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.items-header {
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  display: flex;
}

.menu-btn {
  background-color: var(--beige);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 9px;
  transition: all .4s;
  display: flex;
  transform: rotate(0);
}

.menu-btn:hover {
  background-color: var(--rojo);
}

.menu-btn.on {
  transform: rotate(90deg);
}

.menu-btn.on:hover {
  background-color: var(--beige);
}

.menu-btn.verde:hover {
  background-color: var(--verde);
}

.lineas-boton {
  border-top: 1px solid var(--rojo);
  border-bottom: 1px solid var(--rojo);
  width: 23px;
  height: 8px;
}

.lineas-boton.azul {
  border-top-color: var(--azul);
  border-bottom-color: var(--azul);
}

.lineas-boton.verde {
  border-top-color: var(--verde);
  border-bottom-color: var(--verde);
}

.lineas-boton.amarillo {
  border-top-color: var(--amarillo);
  border-bottom-color: var(--amarillo);
}

.lineas-boton.hover {
  border-top-color: var(--beige);
  border-bottom-color: var(--beige);
}

.btn-stay {
  background-color: var(--beige);
  color: var(--rojo);
  border-radius: 200px;
  margin-left: 29px;
  padding: 13px 24px 14px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
}

.btn-stay:hover {
  background-color: var(--rojo);
  color: var(--beige);
}

.btn-stay.azul {
  color: var(--azul);
}

.btn-stay.verde {
  color: var(--verde);
}

.btn-stay.verde:hover {
  background-color: var(--verde);
  color: var(--beige);
}

.btn-stay.amarillo {
  color: var(--amarillo);
}

.lang {
  color: var(--rojo);
  margin-bottom: 2px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.lang.azul {
  color: var(--azul);
}

.lang.verde {
  color: var(--verde);
}

.lang.amarillo {
  color: var(--amarillo);
}

.lang.on {
  color: var(--beige);
}

.lang.responsive {
  display: none;
}

.hero-home {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 969px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container-hero-home {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1490px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.p-hero-home {
  color: var(--beige);
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.degradado-hero {
  z-index: 1;
  background-image: linear-gradient(#000c, #0000);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.imagen-hero {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-saty-short-or-long {
  background-color: var(--rojo-puro);
  padding-bottom: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.top-stay {
  border-bottom: 1px solid var(--beige);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 170px;
  padding-top: 22px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
}

.link-stay {
  color: var(--beige);
  font-size: 41px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.flecha-link {
  color: var(--beige);
  width: 29px;
  font-size: .8em;
  line-height: 0;
  transition: all .2s;
  display: inline-block;
  position: relative;
  right: 0;
}

.flecha-link.hover {
  position: relative;
  right: -10px;
}

.titulo-bakery {
  color: var(--beige);
  text-align: center;
  max-width: 1360px;
  margin: 0 auto 56px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18em;
}

.cap {
  text-transform: uppercase;
}

.titulo-stay {
  background-color: var(--beige);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px 19px;
  font-family: Tt Commons, sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 1.3em;
}

.slider-stay {
  background-color: var(--transparent);
  height: auto;
}

.stay-hide {
  display: none;
}

.slide-content {
  height: 100%;
  position: relative;
}

.linea-stay-slider {
  z-index: 1;
  background-color: #fbead966;
  height: 2px;
  position: absolute;
  top: 36px;
  left: 20px;
  right: 20px;
}

.avance-slide-stay {
  background-color: var(--beige);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.titulo-room {
  z-index: 1;
  color: var(--beige);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.3em;
  position: absolute;
  top: 38px;
  left: 20px;
}

.bottom-room {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 27px;
  left: 20px;
  right: 20px;
}

.p-bottom-room {
  color: var(--beige);
  letter-spacing: .01em;
  max-width: 550px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
}

.link-book {
  color: var(--beige);
  padding-right: 23px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
}

.link-book:hover {
  padding-left: 23px;
  padding-right: 0;
}

.imagen-fondo-room {
  z-index: 0;
  aspect-ratio: 1727 / 742;
  object-fit: cover;
  width: 100%;
}

.nav-slider-stay {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--beige);
  justify-content: space-between;
  align-items: flex-start;
  height: 228px;
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 38px;
  display: flex;
}

.nav-slides {
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 300;
  line-height: 1.3em;
}

.link-view-rooms {
  color: var(--black);
  flex: none;
  justify-content: space-between;
  align-items: center;
  font-size: 41px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.flecha-link-negra {
  width: 29px;
  height: 0;
  font-size: .8em;
  line-height: 0;
  transition: all .2s;
  display: inline-block;
  position: relative;
  right: 0;
}

.flecha-link-negra.hover {
  right: -10px;
}

.link-room {
  color: #9d938a;
  text-decoration: none;
  transition: all .2s;
}

.link-room:hover, .link-room.on {
  color: var(--black);
}

.section-mucha-gang {
  background-color: var(--azul);
  padding: 91px 20px 60px;
}

.titulo-mucha-gang {
  color: var(--beige);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 1em;
}

.top-mucha-gang {
  border-bottom: 1px solid var(--beige);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-bottom: 33px;
  display: flex;
}

.p-mucha-gang {
  color: var(--beige);
  max-width: 715px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.lista-de-categorias-y-filtros {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  padding-right: 21px;
  display: flex;
}

.link-filtro {
  background-color: var(--transparent);
  color: #b0bec7;
  letter-spacing: .02em;
  border-radius: 200px;
  padding: 15px 36px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-filtro:hover {
  color: var(--beige);
}

.link-filtro.on {
  background-color: var(--beige);
  color: var(--azul);
}

.lista-de-categorias {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filtros-categorias {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 1em;
}

.link-cats {
  color: #b0bec7;
  text-decoration: none;
  transition: all .2s;
}

.link-cats:hover, .link-cats.on {
  color: var(--beige);
}

.lista-de-posts {
  float: left;
  clear: both;
  flex-flow: wrap;
  margin-left: -7px;
  margin-right: -7px;
  display: block;
}

.thumb-post-home {
  width: 100%;
  text-decoration: none;
}

.col-thumb {
  float: left;
  width: 33.33%;
  margin-bottom: 54px;
  padding-left: 7px;
  padding-right: 7px;
}

.img-thumb-post {
  aspect-ratio: 544 / 410;
  object-fit: cover;
  width: 100%;
  margin-bottom: 12px;
}

.titulo-thumb {
  color: var(--beige);
  margin-bottom: 4px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1em;
}

.p-sub-thumb {
  color: var(--beige);
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

.titulo-evemts {
  background-color: var(--beige);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding: 47px 20px 19px;
  font-family: Tt Commons, sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 1.3em;
}

.nav-slider-events {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--beige);
  justify-content: space-between;
  align-items: flex-start;
  height: 323px;
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 38px;
  display: flex;
}

.go-to-top-grupo {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  height: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.btn-go-to-top {
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 12px 26px 14px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
  position: relative;
  bottom: 110px;
}

.btn-go-to-top:hover {
  background-color: var(--azul);
}

.flecha {
  color: var(--transparent);
  background-image: url('../images/flecha_top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-footer {
  background-color: var(--amarillo);
  padding: 35px 20px 80px;
}

.section-footer.negro {
  background-color: var(--black);
}

.col-footer {
  width: 100%;
  max-width: 880px;
}

.titulo-footer {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1em;
}

.titulo-footer.newsletter {
  margin-bottom: 13px;
}

.fila-lugares-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.p-footer-lugares {
  color: var(--beige);
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.col-footer-direccion {
  max-width: 217px;
  text-decoration: none;
}

.fila-horarios {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 9px;
  display: flex;
}

.link-logo-footer {
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 15px;
}

.fila-top-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 57px;
  display: flex;
}

.newsletter-footer {
  margin-bottom: 64px;
}

.input-newsletter {
  background-color: var(--beige);
  color: var(--amarillo);
  border: 1px #000;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.fila-newsletter {
  max-width: 641px;
  position: relative;
}

.btn-newsletter {
  color: var(--amarillo);
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-right: 28px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
}

.btn-newsletter:hover {
  color: var(--black);
}

.fila-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cols-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 880px;
  padding-top: 9px;
  display: flex;
}

.link-footer {
  color: var(--beige);
  margin-bottom: 6px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 19px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
}

.link-footer:hover {
  text-decoration: underline;
}

.col-lista-links {
  flex-flow: column;
  width: 100%;
  max-width: 217px;
  display: flex;
}

.col-contacto-footer {
  width: 100%;
  max-width: 611px;
}

.titulo-at {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1em;
}

.titulo-at.newsletter {
  margin-bottom: 13px;
}

.p-contacto-footer {
  color: var(--beige);
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.p-contacto-footer:hover {
  padding-left: 15px;
}

.phone-footer {
  margin-right: 13px;
  font-weight: 300;
}

.numero-footer {
  margin-right: 7px;
}

.legales-footer {
  color: var(--beige);
  width: 100%;
  max-width: 163px;
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 12px;
  line-height: 1.1em;
}

.bottom-contact-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.body-neighbors {
  background-image: url('../images/Neighbors.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.hero-neighbors {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 921px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container-hero-neighbors {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1490px;
  margin-top: 86px;
  display: flex;
  position: relative;
}

.section-cafe-neighbors {
  background-color: var(--azul);
  padding-left: 20px;
  padding-right: 20px;
}

.titulo-neighbors {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.titulo-neighbors.negro {
  color: var(--black);
}

.top-neighbors {
  border-bottom: 1px solid var(--beige);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 22px;
  padding-bottom: 16px;
  display: flex;
}

.top-neighbors.negro {
  border-bottom-color: var(--black);
}

.titulo-fresh {
  padding-top: 143px;
  padding-bottom: 150px;
}

.opening-hours {
  text-align: center;
}

.p-open-everyday {
  color: var(--beige);
  text-align: center;
  margin-bottom: 44px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.titulo-opening-hours {
  color: var(--beige);
  text-align: center;
  max-width: 1360px;
  margin: 0 auto 15px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18em;
}

.btn-visit-instagram {
  background-color: var(--beige);
  color: var(--azul);
  border-radius: 100px;
  padding: 10px 31px 12px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
}

.btn-visit-instagram:hover {
  background-color: var(--amarillo);
}

.section-slider-neighbors {
  background-color: var(--azul);
  padding-bottom: 224px;
  padding-left: 20px;
  overflow: hidden;
}

.slider-sobrado-neighbors {
  width: 118vw;
}

.col-slide-neighbors {
  float: left;
  width: 25%;
  padding-right: 30px;
}

.col-slide-neighbors.hide-tem {
  display: none;
}

.img-slide-neighbors {
  width: 100%;
  margin-bottom: 31px;
}

.numerp-slide {
  color: var(--beige);
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.body-rooms {
  background-image: url('../images/Rooms.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.section-rooms {
  background-color: var(--verde);
  padding-bottom: 148px;
  padding-left: 20px;
  padding-right: 20px;
}

.top-rooms {
  border-bottom: 1px solid var(--beige);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 152px;
  padding-top: 22px;
  padding-bottom: 16px;
  display: flex;
}

.lista-featured {
  width: 100%;
}

.titulo-featured {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 54px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.col-featured {
  width: 30.4%;
  line-height: 1em;
  text-decoration: none;
}

.img-rooms {
  width: 100%;
  margin-bottom: 20px;
}

.fila-datos-featured {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.titulo-conepto-featured {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 42.5px;
  font-weight: 300;
  line-height: 1.3em;
}

.fila-availability-y-guests {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-check-availability {
  border: 1px solid var(--beige);
  color: var(--beige);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 9px 12px 12px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
}

.p-guests {
  color: var(--beige);
  margin-bottom: 0;
  font-family: Tt Commons, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.guests {
  margin-left: 4px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.precio-rooms {
  color: var(--beige);
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.lista-items-featured {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-bedrooms {
  background-color: var(--beige);
  padding-bottom: 300px;
}

.lista-bedroom {
  padding-top: 79px;
  overflow: hidden;
}

.titulo-bedroom {
  text-align: center;
  margin-bottom: 96px;
  padding-left: 20px;
  padding-right: 20px;
}

.primer-t-tulo-bedroom {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.t-tulo-master {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 400;
  line-height: 1em;
}

.slideshow-masteroom {
  width: 118vw;
}

.col-slide-room {
  float: left;
  width: 25%;
  padding-right: 31px;
}

.col-slide-room.hide-tem {
  display: none;
}

.numerp-room {
  color: #1e1e1e;
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.img-slide-rooms {
  object-fit: cover;
  width: 100%;
  height: 600px;
  margin-bottom: 14px;
}

.lista-info-rooms {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: wrap;
  margin-top: 64px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.col-info-room {
  max-width: 880px;
}

.p-room {
  color: var(--black);
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.3em;
}

.p-room.lista {
  margin-bottom: 0;
  line-height: 1.12em;
}

.book-btn-room {
  background-color: var(--black);
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1em;
  transition: all .2s;
}

.book-btn-room:hover {
  background-color: var(--azul);
}

.linea-rooms {
  border-bottom: 1px solid var(--black);
  height: 0;
  margin-top: 89px;
  margin-left: 20px;
  margin-right: 20px;
}

.body-spaces {
  background-image: url('../images/Spaces.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.section-space {
  background-color: var(--azul);
  padding-bottom: 314px;
  padding-left: 20px;
  padding-right: 20px;
}

.titulo-the-space {
  padding-top: 143px;
  padding-bottom: 170px;
}

.lista-imagenes-spaces {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 269px;
  display: flex;
}

.img-spaces {
  aspect-ratio: 16 / 10.57;
  object-fit: cover;
  width: 49.4%;
}

.img-spaces.menor {
  aspect-ratio: 16 / 23.6;
  width: 24.3%;
}

.form-spaces {
  text-align: center;
  max-width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.input-spaces-newsletter {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--beige);
  background-color: var(--transparent);
  color: var(--beige);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 300;
}

.input-spaces-newsletter:focus {
  border-bottom-color: var(--beige);
}

.titulo-spaces-newsletter {
  color: var(--beige);
  margin-bottom: 12px;
  font-family: Forma Djr Mono, sans-serif;
  line-height: 1em;
}

.titulo-send-us {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 29px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1em;
}

.input-wrapper-newsletter {
  position: relative;
}

.flecha-btn {
  color: var(--transparent);
  background-image: url('../images/flecha_send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 22px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body-events {
  background-image: url('../images/Events.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.hero-events {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 1021px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.section-events-detalle {
  background-color: var(--rojo-puro);
  padding-bottom: 219px;
  padding-left: 20px;
  padding-right: 20px;
}

.lista-de-eventos {
  flex-flow: wrap;
  margin-top: 112px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.thumb-event {
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: block;
}

.t-tulo-thumb-events {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1em;
}

.fecha-event {
  color: var(--beige);
  margin-bottom: 8px;
  margin-right: 20px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 16px;
  line-height: 1em;
  position: relative;
}

.top-event {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 33px;
  display: flex;
}

.img-event {
  aspect-ratio: 4 / 3.081;
  object-fit: cover;
  width: 100%;
  margin-bottom: 43px;
}

.p-evento {
  color: var(--beige);
  margin-bottom: 49px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2em;
}

.btn-expore {
  background-color: var(--beige);
  color: var(--rojo-puro);
  border-radius: 1000px;
  margin-bottom: 0;
  padding: 23px 43px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.btn-expore:hover {
  background-color: var(--amarillo);
  color: var(--beige);
}

.body-find-us {
  background-image: url('../images/Find-Us.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 5000px;
}

.section-find-us {
  background-color: var(--beige);
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.titulo-bakery-segundo {
  color: var(--beige);
  text-align: center;
  max-width: 1410px;
  margin: 0 auto;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18em;
}

.titulo-casa-find-us {
  padding-top: 143px;
  padding-bottom: 150px;
}

.titulo-casa {
  color: var(--black);
  text-align: center;
  max-width: 1410px;
  margin: 0 auto;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18em;
}

.lista-find-us {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.col-find-us {
  width: 32.4%;
}

.titulo-casa-mucha-paz {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 43px;
  font-weight: 300;
  line-height: 1em;
}

.img-thumb-casa {
  aspect-ratio: 3 / 2.27;
  object-fit: cover;
  width: 100%;
  margin-bottom: 25px;
}

.p-casa-thumb {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2em;
}

.lista-de-botones {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-directions {
  background-color: var(--black);
  color: var(--beige);
  text-align: center;
  border-radius: 500px;
  min-width: 229px;
  padding: 20px 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1em;
  transition: all .2s;
}

.btn-directions:hover {
  background-color: var(--azul);
}

.body-story {
  background-image: url('../images/Story.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.hero-story {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 961px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container-story {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1490px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.section-story {
  background-color: var(--beige);
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-story-content {
  background-color: var(--beige);
  padding-bottom: 366px;
  overflow: hidden;
}

.t-tulo-story-centrado {
  text-align: center;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.18em;
}

.salto-large {
  height: 81px;
}

.p-story-centrado {
  color: var(--black);
  text-align: center;
  max-width: 1240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1em;
}

.salto-extra-large {
  height: 190px;
}

.t-tulo-segundo {
  max-width: 1413px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.3em;
}

.salto-small {
  height: 39px;
}

.p-story-regular {
  color: var(--black);
  text-align: left;
  max-width: 1413px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1em;
}

.salto-medium {
  height: 137px;
}

.slideshow-story {
  justify-content: center;
  align-items: flex-start;
  width: 172.4vw;
}

.slide-story {
  float: left;
  width: 33.33%;
  padding-right: 27px;
}

.imagen-slide {
  width: 100%;
  margin-bottom: 27px;
}

.body-explore-the-barrio {
  background-image: url('../images/Explore-the-Barrio-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 5000px;
}

.section-explore {
  background-color: var(--rojo);
  padding: 187px 20px 400px;
}

.lista-de-tabs {
  grid-column-gap: 54px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 56px;
  margin-bottom: 92px;
  display: flex;
}

.link-tab {
  color: var(--rojo-puro);
  text-align: center;
  background-color: #fba48d;
  border-radius: 100px;
  min-width: 266px;
  padding: 17px 25px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-tab:hover, .link-tab.on {
  background-color: var(--beige);
}

.colapsables-mapa {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.col-a-colapsables {
  flex: none;
  margin-right: 85px;
  padding-top: 23px;
  display: none;
}

.col-a-colapsables.on-ini {
  display: block;
}

.fila-colapsable {
  margin-bottom: 20px;
}

.titulo-colapsable {
  color: var(--beige);
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.3em;
  transition: all .2s;
  position: relative;
  left: 0;
}

.titulo-colapsable:hover {
  position: relative;
  left: 5px;
}

.punto-titulo-colapsable {
  border: 2px solid var(--beige);
  background-color: var(--transparent);
  color: var(--transparent);
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-right: 18px;
  transition: all .2s;
  display: inline-block;
  position: relative;
  top: 17px;
}

.punto-titulo-colapsable.on {
  background-color: var(--beige);
}

.colapsable-barrio {
  float: left;
  clear: both;
  display: none;
}

.colapsable-barrio.on-debug {
  display: block;
}

.punto-explore {
  color: var(--beige);
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 22px;
  line-height: 1.3em;
}

.punto-explore-grafico {
  background-color: var(--beige);
  color: var(--transparent);
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  top: 10px;
}

.mapa-explore {
  background-color: #fdfdfd;
  width: 100%;
  max-width: 1300px;
  height: 560px;
  position: relative;
}

.loader {
  z-index: 6;
  background-color: var(--rojo-puro);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader.debug {
  display: block;
}

.loader-image {
  width: 504px;
}

.flex-loader {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.body-nav {
  background-image: url('../images/Nav.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.menu-nav {
  z-index: 0;
  background-color: var(--rojo-puro);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 729px;
  padding: 177px 50px 30px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: -729px 0% auto;
}

.menu-nav.on {
  top: 0;
}

.lista-de-nav {
  display: flex;
}

.col-nav {
  width: 22%;
}

.titulo-nav {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 55px;
  font-weight: 400;
  line-height: 1em;
}

.link-nav {
  color: var(--beige);
  margin-bottom: 2px;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.link-nav.tel {
  font-style: italic;
}

.fila-colapsable-nav {
  margin-bottom: 2px;
}

.top-colapsable-nav {
  padding-left: 10px;
  position: relative;
}

.flecha-nav {
  border-right: 2px solid var(--beige);
  border-bottom: 2px solid var(--beige);
  width: 10px;
  height: 10px;
  transition: all .2s;
  position: absolute;
  inset: 11px auto auto -6px;
  transform: rotate(-45deg);
}

.flecha-nav.on {
  top: 9px;
  transform: rotate(45deg);
}

.colapsable-nav {
  padding-left: 18px;
  display: none;
}

.colapsable-nav.debug {
  display: block;
}

.link-sub-nav {
  color: var(--beige);
  font-family: Forma Djr Mono, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.punto-sub-link {
  background-color: var(--beige);
  color: var(--transparent);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: 11px;
  right: -2px;
}

.salto-5 {
  height: 5px;
}

.fila-datos-menu {
  display: flex;
}

.col-datos-menu {
  color: var(--beige);
  width: 22%;
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 20px;
  line-height: 1.7em;
}

.off-menu {
  z-index: 4;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-lang {
  text-decoration: none;
}

.link-lang.on {
  text-decoration: underline;
}

.body-list {
  background-image: url('../images/List-View.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.lista-de-posts-lista {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 148px;
  display: none;
}

.fila-de-post {
  border-bottom: 1px solid var(--beige);
  margin-bottom: 51px;
  padding-bottom: 37px;
  text-decoration: none;
  display: flex;
}

.titulo-evento-lista {
  color: var(--beige);
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 98px;
  font-weight: 300;
  line-height: 1em;
}

.titulo-evento-lista.dos {
  color: var(--beige);
  width: 25%;
  font-weight: 400;
}

.titulo-evento-lista.tres {
  color: var(--beige);
  text-align: right;
  letter-spacing: -.035em;
  justify-content: flex-end;
  align-items: flex-end;
  width: 25%;
  padding-bottom: 6px;
  padding-right: 18px;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.marcadores {
  z-index: 2;
  height: 0;
  position: relative;
  overflow: hidden;
}

.marcadores.debug {
  text-align: center;
  height: auto;
  overflow: visible;
}

.marcador-principal {
  display: inline-block;
  position: relative;
}

.marcador-principal.debug {
  top: 719px;
  left: 1243px;
}

.link-ubicacion, .link-instagram-footer {
  color: var(--beige);
  text-decoration: none;
}

.burbuja {
  display: none;
  position: absolute;
  inset: -14px 0% auto;
}

.burbuja.debug {
  display: block;
}

.body-bubble {
  background-color: var(--azul);
  background-image: url('../images/Explore-the-Barrio.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.interno-burbuja {
  filter: drop-shadow(0 2px 3px #00000026);
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -158px;
  margin-right: -158px;
  padding: 21px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.botom-bubble {
  background-color: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.col-burbuja {
  width: 197px;
}

.imagen-burbuja {
  object-fit: cover;
  border-radius: 9px;
  width: 110px;
}

.centrar-bubble-se-al {
  justify-content: center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -8px;
}

.titulo-bubble {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 41px;
  font-weight: 300;
  line-height: 1em;
}

.p-bubble {
  margin-bottom: 9px;
  font-family: Tt Commons, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1em;
}

.link-bubble {
  color: var(--black);
  border-bottom: 1px solid #000;
  line-height: 1em;
  text-decoration: none;
}

.body-debug {
  background-color: var(--beige);
}

.wrapper-lista-de-pasos {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.btn-view-all {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 41px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
}

.btn-view-all:hover {
  padding-left: 0;
  padding-right: 20px;
}

.btn-view-all.negro {
  color: var(--black);
}

.link-block-event {
  text-decoration: none;
}

.load-video {
  aspect-ratio: 1;
  width: 500px;
}

.gif {
  width: 346px;
}

.fila-by {
  color: var(--beige);
  margin-top: 70px;
  margin-bottom: 0;
  font-family: Forma Djr Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
}

@media screen and (max-width: 991px) {
  .container-header {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .items-header {
    padding-top: 0;
  }

  .hero-home {
    height: 510px;
  }

  .container-hero-home {
    margin-bottom: 0;
  }

  .p-hero-home {
    font-size: 12px;
  }

  .section-saty-short-or-long {
    padding-bottom: 100px;
  }

  .top-stay {
    margin-bottom: 100px;
  }

  .titulo-bakery {
    font-size: 41px;
  }

  .titulo-stay {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 41px;
  }

  .titulo-room {
    font-size: 41px;
  }

  .p-bottom-room {
    font-size: 35px;
  }

  .link-book {
    font-size: 41px;
    line-height: 1em;
  }

  .nav-slider-stay {
    height: auto;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .nav-slides {
    font-size: 35px;
    line-height: 1em;
  }

  .link-view-rooms {
    font-size: 35px;
    line-height: 1em;
    position: relative;
  }

  .flecha-link-negra {
    width: 23px;
  }

  .titulo-mucha-gang {
    margin-bottom: 20px;
    font-size: 41px;
  }

  .top-mucha-gang {
    flex-flow: column;
  }

  .p-mucha-gang {
    max-width: none;
    margin-left: 0;
  }

  .lista-de-categorias-y-filtros {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-filtro {
    padding: 0;
    font-size: 19px;
  }

  .link-filtro.on {
    padding: 12px 26px;
  }

  .lista-de-categorias {
    grid-row-gap: 10px;
  }

  .filtros-categorias {
    font-size: 41px;
  }

  .col-thumb {
    width: 50%;
  }

  .titulo-thumb {
    font-size: 41px;
  }

  .p-sub-thumb {
    font-size: 16px;
  }

  .titulo-evemts {
    font-size: 41px;
  }

  .fila-lugares-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .fila-footer-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .cols-footer, .col-contacto-footer {
    max-width: none;
  }

  .legales-footer {
    max-width: 217px;
  }

  .hero-neighbors {
    height: 510px;
  }

  .container-hero-neighbors {
    margin-top: 0;
  }

  .titulo-fresh {
    padding-top: 100px;
  }

  .titulo-opening-hours {
    margin-bottom: 5px;
    font-size: 41px;
  }

  .btn-visit-instagram {
    padding: 12px 26px 14px;
  }

  .numerp-slide {
    font-size: 12px;
  }

  .titulo-featured {
    font-size: 41px;
  }

  .col-featured {
    width: 32%;
  }

  .titulo-conepto-featured {
    font-size: 41px;
    line-height: 1em;
  }

  .btn-check-availability {
    padding: 12px 26px 14px;
  }

  .p-guests, .precio-rooms {
    font-size: 16px;
  }

  .t-tulo-master {
    font-size: 41px;
  }

  .numerp-room {
    font-size: 12px;
  }

  .img-slide-rooms {
    height: 310px;
  }

  .p-room {
    font-size: 16px;
  }

  .book-btn-room {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 19px;
  }

  .titulo-spaces-newsletter {
    font-size: 16px;
  }

  .titulo-send-us {
    font-size: 41px;
  }

  .hero-events {
    height: 510px;
  }

  .t-tulo-thumb-events {
    font-size: 41px;
  }

  .btn-expore {
    padding: 12px 26px;
    font-size: 19px;
  }

  .titulo-bakery-segundo, .titulo-casa {
    font-size: 41px;
  }

  .titulo-casa-mucha-paz {
    font-size: 30px;
  }

  .btn-directions {
    padding: 12px 26px;
    font-size: 19px;
  }

  .hero-story {
    height: 510px;
  }

  .container-story {
    margin-top: 0;
  }

  .section-story-content {
    padding-bottom: 200px;
  }

  .t-tulo-story-centrado, .t-tulo-segundo {
    font-size: 41px;
  }

  .section-explore {
    padding-bottom: 187px;
  }

  .lista-de-tabs {
    grid-column-gap: 20px;
    margin-bottom: 56px;
  }

  .link-tab {
    padding: 12px 26px;
    font-size: 19px;
  }

  .col-a-colapsables {
    padding-top: 0;
  }

  .titulo-colapsable {
    font-size: 41px;
  }

  .punto-titulo-colapsable {
    margin-right: 0;
  }

  .punto-explore {
    padding-left: 11px;
    font-size: 16px;
  }

  .menu-nav {
    height: 570px;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    top: -570px;
  }

  .lista-de-nav {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .col-nav {
    width: 50%;
  }

  .titulo-nav {
    font-size: 41px;
  }

  .link-nav {
    font-size: 12px;
  }

  .flecha-nav {
    width: 5px;
    height: 5px;
    top: 7px;
    left: 0;
  }

  .link-sub-nav {
    font-size: 12px;
  }

  .fila-datos-menu {
    justify-content: space-between;
    align-items: flex-start;
  }

  .col-datos-menu {
    width: 33.33%;
    font-size: 12px;
  }

  .lista-de-posts-lista {
    padding-top: 50px;
  }

  .titulo-evento-lista {
    width: 40%;
    font-size: 41px;
  }

  .titulo-evento-lista.tres {
    width: 35%;
    padding-right: 0;
    font-family: Forma Djr Mono, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 20px;
  }

  .hero-home {
    height: 330px;
  }

  .container-hero-home {
    margin-bottom: 0;
  }

  .top-stay {
    margin-bottom: 100px;
    padding-right: 0;
  }

  .link-stay {
    font-size: 23px;
  }

  .titulo-bakery {
    max-width: 540px;
    margin-bottom: 0;
    font-size: 23px;
  }

  .titulo-stay, .titulo-room {
    font-size: 23px;
  }

  .p-bottom-room {
    max-width: 310px;
    font-size: 23px;
  }

  .link-book, .nav-slides, .link-view-rooms, .titulo-mucha-gang {
    font-size: 23px;
  }

  .p-mucha-gang {
    max-width: 490px;
    font-size: 19px;
  }

  .lista-de-categorias {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filtros-categorias, .titulo-thumb {
    font-size: 23px;
  }

  .p-sub-thumb {
    font-size: 12px;
  }

  .titulo-evemts {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
  }

  .section-footer {
    padding-top: 60px;
  }

  .titulo-footer {
    font-size: 23px;
  }

  .p-footer-lugares {
    font-size: 12px;
  }

  .fila-newsletter {
    max-width: none;
  }

  .btn-newsletter, .link-footer {
    font-size: 12px;
  }

  .titulo-at {
    margin-bottom: 0;
    line-height: .7em;
    display: flex;
  }

  .p-contacto-footer {
    font-size: 16px;
  }

  .legales-footer {
    max-width: none;
    margin-top: 40px;
  }

  .bottom-contact-footer {
    flex-flow: column;
  }

  .hero-neighbors {
    height: 330px;
  }

  .container-hero-neighbors {
    margin-top: 0;
  }

  .titulo-neighbors {
    font-size: 23px;
  }

  .p-open-everyday {
    font-size: 14px;
  }

  .titulo-opening-hours {
    margin-top: 56px;
    margin-bottom: 0;
    font-size: 23px;
  }

  .btn-visit-instagram {
    font-size: 14px;
  }

  .section-slider-neighbors {
    padding-bottom: 100px;
  }

  .img-slide-neighbors {
    margin-bottom: 15px;
  }

  .section-rooms {
    padding-bottom: 100px;
  }

  .top-rooms {
    margin-bottom: 100px;
  }

  .titulo-featured {
    font-size: 23px;
  }

  .col-featured {
    width: 48%;
  }

  .titulo-conepto-featured {
    font-size: 23px;
  }

  .btn-check-availability, .p-guests {
    font-size: 14px;
  }

  .guests, .precio-rooms {
    font-size: 12px;
  }

  .lista-items-featured {
    grid-row-gap: 40px;
  }

  .section-bedrooms {
    padding-bottom: 100px;
  }

  .primer-t-tulo-bedroom {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .t-tulo-master {
    font-size: 23px;
    font-weight: 300;
  }

  .img-slide-rooms {
    height: 200px;
  }

  .p-room {
    font-weight: 300;
  }

  .section-space {
    padding-bottom: 100px;
  }

  .lista-imagenes-spaces {
    margin-bottom: 100px;
  }

  .titulo-spaces-newsletter {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .titulo-send-us {
    font-size: 23px;
    font-weight: 300;
  }

  .hero-events {
    height: 330px;
  }

  .section-events-detalle {
    padding-bottom: 100px;
  }

  .lista-de-eventos {
    margin-left: -10px;
    margin-right: -10px;
  }

  .thumb-event {
    padding-left: 10px;
    padding-right: 10px;
  }

  .t-tulo-thumb-events {
    font-size: 23px;
    font-weight: 300;
  }

  .fecha-event {
    font-size: 14px;
  }

  .top-event {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .p-evento {
    font-size: 16px;
  }

  .titulo-bakery-segundo {
    margin-top: 20px;
    font-size: 23px;
  }

  .titulo-casa {
    font-size: 23px;
  }

  .lista-find-us {
    grid-row-gap: 50px;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-find-us {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .titulo-casa-mucha-paz {
    font-size: 23px;
  }

  .p-casa-thumb {
    font-size: 16px;
  }

  .btn-directions {
    min-width: 0;
  }

  .hero-story {
    height: 330px;
  }

  .section-story {
    padding-bottom: 100px;
  }

  .t-tulo-story-centrado {
    font-size: 23px;
  }

  .p-story-centrado {
    font-size: 16px;
  }

  .salto-extra-large {
    height: 120px;
  }

  .t-tulo-segundo {
    font-size: 23px;
  }

  .p-story-regular {
    font-size: 16px;
  }

  .salto-medium {
    height: 100px;
  }

  .section-explore {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lista-de-tabs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .link-tab {
    min-width: 0;
    padding-left: 23px;
    padding-right: 23px;
  }

  .colapsables-mapa {
    flex-flow: column;
  }

  .col-a-colapsables {
    width: 100%;
    margin-right: 0;
  }

  .col-a-colapsables.on-ini {
    flex-flow: wrap;
    display: flex;
  }

  .fila-colapsable {
    width: 50%;
    margin-bottom: 10px;
  }

  .titulo-colapsable {
    font-size: 23px;
  }

  .punto-titulo-colapsable {
    width: 8px;
    height: 8px;
    top: 12px;
  }

  .punto-explore {
    margin-bottom: 12px;
  }

  .punto-explore-grafico {
    top: 6px;
  }

  .mapa-explore {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .colapsable-nav {
    padding-bottom: 10px;
  }

  .titulo-evento-lista {
    width: 30%;
    font-size: 23px;
  }

  .titulo-evento-lista.dos {
    text-align: right;
  }

  .titulo-evento-lista.tres {
    width: 45%;
    font-size: 12px;
  }

  .link-instagram-footer, .btn-view-all {
    font-size: 23px;
  }

  .load-video {
    width: 90svw;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container-header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .menu-btn {
    background-color: var(--rojo-puro);
    width: 32px;
    height: 32px;
  }

  .menu-btn.azul {
    background-color: var(--azul);
  }

  .menu-btn.verde {
    background-color: var(--verde);
  }

  .menu-btn.amarillo {
    background-color: var(--amarillo);
  }

  .lineas-boton, .lineas-boton.azul, .lineas-boton.verde, .lineas-boton.amarillo {
    border-top-color: var(--beige);
    border-bottom-color: var(--beige);
  }

  .btn-stay {
    background-color: var(--rojo-puro);
    color: var(--beige);
    margin-left: 20px;
    padding: 10px 16px;
  }

  .btn-stay.azul {
    background-color: var(--azul);
    color: var(--beige);
  }

  .btn-stay.verde {
    background-color: var(--verde);
    color: var(--beige);
  }

  .btn-stay.amarillo {
    background-color: var(--amarillo);
    color: var(--beige);
  }

  .lang {
    display: none;
  }

  .lang.responsive {
    display: block;
  }

  .hero-home {
    height: 80svh;
  }

  .container-hero-home {
    flex-flow: column;
    height: 70%;
    margin-top: 60px;
  }

  .p-hero-home {
    opacity: .8;
  }

  .section-saty-short-or-long {
    padding-bottom: 80px;
  }

  .top-stay {
    margin-bottom: 70px;
  }

  .link-stay {
    font-size: 16px;
  }

  .flecha-link {
    background-size: contain;
    width: 21px;
    height: 16px;
  }

  .p-bottom-room {
    margin-right: 15px;
    font-size: 20px;
    line-height: 1em;
  }

  .link-book {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .link-book:hover {
    padding-left: 0;
  }

  .imagen-fondo-room {
    aspect-ratio: auto;
    height: 80svh;
  }

  .nav-slider-stay {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .nav-slides, .link-view-rooms {
    font-size: 20px;
  }

  .flecha-link-negra {
    width: 21px;
    margin-left: 5px;
  }

  .link-room {
    display: block;
  }

  .section-mucha-gang {
    padding: 50px 0 0;
  }

  .titulo-mucha-gang {
    margin-bottom: 40px;
    font-size: 23px;
  }

  .top-mucha-gang {
    margin-left: 20px;
    margin-right: 20px;
  }

  .p-mucha-gang {
    font-size: 19px;
  }

  .lista-de-categorias-y-filtros {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .link-filtro.on {
    padding: 10px 16px;
  }

  .filtros-categorias {
    font-size: 23px;
  }

  .lista-de-posts {
    width: 680vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .col-thumb {
    width: 11.1%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-slider-events {
    flex-flow: column;
    height: 260px;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .col-footer {
    max-width: none;
  }

  .titulo-footer {
    font-size: 23px;
  }

  .col-footer-direccion {
    max-width: none;
  }

  .link-logo-footer {
    order: -1;
    margin: 0 0 50px;
  }

  .fila-top-footer {
    flex-flow: column;
  }

  .btn-newsletter {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .cols-footer {
    padding-top: 0;
  }

  .p-contacto-footer {
    font-size: 20px;
  }

  .phone-footer {
    margin-right: 10px;
  }

  .legales-footer {
    line-height: 1.3em;
  }

  .hero-neighbors {
    height: 80svh;
  }

  .container-hero-neighbors {
    opacity: .8;
    flex-flow: column;
    height: 70%;
    margin-top: 60px;
  }

  .titulo-neighbors {
    font-size: 16px;
  }

  .titulo-fresh {
    padding-bottom: 100px;
  }

  .btn-visit-instagram {
    font-size: 12px;
  }

  .section-slider-neighbors {
    padding-bottom: 70px;
  }

  .col-slide-neighbors {
    padding-right: 10px;
  }

  .col-featured, .col-a-datos-featured {
    width: 100%;
  }

  .btn-check-availability {
    font-size: 12px;
  }

  .col-slide-room {
    padding-right: 10px;
  }

  .img-slide-rooms {
    height: 130px;
  }

  .book-btn-room {
    font-size: 14px;
  }

  .titulo-the-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lista-imagenes-spaces {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .img-spaces, .img-spaces.menor {
    width: 100%;
  }

  .hero-events {
    height: 80svh;
  }

  .lista-de-eventos {
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .thumb-event {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-expore {
    font-size: 14px;
  }

  .titulo-casa-find-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .col-find-us {
    width: 100%;
  }

  .btn-directions {
    font-size: 14px;
  }

  .hero-story {
    height: 80svh;
  }

  .container-story {
    flex-flow: column;
    height: 70%;
    margin-top: 60px;
  }

  .section-story-content {
    padding-bottom: 100px;
  }

  .salto-large {
    height: 60px;
  }

  .salto-extra-large {
    height: 100px;
  }

  .salto-small {
    height: 30px;
  }

  .salto-medium {
    height: 80px;
  }

  .slide-story {
    padding-right: 10px;
  }

  .link-tab {
    font-size: 14px;
  }

  .fila-colapsable {
    width: 100%;
  }

  .mapa-explore {
    aspect-ratio: auto;
    height: 90svh;
  }

  .menu-nav {
    padding-top: 100px;
    position: fixed;
    top: -100svh;
    overflow: scroll;
  }

  .menu-nav.on {
    height: 100svh;
  }

  .col-nav {
    width: 100%;
  }

  .titulo-nav {
    font-size: 30px;
  }

  .fila-datos-menu {
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 30px;
  }

  .col-datos-menu {
    width: 100%;
  }

  .lista-de-posts-lista {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fila-de-post {
    flex-flow: column;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .titulo-evento-lista {
    width: 100%;
    margin-bottom: 2px;
  }

  .titulo-evento-lista.dos {
    text-align: left;
    width: 100%;
  }

  .titulo-evento-lista.tres {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-top: 10px;
  }

  .link-instagram-footer {
    font-size: 23px;
  }

  .interno-burbuja {
    flex-flow: column;
    margin-left: -77px;
    margin-right: -77px;
  }

  .col-burbuja {
    width: auto;
    margin-bottom: 20px;
  }

  .imagen-burbuja {
    width: 60px;
  }

  .titulo-bubble {
    font-size: 30px;
  }

  .wrapper-lista-de-pasos {
    overflow: scroll;
  }

  .espacio-ultimo {
    float: left;
    width: 20px;
  }

  .btn-view-all {
    font-size: 16px;
  }

  .gif {
    width: 50%;
  }
}


@font-face {
  font-family: 'Forma Djr Mono';
  src: url('../fonts/Forma-DJR-Mono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Forma Djr Mono';
  src: url('../fonts/Forma-DJR-Mono-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}