:root {
  --fondo: #201f1d;
  --white: white;
  --amarillo-eva: #bd880e;
  --black: black;
  --marrón-eva: #5e3d1b;
  --seashell: #f0e9e6;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

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

.section.hero_section {
  z-index: 1;
  background-color: var(--fondo);
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 630px;
  margin-left: 0;
  margin-right: 0;
  padding: 90px 6%;
  display: flex;
  position: static;
  overflow: visible;
}

.section.hero_section.productos {
  max-height: 630px;
  padding-left: 6%;
  padding-right: 6%;
}

.section.hero_section.caloidad {
  height: 80vh;
  max-height: 580px;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.container {
  background-color: var(--fondo);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  margin-top: 19px;
  padding: 9px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.button.cc-white-button:hover {
  background-color: var(--amarillo-eva);
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-white-button._2:hover {
  background-color: var(--fondo);
}

.button.cc-white-button.homeproductos {
  margin-left: auto;
  margin-right: auto;
}

.button.productos {
  border: 1px solid var(--amarillo-eva);
  color: var(--black);
  background-color: #0000;
  margin-top: 28px;
  margin-bottom: 11px;
}

.button.productos:hover {
  background-color: var(--amarillo-eva);
  color: var(--white);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  color: var(--amarillo-eva);
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
  position: static;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  opacity: 0;
  order: 0;
  width: 120px;
  margin-left: 0%;
  position: static;
  top: 81.0312px;
  left: 5.3vw;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-items._2 {
  max-width: none;
  margin-right: 0;
}

.cart {
  margin-left: 20px;
}

.navigation {
  color: #0000;
  background-color: #201f1d;
  justify-content: center;
  align-items: center;
  height: 83.9375px;
  padding: 10px 6%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation._2 {
  justify-content: center;
  padding-left: 6%;
  padding-right: 6%;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: 1;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: none;
  padding: 9px 24px;
  font-family: Amatic SC, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  transition-property: all;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--amarillo-eva);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--amarillo-eva);
  font-size: 24px;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--amarillo-eva);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: var(--amarillo-eva);
}

.icon, .logo-image {
  display: block;
}

.logo-image._2 {
  width: 120px;
  margin-left: 0%;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin: 55px 0 0;
  display: flex;
}

.intro-header.empresa {
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 0;
}

.intro-content {
  z-index: 9;
  text-align: left;
  justify-content: space-between;
  width: 50%;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.intro-content.productos {
  margin-bottom: 0;
}

.intro-text {
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: auto;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  margin-bottom: 60px;
  padding-top: 120px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.body {
  font-family: Open Sans, sans-serif;
  line-height: 20px;
}

.page_wrap {
  position: relative;
  overflow: hidden;
}

.text-block {
  text-transform: none;
  font-size: 16px;
}

.text-block._2 {
  letter-spacing: 0;
}

.hero_images_contain {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 650px;
  margin-top: 69px;
  margin-bottom: -185px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero_images_contain.productos {
  width: 41%;
  margin-top: 12px;
}

.hero_images_contain.calidad {
  object-fit: contain;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 50vw;
  height: 400px;
  margin-top: 0;
  margin-bottom: -5.6%;
  display: block;
  position: absolute;
  inset: 180px 0% 0% auto;
}

.cesta {
  z-index: 1;
  max-width: 100%;
  position: absolute;
  top: -51.5781px;
}

.azucar {
  position: absolute;
  top: -238.688px;
  left: -28%;
}

.azucar.productos {
  object-fit: contain;
  top: 59.3125px;
  left: 11%;
}

.totate {
  position: absolute;
  top: 245.078px;
  left: 47%;
  right: 0;
}

.totate.productos {
  top: 139.078px;
  left: 16%;
}

.macarron-rojo {
  position: absolute;
  top: 150px;
}

.helado {
  position: absolute;
  top: 88px;
  right: 175px;
}

.tarta {
  position: absolute;
  top: 150px;
}

.marzapan {
  position: absolute;
  top: 138px;
}

.section-2 {
  z-index: 0;
  background-color: var(--seashell);
  color: var(--fondo);
  height: auto;
  margin-left: 0;
  margin-right: 0%;
  padding: 139px 6% 0;
  position: static;
  overflow: hidden;
}

.section-2.productos {
  z-index: 1;
  padding-top: 95px;
  position: static;
  overflow: visible;
}

.section-2.masproductos {
  background-color: var(--fondo);
  padding-top: 84px;
  padding-bottom: 79px;
  position: static;
  overflow: hidden;
}

.tarjeton-presentac {
  z-index: 1;
  max-width: 1400px;
  margin-bottom: 57px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-tarjeton {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-flow: row;
  height: auto;
  margin: 0 auto;
}

.paragraph {
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.paragraph._2 {
  margin-right: 198px;
}

.paragraph.dcha {
  text-align: right;
  max-width: 300px;
}

.paragraph.dcha.blanco {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.paragraph.izda {
  max-width: 300px;
}

.paragraph.izda.blanco {
  color: var(--white);
}

.card-image {
  z-index: 1;
  background-image: url('../images/valla.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -40px;
  margin-bottom: 60px;
  margin-right: -21px;
  position: relative;
}

.card-image._2 {
  background-image: url('../images/shutterstock_1499860583.jpg');
}

.h3 {
  color: var(--amarillo-eva);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Amatic SC, sans-serif;
  font-size: 42px;
  font-weight: 700;
  position: relative;
}

.h3.elallozal {
  color: var(--fondo);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: Amatic SC, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.h3._2 {
  z-index: 1;
  color: var(--white);
  text-align: right;
}

.h3.productos {
  font-size: 40px;
}

.h3.contacto {
  color: var(--white);
  margin-bottom: 51px;
}

.div-block {
  background-color: var(--white);
  padding: 60px;
  overflow: visible;
}

.bold {
  color: var(--amarillo-eva);
}

.link {
  color: var(--amarillo-eva);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.link:hover {
  perspective-origin: 50%;
  color: var(--amarillo-eva);
  transform: translate(14px);
}

.arrow {
  font-size: 20px;
}

.image-3 {
  z-index: 0;
  transform-origin: 0 0;
  font-family: PT Serif, serif;
  position: absolute;
  top: -139px;
  left: -10%;
}

.grid-productos {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.bote {
  z-index: 2;
  background-image: url('../images/18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 410px;
  margin-top: -44px;
  margin-bottom: -91px;
  margin-left: -29px;
  position: relative;
  left: -57px;
}

.div-block-3 {
  background-image: url('../images/Arbol-el-allozal.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  height: 80px;
  margin-top: -6px;
  margin-bottom: 8px;
  padding-left: 71px;
  display: flex;
}

.bombon {
  z-index: 0;
  position: absolute;
  top: 188.5px;
  left: 276.688px;
}

.grid-2 {
  grid-column-gap: 66px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "."
                       "."
                       "."
                       "."
                       ".";
  grid-auto-rows: minmax(0, .25fr);
  min-width: 400px;
  margin-bottom: 269px;
  position: relative;
}

.grid-2.productos {
  margin-bottom: 0;
}

.product-wrapper {
  height: 356px;
  position: static;
}

.product-wrapper.productos {
  align-items: center;
  height: 210px;
  display: flex;
}

.image-4 {
  border: 3px solid var(--amarillo-eva);
  border-radius: 200px;
  position: static;
  transform: rotate(-45deg);
}

.image-4.productos {
  object-fit: cover;
  width: 260px;
  height: 260px;
  transform: none;
}

.image-4.productos._2 {
  object-fit: none;
}

.image-4.productos._3 {
  object-fit: none;
  transform: none;
}

.categoria-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.categoria-wrapper.dcha {
  align-items: flex-start;
}

.h4 {
  z-index: 2;
  color: var(--amarillo-eva);
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Amatic SC, sans-serif;
  font-size: 38px;
  line-height: 32px;
  position: relative;
}

.image-5 {
  position: absolute;
  left: 62%;
  transform: rotate(-26deg);
}

.image-6 {
  position: absolute;
  top: -2%;
  left: 37%;
}

.pie {
  background-color: var(--white);
  height: auto;
  padding: 60px 3% 60px 6%;
}

.image-7 {
  margin-top: 0;
  margin-bottom: 26px;
}

.logos-calidad {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.logos-calidad.calidad {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 80%;
  height: 60px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

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

.image-8.calidad {
  object-fit: contain;
  height: 100%;
}

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

.image-9.calidad {
  object-fit: contain;
  height: 70%;
}

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

.image-10.calidad {
  object-fit: contain;
  height: 70%;
}

.image-11 {
  z-index: 0;
  position: absolute;
  top: 1228px;
  left: 73vw;
  right: auto;
  overflow: visible;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: 0;
}

.text-block-4 {
  margin-top: 27px;
  font-size: 14px;
  line-height: 28px;
}

.text-block-4._2 {
  margin-top: 0;
}

.text-block-4._3 {
  color: #1a1b1f80;
  text-align: right;
  margin-top: 0;
  margin-left: 8px;
  margin-right: auto;
  font-size: 12px;
  position: absolute;
  inset: 138px auto 0;
}

.text-block-4._3._2 {
  margin-left: 209px;
}

.div-block-4 {
  border-left: 1px dotted var(--amarillo-eva);
  padding-left: 10px;
  text-decoration: none;
  position: relative;
}

.link-block {
  align-items: center;
  height: auto;
  margin-top: 27px;
  text-decoration: none;
  transition-property: all;
  display: flex;
  position: relative;
}

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

.link-block._2 {
  margin-top: 18px;
}

.image-12 {
  margin-right: 13px;
}

.div-block-5 {
  border-left: 1px dotted var(--amarillo-eva);
  padding-left: 10px;
}

.grid-3 {
  grid-template: "."
  / 40fr 25fr 25fr;
}

.paragraph-2 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.paragraph-2.productos {
  margin-bottom: 0;
}

.section-la-empresa-1 {
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -71px;
  padding-top: 130px;
  padding-left: 6%;
  padding-right: 6%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.section-la-empresa-1._2 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 63px;
  padding-bottom: 53px;
}

.body-2 {
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.grid-compromiso {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: 1200px;
  margin-bottom: 0;
}

.empresa-wrapper {
  background-color: var(--white);
  padding: 50px 12%;
  display: block;
}

.div-block-9 {
  background-image: url('../images/shutterstock_515502517.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-top: -40px;
  margin-bottom: 60px;
}

.seccion-productos {
  background-color: var(--seashell);
  margin-bottom: 0;
  padding: 75px 6%;
  display: block;
  overflow: hidden;
}

.seccion-productos.negra {
  background-color: var(--fondo);
}

.column {
  background-color: var(--white);
  padding: 30px;
}

.column._2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-2 {
  flex-flow: row;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.ficha {
  z-index: 10;
  background-color: #bd880e;
  width: 33.3%;
  min-width: 300px;
  height: auto;
  min-height: auto;
  padding: 25px;
  position: fixed;
  inset: 83.9375px 0% 0% 100%;
  overflow: scroll;
}

.ficha.mazapan, .ficha.turron {
  padding-bottom: 25px;
  left: 100%;
}

.ficha.toppins {
  height: auto;
  padding-bottom: 25px;
  position: fixed;
  left: 100%;
  overflow: scroll;
}

.ficha.frutos-secos {
  padding-bottom: 25px;
  left: 100%;
}

.tit-ficha {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.heading {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Amatic SC, sans-serif;
  font-size: 40px;
}

.div-block-11 {
  z-index: 100;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/Cruz-fina-30x30.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.div-block-11.mapa {
  border: 1px none var(--amarillo-eva);
  background-color: var(--white);
  color: var(--amarillo-eva);
  background-size: 24px 24px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  inset: 25px auto auto 25px;
}

.fruto-seco-slide {
  object-fit: contain;
  width: 75%;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 46px;
}

.slider {
  background-color: #0000;
  align-self: center;
  width: 100%;
  height: auto;
}

.slider._1 {
  margin-top: 0;
}

.slider._2 {
  margin-top: auto;
  margin-bottom: auto;
}

.slide-4 {
  text-align: center;
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}

.slide-4._2 {
  height: 380px;
}

.slide-4._3 {
  height: 350px;
}

.slider-productos {
  width: 100%;
  height: 350px;
  overflow: visible;
}

.slider-productos._2 {
  height: 380px;
}

.slider-productos._3 {
  height: 350px;
}

.mask {
  width: 100%;
  overflow: hidden;
}

.columns {
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tit-slide {
  color: var(--amarillo-eva);
  font-family: Amatic SC, sans-serif;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  inset: 93% auto auto 10%;
}

.image-17 {
  object-fit: contain;
  height: 222px;
  position: relative;
  inset: -150% auto auto 34%;
}

.image-18 {
  object-fit: fill;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: relative;
  top: 32%;
  left: 15%;
}

.image-19 {
  object-fit: fill;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: relative;
  top: -56%;
  left: 25%;
}

.image-20 {
  object-fit: cover;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: relative;
  top: -90%;
  left: 50%;
}

.slide-nav {
  margin-top: 15.7188px;
  display: none;
  top: 367.578px;
}

.columns-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow, .right-arrow {
  font-size: 20px;
}

.slide-8, .slide-9 {
  width: 100%;
  height: 400px;
}

.image-26 {
  width: 29%;
  position: relative;
  top: -130%;
  left: 37%;
}

.image-27 {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: relative;
  top: 10%;
  left: 26%;
}

.image-28 {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: relative;
  top: -24%;
  right: -48%;
}

.image-29 {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: relative;
  top: -60%;
  left: 23%;
}

.heading-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-22 {
  border-top: 1px dotted var(--white);
  margin-bottom: 0;
}

.grid-5 {
  grid-column-gap: 9px;
  grid-row-gap: 19px;
  grid-template: "." 60px
                 "." 60px
                 "." 60px
                 / .5fr 1fr;
  margin-top: 20px;
  margin-bottom: 30px;
}

.grid-5._1 {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.grid-5._2 {
  grid-template-rows: 60px 60px 129px;
}

.grid-5.turron {
  grid-template-rows: 60px;
}

.image-30, .image-31, .image-32 {
  margin-left: auto;
  margin-right: auto;
}

.texto-cajas {
  border-bottom: 1px dotted #ffffffad;
  font-weight: 600;
  line-height: 22px;
}

.texto-cajas.sin-linea {
  border: 1px #000;
  line-height: 24px;
}

.paragraph-3 {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.bote-pistacho {
  position: absolute;
  top: 56px;
  left: 117.281px;
}

.bote-marcona {
  position: absolute;
  top: 52px;
  left: 109.281px;
}

.image-34, .image-35 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-23 {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.image-36 {
  margin: 20px auto;
}

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

.image-37 {
  object-fit: contain;
  width: 65%;
  position: absolute;
  top: 5%;
  left: 7%;
}

.image-38 {
  object-fit: contain;
  height: 251px;
  position: absolute;
  inset: 21% 0% 40% 50%;
}

.image-41 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 3% 0% 0% 4%;
}

.image-42 {
  object-fit: contain;
  width: 70%;
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
}

.image-44 {
  object-fit: contain;
  height: 90%;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% auto auto 0%;
}

.image-46 {
  object-fit: contain;
  width: 90%;
  margin: 7% auto auto;
}

.image-47 {
  object-fit: contain;
  height: 95%;
  margin: auto;
}

.image-48 {
  object-fit: contain;
  height: 92%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

.image-49 {
  object-fit: contain;
  width: 92%;
  margin-top: 11%;
  margin-left: auto;
  margin-right: auto;
}

.image-50 {
  width: 85%;
  margin: 5% auto auto;
}

.image-51 {
  width: 83%;
  margin-top: 13%;
  margin-left: auto;
  margin-right: auto;
}

.image-52 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  transform: rotate(-20deg);
}

.text-block-5 {
  text-align: center;
  margin-top: 0;
  margin-left: 23px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

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

.image-53 {
  perspective-origin: 50%;
  transform-origin: 50%;
  object-fit: contain;
  position: absolute;
  inset: auto 0 0 auto;
}

.eco {
  object-fit: contain;
  height: 60%;
}

.div-block-26 {
  background-color: #0000;
  background-image: url('../images/shutterstock_1479134735.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

.image-54 {
  width: 125%;
  min-width: 125%;
  position: absolute;
  inset: auto 0% 0% -27%;
}

.section-3 {
  z-index: 1;
  opacity: 1;
  color: #0000;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  margin-top: 83.9375px;
  margin-bottom: 0;
  padding: 0 0%;
  display: block;
  position: fixed;
  inset: 0% 0% 0% 100%;
  overflow: auto;
  transform: none;
}

.text-block-6 {
  font-family: Open Sans, sans-serif;
}

.form-block-2 {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.html {
  color: #0000;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0%;
  position: relative;
  inset: 0%;
}

.text-field-2 {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff80;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 10px;
  transition: all .2s;
}

.text-field-2:hover {
  background-color: #ffffff0d;
}

.text-field-2::placeholder {
  color: #f0e9e6b3;
}

.text-field-2._2 {
  padding-bottom: 40px;
}

.section-4 {
  background-image: url('../images/shutterstock_580402096.jpg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 110px 6% 100px;
}

.div-block-29 {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  padding: 10px 0;
  display: flex;
}

.checkbox-field {
  text-align: left;
  width: auto;
  margin-bottom: 21px;
  padding-bottom: 0;
  position: relative;
}

.checkbox-field:hover {
  color: var(--white);
}

.checkbox-2 {
  float: left;
  color: #b17e4a;
}

.checkbox-label-2 {
  color: var(--seashell);
  letter-spacing: 0;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.checkbox-field-2 {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  position: relative;
}

.checkbox-3 {
  color: #b17e4a;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-30 {
  justify-content: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.columns-3 {
  max-width: 1400px;
  margin-top: 102px;
  margin-left: auto;
  margin-right: auto;
}

.column-3 {
  padding-left: 0;
  padding-right: 100px;
}

.column-4 {
  padding-left: 100px;
}

.link-block-3 {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.link-block-3:hover {
  color: var(--white);
}

.text-block-7 {
  align-self: center;
  margin-left: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-7:hover {
  opacity: 1;
  color: var(--white);
}

.image-55 {
  opacity: 1;
  object-fit: contain;
  align-self: auto;
}

.image-55:hover {
  opacity: 1;
}

.slide-10 {
  height: 380px;
}

.text-block-8 {
  font-family: Amatic SC, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-8._2 {
  margin-left: 6px;
  font-size: 20px;
  line-height: 20px;
}

.div-block-31 {
  flex-direction: column;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.div-block-31._2 {
  flex-direction: column;
  margin-top: 0;
  position: absolute;
  inset: 3% 3% auto auto;
}

.bold-text {
  color: var(--amarillo-eva);
}

.text-block-9 {
  color: var(--amarillo-eva);
  order: 1;
  margin-left: 18px;
  margin-right: 16px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
  font-weight: 400;
}

.div-block-32 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-56 {
  object-fit: none;
}

.bloque-cookies {
  max-width: 940px;
  margin: 80px auto;
  padding-bottom: 0;
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-2 {
  text-decoration: none;
}

.idiomas {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: auto;
}

.idiomas._2 {
  display: none;
}

.navbar-idionma {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.navbar-idionma.w--current {
  background-image: url('../images/English.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75px;
}

.navbar-idionma.w--current:hover {
  opacity: .6;
}

.navbar-idionma.espaol {
  opacity: .5;
  background-image: url('../images/Spanish.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
}

.navbar-idionma.espaol:hover {
  opacity: 1;
}

.navbar-idionma.ingles {
  opacity: .5;
  background-image: url('../images/English.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 25px;
  height: 25px;
  margin-left: 30px;
  margin-right: 0;
  transition: opacity .2s;
}

.navbar-idionma.ingles:hover {
  opacity: 1;
}

.list {
  margin: 10px auto 5px;
}

.columns-4 {
  background-color: var(--seashell);
  max-width: 940px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.column-5 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-10 {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.cookies {
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .section.hero_section {
    align-items: flex-start;
    min-height: 900px;
    max-height: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.hero_section.productos {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 920px;
    max-height: 920px;
    padding-right: 0%;
  }

  .section.hero_section.caloidad {
    max-height: 750px;
  }

  .paragraph-bigger.cc-bigger-light {
    text-align: center;
    margin-bottom: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-white-button {
    margin: -9px auto 15px;
  }

  .button.cc-white-button._2 {
    margin-top: 39px;
  }

  .button.productos {
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    opacity: 1;
    transform-origin: 0 -10%;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    transition-property: none;
    display: flex;
    position: relative;
    top: 29px;
    left: 0;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #0000;
    flex-direction: column;
    flex: 0 auto;
    width: auto;
    margin-top: 0;
    margin-left: 0%;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .navigation-items._2 {
    background-color: var(--amarillo-eva);
    justify-content: flex-start;
    width: 100vw;
    margin-top: 0;
    margin-left: -5%;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 4%;
  }

  .navigation._2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    color: var(--marrón-eva);
  }

  .menu-button {
    margin-right: 0%;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    position: static;
    inset: 25px 32px auto auto;
  }

  .logo-image {
    perspective-origin: 0 0;
    transform-origin: 0 -10%;
    object-fit: fill;
    align-self: flex-start;
    width: 200px;
    position: relative;
    top: 0;
    left: 0;
  }

  .logo-image._2 {
    width: 120px;
    margin-left: 0%;
  }

  .navigation-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .intro-header {
    flex-direction: column;
    align-items: center;
  }

  .intro-header.empresa, .intro-header.calidad {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .intro-content {
    z-index: 11;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    max-width: 850px;
    margin-top: 10px;
    display: flex;
  }

  .intro-content.productos {
    max-width: 950px;
  }

  .intro-text {
    text-align: center;
    align-self: center;
    width: auto;
  }

  .hero_images_contain {
    z-index: 10;
    width: 60%;
    margin-top: 46px;
  }

  .hero_images_contain.productos {
    width: 70%;
    margin-top: 40px;
  }

  .hero_images_contain.calidad {
    align-self: center;
    width: 50vw;
    margin-top: 32px;
    margin-bottom: 0%;
    top: 317px;
    right: auto;
  }

  .cesta.productos {
    width: 100%;
  }

  .dulces {
    margin-top: 0;
  }

  .macarron-rojo {
    top: 120px;
  }

  .helado {
    top: 7px;
  }

  .tarta {
    top: 112px;
  }

  .section-2 {
    margin-bottom: 0;
    padding: 60px 5% 40px;
  }

  .section-2.productos {
    padding-top: 70px;
  }

  .section-2.masproductos {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .section-2._2 {
    padding-top: 165px;
  }

  .tarjeton-presentac {
    margin-bottom: 0;
  }

  .paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph._2 {
    margin-right: 30px;
  }

  .paragraph.pana {
    display: none;
  }

  .h3 {
    text-align: center;
    font-size: 38px;
  }

  .h3.productos, .h3.contacto {
    text-align: left;
  }

  .div-block {
    padding: 30px 20px 30px 40px;
  }

  .bote {
    left: 0;
  }

  .bombon {
    left: 220.688px;
  }

  .grid-2 {
    grid-auto-rows: auto;
    margin-bottom: 65px;
  }

  .grid-2.productos {
    grid-auto-rows: 62px;
  }

  .product-wrapper {
    height: 300px;
  }

  .h4 {
    font-size: 36px;
  }

  .pie {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 3%;
  }

  .image-7 {
    display: none;
  }

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

  .text-block-4._3 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 42px;
  }

  .div-block-4 {
    border-left-style: none;
    align-self: center;
  }

  .div-block-5 {
    border-left-style: none;
    padding-left: 0;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .section-la-empresa-1 {
    margin-bottom: -83px;
    padding-top: 100px;
  }

  .grid-compromiso {
    margin-bottom: 46px;
  }

  .empresa-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .parrafo {
    font-size: 15px;
    line-height: 24px;
  }

  .seccion-productos {
    padding: 60px 5% 0;
  }

  .seccion-productos.last {
    padding-bottom: 60px;
  }

  .column {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .column-2 {
    height: auto;
    padding-left: 0;
  }

  .ficha {
    z-index: 20;
    width: 50%;
    padding-bottom: 25px;
    left: 100%;
  }

  .ficha.turron, .ficha.toppins, .ficha.frutos-secos {
    left: 100%;
  }

  .tit-ficha {
    font-size: 16px;
  }

  .heading {
    font-size: 36px;
  }

  .slider {
    height: 350px;
    margin-top: 30px;
  }

  .slider._1, .slider._2 {
    margin-top: 30px;
  }

  .slide-4, .slide-4._2, .slide-4._3, .slider-productos, .slider-productos._2, .slider-productos._3 {
    height: 100%;
  }

  .columns {
    display: block;
  }

  .tit-slide {
    top: 89%;
  }

  .image-17 {
    margin-top: -26px;
  }

  .image-18 {
    top: 31%;
    left: 22%;
  }

  .slide-8, .slide-9 {
    height: 100%;
  }

  .image-26 {
    width: 20%;
    top: -157%;
  }

  .image-27 {
    top: 0%;
    left: 42%;
  }

  .image-28 {
    top: -20%;
  }

  .image-29 {
    top: -94%;
    bottom: 76.4px;
  }

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

  .grid-5 {
    grid-row-gap: 7px;
  }

  .texto-cajas {
    font-size: 15px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-37 {
    left: 2%;
  }

  .image-38 {
    height: 72%;
    top: 24%;
    left: 60%;
  }

  .image-41 {
    width: 75%;
    top: 0%;
  }

  .image-44 {
    height: 100%;
    margin-top: 0;
    margin-left: auto;
  }

  .image-46 {
    height: 100%;
    margin-top: 0%;
  }

  .image-47 {
    width: auto;
    height: 100%;
  }

  .image-48 {
    width: auto;
    height: 90%;
    margin-top: 1%;
  }

  .image-49 {
    margin-top: 5%;
  }

  .image-50 {
    object-fit: contain;
    height: 90%;
    margin-top: 3%;
  }

  .image-51 {
    object-fit: contain;
    height: 100%;
    margin-top: 1%;
  }

  .text-block-5 {
    font-size: 15px;
  }

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

  .image-54 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0% -13%;
  }

  .section-3 {
    margin-bottom: 0;
    display: block;
    position: fixed;
    inset: 0% 0% 0% 100%;
  }

  .html {
    display: block;
  }

  .section-4 {
    background-position: 43% 0;
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .checkbox-label-2 {
    font-size: 13px;
  }

  .slide-10 {
    height: 100%;
  }

  .div-block-32 {
    justify-content: center;
  }

  .hamburguer_line {
    background-color: var(--white);
    color: var(--white);
    width: 40px;
    height: 1px;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .hamburguer_line.short {
    color: var(--white);
    width: 30px;
  }

  .bloque-cookies {
    margin-top: 114px;
    font-size: 13px;
    line-height: 19px;
  }

  .idiomas {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    display: none;
    position: absolute;
    inset: auto 100px auto auto;
  }

  .idiomas._2 {
    margin-right: 0;
    display: flex;
  }

  .navbar-idionma.w--current {
    width: 20px;
    height: 20px;
  }

  .navbar-idionma.espaol {
    margin-left: 0;
    margin-right: 15px;
  }

  .navbar-idionma.ingles {
    margin-left: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.hero_section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.productos {
    margin-top: 22px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 3%;
  }

  .navigation._2 {
    height: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .menu-button {
    margin-right: 4%;
  }

  .menu-button.w--open {
    margin-right: 4%;
    position: static;
  }

  .logo-image._2 {
    width: 90px;
    margin-left: 0%;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .paragraph {
    display: block;
  }

  .paragraph.dcha.blanco {
    font-weight: 300;
    display: block;
  }

  .paragraph.izda.blanco {
    display: block;
  }

  .paragraph.pana {
    display: none;
  }

  .h3._2 {
    text-align: center;
  }

  .grid-2 {
    grid-auto-rows: auto;
    margin-bottom: 40px;
  }

  .grid-2.productos {
    grid-column-gap: 31px;
    grid-auto-rows: 62px;
  }

  .image-4.productos {
    width: 200px;
    height: 200px;
  }

  .image-11 {
    display: none;
  }

  .ficha {
    padding-bottom: 25px;
    top: 60px;
  }

  .div-block-11.mapa {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .slider {
    height: 260px;
  }

  .slide-4, .slide-4._2, .slider-productos, .mask {
    height: 100%;
  }

  .image-17 {
    height: 60%;
    top: -115%;
    left: 36%;
  }

  .image-18 {
    width: 120px;
    height: 120px;
  }

  .image-19 {
    width: 120px;
    height: 120px;
    top: -44%;
    left: 28%;
  }

  .image-20 {
    width: 120px;
    height: 120px;
    top: -63%;
  }

  .slide-8, .slide-9 {
    height: 100%;
  }

  .image-26 {
    top: -115%;
  }

  .image-27 {
    width: 120px;
    height: 120px;
    top: 4%;
  }

  .image-28 {
    width: 120px;
    height: 120px;
  }

  .image-29 {
    width: 120px;
    height: 120px;
    top: -68%;
  }

  .section-3 {
    margin-top: 60px;
    margin-bottom: 0;
    display: block;
    position: fixed;
    inset: 0% 0% 0% 100%;
  }

  .div-block-29 {
    align-items: flex-start;
  }

  .bloque-cookies {
    padding-left: 22px;
    padding-right: 22px;
  }

  .idiomas {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .idiomas._2 {
    align-self: center;
    margin-right: 25px;
    display: flex;
    position: static;
  }

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

  .navbar-idionma.espaol {
    width: 25px;
  }

  .navbar-idionma.ingles {
    background-size: contain;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.hero_section {
    height: 100vh;
    min-height: 950px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section.hero_section.productos {
    height: 90vh;
    min-height: 720px;
    max-height: none;
    padding-left: 3%;
    padding-right: 3%;
    overflow: visible;
  }

  .section.hero_section.caloidad {
    height: 90vh;
    min-height: 720px;
    max-height: none;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .paragraph-bigger.cc-bigger-light {
    font-size: 15px;
    line-height: 26px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.productos {
    margin-top: 20px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    width: 160px;
    margin-top: 0;
    top: 24px;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-items {
    flex-direction: row;
    align-self: center;
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .navigation-items._2 {
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    position: static;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    align-items: center;
    height: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation._2 {
    height: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-button {
    flex: none;
    margin-right: 4%;
  }

  .menu-button.w--open {
    flex: none;
    position: static;
  }

  .logo-image {
    width: 100%;
  }

  .logo-image._2 {
    width: 90px;
    margin-left: 0%;
  }

  .navigation-wrap {
    width: 100%;
    position: static;
  }

  .cart-container {
    min-width: 320px;
  }

  .intro-header {
    margin-top: 68px;
  }

  .intro-header.empresa {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-content {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
  }

  .intro-content.productos {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .text-block._2 {
    font-family: Open Sans Condensed, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .hero_images_contain {
    width: 95%;
  }

  .hero_images_contain.productos {
    align-self: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_images_contain.calidad {
    width: 90vw;
    max-width: none;
    height: 300px;
  }

  .cesta.productos {
    object-fit: fill;
    width: 110%;
    min-width: 100%;
    max-width: none;
  }

  .azucar.productos {
    margin-left: auto;
    margin-right: auto;
    top: -22.6875px;
    left: 13%;
  }

  .totate {
    top: 101.078px;
  }

  .totate.productos {
    top: -3.922px;
    left: 29%;
  }

  .dulces.productos {
    margin-left: auto;
    margin-right: auto;
  }

  .macarron-rojo {
    top: -9px;
  }

  .helado {
    top: -20px;
    right: 91px;
  }

  .tarta {
    top: -7px;
  }

  .marzapan {
    top: 57px;
  }

  .section-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-2.productos {
    padding: 3px 3% 0;
  }

  .section-2.masproductos {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-2._2 {
    padding: 53px 3% 0;
  }

  .tarjeton-presentac {
    z-index: 1;
    max-width: none;
    margin-top: 50px;
  }

  .tarjeton-presentac._2 {
    margin-top: 0;
  }

  .grid-tarjeton {
    flex-direction: column;
    display: flex;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .paragraph.dcha.blanco, .paragraph.izda.blanco {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: block;
  }

  .paragraph.pana {
    display: none;
  }

  .card-image {
    order: -1;
    min-height: 300px;
    margin-top: -20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .card-image._2 {
    margin-top: 0;
  }

  .h3._2 {
    text-align: center;
  }

  .h3.productos {
    width: 80%;
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .h3.productos._1 {
    width: 70%;
    margin-top: 0;
    line-height: 34px;
  }

  .h3.contacto {
    margin-bottom: 23px;
  }

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

  .div-block._2 {
    padding-top: 70px;
  }

  .image-3 {
    display: none;
    top: -174px;
  }

  .grid-productos {
    flex-direction: column;
    display: flex;
  }

  .bote {
    order: -1;
    margin-top: 0;
    margin-bottom: -69px;
    margin-left: 0;
  }

  .bombon {
    top: 71.5px;
    left: 85.688px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    min-width: auto;
    margin-bottom: 40px;
    display: grid;
  }

  .grid-2.productos {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-columns: minmax(100px, 1fr) minmax(auto, 1fr);
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }

  .product-wrapper {
    height: auto;
    margin-top: 51px;
  }

  .product-wrapper.productos {
    flex-direction: row;
    align-items: flex-start;
    height: 150px;
    margin-top: 0;
    display: block;
  }

  .image-4 {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4.productos {
    object-fit: cover;
    align-self: flex-start;
    width: 145px;
    height: 145px;
    position: static;
  }

  .image-4.productos._3 {
    object-fit: none;
    object-position: 50% 63%;
  }

  .categoria-wrapper {
    align-items: center;
    height: auto;
  }

  .categoria-wrapper.dcha {
    order: 0;
    align-items: flex-start;
    position: static;
  }

  .h4 {
    text-align: right;
    align-self: flex-start;
    margin-top: 20px;
    font-size: 32px;
  }

  .h4._2 {
    text-align: left;
    align-self: flex-start;
    font-size: 30px;
  }

  .image-6 {
    display: none;
  }

  .pie {
    padding-left: 3%;
  }

  .logos-calidad.calidad {
    width: 100%;
    height: 50px;
  }

  .image-8.calidad, .image-9.calidad, .image-10.calidad {
    margin-right: 10px;
  }

  .image-11 {
    display: none;
  }

  .div-block-4 {
    padding-left: 0;
  }

  .grid-3 {
    align-items: center;
  }

  .section-la-empresa-1 {
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-la-empresa-1._2 {
    padding-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid-compromiso {
    flex-direction: column;
    display: flex;
  }

  .grid-compromiso._2 {
    flex-direction: column-reverse;
  }

  .empresa-wrapper {
    padding-bottom: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .parrafo {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-9 {
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .seccion-productos {
    padding-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .seccion-productos.negra {
    padding-left: 3%;
    padding-right: 3%;
  }

  .column {
    padding: 12px;
  }

  .column._2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .column-2 {
    height: auto;
    min-height: auto;
  }

  .ficha {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-bottom: 25px;
    top: 60px;
    left: 100%;
  }

  .ficha.mazapan, .ficha.turron {
    height: auto;
    min-height: auto;
    padding-bottom: 25px;
  }

  .ficha.toppins {
    height: auto;
    min-height: auto;
    left: 100%;
  }

  .ficha.frutos-secos {
    height: auto;
    min-height: auto;
    padding-bottom: 25px;
    left: 100%;
  }

  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .div-block-11 {
    top: 79px;
  }

  .div-block-11.mapa {
    top: 15px;
    left: 10px;
  }

  .fruto-seco-slide {
    width: 80%;
    height: 80%;
    top: 19px;
  }

  .slider {
    height: 260px;
  }

  .slider._1 {
    margin-top: 27px;
  }

  .slider._2 {
    margin-top: 34px;
  }

  .slide-4, .slide-4._2, .slide-4._3, .slider-productos, .slider-productos._2, .slider-productos._3, .mask {
    height: 100%;
  }

  .tit-slide {
    font-size: 20px;
    top: 87%;
  }

  .image-17 {
    height: 50%;
    position: absolute;
    top: 95px;
    left: 33%;
  }

  .image-18 {
    width: 120px;
    height: 120px;
    top: 35%;
    left: 10%;
  }

  .image-19 {
    width: 120px;
    height: 120px;
    top: -21%;
    left: 52%;
  }

  .image-20 {
    width: 120px;
    height: 120px;
    top: -86%;
    left: 18%;
  }

  .slide-8, .slide-9 {
    height: 100%;
  }

  .image-26 {
    width: 40%;
    top: -118%;
    left: 32%;
  }

  .image-27 {
    width: 120px;
    height: 120px;
    top: 5%;
  }

  .image-28 {
    width: 120px;
    height: 120px;
    top: -14%;
  }

  .image-29 {
    width: 120px;
    height: 120px;
    top: -65%;
    left: 7%;
  }

  .bote-pistacho {
    top: -8px;
    left: 33%;
  }

  .bote-marcona {
    top: -1px;
    left: 25%;
  }

  .image-37 {
    width: 85%;
    left: 0%;
  }

  .image-38 {
    height: 60%;
    top: 29%;
    left: 51%;
  }

  .image-41 {
    width: 100%;
    top: 10%;
    left: 0%;
  }

  .image-44 {
    width: 100%;
    height: auto;
    margin-top: 32px;
  }

  .image-47 {
    object-fit: fill;
    width: auto;
    height: 90%;
    margin-top: 3%;
    position: static;
    top: 10%;
    left: 8%;
  }

  .image-48 {
    object-fit: contain;
    width: 90%;
    height: auto;
    margin-top: 6%;
  }

  .image-49 {
    width: 100%;
    margin-top: 18%;
  }

  .image-50 {
    position: absolute;
    top: 4px;
    left: 17px;
  }

  .div-block-26 {
    height: 300px;
    margin-top: 0;
  }

  .image-54 {
    width: 100%;
    min-width: 100%;
    top: 268px;
    left: 0%;
  }

  .section-3 {
    z-index: 10;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: fixed;
    inset: 0% 0% 0% 100%;
  }

  .html {
    height: 100%;
  }

  .text-field-2:hover {
    background-color: #ffffff26;
  }

  .text-field-2._2 {
    margin-bottom: 20px;
  }

  .section-4 {
    background-position: 28% 0;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 32px;
    overflow: hidden;
  }

  .div-block-29 {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .checkbox-field {
    width: auto;
    margin-bottom: 13px;
  }

  .checkbox-label-2 {
    color: var(--black);
    font-size: 13px;
  }

  .checkbox-field-2 {
    width: auto;
  }

  .columns-3 {
    margin-top: 53px;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    margin-top: 52px;
    padding-left: 0;
  }

  .slide-10 {
    height: 100%;
  }

  .text-block-9 {
    line-height: 36px;
  }

  .div-block-32 {
    flex-direction: column-reverse;
  }

  .image-56 {
    margin-top: 30px;
  }

  .idiomas {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    right: 77px;
  }

  .idiomas._2 {
    margin-right: 13px;
  }

  .navbar-idionma.w--current {
    width: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-idionma.espaol {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .navbar-idionma.espaol.w--current {
    margin-right: 7px;
  }

  .navbar-idionma.ingles {
    width: 25px;
    height: 25px;
    margin-left: 7px;
  }
}

#w-node-_27a00c98-669b-0dd9-160b-2fb738489590-2cf8145b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa2fdb57-5d06-c2c0-9ac1-54ddba2619c3-2cf8145b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45739491-6c54-fca6-fef5-81bc07a8644b-2cf8145b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ebf3ed2-8da9-516f-bb72-2b7138c86ff2-2cf8145b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5138b63b-c05a-c4a2-ab5d-15635c3d8a0a-2cf8145b {
  justify-self: end;
}

#w-node-_647d7e7c-cdcc-fa65-1025-587446714f06-2cf8145b {
  justify-self: start;
}

#w-node-b46b9124-d59f-9c7f-f671-2532170b7e9a-2cf8145b {
  grid-area: 5 / 1 / 6 / 2;
  justify-self: end;
}

#w-node-aa8c80fc-0382-1f62-fc00-8f79cffe4c00-2cf8145b {
  grid-area: 6 / 2 / 7 / 3;
  justify-self: start;
}

#w-node-_6ee41104-b407-c3af-db02-77faf30c8b53-2cf8145b {
  grid-area: 6 / 1 / 7 / 2;
  justify-self: end;
}

#w-node-a1ac9f0d-d9ae-faf5-6067-baf98ce64777-2cf8145b {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: start;
}

#w-node-_83107fe0-7769-157c-8785-a12e23346113-2cf8145b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d403a7ac-375d-61df-081e-9da43b8f8de7-70f814d0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d403a7ac-375d-61df-081e-9da43b8f8de8-70f814d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d403a7ac-375d-61df-081e-9da43b8f8dec-70f814d0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d403a7ac-375d-61df-081e-9da43b8f8ded-70f814d0 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0e3dd631-d438-3dce-3d55-8a2a8fe1722d-70f814d0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0e3dd631-d438-3dce-3d55-8a2a8fe1722e-70f814d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0e3dd631-d438-3dce-3d55-8a2a8fe17237-70f814d0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0e3dd631-d438-3dce-3d55-8a2a8fe17238-70f814d0 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_52189cc5-d41b-cf44-130c-706b36ca098f-70f814d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_720b7e8a-734c-9dcb-1849-79086922abf9-70f814d0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_720b7e8a-734c-9dcb-1849-79086922abfa-70f814d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49bdf397-1634-2052-a46c-46b7290adc58-70f814d0, #w-node-_49bdf397-1634-2052-a46c-46b7290adc60-70f814d0 {
  justify-self: center;
}

#w-node-_49bdf397-1634-2052-a46c-46b7290adc61-70f814d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49bdf397-1634-2052-a46c-46b7290adc67-70f814d0 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_49bdf397-1634-2052-a46c-46b7290adc74-70f814d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4425d3ac-b01a-efba-b3d8-74dec136556e-70f814d0, #w-node-_4425d3ac-b01a-efba-b3d8-74dec1365576-70f814d0 {
  justify-self: center;
}

#w-node-_4425d3ac-b01a-efba-b3d8-74dec1365577-70f814d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4425d3ac-b01a-efba-b3d8-74dec136557d-70f814d0 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_4425d3ac-b01a-efba-b3d8-74dec136558a-70f814d0, #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddad7-70f814d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddadd-70f814d0 {
  align-self: center;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddae0-70f814d0 {
  justify-self: end;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddae2-70f814d0 {
  justify-self: start;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaec-70f814d0 {
  grid-area: 5 / 1 / 6 / 2;
  justify-self: end;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaee-70f814d0 {
  grid-area: 6 / 2 / 7 / 3;
  justify-self: start;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaf6-70f814d0 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: start;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaf8-70f814d0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d952c99c-0eb5-16b8-a6fd-bf67214f6f66-e89692a8 {
  align-self: start;
}

#w-node-ecc582a8-209d-bb21-33ac-1f7e5694ecaf-e89692a8 {
  place-self: center end;
}

#w-node-_27a00c98-669b-0dd9-160b-2fb738489590-8481e19b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa2fdb57-5d06-c2c0-9ac1-54ddba2619c3-8481e19b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45739491-6c54-fca6-fef5-81bc07a8644b-8481e19b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ebf3ed2-8da9-516f-bb72-2b7138c86ff2-8481e19b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5138b63b-c05a-c4a2-ab5d-15635c3d8a0a-8481e19b {
  justify-self: end;
}

#w-node-_647d7e7c-cdcc-fa65-1025-587446714f06-8481e19b {
  justify-self: start;
}

#w-node-b46b9124-d59f-9c7f-f671-2532170b7e9a-8481e19b {
  grid-area: 5 / 1 / 6 / 2;
  justify-self: end;
}

#w-node-aa8c80fc-0382-1f62-fc00-8f79cffe4c00-8481e19b {
  grid-area: 6 / 2 / 7 / 3;
  justify-self: start;
}

#w-node-_6ee41104-b407-c3af-db02-77faf30c8b53-8481e19b {
  grid-area: 6 / 1 / 7 / 2;
  justify-self: end;
}

#w-node-a1ac9f0d-d9ae-faf5-6067-baf98ce64777-8481e19b {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: start;
}

#w-node-_83107fe0-7769-157c-8785-a12e23346113-8481e19b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d403a7ac-375d-61df-081e-9da43b8f8de7-6e81e5ca {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d403a7ac-375d-61df-081e-9da43b8f8de8-6e81e5ca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d403a7ac-375d-61df-081e-9da43b8f8dec-6e81e5ca {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d403a7ac-375d-61df-081e-9da43b8f8ded-6e81e5ca {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0e3dd631-d438-3dce-3d55-8a2a8fe1722d-6e81e5ca {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0e3dd631-d438-3dce-3d55-8a2a8fe1722e-6e81e5ca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0e3dd631-d438-3dce-3d55-8a2a8fe17237-6e81e5ca {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0e3dd631-d438-3dce-3d55-8a2a8fe17238-6e81e5ca {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_52189cc5-d41b-cf44-130c-706b36ca098f-6e81e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_720b7e8a-734c-9dcb-1849-79086922abf9-6e81e5ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_720b7e8a-734c-9dcb-1849-79086922abfa-6e81e5ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49bdf397-1634-2052-a46c-46b7290adc58-6e81e5ca, #w-node-_49bdf397-1634-2052-a46c-46b7290adc60-6e81e5ca {
  justify-self: center;
}

#w-node-_49bdf397-1634-2052-a46c-46b7290adc61-6e81e5ca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49bdf397-1634-2052-a46c-46b7290adc67-6e81e5ca {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_49bdf397-1634-2052-a46c-46b7290adc74-6e81e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4425d3ac-b01a-efba-b3d8-74dec136556e-6e81e5ca, #w-node-_4425d3ac-b01a-efba-b3d8-74dec1365576-6e81e5ca {
  justify-self: center;
}

#w-node-_4425d3ac-b01a-efba-b3d8-74dec1365577-6e81e5ca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4425d3ac-b01a-efba-b3d8-74dec136557d-6e81e5ca {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_4425d3ac-b01a-efba-b3d8-74dec136558a-6e81e5ca, #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddad7-6e81e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddadd-6e81e5ca {
  align-self: center;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddae0-6e81e5ca {
  justify-self: end;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddae2-6e81e5ca {
  justify-self: start;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaec-6e81e5ca {
  grid-area: 5 / 1 / 6 / 2;
  justify-self: end;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaee-6e81e5ca {
  grid-area: 6 / 2 / 7 / 3;
  justify-self: start;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaf6-6e81e5ca {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: start;
}

#w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaf8-6e81e5ca {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d952c99c-0eb5-16b8-a6fd-bf67214f6f66-da3366d9 {
  align-self: start;
}

#w-node-ecc582a8-209d-bb21-33ac-1f7e5694ecaf-da3366d9 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-d8f922a6-4a9b-361d-0fd7-e5392ddfd943-2cf8145b, #w-node-d8f922a6-4a9b-361d-0fd7-e5392ddfd943-8481e19b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d8f922a6-4a9b-361d-0fd7-e5392ddfd943-2cf8145b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddad5-70f814d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8f922a6-4a9b-361d-0fd7-e5392ddfd943-8481e19b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddad5-6e81e5ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8f922a6-4a9b-361d-0fd7-e5392ddfd943-2cf8145b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0292435c-c8a6-142a-ac31-ab2d2ee0fb24-2cf8145b {
    align-self: center;
  }

  #w-node-_1a055274-8907-63c5-af86-2850b0ceef0d-2cf8145b, #w-node-_5138b63b-c05a-c4a2-ab5d-15635c3d8a0a-2cf8145b {
    align-self: start;
  }

  #w-node-_647d7e7c-cdcc-fa65-1025-587446714f06-2cf8145b {
    place-self: center start;
  }

  #w-node-bed4d181-2acc-e34d-35d0-50102ff9d7e1-2cf8145b, #w-node-_6ee41104-b407-c3af-db02-77faf30c8b53-2cf8145b, #w-node-_83107fe0-7769-157c-8785-a12e23346113-2cf8145b {
    align-self: center;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddad5-70f814d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddad8-70f814d0 {
    place-self: center end;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddadd-70f814d0, #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddae2-70f814d0, #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddae7-70f814d0 {
    align-self: center;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaf8-70f814d0 {
    place-self: center end;
  }

  #w-node-d8f922a6-4a9b-361d-0fd7-e5392ddfd943-8481e19b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0292435c-c8a6-142a-ac31-ab2d2ee0fb24-8481e19b {
    align-self: center;
  }

  #w-node-_1a055274-8907-63c5-af86-2850b0ceef0d-8481e19b, #w-node-_5138b63b-c05a-c4a2-ab5d-15635c3d8a0a-8481e19b {
    align-self: start;
  }

  #w-node-_647d7e7c-cdcc-fa65-1025-587446714f06-8481e19b {
    place-self: center start;
  }

  #w-node-bed4d181-2acc-e34d-35d0-50102ff9d7e1-8481e19b, #w-node-_6ee41104-b407-c3af-db02-77faf30c8b53-8481e19b, #w-node-_83107fe0-7769-157c-8785-a12e23346113-8481e19b {
    align-self: center;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddad5-6e81e5ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddad8-6e81e5ca {
    place-self: center end;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddadd-6e81e5ca, #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddae2-6e81e5ca, #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddae7-6e81e5ca {
    align-self: center;
  }

  #w-node-_1f67f659-c3e7-94a9-c35e-1d7c255ddaf8-6e81e5ca {
    place-self: center end;
  }
}


