@font-face {
  font-family: Mikado Bold;
  src: url('../fonts/3AB0D3_0_0.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mikado Medium;
  src: url('../fonts/3AB0D4_0_0.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circular Black;
  src: url('../fonts/CircularStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Circular Light;
  src: url('../fonts/CircularStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --rosa-kids: #ff94b1;
  --amarillo-kids: #ffad00;
  --turquoise: #00a481;
  --white: white;
  --rojo-kids: #ff512f;
  --black: #222;
  --azul-kids: #0079be;
  --dark-orange: #f49829;
  --midnight-blue: #212254;
  --midnight-blue-2: #212254;
  --dark-green: #18302c;
  --dark-sea-green: #92c5aa;
  --dark-salmon: #e08c70;
  --misty-rose: #faddd2;
  --honeydew: #e1f5ea;
  --maroon: #3f1112;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #444;
  background-color: #fff;
  font-family: Solway, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mikado Bold, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Mikado Bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mikado Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Mikado Bold, sans-serif;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

a {
  color: #28c0ac;
  text-decoration: underline;
}

ul {
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  font-weight: 400;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.c-custom-code {
  display: none;
}

.c-section {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-section.cc-white {
  background-color: #fff;
}

.c-section.cc-white.como {
  background-color: #fff7e7;
}

.c-section.cc-light-blue {
  background-color: var(--rosa-kids);
  overflow: hidden;
}

.c-section.cc-light-orange {
  background-color: #ffe8b9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.c-section.compra-copy {
  background-color: var(--amarillo-kids);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.c-section.cc-green-copy {
  background-color: var(--turquoise);
  color: var(--white);
  padding-bottom: 80px;
}

.c-text-l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.c-button-l {
  background-color: var(--rojo-kids);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 14px 30px;
  font-family: Mikado Bold, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
}

.c-button-l.cc-primary {
  transition: background-color .3s ease-in;
}

.c-button-l.cc-primary.cc-menu {
  padding: 8px 16px;
  font-family: Mikado Medium, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.c-button-l.cc-secondary {
  background-color: var(--turquoise);
  color: var(--white);
}

.c-button-l.cc-secondary.cc-menu {
  padding: 8px 16px;
  font-family: Mikado Medium, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.c-button-l.hero {
  text-align: center;
  align-self: stretch;
  padding: 14px 29px;
}

.c-button-l.hero.w--current {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-button-l.modal {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-button-m {
  color: #fff;
  background-color: #7443ff;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
  text-decoration: none;
}

.c-text-xxxl {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue;
  font-size: 80px;
  font-weight: 400;
  line-height: 72px;
}

.c-text-s {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.c-text-xl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.c-text-xxxs {
  font-size: 13px;
  line-height: 24px;
}

.c-text-xxl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.c-text-xxs {
  font-size: 14px;
  line-height: 24px;
}

.c-text-se {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 28px;
}

.c-text-m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.c-text-2 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circular Book, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.c-text-2.cc-faq {
  padding-bottom: 28px;
}

.c-text-2.green-copy {
  color: var(--white);
  font-weight: 400;
}

.c-text-4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
}

.c-text-4.baby {
  color: #24756a;
  font-size: 1rem;
}

.c-container {
  border-radius: 4px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 30px;
  display: block;
}

.c-container.cc-6cols {
  max-width: 690px;
}

.c-container.cc-6cols.q {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

.c-container.footer {
  padding-left: 0;
  padding-right: 0;
}

.c-container.slider {
  flex-flow: row;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.c-container.pala-compra-2-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.c-title-2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kids, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.8rem;
}

.c-title-2.brown {
  color: #6d3f09;
  text-align: center;
  margin-bottom: 10px;
}

.c-title-2.green-copy {
  color: var(--white);
}

.c-title-2.pad10 {
  margin-bottom: 10px;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.c-title-3.blue {
  color: var(--turquoise);
  text-align: left;
  letter-spacing: -1px;
  font-family: Kids, Arial, sans-serif;
  font-weight: 400;
  line-height: 2.8rem;
}

.c-title-3.orange {
  color: var(--amarillo-kids);
  text-align: left;
  letter-spacing: -1px;
  font-family: Kids, Arial, sans-serif;
  font-weight: 400;
}

.c-title-3.purple {
  color: var(--azul-kids);
  text-align: left;
  letter-spacing: -1px;
  font-family: Kids, Arial, sans-serif;
  font-weight: 400;
  line-height: 3rem;
}

.c-text-1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.c-text-1.faq {
  color: var(--rojo-kids);
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-red {
  color: var(--rojo-kids);
}

.c-title-wrapper.cc-red.cc-center {
  text-align: center;
}

.c-title-wrapper.cc-red.cc-center.cc-mb-40 {
  margin-bottom: 40px;
}

.c-title-wrapper.cc-mb-32 {
  margin-bottom: 32px;
}

.c-title-wrapper.cc-center {
  text-align: center;
}

.c-title-wrapper.cc-center.cc-mb-50 {
  margin-bottom: 50px;
}

.c-cta-wrapper {
  margin-top: 40px;
}

.c-cta-wrapper.cc-button {
  margin-top: 0;
}

.c-cta-wrapper.cc-button.cc-hero {
  margin-right: 10px;
}

.c-404 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.c-password {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.c-input {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  height: 48px;
  padding: 12px 16px;
}

.c-password-form {
  color: #000;
  min-width: 320px;
}

.c-button-text {
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding-top: 2px;
  font-family: Kids, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  display: inline-block;
}

.c-nav {
  z-index: 10000;
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px;
  display: block;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

.c-nav_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.c-logo_img {
  width: 180px;
  min-width: 120px;
  position: relative;
}

.c-nav_menu {
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: static;
}

.c-nav_buttons {
  align-items: center;
  display: flex;
}

.c-nav_link {
  color: #444;
  flex: none;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.c-nav_link.w--current {
  color: var(--rojo-kids);
}

.c-nav_link.sesion {
  color: #444;
  font-size: 1.6rem;
}

.c-nav_dot {
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}

.c-content_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-text-wrapper {
  color: #444;
  font-family: Circular Book, Arial, sans-serif;
}

.c-text-wrapper.cc-white {
  color: #fff;
}

.c-steps {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-step {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 265px;
  display: flex;
}

.c-step.cc-2 {
  width: 32%;
  max-width: 295px;
}

.c-quote {
  align-items: center;
  font-size: 2rem;
  line-height: 2.6rem;
  display: flex;
}

.c-quote_col {
  width: 400px;
}

.c-quote_col.cc-2 {
  text-align: right;
  flex: 1;
  width: auto;
}

.c-quote_col.cc-1.q {
  width: 700px;
  margin-right: 20px;
}

.c-quote_name {
  color: var(--turquoise);
  text-align: right;
  margin-top: 20px;
  padding-right: 20px;
  font-family: Circular Bold, Arial, sans-serif;
  font-weight: 700;
}

.c-quote_img {
  max-width: 150px;
}

.c-faqs {
  font-family: Circular Bold, Arial, sans-serif;
}

.c-dropdown_icon {
  width: 15px;
}

.c-cta_wrapper {
  max-width: 295px;
}

.c-cta_wrapper.cc-mt-40 {
  margin-top: 40px;
}

.c-footer {
  background-color: var(--turquoise);
  color: #7974a3;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 60px;
  font-weight: 700;
  position: static;
}

.c-footer_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.c-footer_item.cc-1 {
  margin-right: 85px;
}

.c-footer_item.cc-1._2 {
  flex-flow: column;
  display: flex;
}

.c-footer_item.cc-2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.c-footer_item.cc-3 {
  margin-left: auto;
  display: none;
}

.c-footer_logo {
  color: #fff;
  width: 200px;
  margin-bottom: 20px;
  position: relative;
  left: -6px;
}

.c-footer_logo.baby {
  color: #5d7869;
}

.c-footer_text-wrapper {
  color: #217469;
  display: none;
}

.c-footer_link {
  color: #384745;
  font-family: Circular Bold, Arial, sans-serif;
  text-decoration: none;
}

.c-footer_rrss {
  padding-left: 5px;
  padding-right: 5px;
}

.c-footer_rrss.cc-last {
  padding-right: 0;
}

.c-footer_rrss-embed {
  color: #7c7fbd;
  transition: all .2s;
}

.c-footer_rrss-embed:hover {
  color: #d4d6e8;
}

.c-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circular Book, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 120%;
}

.c-subtitle.bilbio {
  color: var(--black);
  text-align: center;
  max-width: 85%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2rem;
}

.c-button {
  background-color: #0000;
  align-items: center;
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
}

.c-404_title {
  color: var(--rojo-kids);
  margin-bottom: 32px;
  font-size: 30rem;
  font-weight: 700;
  line-height: 32rem;
}

.c-404_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-square {
  background-color: #f9a328;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  position: relative;
}

.c-link {
  color: var(--dark-orange);
  font-size: 2.5rem;
}

.c-faq-toggle {
  color: var(--rojo-kids);
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding: 28px 0 0;
  font-family: Circular Black, Arial, sans-serif;
  font-weight: 700;
  display: flex;
}

.c-faq-list {
  padding-top: 28px;
  overflow: hidden;
}

.c-faq-list.w--open {
  background-color: #0000;
  padding-bottom: 30px;
  position: static;
}

.c-faq_wrap {
  border-bottom: 1px solid #f14f49;
  width: 100%;
}

.top-bar {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-bottom: 17px;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
}

.c-text-topbar {
  color: var(--amarillo-kids);
  text-align: center;
  font-family: Mikado Medium, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20px;
}

.text-span {
  background-color: var(--amarillo-kids);
  color: var(--midnight-blue);
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Mikado Bold, sans-serif;
  font-weight: 700;
}

.text-span-2 {
  color: var(--white);
}

.user-icon {
  opacity: .5;
  width: 26px;
}

.user {
  opacity: .5;
  margin-left: 34px;
  padding: 4px;
  display: none;
}

.user:hover {
  opacity: 1;
}

.nav-bg {
  z-index: -1;
  background-color: var(--white);
  border-bottom: 1px solid #e2e2e2;
  position: absolute;
  inset: 0%;
}

.c-nav-cat {
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: auto;
}

.dropdown {
  font-size: 1.6rem;
  font-weight: 500;
}

.icon-2 {
  color: #5c5c5c;
  margin-right: 10px;
  font-size: 1.4rem;
}

.icon-2.display-always {
  margin-right: 4px;
}

.dropdown-toggle {
  border: 2px solid gray;
  border-radius: 12px;
  padding: 2px 20px 2px 8px;
}

.dropdown-toggle.w--open {
  border-color: #dadada;
}

.dropdown-list {
  background-color: #fff;
  border: 2px solid gray;
  border-radius: 12px;
  margin-top: 4px;
  font-size: 1.2rem;
}

.dropdown-link {
  padding: 2px 14px 2px 10px;
}

.text-block {
  color: #4d4d4d;
  font-size: 1.4rem;
}

.div-block-2 {
  display: none;
}

.c-footer-copy {
  color: #7974a3;
  text-transform: uppercase;
  background-color: #13463f;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 700;
  position: static;
  inset: auto 0% 0%;
}

.c-footer_wrapper-copy {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.captaleads {
  width: 380px;
  height: 150px;
  margin-bottom: 0;
  position: relative;
  top: -20px;
}

.code-embed-2 {
  width: 150px;
  height: 20px;
}

.star-review-old {
  flex-flow: column;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  height: 350px;
  padding: 30px;
  display: flex;
}

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

.text-block-14 {
  font-weight: 700;
}

.div-block-11 {
  padding-left: 30px;
}

.text-block-15 {
  line-height: 2.3rem;
}

.review-container {
  min-width: 110%;
  display: flex;
}

.wip {
  display: none;
}

.libros-container {
  min-width: 2984px;
  margin-left: 10px;
}

.div-block-12 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.texto-caja {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-17-copy {
  color: #212254;
  text-align: center;
  width: 190px;
  font-family: Circular Book, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

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

.supermenu {
  z-index: 4;
  background-color: #f6f6f6;
  height: 30px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.supermenu-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #818181;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.supermenu-link {
  color: #818181;
  text-align: center;
  width: 160px;
  font-family: Circular Light, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.supermenu-link:hover {
  opacity: 100;
  -webkit-text-stroke-width: 0px;
  font-family: Circular Book, Arial, sans-serif;
  font-weight: 400;
}

.supermenu-link.app {
  text-align: center;
  width: 55px;
}

.supermenu-link.small {
  width: 120px;
}

.supermenu-divider {
  background-color: #eaeaea;
  width: 1px;
  height: 22px;
}

.text-block-17-copy {
  color: var(--black);
  text-align: left;
  width: auto;
  font-family: Circular Book, Arial, sans-serif;
  font-size: 16px;
}

.text-block-17-copy._20pad {
  margin-bottom: 10px;
}

.text-block-16-copy {
  color: var(--black);
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Kids, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.bold-text-8 {
  color: var(--rojo-kids);
  font-weight: 400;
}

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

.text-block-23 {
  color: var(--rojo-kids);
  font-family: Kids, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.text-block-24 {
  font-family: Kids, Arial, sans-serif;
  font-size: 2.6rem;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-text-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-bottom: 20px;
  display: flex;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
  position: relative;
}

.container-1287 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kh1 {
  text-align: left;
  font-family: Kids, Arial, sans-serif;
}

.kh1.centrado {
  text-align: center;
}

.kh1.centrado.blanco {
  color: #fff;
}

.kparrafo {
  text-align: left;
  font-family: Circular Book, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.kparrafo.centrado {
  text-align: center;
}

.kparrafo.centrado.blanco {
  color: #fff;
}

.background-video-3 {
  z-index: 0;
  filter: brightness(45%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 12px;
  width: 30%;
  padding: 40px;
}

.text-block-16-copy-copy {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Kids, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 32px;
}

.text-span-126 {
  color: #0079be;
}

.botom-blanco {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px 40px;
  display: flex;
}

.modal-kids {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.contenido-modal-kids {
  background-color: #fff;
  border: 4px solid #ff512f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 900px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.fondo-modal-kids {
  cursor: pointer;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.cerrar-modal-kids {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-203 {
  width: 260px;
}

.top-naranja {
  background-color: #fff5e5;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 30px 40px;
  display: flex;
}

.div-block-239-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-title-2-copy {
  color: #ff512f;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kids, Arial, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 3.8rem;
}

.div-block-238-copy {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.text-block-134-copy {
  font-family: Circular Bold, Arial, sans-serif;
  font-size: 26px;
  line-height: .9;
}

.text-block-132-copy {
  font-family: Circular Book, Arial, sans-serif;
  font-size: 14px;
}

.text-block-16-copy-copy-copy {
  color: #310c05;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 40px;
  font-family: Kids, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-240 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.div-block-241 {
  width: 80%;
}

.div-block-242 {
  background-image: url('../images/regala_header.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 50%;
}

.c-container-copy {
  border-radius: 4px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 30px;
  display: block;
}

.text-block-135 {
  font-family: Circular Book, Arial, sans-serif;
  font-size: 1.6rem;
}

.image-205 {
  width: 55%;
}

.section-26 {
  color: #333;
  background-color: #f6f6f6;
}

.container-1288 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1100px;
  padding: 8px 20px;
  display: flex;
}

.div-links {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.links-linea {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #818181;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.supermenu-link-2 {
  color: #5d5d5d;
  text-align: center;
  width: auto;
  font-family: Circular Book, Arial, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.supermenu-link-2:hover {
  opacity: 100;
  -webkit-text-stroke-width: 0px;
  font-family: Circular Bold, Arial, sans-serif;
}

.supermenu-link-2.app {
  color: #5d5d5d;
  text-align: left;
  line-height: 1.2;
}

.supermenu-divider-2 {
  color: #171717;
  background-color: #c1c1c1;
  width: 1px;
  height: 16px;
  margin-left: 4px;
  margin-right: 4px;
}

.container-1288-copy {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-kids {
  width: 250px;
  margin-right: auto;
}

.logo-kids-abrv {
  width: 130px;
  margin-right: auto;
  display: none;
}

@media screen and (min-width: 1280px) {
  .c-section.cc-light-orange {
    font-family: Solway, sans-serif;
    font-weight: 700;
  }

  .c-section.compra-copy {
    padding-top: 80px;
  }

  .c-text-4.baby {
    font-size: .8rem;
    line-height: 1.6rem;
  }

  .c-title-2.brown {
    margin-bottom: 10px;
  }

  .c-title-wrapper.cc-center.cc-mb-50 {
    position: static;
  }

  .c-nav {
    background-color: #0000;
    display: block;
  }

  .c-footer {
    position: relative;
  }

  .c-subtitle.bilbio {
    color: #6d3f09;
    font-size: 2rem;
  }

  .nav-bg {
    background-color: var(--white);
  }

  .icon-2 {
    opacity: 1;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
  }

  .icon-2.display-always {
    display: block;
  }

  .c-footer-copy {
    position: relative;
  }

  .texto-caja {
    max-width: 700px;
  }

  .modal-kids {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-section.cc-light-blue, .c-section.cc-light-orange {
    padding-top: 80px;
  }

  .c-section.compra-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-text-l {
    font-size: 24px;
    line-height: 38px;
  }

  .c-text-xxxl {
    font-size: 70px;
    line-height: 64px;
  }

  .c-text-xl {
    font-size: 28px;
    line-height: 44px;
  }

  .c-text-xxl {
    font-size: 36px;
    line-height: 48px;
  }

  .c-text-m {
    font-size: 18px;
    line-height: 38px;
  }

  .c-text-2 {
    max-width: 55ch;
    font-size: 16px;
    line-height: 2rem;
  }

  .c-container {
    padding-left: 0;
    padding-right: 0;
  }

  .c-container.slider {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-container.pala-compra-2-copy {
    flex-flow: column;
    width: 60%;
    position: relative;
  }

  .c-title-2 {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }

  .c-text-1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .c-nav {
    padding-top: 15px;
    top: 0;
  }

  .c-nav_wrapper {
    justify-content: flex-start;
    height: 30px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-logo.w--current {
    position: relative;
    left: -31px;
  }

  .c-nav_menu {
    background-color: #fff;
    width: 100%;
    height: auto;
    min-height: 100svh;
    max-height: 100svh;
    margin-top: 60px;
    padding: 15px 20px 29px;
    display: block;
    position: absolute;
    top: 0;
    overflow: auto;
  }

  .c-nav_buttons {
    margin-left: auto;
    margin-right: 0;
  }

  .c-nav_link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.8rem;
  }

  .c-nav_link.language {
    color: #696969;
    border: 2px solid gray;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-left: 0;
    margin-right: 10px;
    padding: 10px;
    display: flex;
  }

  .c-nav_dot {
    display: none;
  }

  .c-step.cc-last {
    margin-bottom: 0;
  }

  .c-quote {
    text-align: center;
    flex-direction: column;
  }

  .c-quote_col.cc-1 {
    margin-bottom: 40px;
  }

  .c-quote_name {
    text-align: center;
  }

  .c-menu_button {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .c-menu_button.w--open {
    background-color: #0000;
  }

  .c-burger {
    width: 25px;
  }

  .c-subtitle.bilbio {
    margin-top: 0;
    line-height: 2.5rem;
  }

  .top-bar {
    padding: 10px;
  }

  .dropdown {
    display: none;
  }

  .div-block-2 {
    margin-top: 10px;
    display: flex;
  }

  .review-container {
    min-width: 160%;
  }

  .texto-caja {
    z-index: 10;
    order: -1;
    justify-content: flex-start;
    align-items: center;
  }

  .supermenu {
    display: none;
  }

  .text-block-17-copy {
    text-align: center;
  }

  .text-block-17-copy._20pad {
    text-align: left;
  }

  .text-block-16-copy {
    text-align: center;
  }

  .div-text-hero {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .container-1287 {
    max-width: 728px;
  }

  .div-block-18 {
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .text-block-16-copy-copy {
    text-align: center;
  }

  .c-title-2-copy {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }

  .text-block-16-copy-copy-copy {
    text-align: center;
  }

  .div-block-240 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .div-block-242 {
    width: 60%;
  }

  .c-container-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-205 {
    width: auto;
  }

  .container-1288, .container-1288-copy {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.cc-light-blue, .c-section.cc-light-orange {
    padding-top: 60px;
  }

  .c-section.compra-copy {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .c-text-l {
    font-size: 20px;
    line-height: 36px;
  }

  .c-text-xxxl {
    font-size: 52px;
    line-height: 52px;
  }

  .c-text-xl {
    font-size: 24px;
    line-height: 38px;
  }

  .c-text-xxl {
    font-size: 28px;
    line-height: 44px;
  }

  .c-text-2 {
    max-width: 35ch;
  }

  .c-text-2.green-copy {
    max-width: none;
  }

  .c-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-container.pala-compra-2-copy {
    width: 90%;
  }

  .c-title-2 {
    line-height: 3.2rem;
  }

  .c-title-2.brown {
    margin-bottom: 10px;
  }

  .c-text-1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .c-nav {
    top: 0;
  }

  .c-nav_menu {
    max-height: 100%;
  }

  .c-content_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .c-steps {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 400px;
  }

  .c-step {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .c-step.cc-2 {
    width: 100%;
    max-width: none;
  }

  .c-quote_col.cc-1.q {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .c-footer {
    padding-top: 28px;
    padding-bottom: 25px;
  }

  .c-footer_wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .c-footer_item.cc-1 {
    order: -1;
    width: 50%;
    margin-right: 0;
  }

  .c-footer_item.cc-2 {
    order: 3;
    width: 100%;
    margin-top: 60px;
  }

  .c-footer_item.cc-3 {
    text-align: right;
    order: 2;
    width: 50%;
  }

  .c-footer_logo {
    margin-bottom: 20px;
    display: block;
  }

  .c-footer_text-wrapper {
    margin-bottom: 40px;
  }

  .c-subtitle {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .c-404_title {
    font-size: 20rem;
    line-height: 22rem;
  }

  .c-404_wrapper {
    z-index: 15;
    position: relative;
  }

  .top-bar {
    height: 56px;
  }

  .user-icon {
    min-width: 30px;
  }

  .user {
    margin-left: 10px;
  }

  .c-footer-copy {
    padding-top: 28px;
    padding-bottom: 25px;
  }

  .c-container-copy {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-footer_wrapper-copy {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .captaleads {
    width: 380px;
    height: 150px;
    padding-left: 0;
    padding-right: 0;
    left: -10px;
  }

  .review-container {
    min-width: 180%;
  }

  .text-block-17-copy {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-16-copy {
    text-align: center;
    line-height: 32px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .text-block-16-copy-copy {
    text-align: center;
    line-height: 32px;
  }

  .botom-blanco {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal-kids {
    display: none;
  }

  .contenido-modal-kids {
    margin-left: 10%;
    margin-right: 10%;
  }

  .top-naranja {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
  }

  .c-title-2-copy {
    line-height: 3.2rem;
  }

  .div-block-238-copy {
    width: 100%;
  }

  .text-block-16-copy-copy-copy {
    text-align: center;
    line-height: 32px;
  }

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

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

  .div-block-242 {
    width: 100%;
    height: 300px;
  }

  .c-container-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-1288, .container-1288-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-section.cc-white {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .c-section.cc-light-blue {
    padding-top: 40px;
  }

  .c-section.cc-light-orange {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 50px;
    display: flex;
  }

  .c-section.compra-copy {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .c-text-l {
    font-size: 18px;
    line-height: 28px;
  }

  .c-button-l {
    padding: 14px 30px;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .c-button-l.cc-primary.cc-menu {
    padding: 4px 12px;
    font-size: 1.2rem;
  }

  .c-button-l.cc-secondary.cc-menu {
    padding: 10px 20px;
    font-size: 2rem;
  }

  .c-button-l.hero {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .c-text-xxxl {
    font-size: 40px;
  }

  .c-text-s {
    font-size: 15px;
    line-height: 30px;
  }

  .c-text-xl {
    font-size: 20px;
    line-height: 34px;
  }

  .c-text-xxl {
    font-size: 24px;
    line-height: 38px;
  }

  .c-text-se {
    font-size: 15px;
    line-height: 30px;
  }

  .c-text-m {
    font-size: 16px;
    line-height: 32px;
  }

  .c-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-title-2 {
    line-height: 3.1rem;
  }

  .c-title-2.brown {
    margin-bottom: 10px;
  }

  .c-title-2.green-copy {
    text-align: left;
  }

  .c-title-wrapper.cc-mb-32 {
    text-align: center;
  }

  .c-cta-wrapper.cc-button.cc-hero {
    margin-right: 8px;
  }

  .c-button-text {
    line-height: 2rem;
  }

  .c-nav {
    top: 0;
  }

  .c-nav_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    padding-right: 6px;
  }

  .c-logo {
    margin-right: 10px;
    padding-left: 0;
  }

  .c-logo.w--current {
    margin-left: 40px;
    margin-right: -20px;
  }

  .c-logo_img {
    width: 140px;
    min-width: 100px;
  }

  .c-nav_menu {
    background-color: #fff;
    margin-top: 50px;
    padding-top: 12px;
  }

  .c-nav_buttons {
    margin-left: 0;
    margin-right: 0;
  }

  .c-steps, .c-quote_col.cc-1 {
    width: auto;
  }

  .c-dropdown_icon {
    flex: none;
  }

  .c-footer_item.cc-1, .c-footer_item.cc-3 {
    width: auto;
  }

  .c-menu_button {
    margin-right: 8px;
    padding: 0;
  }

  .c-burger {
    width: 20px;
  }

  .c-subtitle.bilbio {
    width: 90%;
  }

  .c-404_title {
    font-size: 12rem;
    line-height: 15rem;
  }

  .c-404_wrapper {
    text-align: center;
  }

  .top-bar {
    height: 64px;
    padding: 8px;
  }

  .user-icon {
    width: 24px;
    min-width: 22px;
  }

  .user {
    opacity: .5;
    margin-left: 6px;
  }

  .user:hover {
    opacity: 1;
  }

  .review-container {
    min-width: 240%;
  }

  .libros-container {
    min-width: 2000px;
  }

  .texto-caja {
    width: 90%;
  }

  .text-block-17-copy {
    text-align: center;
  }

  .hero-without-image {
    height: 450px;
  }

  .container-1287 {
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
  }

  .kh1.centrado.blanco {
    line-height: 1em;
  }

  .div-block-18 {
    padding: 35px 15px;
  }

  .text-block-16-copy-copy {
    width: 80%;
  }

  .botom-blanco {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contenido-modal-kids {
    margin-left: 20px;
    margin-right: 20px;
  }

  .top-naranja {
    padding-left: 30px;
  }

  .c-title-2-copy {
    line-height: 3.1rem;
  }

  .c-container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-26 {
    display: none;
  }

  .supermenu-divider-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .logo-kids {
    width: 180px;
    display: none;
  }

  .logo-kids-abrv {
    width: 100px;
    display: block;
  }
}


@font-face {
  font-family: 'Mikado Bold';
  src: url('../fonts/3AB0D3_0_0.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mikado Medium';
  src: url('../fonts/3AB0D4_0_0.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Black';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Light';
  src: url('../fonts/CircularStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Bold';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kids';
  src: url('../fonts/CircularKidsBold-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}