:root {
  --turquoise: #4cd8c6;
  --sandy-brown: #ebb06f;
  --pale-violet-red: #da7687;
  --medium-turquoise: #6fc3b8;
}

p {
  margin-bottom: 10px;
  font-family: Altair trial, sans-serif;
}

strong {
  font-weight: bold;
}

.hero {
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/olas.svg'), url('../images/fondo-headr.svg');
  background-position: 50% 100%, 50% 100%;
  background-size: cover, cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.wraper-hero-img {
  width: 50%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.bola-hero {
  max-width: 80%;
  margin: auto;
  position: absolute;
  inset: 5% 0% 0%;
}

.hedao-hero {
  width: 75%;
  position: absolute;
  inset: 10% auto 0% 12%;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100vh;
  display: flex;
}

.wraper-text-hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: -66px;
  display: flex;
}

.heading--blanco {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Altair trial, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.paragraph-blanco {
  color: #fff;
  text-align: justify;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  overflow: hidden;
}

.btn-verde {
  color: #fff;
  background-color: #4cd8c6;
  border-radius: 20px;
  margin-top: 16px;
  padding: 16px 42px;
  font-family: Altair trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: transform .4s;
}

.btn-verde:hover {
  transform: translate(0, -10px);
}

.btn-verde.w--current {
  background-color: var(--turquoise);
}

.barq {
  width: 10%;
  max-width: 80%;
  position: absolute;
  inset: auto 16% 8% auto;
}

.nav-bar {
  z-index: 98;
  border-bottom-left-radius: 500%;
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
}

.lottie-animation {
  cursor: pointer;
  width: 50px;
}

.wraper-menu-lottie {
  z-index: 95;
  background-color: var(--sandy-brown);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto 0% auto auto;
}

.wraper-menu-lottie.close {
  z-index: 99;
}

.container-2 {
  z-index: 98;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  height: 70px;
  display: flex;
  position: relative;
}

.tex-barquino-logo {
  width: 40%;
  max-width: 90%;
  position: absolute;
  inset: 6% 0% 0% 4%;
}

.nosotros {
  background-image: url('../images/doodles.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -88px;
  padding-top: 136px;
  padding-bottom: 108px;
  position: relative;
  overflow: hidden;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.heading--rosa {
  color: var(--pale-violet-red);
  text-align: center;
  padding-top: 0;
  font-family: Altair trial, sans-serif;
  font-size: 64px;
  line-height: 1.2em;
}

.heading--rosa._1 {
  margin-bottom: 20px;
}

.paragraph-rosa {
  color: var(--pale-violet-red);
  text-align: center;
  width: 60%;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.helado-rosa-flotante {
  width: 450px;
  position: absolute;
  inset: 28% 0% 0% -20%;
}

.helado-verde-flotante {
  width: 400px;
  position: absolute;
  inset: 12% -10% 0% auto;
  transform: rotate(-49deg);
}

.sabores {
  background-color: #0000;
  background-image: url('../images/new-back.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -90px;
  padding-top: 79px;
}

.container-4 {
  max-width: 1200px;
}

.wraper-slide-tastes {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.wraper-a-tasts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 800px;
  display: flex;
  position: relative;
}

.wraper-b-tasts {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 63px;
  display: flex;
}

.image-2 {
  margin: auto;
  position: absolute;
  inset: 0%;
}

.elipce-1 {
  width: 125px;
  position: absolute;
  top: 99px;
  left: 428px;
}

.elipce-2 {
  width: 150px;
  position: absolute;
  top: 524px;
  left: 8px;
}

.helado-slide {
  z-index: 10;
  width: 400px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.helado-slide.rosa, .helado-slide.naranja {
  width: 400px;
}

.heading--slide-verde {
  color: var(--medium-turquoise);
  text-align: left;
  height: 110px;
  font-family: Altair trial, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.paragraph-slide-verde {
  color: var(--medium-turquoise);
  text-align: left;
  width: 75%;
  height: 45px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading2--slide-verde {
  color: var(--medium-turquoise);
  text-align: left;
  font-family: Altair trial, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

.link-block {
  background-color: var(--turquoise);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 16px 42px;
  font-family: Altair trial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .375s;
  display: flex;
}

.link-block:hover {
  transform: translate(0, -5px);
}

.link-block.heartbeat.otside {
  display: none;
}

.text-btn {
  font-size: 20px;
}

.wraper-list-sbores {
  color: var(--medium-turquoise);
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.image-4 {
  width: 18px;
}

.text-block {
  margin-left: 9px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.wraper-atributs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 38px;
  margin-bottom: 87px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 650px;
  display: none;
  position: absolute;
  inset: 30% auto auto -20%;
}

.image-6 {
  z-index: 1;
  width: 550px;
  display: none;
  position: absolute;
  top: 86.641px;
  right: 436px;
}

.image-7 {
  width: 450px;
  display: none;
  position: absolute;
  top: 38.938px;
  left: 892px;
  transform: rotate(-54deg);
}

.eraper-inclusion {
  background-color: #0000;
  background-image: linear-gradient(166deg, var(--medium-turquoise) 67%, #ffffff03);
  border: 1px #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 50px 35px;
  display: flex;
}

.wraper-text-inclusion {
  width: 50%;
}

.wraper-img {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  display: flex;
}

.heading--blanco-inclusion {
  color: #fff;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.image-8 {
  width: 175px;
  margin-top: 19px;
}

.image-9 {
  border-radius: 20px;
  width: 100%;
  margin-left: 23px;
}

.realiz-pedido {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 24px;
  display: flex;
}

.image-10 {
  width: 200px;
}

.heading--rosa2 {
  color: var(--pale-violet-red);
  text-align: center;
  font-family: Altair trial, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
}

.container-rrsss {
  justify-content: space-between;
  display: block;
}

.image-11 {
  width: 32px;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 1px;
}

.image-12 {
  width: 18px;
  margin-left: 14px;
  margin-right: 14px;
}

.derechos {
  background-color: var(--medium-turquoise);
  padding-top: 15px;
  padding-bottom: 15px;
}

.link, .link-2, .link-3 {
  color: #fff;
  text-decoration: none;
}

.container-5 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.btn-blanco {
  color: var(--medium-turquoise);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 16px;
  padding: 16px 42px;
  font-family: Altair trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.slider {
  background-color: #0000;
  height: 700px;
  margin-top: -33px;
}

.mask {
  height: 700px;
  overflow: hidden;
}

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

.left-arrow {
  left: 54%;
}

.slide-nav {
  display: none;
}

.icon {
  background-color: var(--medium-turquoise);
  color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  font-size: 24px;
  inset: 0% auto 32% 0%;
}

.icon-2 {
  background-color: var(--medium-turquoise);
  color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  font-size: 24px;
  font-weight: 700;
  inset: 0% 0% 32% auto;
}

.arrow1 {
  position: absolute;
  left: 242px;
}

.arrow2 {
  position: absolute;
  top: 104.875px;
  left: 600.484px;
}

.arrow3 {
  transform-style: preserve-3d;
  position: absolute;
  inset: 39% 21% 0% auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-26deg);
}

.text-arrow-1 {
  color: var(--medium-turquoise);
  font-family: Altair trial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: static;
  inset: 17% auto 0% 28%;
}

.text-arrow-2 {
  color: var(--medium-turquoise);
  font-family: Altair trial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: static;
  inset: 17% auto 0% 55%;
}

.text-arrow-3 {
  color: var(--medium-turquoise);
  text-align: center;
  margin: 16px 18px;
  padding-left: 0;
  padding-right: 0;
  font-family: Altair trial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: static;
  inset: 17% auto 0% 71%;
}

.heladorosa, .healadonaranja {
  z-index: 10;
  width: 600px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.link-4 {
  color: #fff;
  height: auto;
  max-height: none;
  margin: 19px 19px 19px 20px;
  font-family: Altair trial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .4s;
}

.link-4:hover {
  transform: translate(0, -10px);
}

.menu {
  z-index: 99;
  background-color: var(--pale-violet-red);
  color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  display: none;
  position: fixed;
  right: 0;
}

.btn-verde1 {
  background-color: var(--sandy-brown);
  color: #fff;
  border-radius: 20px;
  margin-top: 12px;
  padding: 16px 42px;
  font-family: Altair trial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.image-14 {
  margin-top: -4px;
  margin-left: 10px;
}

.ola1 {
  width: 700px;
  display: none;
  position: absolute;
  inset: auto 0% -49% -16%;
  transform: rotate(-14deg);
}

.ola2 {
  width: 700px;
  display: none;
  position: absolute;
  inset: auto 0% -52% 4%;
  transform: rotate(-34deg);
}

.ola3 {
  width: 700px;
  display: none;
  position: absolute;
  inset: auto 0% -51% 22%;
  transform: rotate(-6deg);
}

.ola4 {
  width: 800px;
  display: none;
  position: absolute;
  inset: auto 0% -67% 50%;
  transform: rotate(-20deg);
}

.ola5 {
  width: 800px;
  display: none;
  position: absolute;
  inset: auto -26% -61% auto;
}

.ola6 {
  width: 900px;
  display: none;
  position: absolute;
  inset: auto 0% -72% auto;
}

.div-block-2 {
  color: var(--pale-violet-red);
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-15 {
  width: auto;
}

.div-block-3 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 65.2182%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.image-16 {
  width: auto;
}

.wraper-menu-lottie-2 {
  background-color: var(--sandy-brown);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
}

.lottie-animationn2 {
  cursor: pointer;
  width: 50px;
}

.container-6 {
  z-index: 99;
  max-width: 1200px;
  padding-top: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.wraper-rrss {
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 7%;
}

.wraper-rrss-link {
  margin-left: 8px;
  margin-right: 8px;
}

.whatsapp, .instagram {
  width: 30px;
}

.fb {
  width: 15px;
}

.section-2 {
  justify-content: flex-start;
  display: block;
  position: fixed;
  inset: auto 5% 3% auto;
}

.div-block-52 {
  margin-right: 0;
  overflow: visible;
}

.link-block-10 {
  background-color: var(--sandy-brown);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.link-block-10.heartbeat {
  width: 50px;
  height: 50px;
  margin-right: 78px;
}

.image-47 {
  text-align: left;
  background-color: #0000;
  border-radius: 0%;
  width: 30px;
  max-width: none;
  height: auto;
  margin: auto;
  padding: 0;
  overflow: visible;
}

.logo-menu {
  width: 27%;
  max-width: 40%;
}

.fond-helado-menu {
  max-width: 50%;
}

.link-block-11 {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-48 {
  width: 24px;
  margin-left: 6px;
}

.link-block-12 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  text-decoration: none;
  display: flex;
}

.image-49 {
  width: 90px;
  margin-left: 12px;
}

.div-block-53 {
  display: flex;
}

.heading {
  color: var(--sandy-brown);
  font-family: Altair trial, sans-serif;
  font-size: 64px;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.ver-sabores {
  color: var(--medium-turquoise);
  text-align: center;
  margin-top: 18px;
  font-family: Altair trial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 30% 0% auto 33%;
}

.ver-sabores-mobile {
  color: var(--medium-turquoise);
  text-align: center;
  margin-top: 18px;
  font-family: Altair trial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: none;
}

.wraper-wp {
  display: flex;
}

.wraoer-text-wp {
  background-color: var(--medium-turquoise);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 13px;
  padding: 19px;
  font-size: 16px;
  display: flex;
}

.text-block-2 {
  font-family: Altair trial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.wraper-politicas {
  background-color: #6fc3b833;
}

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

.content-wrap-politicas {
  padding-top: 60px;
}

.rich-txt-block {
  color: #1c3264;
  text-align: justify;
  width: 100%;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.div-block-64 {
  align-items: center;
  margin-bottom: 30px;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
}

.link-block-13 {
  color: #1c3264;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 23px;
  padding-left: 0%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.image-94 {
  color: var(--pale-violet-red);
  width: 12px;
  transform: rotate(180deg);
}

.paragraph-24 {
  color: #ff457c;
  margin-left: 0;
  margin-right: 10px;
  font-size: 20px;
  text-decoration: none;
}

.paragraph-24._2 {
  color: #1c3264;
  margin-bottom: 0;
  margin-left: 9px;
  font-family: Altair trial, sans-serif;
  font-weight: 700;
}

.back-to-home {
  background-color: var(--pale-violet-red);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  font-size: 24px;
  inset: 0% 0% auto;
}

.image-95 {
  width: 200px;
  margin-bottom: 20px;
}

.text-block-3 {
  font-family: Altair trial, sans-serif;
  font-size: 125px;
}

.image-96, .image-97 {
  width: 15px;
}

.text-block-4 {
  color: #fff;
  font-family: Altair trial, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.icon-seguir-leyendo {
  background-color: var(--medium-turquoise);
  color: #fff;
  border: 1px #000;
  border-radius: 0;
  width: 0;
  height: 0;
  margin: -13px 0 0 19px;
  padding-top: 0;
  font-size: 10px;
  font-weight: 700;
  inset: 0% 0% auto;
  transform: rotate(90deg);
}

.keep-readying {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.image-98 {
  width: 14px;
  margin-left: 7px;
}

.btn-realizar-pedido {
  background-color: var(--turquoise);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 16px 42px;
  font-family: Altair trial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .375s;
  display: flex;
}

.btn-realizar-pedido:hover {
  transform: translate(0, -5px);
}

.btn-realizar-pedido.heartbeat.otside {
  display: flex;
}

.sabores-mibile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .helado-rosa-flotante {
    width: 400px;
    top: 21%;
    left: -11%;
  }

  .menu {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .hedao-hero {
    margin: auto;
  }

  .barq {
    bottom: 5%;
  }

  .helado-rosa-flotante {
    left: -11%;
  }

  .link-4 {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: Altair trial, sans-serif;
    font-size: 36px;
  }

  .menu {
    z-index: 99;
    background-color: var(--pale-violet-red);
    color: #fff;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-2 {
    color: #fff;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .image-15 {
    width: 50%;
    margin: auto;
    position: static;
  }

  .div-block-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .image-16 {
    margin-top: 60px;
  }

  .logo-menu {
    width: 20%;
  }

  .fond-helado-menu {
    max-width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-image: url('../images/olas.svg'), url('../images/fondo-headr.svg');
    background-position: 50% 100%, 50% 100%;
    background-size: cover, cover;
    height: 100vh;
  }

  .wraper-hero-img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bola-hero {
    max-width: 100%;
    inset: 5% 0% 0%;
  }

  .hedao-hero {
    width: 600px;
    max-width: 700px;
    margin: auto;
    inset: 13% 0% 0% -14%;
  }

  .container {
    height: 100vh;
  }

  .barq {
    bottom: 4%;
  }

  .wraper-menu-lottie {
    z-index: 95;
  }

  .wraper-menu-lottie.close {
    z-index: 99;
  }

  .tex-barquino-logo {
    top: 7%;
  }

  .nosotros {
    background-color: #0000;
  }

  .helado-rosa-flotante {
    top: 16%;
    left: -2%;
  }

  .helado-verde-flotante {
    bottom: 0%;
    right: 1%;
  }

  .sabores {
    position: relative;
  }

  .eraper-inclusion {
    padding-top: 50px;
  }

  .link-4 {
    font-size: 42px;
  }

  .menu {
    display: none;
  }

  .ola1 {
    width: 900px;
    bottom: -58%;
  }

  .ola2 {
    width: 900px;
    bottom: -53%;
  }

  .ola3 {
    width: 900px;
    bottom: -52%;
  }

  .ola4 {
    width: 900px;
    bottom: -64%;
    left: 59%;
    transform: rotate(37deg);
  }

  .ola5 {
    width: 900px;
    bottom: -61%;
    right: -22%;
  }

  .ola6 {
    width: 1100px;
    bottom: -69%;
    right: 9%;
  }

  .div-block-2 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .rich-txt-block {
    color: #1c3264;
  }

  .div-block-64 {
    justify-content: center;
    padding-left: 0%;
    display: block;
  }

  .link-block-13 {
    justify-content: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-24 {
    color: #ff457c;
  }

  .paragraph-24._2 {
    color: #1c3264;
  }

  .back-to-home {
    margin-left: 0;
    margin-right: 0;
  }

  .image-95 {
    width: 300px;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 991px) {
  .hedao-hero {
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    left: 9%;
  }

  .container {
    max-width: 90%;
  }

  .heading--blanco {
    line-height: 1.1em;
  }

  .container-2 {
    max-width: 90%;
  }

  .nosotros {
    background-color: #0000;
  }

  .heading--rosa._1 {
    line-height: 1.1em;
  }

  .helado-rosa-flotante {
    width: 300px;
    top: 31%;
    left: -19%;
  }

  .helado-verde-flotante {
    width: 300px;
    right: -19%;
  }

  .sabores {
    overflow: hidden;
  }

  .wraper-a-tasts {
    height: 600px;
  }

  .elipce-1 {
    top: 132px;
    left: 272px;
  }

  .elipce-2 {
    width: 75px;
    top: 387px;
  }

  .helado-slide, .helado-slide.rosa, .helado-slide.naranja {
    width: 300px;
  }

  .heading--slide-verde {
    width: 90%;
    font-size: 36px;
  }

  .paragraph-slide-verde {
    width: 90%;
  }

  .wraper-atributs {
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .eraper-inclusion {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    height: 600px;
    padding-top: 0;
  }

  .mask {
    height: 600px;
  }

  .right-arrow {
    right: 5%;
  }

  .left-arrow {
    left: 55%;
  }

  .icon, .icon-2 {
    bottom: 50%;
  }

  .text-arrow-3 {
    font-size: 32px;
  }

  .link-4 {
    height: 40px;
    padding-top: 0;
  }

  .menu {
    display: none;
  }

  .div-block-2 {
    width: 100%;
    padding-top: 0;
  }

  .container-6 {
    max-width: 90%;
  }

  .heading {
    text-align: center;
    font-size: 52px;
  }

  .ver-sabores {
    top: 20%;
    left: 50%;
  }

  .container-politicas {
    max-width: 90%;
  }

  .link-block-13 {
    justify-content: center;
    align-items: center;
  }

  .image-94 {
    width: 12px;
    font-size: 24px;
    transform: rotate(180deg);
  }

  .paragraph-24._2 {
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .eraper-inclusion {
    flex-direction: column;
  }

  .wraper-text-inclusion {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .wraper-img {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }

  .heading--blanco-inclusion {
    text-align: center;
  }

  .menu {
    display: none;
  }

  .container-politicas {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-color: #0000;
    background-image: url('../images/Grupo-118.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 108px;
    overflow: hidden;
  }

  .wraper-hero-img {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-bottom: 0;
    display: flex;
  }

  .bola-hero {
    max-width: 100%;
    inset: 27% 0% 0%;
  }

  .hedao-hero {
    width: 90%;
    max-width: 90%;
    margin: auto;
    inset: 39% 0% 0%;
  }

  .container {
    flex-direction: column;
    max-width: 90%;
    height: auto;
    padding-top: 60px;
  }

  .wraper-text-hero {
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 52px;
    padding-bottom: 72px;
  }

  .heading--blanco {
    text-align: center;
    font-size: 32px;
    line-height: 1em;
  }

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

  .btn-verde {
    text-align: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 19px;
  }

  .barq {
    width: 30%;
    bottom: 3%;
  }

  .wraper-menu-lottie.close {
    right: 0;
  }

  .container-2 {
    max-width: 90%;
  }

  .tex-barquino-logo {
    width: 50%;
    inset: -14% 0% 0%;
  }

  .nosotros {
    background-image: url('../images/duddles-mobile.png');
    background-position: 50%;
    margin-top: 0;
    padding-top: 29px;
    padding-bottom: 34px;
  }

  .container-3 {
    max-width: 90%;
  }

  .heading--rosa {
    margin-top: 0;
    margin-bottom: -6px;
    padding-top: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .heading--rosa._1 {
    margin-top: 13px;
    margin-bottom: 17px;
  }

  .heading--rosa._2 {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .paragraph-rosa {
    width: 100%;
  }

  .helado-rosa-flotante {
    width: 300px;
    top: 58%;
    left: -65%;
    right: 0%;
  }

  .helado-verde-flotante {
    width: 300px;
    top: -1%;
    right: -88%;
  }

  .sabores {
    background-image: url('../images/back-mobile2.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-top: 70px;
    overflow: hidden;
  }

  .container-4 {
    max-width: 100%;
    padding-top: 22px;
  }

  .wraper-slide-tastes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 36px;
  }

  .wraper-a-tasts {
    justify-content: flex-start;
    width: 100%;
    height: 350px;
  }

  .wraper-b-tasts {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .image-2 {
    width: 300px;
  }

  .elipce-1 {
    width: 75px;
    top: 4px;
    left: 242px;
  }

  .elipce-2 {
    width: 50px;
    top: 229px;
  }

  .helado-slide, .helado-slide.rosa, .helado-slide.naranja {
    width: 250px;
  }

  .heading--slide-verde {
    text-align: center;
    width: 100%;
    height: 75px;
    font-size: 32px;
  }

  .paragraph-slide-verde {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

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

  .link-block.heartbeat {
    display: flex;
  }

  .link-block.heartbeat.otside {
    margin-top: 12px;
    display: flex;
  }

  .wraper-atributs {
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .image-5 {
    display: none;
    top: 27%;
    left: -65%;
  }

  .image-6 {
    display: none;
    inset: 271px 0% 0% -11%;
    transform: rotate(-77deg);
  }

  .image-7 {
    width: 200px;
    display: none;
    inset: 28% 0% 0% 77%;
  }

  .eraper-inclusion {
    flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 13px;
  }

  .wraper-text-inclusion {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .wraper-img {
    width: 100%;
    margin-top: 12px;
  }

  .heading--blanco-inclusion {
    text-align: center;
    font-size: 32px;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .realiz-pedido {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-10 {
    width: 150px;
  }

  .heading--rosa2 {
    font-size: 18px;
  }

  .container-5 {
    flex-direction: column;
  }

  .btn-blanco {
    color: var(--medium-turquoise);
    text-align: center;
    background-color: #fff;
    width: 100%;
  }

  .slider {
    max-width: 90%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .mask {
    height: auto;
  }

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

  .image-13 {
    max-width: 50%;
  }

  .left-arrow {
    inset: -8% auto 0% 0%;
  }

  .slide-nav {
    display: none;
  }

  .icon {
    color: var(--medium-turquoise);
    background-color: #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 6px 2px 0;
    font-size: 18px;
    inset: 0% auto auto 0%;
  }

  .icon-2 {
    color: var(--medium-turquoise);
    background-color: #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 6px;
    font-size: 18px;
    inset: 0% 0% auto auto;
  }

  .arrow1 {
    display: none;
    left: 20px;
  }

  .arrow2 {
    display: none;
    inset: 61% 0% 0% 30%;
  }

  .arrow3 {
    display: none;
    right: 10%;
  }

  .text-arrow-1 {
    left: 10%;
  }

  .text-arrow-2 {
    top: 57%;
    left: 41%;
  }

  .text-arrow-3 {
    text-align: center;
    margin-bottom: -9px;
    font-size: 26px;
    line-height: 28px;
    top: 3%;
    left: 59%;
  }

  .heladorosa, .healadonaranja {
    width: 200px;
  }

  .link-4 {
    color: #fff;
    margin: 1px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
  }

  .menu {
    z-index: 99;
    background-color: var(--pale-violet-red);
    border-radius: 0;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    display: none;
    position: fixed;
  }

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

  .div-block-2 {
    color: #fff;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    position: relative;
  }

  .image-15 {
    width: 80%;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: none;
    display: flex;
  }

  .image-16 {
    width: 50%;
    margin-top: 0;
    padding-top: 23px;
  }

  .container-6 {
    max-width: 90%;
  }

  .wraper-rrss {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 10%;
  }

  .whatsapp, .instagram {
    width: 30px;
  }

  .fb {
    width: 15px;
  }

  .section-2 {
    z-index: 99;
    justify-content: flex-end;
    width: 20%;
    display: flex;
    position: fixed;
    inset: auto 4% 5% auto;
  }

  .div-block-52 {
    margin-right: 9px;
    position: static;
  }

  .link-block-10 {
    background-color: var(--sandy-brown);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 60px;
    display: flex;
    position: static;
  }

  .image-47 {
    background-color: #0000;
    border-radius: 0%;
    width: 50px;
    padding: 8px;
    position: static;
  }

  .logo-menu {
    width: 125px;
    max-width: none;
  }

  .fond-helado-menu {
    width: 150px;
    max-width: none;
  }

  .div-block-54 {
    margin-bottom: 4px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .div-block-55 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56 {
    flex-direction: column;
    margin-top: 0;
  }

  .ver-sabores {
    width: 100%;
    margin-top: 29px;
    margin-bottom: 57px;
    display: none;
  }

  .wraper-list-all {
    height: 6em;
  }

  .ver-sabores-mobile {
    width: 100%;
    margin-top: 29px;
    margin-bottom: 17px;
    display: block;
  }

  .container-politicas {
    max-width: 90%;
  }

  .rich-txt-block {
    width: auto;
  }

  .div-block-64 {
    padding-right: 0%;
  }

  .link-block-13 {
    clear: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0%;
    position: static;
    inset: 0%;
  }

  .paragraph-24 {
    color: #ff457c;
    margin-left: 0;
  }

  .paragraph-24._2 {
    color: #1c3264;
    margin-left: 6px;
    font-size: 18px;
  }

  .back-to-home {
    background-color: var(--pale-violet-red);
    color: #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    margin: auto 0;
    padding: 6px 2px 0;
    font-size: 18px;
    inset: 76% auto 0% 0%;
  }

  .image-95 {
    width: 150px;
    margin-bottom: 47px;
  }

  .image-96, .image-97 {
    display: none;
  }

  .icon-seguir-leyendo {
    color: var(--medium-turquoise);
    background-color: #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 6px;
    font-size: 18px;
    inset: 0% 0% auto auto;
  }

  .image-98 {
    margin-top: 5px;
    padding-top: 0;
  }

  .btn-realizar-pedido {
    text-align: center;
    width: 100%;
  }

  .btn-realizar-pedido.heartbeat {
    display: flex;
  }

  .btn-realizar-pedido.heartbeat.otside {
    margin-top: 12px;
    display: none;
  }

  .sabores-mibile {
    color: var(--medium-turquoise);
    text-align: center;
    margin-top: 31px;
    font-family: Altair trial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    display: block;
  }
}


@font-face {
  font-family: 'Sacramento';
  src: url('../fonts/Sacramento-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('truetype'), url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BoldItalic.ttf') format('truetype'), url('../fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Altair trial';
  src: url('../fonts/Altair-Bold-Trial.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Altair trial';
  src: url('../fonts/Altair-Thin-Trial.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}