@font-face {
  font-family: Nexaessie;
  src: url('../fonts/NexaESSIE-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexaessie;
  src: url('../fonts/NexaESSIE-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --essie-red: #af2742;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.brand {
  border: 1px #000;
  margin-right: auto;
  padding-right: 10px;
}

.brand.w--current {
  border: 1px #000;
  padding: 0 10px 0 0;
}

.image {
  width: 90px;
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.icon {
  width: 24px;
  font-size: 20px;
}

.navbar {
  background-color: #fff;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar.be {
  position: static;
}

.nav-link {
  color: #000;
  text-transform: none;
  background-color: #65ffda00;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link.large {
  box-shadow: none;
  color: #101e5f;
  letter-spacing: 0;
  text-transform: none;
  background-color: #65ffda;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 22px;
  font-weight: 700;
}

.nav-link.large:hover {
  color: #101e5f;
  background-color: #64ffda;
}

.container {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  max-width: 1024px;
  height: 59px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  font-family: Nexaessie, sans-serif;
  display: flex;
}

.close-icon.hidden {
  display: none;
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  background-color: #f7f7f7;
  border-radius: 20px;
  font-family: Nexaessie, sans-serif;
}

.div-block {
  margin-top: 100px;
}

.content {
  background-color: #fff0;
  max-width: 1024px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.carrusel {
  display: block;
  position: static;
  overflow: hidden;
}

.carrusel.oculto {
  display: none;
}

.contenedor-imagen-carrusel {
  justify-content: flex-start;
  align-items: center;
  height: 376px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contenedor-imagen-carrusel.summer {
  background-image: url('../images/essie.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 376px;
}

.contenedor-imagen-carrusel.boho {
  background-image: url('../images/hero-be.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 376px;
}

.contenedor-imagen-carrusel.sos {
  background-image: url('../images/essie3_desktop.png');
  background-size: cover;
}

.contenedor-imagen-carrusel.party-proof {
  background-image: url('../images/essie_care_2400x720_v3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
}

.info-carrusel {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.imagen-carrusel {
  flex: none;
  width: 1024px;
  height: 576px;
}

.imagen-carrusel._2 {
  display: block;
}

.imagen-carrusel.ocultar {
  display: none;
}

.heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-span {
  background-color: #f8c2cc;
  border-bottom: 5px solid #ef8398;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;
}

.text-span.green {
  background-color: #eaf189;
  border-bottom-color: #d1dd31;
}

.text-span.azul {
  background-color: #c2f0f8;
  border-bottom-color: #5cb1a0;
}

.text-span.violeta {
  background-color: #ecd5e8;
  border-bottom-color: #d9abd2;
}

.text-span.naranja {
  background-color: #fab05b;
  border-bottom-color: #f39f3e;
}

.text-span.amarillo {
  background-color: #fffbb0;
  border-bottom-color: #f1df53;
}

.paragraph {
  text-align: center;
}

.column-1 {
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-module {
  z-index: 1;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 64px;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.boton-flecha {
  cursor: pointer;
  width: 25px;
}

.imagen-carrusel-2 {
  flex: none;
  height: 576px;
  overflow: hidden;
}

.numeros {
  display: flex;
}

.dos {
  display: none;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 36px;
  display: block;
}

.heading-2.small {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.heading-2.small.white {
  color: #828485;
}

.heading-2.small.gris {
  color: #5f5f5f;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 26px;
}

.tendencias {
  background-color: #fff;
  margin-top: 40px;
  padding: 40px 20px 0;
  overflow: visible;
}

.tendencias.videos {
  padding-bottom: 0;
}

.box-productos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.box-productos.ocultar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.card-producto {
  background-color: #fafafa;
  border: 1px #fcfcfc;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 417px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.card-producto.slider {
  width: 100%;
}

.footer {
  text-align: center;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.text-block {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-3 {
  height: 176px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.text-block-2 {
  text-align: center;
  font-size: 10px;
}

.box-image {
  padding: 20px;
  position: relative;
}

.new-label {
  color: #fff;
  background-color: #af2943;
  border-radius: 10px;
  position: absolute;
  top: 9px;
  left: 7px;
}

.new-label.oculto {
  display: none;
}

.text-block-3 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  display: block;
}

.image-3 {
  mix-blend-mode: multiply;
}

.content-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-container._100-margin-top {
  margin-top: 100px;
}

.version-text {
  margin-bottom: 2px;
  margin-left: -29px;
}

.socials-container {
  align-items: center;
  display: flex;
  position: relative;
}

.social-link {
  background-color: #000;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: margin .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.social-link:hover {
  margin-top: -8px;
}

.social-link.reddit {
  background-color: #ff4500;
  background-image: url('../images/reddit-logo.svg');
}

.social-link.reddit.hide-for-now {
  display: none;
}

.social-link.twitter {
  background-color: #1c9cea;
  background-image: url('../images/twitter-logo.svg');
  background-size: auto 43%;
}

.social-link.twitter.hide-for-now {
  display: none;
}

.social-link.tumblr {
  background-color: #001833;
  background-image: url('../images/tumblr-logo.svg');
}

.social-link.tumblr.hide-for-now {
  display: none;
}

.social-link.facebook {
  background-color: #0b85ee;
}

.social-link.facebook.hide-for-now {
  display: none;
}

.social-link.linkedin {
  background-color: #0a66c2;
  background-image: url('../images/linkedin-logo.svg');
  background-size: auto 45%;
}

.social-link.linkedin.hide-for-now {
  display: none;
}

.social-link.email {
  background-image: url('../images/mail-logo.svg');
  background-size: auto 40%;
}

.social-link.email.hide-for-now {
  display: none;
}

.social-link.pinterest {
  background-color: #b7081b;
  background-image: url('../images/pinterest-logo.svg');
}

.social-link.pinterest.hide-for-now {
  display: none;
}

.relative {
  margin-top: 25px;
  position: relative;
}

.version {
  opacity: .7;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  inset: -31px auto auto -53px;
  transform: rotate(-31deg);
}

.div-block-19 {
  background-color: #0000;
  width: 800px;
}

.form-3 {
  width: auto;
}

.form-3.js-cm-form {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.checkbox {
  font-weight: 500;
}

.checkbox.w--redirected-checked {
  background-color: #004ffb;
  border-color: #1f50fb;
}

.link-3 {
  color: var(--black);
  font-weight: 700;
}

.div-imput {
  width: 50%;
}

.div-imput.date {
  width: auto;
  position: relative;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
}

.checkbox-label {
  color: var(--black);
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}

.text-block-19 {
  color: #a94243;
  text-align: center;
  background-color: #f2dedf;
  align-self: center;
  width: 60%;
  display: none;
}

.field-label-3 {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.titulo-subscribe {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
}

.select-field {
  color: #fff;
  background-color: #ffffff0f;
  font-size: 13px;
  font-weight: 300;
}

.select-field.white {
  color: #000;
  border: 1px solid #000;
  padding-right: 12px;
}

.div-block-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .7rem;
  font-weight: 500;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #e32847;
}

.button-2.form {
  text-align: center;
  text-transform: lowercase;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 220px;
  margin: 20px auto auto;
  font-size: 14px;
  font-weight: 400;
}

.button-2.form:hover {
  background-color: var(--white);
  color: #000;
  border-style: solid;
  border-color: #000;
}

.subscribe {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1160px;
  margin: 40px auto 0;
  padding: 20px 40px;
  display: flex;
}

.text-field-3 {
  color: #000;
  background-color: #ffffff0f;
  border: 1px solid #000;
  width: 60%;
  font-size: 13px;
  font-weight: 300;
}

.text-field-3::placeholder {
  color: #000;
}

.text-field-3.js-cm-email-input.qa-input-email {
  color: #000;
  background-color: #ffffff0f;
  border-color: #000;
  width: 100%;
}

.text-field-3.js-cm-email-input.qa-input-email::placeholder {
  color: #888;
}

.link-2 {
  color: var(--black);
  font-weight: 700;
}

.imagen-suscribe {
  background-image: url('../images/chris-karidis-nnzkZNYWHaU-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 500px;
  margin-right: 0;
  display: block;
}

.text-block-20 {
  color: #000;
  font-family: Nexaessie, sans-serif;
  text-decoration: underline;
}

.text-block-20.none {
  display: none;
}

.text-block-20.home {
  margin-top: 10px;
}

.link-legales {
  margin-top: 0;
  display: none;
}

.div-block-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.virtual-try-on {
  background-image: url('../images/VTO-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-top: 40px;
  display: flex;
}

.div-block-48 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 505px;
  height: auto;
  padding: 20px;
  display: flex;
}

.button-3 {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.button-3.oculto {
  display: none;
}

.image-4 {
  margin-bottom: 10px;
}

.column-2 {
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.lista-contenidos-tablas {
  margin-bottom: 60px;
}

.information-about-our {
  margin-top: 60px;
}

.div-legales {
  background-color: #fff;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px 20px;
  font-family: Nexaessie, sans-serif;
}

.div-legales.sinmargen {
  margin-top: 0;
  padding-bottom: 60px;
}

.parrafos-subalternos {
  margin-bottom: 40px;
  padding-left: 40px;
}

.parrafos-subalternos.top {
  margin-top: 40px;
}

.parrafos-subalternos.top.bottom {
  margin-bottom: 20px;
}

.parrafos-subalternos.checked {
  margin-bottom: 15px;
  margin-left: 40px;
}

.aditional-information-for, .childrens-information {
  margin-top: 60px;
}

.div-politicas {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.lista-individual-small {
  margin-bottom: 40px;
  padding-left: 50px;
}

.list-3 {
  list-style-type: decimal;
}

.list-2 {
  padding-left: 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;
}

.list-item-4 {
  margin-bottom: 40px;
}

.how-we-share-personal-information {
  margin-top: 60px;
}

.securing-personal-infor {
  margin-top: 60px;
  margin-bottom: 40px;
}

.lista-letras {
  list-style-type: lower-alpha;
}

.third-party-links {
  margin-top: 60px;
  margin-bottom: 20px;
}

.what-personal-information {
  margin-top: 60px;
}

.list-item-3 {
  list-style-type: decimal;
}

.xl-letra {
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.link-seccionlegales {
  color: var(--black);
}

.heading-23 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}

.how-long-do-we-retein {
  margin-top: 60px;
}

.privacy-rights-under {
  margin-top: 60px;
  margin-bottom: 20px;
}

.heading-24 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
}

.updates {
  margin-top: 60px;
  margin-bottom: 60px;
}

.lista-tabla-contenidos {
  margin-bottom: 15px;
  list-style-type: decimal;
}

.lista-inside {
  margin-bottom: 40px;
  list-style-type: square;
}

.div-block-25 {
  background-image: url('../images/article-place-holder-hero.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 400px;
}

.list-item-2 {
  color: #000;
  margin-bottom: 20px;
  list-style-type: disc;
}

.parrafos {
  color: #201f1f;
  text-align: left;
  margin-bottom: 10px;
  line-height: 22px;
}

.parrafos.centered {
  margin-top: 100px;
}

.parrafos.lista-ltras {
  color: #4d4d4d;
  padding-left: 5px;
}

.parrafos.top {
  margin-top: 40px;
}

.parrafos.aligncenter {
  text-align: center;
  margin-bottom: 0;
}

.parrafos.left {
  margin-left: 0;
}

.paragraph-24 {
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 60px;
  line-height: 27px;
}

.paragraph-24.top {
  margin-top: 60px;
}

.paragraph-24.top.medium {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-24.top.small {
  margin-bottom: 20px;
}

.paragraph-24.top.small.otro {
  margin-top: 40px;
}

.paragraph-24.top.small.otro.negativo {
  margin-left: -20px;
}

.paragraph-24.less {
  margin-bottom: 40px;
}

.cross-border-transfers, .letra.c {
  margin-top: 60px;
}

.black {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.tabla-2 {
  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-2.terciaria {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabla-2.secondary {
  grid-template-columns: 1fr 1fr;
}

.list-4 {
  list-style-type: disc;
}

.lista-contenidos {
  margin-bottom: 10px;
  list-style-type: decimal;
}

.bold-2 {
  font-weight: 400;
  text-decoration: none;
}

.lista-legales.sinbullet {
  list-style-type: none;
}

.bold-text {
  font-size: 24px;
  line-height: 33px;
}

.paragraph-23 {
  font-weight: 400;
}

.paragraph-23.terminos {
  text-align: justify;
}

.heading-22 {
  text-align: center;
}

.bold-text-3 {
  font-size: 20px;
  font-weight: 700;
}

.subtitle-italic {
  font-style: italic;
  font-weight: 700;
}

.div-block-49 {
  background-color: #fff;
  max-width: 1200px;
  min-height: 86vh;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
}

.div-terminos {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-36 {
  background-image: url('../images/article-place-holder-hero.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 400px;
}

.link-terms {
  color: #027dac;
}

.subtitle {
  font-size: 18px;
  font-weight: 700;
}

.div-block-50 {
  font-family: Nexaessie, sans-serif;
}

.div-block-51 {
  z-index: 16;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.div-block-52 {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: static;
}

.div-block-53 {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
}

.image-5 {
  width: auto;
  height: auto;
}

.body-2 {
  font-family: Nexaessie, sans-serif;
}

.heading-25 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.negrita {
  font-weight: 700;
}

.button-4 {
  background-color: #d41481;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bold-text-4 {
  display: block;
}

.text-block-21 {
  margin-top: 10px;
}

.image-6 {
  aspect-ratio: auto;
  margin-top: auto;
  margin-bottom: 42px;
  margin-left: 36px;
  position: static;
  inset: auto auto 7% 3%;
}

.hero-landing {
  background-image: url('../images/hero-landing.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  width: 1024px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.hero-landing.rglas {
  width: 50%;
}

.div-block-55 {
  background-color: #e3f607;
  width: 400px;
  height: 20px;
  margin-left: -25px;
  margin-right: auto;
}

.div-block-56 {
  background-color: #fff;
  width: auto;
  margin-left: 0;
  padding: 20px;
  display: block;
}

.image-7 {
  width: 728px;
}

.image-8 {
  width: 100%;
  max-width: none;
  display: block;
}

.image-8.mobile {
  display: none;
}

.image-9 {
  width: 100%;
}

.image-9.mobile {
  display: none;
}

.promos {
  background-color: #fff;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.promos.ocultar {
  flex-flow: column;
  display: flex;
}

.image-10 {
  border-radius: 0;
  width: 79%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
}

.promocion-essie {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.promocion-essie.spam {
  background-color: #f0f0ef;
  background-image: url('../images/bg-cupon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding: 20px;
}

.promocion-essie.spam.ocultar {
  background-color: #d7d2ed;
  background-image: none;
  flex-flow: row;
  display: none;
}

.promocion-essie.snow {
  background-color: #fff;
  border: 6px solid #0b9a99;
  border-radius: 10px;
  display: flex;
}

.column-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 40px;
  display: flex;
}

.image-11 {
  margin-bottom: 40px;
}

.paragraph-25 {
  font-size: 14px;
}

.paragraph-25.white {
  color: #fff;
}

.text-block-23 {
  margin-top: 20px;
  font-size: 12px;
}

.text-block-23.white {
  color: #fff;
}

.text-block-23.white.oculta {
  display: none;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid #0000;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Nexaessie, sans-serif;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
}

.accordion-columns-wrapper---brix {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-columns-wrapper---brix.preview-page {
  justify-content: center;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  width: 1160px;
  margin-right: 12px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  padding: 60px 40px 100px;
  transform: translate(0);
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: #f7f7fb;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contenedor-reglas {
  background-color: #f3f3f3;
  border-radius: 20px;
  max-width: 1160px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-58 {
  background-image: url('../images/mobile-summer.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 350px;
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-60 {
  background-image: url('../images/bg-give.jun.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  max-width: 1160px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-3 {
  font-family: Nexaessie, sans-serif;
}

.heading-26 {
  margin-top: 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 38px;
}

.heading-27 {
  font-size: 29px;
  font-weight: 400;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.cloneable-container-default-2 {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  padding: 100px 40px;
  transform: translate(0);
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  background-color: #b52f83;
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  background-color: #bc3388;
  right: 7px;
  transform: rotate(-45deg);
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #4a3aff;
  -webkit-text-stroke-color: #bc3388;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-9.tablita {
  text-align: left;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-9.pad {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 23px;
}

.link {
  color: #ef8e02;
  text-decoration: underline;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.list-item-5 {
  margin-bottom: 15px;
}

.tablita-reglas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-style: solid none none solid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 40px;
  display: grid;
}

.accordion-item {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 40px 40px 20px;
}

.accordion-item-trigger {
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 6px;
  display: flex;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.titulito-tablita-reglas {
  text-align: center;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.accordion-wrapper {
  background-color: #0000;
  margin-top: 30px;
}

.lista-tablita-reglas {
  margin-bottom: 40px;
}

.accordion-heading {
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}

.bold {
  font-weight: 700;
}

.bold.magenta {
  color: #fff;
  background-color: #fc60ff;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  transform: rotate(-1deg);
}

.text-span-2 {
  line-height: 32px;
}

.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;
}

.text-span-3 {
  white-space: nowrap;
  word-break: normal;
}

.div-block-61 {
  background-color: #fff;
  width: 100%;
}

.text-span-4 {
  white-space: nowrap;
}

.paragraph-26 {
  text-align: center;
}

.nav-link-promo {
  color: #000;
  text-transform: none;
  background-color: #65ffda00;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding: 0 12px;
  font-size: 12.5px;
  font-weight: 400;
  display: none;
}

.nav-link-promo:hover, .nav-link-promo.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link-promo.large {
  box-shadow: none;
  color: #101e5f;
  letter-spacing: 0;
  text-transform: none;
  background-color: #65ffda;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 22px;
  font-weight: 700;
}

.nav-link-promo.large:hover {
  color: #101e5f;
  background-color: #64ffda;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.text-block-24 {
  font-family: Nexaessie, sans-serif;
  font-size: 31px;
  line-height: 38px;
}

.container-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.paragraph-27 {
  text-align: center;
  width: 80%;
  margin-top: 10px;
  font-family: Nexaessie, sans-serif;
}

.image-12 {
  margin-bottom: 40px;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  list-style-type: none;
  display: flex;
}

.text-list {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}

.text-span {
  background-color: #c2f0f8;
  border-bottom-color: #b82129;
}

.text-span.magenta {
  background-color: #fc60ff;
  border-bottom-color: #2890ff;
}

.text-span.azulv {
  background-color: #429af8;
  border-bottom-color: #2890ff;
}

.text-span.rosa {
  background-color: #ffe3e6;
}

.text-span.rodeo {
  background-color: #e9cbb9;
  border-bottom-color: #572617;
}

.carrousel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.mask {
  width: 30%;
  overflow: visible;
}

.card-header {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-left {
  width: 50px;
  height: 100%;
  inset: auto auto 0% 0%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.carousel-mask {
  width: 30%;
  overflow: visible;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  height: 100%;
  inset: auto 0% 0% auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  display: block;
  overflow: hidden;
}

.mask-2 {
  width: auto;
  padding-left: 0;
  overflow: hidden;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: 426px;
  margin-left: 20px;
}

.slide {
  width: 31%;
  margin-right: 20px;
}

.slide-nav {
  display: none;
}

.arrow-left-carrusel {
  width: 45px;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-left: 0;
  display: block;
}

.icon-3 {
  font-size: 13px;
  display: block;
}

.arrow-right-carrusel {
  width: 45px;
  margin-top: 200px;
  margin-bottom: 200px;
  display: none;
}

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

.typeform-essie {
  margin-bottom: 0;
  display: none;
}

.typeform-essie.promo {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

.column-3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.felcha-derecha-2 {
  display: none;
}

.slider-3 {
  background-color: #fff;
  width: 100vw;
  height: 560px;
  margin-top: 60px;
}

.slide-nav-2 {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  width: 191px;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 160px;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  height: 66px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  inset: 323px 0% 0% -9%;
}

.button-5 {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 5px;
  margin-top: 0;
  font-size: 14px;
}

.button-5.oculto {
  display: none;
}

.heading-28 {
  text-align: center;
  text-transform: lowercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.heading-28.blanco {
  font-size: 35px;
}

.heading-28.exception {
  color: #000;
  text-transform: none;
  font-weight: 700;
}

.heading-28.summer {
  color: #818181;
  margin-bottom: 9px;
  display: block;
}

.heading-28.summer.mobile {
  margin-bottom: 0;
  display: block;
}

.heading-28.summer.none {
  display: none;
}

.icon-4 {
  color: #000;
  font-size: 21px;
}

.image-13 {
  object-fit: cover;
  width: auto;
  height: 100%;
  display: none;
}

.image-13.mobile {
  display: none;
}

.paragraph-28 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-28.small {
  margin-top: 0;
  font-size: 11px;
}

.paragraph-28.trasn {
  opacity: 0;
}

.right-arrow-3 {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 66px;
  font-size: 21px;
  display: flex;
  inset: 323px -9% auto 0%;
}

.column-2-2 {
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 184px;
  padding: 40px;
  display: flex;
}

.image-14 {
  width: 85%;
}

.column-promo {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.column-promo.down {
  padding: 0;
}

.column-promo.down.summer {
  width: 40%;
  overflow: hidden;
}

.column-promo.snowcolection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.column-promo.summer {
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-promo.img {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  margin-right: 0;
  padding-left: 0;
  position: relative;
}

.legal-cupon {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-64 {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-65 {
  background-image: url('../images/article-place-holder-hero.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 400px;
}

.tabla-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Nexaessie, sans-serif;
  display: grid;
}

.lista-bullets {
  margin-bottom: 15px;
  list-style-type: disc;
}

.list-6 {
  padding-left: 20px;
}

.contenedor-lista-bullets {
  margin-top: 20px;
  font-weight: 400;
  list-style-type: decimal;
}

.div-legales-2 {
  background-color: #fff;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px 0;
  font-family: Nexaessie, sans-serif;
}

.div-legales-2.sinmargen {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.div-legales-2.sinmargen.ultimo {
  margin-bottom: 60px;
}

.bold-3 {
  font-family: Nexaessie, sans-serif;
  font-weight: 700;
}

.heading-29 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}

.subtitulos-legales {
  margin-top: 40px;
  font-size: 21px;
}

.link-seccionlegales-2 {
  color: #3d3028;
}

.lista-tablas {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-10 {
  white-space: nowrap;
}

.div-block-66 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-36 {
  text-align: justify;
  letter-spacing: .7px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 27px;
}

.tabla-4 {
  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-4.secondary {
  grid-template-columns: 1fr 1fr;
  font-family: Nexaessie, sans-serif;
}

.div-block-67 {
  margin-top: 0;
}

.fondo-be {
  background-image: url('../images/fondos.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 90vh;
  display: flex;
}

.header-be {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 80vh;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.img-modelo-be {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  margin-right: -150px;
  display: flex;
  position: relative;
}

.contenido-be {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-15 {
  object-fit: scale-down;
  max-width: 100%;
}

.image-15.mobile {
  display: none;
}

.paragraph-37 {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  max-width: 783px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
}

.typeform-button-be {
  color: #fff;
  cursor: pointer;
  background-color: #2890ff;
  background-image: none;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Nexaessie, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.typeform-button-be:hover {
  background-image: linear-gradient(#fc60ff, #2890ff);
}

.text-block-25 {
  text-shadow: 0 1px 1px #1d74e2;
}

.image-16 {
  width: 195px;
  margin-top: 0;
  margin-left: 0;
}

.footer-2 {
  z-index: 0;
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 20px 40px;
  display: flex;
  position: relative;
  bottom: 0;
}

.logo-essie {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.essie-logo {
  width: 10px;
}

.paragraph-38 {
  color: #000;
  margin-bottom: 0;
  font-family: Nexaessie, sans-serif;
}

.div-block-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: underline;
}

.image-17 {
  width: 425px;
  margin-bottom: 10px;
}

.paragraph-39 {
  color: #fff;
  margin-bottom: 0;
  font-family: Nexaessie, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.exclusivo {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 10px 6px;
  font-family: Nexaessie, sans-serif;
  display: none;
  position: static;
  inset: auto 8% 0% auto;
}

.exclusivo.mobile {
  display: none;
}

.text-block-26, .text-block-27 {
  color: #000;
}

.contenedor-magenta-productos {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.franja-magenta {
  z-index: 0;
  mix-blend-mode: hard-light;
  background-color: #3a0e42;
  width: 90%;
  height: 15vh;
  margin-left: auto;
  position: absolute;
  inset: auto 0% 2%;
}

.franja-magenta.mobile {
  display: none;
}

.franja-magenta.home {
  z-index: 0;
  width: 78%;
  height: 12vh;
  bottom: 4%;
}

.text-block-28 {
  color: #2990ff;
  background-color: #fff;
  margin-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Nexaessie, sans-serif;
}

.typeform-be-button {
  margin-top: 20px;
  display: none;
}

.blanco-b {
  color: #fff;
}

.paragraph-40 {
  color: #d90000;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.body-4 {
  justify-content: center;
  align-items: center;
  display: block;
}

.promo-essie-heading {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 36px;
  display: block;
}

.promo-essie-heading.small {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.promo-essie-heading.none {
  display: block;
}

.image-18 {
  width: 100px;
  display: none;
}

.titulo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  font-weight: 400;
  display: flex;
}

.titulo.large {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  width: auto;
  padding-top: 15px;
}

.bold-text-6 {
  font-size: 16px;
  font-weight: 400;
}

.paragraph-41 {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.text-block-29 {
  font-size: 34px;
  line-height: 40px;
}

.swatches {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 33%;
  display: grid;
}

.div-block-69 {
  border-radius: 20px;
  width: 50%;
  overflow: hidden;
}

.color {
  width: 60px;
}

.text-block-30 {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.flex-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-70 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 66%;
  display: flex;
}

.contenedor-video {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #fff;
  border: 0 #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.item-video-card {
  border: 1px #000;
  border-radius: 18px;
  width: 412px;
  overflow: hidden;
}

.lightbox-link {
  position: relative;
}

.div-block-72 {
  background-color: #f7f7f7;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 40px;
}

.text-block-31 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-73 {
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: all .25s;
  display: flex;
  position: absolute;
}

.div-block-73:hover {
  background-color: #0000003d;
}

.div-block-74 {
  background-color: #fff;
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 2px 5px #0000007d;
}

.youtube {
  width: 100%;
}

.image-20 {
  border-radius: 50px;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-42 {
  color: #cc9639;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
}

.bold-text-7 {
  color: #fff;
  font-weight: 400;
}

.text-span-11 {
  color: #828485;
}

.promocion-essie--ao {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.promocion-essie--ao.spam {
  background-color: #f0f0ef;
  background-image: url('../images/bg-cupon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding: 20px;
}

.promocion-essie--ao.spam.ocultar {
  background-color: #d7d2ed;
  background-image: none;
  flex-flow: row;
  display: none;
}

.promocion-essie--ao.snow {
  background-color: #d8d8d8;
  background-image: url('../images/bg-give.jun.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.promocion-essie--ao.summer {
  background-color: #f2f1f1;
  background-image: url('../images/bg-fix.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 40px 10px;
  display: flex;
  position: relative;
}

.image-21 {
  width: 90%;
}

.magenta {
  color: #f60d60;
  font-weight: 400;
}

.magenta.bolder {
  color: #ff98a4;
  font-weight: 700;
}

.image-22 {
  width: 100%;
  margin-bottom: 10px;
}

.image-22.mobile {
  width: 94%;
  margin-top: -84px;
  display: none;
}

.image-23 {
  max-height: 100%;
}

.image-24 {
  width: 90%;
}

.div-block-75 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-25 {
  width: 162px;
}

.img-summer-mobile {
  display: none;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-77 {
  background-color: #f60d60;
  height: 23px;
}

.image-26 {
  width: 140px;
}

.heading-30 {
  color: #747474;
  text-align: center;
  font-weight: 400;
}

.text-block-32 {
  font-size: 34px;
}

.text-block-33 {
  color: #818181;
  text-align: center;
  font-size: 34px;
  line-height: 36px;
}

.text-block-33.mobile {
  display: none;
}

.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-31 {
  text-align: center;
}

.lista-terminos-2025 {
  padding-left: 20px;
}

.lista-terminos-2025.sub {
  margin-bottom: 20px;
  padding-left: 60px;
  list-style-type: square;
}

.subtitle-2 {
  font-weight: 700;
}

.heading-32 {
  margin-top: 20px;
  font-weight: 600;
}

.div-block-78 {
  background-color: #fff;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
}

.image-28 {
  display: none;
}

.text-span-12, .text-span-13 {
  text-transform: uppercase;
}

.image-29 {
  margin-top: -80px;
  position: static;
  top: 0;
}

.contenido-promo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -168px;
  display: flex;
}

.paragraph-44 {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  font-family: Nexaessie, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.image-31 {
  width: 250px;
}

.boo:hover {
  box-shadow: 0 2px 5px 2px #b1a37f;
}

.paragraph-45 {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.paragraph-46 {
  color: #fff;
}

.div-block-79 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-33.mobile, .imagenes-movil-be {
  display: none;
}

.text-span-14 {
  text-transform: uppercase;
}

.div-block-81 {
  border-radius: 20px;
  width: 50%;
  overflow: hidden;
}

.paragraph-47 {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.text-block-34 {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.text-block-35 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  display: block;
}

.div-block-82 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 66%;
  display: flex;
}

.image-36 {
  mix-blend-mode: multiply;
}

.div-block-83 {
  height: 176px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.heading-33 {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 36px;
  display: block;
}

.paragraph-48 {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.whats-new {
  background-color: #fff;
  margin-top: 40px;
  padding: 40px 20px 0;
  overflow: visible;
}

.whats-new.tonos {
  padding-bottom: 0;
  display: none;
}

.text-block-36 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-37 {
  text-align: center;
  font-size: 10px;
}

.logo-essie-bl {
  width: 147px;
}

@media screen and (min-width: 1440px) {
  .body {
    background-color: #f5f5f5;
  }

  .contenedor-imagen-carrusel {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contenedor-imagen-carrusel.summer {
    background-position: 50%;
    background-size: cover;
    height: 540px;
  }

  .contenedor-imagen-carrusel.boho {
    background-size: cover;
    height: 540px;
  }

  .contenedor-imagen-carrusel.riverarush {
    height: 440px;
  }

  .contenedor-imagen-carrusel.sos {
    background-image: url('../images/essie3_desktop.png');
    height: 540px;
  }

  .contenedor-imagen-carrusel.party-proof {
    background-size: cover;
    height: 540px;
  }

  .div-politicas {
    max-width: 1200px;
  }

  .parrafos {
    margin-top: 0;
  }

  .parrafos.centered {
    margin-top: 100px;
  }

  .slider-3 {
    height: auto;
  }

  .slide-nav-2 {
    width: 220px;
    top: 291px;
  }

  .left-arrow-3 {
    top: 472px;
    left: -150px;
  }

  .heading-28 {
    font-weight: 700;
  }

  .image-13 {
    object-fit: cover;
  }

  .paragraph-28 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .right-arrow-3 {
    top: 472px;
    right: -150px;
  }

  .column-2-2, .column-2-2.especial {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slide-1, .mask-3 {
    height: auto;
  }

  .fondo-be, .header-be {
    justify-content: center;
    align-items: flex-end;
  }

  .img-modelo-be {
    width: 35%;
  }

  .contenido-be {
    width: 60%;
    padding-right: 0;
  }

  .paragraph-37 {
    font-size: 35px;
  }

  .image-16 {
    width: 220px;
  }

  .image-17 {
    width: 550px;
  }

  .div-block-68 {
    justify-content: flex-end;
    align-items: center;
  }

  .franja-magenta {
    mix-blend-mode: hard-light;
    background-color: #3a0e42;
    width: 86%;
    margin-left: auto;
  }

  .contenido-promo {
    margin-top: -193px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-44 {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-45 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .brand.w--current {
    border: 1px #000;
    padding-left: 0;
  }

  .icon {
    color: #101e60;
    display: block;
  }

  .icon.hidden {
    display: none;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .navbar.be {
    position: fixed;
  }

  .nav-link {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .nav-link.large {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    z-index: 10;
    background-color: var(--white);
    border-radius: 50%;
    align-self: center;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #65ffda;
  }

  .container {
    z-index: 10;
    height: auto;
    padding: 10px 0 10px 20px;
    position: relative;
  }

  .close-icon {
    display: block;
  }

  .close-icon.hidden {
    display: none;
  }

  .nav-menu {
    z-index: 10;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .content {
    margin-top: 60px;
  }

  .contenedor-imagen-carrusel {
    height: 438px;
  }

  .contenedor-imagen-carrusel.summer {
    background-image: url('../images/essie2_tablet.webp');
    justify-content: center;
    align-items: flex-end;
    height: 432px;
    padding-right: 40px;
  }

  .contenedor-imagen-carrusel.boho {
    background-image: none;
    height: 432px;
  }

  .contenedor-imagen-carrusel.riverarush, .contenedor-imagen-carrusel.sos {
    height: 432px;
  }

  .contenedor-imagen-carrusel.party-proof {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .imagen-carrusel {
    width: 100%;
    height: 432px;
    display: block;
  }

  .imagen-carrusel-2 {
    width: 100%;
    height: 432px;
  }

  .heading-2 {
    width: 90%;
  }

  .box-productos {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .card-producto {
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 100%;
    height: 430px;
    display: flex;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    margin-right: auto;
  }

  .div-block-19 {
    width: auto;
  }

  .form-3.js-cm-form {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-imput {
    width: 100%;
  }

  .flex-block {
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
  }

  .select-field.white {
    color: #000;
    padding-right: 10px;
  }

  .subscribe {
    flex-direction: column;
    width: 100%;
    padding-right: 20px;
  }

  .div-legales.sinmargen {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-25 {
    background-position: 0 100%;
  }

  .tabla-2 {
    object-fit: fill;
    overflow: auto;
  }

  .div-block-36 {
    background-position: 0 100%;
  }

  .div-block-51 {
    position: static;
  }

  .div-block-53 {
    width: 90%;
  }

  .heading-25 {
    margin-bottom: 20px;
  }

  .text-block-21 {
    margin-top: 20px;
  }

  .image-6 {
    width: 200px;
  }

  .hero-landing {
    z-index: 7;
    width: 100%;
    height: 500px;
  }

  .div-block-55 {
    margin-top: -6px;
    margin-left: 0;
  }

  .div-block-56 {
    margin-left: 0;
  }

  .image-7 {
    width: 600px;
  }

  .checkbox-field {
    width: 600px;
    margin-top: 20px;
    padding-right: 20px;
  }

  .div-block-57 {
    width: 100%;
  }

  .image-8 {
    object-fit: cover;
    display: block;
  }

  .image-8.mobile {
    display: none;
  }

  .image-10 {
    width: 100%;
  }

  .promocion-essie {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .contenedor-reglas {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-58 {
    height: 269px;
  }

  .div-block-59 {
    align-items: center;
    width: 100%;
    padding-top: 40px;
  }

  .div-block-60 {
    flex-flow: column;
    align-items: center;
    margin-top: 60px;
  }

  .nav-link-promo {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .nav-link-promo.large {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mask-2 {
    width: 100%;
    overflow: visible;
  }

  .slider-2 {
    margin-left: 0;
  }

  .slide {
    width: 50%;
  }

  .arrow-right-carrusel, .right-arrow-2 {
    display: block;
  }

  .typeform-essie.mobile {
    display: none;
  }

  .slider-3 {
    height: auto;
  }

  .slide-nav-2 {
    width: 216px;
    top: 243px;
  }

  .left-arrow-3 {
    top: 394px;
    left: -19%;
  }

  .heading-28 {
    line-height: 31px;
  }

  .heading-28.summer {
    font-size: 22px;
  }

  .image-13 {
    display: none;
  }

  .image-13.mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .image-13.mobile.xs, .image-13.desktop {
    display: none;
  }

  .right-arrow-3 {
    top: 394px;
    right: -19%;
  }

  .column-promo {
    width: 60%;
  }

  .column-promo.snowcolection {
    flex-flow: column;
  }

  .column-promo.img {
    order: 9999;
    width: 40%;
    margin-right: 0;
  }

  .div-block-64 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-65 {
    background-position: 0 100%;
  }

  .tabla-3 {
    object-fit: fill;
    overflow: auto;
  }

  .div-legales-2.sinmargen {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-66 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabla-4 {
    object-fit: fill;
    overflow: auto;
  }

  .fondo-be {
    height: auto;
    min-height: 0;
  }

  .header-be {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 0;
    padding-left: 0;
  }

  .img-modelo-be {
    margin-right: auto;
    display: none;
  }

  .contenido-be {
    order: -1;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    min-height: 100vh;
    padding-bottom: 40px;
  }

  .image-15 {
    z-index: 1;
    position: relative;
  }

  .image-15.mobile {
    display: block;
  }

  .typeform-button-be {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-16 {
    z-index: 1;
    margin-left: 38px;
    margin-right: 0;
    position: relative;
  }

  .div-block-30 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .exclusivo {
    z-index: 1;
    margin-top: -104px;
    margin-bottom: 0;
  }

  .exclusivo.mobile {
    display: flex;
  }

  .contenedor-magenta-productos {
    z-index: -1;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .div-block-68 {
    margin-bottom: 40px;
  }

  .franja-magenta {
    bottom: 2%;
  }

  .franja-magenta.mobile {
    display: flex;
  }

  .franja-magenta.home {
    display: block;
    bottom: 6%;
  }

  .promo-essie-heading {
    width: 90%;
  }

  .titulo {
    justify-content: center;
    align-items: center;
  }

  .swatches {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-70 {
    width: 100%;
  }

  .promocion-essie--ao {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .promocion-essie--ao.summer {
    padding: 20px;
  }

  .image-22 {
    display: none;
  }

  .image-22.mobile {
    margin-top: -65px;
    display: block;
  }

  .image-23 {
    width: 40%;
  }

  .div-block-75 {
    width: 60%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-25 {
    width: 150px;
  }

  .div-block-77 {
    width: 100%;
  }

  .image-28 {
    display: block;
  }

  .contenido-promo {
    margin-top: -130px;
  }

  .paragraph-45 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-46 {
    font-size: 13px;
  }

  .image-32 {
    width: 185px;
  }

  .div-block-79 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
  }

  .image-33.mobile {
    display: none;
  }

  .text-block-35 {
    margin-right: auto;
  }

  .div-block-82 {
    width: 100%;
  }

  .heading-33 {
    width: 90%;
  }

  .logo-essie-bl {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    padding-bottom: 0;
  }

  .content {
    margin-top: 60px;
  }

  .contenedor-imagen-carrusel {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .contenedor-imagen-carrusel.summer {
    height: 316px;
  }

  .contenedor-imagen-carrusel.boho {
    background-image: none;
    background-size: auto;
    height: 320px;
  }

  .contenedor-imagen-carrusel.riverarush, .contenedor-imagen-carrusel.sos, .imagen-carrusel, .imagen-carrusel-2 {
    height: auto;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 31px;
  }

  .heading-2.small {
    font-size: 16px;
    line-height: 17px;
  }

  .tendencias {
    margin-top: 60px;
  }

  .card-producto {
    width: auto;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form-3 {
    text-align: left;
  }

  .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;
  }

  .titulo-subscribe {
    text-align: center;
  }

  .button-2.form {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-field-3 {
    width: 100%;
  }

  .imagen-suscribe {
    width: 100%;
    margin-right: 0;
  }

  .button-3.pad {
    margin-top: 10px;
  }

  .div-legales {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-25, .div-block-36 {
    background-position: 0 100%;
  }

  .image-6 {
    width: 150px;
    margin-left: 18px;
  }

  .hero-landing {
    height: 400px;
  }

  .image-7 {
    width: 400px;
  }

  .checkbox-field {
    width: auto;
  }

  .image-8 {
    display: none;
  }

  .image-8.mobile, .image-9, .image-9.mobile {
    display: block;
  }

  .image-10 {
    order: 0;
    width: 41%;
    margin-left: 0;
  }

  .promocion-essie {
    flex-flow: column;
  }

  .promocion-essie.spam {
    flex-flow: column;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .promocion-essie.spam.ocultar {
    flex-flow: column;
  }

  .accordion-item---brix.accordion-3---brix, .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .div-block-58 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 304px;
    display: none;
  }

  .heading-26, .heading-27 {
    text-align: center;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .cloneable-container-default-2 {
    padding: 80px 24px;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .paragraph-26 {
    text-align: center;
  }

  .div-block-62 {
    width: 100%;
  }

  .paragraph-27 {
    width: 90%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .slide-nav-2 {
    top: 124px;
  }

  .left-arrow-3 {
    top: 280px;
    left: -26%;
  }

  .heading-28.summer.mobile {
    display: block;
  }

  .heading-28.summer.none, .image-13 {
    display: none;
  }

  .right-arrow-3 {
    top: 280px;
    right: -26%;
  }

  .column-2-2.especial {
    height: auto;
  }

  .column-promo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-promo.down {
    order: 0;
    padding-top: 0;
  }

  .column-promo.down.summer {
    width: 100%;
  }

  .column-promo.snowcolection {
    justify-content: center;
    align-items: center;
  }

  .column-promo.summer {
    width: 100%;
  }

  .column-promo.img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .div-block-65 {
    background-position: 0 100%;
  }

  .div-legales-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contenido-be {
    padding-top: 0;
  }

  .footer-2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .essie-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-38 {
    margin-bottom: 10px;
  }

  .div-block-30 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .exclusivo {
    margin-left: auto;
    position: relative;
    left: auto;
    right: 55px;
  }

  .contenedor-magenta-productos {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .franja-magenta.mobile {
    height: 13vh;
  }

  .franja-magenta.home {
    z-index: 0;
  }

  .paragraph-40 {
    text-align: center;
    font-size: 25px;
  }

  .promo-essie-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 26px;
    line-height: 31px;
    display: flex;
  }

  .promo-essie-heading.small {
    font-size: 16px;
    line-height: 17px;
  }

  .titulo {
    width: 100%;
  }

  .div-block-69 {
    order: -1;
    width: 100%;
  }

  .div-block-70 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .promocion-essie--ao {
    flex-flow: column;
  }

  .promocion-essie--ao.spam {
    flex-flow: column;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .promocion-essie--ao.spam.ocultar {
    flex-flow: column;
  }

  .promocion-essie--ao.summer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .magenta.mobile {
    display: block;
  }

  .image-22 {
    width: 162px;
  }

  .div-block-76 {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-77 {
    width: 100%;
    margin-top: 10px;
  }

  .text-block-33 {
    font-size: 26px;
  }

  .image-28 {
    display: block;
  }

  .contenido-promo {
    margin-top: -50px;
  }

  .image-31 {
    margin-left: auto;
  }

  .paragraph-46 {
    margin-left: auto;
    margin-right: -54px;
  }

  .image-32 {
    margin-left: auto;
  }

  .div-block-79 {
    flex-flow: column;
  }

  .image-33 {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: -51px;
  }

  .image-33.mobile {
    display: block;
  }

  .imagenes-movil-be {
    display: none;
  }

  .div-block-81 {
    order: -1;
    width: 100%;
  }

  .div-block-82 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-33 {
    font-size: 26px;
    line-height: 31px;
  }

  .whats-new {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    border: 1px #000;
    padding-left: 0;
  }

  .image {
    display: block;
  }

  .navbar {
    width: 100%;
  }

  .nav-link {
    font-family: Nexaessie, sans-serif;
  }

  .container {
    padding: 12px 10px 12px 17px;
  }

  .content {
    margin-top: 20px;
  }

  .contenedor-imagen-carrusel {
    height: auto;
  }

  .contenedor-imagen-carrusel.summer {
    background-image: url('../images/essie2_mobile.webp');
    padding-left: 10px;
    padding-right: 10px;
  }

  .contenedor-imagen-carrusel.boho {
    justify-content: center;
    align-items: center;
  }

  .contenedor-imagen-carrusel.party-proof {
    object-fit: fill;
    background-image: url('../images/essie1_mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
  }

  .heading {
    font-size: 28px;
    line-height: 31px;
  }

  .column-1 {
    background-color: #fff;
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-module {
    width: 190px;
    height: 46px;
    bottom: -12%;
  }

  .boton-flecha {
    width: 35px;
  }

  .imagen-carrusel-2 {
    height: 300px;
    overflow: hidden;
  }

  .heading-2 {
    width: 100%;
    font-size: 24px;
    line-height: 27px;
  }

  .heading-2.small.gris {
    font-size: 22px;
  }

  .tendencias {
    margin-top: 0;
  }

  .box-productos {
    flex-direction: row;
  }

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

  .footer {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .version {
    font-size: 10px;
    inset: -26px auto auto 30px;
    transform: rotate(-14deg);
  }

  .div-block-19 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-3.js-cm-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    width: auto;
  }

  .titulo-subscribe {
    text-align: center;
  }

  .subscribe {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-3 {
    width: 80%;
  }

  .imagen-suscribe {
    height: 200px;
  }

  .link-legales {
    display: block;
  }

  .div-block-47 {
    flex-direction: column;
    align-items: center;
  }

  .virtual-try-on {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-48 {
    width: auto;
  }

  .column-2 {
    padding-top: 20px;
  }

  .div-legales {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .div-legales.sinmargen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .parrafos-subalternos {
    padding-left: 25px;
  }

  .parrafos-subalternos.top.bottom {
    padding-left: 30px;
  }

  .parrafos-subalternos.checked, .lista-individual-small {
    padding-left: 20px;
  }

  .lista-letras {
    padding-left: 0;
  }

  .div-block-42 {
    position: static;
    overflow: hidden;
  }

  .div-block-25 {
    background-position: 0 100%;
  }

  .tabla-2.terciaria {
    margin-left: 0;
  }

  .div-block-49 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-36 {
    background-position: 0 100%;
  }

  .button-4 {
    border-radius: 5px;
  }

  .image-6 {
    margin: auto auto -26px;
  }

  .hero-landing {
    background-position: 96%;
    margin-bottom: 40px;
  }

  .checkbox-field {
    width: auto;
    padding-right: 0;
  }

  .text-block-22 {
    margin-bottom: 20px;
  }

  .promos {
    margin-top: 20px;
  }

  .promocion-essie {
    flex-direction: column;
  }

  .column-right {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .accordion-item---brix.accordion-3---brix, .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .contenedor-reglas {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-58 {
    width: 100%;
    height: 240px;
  }

  .div-block-59 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-26 {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
  }

  .heading-27 {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
  }

  .cloneable-container-default-2 {
    padding: 64px 16px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .paragraph-9.tablita {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .tablita-reglas {
    overflow: auto;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulito-tablita-reglas {
    font-size: 13px;
  }

  .bold.magenta {
    line-height: 17px;
    display: inline;
  }

  .paragraph-26, .text-block-24 {
    text-align: center;
  }

  .paragraph-27 {
    text-align: center;
    width: auto;
  }

  .list-item {
    justify-content: flex-start;
    align-items: center;
  }

  .list-item.alined {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-list {
    text-align: left;
  }

  .list-5 {
    padding-left: 0;
  }

  .elipse.up {
    padding-top: 5px;
  }

  .text-span.mantein {
    white-space: pre;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._4, .carousel-slider._2, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask, .slide {
    width: 100%;
  }

  .arrow-right-carrusel {
    margin-left: auto;
  }

  .right-arrow-2 {
    right: 0;
  }

  .typeform-essie {
    margin-bottom: 0;
  }

  .slide-nav-2 {
    margin-top: 0;
    margin-bottom: 0;
    top: 269px;
  }

  .left-arrow-3 {
    top: 269px;
    left: -134px;
  }

  .heading-28 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 31px;
  }

  .heading-28.exception {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 29px;
  }

  .heading-28.summer {
    line-height: 24px;
  }

  .heading-28.summer.mobile {
    display: none;
  }

  .heading-28.summer.none {
    margin-bottom: 0;
    display: block;
  }

  .image-13 {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    max-width: none;
    height: 270px;
    display: none;
    overflow: visible;
  }

  .image-13.mobile {
    display: none;
  }

  .image-13.mobile.xs {
    object-fit: cover;
    object-position: 50% 50%;
    height: 316px;
    display: block;
  }

  .image-13.desktop {
    display: none;
  }

  .paragraph-28 {
    margin-top: 0;
  }

  .right-arrow-3 {
    top: 269px;
    right: -134px;
  }

  .column-2-2 {
    height: auto;
    padding: 40px 20px;
  }

  .image-14 {
    width: 100%;
  }

  .column-promo {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-promo.down._2off {
    height: 200px;
    overflow: hidden;
  }

  .column-promo.summer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .column-promo.img {
    margin-right: 0;
  }

  .legal-cupon {
    text-align: center;
    margin-top: 0;
    font-size: 11px;
  }

  .div-block-65 {
    background-position: 0 100%;
  }

  .div-legales-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .div-legales-2.sinmargen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-67 {
    position: static;
    overflow: hidden;
  }

  .header-be {
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh;
  }

  .contenido-be {
    justify-content: center;
    align-items: center;
    min-height: 0;
  }

  .image-15 {
    order: 1;
    margin-right: auto;
  }

  .image-15.mobile {
    width: 50%;
  }

  .paragraph-37 {
    font-size: 29px;
    line-height: 33px;
  }

  .typeform-button-be {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-25 {
    font-size: 18px;
  }

  .image-16 {
    margin-left: 0;
  }

  .footer-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .logo-essie {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: space-between;
  }

  .image-17 {
    width: 100%;
  }

  .exclusivo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: -66px;
    margin-right: -27px;
    display: none;
  }

  .exclusivo.mobile {
    order: 0;
    margin-top: -38px;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .exclusivo.imgs-movil {
    margin-top: -31px;
    display: flex;
    position: static;
  }

  .contenedor-magenta-productos {
    order: 1;
    display: none;
    top: 137px;
  }

  .div-block-68 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .franja-magenta {
    width: 100%;
    display: none;
    bottom: 12%;
  }

  .franja-magenta.mobile {
    bottom: 3%;
  }

  .franja-magenta.home {
    width: 100%;
    margin-left: 0;
    bottom: 2%;
  }

  .franja-magenta.movil {
    z-index: 0;
    display: flex;
    bottom: 2%;
  }

  .text-block-28 {
    text-align: center;
  }

  .promo-essie-heading {
    width: 100%;
    font-size: 24px;
    line-height: 27px;
  }

  .image-18 {
    display: block;
  }

  .titulo {
    padding-top: 0;
  }

  .titulo.large {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

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

  .text-block-29 {
    text-align: center;
  }

  .swatches {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-video-card {
    width: 90%;
  }

  .div-block-72 {
    padding-right: 20px;
  }

  .promocion-essie--ao {
    flex-direction: column;
  }

  .promocion-essie--ao.summer {
    padding: 0 0 10px;
  }

  .magenta.mobile {
    display: none;
  }

  .magenta.bolder {
    font-size: 20px;
  }

  .image-22 {
    width: 100%;
    display: block;
  }

  .image-22.mobile {
    margin-top: -43px;
    display: none;
  }

  .image-23 {
    display: none;
  }

  .image-23.mobilr {
    width: auto;
    display: block;
  }

  .image-24 {
    width: 100%;
  }

  .div-block-75 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-25 {
    width: 120px;
  }

  .img-summer-mobile {
    margin-top: -36px;
    display: block;
  }

  .image-26 {
    width: 120px;
  }

  .image-27 {
    width: 100%;
  }

  .text-block-33 {
    font-size: 20px;
    display: none;
  }

  .text-block-33.mobile {
    font-size: 22px;
    line-height: 26px;
    display: block;
  }

  .div-block-78 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-28 {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 50% 50%;
    flex: none;
    max-width: none;
    height: 320px;
    padding-top: 18px;
    display: none;
  }

  .contenido-promo {
    margin-top: -24px;
  }

  .paragraph-44 {
    font-size: 18px;
    line-height: 21px;
  }

  .image-31 {
    width: 50%;
    margin-left: auto;
    display: none;
  }

  .paragraph-46 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-32 {
    margin-left: auto;
  }

  .div-block-79 {
    margin-top: 0;
  }

  .image-33 {
    display: none;
  }

  .image-33.mobile {
    display: block;
    left: -8px;
  }

  .imagenes-movil-be {
    display: flex;
    position: relative;
  }

  .div-block-80 {
    z-index: 1;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .image-34 {
    width: 50%;
  }

  .heading-33 {
    width: 100%;
    font-size: 24px;
    line-height: 27px;
  }

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

  .whats-new {
    margin-top: 0;
  }
}


@font-face {
  font-family: 'Nexaessie';
  src: url('../fonts/NexaESSIE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexaessie';
  src: url('../fonts/NexaESSIE-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}