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

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

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

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

.navbar-logo-left {
  background-color: #74939d;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.search-input {
  border-radius: 20px;
}

.search-button {
  border-radius: 0;
  padding-top: 10px;
  position: static;
  left: 486.844px;
}

.image {
  box-sizing: border-box;
  object-fit: fill;
  position: absolute;
  inset: 41% 4% auto auto;
}

.div-block {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.search {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-button-2 {
  box-sizing: border-box;
  aspect-ratio: 2;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff0;
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: padding-box;
  border-radius: 0;
  width: 25px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px 0 10px;
  position: relative;
  overflow: clip;
}

.search-input-2 {
  border: 1px #fff;
  border-radius: 20px;
  width: 200px;
  height: 25px;
  margin-bottom: 0;
  position: relative;
}

.div-block-2 {
  box-sizing: border-box;
  clear: none;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 #000;
  border-radius: 20px;
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.image-2 {
  margin-right: 60px;
}

.slide {
  background-image: url('../images/SLIDE-1-BIENVENIDOS.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  overflow: clip;
}

.slider {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 50vh;
  display: flex;
  overflow: clip;
}

.mask {
  overflow: clip;
}

.icon {
  display: none;
  overflow: visible;
}

.icon-2 {
  display: none;
}

.slide-nav {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.slide-2 {
  background-image: url('../images/SLIDE-2-NUTRITUVO-Y-PRACTICO.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/SLIDE-3-RICO-SANO-Y-NATURAL.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/SLIDE-4-MATE.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 30px;
}

.div-block-3 {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #636363;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 300px;
  min-width: 0;
  height: 1px;
  display: block;
  position: static;
}

.div-block-5 {
  background-color: #636363;
  align-self: center;
  width: 300px;
  height: 1px;
  text-decoration: none;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 1.8vh;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #74939d;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 1.5vh;
  line-height: 1em;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-2 {
  font-family: Lato, sans-serif;
  font-size: 4vh;
}

.container-3 {
  justify-content: space-between;
  display: flex;
}

.section {
  background-color: #74939d;
  justify-content: center;
  align-items: stretch;
  height: 100px;
  font-family: Lato, sans-serif;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 30px;
}

.div-block-7 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #fff;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.div-block-8 {
  align-self: center;
  margin-left: 100px;
}

.text-block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.c-accordion-item-q-text {
  flex-flow: column;
  flex: 1;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.subheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.accordion-item-a-text {
  color: #666;
  text-align: center;
  margin-bottom: 0;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q {
  flex-flow: column;
  display: flex;
}

.c-accordion-item-q-icon {
  color: #fff;
  background-color: #74939d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 5px 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #219fa3;
  width: 100%;
  height: .3em;
  position: relative;
}

.c-accordion-item {
  background-color: #fff;
  max-width: 30%;
  margin-bottom: 40px;
  display: block;
}

.c-header {
  text-align: center;
}

.cloneable-area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  display: flex;
  position: static;
}

._w-accordion-item-a {
  flex-flow: column;
  align-items: center;
  padding: 20px 20px 30px;
  display: flex;
}

.header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.details {
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.4em;
}

.c-details {
  margin-bottom: 60px;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #219fa3;
  width: .3em;
  height: 100%;
  position: absolute;
}

.accordion-item-q-text {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .25s;
}

._w-accordion-item:hover {
  border-color: #e9e9ea;
  box-shadow: 1px 1px 15px #13131326;
}

.c-accordion-list {
  flex-flow: wrap;
  justify-content: center;
  min-width: 0%;
  margin-bottom: 100px;
  display: flex;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.container-4 {
  max-width: 80%;
  display: block;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  max-width: 100%;
  padding-bottom: 0;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  min-width: 80%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
  max-width: 20%;
}

.heading-3 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 50px;
}

.div-block-12 {
  color: #333;
  -webkit-text-stroke-color: #333;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.text-block-4 {
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.image-12 {
  max-width: 20%;
}

.div-block-13 {
  background-color: #070606;
  flex-flow: row;
  justify-content: center;
  max-width: 80%;
  height: 1px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  margin-top: 40px;
}

.heading-4 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-14 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
}

.text-block-5 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph {
  direction: ltr;
  text-indent: 0;
  font-family: Lato, sans-serif;
  line-height: 30px;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: center;
  width: 500px;
  max-width: 100%;
  display: grid;
}

.div-block-16 {
  flex-flow: wrap;
  flex: none;
  order: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.form-block-2 {
  flex-flow: column;
  place-content: space-between;
  align-items: stretch;
  width: 500px;
  max-width: 100%;
  display: flex;
}

.text-field {
  float: none;
  clear: none;
  background-color: #eeeced;
  border: 0 solid #eeeced;
  border-radius: 0;
  height: 100%;
  font-size: 12px;
  position: static;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-self: auto;
  display: grid;
}

.text-field-2 {
  object-fit: fill;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 10px;
}

.submit-button {
  text-align: center;
  background-color: #74939d;
  position: static;
}

.pregunta-nosotros {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.texto-nosotros {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  line-height: .8rem;
}

.div-block-17 {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.tabs {
  margin-bottom: 100px;
  display: block;
}

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  display: flex;
}

.tabs-menu:active {
  font-family: Lato, sans-serif;
}

.tab-link-crock-y-chococrock {
  background-color: #0000;
}

.tab-link-crock-y-chococrock:active {
  color: #74939d;
}

.tab-link-crock-y-chococrock.w--current {
  color: #74939d;
  background-color: #0000;
}

.tab-link-turr-n-natural {
  color: #333;
  background-color: #0000;
}

.tab-link-turr-n-natural:active {
  color: #74939d;
}

.tab-link-turr-n-natural.w--current {
  color: #74939d;
  background-color: #0000;
}

.tab-link-turroncito {
  background-color: #0000;
}

.tab-link-turroncito.w--current {
  color: #74939d;
  background-color: #fff;
}

.tab-link-turroncito.w--current:active {
  color: #74939d;
}

.tab-link-bocadito {
  background-color: #fff;
}

.tab-link-bocadito:active {
  color: #74939d;
}

.tab-link-bocadito.w--current {
  color: #74939d;
  background-color: #0000;
}

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

.text-block-6:active {
  color: #74939d;
}

.text-block-7 {
  color: #74939d;
  text-align: center;
  flex-flow: column;
  margin-top: 60px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

.text-block-8 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: fill;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: block;
  position: static;
}

.div-block-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  place-items: stretch stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-19 {
  text-align: center;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.tab-pane-bocadito {
  text-align: left;
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  order: 0;
  align-self: center;
  font-family: Lato, sans-serif;
  position: static;
}

.tab-pane-bocadito:active {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-block-9 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.text-block-10 {
  text-align: left;
  flex-flow: column;
  align-self: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.image-13 {
  object-fit: contain;
  align-self: auto;
  max-width: 50vh;
  margin-bottom: 0;
  padding-right: 0;
}

.bold-text {
  color: #747474;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
}

.tabs-content {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-pane-turroncito {
  font-family: Lato, sans-serif;
}

.tab-pane-turr-n-natural {
  flex: 0 auto;
  font-family: Lato, sans-serif;
}

.div-block-20 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-23 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image-14 {
  align-self: center;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
}

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

.div-block-26 {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.bold-text-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.div-block-28 {
  flex: none;
  display: block;
  overflow: hidden;
}

.section-3 {
  margin-top: 60px;
}

.div-block-29 {
  padding-left: 140px;
  padding-right: 100px;
}

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

.div-block-30 {
  display: block;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: none;
  position: relative;
  overflow: clip;
}

.section-5 {
  display: none;
}

.link-block-3 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.success-message {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color: #74939d;
}

.error-message {
  text-align: center;
  order: 1;
  align-self: center;
}

.section-7, .section-9, .section-11 {
  display: none;
}

.image-15 {
  max-width: 250px;
}

.image-16 {
  max-width: 70%;
}

.section-13 {
  display: none;
}

.image-17 {
  max-width: 250px;
}

.section-14 {
  display: none;
}

.image-18 {
  box-sizing: content-box;
  object-fit: fill;
  background-color: #0000;
  display: block;
  position: static;
}

.bold-text-3 {
  font-family: Lato, sans-serif;
}

.bold-text-4 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-19 {
  vertical-align: baseline;
}

.image-20 {
  max-width: 70%;
}

.right-arrow, .left-arrow {
  overflow: clip;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-21 {
  object-fit: contain;
  max-width: 30%;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.image-22 {
  object-fit: contain;
  max-width: 30vh;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-13 {
  font-family: Lato, sans-serif;
}

.text-block-14 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.paragraph-2 {
  text-align: left;
  object-fit: fill;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  line-height: 2rem;
}

.sellos-turrones {
  flex-flow: row;
  justify-content: center;
  width: 50%;
  display: flex;
}

.sellos-triatlon {
  min-width: 70%;
}

.image-23 {
  vertical-align: baseline;
  max-width: 50%;
}

.div-block-35 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  font-weight: 400;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #74939dc2;
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .slide {
    background-position: 0%;
  }

  .slider {
    min-height: 40vh;
  }

  .slide-nav {
    padding-top: 20px;
    font-family: Lato, sans-serif;
    font-size: 10px;
  }

  .slide-2 {
    background-position: 0 0;
  }

  .slide-3 {
    background-position: 0%;
  }

  .slide-4 {
    background-position: 100% 0;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-4, .div-block-5 {
    width: 200px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-primary-2 {
    aspect-ratio: auto;
    text-align: center;
    vertical-align: bottom;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    max-width: 50%;
    text-decoration: none;
    display: flex;
  }

  .shadow-two {
    display: block;
  }

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

  .image-3 {
    vertical-align: baseline;
    object-fit: fill;
    align-self: auto;
    width: 25px;
  }

  .div-block-8 {
    text-align: right;
    max-width: 30%;
    margin-left: 20px;
  }

  .accordion-item-a-text {
    font-size: 12px;
    line-height: 15px;
  }

  .c-accordion-item-q-icon {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cloneable-area {
    margin-top: 20px;
  }

  ._w-accordion-item-a {
    padding-bottom: 20px;
  }

  .accordion-item-q-text {
    text-align: center;
  }

  .c-accordion-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 20px;
  }

  .div-block-10 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    min-width: 90%;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
    max-width: 50%;
  }

  .heading-3 {
    margin-top: 40px;
  }

  .div-block-13, .section-2 {
    margin-top: 20px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .div-block-14 {
    flex-flow: column;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    order: 1;
    align-items: center;
    margin-top: 10px;
    margin-right: auto;
  }

  .text-block-5 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

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

  .div-block-16 {
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
  }

  .text-field {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .submit-button {
    width: 150px;
  }

  .texto-nosotros {
    margin-bottom: 30px;
  }

  .tabs-menu {
    flex-flow: column;
    margin-top: 20px;
    padding-left: 60px;
  }

  .tab-link-crock-y-chococrock, .tab-link-turr-n-natural, .tab-link-turroncito, .tab-link-bocadito, .tab-link-bocadito.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 12px;
  }

  .text-block-7 {
    margin-top: 40px;
    padding-left: 0;
  }

  .text-block-8 {
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-13 {
    align-self: center;
    max-width: 30vh;
  }

  .bold-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
  }

  .div-block-22 {
    place-items: center stretch;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-24 {
    align-items: center;
    font-family: Lato, sans-serif;
  }

  .div-block-25 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    font-family: Lato, sans-serif;
  }

  .div-block-28 {
    flex: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    font-family: Lato, sans-serif;
    display: block;
    position: static;
    overflow: hidden;
  }

  .section-3 {
    margin-top: 40px;
  }

  .div-block-29 {
    min-width: 40%;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-3 {
    font-family: Lato, sans-serif;
    font-size: 40px;
  }

  .section-5, .section-7, .section-9, .section-11 {
    display: none;
  }

  .image-15, .image-16 {
    max-width: 200px;
  }

  .section-13 {
    display: none;
  }

  .image-17 {
    max-width: 300px;
  }

  .image-19 {
    max-width: 200px;
  }

  .div-block-32 {
    margin-top: 10px;
  }

  .div-block-33 {
    justify-content: center;
    align-items: center;
  }

  .image-22 {
    max-width: 30vh;
  }

  .text-block-14 {
    font-size: 1.2rem;
  }

  .sellos-turrones {
    width: 20%;
  }

  .sellos-triatlon {
    justify-content: center;
    min-width: 30%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .slide {
    background-image: url('../images/ORANN-REDISEÑO-WEB-11.jpg');
    background-position: 0%;
  }

  .slider {
    min-height: 30vh;
  }

  .slide-nav {
    padding-top: 20px;
    font-size: 8px;
    position: absolute;
    left: 0%;
    right: 0%;
  }

  .slide-2 {
    background-position: 0 0;
  }

  .slide-3 {
    background-position: 0%;
  }

  .slide-4 {
    background-position: 100% 0;
  }

  .heading {
    font-size: 22px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    font-size: 12px;
    line-height: 15px;
  }

  .button-primary-2 {
    font-size: 1.2vh;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 22px;
  }

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

  .image-3 {
    width: 35px;
  }

  .div-block-7 {
    margin-right: 20px;
  }

  .text-block {
    display: none;
  }

  .div-block-8 {
    max-width: 50%;
  }

  .c-accordion-item-q-icon {
    margin-left: 40px;
    margin-right: 40px;
  }

  .c-accordion-item {
    max-width: 50%;
  }

  .c-accordion-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
    max-width: 35%;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 20px;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .div-block-13 {
    margin-top: 20px;
  }

  .section-2 {
    margin-top: 10px;
  }

  .heading-4 {
    font-size: 20px;
  }

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

  .paragraph {
    font-size: 12px;
  }

  .text-field {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .texto-nosotros {
    font-size: 12px;
  }

  .tabs-menu {
    flex-flow: column;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 12px;
  }

  .tab-link-bocadito {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    margin-top: 20px;
    padding-left: 0;
  }

  .text-block-8 {
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .div-block-18 {
    flex-flow: column;
    display: flex;
  }

  .text-block-10 {
    line-height: 15px;
  }

  .image-13 {
    max-width: 30vh;
  }

  .bold-text {
    padding-right: 0;
    font-size: .8rem;
  }

  .tab-pane-turroncito {
    flex: 0 auto;
    overflow: visible;
  }

  .div-block-20 {
    flex-flow: column;
    padding-right: 20px;
  }

  .div-block-21 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: stretch;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-24 {
    font-family: Lato, sans-serif;
  }

  .section-3 {
    margin-top: 30px;
  }

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

  .div-block-30 {
    display: none;
  }

  .div-block-31 {
    display: block;
  }

  .section-4 {
    display: none;
  }

  .section-5 {
    display: block;
  }

  .link-block-3 {
    font-family: Lato, sans-serif;
    font-size: 12px;
  }

  .success-message {
    background-color: #74939d;
  }

  .text-block-11 {
    color: #fff;
  }

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

  .section-6 {
    display: none;
  }

  .section-7 {
    display: block;
  }

  .section-9, .section-10 {
    display: none;
  }

  .section-11 {
    display: block;
  }

  .image-16 {
    max-width: 200px;
  }

  .section-12 {
    display: none;
  }

  .section-13 {
    display: block;
  }

  .image-17 {
    max-width: 300px;
  }

  .image-20 {
    max-width: 250px;
  }

  .image-22 {
    max-width: 20vh;
  }

  .sellos-turrones {
    width: 40%;
  }

  .sellos-triatlon {
    min-width: 40%;
  }
}

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

  .navbar-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .navbar-brand.w--current {
    max-width: 40%;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
  }

  .div-block-2 {
    display: none;
  }

  .slide {
    background-image: url('../images/ORANN-REDISEÑO-WEB-11.jpg');
    background-position: 0%;
  }

  .slider {
    height: 20vh;
    min-height: 20vh;
  }

  .slide-nav {
    aspect-ratio: auto;
    padding-top: 20px;
    font-size: 6px;
  }

  .slide-2 {
    background-image: url('../images/ORANN-REDISEÑO-WEB-12.jpg');
    background-position: 0 0;
  }

  .slide-3 {
    background-image: url('../images/ORANN-REDISEÑO-WEB-13.jpg');
    background-position: 0%;
  }

  .slide-4 {
    background-image: url('../images/ORANN-REDISEÑO-WEB-14.jpg');
    background-position: 100% 0;
  }

  .heading {
    font-size: 15px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .div-block-3 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4, .div-block-5 {
    width: 50px;
  }

  .container-2 {
    max-width: none;
  }

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

  .heading-2 {
    margin-top: 0;
  }

  .container-3 {
    flex-flow: column;
  }

  .section {
    flex-flow: row;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .image-3 {
    width: 30px;
  }

  .div-block-7 {
    margin-right: auto;
  }

  .div-block-8 {
    max-width: 100%;
  }

  .text-block-2 {
    text-align: left;
    display: block;
  }

  .c-accordion-item {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .div-block-10 {
    min-width: 100%;
  }

  .image-5, .image-6, .image-7 {
    max-width: 20%;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .text-block-4 {
    padding-left: 5px;
    font-size: 12px;
  }

  .div-block-13 {
    margin-top: 15px;
  }

  .section-2 {
    margin-top: 2px;
  }

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

  .div-block-14 {
    margin-bottom: 0;
  }

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

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

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

  .text-field {
    font-size: 10px;
  }

  .submit-button {
    width: 100px;
    font-size: 10px;
    line-height: 10px;
  }

  .div-block-17 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-menu {
    flex-flow: column;
    margin-top: 10px;
  }

  .tab-link-bocadito {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    line-height: 12px;
  }

  .text-block-7 {
    margin-top: 20px;
    padding-right: 0;
  }

  .text-block-8 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-19 {
    margin-bottom: 30px;
  }

  .image-13 {
    max-width: 25vh;
    padding-right: 0;
    overflow: clip;
  }

  .bold-text {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
    line-height: 13px;
  }

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

  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .div-block-24 {
    text-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
  }

  .div-block-25 {
    flex-flow: column;
    align-items: center;
  }

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

  .div-block-28 {
    width: 100%;
  }

  .section-3 {
    margin-top: 20px;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-family: Lato, sans-serif;
    display: flex;
  }

  .div-block-30 {
    display: none;
  }

  .div-block-31 {
    display: block;
  }

  .link-block-3 {
    font-size: 10px;
  }

  .section-8 {
    display: none;
  }

  .section-9 {
    display: block;
  }

  .section-10 {
    display: none;
  }

  .section-11 {
    display: block;
  }

  .image-15, .image-16 {
    max-width: 200px;
  }

  .section-12 {
    display: none;
  }

  .image-17 {
    max-width: 250px;
  }

  .section-14 {
    display: block;
  }

  .section-15 {
    display: none;
  }

  .image-20 {
    max-width: 200px;
  }

  .image-22 {
    max-width: 15vh;
  }

  .sellos-turrones {
    width: 60%;
    margin-top: 15px;
  }

  .sellos-triatlon {
    min-width: 50%;
    margin-top: 10px;
  }
}

#mensaje.w-node-_4816cdac-f25c-2e3a-983c-c03db9600e7c-fdb5ad4b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7c7c7b56-8e11-05f4-3766-41fb561eef75-fdb5ad4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-cc3758bd-1b0d-f6df-486b-f0889eb4d9a0-4ad9ed56 {
  justify-self: center;
}

#w-node-_50022eb6-a7ef-0ff8-f142-eb3779819256-4ad9ed56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}


