:root {
  --blanco-grisaceo: #f8f8f6;
  --amarillo: #f6c844;
  --morado: #37185b;
}

p {
  width: 100%;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.5rem;
  text-decoration: none;
}

a {
  border-radius: 0;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.cont_menu {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  min-height: 5.5rem;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar.var {
  background-color: #0000;
}

.seccion {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.seccion.hero {
  background-color: var(--blanco-grisaceo);
  background-image: url('../images/background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: wrap;
  height: auto;
  min-height: 40vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  display: flex;
}

.seccion.hero.hide {
  display: none;
}

.seccion.contacto {
  z-index: 999;
  border-bottom: 10px none var(--amarillo);
  background-color: var(--blanco-grisaceo);
  background-image: url('../images/background.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: wrap;
  height: auto;
  min-height: 6rem;
  margin-top: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-decoration: none;
  position: static;
  bottom: 0;
}

.seccion.top {
  justify-content: center;
  align-items: flex-start;
  min-height: 60vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.seccion.full {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 350px;
  max-height: none;
  padding-top: 6.5rem;
  display: flex;
}

.seccion.shop {
  z-index: 998;
  height: auto;
  min-height: 0;
  padding-top: 7rem;
  padding-bottom: 6rem;
  text-decoration: none;
  position: static;
}

.seccion.hero-typ {
  background-color: var(--blanco-grisaceo);
  background-image: url('../images/background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: wrap;
  height: auto;
  min-height: 20vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.seccion.main_product {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.body {
  color: var(--morado);
  background-color: #fff;
  flex-flow: wrap;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  display: flex;
}

.nav-link {
  border: 1px solid var(--morado);
  width: auto;
  color: var(--morado);
  background-color: #0000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: 0;
  padding: 5px 15px;
  font-size: .9rem;
  font-weight: 700;
  transition: border-color .5s, background-color .5s;
  display: flex;
}

.nav-link:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--amarillo);
  background-color: var(--amarillo);
  color: var(--morado);
  border-radius: 500px;
}

.nav-link.w--current {
  border: 2px solid var(--amarillo);
  background-color: var(--amarillo);
  color: var(--morado);
  border-radius: 500px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link.w--current:hover {
  background-color: var(--amarillo);
  color: var(--morado);
  border-radius: 500px;
}

.nav-link.var {
  margin-left: auto;
}

.logo {
  width: 80%;
  height: 80%;
  margin: auto;
  display: block;
}

.brand {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.brand.w--current {
  background-color: #fff0;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.brand.w--current:hover {
  background-color: var(--amarillo);
  border-radius: 500px;
}

.brand.full {
  background-color: var(--amarillo);
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  margin-right: 1rem;
}

.brand.full:hover {
  border-radius: 500px;
}

.brand.full.w--current {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
}

.brand.full.w--current:hover {
  background-color: var(--amarillo);
  border-radius: 500px;
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  width: 85%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.contenedor.work {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.contenedor.vertical {
  flex-flow: column;
}

.hover-image {
  border-radius: .25rem;
  width: 22.5rem;
  position: absolute;
  overflow: hidden;
}

.hover-image.hover-image-mid {
  z-index: 3;
}

.nav-menu {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.cont_img {
  width: 25%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  overflow: clip;
}

.img {
  z-index: 991;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.copyright {
  text-align: right;
  width: 100%;
  margin: 0 auto 0;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5em;
}

.gg {
  font-size: 1rem;
  font-weight: 700;
}

.col50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.col50.main_product {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.titulo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  height: auto;
  color: var(--morado);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.titulo.xg {
  margin-bottom: 0;
  font-size: 2rem;
}

.span_gueroguero {
  border: 1px solid var(--morado);
  background-color: #fff;
  border-radius: 500px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.4em;
  transition: background-color .5s;
  display: block;
}

.span_gueroguero:hover {
  border-color: var(--amarillo);
  background-color: var(--amarillo);
  color: var(--morado);
}

.intro_home {
  width: auto;
  max-width: 50%;
  color: var(--morado);
  background-color: #0000;
  border-radius: 0;
  margin: auto auto auto 0;
  padding: .5rem;
  font-size: .9rem;
  line-height: 1.2em;
}

.intro_home:hover {
  background-color: #0000;
  border-radius: 0;
  margin-left: 0;
  padding-left: .5rem;
  padding-right: .5rem;
}

.intro_home.movil {
  display: none;
}

.cont_producto {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 24%;
  height: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont_producto.hide {
  display: none;
}

.producto {
  background-color: var(--morado);
  border-radius: 5px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.titulo_producto {
  width: 100%;
  height: auto;
  color: var(--morado);
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.boton_shop {
  border: 1px solid var(--amarillo);
  background-color: var(--amarillo);
  width: auto;
  height: 2.5rem;
  color: var(--morado);
  text-align: center;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: 0;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.boton_shop:hover {
  border-color: var(--morado);
  background-color: var(--morado);
  color: var(--blanco-grisaceo);
}

.boton_shop::placeholder {
  color: var(--morado);
}

.precio {
  width: auto;
  height: auto;
  color: var(--morado);
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.precio.off {
  opacity: .5;
  font-size: .8rem;
  text-decoration: line-through;
}

.info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-bottom: .5rem;
  margin-left: 10px;
  margin-right: auto;
  display: flex;
}

.envio {
  font-size: .8rem;
}

.envio.var {
  font-size: 1.2rem;
}

.span_gueroguero_hero {
  border: 1px none var(--morado);
  background-color: #0000;
  border-radius: 500px;
  height: auto;
  margin-bottom: 1rem;
  margin-left: 0;
  padding: 0 15px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.4em;
  display: block;
}

.span_gueroguero_hero:hover {
  border-color: var(--morado);
  color: var(--morado);
  background-color: #0000;
}

.black-txt {
  font-weight: 900;
}

.link {
  color: var(--morado);
  font-weight: 900;
  text-decoration: none;
}

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

.parrafo_typ {
  width: 50%;
  font-size: 1rem;
}

.slider_wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-right: 0%;
  display: block;
  position: relative;
}

.slider_wrap.var {
  z-index: 990;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.slider_viewport {
  border: 2px solid #e3e3e3;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.slider_track {
  flex-flow: row;
  width: auto;
  height: auto;
  max-height: 60vh;
  display: flex;
  overflow: visible;
}

.progress {
  border-radius: 20px;
  flex-flow: wrap;
  width: 100%;
  height: .5rem;
  margin-top: .5rem;
  display: flex;
  overflow: hidden;
}

.progress_track {
  background-color: #e3e3e3;
  width: 100%;
  height: 100%;
}

.progress_fill {
  background-color: var(--amarillo);
  border-radius: 5px;
  width: 10px;
  min-width: 10px;
  height: 100%;
  position: relative;
}

.img_slide {
  z-index: 990;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 60vh;
  min-height: 420px;
  margin-right: 0;
  position: relative;
}

.cont_rrss {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.cont_rrss.var {
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: .5rem;
  margin-left: auto;
}

.red__social {
  opacity: 1;
  flex-flow: row;
  place-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .5s;
  display: block;
}

.red__social:hover {
  opacity: 18;
}

.img_red_social {
  aspect-ratio: 1;
  width: 1.75rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.img_red_social:hover {
  opacity: .7;
  filter: none;
}

.aviso {
  z-index: 999;
  background-color: var(--morado);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: fixed;
  bottom: 0;
}

.aviso_shop {
  width: 80%;
  color: var(--blanco-grisaceo);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
}

.contenedor_footer {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.txt_contacto {
  width: auto;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.filter_btn {
  width: auto;
  height: auto;
  color: var(--morado);
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 15px;
  font-size: .9rem;
  line-height: 1.5em;
  text-decoration: none;
  transition: background-color .2s;
}

.filter_btn:hover {
  opacity: 1;
  border-style: solid;
}

.filter_btn.w--current {
  border-style: none;
  border-color: var(--amarillo);
  background-color: var(--amarillo);
  transition-duration: .5s;
}

.txt_footer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 70%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.tabs {
  width: 85%;
}

.tabs-menu {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  top: 0;
}

.descripcion {
  z-index: 999;
  width: auto;
  color: var(--blanco-grisaceo);
  padding-bottom: .5rem;
  padding-left: .75rem;
  font-size: .8rem;
  line-height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.descripcion.color {
  color: var(--morado);
}

.tabs-content {
  width: auto;
  height: 100%;
}

.cont_img_var {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.main {
  flex-flow: wrap;
  width: 100svw;
  height: 100svh;
  min-height: 420px;
  display: flex;
}

.btn_contacto {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  height: auto;
  color: var(--morado);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.rrss {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
}

.wrapper_producto {
  margin-bottom: 1rem;
  text-decoration: none;
}

.wrapper_producto:hover {
  background-color: #f5f5f5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.producto_main {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 30vw;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.producto_img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.titulo_main_product {
  width: 100%;
  height: auto;
  color: var(--morado);
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
}

.parrafo_producto {
  color: var(--morado);
  border-top: 2px solid #e3e3e3;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 0;
}

.precio_main {
  width: auto;
  height: auto;
  color: var(--morado);
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-left: 0;
  padding-left: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.precio_main.off {
  opacity: .5;
  color: var(--morado);
  margin-bottom: 0;
  font-size: 1.5rem;
  text-decoration: line-through;
}

.info_main {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 1rem;
  display: flex;
}

.list {
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.slide {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.slider {
  aspect-ratio: 1;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide-nav {
  font-size: .8rem;
}

.icon-2, .icon-3 {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .cont_menu {
    width: 90%;
  }

  .seccion {
    padding-top: 8rem;
  }

  .seccion.full {
    justify-content: center;
    align-items: center;
  }

  .seccion.shop {
    padding-top: 3rem;
  }

  .seccion.main_product {
    min-height: 0;
    padding-bottom: 6rem;
  }

  .nav-link {
    text-align: center;
    background-color: #0000;
    border-style: solid;
    border-radius: 500px;
    width: auto;
    height: auto;
    margin-left: 1rem;
    margin-right: 0;
    padding-right: 15px;
    font-size: .9rem;
  }

  .nav-link:hover {
    background-color: var(--amarillo);
    border-radius: 500px;
  }

  .nav-link.w--current {
    border-radius: 500px;
  }

  .nav-link.var {
    margin-left: auto;
  }

  .logo {
    height: auto;
  }

  .contenedor {
    width: 90%;
  }

  .nav-menu {
    background-color: var(--amarillo);
    text-align: center;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: auto;
  }

  .cont_img {
    width: 50%;
  }

  .img {
    height: auto;
  }

  .copyright {
    font-weight: 400;
  }

  .gg {
    font-size: 1rem;
  }

  .col50 {
    width: 50%;
  }

  .menu-button {
    padding: 5px;
  }

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

  .icon {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--morado);
  }

  .intro_home {
    font-size: .8rem;
  }

  .cont_producto {
    width: 48%;
    margin-bottom: 2rem;
  }

  .titulo_producto {
    width: 80%;
  }

  .precio {
    font-size: 1.3rem;
  }

  .parrafo_typ {
    width: 70%;
  }

  .slider_wrap, .progress {
    width: 100%;
  }

  .img_slide {
    width: 45vw;
    height: auto;
    min-height: 200px;
    margin-right: 0;
  }

  .aviso_shop {
    text-align: center;
    width: 100%;
  }

  .contenedor_footer {
    width: 90%;
  }

  .filter_btn {
    margin-left: 0;
    margin-right: 0;
  }

  .txt_footer {
    width: 60%;
  }

  .tabs {
    width: 90vw;
  }

  .producto_main {
    width: 40vw;
    height: auto;
  }

  .titulo_main_product {
    width: 80%;
    font-size: 2rem;
  }

  .precio_main {
    font-size: 1.5rem;
  }

  .precio_main.off {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .seccion.contacto {
    flex-flow: wrap;
  }

  .seccion.full {
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding-top: 8rem;
  }

  .seccion.shop {
    padding-top: 3rem;
  }

  .seccion.main_product {
    padding-bottom: 3rem;
  }

  .logo {
    height: auto;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .brand.full {
    justify-content: center;
    align-items: center;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    padding-left: 0;
  }

  .brand.full.w--current {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    margin-right: .5rem;
  }

  .hover-image {
    width: 100%;
  }

  .copyright {
    line-height: 1.5em;
  }

  .col50 {
    width: 100%;
  }

  .titulo {
    text-align: center;
  }

  .titulo.xg {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro_home {
    max-width: 70%;
    font-size: .9rem;
  }

  .titulo_producto {
    width: auto;
  }

  .precio {
    width: auto;
    font-size: 1.2rem;
  }

  .info {
    flex-flow: column;
    font-size: .9rem;
  }

  .parrafo_typ {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .img_slide {
    width: 45vw;
  }

  .contenedor_footer {
    flex-flow: row;
  }

  .filter_btn {
    margin-left: 0;
    margin-right: 0;
  }

  .txt_footer {
    width: auto;
  }

  .tabs-menu {
    justify-content: flex-end;
    align-items: center;
  }

  .btn_contacto {
    text-align: center;
  }

  .titulo_main_product {
    width: auto;
  }

  .precio_main {
    width: auto;
    font-size: 1.2rem;
  }

  .precio_main.off {
    font-size: 1rem;
  }

  .info_main {
    flex-flow: column;
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  strong {
    margin-right: 5px;
  }

  .cont_menu {
    width: 95%;
  }

  .navbar {
    height: 4rem;
    min-height: 4rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .seccion {
    padding-top: 6rem;
  }

  .seccion.hero {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .seccion.full {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 80vh;
    max-height: none;
    padding-top: 5rem;
  }

  .seccion.shop {
    padding-top: 5rem;
  }

  .seccion.hero-typ {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .seccion.main_product {
    height: auto;
    padding-bottom: 8rem;
  }

  .nav-link {
    background-color: #0000;
    height: auto;
  }

  .nav-link:hover {
    border-bottom-left-radius: 500px;
  }

  .logo {
    width: 80%;
    height: auto;
  }

  .brand {
    width: 4rem;
    height: 4rem;
    padding-left: 0;
  }

  .brand.w--current {
    width: 3rem;
    height: 3rem;
    margin-right: auto;
  }

  .brand.full {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .brand.full:hover {
    border-radius: 20px;
  }

  .brand.full.w--current {
    margin-right: .5rem;
  }

  .contenedor {
    flex-flow: column;
  }

  .contenedor.top {
    flex-flow: wrap;
    width: 95%;
  }

  .nav-menu {
    background-color: var(--amarillo);
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }

  .cont_img {
    width: 100%;
    margin-bottom: 0;
  }

  .copyright {
    text-align: center;
    width: auto;
    margin-left: 0;
    font-size: .9rem;
    font-weight: 700;
  }

  .gg {
    font-size: .9rem;
  }

  .col50 {
    width: 100%;
  }

  .col50.main_product {
    width: 90%;
    margin-right: auto;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    padding: 0;
    display: flex;
  }

  .icon {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
  }

  .titulo {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .titulo.xg {
    width: 100%;
  }

  .span_gueroguero {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 25px;
    font-size: .9rem;
  }

  .intro_home {
    width: 60%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .intro_home.movil {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .cont_producto {
    justify-content: flex-start;
    align-items: stretch;
    width: 49%;
    height: auto;
  }

  .titulo_producto {
    text-align: left;
    width: 100%;
    margin-bottom: .5rem;
    padding-right: 10px;
    font-size: .9rem;
  }

  .boton_shop {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .precio {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.2rem;
  }

  .precio.off {
    margin-left: 0;
    margin-right: auto;
  }

  .info {
    flex-flow: column;
    width: 100%;
  }

  .envio {
    margin-right: auto;
  }

  .span_gueroguero_hero {
    text-align: left;
    border-style: none;
    width: 100%;
    padding-left: 0;
    font-weight: 900;
  }

  .link {
    margin-right: 2px;
    display: inline-flex;
  }

  .parrafo_typ {
    text-overflow: clip;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .slider_wrap.var {
    flex-flow: column-reverse;
  }

  .slider_viewport {
    height: auto;
  }

  .slider_track {
    flex-flow: row;
    height: auto;
    max-height: none;
  }

  .progress {
    margin-top: 0;
    margin-bottom: .25rem;
  }

  .img_slide {
    aspect-ratio: auto;
    object-fit: contain;
    width: 90vw;
    min-height: 0;
  }

  .cont_rrss {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
  }

  .cont_rrss.var {
    margin-right: 0;
  }

  .red__social {
    width: auto;
    margin-left: auto;
  }

  .img_red_social {
    width: 25px;
    height: 30px;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .aviso {
    margin-top: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aviso_shop {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .contenedor_footer {
    flex-flow: column;
    align-items: flex-end;
  }

  .txt_contacto {
    text-align: center;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .filter_btn {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8rem;
  }

  .filter_btn.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .txt_footer {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .tabs {
    width: 90%;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .tabs-content {
    height: auto;
  }

  .btn_contacto {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .rrss {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
  }

  .producto_main {
    width: 90%;
    margin-bottom: 2rem;
  }

  .titulo_main_product {
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 10px;
    font-size: 1.5rem;
  }

  .precio_main {
    text-align: right;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    font-size: 1.4rem;
  }

  .info_main {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .list {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .cont-precios {
    flex-flow: column;
    display: flex;
  }
}


