:root {
  --grey: #343434;
  --organge: #f60;
  --color: white;
  --purple: #4d148c;
  --black: #000;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 82px;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #343434;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

.nav-link:hover {
  color: #fe6600;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.contacto-elementos {
  background-image: linear-gradient(#fff 41%, #e4e4e4);
  border: 2px solid #f0f0f0;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  padding: 10px 15px;
  display: flex;
  box-shadow: 0 3px 7px #0000001a;
}

.contactenos-text {
  color: #343434;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.links-call-wa {
  background-color: #23b23a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 45px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 8px;
  display: flex;
}

.links-call-wa:hover {
  background-color: #fe6600;
}

.container {
  flex: 1;
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  margin-top: 0;
  margin-bottom: 0;
}

.contenedor-contenido-principal {
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
}

.banner-entrada {
  background-color: #7633c0;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

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

.banner-ninos {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.banner-texto {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.image {
  overflow: visible;
}

.h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Titan One, sans-serif;
}

.sublinea-central {
  color: #fff;
  width: 380px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.sublinea-central.destacado {
  width: auto;
  margin-top: 10px;
}

.sublinea-central.oscuro {
  color: var(--grey);
  text-align: center;
  width: 550px;
  font-weight: 600;
}

.sublinea-central.centrado {
  text-align: center;
  width: auto;
}

.quick-stack-2 {
  margin-top: 220px;
  padding: 0;
}

.div-block {
  background-image: linear-gradient(#ffc36a, #f60 41%);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 20px 40px 40px;
  display: flex;
}

.image-3 {
  margin-top: -196px;
}

.button {
  color: #4d158c;
  background-image: linear-gradient(#fff, #d9d9d9 65%);
  border-radius: 50px;
  margin-left: 0;
  margin-right: 5px;
  padding: 12px 30px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button:hover {
  color: #fff;
  background-color: #4d158c;
  background-image: none;
}

.button.naranja {
  color: var(--organge);
  margin-top: 25px;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px #0003;
}

.button.naranja:hover {
  background-color: var(--organge);
  color: var(--color);
}

.contenedor-botones {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.h2 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Titan One, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

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

.contenedor-textos {
  width: 100%;
}

.heading {
  color: var(--purple);
  text-align: center;
  font-family: Titan One, sans-serif;
  font-size: 32px;
}

.h4 {
  color: var(--purple);
  text-align: center;
  margin-top: 60px;
  font-family: Titan One, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.contenedor-titular {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contenedor-shorts {
  background-color: #e2e2e2;
  border-radius: 25px;
  width: 100%;
  height: 400px;
  margin-top: 25px;
}

.contenedor-listado-productos {
  background-image: linear-gradient(#fff, #d9d9d9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-products {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.container-videos {
  background-color: transparent;
  border-radius: 40px;
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.body {
  flex-flow: column;
  display: flex;
}

.contenedor-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.contenedor-instagram {
  background-color: #e7e7e7;
  border-radius: 25px;
  width: 100%;
  max-width: 940px;
  height: 200px;
  margin-top: 25px;
}

.image-5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contenedor-pre-footer {
  background-color: #e7e7e7;
  background-image: linear-gradient(#ffe46a, #f60 45%);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-top: 204px;
  padding-bottom: 30px;
  display: flex;
}

.image-6 {
  margin-top: -181px;
}

.titular-comenzar {
  color: var(--color);
  text-align: center;
  margin-top: 0;
  font-family: Titan One, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.contenedor-botones-pre-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.section {
  background-image: linear-gradient(90deg, #4d148c, #7834c2);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 20px 10px;
}

.div-block-2 {
  background-image: linear-gradient(#158e28, #158e28);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 20px;
  display: flex;
}

.text-block {
  color: var(--color);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.link {
  color: var(--color);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

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

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

.dropdown-list {
  border-radius: 15px;
}

.dropdown-list.w--open {
  background-color: var(--color);
  box-shadow: 0 2px 15px #0003;
}

.dropdown-link {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.dropdown-link:hover {
  color: var(--organge);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    border-radius: 25px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contacto-elementos {
    border-radius: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: 0;
  }

  .links-call-wa {
    width: 200px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

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

  .menu-button {
    background-color: #4d158c;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contenedor-boton {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .icon {
    color: #fff;
  }

  .contenedor-contenido-principal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-entrada {
    flex-flow: column;
    width: 95%;
    height: auto;
  }

  .banner-ninos {
    width: 90%;
  }

  .banner-texto {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 40px;
  }

  .h1, .sublinea-central {
    text-align: center;
  }

  .sublinea-central.destacado {
    width: 400px;
  }

  .image-2 {
    margin-top: -50px;
  }

  .quick-stack-2 {
    margin-top: 243px;
  }

  .div-block.segundo {
    margin-top: 124px;
  }

  .contenedor-botones {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .h2 {
    text-align: center;
  }

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

  .contenedor-textos {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .h4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contenedor-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-pre-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    margin-right: 10px;
  }

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

  .link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .contenedor-izquierda {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-8 {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    border-radius: 25px;
  }

  .contacto-elementos, .banner-ninos {
    width: 100%;
  }

  .banner-texto {
    width: 80%;
  }

  .sublinea-central {
    width: auto;
  }

  .sublinea-central.oscuro {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    margin-top: -45px;
  }

  .quick-stack-2 {
    margin-top: 195px;
  }

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

  .container-products, .container-videos {
    width: 90%;
  }

  .div-block-2 {
    border-radius: 25px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .text-block-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    border-radius: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contacto-elementos {
    border-radius: 30px;
    flex-flow: column;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    padding-left: 0;
  }

  .banner-entrada, .banner-ninos {
    width: 100%;
  }

  .banner-texto {
    width: 90%;
    margin-bottom: 40px;
  }

  .h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .sublinea-central {
    width: auto;
    font-size: 18px;
  }

  .sublinea-central.destacado {
    width: auto;
    margin-top: 5px;
  }

  .sublinea-central.oscuro {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .image-2 {
    margin-top: -29px;
  }

  .quick-stack-2 {
    margin-top: 72px;
  }

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

  .div-block.segundo {
    background-image: linear-gradient(#ffc36a, #f60 33%);
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .image-3 {
    margin-top: 0;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .contenedor-botones {
    flex-flow: column;
    margin-top: 15px;
  }

  .h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .image-4 {
    margin-top: -89px;
  }

  .h4 {
    font-size: 25px;
    line-height: 28px;
  }

  .contenedor-listado-productos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-pre-footer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titular-comenzar {
    font-size: 28px;
    line-height: 30px;
  }

  .contenedor-botones-pre-footer {
    flex-flow: column;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2 {
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .text-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#w-node-_07657482-4747-9dd3-4166-dfb330e5305c-2db942cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_07657482-4747-9dd3-4166-dfb330e5305c-2db942cc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

 #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afc-40a89ed2 {
   grid-template-rows: auto;
   grid-template-columns: 1fr 1fr;
 }

 #w-node-_89918048-09f6-b7c2-d52b-a0efb02d99ca-40a89ed2, #w-node-b8337720-9ff5-b549-7cae-a574d1599d70-40a89ed2 {
   grid-template-rows: auto;
   grid-template-columns: 1fr 1fr 1fr;
 }

 @media screen and (max-width: 991px) {
   #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afc-40a89ed2 {
     grid-template-rows: auto;
     grid-template-columns: 1fr;
   }

   #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afe-40a89ed2 {
     order: -9999;
   }

   #w-node-_89918048-09f6-b7c2-d52b-a0efb02d99ca-40a89ed2, #w-node-b8337720-9ff5-b549-7cae-a574d1599d70-40a89ed2 {
     grid-template-rows: auto;
     grid-template-columns: 1fr 1fr;
   }
 }

 @media screen and (max-width: 767px) {
   #w-node-_89918048-09f6-b7c2-d52b-a0efb02d99ca-40a89ed2, #w-node-b8337720-9ff5-b549-7cae-a574d1599d70-40a89ed2 {
     grid-template-rows: auto;
     grid-template-columns: 1fr;
   }
 }


