:root {
  --peach: #f0b8a2;
  --menta: #83c6a2;
  --gris: #706f6f;
  --baby-bkue: #e0ebed;
  --offwhite: #fdfdfd;
  --pistache-bajito: #bfe2cf;
  --yellowcito: #ffd586;
  --bb-blue: #53bde7;
  --peachisto: #ebdfdf;
  --white: white;
  --black: black;
}

.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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 47px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

a {
  aspect-ratio: auto;
  text-decoration: underline;
}

.image {
  max-width: 70%;
}

.navbar {
  background-color: var(--peach);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon {
  color: #4e413c;
  min-width: auto;
  max-width: 100%;
}

.nav-menu, .menu-button {
  background-color: #f0b8a2;
}

.menu-button:hover {
  background-color: #d3977f;
}

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

.boton {
  background-color: var(--menta);
  text-align: center;
  margin-top: -1px;
  margin-bottom: 8px;
  margin-right: 0;
  transition: opacity .2s;
  box-shadow: 8px 9px 13px -2px #f3958c;
}

.body {
  color: var(--gris);
  background-color: rgba(255, 255, 255, 0);
  font-family: Outfit, sans-serif;
}

.heading {
  margin-bottom: 21px;
}

.footer-light {
  background-image: url('../images/fotter.png');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  flex-direction: row;
}

.footer-copyright {
  color: #3a4554;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-2 {
  max-width: 50%;
  display: block;
}

.socialicons {
  text-align: center;
  line-height: 20;
}

.footer-dark {
  background-color: rgba(245, 247, 250, 0);
  background-image: url('../images/fotter.png'), linear-gradient(#efe2ca, #efe2ca);
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto 100px, auto;
  background-attachment: scroll, scroll;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block {
  margin-top: 4px;
  margin-right: 25px;
  padding-top: 0;
  padding-right: 0;
}

.link {
  pointer-events: auto;
  color: var(--gris);
  text-align: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.container-2 {
  margin-bottom: 125px;
}

.bold-text {
  margin-top: 10px;
  padding-top: 17px;
}

.containers {
  -webkit-text-stroke-width: 0em;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.containers.dos {
  background-image: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  padding-left: 52px;
}

.containers.dos._1 {
  background-image: none;
  height: 100%;
}

.head-baner {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-seccion {
  background-color: var(--peach);
  background-image: url('../images/textura1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.hero-seccion.dos {
  height: 600px;
  display: block;
}

.form-22 {
  background-color: var(--peach);
  cursor: pointer;
  background-image: url('../images/Blue_bloop.png'), url('../images/yellow_bloop_1yellow_bloop.png'), url('../images/Pink_bloop_1Pink_bloop.png');
  background-position: 10%, 50% 60%, 80%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: fixed, fixed, fixed;
  height: 500px;
  padding-top: 121px;
  padding-bottom: 0;
  transition: flex-grow .2s cubic-bezier(.47, 0, .745, .715);
}

.text-span {
  font-size: 22px;
}

.heading-2 {
  font-size: 42px;
}

.heading-3 {
  text-align: center;
}

.heading-4 {
  text-align: justify;
}

.container-3 {
  margin-left: 59px;
}

.text-block-2 {
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

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

.info-marca {
  background-image: linear-gradient(to bottom, var(--baby-bkue), var(--baby-bkue));
  width: 100%;
  height: 600px;
  padding-top: 17px;
}

.tex-wrapper {
  text-align: center;
  align-self: center;
  width: auto;
  max-width: 400px;
  margin-bottom: 0;
  padding-top: 28px;
}

.tex-wrapper.botellas {
  text-align: left;
  align-items: center;
  display: flex;
}

.field-wraper {
  text-align: left;
  flex: 1;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.text-field {
  border-radius: 4px;
}

.heading-5 {
  color: var(--gris);
  -webkit-text-stroke-color: var(--offwhite);
  margin-bottom: 34px;
  padding-right: 25px;
}

.heading-5.pink {
  color: var(--offwhite);
  text-align: left;
  -webkit-text-stroke-color: var(--offwhite);
  max-width: 220px; /* Ajusta este ancho según necesites */
  white-space: normal;
  word-wrap: break-word;
}

.success-message {
  background-color: var(--menta);
  border-radius: 4px;
}

.heading-6 {
  color: var(--gris);
  margin-top: -13px;
}

.container-5 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-left: 95px;
  display: flex;
}

.botellas-wrapper {
  text-align: center;
  flex: 1;
  align-self: flex-end;
}

.presenraciones {
  background-color: var(--offwhite);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Green_bloop_1Green_bloop.png'), url('../images/yellow_bloop_1yellow_bloop.png'), url('../images/texturte.png'), url('../images/1textura-blanca.png');
  background-position: 70% 20%, 20% 30%, 10% 10%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: auto, auto, cover, auto;
  background-attachment: fixed, fixed, fixed, scroll;
  background-clip: border-box;
  justify-content: space-between;
  height: 600px;
  display: flex;
}

.logo-cert {
  align-items: center;
  max-width: 100svh;
  display: flex;
}

.botella {
  background-image: url('../images/arquito_LIGHT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15vh;
}

.botella.ambar {
  background-image: url('../images/ARQUITO_AMBAR.png');
}

.cert {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template: ". . . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: center;
  width: 940px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 29px;
  display: grid;
}

.image-4 {
  flex: 1;
}

.container-7 {
  color: var(--offwhite);
  text-align: center;
  -webkit-text-stroke-color: var(--offwhite);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-7 {
  color: var(--gris);
  text-align: center;
}

.heading-7.cert {
  color: #000;
  -webkit-text-stroke-color: var(--offwhite);
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: auto;
}

.certificaciones {
  background-color: var(--pistache-bajito);
  color: var(--offwhite);
  -webkit-text-stroke-color: var(--offwhite);
  height: 400px;
  margin-bottom: 0;
  padding-top: 58px;
}

.aplicaciones {
  background-color: var(--peach);
  text-align: center;
  height: 650px;
  display: block;
}

.disfrutaimg {
  background-image: url('../images/disfrutalo-fixed-bg.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.aplicaciones-wrapper {
  text-align: justify;
  flex: 1;
  align-self: center;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 300px;
  max-width: 1000px;
  display: block;
  position: relative;
}

.beneficios {
  background-color: var(--baby-bkue);
  text-align: center;
  background-image: url('../images/texturte.png');
  background-position: 100%;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cualidades {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.receta {
  perspective: 10px;
  background-image: url('../images/texturte.png'), url('../images/1textura-blanca.png');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1275px, cover;
  background-attachment: fixed, scroll;
  height: auto;
  margin-top: 0;
  padding-top: 43px;
  padding-bottom: 0;
  transform: perspective(10px);
}

.container-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-around;
  width: 940px;
  height: 600px;
  display: flex;
}

.receton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  background-image: url('../images/panckaes.png'), repeating-linear-gradient(133deg, var(--yellowcito), #ebdfdf);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 250px, auto;
  background-attachment: scroll, scroll;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 250px;
  height: 600px;
  padding-top: 13px;
  padding-left: 11px;
  display: block;
  position: absolute;
  box-shadow: 3px 5px 9px 2px #c9e5eb;
}

.receton.dos {
  background-image: url('../images/ensalada-receta.png'), repeating-linear-gradient(133deg, var(--bb-blue), var(--peachisto));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.receton.tres {
  aspect-ratio: auto;
  background-image: url('../images/smothie-mango.png'), repeating-linear-gradient(133deg, var(--peach), #ebdfdf);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.receton.text {
  background-image: repeating-linear-gradient(133deg, #ffd586, #ebdfdf);
  padding-top: 0;
  display: block;
}

.receton.text.ternera {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: repeating-linear-gradient(133deg, #53bde7, #ebdfdf), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: opacity .2s;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.receton.text.smothie {
  background-image: repeating-linear-gradient(133deg, var(--peach) 3%, #ebdfdf), linear-gradient(to bottom, transparent, transparent);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  transform-style: preserve-3d;
  transition: opacity .2s;
  display: block;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.receton.text.pan {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 1s;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.lottie-animation {
  flex: 0 auto;
  height: 600px;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 600px;
  margin-bottom: 22px;
  margin-left: auto;
  display: grid;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  width: 600px;
  height: 200px;
  display: grid;
}

.benefits {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.benficioso {
  margin-top: -4px;
}

.lottie-animation-2 {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 1px;
}

.disfrutalo-en {
  background-color: var(--offwhite);
  height: 500px;
  padding-top: 0;
}

.div-block-2 {
  background-image: url('../images/texturte.png'), url('../images/texturte.png'), url('../images/disfrutalo-fixed-bg.png');
  background-position: 50%, 50%, 70%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: contain, 400px, 700px;
  background-attachment: fixed, fixed, scroll;
}

.container-12 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-3 {
  color: #000;
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 6px;
  display: flex;
}

.heading-8, .heading-9, .heading-10, .text-block-3 {
  text-align: left;
}

.recetext {
  background-image: linear-gradient(red, red);
  flex: 0 auto;
  align-self: center;
  width: 10px;
  height: 500px;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-4 {
  display: block;
}

.tituloreceta {
  margin-bottom: 0;
  padding-left: 26px;
  font-weight: 500;
}

.porcion {
  text-align: left;
  margin-top: 0;
  margin-bottom: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 200;
}

.paragraph {
  font-size: 12px;
}

.paragraph-2 {
  margin-bottom: 0;
  padding-left: 26px;
  font-size: 11px;
}

.heading-11 {
  margin-top: 6px;
}

.flipwraper {
  aspect-ratio: auto;
  text-align: left;
  transform-style: preserve-3d;
  flex: 0 auto;
  order: 1;
  align-self: stretch;
  width: 300px;
  transition: transform 1s;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.flipwraper:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.contacto {
  background-color: #eee2c9;
  height: 600px;
}

.container-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 39px;
  padding-bottom: 75px;
  display: flex;
}

.paragraph-3 {
  float: left;
  color: var(--gris);
  text-align: justify;
  font-size: 20px;
  line-height: 30px;
}

.container-14 {
  padding-top: 6px;
}

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

.lottie-animation-4 {
  margin-top: -35px;
}

.grid-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.grid-3 {
  background-image: url('../images/horizonte.png');
  background-position: 50% 160%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: center;
  justify-items: center;
}

.image-5 {
  position: relative;
}

.image-6 {
  width: 100px;
  margin-right: 123px;
  padding-bottom: 14px;
  padding-right: 0;
}

.image-7 {
  width: 100px;
  margin-left: 162px;
  padding-bottom: 14px;
  padding-left: 0;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template: "."
  / auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.back {
  aspect-ratio: auto;
  max-width: 400px;
  max-height: 400px;
  display: block;
  position: absolute;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.collection-list-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-10 {
  flex: 1;
  align-self: center;
  display: block;
  position: absolute;
  overflow: scroll;
}

.herotainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  margin-left: 52px;
  padding-left: 15px;
  display: flex;
}

.bottle {
  display: block;
  position: relative;
}

.front {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.image-11 {
  max-width: 400px;
  height: 400px;
  display: block;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.container-15 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 400px;
  display: block;
}

.frente {
  max-width: 400px;
  display: block;
  position: absolute;
}

.midbottle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
  position: absolute;
}

.container-16 {
  display: flex;
}

.div-block-6 {
  flex: 1;
  align-self: center;
  padding-left: 0;
  display: block;
  position: static;
}

.sliderr {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Banner_JAO_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
}

.sliderr.dos {
  background-image: url('../images/Banner100.png');
}

.sliderr.tres {
  background-image: url('../images/Banners-mas-dulce.png');
}

.slider {
  opacity: 1;
  background-color: rgba(243, 190, 190, 0);
  align-self: center;
  height: auto;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: grid;
}

.heading-12 {
  justify-content: flex-end;
  display: flex;
}

.container-17 {
  display: flex;
}

.icon-2 {
  transform: translate(0);
}

.container-18 {
  background-image: linear-gradient(84deg, #53bde7, #ebdfdf);
  justify-content: space-between;
  align-items: center;
  height: 500px;
  display: flex;
}

.receta-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ensalada-receta.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 500px;
  display: grid;
}

.heading-13 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 26px;
  display: flex;
}

.list {
  margin-top: 15px;
  margin-bottom: 0;
}

.stack_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  margin-bottom: 26px;
  display: flex;
}

.stack_card {
  background-image: url('../images/ensalada-receta.png'), linear-gradient(97deg, var(--bb-blue), var(--peachisto));
  background-position: 100% 74%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: 25rem;
  margin-bottom: 10rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.stack_card.last {
  background-image: url('../images/smothie-mango.png'), linear-gradient(97deg, var(--peach), var(--peachisto));
  background-position: 100% 89%, 0 0;
  background-size: auto, auto;
  margin-bottom: 0;
  top: 15rem;
}

.stack_card.la2 {
  background-image: url('../images/panckaes.png'), linear-gradient(97deg, var(--yellowcito), var(--peachisto));
  background-position: 100% 89%, 0 0;
  background-size: auto, auto;
  margin-bottom: 5rem;
  top: 10rem;
}

.list-2, .list-3 {
  margin-bottom: 10px;
}

.link-2 {
  color: var(--gris);
}

.image-12 {
  pointer-events: auto;
  cursor: pointer;
}

.link-block {
  float: right;
  aspect-ratio: auto;
}

.image-13 {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: static;
}

.dropdown {
  float: right;
  clear: none;
}

.dropdown-link {
  background-color: #f0b8a2;
  background-image: url('../images/ENG-BOT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown-link.w--current {
  background-size: auto 20px;
}

.dropdown-link-2 {
  background-color: #f0b8a2;
  background-image: url('../images/ESP_BOT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-attachment: scroll;
}

.dropdown-toggle {
  color: var(--gris);
}

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .containers.dos._1 {
    padding-top: 64px;
  }

  .hero-seccion.dos {
    height: auto;
  }

  .form-22 {
    height: 400px;
    padding-top: 18px;
  }

  .heading-5 {
    font-size: 22px;
  }

  .container-5 {
    padding-left: 38px;
  }

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

  .beneficios {
    height: auto;
  }

  .cualidades {
    justify-content: space-between;
    align-items: center;
  }

  .receta {
    margin-top: 0;
  }

  .container-9 {
    flex-direction: row;
  }

  .container-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .benefits {
    text-align: center;
  }

  .paragraph-3 {
    text-align: left;
  }

  .herotainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .stack_card.last {
    top: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .container-5 {
    padding-left: 13px;
  }

  .presenraciones {
    flex-direction: row;
  }

  .cert {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-direction: column;
    grid-template: "." 1fr
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 41px;
    display: grid;
  }

  .certificaciones {
    height: auto;
    margin-bottom: 73px;
    padding-top: 0;
  }

  .beneficios {
    height: auto;
  }

  .container-9 {
    flex-direction: column;
    margin-top: 277px;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    width: auto;
    height: auto;
    display: grid;
    position: static;
  }

  .benficioso {
    flex-direction: column;
    display: flex;
  }

  .lottie-animation-2 {
    width: 200px;
  }

  .herotainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: 80%;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .sliderr {
    position: relative;
    left: auto;
  }

  .slider {
    width: auto;
  }

  .div-block-7 {
    grid-template-columns: 1fr .75fr;
  }

  .container-17 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 40%;
  }

  .container {
    max-width: none;
    padding-left: 16px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .containers.dos {
    padding-left: 15px;
    display: block;
  }

  .containers.dos._1 {
    padding-top: 0;
    padding-left: 19px;
    display: block;
  }

  .form-22 {
    height: auto;
    margin-top: 128px;
    padding-top: 18px;
    padding-left: 15px;
  }

  .tex-wrapper.botellas {
    margin-bottom: -34px;
  }

  .form-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-5 {
    text-align: center;
    flex: 0 auto;
    padding-left: 15px;
    display: block;
  }

  .botellas-wrapper {
    flex: 0 auto;
  }

  .presenraciones {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 15px;
    display: block;
  }

  .logo-cert {
    justify-content: center;
  }

  .cert {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    margin-bottom: 42px;
    padding-bottom: 50px;
  }

  .certificaciones {
    height: auto;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .container-8 {
    margin-bottom: 33px;
  }

  .beneficios {
    height: auto;
    display: block;
  }

  .cualidades {
    padding-top: 18px;
  }

  .receta {
    height: 2000px;
    margin-top: 0;
  }

  .container-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .receton.tres {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .receton.text.smothie {
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: grid;
  }

  .container-11 {
    width: auto;
    height: auto;
    display: block;
  }

  .benefits {
    align-self: center;
  }

  .lottie-animation-2 {
    margin-left: 109px;
    padding-right: 0;
  }

  .lottie-animation-3 {
    flex: 0 auto;
    width: 300px;
  }

  .flipwraper {
    width: auto;
    display: block;
    position: relative;
  }

  .contacto {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-13 {
    padding-top: 200px;
    padding-left: 15px;
    display: block;
  }

  .lottie-animation-4 {
    height: 150px;
    margin-top: 0;
  }

  .divrece {
    display: block;
    position: static;
    overflow: visible;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .grid-2 {
    grid-row-gap: 608px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
    padding-right: 24px;
  }

  .collection-list {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .herotainer {
    width: 50%;
  }

  .stack_card {
    background-position: 250% 10%, 0 0;
    height: 35rem;
  }

  .stack_card.last {
    background-position: 200% 89%, 0 0;
  }

  .stack_card.la2 {
    background-position: 150% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 400px, auto;
    background-attachment: scroll, scroll;
  }
}

#w-node-a5dc5839-f031-d17b-82ea-fe4d4af5a5cd-03ae8f99, #w-node-_016e0d2b-b6d8-717c-c7aa-b920de468132-03ae8f99, #w-node-_88fa89b3-9847-cf48-1b5c-4f6368b89a77-03ae8f99 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa3a535d-cd2c-f124-7df1-0ba97c401c99-03ae8f99 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_963be7cc-6cbd-1102-12bc-99b0c8bd5736-03ae8f99 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: center;
}

#H3.w-node-_6e921ba0-2b8a-ddad-9dae-90a5a7cc0ed7-03ae8f99 {
  align-self: start;
  justify-self: center;
}

#w-node-_245c37c3-f603-a753-0eee-1e79be8a9be1-03ae8f99 {
  align-self: end;
  justify-self: center;
}

#H4.w-node-_2da0eac2-ae39-8316-366b-8c0b4fa1ff2a-03ae8f99 {
  align-self: start;
  justify-self: center;
}

#w-node-_6f035dc1-9d2b-a354-069a-ec4efa0d8eb8-03ae8f99 {
  align-self: end;
  justify-self: center;
}

#H4.w-node-_5c918648-9be2-bb00-35b8-bca3d92e6334-03ae8f99 {
  align-self: start;
  justify-self: center;
}

#w-node-f2bff387-e680-3a97-3cc4-5d724b6dd050-03ae8f99 {
  align-self: end;
  justify-self: center;
}

#H4.w-node-_5f8e23b8-d2f3-21e6-8164-9f97e0a53993-03ae8f99 {
  align-self: start;
  justify-self: center;
}

#w-node-_280d5aa0-b7c7-5ece-b586-be958bb09ba2-03ae8f99, #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09bac-03ae8f99 {
  align-self: end;
  justify-self: center;
}

#w-node-_280d5aa0-b7c7-5ece-b586-be958bb09bae-03ae8f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_314647f0-5b0e-54de-5026-aa87ab4f1cf3-03ae8f99 {
  align-self: end;
  justify-self: center;
}

#w-node-_314647f0-5b0e-54de-5026-aa87ab4f1cf5-03ae8f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b9979-03ae8f99 {
  align-self: end;
  justify-self: center;
}

#w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b997b-03ae8f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_47336b38-89fd-6324-2c95-3b98806a86de-03ae8f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dc5839-f031-d17b-82ea-fe4d4af5a5cd-4cb18c58, #w-node-_016e0d2b-b6d8-717c-c7aa-b920de468132-4cb18c58, #w-node-_88fa89b3-9847-cf48-1b5c-4f6368b89a77-4cb18c58 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa3a535d-cd2c-f124-7df1-0ba97c401c99-4cb18c58 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_963be7cc-6cbd-1102-12bc-99b0c8bd5736-4cb18c58 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: center;
}

#H3.w-node-_6e921ba0-2b8a-ddad-9dae-90a5a7cc0ed7-4cb18c58 {
  align-self: start;
  justify-self: center;
}

#w-node-_245c37c3-f603-a753-0eee-1e79be8a9be1-4cb18c58 {
  align-self: end;
  justify-self: center;
}

#H4.w-node-_2da0eac2-ae39-8316-366b-8c0b4fa1ff2a-4cb18c58 {
  align-self: start;
  justify-self: center;
}

#w-node-_6f035dc1-9d2b-a354-069a-ec4efa0d8eb8-4cb18c58 {
  align-self: end;
  justify-self: center;
}

#H4.w-node-_5c918648-9be2-bb00-35b8-bca3d92e6334-4cb18c58 {
  align-self: start;
  justify-self: center;
}

#w-node-f2bff387-e680-3a97-3cc4-5d724b6dd050-4cb18c58 {
  align-self: end;
  justify-self: center;
}

#H4.w-node-_5f8e23b8-d2f3-21e6-8164-9f97e0a53993-4cb18c58 {
  align-self: start;
  justify-self: center;
}

#w-node-_280d5aa0-b7c7-5ece-b586-be958bb09ba2-4cb18c58, #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09bac-4cb18c58 {
  align-self: end;
  justify-self: center;
}

#w-node-_280d5aa0-b7c7-5ece-b586-be958bb09bae-4cb18c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_314647f0-5b0e-54de-5026-aa87ab4f1cf3-4cb18c58 {
  align-self: end;
  justify-self: center;
}

#w-node-_314647f0-5b0e-54de-5026-aa87ab4f1cf5-4cb18c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b9979-4cb18c58 {
  align-self: end;
  justify-self: center;
}

#w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b997b-4cb18c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_47336b38-89fd-6324-2c95-3b98806a86de-4cb18c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6f035dc1-9d2b-a354-069a-ec4efa0d8eb8-03ae8f99, #w-node-f2bff387-e680-3a97-3cc4-5d724b6dd050-03ae8f99, #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09ba2-03ae8f99, #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09bac-03ae8f99, #w-node-_314647f0-5b0e-54de-5026-aa87ab4f1cf3-03ae8f99, #w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b9979-03ae8f99, #w-node-_6f035dc1-9d2b-a354-069a-ec4efa0d8eb8-4cb18c58, #w-node-f2bff387-e680-3a97-3cc4-5d724b6dd050-4cb18c58, #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09ba2-4cb18c58, #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09bac-4cb18c58, #w-node-_314647f0-5b0e-54de-5026-aa87ab4f1cf3-4cb18c58, #w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b9979-4cb18c58 {
    align-self: end;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_963be7cc-6cbd-1102-12bc-99b0c8bd5736-03ae8f99 {
    justify-self: center;
  }

  #w-node-_245c37c3-f603-a753-0eee-1e79be8a9be1-03ae8f99 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6f035dc1-9d2b-a354-069a-ec4efa0d8eb8-03ae8f99 {
    justify-self: center;
  }

  #w-node-f2bff387-e680-3a97-3cc4-5d724b6dd050-03ae8f99 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09ba2-03ae8f99, #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09bac-03ae8f99, #w-node-_314647f0-5b0e-54de-5026-aa87ab4f1cf3-03ae8f99, #w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b9979-03ae8f99 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_963be7cc-6cbd-1102-12bc-99b0c8bd5736-4cb18c58 {
    justify-self: center;
  }

  #w-node-_245c37c3-f603-a753-0eee-1e79be8a9be1-4cb18c58 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6f035dc1-9d2b-a354-069a-ec4efa0d8eb8-4cb18c58 {
    justify-self: center;
  }

  #w-node-f2bff387-e680-3a97-3cc4-5d724b6dd050-4cb18c58 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09ba2-4cb18c58, #w-node-_280d5aa0-b7c7-5ece-b586-be958bb09bac-4cb18c58, #w-node-_314647f0-5b0e-54de-5026-aa87ab4f1cf3-4cb18c58, #w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b9979-4cb18c58 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b9979-03ae8f99, #w-node-_32eb8eb9-9c6c-92ab-76ab-808fce0b9979-4cb18c58 {
    align-self: center;
    justify-self: center;
  }
}
.form-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .form-columns {
    grid-template-columns: 1fr;
  }
}

.form-error {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  color: #fff;
  background-color: #e74c3c;
  padding: 12px 16px;
  margin-bottom: 15px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}

.form-error.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


