.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #000;
  column-span: none;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

h1 {
  color: #0f161b;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3rem;
}

a {
  color: #000;
  text-decoration: underline;
}

.navigation {
  z-index: 100;
  width: 100%;
  height: 110px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0f161b, #0f161b);
  flex-direction: row;
  grid-template: "."
                 "."
                 / .25fr 1fr .25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
  transform: translate(0);
  box-shadow: 0 9px 50px -8px #000;
}

.body {
  background-color: #232629;
}

.navbar {
  color: #bc9668;
  background-color: rgba(0, 0, 0, 0);
  align-self: end;
  margin-left: 0;
  display: inline-block;
  top: -10px;
  left: 59px;
}

.brand {
  width: 260px;
  height: auto;
  background-image: url('../images/logo-the-barber-job-dorado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 260px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s ease-in-out;
  display: block;
  position: static;
}

.brand:hover {
  background-image: url('../images/logo-the-barber-job-blanco.svg');
  background-size: 260px;
}

.container {
  height: 55px;
  display: block;
}

.container.contact_wrapper {
  width: 360px;
  height: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .35s;
}

.container.contact_wrapper:hover {
  background-color: #0f161b;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .36);
}

.container.reserva {
  height: auto;
  border-bottom: 1px solid #bc9668;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: static;
}

.nav-button {
  height: auto;
  color: #bc9668;
  align-self: stretch;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  transition: color .3s ease-in-out;
}

.nav-button:hover {
  color: #fff;
}

.nav-button.w--current {
  color: #bc9668;
}

.nav-sucursales {
  height: auto;
  color: #bc9668;
  padding: 20px 0 20px 20px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.nav-sucursales:hover {
  color: #fff;
}

.nav-shop {
  height: auto;
  color: #bc9668;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  transition: color .3s ease-in-out;
}

.nav-shop:hover {
  color: #fff;
}

.nav-shop.w--current {
  color: #bc9668;
}

.nav-shop.w--current:hover {
  color: #fff;
}

.nav-contacto {
  height: auto;
  color: #bc9668;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  transition: color .3s ease-in-out;
}

.nav-contacto:hover {
  color: #fff;
}

.nav-contacto.w--current {
  color: #bc9668;
  text-decoration: none;
}

.nav-contacto.w--current:hover {
  color: #fff;
}

.nav-eventos {
  height: 85px;
  color: #bc9668;
  padding-top: 36px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  transition: color .3s ease-in-out;
}

.nav-eventos:hover {
  color: #fff;
}

.div-block {
  float: right;
  clear: left;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.2rem;
  margin-right: -12vh;
  display: flex;
}

.black-button {
  float: right;
  color: #fff;
  background-color: #000;
  border: 1px solid #bc9668;
  flex: none;
  align-self: center;
  margin-top: 0;
  padding: 12px 25px;
  font-family: Playfair Display, sans-serif;
  line-height: 1rem;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
  position: static;
  top: 5px;
  right: 2.3rem;
  box-shadow: 0 0 3px #000;
}

.black-button:hover {
  color: #bc9668;
  background-color: #232629;
  border-width: 1px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .65);
}

.black-button.pagination {
  margin-top: 0;
}

.icon-linkedin {
  width: 18px;
  height: 18px;
  background-image: url('../images/icon-linkedin-on.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 18px;
  transition: all .3s ease-in-out;
}

.icon-linkedin:hover {
  background-image: url('../images/icon-linkedin-off.svg');
  background-position: 50%;
  background-size: auto;
}

.icon-linkedin.big {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 24px;
}

.icon-facebook {
  width: 18px;
  height: 18px;
  background-image: url('../images/icon-facebook-on.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 18px;
  transition: all .3s ease-in-out;
}

.icon-facebook:hover {
  background-image: url('../images/icon-facebook-off.svg');
  background-position: 50%;
}

.icon-facebook.big {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 24px;
}

.icon-facebook.inline {
  margin-top: 0;
  margin-bottom: -3px;
  display: inline-block;
}

.icon-instagram {
  width: 18px;
  height: 18px;
  background-image: url('../images/icon-instagram-on.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 18px;
  transition: all .3s ease-in-out;
}

.icon-instagram:hover {
  background-image: url('../images/icon-instagram-off.svg');
  background-position: 50%;
}

.icon-instagram.big {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 24px;
}

.icon-instagram.boton {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 0;
}

.iconyoutube {
  width: 18px;
  height: 18px;
  background-image: url('../images/icon-youtube-on.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 18px;
  transition: all .3s ease-in-out;
}

.iconyoutube:hover {
  background-image: url('../images/icon-youtube-off.svg');
  background-position: 50%;
  background-size: 18px;
}

.iconyoutube.big {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 24px;
}

.icon-whatsapp {
  width: 18px;
  height: 18px;
  background-image: url('../images/icon-wa-on.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 18px;
  transition: all .3s ease-in-out;
}

.icon-whatsapp:hover {
  background-image: url('../images/icon-wa-off.svg');
  background-position: 50%;
  background-size: 18px;
}

.icon-whatsapp.big {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 24px;
}

.icon-whatsapp.boton {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.cities-bar {
  z-index: 5;
  height: 6.5%;
  text-indent: 0;
  background-color: #0f161b;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  display: flex;
  position: relative;
}

.link-city {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link-city:hover {
  color: #bc9668;
}

.rrss-container {
  float: left;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  display: block;
  position: relative;
  top: 8px;
  right: 71px;
}

.badge-the-barber-job {
  float: none;
  clear: both;
  margin: 57px auto 0;
  position: relative;
}

.mask {
  width: auto;
  position: static;
}

.section-welcome {
  z-index: 0;
  width: 100%;
  height: 800px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -180px;
  padding-top: 220px;
  display: block;
  position: relative;
}

.heading {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1em;
  position: relative;
  top: 14px;
}

.heading.white {
  float: none;
  clear: left;
  color: #fff;
  font-size: 4.6rem;
}

.heading.white.blog {
  margin-top: 0;
}

.paragraph {
  width: 45vw;
  max-width: 1280px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
  position: static;
}

.paragraph.space {
  max-width: 768px;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph.half-wide {
  width: 50%;
  text-align: left;
}

.paragraph.half-wide.right {
  text-align: right;
}

.paragraph.white {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: left;
}

.paragraph.white.contacto {
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}

.paragraph.white.center {
  width: 75%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.left {
  width: 50%;
  text-align: left;
}

.paragraph.left.franquicia {
  width: auto;
  text-align: right;
}

.paragraph._3-columns {
  width: 67%;
  text-align: left;
  column-count: 3;
  column-rule: 1px solid rgba(15, 22, 27, .15);
  column-gap: 60px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.extra {
  width: 100%;
  max-width: 380px;
  color: #fff;
  text-align: left;
}

.back-heading-h2 {
  opacity: .08;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 10rem;
  font-style: italic;
  font-weight: 900;
  display: block;
  position: absolute;
  transform: translate(0);
}

.back-heading-h2.gentlemen {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 243px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-nav {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: static;
}

.section-home-servicios {
  justify-content: space-around;
  align-items: center;
  margin-top: 160px;
  display: flex;
}

.white-heading-h3 {
  clear: left;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.block-paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  margin-top: 20px;
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph-left {
  float: left;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-style: normal;
  text-decoration: none;
}

.paragraph-left.over {
  z-index: 1;
  width: 20%;
  float: none;
  transform: scale3d(1none, 1none, 1none);
  text-align: left;
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(15, 22, 27, .95), rgba(15, 22, 27, .95));
  padding: 30px;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: 40%;
  right: auto;
  box-shadow: 0 0 20px #000;
}

.paragraph-left.over:hover {
  transform: scale(1.1);
}

.paragraph-left.nospace {
  margin-top: 0;
}

.paragraph-left.copyright {
  float: none;
  margin-top: 0;
}

.paragraph-left.copyright.mkt {
  color: rgba(255, 255, 255, .35);
}

.paragraph-left.atrae {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-left.black {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-left.gold {
  color: #bc9668;
}

.paragraph-left.gold.big {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.paragraph-left.atrae {
  margin-top: 0;
  margin-bottom: 0;
}

.frame-white {
  border: 12px solid #fff;
  display: block;
  box-shadow: 0 0 17px #000;
}

.frame-white.phone {
  max-width: 620px;
  max-width: 620px;
  background-image: url('../images/hombre-con-estilo.webp');
}

.comillas {
  z-index: -1;
  width: 180px;
  position: absolute;
  top: -51px;
  left: -45px;
  overflow: visible;
}

.instagram-feed {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  grid-template: ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 40px;
  display: block;
  position: relative;
}

.barberias-slider {
  width: 100%;
  height: 50vh;
  min-height: 560px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-8 {
  background-image: url('../images/barberias-slide-barcelona.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/barberias-slide-barcelona-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/barberias-slide-barcelona-07.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/barberias-slide-barcelona-05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/barberias-slide-barcelona-09.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/barberias-slide-barcelona-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-3 {
  color: #fff;
  text-align: right;
  font-size: 2rem;
  font-weight: 400;
}

.heading-3.center {
  text-align: center;
  line-height: 2.8rem;
}

.section-reservas {
  width: 100%;
  background-color: #0f161b;
  background-image: url('../images/reserva-cuidado-del-hombre.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -10px;
  padding-top: 260px;
  padding-bottom: 260px;
  transition: all .5s;
  display: block;
  position: static;
}

.section-reservas:hover {
  filter: saturate(200%) contrast(116%);
}

.section-discovery-channel {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0f161b;
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / .25fr 1fr .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.div-block-6 {
  z-index: 1;
  float: none;
  clear: none;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}

.heading-4.black {
  color: #000;
}

.heading-4.black.big {
  color: #000;
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
}

.heading-4.big {
  font-size: 4rem;
  font-weight: 900;
}

.heading-4.big.italic {
  font-style: italic;
}

.text-block-4 {
  z-index: 1;
  color: rgba(255, 255, 255, .15);
  text-align: center;
  margin-top: -57px;
  font-size: 8rem;
  font-style: italic;
  font-weight: 700;
  display: block;
  position: relative;
  top: 0;
}

.title-double {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.paragraph-center {
  max-width: 820px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-center.space {
  color: #fff;
  text-transform: none;
  margin-top: 80px;
  text-decoration: none;
}

.div-block-7 {
  width: 240px;
  flex-flow: row;
  align-content: flex-start;
  justify-content: space-around;
  align-items: center;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-6 {
  margin-left: 20px;
}

.image-7 {
  margin-right: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.logo {
  width: 260px;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

.logo:hover {
  filter: brightness(200%);
}

.logo.gral {
  height: 66px;
  max-width: none;
  position: static;
  top: 27px;
  left: 2.3rem;
}

.nuestras-barberias {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / .25fr 1fr .5fr .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -84px;
  padding-top: 0;
  padding-bottom: 177px;
  display: grid;
}

.heading-5 {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 5rem;
}

.text-span-2 {
  z-index: 1;
  color: #bc9668;
  font-size: 16rem;
  font-style: italic;
  font-weight: 400;
  position: relative;
}

.content-social {
  z-index: 10;
  height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
  position: absolute;
  top: 60px;
  overflow: hidden;
}

.dropdown-link {
  width: 132px;
  color: #000;
  align-self: stretch;
  padding: 5px 8px;
  font-size: .89rem;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: static;
}

.dropdown-link:hover {
  color: #bc9668;
  background-color: #232629;
}

.nav-home {
  height: 100%;
  color: #bc9668;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  transition: color .3s ease-in-out;
}

.nav-home:hover {
  color: #fff;
}

.nav-home.w--current {
  height: auto;
  color: #bc9668;
}

.nav-home.w--current:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.nav-home.space {
  padding-left: 20px;
}

.nav-social {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-style: italic;
  transition: color .3s ease-in-out;
  display: inline-block;
}

.nav-social:hover {
  color: #fff;
}

.nav-menu {
  height: 55px;
  align-items: flex-end;
  display: flex;
}

.content-sucursales {
  height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .7);
  border: 0 rgba(15, 22, 27, .35);
  flex-direction: column;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
  position: absolute;
  top: 60px;
  right: -2.875px;
  overflow: hidden;
}

.dropdown-home {
  cursor: pointer;
  align-self: stretch;
}

.dropdown-sucursales {
  cursor: pointer;
  border-style: none;
}

.dropdown-social {
  cursor: pointer;
}

.content-home {
  height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .9);
  border: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
  position: absolute;
  top: 55px;
  overflow: hidden;
}

.gift-card {
  width: 100%;
  height: 520px;
  background-image: url('../images/gift-card.webp');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.container-2 {
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 39%;
  right: 10%;
}

.paragraph-right.white {
  color: #fff;
  text-align: right;
}

.paragraph-right.white._60 {
  margin-right: 60px;
}

.paragraph-right.giftcard {
  width: 30vw;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.footer {
  width: 100%;
  clear: none;
  background-color: #0f161b;
  margin-top: auto;
  padding-top: 50px;
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "." 8%
                 / 1fr 1fr 1fr 1.5fr;
  grid-auto-columns: .25fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: baseline;
  justify-items: stretch;
  padding-bottom: 50px;
}

.heading-h3.w--current:hover {
  width: 33%;
}

.heading-h3.gold {
  color: #bc9668;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 2rem;
}

.heading-h3.gold.center {
  text-align: center;
  font-size: 2rem;
}

.heading-h3.gold.big {
  width: 100%;
  color: #bc9668;
  text-align: center;
  margin: 100px auto 90px;
  font-size: 6rem;
  position: relative;
  top: -96px;
  left: 0;
}

.heading-h3.big {
  color: #000;
  font-size: 6rem;
  font-style: italic;
  position: absolute;
  top: 416px;
  left: 47px;
}

.heading-h3.siguenos {
  font-size: 2.5rem;
  font-style: italic;
}

.list-item {
  float: left;
  color: #fff;
  line-height: 1.8rem;
}

.divider {
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.image-12 {
  max-width: 350px;
  transition: all .5s;
}

.image-12:hover {
  filter: brightness(200%);
}

.nav-menu-2 {
  margin-left: 30px;
}

.logo-container {
  display: inline-block;
  position: relative;
  top: 24px;
  left: 2.1rem;
}

.logo-container.w--current {
  top: 24px;
  left: 2.1rem;
}

.heading-h2 {
  width: auto;
  font-size: 2.6rem;
  line-height: 3rem;
}

.heading-h2.white {
  float: none;
  color: #fff;
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.heading-h2.white.servicios {
  text-shadow: 1px 1px 17px #000;
  margin-top: -79px;
  font-size: 8rem;
  position: relative;
  left: 11%;
}

.heading-h2.white.right {
  width: 96%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -30px;
}

.heading-h2.black {
  width: 33%;
  color: #000;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  display: block;
  position: relative;
  top: -27px;
  left: -72px;
}

.heading-h2.black.convenios {
  display: block;
  top: 2px;
  left: -1px;
}

.heading-h2.gold {
  color: #bc9668;
  display: inline-block;
}

.heading-h2.gold.cursiva {
  font-style: italic;
  font-weight: 700;
}

.heading-h2.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 900;
  display: block;
}

.heading-h2.cursiva {
  font-style: italic;
}

.heading-h2.jumbo {
  color: #fff;
  text-align: center;
  font-size: 8rem;
  font-style: italic;
  font-weight: 900;
}

.heading-h2.jumbo.translucent {
  color: rgba(255, 255, 255, .12);
  font-size: 15rem;
  position: absolute;
  top: 179px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-h2.contact_title {
  color: #bc9668;
  font-size: 1.5rem;
  display: inline-block;
}

._30 {
  width: 30vw;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 39px;
  left: -125px;
}

._30.text-container {
  width: 60%;
  float: left;
  background-color: rgba(0, 0, 0, .79);
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 25px 50px 50px;
  display: block;
  position: static;
  top: 25rem;
  bottom: 0;
  left: -9rem;
  right: 0;
  box-shadow: 1px 1px 50px 1px rgba(0, 0, 0, .35);
}

.servicios-de-barberia {
  color: #000;
  background-color: #232629;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.right-2 {
  width: 50%;
  text-align: left;
  padding: 50px 20px;
}

.left-2 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.screenshot {
  border-radius: 3px;
  transition: all .5s ease-in-out;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.screenshot:hover {
  filter: contrast(145%);
  transform: scale(1.1);
}

.wrap-2 {
  width: 80%;
  display: flex;
}

.wrap-2.a {
  justify-content: space-between;
  margin-top: 60px;
}

.wrap-2.b.space {
  margin-top: 60px;
}

.left-1 {
  width: 50%;
  padding: 50px 20px;
}

.right-1 {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span-3 {
  color: #bc9668;
  font-size: 3rem;
  line-height: 8rem;
}

.column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-10 {
  margin-top: 30px;
}

.servicios-combo {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.wrap-3 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  display: flex;
}

.column-wrap-2 {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.text-span-4 {
  color: #bc9668;
  font-size: 72px;
  font-style: italic;
  position: relative;
  left: 48px;
}

.tragos-y-juegos {
  position: relative;
}

.semi-column-a {
  height: 65vh;
  background-image: url('../images/servicios-juegos.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}

.semi-column-a:hover {
  filter: saturate(35%) blur(5px);
}

.opiniones {
  width: 100%;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  justify-content: center;
  margin-top: -20px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.opiniones-desktop {
  justify-content: center;
  align-items: stretch;
  margin-top: 200px;
  margin-bottom: 50px;
  padding: 0 20px;
  display: flex;
}

.italic-text {
  color: rgba(255, 255, 255, .15);
}

.italic-text.black {
  color: rgba(0, 0, 0, .2);
}

.opiniones-heading {
  float: none;
  color: rgba(255, 255, 255, .15);
  margin-left: auto;
  margin-right: auto;
  font-size: 8rem;
  font-style: italic;
  display: block;
}

.opiniones-heading.black {
  color: rgba(0, 0, 0, .15);
  text-align: center;
}

.opiniones-heading.white {
  z-index: 0;
  width: 50%;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  display: block;
  position: relative;
  top: 0;
  left: -27px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.text-block-8 {
  width: auto;
  text-align: right;
  margin-right: 18px;
  display: block;
}

.div-block-16 {
  width: 25%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-google {
  width: 18px;
  height: 18px;
  background-image: url('../images/icon-google-on.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 18px;
  transition: all .3s ease-in-out;
}

.icon-google:hover {
  background-image: url('../images/icon-google-off.svg');
  background-position: 50%;
  background-size: cover;
}

.icon-google.inline {
  margin-bottom: -3px;
}

.reservar-ahora {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/disfrutar-peluqueria-hombres.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 260px;
  padding-bottom: 260px;
  display: block;
  position: static;
}

.reservar-ahora:hover {
  opacity: 1;
}

.reservas {
  background-image: linear-gradient(#232629, #232629);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.convenios-corporativos {
  margin-top: 0;
  padding-top: 100px;
}

.span-gold {
  color: #bc9668;
  margin-top: 0;
  font-size: 72px;
  font-style: italic;
  position: relative;
  top: 6px;
}

.column-5 {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 50px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.slide-14 {
  background-image: url('../images/eventos-04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/eventos-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/eventos-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/eventos-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/eventos-05.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-6 {
  padding-left: 50px;
}

.columns {
  padding-top: 30px;
  padding-bottom: 15px;
}

.trabaja-con-nosotros {
  width: 100%;
  margin-top: 110px;
  padding-top: 0;
  position: relative;
}

.link-2 {
  color: #bc9668;
  text-decoration: none;
  transition: color .2s;
}

.link-2:hover {
  color: #fff;
}

.hero-la-serie {
  width: 100%;
  background-color: #232629;
  margin-top: -129px;
  position: static;
}

.banner-la-serie {
  z-index: 1;
  width: 96%;
  border: 15px #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
  position: relative;
  box-shadow: 0 0 20px #000;
}

.banner-la-serie:hover {
  filter: grayscale();
}

.title-la-serie {
  z-index: 2;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 31.9vw;
  bottom: 31.9vw;
}

.episodios {
  z-index: 1;
  width: auto;
  max-width: 490px;
  background-image: linear-gradient(#fff, #fff);
  align-self: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  transition: all .5s ease-in-out;
  display: block;
  position: relative;
  box-shadow: 0 0 24px #000;
}

.episodios:hover {
  align-self: stretch;
  transform: scale(1.05);
}

.semi-column-b {
  height: 65vh;
  background-image: url('../images/bebidas.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}

.semi-column-b:hover {
  filter: saturate(35%) blur(5px);
}

.white-text-link {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.white-text-link:hover, .white-text-link.gold {
  color: #bc9668;
}

.white-text-link.gold:hover {
  color: #fff;
}

.white-text-link.mkt {
  color: rgba(255, 255, 255, .5);
  font-weight: 700;
}

.white-text-link.adress {
  color: #bc9668;
}

.the-barber-box {
  max-width: 35%;
  filter: contrast(131%);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -1px;
  left: 7px;
  transform: rotate(-3deg);
}

.small-video {
  border: 15px solid #fff;
  box-shadow: 1px 1px 50px #000;
}

.confian-en-nosotros {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider-sponsors {
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.slider-sponsors.movil {
  display: none;
}

.slider-sponsors.desktop {
  display: block;
}

.sponsors {
  filter: saturate(0%);
  transition: all .5s ease-in-out;
}

.sponsors:hover {
  filter: saturate();
}

.lista-de-precios {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.grid-5 {
  width: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / .75fr .5fr .25fr;
  justify-items: stretch;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-top: 30px;
  margin-bottom: 15px;
}

.titulo-tabla {
  float: left;
  color: #fff;
  text-align: left;
  background-color: #000;
  margin-top: 20px;
  margin-left: -12px;
  padding: 12px;
  font-family: "Copperplategothicstd 31bc", sans-serif;
}

.link-3 {
  color: #bc9668;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.link-3:hover {
  color: #fff;
}

.link-3:focus {
  color: rgba(255, 255, 255, .5);
}

.link-3.w--current {
  color: #bc9668;
  font-style: italic;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.link-3.w--current:hover {
  color: #fff;
}

.home-slide._01 {
  background-image: url('../images/the-barber-job-sucursales-las-caitas-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.home-slide._02 {
  background-image: url('../images/19-stock-wide.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-slide._03 {
  background-image: url('../images/01-stock-wide.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-slide._04 {
  background-image: url('../images/the-barber-job-sucursales-las-caitas-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slide._00 {
  background-image: url('../images/00-home-header.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.sponsors-desktop {
  justify-content: space-around;
  display: flex;
}

.link-sponsor {
  align-self: center;
}

.escudo {
  display: none;
}

.list-servicios, .list-sucursales, .list-amenities, .list-nosotros {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.left-arrow-3, .right-arrow-3, .slide-nav-4, .mobile-navigation {
  display: none;
}

.categorias-de-producto {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.categorias-de-productos {
  background-color: #232629;
  padding-bottom: 20px;
}

.nombre-producto {
  height: auto;
  color: #fff;
  text-align: center;
  text-shadow: 1px 0 9px #000;
  margin-top: 0%;
  padding: 16px;
  font-family: "Copperplategothicstd 31bc", sans-serif;
  font-size: 3rem;
  line-height: 2.8rem;
  transition: all .5s ease-in-out;
  display: inline-block;
  position: static;
}

.box-producto {
  height: auto;
  min-height: 360px;
  min-width: auto;
  cursor: default;
  background-color: rgba(15, 22, 27, 0);
  flex-direction: row-reverse;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .5);
}

.box-producto:hover {
  background-color: rgba(15, 22, 27, 0);
  align-self: stretch;
  align-items: center;
}

.categoria-producto-cabello {
  height: auto;
  max-height: none;
  min-height: 480px;
  min-width: auto;
  filter: sepia(0%);
  cursor: pointer;
  background-image: url('../images/producto-categoria-cabello.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 20px;
  margin-right: 10px;
  transition: all .5s ease-in-out;
  display: flex;
}

.categoria-producto-cabello:hover {
  filter: sepia();
  transform: scale(.95);
}

.categoria-producto-barba {
  height: auto;
  max-height: none;
  min-height: 480px;
  min-width: auto;
  filter: sepia(0%);
  cursor: pointer;
  background-image: url('../images/producto-categoria-barba.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .5s ease-in-out;
  display: flex;
}

.categoria-producto-barba:hover {
  filter: sepia();
  transform: scale(.95);
}

.categoria-producto-packs {
  height: auto;
  max-height: none;
  min-height: 480px;
  min-width: auto;
  filter: sepia(0%);
  cursor: pointer;
  background-image: url('../images/producto-categoria-packs.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 10px;
  margin-right: 20px;
  transition: all .5s ease-in-out;
  display: flex;
}

.categoria-producto-packs:hover {
  filter: sepia();
  transform: scale(.95);
}

.titulo-productos-page {
  z-index: 99;
  float: none;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 8rem;
  font-style: italic;
  display: block;
  position: relative;
  top: -62px;
  right: auto;
}

.titulo-productos-page.gold {
  color: #bc9668;
  text-shadow: 1px 1px 11px #000;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 7rem;
}

.container-cabello {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.producto {
  width: 45%;
  display: flex;
}

.producto.mattewax {
  width: 100%;
  background-color: #fff;
}

.foto-producto {
  width: 50%;
  height: 50%;
  min-height: 360px;
  filter: sepia(0%);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: all .5s ease-in-out;
}

.foto-producto:hover {
  z-index: 5;
  filter: sepia();
  position: relative;
  transform: scale(1.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, .36);
}

.foto-producto.daily-shampoo {
  height: 50%;
  min-height: 360px;
  background-image: url('../images/daily-shampoo.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 125px;
  position: relative;
}

.foto-producto.daily-shampoo:hover {
  filter: none;
  transform: scale(1.05);
}

.foto-producto.power-cleanser {
  background-color: #fff;
  background-image: url('../images/power-cleanser-style-remover.webp');
  background-position: 50%;
  background-size: contain;
  position: relative;
}

.foto-producto.power-cleanser:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, .36);
}

.foto-producto.grey-shampoo {
  z-index: 2;
  filter: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: url('../images/gray-shampoo.webp');
  background-position: 50%;
  background-size: contain;
  position: relative;
}

.foto-producto.grey-shampoo:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, .36);
}

.foto-producto.beard-serum {
  z-index: 5;
  background-image: url('../images/beard-serum.webp');
  background-position: 50%;
  background-size: contain;
  position: relative;
}

.foto-producto.ultra-gliding {
  background-image: url('../images/ultra-gliding-shave-oil.webp');
  background-position: 0 0;
  background-size: contain;
}

.foto-producto._3-in-1 {
  background-color: #fff;
  background-image: url('../images/3-in-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto._3-in-1:hover {
  z-index: 5;
}

.foto-producto.daily-conditioner {
  background-image: url('../images/daily-conditioner.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 135px;
}

.foto-producto.daily-conditioner:hover {
  filter: hue-rotate(180deg);
  transform: scale(.95);
}

.foto-producto.giftcard {
  background-image: url('../images/productos-gift-card-placer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto-producto.face-balm {
  background-color: #fff;
  background-image: url('../images/all-in-one-face-balm-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.face-balm:hover {
  z-index: 5;
}

.foto-producto.beard-foam-cleanser {
  z-index: 5;
  background-image: url('../images/beard-foam-cleanser.webp');
  background-position: 50%;
  background-size: contain;
  position: relative;
}

.foto-producto.beard-balm {
  z-index: 5;
  background-image: url('../images/beard-balm.webp');
  background-position: 50%;
  background-size: contain;
  position: relative;
}

.foto-producto.fiber {
  background-color: #fff;
  background-image: url('../images/fiber.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.fiber:hover {
  z-index: 5;
  filter: hue-rotate(180deg);
  position: relative;
  transform: scale(1.05);
}

.foto-producto.fiber-cream {
  background-image: url('../images/fiber-cream.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto-producto.fiber-cream:hover {
  filter: hue-rotate(180deg);
  transform: scale(.95);
}

.foto-producto.fiber-grooming-foam {
  background-image: url('../images/fiber-grooming-foam.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.foto-producto.fiber-grooming-foam:hover {
  filter: hue-rotate(180deg);
  transform: scale(.95);
}

.foto-producto.cream-pomade {
  background-color: #fff;
  background-image: url('../images/cream-pomade.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.cream-pomade:hover {
  z-index: 5;
  filter: none;
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, .36);
}

.foto-producto.forming-cream {
  background-image: url('../images/forming-cream.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.foto-producto.forming-cream:hover {
  filter: none;
  transform: scale(.95);
}

.foto-producto.defining-paste {
  filter: none;
  background-color: #fff;
  background-image: url('../images/definig-paste.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.defining-paste:hover {
  z-index: 5;
  filter: none;
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, .36);
}

.foto-producto.boost-powder {
  background-image: url('../images/boost-powder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.boost-powder:hover {
  filter: none;
  transform: scale(.95);
}

.foto-producto.pomade {
  background-color: #fff;
  background-image: url('../images/pomade.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.pomade:hover {
  z-index: 5;
  filter: none;
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, .36);
}

.foto-producto.grooming-cream {
  filter: none;
  background-color: #fff;
  background-image: url('../images/grooming-cream.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.grooming-cream:hover {
  z-index: 5;
  filter: none;
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, .36);
}

.foto-producto.liquid-wax {
  background-image: url('../images/liquid-wax.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.liquid-wax:hover {
  filter: none;
  transform: scale(.95);
}

.foto-producto.alternator {
  background-color: #fff;
  background-image: url('../images/alternator.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.foto-producto.alternator:hover {
  z-index: 5;
  filter: none;
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, .36);
}

.cantidad {
  width: auto;
  color: rgba(35, 38, 41, .5);
}

.cantidad.white {
  color: rgba(255, 255, 255, .5);
}

.ilustracion-half {
  width: 50%;
  filter: saturate();
  flex-direction: row;
  transition: all .5s ease-in-out;
  display: block;
}

.ilustracion-half:hover {
  filter: saturate(0%);
}

.ilustracion-half._01 {
  background-image: url('../images/productos-cabello.webp');
  background-position: 50% 0;
  background-size: cover;
}

.ilustracion-half._02 {
  background-image: url('../images/productos-corte-de-cabello.webp');
  background-position: 50%;
  background-size: cover;
}

.ilustracion-half._04 {
  background-image: url('../images/producto-barba-afeitado.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.ilustracion-half._05 {
  background-image: url('../images/productos-barba.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ilustracion-half._06 {
  filter: saturate(75%);
  background-image: url('../images/producto-categoria-packs-regalo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ilustracion-half._07 {
  background-image: url('../images/productos-gift-card.webp');
  background-position: 0 0;
  background-size: cover;
}

.ilustracion-half._03 {
  background-image: url('../images/product-beard-illustration-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ilustracion-half._08 {
  background-color: #fff;
  background-image: url('../images/productos-american-crew.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ilustracion-half._09 {
  background-image: url('../images/producto-ilustracion.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-producto {
  width: 50%;
}

.paragraph-black {
  width: auto;
  transform: rotate(0);
}

.paragraph-black.center {
  text-align: center;
  margin-top: 106px;
}

.paragraph-black.center.white {
  color: #fff;
  margin-top: 80px;
}

.producto-descripcion {
  width: 50%;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.producto-descripcion.grey {
  background-color: #f7f7f7;
}

.producto-descripcion.black {
  color: #fff;
  background-color: #0f161b;
}

._2-products-container {
  flex-direction: row;
  display: flex;
}

.div-block-26 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.categoria {
  z-index: 1;
  color: #0f161b;
  text-align: center;
  font-size: 6rem;
  font-style: italic;
  font-weight: 700;
  display: block;
  position: relative;
  top: 458px;
  left: -18%;
}

.categoria.gold {
  z-index: 10;
  width: 100%;
  color: #bc9668;
  text-shadow: 1px 1px 6px #000;
  position: absolute;
  top: 275px;
  left: 166px;
}

.container-barba {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.container-cremas-corporales {
  padding-bottom: 30px;
  position: relative;
}

.regalos-para-hombres {
  width: 96%;
  height: 556px;
  background-image: url('../images/pack-regalo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.episodios-la-serie {
  width: auto;
  grid-column-gap: 59px;
  grid-row-gap: 61px;
  grid-template-areas: ".";
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-top: -81px;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 100px;
}

.protagonistas {
  z-index: 3;
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -75px;
}

.protagonista {
  width: 15%;
  border: 12px solid #fff;
  box-shadow: 0 0 20px #000;
}

.protagonista._01 {
  width: 15%;
  height: 260px;
  background-image: url('../images/protagonistas-la-serie-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 12px solid #fff;
  transition: all .5s ease-in-out;
}

.protagonista._01:hover {
  filter: saturate(25%);
  transform: scale(1.1);
}

.protagonista._02 {
  background-image: url('../images/protagonistas-la-serie-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.protagonista._02:hover {
  filter: saturate(25%);
  transform: scale(1.1);
}

.protagonista._03 {
  background-image: url('../images/protagonistas-la-serie-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.protagonista._03:hover {
  filter: saturate(25%);
  transform: scale(1.1);
}

.protagonista._04 {
  background-image: url('../images/protagonistas-la-serie-04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.protagonista._04:hover {
  filter: saturate(25%);
  transform: scale(1.1);
}

.protagonista._05 {
  background-image: url('../images/protagonistas-la-serie-05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.protagonista._05:hover {
  filter: saturate(25%);
  transform: scale(1.1);
}

.protagonista._06 {
  background-image: url('../images/protagonistas-la-serie-06.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.protagonista._06:hover {
  filter: saturate(25%);
  transform: scale(1.1);
}

.div-block-27 {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-slider-images {
  z-index: 5;
  width: 96vw;
  height: 480px;
  flex: 1;
  position: static;
}

.slider-eventos {
  width: 75%;
  height: 480px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .5);
}

.opiniones-title {
  width: 40%;
  height: 90px;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 100px;
}

.opniones-sub-heading.black {
  color: #0f161b;
  text-align: center;
  margin-top: -20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.link-5 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.div-block-29 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.barberos {
  width: 40%;
  height: 40vw;
  background-image: url('../images/the-barber-job-team.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-start;
  margin-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.hero-home-banner {
  z-index: 1;
  width: 96vw;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.rich-text-block {
  margin-top: 50px;
  margin-bottom: 30px;
}

.body_post {
  background-color: #232629;
}

.post-content {
  background-color: #fff;
  padding: 20px 35px;
  box-shadow: 1px 1px 36px #000;
}

.div-block-31 {
  z-index: 2;
  width: auto;
  height: 100%;
  border: 1px solid #000;
  position: relative;
}

.featured-image {
  width: 360px;
  height: 556px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 36px #000;
}

.featured-image.contacto-wa, .featured-image.telefono, .featured-image.email, .featured-image.instagram {
  width: 360px;
  height: auto;
  box-shadow: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.featured-image.franquicia-fachada {
  width: 100%;
  height: 600px;
  box-shadow: none;
  background-image: url('../images/franquicia-fachada.webp');
  background-position: 0%;
  background-attachment: scroll;
  margin-top: 0;
  position: static;
}

.featured-image.franquicia-concepto {
  width: 100%;
  height: 480px;
  min-width: 300px;
  background-image: url('../images/franquicia-concepto.webp');
  background-attachment: scroll;
  margin-top: 0;
  margin-right: 40px;
}

.featured-image.blog {
  width: 100%;
  background-position: 50%;
  padding: 20px;
}

.featured-image.servicios {
  width: 96%;
  background-image: url('../images/servicios-barberia.webp');
  background-position: 50%;
  background-attachment: scroll;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #000;
  background-color: #bc9668;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .3s ease-in-out;
}

.button:hover {
  color: #bc9668;
  background-color: #0f161b;
  padding-left: 25px;
  padding-right: 25px;
}

.button.leer-mas {
  float: right;
  align-self: flex-end;
  margin-top: auto;
  margin-left: 0;
  margin-right: 20px;
}

.collection-item {
  max-width: 360px;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  box-shadow: 1px 1px 36px #000;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.h2-heading.post_card {
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-wrapper {
  width: auto;
  height: auto;
}

.header-image {
  width: 96%;
  height: 556px;
  background-image: url('../images/hero-banner-beard-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 36px #000;
}

.div-block-34 {
  width: 450px;
  clear: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 60px;
  left: 7%;
}

.container-posts-list {
  padding-bottom: 50px;
}

.div-block-36 {
  justify-content: flex-end;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-post {
  background-image: url('../images/cross-blog.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 125px;
  background-attachment: fixed;
  padding: 30px 30px 50px;
}

.black-button-navigation {
  float: right;
  color: #fff;
  background-color: #0f161b;
  border: 1px solid #bc9668;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  padding: 6px 25px;
  font-family: Playfair Display, sans-serif;
  transition: all .3s ease-in-out;
  display: block;
  position: relative;
  top: 5px;
  right: 2.3rem;
}

.black-button-navigation:hover {
  color: #bc9668;
  background-color: #232629;
  border-width: 1px;
}

.producto-giftcard {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.producto-giftcard.space {
  margin-top: 100px;
  margin-bottom: 60px;
}

.intro {
  width: 100%;
  background-color: #232629;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
}

.section-formulario {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
}

.formulario-contacto {
  width: 50%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.form-contacto {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #bc9668;
  border-radius: 0;
}

.form-contacto.email {
  width: 55%;
}

.form-contacto.mensaje {
  height: 125px;
  margin-left: 1px;
}

.form-contacto.telefono {
  width: 40%;
}

.div-block-37 {
  height: 605px;
  background-image: url('../images/trabaja-con-nosotros.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-6 {
  color: #bc9668;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
}

.link-6:hover {
  color: #0f161b;
}

.slide-nav-9, .right-arrow-23, .left-arrow-23 {
  display: none;
}

.almundo, .banco-comafi, .bigbox {
  background-image: url('../images/logo-cerveza-sol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.personal-aeronautico {
  background-image: url('../images/tema_asociacion_del_personal_aeronautico__apa_13101684151.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.consejo-de-ciencias-economicas, .four-seasons-hotels, .flipaste, .banco-patagonia, .cuponstar {
  background-image: url('../images/logo-cerveza-sol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.latam-gift-card {
  background-image: url('../images/cards-latampass-mobile-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-5 {
  width: 35%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-38 {
  justify-content: space-between;
  display: flex;
}

.heading-14 {
  color: #bc9668;
}

.link-producto {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-39 {
  height: 60px;
}

.mobile-reseva {
  display: none;
}

.city {
  text-transform: uppercase;
  font-family: "Copperplategothicstd 31bc", sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.star {
  font-size: 19px;
}

.instagram-feed-wrapper {
  z-index: 1;
  min-height: auto;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slide-nav-10 {
  font-size: .5rem;
}

.slide-34 {
  background-image: url('../images/barberias-slide-barcelona-08.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/barberias-slide-barcelona-04.webp');
  background-position: 50% 0;
  background-size: cover;
}

.text-block-9 {
  display: inline-block;
}

.container-4 {
  margin-top: 90px;
}

.bienvenidos {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.div-block-43 {
  padding-top: 60px;
  padding-left: 40px;
}

.quienes-somos {
  background-color: rgba(15, 22, 27, .05);
  padding-top: 60px;
  padding-bottom: 100px;
}

.concepto {
  background-color: #0f161b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.text-link:hover {
  color: #bc9668;
}

.div-block-44 {
  width: 960px;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.section-10 {
  background-color: #232629;
  padding-bottom: 60px;
}

.porque {
  padding-top: 140px;
  padding-bottom: 140px;
}

.grid-7 {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.wanted {
  background-color: #232629;
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.icon-6, .icon-7 {
  font-size: 1.6rem;
}

.intencion {
  width: 30%;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.hero {
  background-color: #232629;
  margin-top: 0;
  padding-top: 30px;
}

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

.cabello {
  background-color: #232629;
  padding-top: 100px;
}

.barba, .cremas-corporales {
  background-color: #232629;
  padding-top: 140px;
}

.grid-8 {
  grid-template-rows: 300px auto;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.atrae-las-miradas {
  width: 100%;
  padding-top: 340px;
  padding-bottom: 140px;
}

.block {
  width: 20%;
  height: 45vh;
  max-height: 380px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  transform: scale(1);
  box-shadow: 0 0 12px rgba(0, 0, 0, .65);
}

.block:hover {
  filter: saturate(0%);
  transform: scale(1.03);
  box-shadow: 0 0 50px rgba(0, 0, 0, .4);
}

.block.bebidas {
  background-image: url('../images/servicios-bebidas.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.block.entretenimiento {
  background-image: url('../images/servicios-entretenimiento.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.block.barba-y-aseo {
  max-height: 380px;
  background-image: url('../images/servicios-afeitado-a-navaja.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.block.corte-cabello {
  background-image: url('../images/servicios-corte-de-cabello_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block.atrae {
  color: #fff;
  text-align: left;
  font-size: 14rem;
  font-style: italic;
  font-weight: 700;
  line-height: 12vw;
  display: block;
}

.text-block.miradas {
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  position: relative;
}

.grid-9 {
  grid-row-gap: 0px;
  grid-template-rows: 220px 60px;
  grid-template-columns: 1fr;
  margin-right: 60px;
}

.page-count {
  color: #fff;
}

.feed-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) minmax(240px, 1fr) minmax(240px, 1fr) minmax(240px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hombre {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
  top: -80px;
}

.pagination {
  margin-top: 40px;
}

.card-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.post_featured_image {
  width: 100%;
  max-width: none;
  flex: none;
}

.main {
  min-height: 100vh;
  position: relative;
}

.badge-reviews {
  z-index: 1100;
  width: 220px;
  height: 180px;
  text-align: center;
  background-color: #fff;
  border: 6px solid #bc9668;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: -240px;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, .34), 0 0 20px -10px #000;
}

.shortcode {
  text-align: left;
}

.close {
  z-index: 1101;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url('../images/cross-blog.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.background {
  z-index: 0;
  opacity: .14;
  background-color: #fff;
  background-image: url('../images/black-and-white-bigwall.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.badge {
  z-index: 3;
  position: absolute;
  top: 160px;
  bottom: auto;
  left: 140px;
  right: auto;
}

html.w-mod-js [data-ix="reserva"] {
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .navigation {
    height: 60px;
    grid-template: "."
    / 1.5fr 1fr .5fr;
  }

  .container.contact_wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .35s;
  }

  .container.contact_wrapper:hover {
    background-color: #0f161b;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .36);
  }

  .container.reserva {
    margin-bottom: 100px;
    padding-bottom: 60px;
  }

  .black-button {
    flex: none;
    align-self: center;
    top: 5px;
    right: 1.1rem;
  }

  .black-button.spacewide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-linkedin.big, .icon-facebook.big, .icon-instagram.big, .iconyoutube.big, .icon-whatsapp.big {
    margin-right: 18px;
  }

  .cities-bar {
    height: 8%;
  }

  .rrss-container {
    align-self: flex-start;
    top: 20px;
    right: 20px;
  }

  .badge-the-barber-job {
    max-width: none;
  }

  .section-welcome {
    height: auto;
    padding-bottom: 50px;
  }

  .heading {
    font-size: 1.6rem;
  }

  .heading.white.blog {
    font-size: 3rem;
  }

  .paragraph.space {
    width: 80vw;
  }

  .paragraph.half-wide.right {
    width: 100%;
    align-self: flex-end;
  }

  .paragraph.white.contacto {
    width: auto;
  }

  .paragraph.white.center {
    width: 80%;
  }

  .paragraph.left {
    width: 100%;
  }

  .paragraph._3-columns {
    width: 100%;
    max-width: none;
    column-count: 2;
    column-gap: 40px;
  }

  .back-heading-h2 {
    font-size: 7rem;
  }

  .back-heading-h2.gentlemen {
    top: 236px;
  }

  .section-home-servicios {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: grid;
    position: static;
  }

  .white-heading-h3 {
    font-size: 1.6rem;
  }

  .paragraph-left {
    align-self: start;
    margin-top: 0;
    display: block;
  }

  .paragraph-left.over {
    width: 50%;
    top: 37%;
    left: 25%;
    right: 25%;
  }

  .paragraph-left.copyright {
    text-align: center;
    margin-top: 21px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .paragraph-left.atrae {
    display: block;
  }

  .frame-white.phone {
    width: 100%;
    max-width: none;
    z-index: -2;
    width: 100%;
    max-width: none;
    position: relative;
  }

  .comillas {
    z-index: -1;
    align-self: center;
    top: -60px;
    left: -39px;
  }

  .instagram-feed {
    z-index: 1;
    grid-template: ". . . ."
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   / 1fr 1fr 1fr 1fr;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .barberias-slider {
    max-height: 560px;
    min-height: auto;
  }

  .heading-3 {
    width: auto;
    font-size: 1.6rem;
    display: block;
  }

  .heading-3.center {
    width: 100%;
    align-self: end;
    font-size: 1.6rem;
  }

  .section-reservas {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .section-discovery-channel {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . ."
                         ". . . . ."
                         ". . . . .";
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-4 {
    font-size: 1.6rem;
    position: relative;
    top: -82px;
  }

  .heading-4.black.big {
    font-size: 3.6rem;
  }

  .heading-4.big.italic {
    top: 0;
  }

  .text-block-4 {
    font-size: 6rem;
    top: -77px;
  }

  .title-double {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .paragraph-center.space {
    width: 80%;
    margin-top: 0;
  }

  .div-block-7 {
    justify-content: center;
  }

  .logo, .logo.gral {
    display: none;
  }

  .nuestras-barberias {
    z-index: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". . . . . . . ."
                         ". . . . . . . ."
                         ". . . . . . . ."
                         ". . . . . . . .";
    margin-top: -72px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .text-span-2 {
    font-size: 6rem;
    position: static;
  }

  .nav-social {
    width: 100%;
    text-align: left;
  }

  .content-sucursales {
    display: none;
  }

  .gift-card {
    height: 420px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .container-2 {
    top: 30%;
    left: 20px;
    right: 5%;
  }

  .paragraph-right.white {
    text-align: left;
  }

  .paragraph-right.white._60 {
    text-align: right;
    align-self: auto;
    margin-right: 20px;
  }

  .paragraph-right.giftcard {
    width: auto;
  }

  .footer {
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    width: 100%;
    grid-column-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "." 8%
                   / 1fr 1fr 1fr 1fr;
    padding-top: 50px;
  }

  .heading-h3.gold.big {
    color: #bc9668;
    margin-top: 60px;
    font-size: 5rem;
    display: block;
    top: -41px;
    left: -11px;
  }

  .heading-h3.big {
    font-size: 3.6rem;
    display: inline-block;
    top: 289px;
    left: 37px;
  }

  .logo-container {
    align-self: start;
    top: 21px;
  }

  .logo-container.w--current {
    align-self: auto;
    display: inline-block;
    top: 18px;
    left: 1.1rem;
  }

  .heading-h2.white.servicios {
    margin-bottom: 0;
  }

  .heading-h2.black {
    left: -73px;
  }

  .heading-h2.jumbo.translucent {
    font-size: 10rem;
    line-height: 10rem;
    position: static;
    top: 148px;
  }

  ._30.text-container {
    width: 100%;
    margin-top: 0;
  }

  .wrap-2.a, .wrap-2.b.space {
    margin-top: 20px;
  }

  .left-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    width: 50%;
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .text-span-4 {
    left: -47px;
  }

  .opiniones {
    padding-bottom: 0;
  }

  .opiniones-desktop {
    margin-top: 150px;
  }

  .italic-text {
    font-size: 7rem;
    position: relative;
    top: -86px;
  }

  .italic-text.black.corporativos {
    top: 3px;
  }

  .opiniones-heading {
    font-size: 6rem;
  }

  .opiniones-heading.black {
    text-align: center;
    font-size: 6rem;
  }

  .opiniones-heading.white {
    width: 45%;
    font-size: 1.8rem;
    top: -12px;
    left: -27px;
  }

  .text-block-7 {
    position: relative;
    top: -6px;
  }

  .div-block-16 {
    width: 33%;
  }

  .reservar-ahora {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .column-5, .column-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trabaja-con-nosotros {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-la-serie {
    margin-top: -80px;
  }

  .title-la-serie {
    top: 28.6vh;
    bottom: 28.6vh;
  }

  .the-barber-box {
    max-width: 35%;
    top: -14px;
  }

  .grid-5 {
    width: 80%;
  }

  .image-19 {
    width: 100%;
    max-width: none;
  }

  .home-slide._01 {
    background-image: url('../images/bcn-hero-banner-01.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .home-slide._02 {
    background-image: url('../images/bcn-hero-banner-04.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-slide._03 {
    background-image: url('../images/bcn-hero-banner-02.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-slide._04 {
    background-image: url('../images/bcn-hero-banner-03.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .home-slide._00 {
    background-image: url('../images/bcn-hero-banner-01.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .sponsors-desktop {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .link-sponsor {
    align-self: center;
  }

  .escudo {
    max-width: none;
    display: block;
    position: static;
    top: 21px;
    left: 1.1rem;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .mobile-navigation {
    z-index: 99;
    display: block;
    position: relative;
  }

  .mobile-menu-button {
    z-index: 99;
    width: 60px;
    height: 60px;
    background-color: #bc9668;
    border-radius: 30px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 5%;
    box-shadow: 0 0 12px #000;
  }

  .hamburguer-part {
    width: 25px;
    height: 3px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu-container {
    z-index: 99;
    width: 40%;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: -380px;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
    box-shadow: 0 0 36px rgba(0, 0, 0, .9);
  }

  .idiomas {
    height: 80px;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .mobile-navigation-container {
    width: 100%;
    overflow: visible;
  }

  .mobile-menu-toggle {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #0f161b;
    padding-top: 10px;
    padding-bottom: 0;
    transition: all .5s ease-in-out;
  }

  .mobile-menu-toggle:hover {
    color: #bc9668;
    background-color: #232629;
  }

  .home-dropdown {
    width: 100%;
  }

  .icon-dropdown {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .mobile-dropdown.w--open {
    position: relative;
  }

  .nombre-producto {
    min-height: auto;
    min-width: auto;
    text-align: center;
    font-size: 2rem;
  }

  .box-producto {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 180px;
    min-width: auto;
    box-shadow: none;
    flex: 1;
    align-self: stretch;
  }

  .categoria-producto-cabello, .categoria-producto-barba, .categoria-producto-packs {
    max-height: none;
    max-width: none;
    min-height: 180px;
    min-width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titulo-productos-page.gold {
    font-size: 6rem;
  }

  .producto.mattewax {
    flex-direction: row;
  }

  .ilustracion-half._01 {
    width: 100%;
    min-height: 420px;
    background-position: 50% 0;
  }

  .ilustracion-half._02 {
    width: 100%;
    min-height: 420px;
  }

  .ilustracion-half._06 {
    width: 100%;
    min-height: 320px;
  }

  .container-producto {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .paragraph-black.center {
    margin-top: 40px;
  }

  .paragraph-black.center.white {
    margin-top: 60px;
  }

  ._2-products-container, .div-block-26 {
    flex-direction: column;
  }

  .categoria {
    align-self: center;
    display: block;
    top: 367px;
    left: 24%;
  }

  .categoria.gold {
    flex: 0 auto;
    align-self: center;
    top: -38px;
    left: 24%;
  }

  .regalos-para-hombres {
    height: 380px;
  }

  .episodios-la-serie {
    margin-left: 2%;
    margin-right: 2%;
  }

  .protagonistas {
    top: -42px;
  }

  .protagonista {
    border-width: 6px;
  }

  .protagonista._01 {
    height: 140px;
    border-width: 6px;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .home-slider-images {
    height: 35vh;
    display: block;
  }

  .slider-eventos {
    width: 100%;
  }

  .opiniones-title {
    width: 60%;
    max-width: 768px;
  }

  .div-block-29 {
    background-color: #fff;
    flex-direction: column;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .barberos {
    width: 50%;
    height: 50vw;
    background-image: url('../images/the-barber-job-team.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .hero-home-banner {
    z-index: 2;
    height: 38vh;
    position: relative;
  }

  .featured-image {
    height: 508px;
  }

  .featured-image.franquicia-fachada {
    height: 480px;
  }

  .featured-image.franquicia-concepto {
    width: 320px;
    display: flex;
  }

  .collection-item {
    min-width: 320px;
  }

  .collection-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-image {
    height: 420px;
  }

  .div-block-34 {
    align-items: center;
  }

  .container-posts-list {
    padding-bottom: 0;
  }

  .div-block-36 {
    position: relative;
  }

  .section-post {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .black-button-navigation {
    flex: none;
    align-self: center;
    top: 10px;
    right: 1.1rem;
  }

  .producto-giftcard {
    flex-direction: column;
  }

  .intro {
    padding-top: 20px;
  }

  .formulario-contacto {
    width: 80%;
  }

  .div-block-37 {
    height: 405px;
    background-position: 0%;
  }

  .slider-5 {
    width: 65%;
  }

  .mobile-reseva {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .city {
    font-size: 18px;
  }

  .star {
    font-size: 16px;
  }

  .container-4 {
    padding-top: 100px;
  }

  .div-block-43, .quienes-somos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-44 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .porque {
    padding: 60px 20px;
  }

  .grid-7 {
    width: 100%;
  }

  .div-block-45 {
    width: 50%;
  }

  .wanted {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .intencion {
    width: 50%;
    display: block;
    top: 41%;
  }

  .icon-8, .icon-9 {
    font-size: 2rem;
  }

  .grid-8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .atrae-las-miradas {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .block {
    width: 100%;
    height: 45vh;
  }

  .text-block.atrae {
    line-height: 12rem;
  }

  .feed-wrapper {
    grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr);
  }

  .post_featured_image {
    width: 100%;
    max-width: none;
  }

  .badge {
    top: 17%;
    left: 48px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 60px;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .navbar {
    display: none;
    position: absolute;
    top: 0;
    left: auto;
    right: 73px;
  }

  .container {
    float: right;
    position: absolute;
  }

  .container.contact_wrapper {
    width: auto;
    position: static;
  }

  .div-block {
    display: none;
  }

  .black-button {
    flex: none;
    order: 0;
    top: 0;
    right: .8rem;
  }

  .rrss-container {
    display: none;
  }

  .badge-the-barber-job {
    width: 25%;
  }

  .section-welcome {
    padding-bottom: 20px;
  }

  .heading {
    font-size: 1.4rem;
  }

  .heading.white.blog {
    font-size: 2rem;
  }

  .paragraph.half-wide.right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.white {
    width: 45vw;
  }

  .paragraph.white.center {
    width: 100%;
  }

  .paragraph._3-columns {
    column-count: 1;
  }

  .paragraph.extra {
    width: 45vw;
  }

  .back-heading-h2 {
    font-size: 5rem;
  }

  .back-heading-h2.gentlemen {
    top: 241px;
  }

  .section-home-servicios {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-heading-h3 {
    font-size: 1.2rem;
  }

  .paragraph-left {
    z-index: 2;
    text-align: justify;
    align-self: start;
    display: block;
    position: relative;
  }

  .paragraph-left.over {
    top: 38%;
  }

  .paragraph-left.copyright {
    align-self: end;
    margin-top: 0;
    line-height: 1.8rem;
  }

  .paragraph-left.gold.big {
    font-size: 1.2rem;
  }

  .frame-white.phone {
    max-width: 500px;
    width: 100%;
    max-width: none;
  }

  .comillas {
    z-index: 1;
    align-self: start;
  }

  .instagram-feed {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
    grid-auto-columns: 1fr;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .barberias-slider {
    height: 40vh;
  }

  .heading-3.center {
    width: 100%;
    align-self: end;
  }

  .section-reservas {
    padding-top: 123px;
  }

  .section-discovery-channel {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4.black.big {
    font-size: 2.6rem;
  }

  .heading-4.big.italic {
    top: 0;
  }

  .text-block-4 {
    margin-top: -65px;
    top: -67px;
  }

  .title-double {
    margin-top: 0;
  }

  .paragraph-center {
    width: 80%;
  }

  .paragraph-center.space {
    margin-top: 30px;
  }

  .div-block-7 {
    justify-content: center;
  }

  .logo {
    display: none;
  }

  .nuestras-barberias {
    width: auto;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    justify-content: stretch;
    margin-top: -31px;
  }

  .heading-5 {
    width: 50%;
    margin-top: 0;
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-span-2 {
    font-size: 4rem;
  }

  .gift-card {
    height: 360px;
    background-position: 50% 0;
    background-size: contain;
  }

  .container-2 {
    text-shadow: 1px 1px 6px #000, 1px 1px 6px #000;
    top: 4%;
  }

  .paragraph-right.white._60 {
    align-self: auto;
    margin-right: 0;
  }

  .footer {
    padding: 50px 20px 20px;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "." 5%
                   "."
                   / 1fr 1fr 1fr;
    align-content: start;
    justify-content: start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-h3.gold.amenities {
    display: none;
  }

  .heading-h3.big {
    color: #fff;
    font-size: 2.8rem;
    top: 213px;
    left: 34px;
  }

  .list-item {
    flex: 0 auto;
  }

  .divider {
    height: 5px;
  }

  .image-12 {
    width: 320px;
    max-width: 320px;
  }

  .logo-container {
    text-align: center;
    align-self: center;
    margin-bottom: 22px;
    top: 10px;
    left: 20px;
    right: auto;
  }

  .logo-container.w--current {
    margin-top: 3px;
    top: 10px;
    left: .8rem;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .heading-h2.white.right {
    position: static;
  }

  .heading-h2.black {
    left: -95px;
  }

  .heading-h2.jumbo.translucent {
    font-size: 8rem;
    line-height: 8rem;
  }

  ._30.text-container {
    margin-top: 0;
  }

  .right-2 {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .wrap-2.a {
    flex-direction: column-reverse;
  }

  .left-1 {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1 {
    width: 100%;
  }

  .wrap-3 {
    padding-bottom: 0;
  }

  .semi-column-a {
    height: 45vh;
  }

  .opiniones {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 50px;
    display: flex;
    position: static;
  }

  .opiniones-desktop {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .italic-text {
    font-size: 6rem;
  }

  .italic-text.black {
    font-size: 6rem;
    position: relative;
    top: 17px;
  }

  .italic-text.black.corporativos {
    font-size: 5rem;
    top: -5px;
  }

  .opiniones-heading {
    font-size: 4rem;
  }

  .opiniones-heading.black {
    margin-bottom: 120px;
    font-size: 5rem;
  }

  .opiniones-heading.white {
    font-size: 2rem;
    left: -13px;
  }

  .text-block-7 {
    top: -12px;
  }

  .div-block-16 {
    width: 50%;
    margin-top: 30px;
  }

  .reservar-ahora {
    background-position: 50% 0;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reservas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .span-gold {
    line-height: 97px;
    position: relative;
    top: -25px;
    left: -119px;
  }

  .column-5 {
    align-items: center;
    margin-bottom: 40px;
  }

  .hero-la-serie {
    margin-top: -97px;
  }

  .title-la-serie {
    top: 21.4vh;
    bottom: 21.4vh;
  }

  .semi-column-b {
    height: 45vh;
  }

  .the-barber-box {
    max-width: 40%;
    top: -11px;
    left: 0;
  }

  .lista-de-precios {
    padding-top: 0;
  }

  .grid-5 {
    grid-template-columns: .75fr .25fr .25fr;
    grid-template-areas: ".";
  }

  .home-slide._01 {
    background-position: 100% 0;
  }

  .home-slide._02 {
    background-position: 50% 0;
  }

  .home-slide._03, .home-slide._04, .home-slide._00 {
    background-position: 100% 0;
  }

  .link-sponsor {
    width: 16%;
    align-self: center;
  }

  .escudo {
    max-width: none;
    display: inline-block;
    position: static;
    top: 8px;
  }

  .list-servicios, .list-sucursales {
    flex-direction: column;
    align-self: start;
    margin-bottom: 0;
  }

  .list-amenities {
    flex-direction: column;
    align-self: start;
    margin-bottom: 0;
    list-style-type: none;
    display: none;
  }

  .list-nosotros {
    flex-direction: column;
    align-self: start;
    margin-bottom: 0;
  }

  .mobile-navigation {
    display: block;
  }

  .mobile-menu-button {
    z-index: 999;
    bottom: 4%;
    right: 4%;
    box-shadow: 0 0 12px #000;
  }

  .mobile-menu-container {
    z-index: 150;
    width: 50%;
    position: fixed;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .categorias-de-productos {
    padding-bottom: 0;
  }

  .nombre-producto {
    max-height: none;
    max-width: none;
    min-height: auto;
    text-align: center;
    text-shadow: none;
    padding: 8px;
    font-size: 1.8rem;
  }

  .box-producto {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 90px;
    min-width: 90px;
    flex: 1;
    align-self: center;
  }

  .categoria-producto-cabello {
    max-height: none;
    max-width: none;
    min-height: 160px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .categoria-producto-barba, .categoria-producto-packs {
    max-height: none;
    max-width: none;
    min-height: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titulo-productos-page.gold {
    margin-bottom: 45px;
    top: 5px;
  }

  .paragraph-black.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .categoria {
    text-shadow: 1px 1px 6px #000;
    font-size: 4rem;
    top: 365px;
    left: 16%;
  }

  .categoria.gold {
    text-align: right;
    top: -36px;
    left: 0%;
  }

  .regalos-para-hombres {
    height: 300px;
  }

  .episodios-la-serie {
    grid-column-gap: 14px;
    grid-template-areas: ".";
    padding-bottom: 50px;
  }

  .protagonistas {
    width: 96%;
  }

  .protagonista {
    border-width: 5px;
  }

  .protagonista._01 {
    height: 100px;
  }

  .home-slider-images {
    width: 100%;
  }

  .opiniones-title {
    top: 60px;
  }

  .opniones-sub-heading.black {
    margin-top: 0;
    line-height: 1.6rem;
    position: relative;
    top: -139px;
  }

  .barberos {
    padding-bottom: 0;
  }

  .hero-home-banner {
    z-index: 2;
    width: 90vw;
    margin-top: 0;
    position: relative;
  }

  .rich-text-block {
    margin-bottom: 30px;
  }

  .featured-image {
    height: 376px;
  }

  .featured-image.franquicia-fachada {
    height: 600px;
  }

  .featured-image.franquicia-concepto {
    width: 40vw;
    height: 360px;
    min-width: 180px;
    margin-top: 20px;
    margin-right: 20px;
  }

  .featured-image.servicios {
    width: 100%;
  }

  .collection-item {
    width: auto;
    align-self: center;
    margin-bottom: 25px;
  }

  .collection-list {
    width: auto;
    flex-direction: column;
  }

  .collection-list-wrapper {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-image {
    height: 320px;
    margin-top: 10px;
  }

  .div-block-34 {
    width: 300px;
    left: 3%;
  }

  .black-button-navigation {
    flex: none;
    order: 1;
    top: 0;
    right: .8rem;
  }

  .intro {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-5 {
    width: 50%;
  }

  .div-block-39, .mobile-reseva {
    display: none;
  }

  .city {
    font-size: 15px;
  }

  .star {
    font-size: 12px;
  }

  .grid-6 {
    width: 100%;
  }

  .container-4 {
    padding-top: 60px;
  }

  .div-block-43 {
    padding-top: 0;
  }

  .concepto {
    padding: 60px 20px;
  }

  .text-link {
    color: #000;
    font-weight: 700;
  }

  .div-block-44 {
    align-items: flex-start;
  }

  .wanted {
    padding: 100px 20px;
  }

  .intencion {
    width: 80%;
    top: 43%;
  }

  .block {
    height: 30vh;
    justify-content: center;
  }

  .image-22 {
    max-width: none;
  }

  .text-block.atrae {
    font-size: 16vh;
  }

  .grid-9 {
    margin-right: 0;
  }

  .badge-reviews {
    background-color: #fff;
    box-shadow: 0 0 20px -10px #000;
  }

  .shortcode {
    text-align: center;
  }

  .badge {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    z-index: 999;
    width: 100vw;
    height: 60px;
    justify-content: center;
    display: flex;
    position: fixed;
  }

  .container {
    display: none;
  }

  .container.contact_wrapper, .container.reserva {
    display: block;
  }

  .black-button {
    flex: none;
    margin-top: 20px;
    padding: 18px 33px;
    font-size: 1rem;
    display: flex;
  }

  .black-button:hover {
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .6), 0 0 12px rgba(0, 0, 0, .65);
  }

  .icon-whatsapp.big {
    margin-right: 0;
  }

  .cities-bar {
    height: auto;
    flex-flow: wrap;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .link-city {
    margin-bottom: 5px;
  }

  .badge-the-barber-job {
    margin-top: 30px;
    display: none;
  }

  .mask {
    position: static;
  }

  .section-welcome {
    margin-top: -240px;
    padding-bottom: 0;
  }

  .heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 4.7vw;
    line-height: 1.4em;
    top: 49px;
  }

  .paragraph.space {
    width: 90%;
  }

  .paragraph.half-wide.right {
    width: 100%;
    max-width: none;
    text-align: left;
  }

  .paragraph.white {
    width: 100%;
  }

  .paragraph.white.center {
    text-align: justify;
  }

  .paragraph.left.franquicia {
    text-align: left;
  }

  .paragraph.extra {
    width: 100%;
  }

  .back-heading-h2 {
    font-size: 3.3rem;
    top: 44px;
  }

  .back-heading-h2.gentlemen {
    top: 284px;
  }

  .slide-nav {
    display: none;
  }

  .section-home-servicios {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". ."
                         ". ."
                         ". ."
                         ". .";
    align-content: stretch;
    justify-content: space-around;
    display: flex;
    position: relative;
  }

  .paragraph-left {
    text-align: left;
    align-self: start;
    margin-top: 0;
    display: block;
  }

  .paragraph-left.over {
    width: 85%;
    height: 200px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    top: 38%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-left.over:hover {
    transform: scale(1.1);
  }

  .paragraph-left.copyright {
    text-align: center;
    align-self: end;
    font-size: .8rem;
  }

  .paragraph-left.atrae {
    display: block;
  }

  .paragraph-left.duracion {
    display: none;
  }

  .paragraph-left.atrae {
    display: block;
  }

  .frame-white {
    width: auto;
    border-width: 8px;
    align-self: stretch;
  }

  .frame-white.phone {
    width: 100%;
    width: 100%;
  }

  .comillas {
    max-width: none;
  }

  .instagram-feed {
    width: 100vw;
    height: auto;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .barberias-slider {
    width: 100vw;
    height: 35vh;
  }

  .section-reservas {
    width: 100vw;
  }

  .section-discovery-channel {
    width: 100vw;
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    position: static;
  }

  .heading-4.black.big {
    font-size: 1.6rem;
    top: -32px;
  }

  .heading-4.big.italic {
    margin-top: 30px;
    font-size: 2.4rem;
    font-weight: 900;
  }

  .text-block-4 {
    font-size: 3rem;
    position: absolute;
    top: 85px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .title-double {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .paragraph-center.space {
    margin-top: 20px;
  }

  .div-block-7 {
    justify-content: center;
  }

  .image-6, .image-7 {
    margin-top: 20px;
  }

  .logo {
    width: 220px;
    display: block;
    top: -9px;
  }

  .logo.gral {
    height: 50px;
    max-width: none;
    flex: none;
    align-self: center;
    display: none;
    position: static;
    top: 8px;
  }

  .nuestras-barberias {
    grid-column-gap: 0px;
    grid-row-gap: 17px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    margin-top: -38px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .text-span-2 {
    font-size: 20vw;
    line-height: 3.6rem;
  }

  .nav-menu {
    flex-direction: column;
    align-items: stretch;
    display: none;
  }

  .dropdown-social {
    flex: 1;
  }

  .gift-card {
    width: 100vw;
    height: auto;
    min-height: 360px;
    overflow: visible;
  }

  .container-2 {
    top: 37%;
  }

  .footer {
    z-index: 980;
    width: 100vw;
    position: relative;
  }

  .grid {
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3.gold {
    width: auto;
    font-weight: 700;
    display: block;
  }

  .heading-h3.gold.center {
    font-size: 1rem;
  }

  .heading-h3.gold.servicios, .heading-h3.gold.amenities, .heading-h3.gold.sucursales {
    display: none;
  }

  .heading-h3.gold.big {
    font-size: 3rem;
    top: -7px;
  }

  .heading-h3.big {
    font-size: 2.5rem;
    line-height: 3rem;
    display: inline;
    top: -110px;
    left: 15px;
  }

  .heading-h3.siguenos {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .list-item {
    text-align: center;
  }

  .image-12 {
    width: 280px;
  }

  .logo-container {
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    margin-bottom: 5px;
    display: flex;
    top: -9px;
    left: 0;
  }

  .logo-container.w--current {
    margin-top: 0;
    top: auto;
    left: auto;
  }

  .logo-container.mobile {
    align-self: center;
    margin-bottom: 0;
    top: auto;
  }

  .heading-h2 {
    font-style: italic;
    line-height: 2.5rem;
  }

  .heading-h2.white.servicios {
    align-self: center;
    margin-top: -76px;
    margin-bottom: 50px;
    font-size: 4rem;
    left: 0%;
  }

  .heading-h2.white.right {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
    display: block;
    left: 17px;
  }

  .heading-h2.black {
    width: 100%;
    font-size: 1.6rem;
    top: 0;
    left: 0;
  }

  .heading-h2.black.especiales {
    width: auto;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    position: static;
    left: -120px;
  }

  .heading-h2.black.convenios {
    width: 100%;
    margin-bottom: 40px;
    position: static;
    top: 0;
    left: 0;
  }

  .heading-h2.gold {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-h2.center {
    font-style: italic;
  }

  .heading-h2.cursiva {
    font-size: 1.4rem;
  }

  .heading-h2.jumbo.translucent {
    font-size: 4.2rem;
    line-height: 4rem;
  }

  .heading-h2.contact_title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  ._30.text-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicios-de-barberia {
    padding-bottom: 0;
  }

  .right-2, .left-1 {
    padding-top: 0;
  }

  .right-1 {
    align-items: center;
  }

  .text-span-3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .column-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-3 {
    width: 90%;
    padding-top: 50px;
  }

  .column-wrap-2 {
    flex-direction: column;
    margin-top: 0;
  }

  .text-span-4 {
    font-size: 3rem;
    position: relative;
    top: -15px;
    left: -13px;
  }

  .opiniones {
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .opiniones-desktop {
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .italic-text {
    color: rgba(255, 255, 255, .25);
    font-size: 3.2rem;
    position: static;
    top: -76px;
  }

  .italic-text.black {
    font-size: 3rem;
    top: 52px;
  }

  .italic-text.black.corporativos {
    font-size: 3rem;
    top: 12px;
  }

  .opiniones-heading {
    text-align: center;
    font-size: 3.4rem;
  }

  .opiniones-heading.black {
    margin-bottom: 0;
    font-size: 3.6rem;
  }

  .opiniones-heading.white {
    width: auto;
    font-size: 1.6rem;
    top: 47px;
    left: auto;
    right: auto;
  }

  .text-block-7 {
    margin-top: -36px;
    font-size: 1.4rem;
    top: 4px;
  }

  .div-block-16 {
    width: 85%;
    margin-top: 20px;
    overflow: visible;
  }

  .servicios-extra {
    padding-bottom: 20px;
  }

  .reservar-ahora {
    background-position: 61% 0;
    transition-property: all;
  }

  .reservas {
    width: 100%;
    padding-bottom: 40px;
    display: block;
  }

  .convenios-corporativos {
    padding-top: 81px;
  }

  .span-gold {
    font-size: 2.8rem;
    line-height: 2rem;
    top: 0;
    left: -9px;
  }

  .column-5 {
    margin-top: -40px;
  }

  .slide-14 {
    background-position: 61%;
  }

  .slide-18 {
    background-position: 2%;
  }

  .columns {
    padding-top: 0;
  }

  .trabaja-con-nosotros {
    height: 540px;
    background-color: #0f161b;
    margin-top: 85px;
    padding-top: 0;
  }

  .hero-la-serie {
    margin-top: -140px;
  }

  .banner-la-serie {
    margin-top: 83px;
  }

  .title-la-serie {
    top: 194px;
  }

  .semi-column-b {
    height: 45vh;
  }

  .white-text-link {
    height: auto;
  }

  .white-text-link.adress {
    width: 100%;
    text-align: center;
  }

  .the-barber-box {
    max-width: 75%;
    top: 51px;
  }

  .small-video {
    border-width: 10px;
  }

  .confian-en-nosotros {
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .slider-sponsors {
    height: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-sponsors.movil {
    display: block;
  }

  .slider-sponsors.desktop {
    display: none;
  }

  .sponsors {
    max-width: none;
    margin: auto;
    display: block;
  }

  .grid-5 {
    width: 90%;
    grid-template-columns: 1fr 1fr .25fr;
    grid-template-areas: ".";
    margin-left: 17px;
  }

  .home-slide._01 {
    min-height: auto;
    min-width: auto;
    background-position: 71% 0;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .home-slide._02 {
    background-position: 62% 0;
    position: static;
  }

  .home-slide._03 {
    background-position: 82% 0;
    position: static;
  }

  .home-slide._04 {
    background-position: 50% 0;
    position: static;
  }

  .home-slide._00 {
    min-height: auto;
    min-width: auto;
    background-image: url('../images/barberias-slide-barcelona-08.webp');
    background-position: 0%;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .sponsors-desktop {
    display: none;
  }

  .link-sponsor {
    width: 80%;
    height: 260px;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .escudo {
    border: 1px solid #bc9668;
    align-self: center;
    padding: 6px 10px;
    display: block;
    position: static;
    top: 0;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .list-servicios, .list-sucursales, .list-amenities {
    align-self: auto;
    display: none;
  }

  .list-nosotros {
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .container-rrss {
    width: 98%;
    justify-content: space-between;
    align-self: start;
    margin-top: 25px;
    display: flex;
  }

  .left-arrow-3, .right-arrow-3, .slide-nav-4 {
    display: none;
  }

  .mask-sponsors {
    align-self: center;
    position: static;
  }

  .slide-booksy {
    position: static;
  }

  .mobile-navigation {
    z-index: 1105;
    display: block;
  }

  .mobile-menu-button {
    z-index: 999;
    width: 60px;
    height: 60px;
    box-shadow: none;
    cursor: pointer;
    background-color: #bc9668;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hamburguer-part {
    width: 25px;
    height: 3px;
    background-color: #fff;
  }

  .mobile-menu-container {
    z-index: 992;
    width: 90%;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .32);
  }

  .idiomas {
    height: 60px;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .mobile-menu-toggle {
    width: 100%;
    height: 50px;
    background-color: #0f161b;
    padding-top: 10px;
    padding-bottom: 0;
    transition: all .5s ease-in-out;
    display: inline-block;
    position: static;
  }

  .mobile-menu-toggle:hover {
    color: #bc9668;
    background-color: #232629;
    font-style: normal;
  }

  .home-dropdown {
    width: 100%;
  }

  .icon-dropdown {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mobile-link {
    height: 55px;
    color: #0f161b;
    transition: all .5s ease-in-out;
    position: static;
  }

  .mobile-link:hover {
    color: #bc9668;
    background-color: #0f161b;
  }

  .mobile-link.w--current {
    color: #0f161b;
    transition: all .5s ease-in-out;
  }

  .mobile-link.w--current:hover {
    color: #bc9668;
    background-color: #0f161b;
  }

  .categorias-de-producto {
    flex-direction: column;
  }

  .categorias-de-productos {
    padding-top: 60px;
  }

  .nombre-producto {
    max-height: none;
    max-width: none;
    text-shadow: none;
    align-self: center;
    font-size: 1.8rem;
  }

  .box-producto {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-width: auto;
    align-self: center;
  }

  .categoria-producto-cabello {
    max-height: none;
    max-width: none;
    min-height: 180px;
    min-width: 180px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .categoria-producto-barba {
    max-height: none;
    max-width: none;
    min-height: 180px;
    min-width: 180px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .categoria-producto-packs {
    max-height: none;
    max-width: none;
    min-height: 180px;
    min-width: 180px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
  }

  .titulo-productos-page.gold {
    text-align: center;
    font-size: 3.6rem;
  }

  .producto.mattewax {
    flex-direction: column;
  }

  .foto-producto.daily-shampoo, .foto-producto.power-cleanser, .foto-producto.grey-shampoo {
    width: 100%;
    min-height: 280px;
  }

  .foto-producto.beard-serum {
    width: 100%;
    background-size: cover;
  }

  .foto-producto.ultra-gliding {
    width: 100%;
    min-height: 300px;
    background-position: 50%;
    background-size: cover;
  }

  .foto-producto._3-in-1 {
    width: 100%;
    min-height: 360px;
  }

  .foto-producto.daily-conditioner, .foto-producto.giftcard {
    width: 100%;
  }

  .foto-producto.face-balm {
    width: 100%;
    min-height: 360px;
  }

  .foto-producto.beard-foam-cleanser, .foto-producto.beard-balm {
    width: 100%;
    background-size: cover;
  }

  .foto-producto.fiber, .foto-producto.fiber-cream, .foto-producto.fiber-grooming-foam, .foto-producto.cream-pomade, .foto-producto.forming-cream, .foto-producto.defining-paste, .foto-producto.boost-powder, .foto-producto.pomade, .foto-producto.grooming-cream, .foto-producto.liquid-wax, .foto-producto.alternator {
    width: 100%;
  }

  .ilustracion-half._01 {
    min-height: 223px;
  }

  .paragraph-black.center {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .producto-descripcion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .categoria {
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    font-size: 4rem;
    top: -44px;
    left: 7%;
  }

  .categoria.gold {
    align-self: center;
    top: -85px;
    left: -18%;
  }

  .regalos-para-hombres {
    width: 90%;
  }

  .episodios-la-serie {
    grid-row-gap: 19px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-top: -70px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .protagonistas {
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 50px;
    display: grid;
    position: static;
    top: 33px;
  }

  .protagonista._01 {
    width: 150px;
    height: 120px;
    max-width: 160px;
    min-height: auto;
    min-width: 80px;
    background-position: 50% 0;
    align-self: center;
  }

  .protagonista._02 {
    width: 150px;
    height: 120px;
    background-position: 50% 0;
    align-self: center;
  }

  .protagonista._03 {
    width: 150px;
    max-width: 160px;
    min-width: 80px;
    background-position: 50% 0;
    align-self: auto;
  }

  .protagonista._04 {
    width: 150px;
    height: 120px;
    background-position: 50% 0;
    align-self: auto;
  }

  .protagonista._05 {
    width: 150px;
    height: 120px;
    background-position: 50% 0;
  }

  .protagonista._06 {
    width: 150px;
    height: 120px;
    background-position: 50% 0;
    align-self: center;
  }

  .div-block-27 {
    width: 90%;
  }

  .home-slider-images {
    width: 100%;
    display: block;
    position: relative;
  }

  .opiniones-title {
    width: auto;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 40px;
    top: 0;
  }

  .opniones-sub-heading.black {
    top: 0;
  }

  .div-block-29 {
    padding: 20px 10px 10px;
  }

  .barberos {
    width: 100%;
    height: 40vh;
  }

  .hero-home-banner {
    width: 90%;
    height: 55svh;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .rich-text-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .post-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .featured-image {
    height: 212px;
  }

  .featured-image.franquicia-fachada {
    height: 240px;
  }

  .featured-image.franquicia-concepto {
    width: 100%;
    height: 520px;
    margin-top: 0;
  }

  .featured-image.blog {
    background-repeat: repeat;
    background-size: contain;
  }

  .button {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item {
    min-width: auto;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .collection-list {
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper {
    width: auto;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .header-image {
    height: 180px;
    margin-top: auto;
  }

  .container-posts-list {
    padding: 80px 10px 20px;
  }

  .section-post {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .black-button-navigation {
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
    display: none;
  }

  .producto-giftcard {
    width: 90%;
  }

  .slide-eventos-01 {
    margin: auto;
    position: static;
  }

  .slide-eventos-02, .slide-axe {
    position: static;
  }

  .slide-adidas, .slide-motorola {
    margin: auto;
    position: static;
  }

  .slide-nike {
    position: static;
  }

  .intro {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-formulario {
    height: 100%;
    padding-top: 60px;
  }

  .formulario-contacto {
    width: 94%;
    margin-top: 0;
  }

  .div-block-37 {
    height: 200px;
  }

  .slider-5 {
    width: 75%;
  }

  .heading-14 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .mobile-reseva {
    z-index: 990;
    width: 100vw;
    height: 60px;
    color: #bc9668;
    background-color: #0f161b;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 0 0 32px rgba(0, 0, 0, .32);
  }

  .city {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .star {
    font-size: 13px;
  }

  .star.experiencia {
    margin-top: 20px;
  }

  .star.experiencia.left {
    margin-right: 20px;
  }

  .star.experiencia.right {
    margin-left: 20px;
  }

  .instagram-feed-wrapper {
    height: auto;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-4 {
    margin-top: 60px;
    padding-top: 20px;
  }

  .bienvenidos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-43 {
    padding-bottom: 20px;
  }

  .quienes-somos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .concepto {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-link {
    height: auto;
  }

  .div-block-44 {
    flex-direction: column;
    margin-top: 0;
    padding-top: 20px;
  }

  .porque {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-45 {
    width: 100%;
    padding-top: 20px;
  }

  .wanted {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intencion {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 34.9vw;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .discovery-channel {
    margin-top: 20px;
  }

  .icon-8, .icon-9 {
    font-size: 1.5rem;
  }

  .section-11 {
    margin-top: 60px;
  }

  .hero {
    padding-top: 60px;
  }

  .grid-8 {
    grid-template-columns: 100%;
    justify-content: stretch;
    justify-items: start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .atrae-las-miradas {
    width: 100vw;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .block {
    height: 35vh;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .image-22 {
    width: 100%;
  }

  .form {
    margin-bottom: 20px;
  }

  .text-block.atrae {
    font-size: 35vw;
    line-height: 30vw;
  }

  .text-block.miradas {
    font-size: 2rem;
    line-height: 2rem;
  }

  .grid-9 {
    width: 100%;
    grid-template-rows: 32vw 60px;
    justify-items: stretch;
    margin-bottom: 10px;
  }

  .feed-wrapper {
    grid-template-columns: minmax(240px, 1fr);
  }

  .hombre {
    font-size: 2rem;
    display: inline;
    top: -68px;
    left: 9px;
    right: 0;
  }

  .main {
    position: relative;
  }

  .badge-reviews {
    max-width: 360px;
    margin-left: auto;
    bottom: 80px;
    left: 20px;
  }

  .shortcode {
    flex: none;
    align-self: stretch;
  }
}

#w-node-_43f2cd44-614b-9b0a-b08b-b40ff98a6327-36dbbab3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_59d9534b-c0a1-799e-aad3-dcb1332e78a7-36dbbab3 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5431f5ae-0ad4-ab18-aedb-9bb983816511-36dbbab3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e8a9d573-1edf-e2ab-53f4-cd912a647980-36dbbab3 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f1345a23-977c-c2ac-cb29-50732cdd8ee7-36dbbab3 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_63a7ac7b-0651-19bc-b9a1-3a2c533dad8f-36dbbab3 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_3fe540b0-0171-d088-3822-7cd12e634c58-36dbbab3 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_94f1b70d-d8f9-4444-44c7-cb612c6bae8f-36dbbab3 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a42378-08a42376 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a42392-08a42376 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a42391-08a42376 {
  grid-area: 5 / 1 / 6 / 5;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a423b5-08a42376 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a4237a-08a42376 {
  grid-area: 2 / 1 / 5 / 2;
  align-self: auto;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a42394-08a42376 {
  grid-area: 2 / 2 / 5 / 3;
  align-self: start;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a423c2-08a42376 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: auto;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a423b7-08a42376 {
  grid-area: 2 / 3 / 5 / 4;
  align-self: auto;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a423c0-08a42376 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a8d05224-e92a-ee11-1f4a-00d908a423cb-08a42376 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: auto;
}

#w-node-_1c565541-bdb4-f644-7b68-9f2209112b91-08a42376 {
  grid-area: 6 / 3 / 7 / 5;
  justify-self: end;
}

#w-node-d6b4c77b-bae6-f059-2039-180c8c0bac05-8c0bac04 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d6b4c77b-bae6-f059-2039-180c8c0bac08-8c0bac04 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-d6b4c77b-bae6-f059-2039-180c8c0bac4b-8c0bac04 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_95f24595-ebf5-6f98-dc3e-d68f82722df8-63dbba9e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6e120f46-5501-8d61-5ea1-9f80620c199f-63dbba9e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: end;
}

#w-node-_56998a92-b66b-aa0f-3709-7101de5259a8-63dbba9e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd9-63dbba9e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#Parrafo-Movil.w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd5-63dbba9e {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd8-63dbba9e {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-_5d588a93-db23-2d8f-d0f6-77d4c177bc8f-63dbba9e {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-_0f2f9805-fe79-d085-aff9-f1b61ae7f2b9-63dbba9e {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_4ceceef1-bdf1-ace7-dd09-5af16804dfe0-63dbba9e {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_73fba04b-fa91-7435-8307-02295b4f1666-63dbba9e {
  grid-area: 4 / 4 / 5 / 5;
  align-self: center;
  justify-self: stretch;
}

#w-node-_59a84fcd-6c0b-c9ba-1195-19582b83cb25-63dbba9e {
  grid-area: 1 / 3 / 2 / 7;
  justify-self: end;
}

#w-node-_9dc8175a-f1f5-f441-c73c-8b577d418043-63dbba9e {
  grid-area: 2 / 5 / 5 / 7;
  justify-self: start;
}

#w-node-_435caaae-80ab-17f3-464a-8402c8033307-63dbba9e {
  grid-area: 2 / 2 / 3 / 5;
  justify-self: end;
}

#w-node-eb136a24-1853-0441-f8bb-348056e267af-63dbba9e {
  grid-area: 6 / 6 / 8 / 7;
}

#w-node-aca2dc4f-0659-899e-caa6-a56ead1f60b5-63dbba9e {
  grid-area: 6 / 3 / 8 / 6;
  justify-self: end;
}

#w-node-_82a4d9dc-e339-1438-b427-af6f7c77dfd9-63dbba9e {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-_69431c7b-3873-2f43-697a-6fa9002e1a4b-20dbbaa7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23d81b1e-83aa-6642-39e1-aa3b2fdf9337-20dbbaa7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b2624d1-c528-65ce-8e89-bfe948b9c683-20dbbaa7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6448500b-3f03-35ff-2844-4aeccc692cab-20dbbaa7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bb79ccd2-6fc0-cd44-34a5-17f1b67e02f6-20dbbaa7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4c4183ac-f840-d3ec-a48c-631920baba6a-20dbbaa7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fb87b2de-ac33-5c02-9f54-46c98605ea38-20dbbaa7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_53c929a6-2d74-223a-1b6d-8ca627774508-20dbbaa7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_79f21813-b755-4f5c-db5c-9955bacbe48c-20dbbaa7 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_7cf3b9a9-795a-76db-01e0-eda1eddcf686-20dbbaa7 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-b30617a1-a56e-79f3-6e3e-29938499d215-20dbbaa7 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_75f9b97d-9816-c3a3-d73f-c4795fa46e80-20dbbaa7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5f4bfded-1353-c7b9-1439-ae43f1ca078c-20dbbaa7 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_348339dc-983d-3c44-6b99-266918efb30b-20dbbaa7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d5d2ed7d-8510-65f8-a689-3c32eab96dfd-20dbbaa7 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-e468d5db-12e8-1466-7ee0-a1c04eb0d189-20dbbaa7 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_2f90c55f-04f1-8f6d-b725-b528f2e30113-20dbbaa7 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-acfa0e23-3838-eef2-f47d-4f1ecea7a771-20dbbaa7 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-c054ff31-6d73-f45e-b9b0-cd172633622a-20dbbaa7 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_5725efd3-6183-2b4d-097c-f0a7467b8401-20dbbaa7 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_866194d2-3e74-c74e-53a5-c36fa70a8112-20dbbaa7 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_6caeab2f-f121-1f14-7b8a-dff772e2635a-20dbbaa7 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_137f7df3-d534-55c1-ac39-cde299c80aac-20dbbaa7 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_7d0c87f6-9666-718c-b194-2cbeeaa30cdb-20dbbaa7 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_947e4ca9-d260-c581-caf3-9c84c9e210e9-20dbbaa7 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-b4366afc-1ef6-60d4-160e-600484239eb8-20dbbaa7 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-b863535c-6b8a-eb39-8927-e339a84e388b-20dbbaa7 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_7e9ada48-9091-8fbf-feb7-e979c3da3906-20dbbaa7 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_1e4f0c21-a363-53ba-9c5a-1c6a201f6e12-20dbbaa7 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-f4868458-add7-8faf-0ef1-c849de169e68-20dbbaa7 {
  grid-area: 10 / 3 / 11 / 4;
}

#w-node-f23843ea-0471-c98d-3a1e-522e566b0f35-20dbbaa7 {
  grid-area: 12 / 1 / 13 / 4;
}

#w-node-c86fe12a-e28a-0e85-b020-04c387eaa318-20dbbaa7 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-cd15fb8d-8cd9-6d43-312d-23ca11bdc8af-20dbbaa7 {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-cff28908-f1b7-fee7-2cd7-7be1e33cfd65-20dbbaa7 {
  grid-area: 11 / 3 / 12 / 4;
}

#w-node-_4b108fca-803e-b15d-e682-198bc67574d3-20dbbaa7 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_4f3290e6-9a3c-6969-6019-b7c548a4f238-20dbbaa7 {
  grid-area: 14 / 1 / 15 / 2;
}

#w-node-_36001338-c9c3-c176-017f-60ab15186efc-20dbbaa7 {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_669b8ef5-39a8-69cc-ee08-7f92dd205d95-20dbbaa7 {
  grid-area: 16 / 1 / 17 / 2;
}

#w-node-_97cfeb25-5286-36b1-6256-a9f75a046b0f-20dbbaa7 {
  grid-area: 17 / 1 / 18 / 2;
}

#w-node-b1ccf1f6-9899-1665-9ef7-0d5f1230b2f5-20dbbaa7 {
  grid-area: 18 / 1 / 19 / 2;
}

#w-node-d5051de4-09d6-2663-7fbe-3dee9d773a47-20dbbaa7 {
  grid-area: 13 / 2 / 14 / 3;
}

#w-node-fe9726b1-337c-96ca-49f7-a71735e02b56-20dbbaa7 {
  grid-area: 19 / 1 / 20 / 2;
}

#w-node-b7813d28-072d-9103-ec82-a0502a60b7a7-20dbbaa7 {
  grid-area: 20 / 1 / 21 / 2;
}

#w-node-bfe708fc-f502-c721-77d1-060a54bf94ca-20dbbaa7 {
  grid-area: 13 / 3 / 14 / 4;
}

#w-node-_6e59c6c8-dd31-6b39-4057-93b866071055-20dbbaa7 {
  grid-area: 21 / 1 / 22 / 2;
}

#w-node-f78fab2c-2a74-562f-d882-978d186cfebc-20dbbaa7 {
  grid-area: 14 / 2 / 15 / 3;
}

#w-node-_3909029c-601e-1632-ca95-f3a2f7500cb0-20dbbaa7 {
  grid-area: 21 / 2 / 22 / 3;
}

#w-node-_854b2daa-4bfa-e004-e6c3-c9fa3fa3ae91-20dbbaa7 {
  grid-area: 20 / 2 / 21 / 3;
}

#w-node-ebd438de-7cb2-1079-9adc-0887cc44c655-20dbbaa7 {
  grid-area: 14 / 3 / 15 / 4;
}

#w-node-_838cc5de-e18d-4018-ca1b-121e7140238b-20dbbaa7 {
  grid-area: 19 / 2 / 20 / 3;
}

#w-node-_766e3ff7-c484-e5e1-4424-434ab7b892ac-20dbbaa7 {
  grid-area: 15 / 2 / 16 / 3;
}

#w-node-ff7f00f0-5316-cbcf-87a4-e99e7f4fded3-20dbbaa7 {
  grid-area: 18 / 2 / 19 / 3;
}

#w-node-e18c744b-8227-f9c6-e162-87003c08a1d7-20dbbaa7 {
  grid-area: 17 / 2 / 18 / 3;
}

#w-node-_870f3eec-322b-a562-ed8b-5ab322c9f99f-20dbbaa7 {
  grid-area: 15 / 3 / 16 / 4;
}

#w-node-_2a7f856f-89c4-22e5-ef8d-36b2c7fe5017-20dbbaa7 {
  grid-area: 16 / 2 / 17 / 3;
}

#w-node-_0e6ef601-1f80-6889-322f-97f62980ecd1-20dbbaa7 {
  grid-area: 21 / 3 / 22 / 4;
}

#w-node-fa598f43-3ca7-a354-18ce-bbc87571987a-20dbbaa7 {
  grid-area: 16 / 3 / 17 / 4;
}

#w-node-_41970bd1-ab81-6deb-0ddb-a7e9fcaa2c0c-20dbbaa7 {
  grid-area: 17 / 3 / 18 / 4;
}

#w-node-_3b28343c-ddb6-18c9-b483-31d839b6d3d3-20dbbaa7 {
  grid-area: 18 / 3 / 19 / 4;
}

#w-node-_9902c758-6d87-565d-0aa6-18c6e75cf5e5-20dbbaa7 {
  grid-area: 19 / 3 / 20 / 4;
}

#w-node-b53660df-cd4c-682c-f5cd-c7b679f09fed-20dbbaa7 {
  grid-area: 20 / 3 / 21 / 4;
}

#w-node-_7a42783c-7d57-12e9-54ca-8d084470491c-b8dbbab4 {
  align-self: end;
}

#whatsapp.w-node-_27d1cbb3-48e2-4469-a81a-687e6a7d1f75-94dbbaaa, #telefono.w-node-_27d1cbb3-48e2-4469-a81a-687e6a7d1f83-94dbbaaa, #e-mail.w-node-_27d1cbb3-48e2-4469-a81a-687e6a7d1f8f-94dbbaaa, #instagram.w-node-_27d1cbb3-48e2-4469-a81a-687e6a7d1f9b-94dbbaaa {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42378-08a42376 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42392-08a42376 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42391-08a42376 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423b5-08a42376 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a4237a-08a42376 {
    grid-area: 3 / 1 / 5 / 2;
    align-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42394-08a42376 {
    grid-area: 3 / 2 / 5 / 3;
    align-self: start;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423c2-08a42376 {
    grid-area: 3 / 4 / 4 / 5;
    align-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423b7-08a42376 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423c0-08a42376 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423cb-08a42376 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
    justify-self: start;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423d1-08a42376 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_1c565541-bdb4-f644-7b68-9f2209112b91-08a42376 {
    grid-area: 5 / 1 / 6 / 5;
    justify-self: center;
  }

  #w-node-a2b20ebc-8ab1-1b96-9bb0-2613431d2feb-431d2fea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d6b4c77b-bae6-f059-2039-180c8c0bac05-8c0bac04 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-d6b4c77b-bae6-f059-2039-180c8c0bac4b-8c0bac04 {
    grid-area: 1 / 2 / 2 / 4;
    align-self: stretch;
  }

  #w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd9-63dbba9e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #Parrafo-Movil.w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd5-63dbba9e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd8-63dbba9e {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_5d588a93-db23-2d8f-d0f6-77d4c177bc8f-63dbba9e {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_0f2f9805-fe79-d085-aff9-f1b61ae7f2b9-63dbba9e {
    grid-area: 2 / 2 / 3 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_4ceceef1-bdf1-ace7-dd09-5af16804dfe0-63dbba9e {
    grid-area: 3 / 2 / 4 / 5;
    align-self: start;
  }

  #w-node-_73fba04b-fa91-7435-8307-02295b4f1666-63dbba9e {
    grid-area: 4 / 2 / 5 / 5;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_59a84fcd-6c0b-c9ba-1195-19582b83cb25-63dbba9e {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: end;
  }

  #w-node-_9dc8175a-f1f5-f441-c73c-8b577d418043-63dbba9e {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_435caaae-80ab-17f3-464a-8402c8033307-63dbba9e {
    grid-area: 2 / 6 / 3 / 9;
    justify-self: start;
  }

  #w-node-eb136a24-1853-0441-f8bb-348056e267af-63dbba9e {
    grid-area: 5 / 5 / 6 / 8;
  }

  #w-node-aca2dc4f-0659-899e-caa6-a56ead1f60b5-63dbba9e {
    grid-area: 5 / 1 / 6 / 5;
    align-self: auto;
    justify-self: end;
  }

  #w-node-_82a4d9dc-e339-1438-b427-af6f7c77dfd9-63dbba9e {
    grid-area: 3 / 2 / 4 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42378-08a42376 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42392-08a42376 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42391-08a42376 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423b5-08a42376 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a4237a-08a42376 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42394-08a42376 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423c2-08a42376 {
    grid-area: 3 / 3 / 5 / 4;
    align-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423b7-08a42376 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423c0-08a42376 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423cb-08a42376 {
    grid-area: 5 / 1 / 6 / 4;
    align-self: start;
    justify-self: start;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423d1-08a42376 {
    grid-area: 6 / 1 / 7 / 4;
    justify-self: start;
  }

  #w-node-_1c565541-bdb4-f644-7b68-9f2209112b91-08a42376 {
    grid-area: 7 / 1 / 8 / 4;
    justify-self: start;
  }

  #w-node-d6b4c77b-bae6-f059-2039-180c8c0bac05-8c0bac04 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd9-63dbba9e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #Parrafo-Movil.w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd5-63dbba9e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd8-63dbba9e {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_5d588a93-db23-2d8f-d0f6-77d4c177bc8f-63dbba9e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0f2f9805-fe79-d085-aff9-f1b61ae7f2b9-63dbba9e {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-_4ceceef1-bdf1-ace7-dd09-5af16804dfe0-63dbba9e {
    grid-area: 3 / 1 / 4 / 4;
    align-self: start;
  }

  #w-node-_73fba04b-fa91-7435-8307-02295b4f1666-63dbba9e {
    grid-area: 4 / 1 / 5 / 4;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_59a84fcd-6c0b-c9ba-1195-19582b83cb25-63dbba9e {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_9dc8175a-f1f5-f441-c73c-8b577d418043-63dbba9e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_435caaae-80ab-17f3-464a-8402c8033307-63dbba9e {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-eb136a24-1853-0441-f8bb-348056e267af-63dbba9e {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-aca2dc4f-0659-899e-caa6-a56ead1f60b5-63dbba9e {
    grid-area: 6 / 1 / 7 / 2;
    align-self: auto;
    justify-self: start;
  }

  #w-node-_82a4d9dc-e339-1438-b427-af6f7c77dfd9-63dbba9e {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59d9534b-c0a1-799e-aad3-dcb1332e78a7-36dbbab3 {
    grid-area: 8 / 1 / 9 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_5431f5ae-0ad4-ab18-aedb-9bb983816511-36dbbab3 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-e8a9d573-1edf-e2ab-53f4-cd912a647980-36dbbab3 {
    grid-area: 7 / 1 / 8 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f1345a23-977c-c2ac-cb29-50732cdd8ee7-36dbbab3 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_63a7ac7b-0651-19bc-b9a1-3a2c533dad8f-36dbbab3 {
    grid-area: 6 / 1 / 7 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_3fe540b0-0171-d088-3822-7cd12e634c58-36dbbab3 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_94f1b70d-d8f9-4444-44c7-cb612c6bae8f-36dbbab3 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42378-08a42376 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42392-08a42376 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42391-08a42376 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423b5-08a42376 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a4237a-08a42376 {
    grid-area: 4 / 2 / 5 / 3;
    align-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a42394-08a42376 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423c2-08a42376 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423b7-08a42376 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423c0-08a42376 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423cb-08a42376 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-a8d05224-e92a-ee11-1f4a-00d908a423d1-08a42376, #w-node-_1c565541-bdb4-f644-7b68-9f2209112b91-08a42376 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_95f24595-ebf5-6f98-dc3e-d68f82722df8-63dbba9e {
    justify-self: end;
  }

  #w-node-_6e120f46-5501-8d61-5ea1-9f80620c199f-63dbba9e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: end;
  }

  #w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd9-63dbba9e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #Parrafo-Movil.w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd5-63dbba9e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c65a6894-189b-ffdb-ec70-3faf2e607cd8-63dbba9e {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_5d588a93-db23-2d8f-d0f6-77d4c177bc8f-63dbba9e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f2f9805-fe79-d085-aff9-f1b61ae7f2b9-63dbba9e {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
    justify-self: center;
  }

  #w-node-_4ceceef1-bdf1-ace7-dd09-5af16804dfe0-63dbba9e {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_73fba04b-fa91-7435-8307-02295b4f1666-63dbba9e {
    grid-area: 4 / 1 / 5 / 2;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_59a84fcd-6c0b-c9ba-1195-19582b83cb25-63dbba9e {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_9dc8175a-f1f5-f441-c73c-8b577d418043-63dbba9e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aca2dc4f-0659-899e-caa6-a56ead1f60b5-63dbba9e {
    grid-area: 5 / 1 / 6 / 2;
    align-self: auto;
    justify-self: end;
  }

  #w-node-_6448500b-3f03-35ff-2844-4aeccc692cab-20dbbaa7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bb79ccd2-6fc0-cd44-34a5-17f1b67e02f6-20dbbaa7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4c4183ac-f840-d3ec-a48c-631920baba6a-20dbbaa7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fb87b2de-ac33-5c02-9f54-46c98605ea38-20dbbaa7 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_53c929a6-2d74-223a-1b6d-8ca627774508-20dbbaa7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_79f21813-b755-4f5c-db5c-9955bacbe48c-20dbbaa7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_7cf3b9a9-795a-76db-01e0-eda1eddcf686-20dbbaa7 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_75f9b97d-9816-c3a3-d73f-c4795fa46e80-20dbbaa7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5f4bfded-1353-c7b9-1439-ae43f1ca078c-20dbbaa7 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_348339dc-983d-3c44-6b99-266918efb30b-20dbbaa7 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-d5d2ed7d-8510-65f8-a689-3c32eab96dfd-20dbbaa7 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-e468d5db-12e8-1466-7ee0-a1c04eb0d189-20dbbaa7 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_2f90c55f-04f1-8f6d-b725-b528f2e30113-20dbbaa7 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-acfa0e23-3838-eef2-f47d-4f1ecea7a771-20dbbaa7 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_5725efd3-6183-2b4d-097c-f0a7467b8401-20dbbaa7 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_6caeab2f-f121-1f14-7b8a-dff772e2635a-20dbbaa7 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_137f7df3-d534-55c1-ac39-cde299c80aac-20dbbaa7 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_947e4ca9-d260-c581-caf3-9c84c9e210e9-20dbbaa7 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-b863535c-6b8a-eb39-8927-e339a84e388b-20dbbaa7 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_7e9ada48-9091-8fbf-feb7-e979c3da3906-20dbbaa7 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_1e4f0c21-a363-53ba-9c5a-1c6a201f6e12-20dbbaa7 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-c86fe12a-e28a-0e85-b020-04c387eaa318-20dbbaa7 {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-cd15fb8d-8cd9-6d43-312d-23ca11bdc8af-20dbbaa7 {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-_4b108fca-803e-b15d-e682-198bc67574d3-20dbbaa7 {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_4f3290e6-9a3c-6969-6019-b7c548a4f238-20dbbaa7 {
    grid-area: 14 / 1 / 15 / 3;
  }

  #w-node-_36001338-c9c3-c176-017f-60ab15186efc-20dbbaa7 {
    grid-area: 15 / 1 / 16 / 3;
  }

  #w-node-_669b8ef5-39a8-69cc-ee08-7f92dd205d95-20dbbaa7 {
    grid-area: 16 / 1 / 17 / 3;
  }

  #w-node-_97cfeb25-5286-36b1-6256-a9f75a046b0f-20dbbaa7 {
    grid-area: 17 / 1 / 18 / 3;
  }

  #w-node-b1ccf1f6-9899-1665-9ef7-0d5f1230b2f5-20dbbaa7 {
    grid-area: 18 / 1 / 19 / 3;
  }

  #w-node-d5051de4-09d6-2663-7fbe-3dee9d773a47-20dbbaa7 {
    grid-area: 13 / 2 / 14 / 3;
  }

  #w-node-fe9726b1-337c-96ca-49f7-a71735e02b56-20dbbaa7 {
    grid-area: 19 / 1 / 20 / 3;
  }

  #w-node-b7813d28-072d-9103-ec82-a0502a60b7a7-20dbbaa7 {
    grid-area: 20 / 1 / 21 / 3;
  }

  #w-node-_6e59c6c8-dd31-6b39-4057-93b866071055-20dbbaa7 {
    grid-area: 21 / 1 / 22 / 3;
  }

  #w-node-f78fab2c-2a74-562f-d882-978d186cfebc-20dbbaa7 {
    grid-area: 14 / 2 / 15 / 3;
  }

  #w-node-_3909029c-601e-1632-ca95-f3a2f7500cb0-20dbbaa7 {
    grid-area: 21 / 2 / 22 / 3;
  }

  #w-node-_854b2daa-4bfa-e004-e6c3-c9fa3fa3ae91-20dbbaa7 {
    grid-area: 20 / 2 / 21 / 3;
  }

  #w-node-_838cc5de-e18d-4018-ca1b-121e7140238b-20dbbaa7 {
    grid-area: 19 / 2 / 20 / 3;
  }

  #w-node-_766e3ff7-c484-e5e1-4424-434ab7b892ac-20dbbaa7 {
    grid-area: 15 / 2 / 16 / 3;
  }

  #w-node-ff7f00f0-5316-cbcf-87a4-e99e7f4fded3-20dbbaa7 {
    grid-area: 18 / 2 / 19 / 3;
  }

  #w-node-e18c744b-8227-f9c6-e162-87003c08a1d7-20dbbaa7 {
    grid-area: 17 / 2 / 18 / 3;
  }

  #w-node-_2a7f856f-89c4-22e5-ef8d-36b2c7fe5017-20dbbaa7 {
    grid-area: 16 / 2 / 17 / 3;
  }
}


@font-face {
  font-family: 'Copperplategothicstd 31bc';
  src: url('../fonts/copperplategothicstd-31bc.eot') format('embedded-opentype'), url('../fonts/copperplategothicstd-31bc.woff') format('woff'), url('../fonts/copperplategothicstd-31bc.ttf') format('truetype'), url('../fonts/copperplategothicstd-31bc.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}