@font-face {
  font-family: Averia;
  src: url('../fonts/Averia-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Courierprime;
  src: url('../fonts/CourierPrime-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 300;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 500;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 300;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 600;
  font-style: italic;
}


@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/gotham-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mika Melvas Authenia Textured;
  src: url('../fonts/Mika-Melvas---Authenia-Textured.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Courierstd;
  src: url('../fonts/CourierStd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Courierstd;
  src: url('../fonts/CourierStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --brown: #3d3028;
  --color-button: #b8a893;
  --hover-button: #6e6461;
  --white: white;
  --negro: #202020;
  --font-gotham: Gotham, sans-serif;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.container {
  background-color: #f7f0e9;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 1024px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 40px 2px;
  display: flex;
}

.navbar {
  background-color: #f7f0e9;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar.landing {
  position: static;
}

.brand {
  border: 1px #000;
  margin-right: 0;
  padding-right: 10px;
}

.brand.w--current {
  border: 1px #000;
  padding: 0 10px 0 0;
}

.brand.landing {
  padding-right: 0;
}

.image {
  width: 173px;
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.close-icon.hidden {
  display: none;
}

.nav-link {
  color: var(--brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #65ffda00;
  border: 1px #000;
  border-bottom: 4px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding: 10px 12px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.nav-link:hover {
  border-bottom: 4px solid var(--color-button);
  color: var(--brown);
  font-weight: 700;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.content-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28%;
  display: flex;
  position: absolute;
  inset: 0% 10% 0% auto;
}

.content-hero.melna {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 10px 10px 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.content-hero.promo {
  order: -1;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  padding-left: 0;
  padding-right: 60px;
  position: static;
}

.body {
  background-color: #fff;
  font-family: Raleway, sans-serif;
}

.button {
  background-color: var(--color-button);
  color: var(--brown);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  width: 172px;
  min-width: 172px;
  margin-top: 10px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.button:hover {
  background-color: var(--hover-button);
  color: var(--white);
}

.button.form {
  margin-left: auto;
}

.box-image {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-productos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 10px;
  display: flex;
  overflow: auto;
}

.imagen-producto {
  mix-blend-mode: multiply;
  width: 200px;
  height: 200px;
}

.tendencias {
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  max-width: 1160px;
  margin: 40px auto;
  padding: 40px 0;
  display: block;
  overflow: hidden;
}

.div-block-3 {
  width: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-2 {
  color: var(--negro);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 36px;
}

.paragraph-2 {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2.center {
  text-align: center;
}

.paragraph-2.large {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
}

.text-block-3 {
  color: #6f45b7;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
}

.new-label {
  color: #fff;
  background-color: #af294300;
  border-radius: 10px;
  position: absolute;
  top: 17px;
  left: 17px;
}

.new-label.oculto {
  display: none;
}

.card-producto {
  box-shadow: none;
  background-color: #fafafa00;
  border: 1px #fcfcfc;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 254px;
  padding-bottom: 20px;
  display: flex;
}

.text-block {
  color: var(--negro);
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.img-hover {
  width: 239px;
  display: none;
}

.promos {
  height: auto;
  margin-bottom: 20px;
  padding-top: 0;
}

.section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  margin: 60px auto;
  display: flex;
}

.colum {
  width: 50%;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-text-card {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 120px;
  display: flex;
}

.image-2 {
  width: 100%;
}

.div-block-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.select-field {
  color: #fff;
  background-color: #ffffff0f;
  font-size: 13px;
  font-weight: 300;
}

.select-field.white {
  color: #000;
  border: 1px solid #000;
  border-top-color: #3d3028;
  padding-right: 12px;
}

.checkbox-label {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.form-3 {
  width: auto;
}

.form-3.js-cm-form {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.field-label-3 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.text-field-3 {
  color: #000;
  background-color: #ffffff0f;
  border: 1px solid #000;
  border-top-color: #3d3028;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
}

.text-field-3::placeholder {
  color: #000;
}

.text-field-3.js-cm-email-input.qa-input-email {
  color: #131313;
  background-color: #ffffff0f;
  border-color: #3d3028 #000 #000;
  width: 100%;
  font-weight: 400;
}

.text-field-3.js-cm-email-input.qa-input-email::placeholder {
  color: #111;
}

.div-imput {
  width: 50%;
}

.div-imput.date {
  width: auto;
  position: relative;
}

.text-block-19 {
  color: #a94243;
  text-align: center;
  background-color: #f2dedf;
  align-self: center;
  width: 60%;
  display: none;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  line-height: 36px;
}

.checkbox {
  font-weight: 500;
}

.checkbox.w--redirected-checked {
  background-color: #3d3128;
  border-color: #c2b199;
}

.contenedor-form {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contenedor-footer {
  background-color: #f4f2ee;
  padding-top: 40px;
}

.footer {
  background-color: #f4f2ef;
  border-top: 1px solid #b19a57;
  width: 100%;
}

.text-block-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
}

.copyright {
  justify-content: space-between;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.l-footer__top {
  background-color: #c2b199;
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-content-reassurance {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-content-reassurance__item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  width: 30%;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.text-block-21 {
  color: var(--brown);
  font-weight: 600;
  line-height: 15px;
}

.image-15 {
  width: 300px;
}

.contenedor-parrafo {
  position: relative;
}

.paragraph-10 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-2 {
  align-items: center;
  width: 50%;
  margin-top: auto;
}

.pink {
  color: #eea6ca;
}

.text-block-5 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gotham Book, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
}

.tittle {
  color: #3ebfb6;
  width: 50%;
  margin-bottom: 0;
  font-family: Averia, sans-serif;
  font-size: 70px;
  line-height: 76px;
}

.tittle.home {
  text-align: center;
  width: auto;
}

.button-3 {
  color: #000;
  cursor: pointer;
  background-color: #f2d766;
  border: 1px solid #fff;
  border-radius: 36px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  transition: all .2s;
  display: none;
}

.button-3:hover {
  outline-offset: 0px;
  background-color: #ffdd4e;
  border: 1px solid #fff;
  outline: 2px solid #fddd4e;
}

.flex-block-3 {
  align-items: center;
  width: 50%;
  max-width: 639.5px;
  padding-left: 40px;
  padding-right: 40px;
}

.cuadro-amarillo {
  z-index: -1;
  background-color: #f2d766;
  width: 69px;
  height: 26px;
  position: absolute;
  inset: -2% 0% 0% 101px;
  transform: rotate(-5deg);
}

.contenido-curl-celebration {
  background-image: url('../images/img-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.body-2 {
  background-color: #fafafa;
}

.link-leggales {
  color: #3d3028;
  font-size: 12px;
}

.contenedor-link-legales {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.contenedor-img-hero {
  background-image: url('../images/banner-cd-mayo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.contenedor-img-hero.melena-tour-2025 {
  background-image: url('../images/melenatour.png'), url('../images/img-bundle.png'), url('../images/pattern-bg.png');
  background-position: 100% 100%, 0 100%, 50% 65%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 40%, 52%, cover;
  display: block;
}

.image-17 {
  width: 70%;
}

.div-legales {
  background-color: #fff;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px 0;
  font-family: Raleway, sans-serif;
}

.div-legales.sinmargen {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.div-legales.sinmargen.ultimo {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.cajita-contenidos {
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 5px;
  padding: 20px;
}

.cajita-contenidos.center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-23 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}

.parrafos {
  color: #201f1f;
  text-align: left;
  margin-bottom: 10px;
  line-height: 22px;
}

.paragraph-24 {
  text-align: justify;
  letter-spacing: .7px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 25px;
}

.tabla-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Raleway, sans-serif;
  display: grid;
}

.backtotop {
  color: #f2f0e9;
  background-color: #282828;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: block;
  position: fixed;
  inset: auto 1% 6% auto;
}

.link-4 {
  color: var(--brown);
}

.link-4.bold {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.subtitle {
  margin-top: 20px;
  font-weight: 700;
}

.contenedor-terminos {
  margin-top: 100px;
}

.section-2 {
  color: #0c0c0c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: auto;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-18 {
  color: #0a0a0a;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-26 {
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
}

.image-18 {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 0;
}

.lista-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-19 {
  width: 18px;
}

.heading-25 {
  text-transform: none;
}

.courier-text {
  letter-spacing: 0;
  font-family: "Courier Prime", monospace;
  font-size: 14px;
  line-height: 17px;
  display: block;
}

.titulo {
  text-align: center;
  letter-spacing: -1px;
  font-family: "Courier Prime", monospace;
  font-size: 36px;
  line-height: 34px;
}

.item-lista-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-courier {
  font-weight: 700;
}

.image-20 {
  margin-bottom: 10px;
}

.image-21 {
  width: 200px;
  margin-bottom: 10px;
}

.bg-melena {
  background-image: url('../images/pattern.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.nav-melena {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-melena {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.div-block-47 {
  max-width: 1160px;
  padding-top: 60px;
}

.text-block-22 {
  color: #eae4d3;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise.png'), linear-gradient(#eae4d3, #eae4d3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Gotham, sans-serif;
  font-size: 85px;
  font-weight: 900;
  line-height: 86px;
}

.text-block-23 {
  color: #eae4d3;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 26px;
}

.textos-melena {
  text-align: center;
  margin-bottom: 40px;
}

.image-22 {
  z-index: 0;
  width: 60%;
  height: auto;
  position: relative;
}

.div-block-48 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.image-23 {
  width: 279px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-49 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  margin-left: -48px;
  display: flex;
  position: relative;
}

.text-block-24 {
  font-family: var(--font-gotham);
  color: #302928;
  text-align: center;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-50 {
  background-image: url('../images/bg-texto.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -21px;
  padding: 60px 44px 47px;
  display: flex;
}

.div-block-50.mobile {
  display: none;
}

.image-24 {
  width: 100%;
  margin-bottom: 10px;
}

.headert-tablet {
  background-color: #fdebde;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.headert-tablet.tablet {
  background-color: #e9d7c9;
  background-image: url('../images/melenatour.png'), url('../images/img-bundle.png'), url('../images/pattern-bg.png');
  background-position: 100% 100%, 0 100%, 50% 59%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, 50%, cover;
  margin-top: 99px;
  padding-top: 0;
}

.contenedor-tittle-promo {
  max-width: 940px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
}

.heading-26 {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 48px;
}

.accordion-item {
  color: #0c0c0c;
  background-color: #0000;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-family: Gotham, sans-serif;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  color: #2f2f30;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.accordion-item-trigger {
  color: #041e42;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-wrapper {
  margin-top: 50px;
}

.link {
  color: #ff6f00;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  color: #363636;
  text-align: justify;
  font-family: Gotham Book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
  margin-top: 0;
}

.accordion-item-content {
  height: auto;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.body-3 {
  background-color: #f4f2ef;
}

.calendario-walmart {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1ece7;
  background-image: url('../images/explosion.png');
  background-position: 119% -8%;
  background-repeat: no-repeat;
  background-size: 400px;
  border-top: 11px #de5818;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
  display: flex;
}

.div-block-51 {
  background-color: #fffaf1;
  border-radius: 0;
  flex-flow: column;
  width: 1160px;
  max-width: none;
  padding: 40px;
  display: flex;
}

.dia {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Gotham, sans-serif;
  display: flex;
  overflow: hidden;
}

.text-block-25 {
  color: #faecd2;
  text-transform: uppercase;
  font-weight: 700;
}

.tienda {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
}

.tienda:hover {
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
}

.text-block-14 {
  color: #000;
  text-transform: capitalize;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.text-block-14.linea {
  color: #000504;
  text-transform: uppercase;
  border-left: 1px solid #000;
  padding-left: 10px;
}

.horario-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000706;
  background-color: #faecd2;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
}

.light {
  color: #faecd2;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  line-height: 12px;
}

.image-25 {
  width: 17px;
}

.date-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #bd5b00;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-family: Gotham, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block-26 {
  font-size: 11px;
}

.text-block-26.ocultar {
  display: none;
}

.text-block-27 {
  color: #322a24;
  background-color: #45210c00;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.div-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  width: auto;
  display: grid;
}

.div-block-53 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: inline-flex;
}

.paragraph-29 {
  text-align: center;
  width: 70%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham Book, sans-serif;
}

.typeform-melena {
  text-align: center;
}

.slider {
  height: 500px;
  margin-top: 105px;
}

.titulo-banner-melena {
  color: #6c3e5c;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.titulo-banner-melena.cupon-curls {
  color: var(--brown);
  letter-spacing: 1px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

.titulo-banner-melena.small {
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}

.icon-4 {
  background-color: #b8a893;
  border: 16px solid #b8a893;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 19px;
  display: flex;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-29 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.div-block-56 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.image-28 {
  width: 146px;
}

.subtitulos-legales {
  margin-top: 40px;
  font-size: 21px;
}

.lista-bullets {
  margin-bottom: 0;
  list-style-type: disc;
}

.lista-bullets.interna {
  margin-left: 40px;
  padding-left: 40px;
}

.div-block-57 {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.list-5 {
  padding-left: 24px;
}

.tabla-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.tabla-3.secondary {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  font-family: Raleway, sans-serif;
}

.div-block-58 {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.fondo {
  background-color: #ddb769;
}

.div-block-59 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.dia-2 {
  background-color: #fff;
  border: 3px solid #084a2b;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 224px;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-family: Gotham, sans-serif;
  display: flex;
  overflow: hidden;
}

.caja-date {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  min-width: 212px;
  height: auto;
  min-height: 140px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.caja-date.horizontal {
  min-width: 436px;
}

.div-block-62 {
  background-color: #ddb769;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.text-block-33 {
  color: #000;
  text-align: center;
  font-weight: 700;
}

.div-block-63 {
  background-color: #fff;
  padding: 10px;
}

.div-block-63.horizontal {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-63.hot {
  border-right: 1px solid #e2e2e2;
  min-width: 219px;
  padding-left: 10px;
  padding-right: 20px;
}

.div-block-63.top {
  min-width: 212px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-34 {
  font-weight: 600;
}

.contenedor-caja-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4px;
  display: flex;
}

.paragraph-35 {
  font-weight: 500;
}

.contenedor-semana {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.bold-text-5 {
  font-size: 18px;
}

.text-block-34 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 700;
}

.div-block-64 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.experta {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.image-31 {
  position: absolute;
  bottom: -17px;
}

.image-31.girada {
  bottom: -21px;
}

.image-32 {
  border-radius: 50%;
}

.div-block-65 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-66 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1160px;
  padding-left: 20px;
  display: block;
}

.light-sec {
  font-size: 19px;
  font-weight: 400;
}

.text-block-35 {
  text-align: left;
}

.contenedor-spotify {
  width: 45%;
  height: 460px;
}

.melena-orgullo {
  background-color: #f6f7f9;
  background-image: linear-gradient(357deg, #f1f2f6bf, #f1f2f4), url('../images/texture-light-fabric.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-38 {
  text-align: justify;
}

.imagen-miniatura {
  width: auto;
  max-width: none;
  height: 100%;
}

.overlay-miniatura-video {
  background-color: #00000070;
  position: absolute;
  inset: 0%;
}

.overaly-video-card {
  aspect-ratio: auto;
  background-color: #25242454;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  color: #000;
  height: 100%;
  text-decoration: none;
  position: static;
}

.icon-play {
  z-index: 1;
  width: 45px;
  position: absolute;
}

.paragraph-40 {
  font-family: Raleway, sans-serif;
}

.text-block-37 {
  z-index: 1;
  color: #fff;
  letter-spacing: .5px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: auto;
  bottom: 44%;
}

.paragraph-42 {
  color: #dd8f3c;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.melena-tour {
  background-image: url('../images/pattern-bg.png');
  background-position: 50% 65%;
  background-repeat: repeat-x;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  height: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info-space {
  background-image: url('../images/melenatour.png'), url('../images/img-bundle.png');
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 46%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-35 {
  margin-bottom: 20px;
}

.div-block-70 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.curl-makeover {
  background-image: url('../images/wave.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 6px;
  display: inline-flex;
}

.image-36 {
  width: 386px;
}

.text-span-11 {
  white-space: nowrap;
}

.li-terminos-2025 {
  margin-bottom: 10px;
  list-style-type: lower-alpha;
}

.li-terminos-2025.puntos {
  list-style-type: disc;
}

.li-terminos-2025.nada {
  list-style-type: none;
}

.li-terminos-2025.sub {
  list-style-type: square;
}

.paragraph-43 {
  font-weight: 400;
}

.paragraph-43.terminos {
  text-align: justify;
}

.heading-27 {
  text-align: center;
}

.heading-27.terminos {
  font-family: Gotham, sans-serif;
  font-size: 34px;
  line-height: 39px;
}

.lista-terminos-2025 {
  padding-left: 20px;
}

.lista-terminos-2025.sub {
  margin-bottom: 20px;
  padding-left: 60px;
  list-style-type: square;
}

.heading-30 {
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.div-block-71 {
  background-color: #fff;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  font-family: Gotham Book, sans-serif;
}

.contenedor-legales {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 100px;
  display: flex;
}

.bolder {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.heading-31 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.list-item {
  text-align: left;
  margin-bottom: 4px;
  line-height: 24px;
}

.list-item.pad {
  margin-bottom: 20px;
  line-height: 24px;
}

.list-item._2 {
  list-style-type: square;
}

.lista-numeros {
  padding-left: 20px;
  list-style-type: decimal;
}

.lista-numeros.max {
  padding-left: 40px;
}

.item-numero {
  margin-bottom: 8px;
  padding-left: 8px;
}

.div-legales-col {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-2 {
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 25px;
  list-style-type: none;
}

.list-item-2.sin {
  padding-left: 0;
}

@media screen and (min-width: 1280px) {
  .headert-tablet {
    background-position: 100% 8%;
  }

  .div-block-59 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contenedor-spotify {
    height: 460px;
  }
}

@media screen and (min-width: 1440px) {
  .image-15 {
    width: 320px;
  }

  .contenedor-img-hero.melena-tour-2025 {
    background-size: contain, 52%, cover;
  }

  .parrafos {
    margin-top: 0;
  }

  .textos-melena.reglas {
    width: auto;
  }

  .headert-tablet {
    background-position: 100% 12%;
  }

  .headert-tablet.tablet {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .contenedor-spotify {
    height: 470px;
  }
}

@media screen and (min-width: 1920px) {
  .content-hero.promo {
    padding-left: 0;
    padding-right: 60px;
  }

  .tendencias {
    max-width: 1780px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2.large {
    font-size: 25px;
    line-height: 30px;
  }

  .image-15 {
    width: 450px;
  }

  .tittle {
    font-size: 73px;
  }

  .contenedor-img-hero {
    height: 650px;
  }

  .contenedor-img-hero.melena-tour-2025 {
    background-size: contain, 52%, cover;
  }

  .courier-text {
    font-size: 18px;
  }

  .titulo {
    font-size: 45px;
    line-height: 39px;
  }

  .image-21 {
    width: 250px;
  }

  .bg-melena {
    background-position: 50%;
    background-repeat: repeat;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-47 {
    max-width: 1440px;
  }

  .textos-melena.reglas {
    width: auto;
  }

  .image-23 {
    width: 337px;
  }

  .text-block-24 {
    font-size: 26px;
    line-height: 29px;
  }

  .div-block-50 {
    padding-top: 80px;
    padding-bottom: 76px;
  }

  .headert-tablet.tablet {
    height: 550px;
  }

  .slider {
    height: 650px;
  }

  .titulo-banner-melena.cupon-curls {
    font-size: 33px;
    line-height: 38px;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .contenedor-spotify {
    height: 460px;
  }

  .image-36 {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    height: auto;
    padding: 10px 0 10px 20px;
    display: flex;
    position: static;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .navbar.landing {
    position: static;
  }

  .brand {
    margin-right: auto;
    padding-right: 0;
  }

  .brand.w--current {
    border: 1px #000;
    padding-left: 0;
  }

  .brand.landing {
    margin-right: 0;
  }

  .icon {
    color: #101e60;
    display: block;
  }

  .close-icon {
    display: block;
  }

  .close-icon.hidden {
    align-self: auto;
    width: 33px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .nav-link {
    border-bottom-style: solid;
    border-bottom-color: #b9a994;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .nav-menu {
    z-index: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .content-hero {
    background-image: url('../images/bg-mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    width: auto;
    height: auto;
    min-height: 368px;
    padding: 40px;
    position: static;
  }

  .content-hero.melna {
    background-color: #e7ebec;
    background-image: url('../images/pattern-bg.png');
    background-position: 50% 59%;
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    padding: 20px;
    transform: none;
  }

  .content-hero.promo {
    background-image: none;
    width: auto;
    min-height: 0;
    padding-left: 40px;
  }

  .box-productos {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: auto;
  }

  .tendencias {
    text-align: center;
  }

  .heading-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2.large {
    width: auto;
  }

  .text-block-3 {
    margin-right: auto;
  }

  .card-producto {
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 250px;
    display: flex;
  }

  .promos {
    flex-flow: column;
    display: block;
  }

  .section {
    flex-direction: column;
  }

  .colum {
    width: 90%;
  }

  .select-field.white {
    color: #000;
    padding-right: 10px;
  }

  .form-3.js-cm-form {
    align-items: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-imput {
    width: 100%;
  }

  .flex-block {
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
    padding-left: 0;
  }

  .heading-3 {
    width: 90%;
  }

  .contenedor-form {
    width: auto;
  }

  .checkbox-field {
    width: 600px;
    margin-top: 20px;
    padding-right: 20px;
  }

  .copyright {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-content-reassurance {
    flex-wrap: wrap;
  }

  .image-15 {
    order: 0;
    width: 450px;
  }

  .paragraph-10 {
    font-size: 26px;
    line-height: 29px;
  }

  .flex-block-2 {
    width: 90%;
  }

  .tittle {
    text-align: center;
    width: auto;
    font-size: 73px;
  }

  .flex-block-3 {
    width: 90%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cuadro-amarillo {
    top: 0%;
    left: 105px;
  }

  .contenido-curl-celebration {
    background-image: url('../images/img-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    flex-direction: column-reverse;
  }

  .contenedor-img-hero {
    background-position: 0%;
  }

  .contenedor-img-hero.melena-tour-2025 {
    background-image: url('../images/img-bundle.png'), url('../images/melenatour.png'), url('../images/pattern-bg.png');
    background-position: 0 100%, 100% 100%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 85%, contain, cover;
  }

  .div-legales.sinmargen {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabla-2 {
    object-fit: fill;
    overflow: auto;
  }

  .section-2 {
    width: 90%;
  }

  .titulo {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 42px;
  }

  .image-20 {
    width: 70%;
  }

  .image-21 {
    display: block;
  }

  .menu-melena {
    background-color: #fff;
  }

  .div-block-47 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-48 {
    position: relative;
  }

  .div-block-49 {
    margin-left: -32px;
  }

  .text-block-24 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-50 {
    height: 415px;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .div-block-50.mobile {
    display: flex;
  }

  .headert-tablet {
    background-position: 100%;
    background-size: contain;
  }

  .headert-tablet.tablet {
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .contenedor-tittle-promo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .calendario-walmart {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-51 {
    width: auto;
  }

  .dia {
    width: auto;
    height: auto;
    min-height: 0;
  }

  .horario-2, .date-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider {
    flex-flow: column;
    height: auto;
    margin-top: 57px;
    display: flex;
  }

  .mask {
    background-color: #e7ebec;
    height: auto;
    overflow: hidden;
  }

  .div-block-55 {
    flex-flow: column;
    width: auto;
  }

  .div-block-57 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabla-3 {
    object-fit: fill;
    overflow: auto;
  }

  .div-block-58 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dia-2 {
    width: auto;
    height: auto;
    min-height: 300px;
  }

  .div-block-63.horizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contenedor-caja-date {
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 10px;
  }

  .contenedor-spotify {
    order: -1;
    width: auto;
    height: 420px;
    overflow: hidden;
  }

  .imagen-miniatura {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }

  .overlay-miniatura-video {
    width: 100%;
    height: 100%;
  }

  .overaly-video-card {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
  }

  .lightbox-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .info-space {
    background-size: 32%, 60%;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-70 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    padding-bottom: 60px;
  }

  .content-hero.melna {
    background-image: url('../images/pattern-bg.png');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 40px;
  }

  .content-hero.promo {
    min-height: 0;
  }

  .tendencias {
    margin-top: 60px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 31px;
  }

  .card-producto {
    width: 45%;
  }

  .form-3 {
    text-align: left;
  }

  .form-3.js-cm-form {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-field-3, .div-imput {
    width: 100%;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 31px;
  }

  .contenedor-form {
    width: 100%;
  }

  .checkbox-field {
    width: auto;
  }

  .tittle {
    text-align: center;
    line-height: 68px;
  }

  .contenedor-img-hero {
    height: 400px;
  }

  .div-legales {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-18 {
    text-align: center;
    font-size: 43px;
  }

  .textos-melena.reglas {
    margin-bottom: 0;
  }

  .text-block-24 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-50 {
    height: 303px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-24 {
    width: 252px;
    padding-top: 20px;
  }

  .headert-tablet {
    background-color: #fdebde;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/shutterstock_1494105464.png');
    background-position: 0 0, 0 0, 0 0, 0 0, 100%;
    background-size: auto, auto, auto, auto, contain;
    justify-content: center;
  }

  .headert-tablet.tablet {
    flex-flow: column;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .calendario-walmart {
    justify-content: center;
    align-items: center;
  }

  .dia {
    width: auto;
    min-height: 0;
  }

  .text-block-27 {
    font-size: 23px;
    display: inline;
  }

  .div-block-52 {
    grid-template-columns: 1.5fr 1.5fr;
  }

  .paragraph-29 {
    width: auto;
  }

  .slider {
    background-color: #ddd0;
    height: auto;
  }

  .div-block-55 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .dia-2 {
    width: auto;
    min-height: 0;
  }

  .caja-date.horizontal {
    min-width: 0;
  }

  .div-block-63.horizontal {
    flex-flow: column;
  }

  .div-block-63.top {
    padding-left: 10px;
  }

  .contenedor-caja-date {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    padding-left: 0;
    display: grid;
  }

  .contenedor-semana {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-35 {
    text-align: center;
    width: 80%;
  }

  .contenedor-spotify {
    width: 100%;
    height: 320px;
  }

  .imagen-miniatura {
    width: 100%;
  }

  .overlay-miniatura-video {
    height: auto;
  }

  .overaly-video-card {
    width: 100%;
    height: auto;
  }

  .lightbox-link {
    flex-direction: column;
    padding-left: 0;
  }

  .text-block-37 {
    bottom: 38%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 5px 5px 5px 17px;
  }

  .navbar {
    width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    border: 1px #000;
    padding-left: 0;
  }

  .brand.landing {
    margin-right: 0;
  }

  .image {
    display: block;
  }

  .menu-button {
    width: 48px;
  }

  .content-hero {
    background-image: url('../images/bg-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 520px;
  }

  .content-hero.melna {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 520px;
    padding-bottom: 40px;
  }

  .content-hero.promo {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.form {
    margin-right: auto;
  }

  .box-productos {
    flex-direction: row;
  }

  .tendencias {
    margin-top: 20px;
  }

  .heading-2 {
    width: 100%;
    font-size: 24px;
    line-height: 27px;
  }

  .paragraph-2.large {
    font-size: 18px;
    line-height: 22px;
  }

  .card-producto {
    flex-direction: column;
    width: 100%;
  }

  .form-3.js-cm-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-3 {
    width: 80%;
  }

  .flex-block {
    width: auto;
  }

  .heading-3 {
    width: 100%;
    font-size: 24px;
    line-height: 27px;
  }

  .contenedor-form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .checkbox-field {
    width: auto;
    padding-right: 0;
  }

  .copyright {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 40px;
  }

  .c-content-reassurance {
    flex-flow: column;
  }

  .c-content-reassurance__item {
    align-self: flex-start;
    width: auto;
  }

  .paragraph-10 {
    font-size: 17px;
    line-height: 17px;
  }

  .flex-block-2 {
    margin-top: 3px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 21px;
  }

  .tittle {
    font-size: 18vw;
    line-height: 6vh;
  }

  .flex-block-3 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cuadro-amarillo {
    width: 61px;
    height: 18px;
    left: 61px;
  }

  .contenido-curl-celebration {
    background-position: 50%;
    background-size: contain;
    justify-content: flex-start;
    min-height: 0;
  }

  .contenedor-link-legales {
    flex-direction: column;
    justify-content: center;
  }

  .contenedor-img-hero {
    background-position: 25%;
  }

  .contenedor-img-hero.melena-tour-2025 {
    background-size: contain, contain, cover;
  }

  .div-legales {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .div-legales.sinmargen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-42 {
    position: static;
    overflow: hidden;
  }

  .section-2 {
    padding-top: 60px;
  }

  .lista-hero {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .image-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-21 {
    width: 80%;
  }

  .nav-melena {
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-47 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-22 {
    font-size: 62px;
    line-height: 52px;
  }

  .text-block-23 {
    font-size: 19px;
  }

  .textos-melena.reglas {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-22 {
    width: 70%;
  }

  .image-23 {
    width: 100%;
  }

  .div-block-49 {
    width: 30%;
    margin-left: -8px;
  }

  .text-block-24 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-50 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-50.mobile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-24 {
    width: 100px;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .headert-tablet {
    background-image: none;
    align-items: center;
  }

  .headert-tablet.tablet {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
  }

  .contenedor-tittle-promo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-26 {
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .dia {
    width: auto;
    min-height: 0;
  }

  .text-block-27 {
    line-height: 26px;
  }

  .div-block-52 {
    grid-template-columns: 1.5fr;
  }

  .div-block-53 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    text-align: center;
    flex-flow: column;
  }

  .slider {
    background-color: #fff;
    height: auto;
  }

  .titulo-banner-melena {
    text-align: center;
    font-size: 26px;
    line-height: 23px;
  }

  .titulo-banner-melena.cupon-curls {
    font-size: 19px;
    line-height: 23px;
  }

  .titulo-banner-melena.small {
    font-size: 16px;
    line-height: 18px;
  }

  .mask {
    background-color: #e7ebec00;
  }

  .slide-nav {
    display: none;
  }

  .lista-bullets.mobile {
    padding-left: 0;
  }

  .dia-2 {
    width: auto;
    min-height: 0;
  }

  .caja-date {
    width: 100%;
  }

  .contenedor-caja-date {
    grid-template-columns: 1.5fr;
  }

  .contenedor-semana {
    justify-content: center;
    align-items: center;
  }

  .div-block-65 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-66 {
    padding-left: 0;
  }

  .light-sec {
    font-size: 19px;
  }

  .contenedor-spotify {
    height: auto;
  }

  .melena-orgullo {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-38 {
    text-align: justify;
  }

  .lightbox-link {
    height: auto;
  }

  .text-block-37 {
    bottom: 34%;
  }

  .melena-tour {
    height: 425px;
  }

  .info-space {
    background-size: 41%, 96%;
  }

  .heading-27.terminos {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-71 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-legales {
    padding-top: 60px;
  }

  #w-node-aef3cb57-e61f-e190-cf38-a8c3fcd25efe-6455e2a8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Averia';
  src: url('../fonts/Averia-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courierprime';
  src: url('../fonts/CourierPrime-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mika Melvas Authenia Textured';
  src: url('../fonts/Mika-Melvas---Authenia-Textured.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Courier Prime", monospace;
  src: url('../fonts/CourierStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Courier Prime", monospace;
  src: url('../fonts/CourierStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}