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

.body {
  display: block;
  overflow: visible;
  background-color: #eee;
  font-weight: 700;
}

.body:hover {
  border-bottom: 5px solid #2550b2;
}

.hero {
  position: static;
  display: block;
  overflow: hidden;
  max-height: 738px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.main {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 1111px;
  max-width: 1440px;
  min-height: 1111px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  text-align: left;
}

.promo-heading1 {
  position: static;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #2550b2;
  font-size: 3.9em;
  line-height: 1.1em;
  font-weight: 800;
  text-align: center;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}

.descuento {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.159936px;
  color: #1881C5;
  margin-top: 30px;
}

.validez {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 31px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.059976px;
  text-transform: uppercase;
  color: #1881C5;
}

.container-3 {
  height: 500px;
  max-height: 550px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.button-2 {
  margin-bottom: 40px;
  padding: 15px 40px;
  border-radius: 50px;
  background-color: #2550b2;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
}

.button-2.v2 {
  font-size: 1.3em;
}

.button-2.m {
  -webkit-transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 300ms ease;
  transition: transform 200ms ease, background-color 300ms ease, -webkit-transform 200ms ease;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
}

.button-2.m:hover {
  background-color: #2967f7;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
}

.button-2.m:active {
  background-color: #1e47a7;
  box-shadow: none;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.image-2 {
  position: absolute;
}

.image-2.bg {
  height: 100%;
  max-width: none;
}

.div-block-7 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 540px;
  max-height: 540px;
  max-width: 1440px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}

.padres {
  position: relative;
  display: block;
  overflow: hidden;
  height: 650px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.padres.mobile {
  display: none;
}

.ray-side {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 25%;
  max-width: 30%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.bubbles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 11;
  width: 11%;
  max-width: 11%;
  margin-top: 0px;
  margin-left: 100px;
}

.ring-blu {
  position: absolute;
  z-index: 10;
  width: 26%;
  max-width: 80%;
  margin-top: 50px;
}

.heading-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 12;
  max-width: 980px;
  margin: 0px auto 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.4em;
  font-weight: 800;
  text-align: center;
}

.heading-2.v2 {
  margin-top: 77px;
  margin-bottom: 20px;
}

.paragraph-2 {
  position: relative;
  z-index: 13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.heading-3 {
  position: relative;
  z-index: 14;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 37px;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.image-6 {
  position: relative;
  max-width: 60%;
  text-align: center;
}

.category {
  position: relative;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
}

.div-block-10 {
  width: 100px;
  height: 100px;
}

.image-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 690px;
  padding-top: 0px;
}

.image-7.charanim {
  z-index: auto;
  height: 109%;
  max-width: none;
}

.carousel-content {
  position: relative;
  z-index: 10;
  display: block;
  height: 50%;
  max-width: 50%;
  margin: 127px auto auto 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-8 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 60px;
  margin-right: 15px;
}

.heading-5 {
  position: relative;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.9em;
  font-weight: 800;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  grid-column-gap: 8px;
  -ms-grid-columns: 0.25fr 1.25fr;
  grid-template-columns: 0.25fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-6 {
  position: relative;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2.8em;
  line-height: 1.3em;
  font-weight: 800;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  white-space: break-spaces;
}

.bold-text-2 {
  font-weight: 500;
  text-transform: none;
}

.bue-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: block;
  height: 550px;
  padding-top: 0px;
  background-image: url('../img/home/bg-blue.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  height: 550px;
  background-image: linear-gradient(225deg, #0bad60, #00d36e 74%, #07ed64);
}

.card-wrapper.blue {
  z-index: 8;
  height: 550px;
  background-image: linear-gradient(225deg, #0098ed, #00c9ff 74%, #1be0db);
}

.card-wrapper.red {
  z-index: 8;
  background-image: linear-gradient(225deg, #cc0031, #ed0a56 74%, #ff6029);
}

.card-wrapper.yellow {
  z-index: 8;
  background-image: linear-gradient(225deg, #ff8500, #f9c316 74%, #fada14);
}

.card-wrapper.orange {
  z-index: 8;
  background-image: linear-gradient(225deg, #f50, #ff7200 74%, #f9c316);
}

.card-wrapper.purple {
  z-index: 8;
  background-image: linear-gradient(225deg, #8900e2, #ae00ff 31%, #f0f);
}

.card-wrapper.green {
  z-index: 10;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 1440px;
  height: 100%;
  max-height: 650px;
  max-width: 1440px;
  min-width: auto;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  width: 67%;
  max-width: none;
  margin-left: -73px;
}

.image-11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  width: auto;
  max-width: 34%;
  min-width: auto;
  margin-top: 99px;
}

.div-block-14 {
  height: 650px;
  max-height: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 16;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  height: 100%;
  max-height: 650px;
  max-width: 410px;
  margin-top: 0px;
  margin-right: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #2550b2;
  font-size: 2.9em;
  line-height: 1.1em;
  font-weight: 800;
}

.paragraph-4 {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 500;
}

.shows {
  position: relative;
  overflow: hidden;
  height: 680px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.slider-2 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  height: 400px;
  background-color: transparent;
}

.slide-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 59px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card {
  height: 420px;
  margin: 0px 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slide-3 {
  height: 400px;
}

.character {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
  -ms-grid-rows: minmax(325px, 0.75fr) 69px;
  grid-template-rows: minmax(325px, 0.75fr) 69px;
}

.heading-8 {
  position: static;
  height: 2.4em;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #2550b2;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
  white-space: pre-line;
}

.mask-2 {
  height: 100%;
}

.image-13 {
  position: absolute;
  display: block;
  max-width: 60%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.image-13:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.image-13:active {
  opacity: 0.6;
}

.image-14 {
  position: relative;
  max-width: 60%;
  margin-top: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.image-14:hover {
  -webkit-transform: scale(0.8) rotate(180deg);
  -ms-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

.image-14:active {
  opacity: 0.6;
  -webkit-transform: translate(0px, 0px) scale(0.8) rotate(180deg);
  -ms-transform: translate(0px, 0px) scale(0.8) rotate(180deg);
  transform: translate(0px, 0px) scale(0.8) rotate(180deg);
}

.image-15 {
  width: 250px;
  height: 300px;
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-9 {
  max-width: 650px;
  margin: 66px auto 20px;
  font-family: Poppins, sans-serif;
  color: #2550b2;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
}

.paragraph-5 {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.country {
  overflow: hidden;
  height: 610px;
  max-height: 900px;
  max-width: 1440px;
  margin-top: -98px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f50), color-stop(32%, #ff7200), to(#f9c316));
  background-image: linear-gradient(0deg, #f50, #ff7200 32%, #f9c316);
}

.slide-nav {
  display: none;
  padding-bottom: 58px;
}

.promo-heading-10 {
  position: relative;
  top: 0px;
  z-index: 10;
  max-width: 940px;
  margin: -22px auto 0px;
  font-family: Poppins, sans-serif;
  color: #4f84ff;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
}

.paragraph-6 {
  max-width: 650px;
  margin: 21px auto 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
}

.image-16 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 60%;
  max-height: 60%;
  max-width: 650%;
  margin-top: 188px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-mama {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
}

.img-papa {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: block;
}

.operador-tv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-18 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.orange-bg {
  display: none;
  overflow: hidden;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 580px;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #2550b2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214099), to(#1881c5));
  background-image: linear-gradient(180deg, #214099, #1881c5);
}

.footer-logo {
  position: relative;
  max-width: 20%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 44px;
  text-align: center;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin: 50px auto 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  position: static;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 500;
}

.button-3:hover {
  color: #93c8ff;
  text-decoration: none;
}

.button-3:active {
  border-radius: 20px;
  background-color: #214390;
}

.image-20 {
  position: relative;
  display: block;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-11 {
  font-family: Poppins, sans-serif;
  color: #d3ffe0;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: right;
}

.heading-11.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image-32 {
  display: none;
}

.image-33 {
  display: none;
}

.image-35 {
  max-width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.navbar-2 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.container-5 {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand-2 {
  position: relative;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.link-rrss:hover {
  opacity: 0.5;
}

.link-rrss:active {
  opacity: 0.28;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.columns {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-3 {
  display: none;
}

.img-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.link-block-2 {
  max-width: 600px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.bold-text-8 {
  font-weight: 600;
}

.slider-char-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ring-padres {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 45%;
  min-width: 45%;
  margin-left: -5%;
}

.ring-padres._2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 51%;
  margin-right: -5%;
  margin-left: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-36 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: -461px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.categories {
  max-width: 1440px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
}

.categories.mobile {
  display: none;
}

.image-37 {
  display: block;
  max-width: 30px;
}

.left-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-38 {
  max-width: 30px;
}

.right-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-3 {
  height: 600px;
  background-color: transparent;
}

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

.slide-01 {
  background-color: transparent;
}

.slide-8 {
  background-color: #fff;
}

.container-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-36 {
  max-width: 33%;
}

.container-9 {
  max-width: 1440px;
}

.image-42 {
  margin-top: 10px;
  margin-bottom: 6px;
}

.container-11 {
  width: 100%;
  max-width: 1440px;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-menu-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
}

.brand-4 {
  margin-left: 40px;
}

.nav-bar-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 110ms ease;
  transition: all 110ms ease;
  font-family: Poppins, sans-serif;
  color: #656565;
}

.nav-bar-button:hover {
  color: #2e68eb;
}

.nav-bar-button:active {
  padding-top: 30px;
}

.nav-bar-button:visited {
  color: #c8c8c8;
}

.navbar-3 {
  height: 70px;
  max-width: 1440px;
  background-color: #fff;
}

.container-12 {
  max-width: 1440px;
}

.image-43 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.nav-menu-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  -webkit-transition: all 110ms ease;
  transition: all 110ms ease;
  font-family: Poppins, sans-serif;
  color: #2550b2;
}

.nav-link:hover {
  padding-top: 25px;
  background-color: #d3ffe0;
  color: #4f84ff;
}

.nav-link:active {
  color: #254180;
}

.tiendas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto auto 59px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appstore-badge {
  margin-top: 0px;
  margin-bottom: 0px;
}

.android-tv {
	padding: 5px;
	margin-left: 10px;
}

.logo-edye {
  position: relative;
  bottom: auto;
  z-index: 2;
  display: block;
  max-width: 30%;
  margin-top: 0px;
  margin-bottom: 213px;
  padding-top: 1px;
}

.promo-app {
  overflow: visible;
  height: 910px;
  max-width: 1440px;
  margin-top: -48px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), color-stop(89%, #fff));
  background-image: linear-gradient(180deg, #ffde00, #fff 89%);
}

.grid-4 {
  position: relative;
  z-index: 5;
  width: 600px;
  margin: 174px auto 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  border-radius: 20px;
  background-color: #2550b2;
}

.div-block-37 {
  width: 600px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #2550b2;
}

.promo-heading {
  width: 80%;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #f4d80f;
  font-weight: 700;
  text-align: center;
}

.period {
  position: relative;
  margin: auto;
  font-family: Poppins, sans-serif;
  color: #f5db17;
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
}

.promo-price {
  width: 50%;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #f6d911;
  font-size: 6em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.price1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13em;
  margin-bottom: 24px;
  padding: 0px 31px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-span {
  font-size: 0.6em;
  line-height: 1em;
}

.text-span-2 {
  font-size: 0.3em;
}

.text {
  position: relative;
  margin-top: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}

.separator {
  width: 100%;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #353535;
}

.currency {
  color: #2550b2;
  font-size: 1.5em;
  line-height: 1em;
  text-align: center;
}

.text-span-3 {
  font-weight: 500;
}

.text-span-4 {
  font-weight: 500;
}

.bubble {
  position: relative;
  width: 200px;
  height: 200px;
  margin-top: 119px;
  margin-left: 0px;
  border-radius: 100px;
  background-color: #fff683;
  font-family: Poppins, sans-serif;
}

.bubble.blue {
  background-color: #2550b2;
}

.promo-bubble-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2550b2;
  font-size: 1.7em;
  text-align: center;
}

.promo-bubble-txt._2 {
  color: #fff;
}

.text-span-5 {
  margin-top: -1px;
  margin-bottom: -11px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
}

.text-span-6 {
  font-size: 2em;
  line-height: 0.7em;
}

.text-span-7 {
  margin-top: 3px;
  font-size: 0.9em;
  line-height: 1em;
}

.div-block-38 {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -127px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promo-bubble2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin-top: -13px;
  margin-left: -38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #2550b2;
}

.vainilla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100px;
  margin: -32px auto 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1881c5;
}

.text-block-2 {
  max-width: 200px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
}

.image-44 {
  max-height: 110%;
  margin-top: -15px;
  margin-right: 4px;
  margin-bottom: 7px;
}

.image-45 {
  max-height: 110%;
  margin-bottom: 27px;
  margin-left: 4px;
}

.promo-mobile {
  margin-top: -59px;
  margin-bottom: 10px;
  margin-left: -54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
  height: 397px;
}

.destacado {
  position: relative;
  margin-top: 368px;
  margin-right: 96px;
  margin-left: -365px;
  font-family: Poppins, sans-serif;
  color: #2550b2;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}

.promo-maya {
  position: relative;
  left: 343px;
  top: 301px;
  bottom: -84px;
  z-index: 6;
  width: 210px;
  margin-top: -381px;
}

.image-48 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  margin-top: -17px;
  margin-right: 0px;
  margin-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo-gatito {
  position: relative;
  left: 389px;
  top: 299px;
  z-index: 1;
  width: 180px;
  margin-top: -486px;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.promo-ray {
  position: relative;
  z-index: 5;
  width: 250px;
  height: 250px;
  margin-top: -17px;
  margin-right: -72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sid {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  margin-left: 21px;
}

.promo-prices {
  position: relative;
  top: -155px;
  z-index: 5;
  width: 650px;
  height: 22em;
  margin-top: 175px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 40px;
  background-color: #2550b2;
}

.promo-1999 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-estrella {
  position: relative;
  left: 359px;
  top: 52px;
  z-index: 6;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.promo-former-pice-spa {
  width: 120px;
  margin-left: 27px;
}

.text-block-3 {
  width: 90%;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #fff683;
  font-size: 18px;
  text-align: center;
}

.text-span-8 {
  color: #4f84ff;
}
.hero-mbl {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    overflow: hidden;
    height: 400px;
    max-height: 400px;
  }

  .main {
    overflow: hidden;
    height: 840px;
    max-width: 100%;
    min-height: 250px;
    background-color: #fff;
  }

  .promo-heading1 {
    max-width: 650px;
    margin: 10px auto;
    font-size: 2.7em;
  }

  .paragraph {
    max-width: 650px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 1em;
    font-weight: 500;
  }

  .container-3 {
    height: 320px;
    max-height: 550px;
    max-width: 670px;
  }

  .button-2 {
    margin-bottom: 106px;
    font-size: 0.9em;
  }

  .button-2.v2 {
    padding: 15px 20px;
    font-size: 0.9em;
  }

  .button-2.m {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.9em;
  }

  .div-block-7 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: auto;
    height: 360px;
    max-height: 360px;
    max-width: 100vw;
    margin-top: 5px;
  }

  .padres {
    height: 400px;
  }

  .ray-side {
    max-width: 30%;
    margin-top: 0px;
  }

  .bubbles {
    max-width: 10%;
    margin-top: 0px;
  }

  .ring-blu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    max-width: 30%;
    margin-top: 0px;
  }

  .heading-2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 2.6em;
    line-height: 1.2em;
  }

  .heading-2.v2 {
    margin-top: 35px;
  }

  .paragraph-2 {
    max-width: 500px;
    margin-bottom: 13px;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
  }

  .heading-3 {
    max-width: 600px;
    margin-bottom: 14px;
    font-size: 15px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 33px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 0px;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  }

  .image-6 {
    max-width: 45%;
  }

  .category {
    font-size: 0.8em;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .div-block-10 {
    display: block;
    width: 90px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-7 {
    height: 490px;
  }

  .image-7.charanim {
    height: 100%;
  }

  .carousel-content {
    z-index: 10;
    height: 82%;
    max-width: 45%;
    margin-top: 38px;
    margin-left: 10%;
  }

  .image-8 {
    max-width: 45px;
    margin-right: 12px;
  }

  .heading-5 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(50px, 0.25fr) 1.25fr;
    grid-template-columns: minmax(50px, 0.25fr) 1.25fr;
  }

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 2em;
  }

  .paragraph-3 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .bue-bg {
    height: 100%;
  }

  .card-wrapper {
    height: 100%;
  }

  .card-wrapper.blue {
    z-index: 8;
    height: 100%;
  }

  .card-wrapper.red {
    z-index: 8;
    height: 100%;
  }

  .card-wrapper.yellow {
    z-index: 8;
    height: 100%;
  }

  .card-wrapper.orange {
    z-index: 8;
    height: 100%;
  }

  .card-wrapper.purple {
    z-index: 9;
    height: 100%;
  }

  .image-9 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 0px;
    height: 100%;
    max-height: none;
    max-width: 110%;
    min-width: 109%;
  }

  .image-10 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: -59px;
  }

  .image-11 {
    position: relative;
    left: 0%;
    top: 98px;
    right: auto;
    bottom: 0%;
    width: 30%;
  }

  .div-block-15 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    max-width: 35%;
    margin-top: 25px;
    margin-right: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-7 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 2.1em;
    font-weight: 800;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .shows {
    height: 500px;
  }

  .slider-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 310px;
    margin-bottom: 22px;
  }

  .slide-wrapper {
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0px;
  }

  .card {
    height: Infinity;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-3 {
    height: 100%;
    max-height: 100%;
  }

  .character {
    position: static;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-8 {
    margin: 5px auto 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.3em;
    line-height: 1em;
  }

  .mask-2 {
    height: 100%;
  }

  .image-13 {
    max-width: 65%;
    margin-top: 0px;
  }

  .image-14 {
    max-width: 65%;
    margin-top: 0px;
  }

  .image-15 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 85%;
  }

  .heading-9 {
    max-width: 470px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 2.3em;
  }

  .paragraph-5 {
    max-width: 690px;
    margin-bottom: 0px;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 7%;
    height: 100%;
    padding-right: 0px;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 7%;
    height: 100%;
    padding-left: 0px;
  }

  .country {
    height: 350px;
    max-height: 350px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f50), color-stop(64%, #ff7200), to(#f9c316));
    background-image: linear-gradient(0deg, #f50, #ff7200 64%, #f9c316);
  }

  .slide-nav {
    display: none;
  }

  .promo-heading-10 {
    top: -6px;
    max-width: 600px;
    margin-top: -3px;
    margin-bottom: 0px;
    font-size: 2.8em;
  }

  .paragraph-6 {
    margin-top: 0px;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .image-16 {
    height: 45px;
    max-width: 80%;
  }

  .div-block-16 {
    width: 500px;
    max-width: 500px;
    margin-top: 59px;
  }

  .img-mama {
    max-height: 80%;
    max-width: 100%;
  }

  .img-papa {
    max-height: 80%;
  }

  .operador-tv {
    max-width: 300px;
  }

  .orange-bg {
    display: none;
    width: auto;
    height: 100%;
  }

  .section-5 {
    height: 720px;
  }

  .footer-logo {
    max-width: 15%;
    padding-top: 20px;
  }

  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .button-3 {
    margin-bottom: 17px;
    padding: 12px;
    font-size: 1.1em;
    text-align: center;
  }

  .image-33 {
    height: 100%;
  }

  .image-35 {
    max-width: 120px;
    margin-top: 0px;
    margin-bottom: auto;
    margin-left: auto;
  }

  .navbar-2 {
    height: 60px;
    background-color: #e2e2e2;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: auto;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-2.w--open {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #fff;
  }

  .div-block-29 {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px 16px auto auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand-2 {
    margin-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns {
    max-width: 280px;
  }

  .img-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 370px;
    height: 100%;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-char-link {
    height: 80%;
  }

  .div-block-33 {
    position: static;
    height: 290px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .ring-padres {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    max-width: 43%;
    margin-left: -5%;
  }

  .ring-padres._2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 45%;
    margin-top: auto;
    margin-right: -5%;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-36 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .slider-3 {
    height: 400px;
  }

  .container-6 {
    margin-top: 0px;
  }

  .image-42 {
    margin-top: 8px;
    margin-bottom: 7px;
  }

  .nav-menu-6 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100px;
    margin-top: 60px;
    margin-right: 0px;
    background-color: #d3ffe0;
  }

  .brand-4 {
    margin-left: 20px;
  }

  .nav-bar-button {
    width: 120px;
    height: 60px;
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #2550b2;
    text-align: center;
  }

  .nav-bar-button:hover {
    color: #6191ff;
  }

  .nav-bar-button:visited {
    color: #c2dbdb;
  }

  .menu-button-4 {
    height: 60px;
  }

  .menu-button-4.w--open {
    background-color: #d3ffe0;
  }

  .icon-4 {
    color: #2550b2;
  }

  .navbar-3 {
    height: 60px;
  }

  .container-12 {
    height: 60px;
  }

  .image-43 {
    margin-bottom: 7px;
    margin-left: 20px;
  }

  .nav-menu-7 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100px;
    height: 180px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .menu-button-5 {
    width: 60px;
    height: 60px;
  }

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

  .icon-5 {
    color: #2550b2;
  }

  .tiendas {
    width: 73%;
    margin-top: 1.9em;
  }
  
  .gplay-badge,.appstore-badge,.android-tv {
    margin-bottom: 9px;
  }
  .logo-edye {
    position: relative;
    top: auto;
    bottom: auto;
    display: block;
    max-width: 36%;
    margin: 0px auto;
    padding-top: 63px;
  }

  .promo-app {
    height: 930px;
    margin-top: -27px;
  }

  .grid-4 {
    width: 662px;
    -ms-grid-columns: 220px 2px 220px 2px 220px;
    grid-template-columns: 220px 2px 220px 2px 220px;
  }

  .div-block-37 {
    width: 662px;
  }

  .promo-heading {
    font-size: 36px;
    line-height: 36px;
  }

  .promo-price {
    font-size: 5em;
  }

  .price1 {
    padding: 22px 14px;
  }

  .bubble {
    width: 200px;
    max-height: 200px;
    max-width: 200px;
    margin-top: 100px;
  }

  .div-block-38 {
    margin-top: -110px;
  }

  .promo-bubble2 {
    width: 210px;
    height: 200px;
    margin-top: -9px;
  }

  .vainilla {
    width: 350px;
    height: 70px;
    margin-top: -72px;
  }

  .image-44 {
    margin-top: -10px;
    margin-right: 1px;
  }

  .image-45 {
    margin-bottom: 17px;
    margin-left: 0px;
  }

  .promo-mobile {
    max-height: 30%;
    max-width: 21%;
    margin-bottom: 146px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .destacado {
    margin-top: 298px;
    margin-right: 143px;
    margin-left: -436px;
  }

  .promo-maya {
    left: 100px;
    max-width: 19%;
    margin-top: -462px;
  }

  .promo-gatito {
    left: 96px;
    top: 306px;
    width: 140px;
    max-width: 24%;
  }

  .promo-ray {
    width: 200px;
    height: 200px;
    max-width: 80%;
    margin-top: -35px;
  }

  .sid {
    max-width: 26%;
    margin-left: 1px;
  }

  .promo-prices {
    width: 600px;
    height: 21em;
  }

  .promo-estrella {
    left: 102px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-3 {
    margin-top: 5px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    overflow: hidden;
    height: 260px;
    max-height: 260px;
  }

  .tigre {
    margin-left: 29px;
  }

  .molang {
    max-width: 19%;
    margin-left: 285px;
  }

  .maya {
    max-width: 15%;
    margin-bottom: 62px;
    margin-left: 81px;
  }

  .heidi {
    margin-left: 23px;
  }

  .elmo {
    max-width: 30%;
    margin-bottom: 0px;
    margin-left: 105px;
  }

  .promo-heading1 {
    max-width: 95%;
    font-size: 2em;
  }

  .paragraph {
    max-width: 95%;
  }

  .container-3 {
    height: 240px;
    max-height: 530px;
    max-width: 568px;
  }

  .button-2.m {
    font-size: 1.3em;
    margin-bottom: 27px;
  }

  .div-block-7 {
    overflow: hidden;
    height: 260px;
    max-height: 260px;
    margin-top: 0px;
  }

  .padres {
    display: block;
  }

  .padres.mobile {
    display: none;
  }

  .bubbles {
    margin-left: 52px;
  }

  .heading-2 {
    max-width: 90%;
    font-size: 2em;
  }

  .heading-2.v2 {
    margin-top: 40px;
  }

  .paragraph-2 {
    max-width: 400px;
    font-size: 1em;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .div-block-9 {
    display: none;
    max-width: 450px;
    margin-bottom: 29px;
  }

  .image-7 {
    height: 100%;
  }

  .image-7.charanim {
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 90%;
    min-width: 90px;
  }

  .carousel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    max-width: 50%;
    margin-top: 43px;
  }

  .image-8 {
    max-width: 9%;
  }

  .heading-5 {
    margin-left: 0px;
    font-size: 1.1em;
  }

  .grid {
    -ms-grid-columns: minmax(38px, 0.25fr) 1.75fr;
    grid-template-columns: minmax(38px, 0.25fr) 1.75fr;
  }

  .heading-6 {
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .paragraph-3 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .image-9 {
    max-width: 960px;
    min-width: 900px;
  }

  .image-10 {
    margin-left: -69px;
  }

  .image-11 {
    margin-left: -47px;
  }

  .div-block-14 {
    height: auto;
    max-height: none;
  }

  .div-block-15 {
    height: 400px;
    max-width: 44%;
    margin-top: -3px;
    margin-right: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shows {
    height: 420px;
  }

  .slider-2 {
    height: 220px;
  }

  .slide-wrapper {
    height: 220px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .card {
    height: 220px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .slide-3 {
    height: 220px;
  }

  .character {
    margin-top: 18px;
  }

  .heading-8 {
    font-size: 1em;
  }

  .image-13 {
    max-width: 75%;
    margin-top: 0px;
  }

  .image-14 {
    max-width: 75%;
    margin-top: 0px;
  }

  .image-15 {
    width: 90%;
    height: 76%;
  }

  .heading-9 {
    max-width: 90%;
    font-size: 2.1em;
  }

  .paragraph-5 {
    max-width: 90%;
  }

  .right-arrow {
    width: 7%;
    height: 100%;
  }

  .left-arrow {
    width: 7%;
    height: 100%;
  }

  .promo-heading-10 {
    top: -10px;
    max-width: 500px;
    margin-top: -2px;
    margin-bottom: 36px;
    font-size: 2em;
  }

  .img-wrapper {
    z-index: 8;
    width: 60%;
    height: 100%;
    max-width: 90%;
  }

  .image-37 {
    max-width: 20px;
  }

  .left-arrow-3 {
    width: 40px;
  }

  .image-38 {
    max-width: 20px;
  }

  .right-arrow-3 {
    width: 40px;
  }

  .slider-3 {
    height: 300px;
  }

  .nav-menu-7 {
    margin-right: 0px;
  }

  .tiendas {
    width: 160px;
    max-width: none;
    margin-top: 2.1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gplay-badge {
    margin-bottom: 9px;
  }

  .logo-edye {
    padding-top: 71px;
  }

  .promo-app {
    height: 800px;
  }

  .grid-4 {
    width: 544px;
    -ms-grid-columns: 180px 2px 180px 2px 180px;
    grid-template-columns: 180px 2px 180px 2px 180px;
  }

  .div-block-37 {
    width: 544px;
  }

  .promo-heading {
    width: 90%;
    font-size: 30px;
  }

  .promo-price {
    width: 40%;
    font-size: 5em;
  }

  .separator {
    width: 1px;
  }

  .bubble {
    width: 170px;
    height: 170px;
    margin-top: 28px;
  }

  .promo-bubble-txt {
    width: 170px;
    height: 170px;
  }

  .promo-bubble-txt._2 {
    width: 180px;
    height: 180px;
  }

  .text-span-5 {
    font-size: 2.2em;
  }

  .text-span-6 {
    font-size: 1.7em;
  }

  .text-span-7 {
    font-size: 0.7em;
  }

  .div-block-38 {
    top: -10px;
  }

  .promo-bubble2 {
    width: 180px;
    height: 180px;
    margin-top: -78px;
  }

  .vainilla {
    width: 330px;
    margin-bottom: 73px;
  }

  .text-block-2 {
    max-width: 200px;
    font-size: 1.5em;
  }

  .promo-mobile {
    max-height: 25%;
    max-width: 25%;
    margin-bottom: 111px;
    margin-left: -36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .destacado {
    left: 81px;
    margin-top: 208px;
  }

  .promo-maya {
    left: 19px;
    top: 227px;
    width: 320px;
    max-width: 22%;
  }

  .promo-gatito {
    left: 55px;
    top: 228px;
    width: 240px;
    max-width: 20%;
  }

  .promo-ray {
    width: 150px;
    height: 150px;
    margin-top: -81px;
  }

  .sid {
    max-width: 22%;
  }

  .promo-prices {
    top: -218px;
    width: 95%;
    height: 20em;
  }

  .promo-estrella {
    left: 34px;
    top: -12px;
    width: 240px;
  }

  .promo-former-pice-spa {
    margin-right: 18px;
  }

  .text-block-3 {
    margin-top: 11px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {

  .hero-dsk {
    display: none;
  }
  
  .hero-mbl {
    display: block;
  }

  .hero {
    position: relative;
    overflow: hidden;
    height: 309px;
    max-height: 2250px;
    max-width: none;
    min-height: 150px;
    background-image: linear-gradient(35deg, #fffb06 21%, #ff8c17);
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .tigre {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 17px;
  }

  .molang {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 162px;
  }

  .maya {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 36px;
    margin-left: 24px;
  }

  .heidi {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 8px;
  }

  .pollo {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 85px;
    margin-left: 267px;
  }

  .elmo {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 58px;
  }

  .main {
    max-height: none;
    max-width: 100%;
    min-height: auto;
  }

  .promo-heading1 {
    max-width: 85%;
    margin: 10px auto 0px;
    font-size: 2em;
    line-height: 1.3em;
  }

  .paragraph {
    max-width: 90%;
    margin: 10px auto 0px;
    font-size: 1em;
    line-height: 1.3em;
    white-space: break-spaces;
  }
  .descuento {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.127949px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .validez {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.0559776px;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  }

  .container-3 {
    height: auto;
    max-height: none;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .button-2 {
    margin-bottom: 84px;
    font-size: 1.3em;
  }

  .button-2.v2 {
    position: relative;
    display: block;
    max-width: 95%;
    margin-right: auto;
    margin-bottom: 49px;
    margin-left: auto;
    padding: 20px 40px;
    font-weight: 700;
    text-align: center;
  }

  .button-2.v2.m {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 1em;
  }

  .button-2.m {
    position: relative;
    z-index: 10;
    max-width: 95%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 0.9em;
    font-weight: 600;
  }

  .image-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: block;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-2.bg {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    max-width: 150%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .div-block-7 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .padres {
    display: none;
    height: 580px;
  }

  .padres.mobile {
    display: block;
    height: 610px;
    max-width: 100%;
  }

  .ray-side {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 36%;
    margin-top: 0px;
  }

  .bubbles {
    max-width: 16%;
    margin-top: 3px;
    margin-left: 10px;
  }

  .ring-blu {
    z-index: 11;
    max-width: 40%;
    margin-top: 15px;
  }

  .heading-2 {
    max-width: 90%;
    margin-top: 79px;
    margin-bottom: 16px;
    font-size: 1.8em;
    line-height: 1.3em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  }

  .heading-2.v2 {
    margin-top: 34px;
    margin-bottom: 10px;
  }

  .paragraph-2 {
    max-width: 85%;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.3em;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 1.2em;
  }

  .div-block-9 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    width: 300px;
    max-width: 75%;
    margin-bottom: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 33% 33% 33%;
    grid-template-columns: 33% 33% 33%;
  }

  .image-6 {
    max-width: 60%;
    min-width: auto;
  }

  .category {
    line-height: 1.1em;
    letter-spacing: 0.5px;
  }

  .image-7 {
    display: none;
  }

  .image-7.charanim {
    display: none;
  }

  .carousel-content {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    margin-top: 10px;
    margin-right: 9%;
    margin-left: 9%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-8 {
    max-width: 12%;
  }

  .heading-5 {
    margin-left: 0px;
    font-size: 1.1em;
    line-height: 1em;
  }

  .grid {
    width: 100%;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: minmax(50px, 0.25fr) 1.5fr;
    grid-template-columns: minmax(50px, 0.25fr) 1.5fr;
    -ms-grid-rows: 60px;
    grid-template-rows: 60px;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 10px;
    line-height: 1em;
    white-space: break-spaces;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    white-space: break-spaces;
  }

  .bue-bg {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 535px;
  }

  .card-wrapper {
    height: 565px;
  }

  .card-wrapper.blue {
    height: 535px;
    max-width: 100%;
  }

  .card-wrapper.red {
    height: 535px;
  }

  .card-wrapper.yellow {
    height: 535px;
  }

  .card-wrapper.orange {
    height: 535px;
  }

  .card-wrapper.purple {
    height: 535px;
  }

  .card-wrapper.green {
    height: 535px;
  }

  .image-9 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    max-width: 190%;
  }

  .image-10 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 180%;
    max-width: none;
    margin-left: -39px;
  }

  .image-11 {
    position: absolute;
    width: 40%;
    max-width: none;
    margin-top: 0px;
    margin-left: -22px;
  }

  .div-block-14 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 48%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-15 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-7 {
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 27px;
    text-align: center;
  }

  .paragraph-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 83%;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
  }

  .shows {
    position: relative;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
  }

  .slider-2 {
    display: none;
  }

  .heading-9 {
    max-width: 85%;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 2em;
    line-height: 1.1em;
  }

  .paragraph-5 {
    max-width: 90%;
    margin-bottom: 20px;
    font-size: 1em;
  }

  .country {
    height: 710px;
    max-height: 630px;
    max-width: none;
    margin-top: -84px;
  }

  .promo-heading-10 {
    top: -1px;
    max-width: 90%;
    margin-top: 8px;
    margin-bottom: 36px;
    font-size: 2em;
  }

  .paragraph-6 {
    position: relative;
    max-width: 90%;
    margin-bottom: 15px;
  }

  .image-16 {
    max-width: 100%;
  }

  .div-block-16 {
    display: block;
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .img-mama {
    max-height: 40%;
    max-width: 37%;
    margin-left: 14px;
  }

  .img-papa {
    max-height: 40%;
    max-width: 47%;
  }

  .operador-tv {
    max-width: 70%;
  }

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

  .orange-bg {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 50%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 750px;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo {
    max-width: 150px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 0px;
  }

  .footer-nav {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-3 {
    font-size: 1em;
  }

  .image-20 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .heading-11 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-11.right {
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-block {
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #2550b2;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .image-29 {
    display: block;
  }

  .image-30 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-26 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .image-31 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    margin-top: 0px;
    padding-top: 0px;
  }

  .image-32 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    max-width: 130%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-33 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    max-width: 90%;
    margin-top: -39px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-35 {
    position: relative;
    max-width: 117px;
    margin-left: 10px;
  }

  .brand-2 {
    margin-left: 0px;
  }

  .link-rrss {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .charascter-mobile {
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    text-decoration: none;
  }

  .charascter-mobile:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .charascter-mobile:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .img-wrapper {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-2.operador-tv {
    height: 51px;
    max-width: 256%;
  }

  .div-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ring-padres {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 110%;
    margin-right: auto;
    margin-left: -137px;
  }

  .ring-padres._2 {
    max-width: 90%;
    margin-right: -34%;
  }

  .image-36 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    max-width: 150%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .categories {
    display: none;
  }

  .categories.mobile {
    display: block;
  }

  .image-37 {
    max-width: 16px;
    margin-left: -15px;
  }

  .left-arrow-3 {
    width: 45px;
  }

  .image-38 {
    max-width: 16px;
    margin-right: -15px;
  }

  .right-arrow-3 {
    width: 45px;
  }

  .slider-3 {
    height: 550px;
  }

  .char-block-mobile {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    height: 48%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-39 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .contentt-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    margin-top: 35px;
  }

  .nav-menu-7 {
    width: 100%;
    height: 240px;
    margin-right: 0px;
  }

  .nav-link {
    margin-top: 20px;
  }

  .tiendas {
    margin-top: 1.9em;
  }

  .logo-edye {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 52%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 58px;
  }

  .promo-app {
    height: 900px;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-4 {
    width: 90%;
    height: 44em;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 1fr 2px 1fr 2px 1fr;
    grid-template-rows: auto 1fr 2px 1fr 2px 1fr;
  }

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

  .promo-heading {
    margin-top: 10px;
    font-size: 23px;
    line-height: 26px;
  }

  .promo-price {
    width: 90%;
    margin-top: 9px;
    font-size: 4.6em;
  }

  .price1 {
    margin-bottom: 0px;
  }

  .separator {
    width: 90%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
  }

  .bubble {
    width: 150px;
    height: 150px;
    margin-top: 125px;
    margin-left: -22px;
  }

  .promo-bubble-txt {
    width: 150px;
    height: 150px;
  }

  .promo-bubble-txt._2 {
    width: 160px;
    height: 160px;
  }

  .text-span-5 {
    font-size: 1.9em;
  }

  .text-span-7 {
    font-size: 0.7em;
  }

  .div-block-38 {
    top: -181px;
    margin-top: 0px;
  }

  .promo-bubble2 {
    width: 160px;
    height: 160px;
    margin-top: -11px;
    margin-left: -79px;
  }

  .vainilla {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 93px;
  }

  .promo-mobile {
    max-width: 30%;
    margin-top: 113px;
    margin-left: -90px;
  }

  .destacado {
    position: relative;
    left: -242px;
    margin-top: 266px;
    margin-right: 0px;
    margin-left: -15px;
    font-size: 2em;
  }

  .promo-maya {
    left: -36px;
    display: none;
    max-width: 50%;
  }

  .promo-gatito {
    left: 14px;
    top: 224px;
    right: -150px;
    max-width: 30%;
    margin-top: -477px;
  }

  .promo-ray {
    left: -16px;
    top: 23px;
    width: 110px;
    height: 110px;
    margin-top: 0px;
    margin-right: -67px;
  }

  .sid {
    max-width: 21%;
  }

  .promo-prices {
    height: 24em;
    border-radius: 20px;
  }

  .promo-1999 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-estrella {
    left: 13px;
    top: -16px;
    width: 170px;
  }

  .promo-former-pice-spa {
    width: 90px;
    margin-right: auto;
    margin-left: auto;
  }

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

#w-node-481a51d715e5-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd201e84ff28-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd201e84ff29-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d51e9821a9d-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0d51e9821a9e-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1aa7e2606a56-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1aa7e2606a57-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de09d9394dc9-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-de09d9394dca-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-51f6ee518c37-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-51f6ee518c38-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6273bb45f85d-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6273bb45f85e-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f748832840ec-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f748832840ed-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6a0aa32bfaf3-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6a0aa32bfaf4-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7c214f2a49d5-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7c214f2a49d6-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-53c888de4652-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-53c888de4653-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-093f279b31d9-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-093f279b31da-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149039f8b017-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-149039f8b018-853932c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-481a51d715e5-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd201e84ff28-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd201e84ff29-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d51e9821a9d-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0d51e9821a9e-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1aa7e2606a56-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1aa7e2606a57-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de09d9394dc9-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-de09d9394dca-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-51f6ee518c37-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-51f6ee518c38-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6273bb45f85d-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6273bb45f85e-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f748832840ec-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f748832840ed-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6a0aa32bfaf3-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6a0aa32bfaf4-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7c214f2a49d5-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7c214f2a49d6-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-53c888de4652-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-53c888de4653-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-093f279b31d9-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-093f279b31da-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149039f8b017-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-149039f8b018-4d3932c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-481a51d715e5-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd201e84ff28-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd201e84ff29-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d51e9821a9d-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0d51e9821a9e-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1aa7e2606a56-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1aa7e2606a57-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de09d9394dc9-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-de09d9394dca-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-51f6ee518c37-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-51f6ee518c38-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6273bb45f85d-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6273bb45f85e-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f748832840ec-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f748832840ed-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6a0aa32bfaf3-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6a0aa32bfaf4-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7c214f2a49d5-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7c214f2a49d6-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-53c888de4652-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-53c888de4653-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-093f279b31d9-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-093f279b31da-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149039f8b017-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-149039f8b018-583932ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-beb84033d4a9-853932c6 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-f748832840c7-853932c6 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-beb84033d4a9-4d3932c9 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-f748832840c7-4d3932c9 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-beb84033d4a9-583932ca {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-f748832840c7-583932ca {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de09d9394dc9-853932c6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-de09d9394dca-853932c6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-de09d9394dc9-4d3932c9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-de09d9394dca-4d3932c9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-de09d9394dc9-583932ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-de09d9394dca-583932ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd201e84ff29-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-0d51e9821a9e-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-1aa7e2606a57-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-de09d9394dca-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-51f6ee518c38-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-6273bb45f85e-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-f748832840ec-853932c6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f748832840ed-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-6a0aa32bfaf3-853932c6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-6a0aa32bfaf4-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-7c214f2a49d5-853932c6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-7c214f2a49d6-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-53c888de4652-853932c6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-53c888de4653-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-093f279b31d9-853932c6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-093f279b31da-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-149039f8b017-853932c6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-149039f8b018-853932c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-cd201e84ff29-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-0d51e9821a9e-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-1aa7e2606a57-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-de09d9394dca-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-51f6ee518c38-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-6273bb45f85e-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-f748832840ec-4d3932c9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f748832840ed-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-6a0aa32bfaf3-4d3932c9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-6a0aa32bfaf4-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-7c214f2a49d5-4d3932c9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-7c214f2a49d6-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-53c888de4652-4d3932c9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-53c888de4653-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-093f279b31d9-4d3932c9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-093f279b31da-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-149039f8b017-4d3932c9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-149039f8b018-4d3932c9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-cd201e84ff29-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-0d51e9821a9e-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-1aa7e2606a57-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-de09d9394dca-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-51f6ee518c38-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-6273bb45f85e-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-f748832840ec-583932ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f748832840ed-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-6a0aa32bfaf3-583932ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-6a0aa32bfaf4-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-7c214f2a49d5-583932ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-7c214f2a49d6-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-53c888de4652-583932ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-53c888de4653-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-093f279b31d9-583932ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-093f279b31da-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }

  #w-node-149039f8b017-583932ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-149039f8b018-583932ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1.0056818723678589;
    grid-column-start: span 1.0056818723678589;
    -ms-grid-column-span: 1.0056818723678589;
    grid-column-end: span 1.0056818723678589;
  }
}

