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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.button-style-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 24px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #ed6d3a;
  color: #e5e5e5;
}

.paragraph-small {
  margin-bottom: 0px;
  padding-left: 18px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph-small.white {
  width: auto;
  height: 100%;
  padding-right: 18px;
  color: #fff;
}

.paragraph-small.white.center {
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button {
  height: 48px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #f6a02a;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  box-shadow: 0 8px 8px -4px rgba(165, 201, 38, 0.5);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.small {
  height: 40px;
  padding: 8px 24px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 24px;
}

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #e5e5e5;
  color: #111;
}

.button.white {
  background-color: #fff;
  color: #111;
}

.button.white:hover {
  box-shadow: 0 8px 8px -4px rgba(17, 17, 17, 0.2);
}

.button.big {
  height: 56px;
  padding: 16px 32px;
  border-radius: 2px;
  background-color: #f6a02a;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.button.big.white {
  background-color: #fff;
}

.button.big.ghost {
  background-color: transparent;
}

.button.big.ghost-bg {
  background-color: transparent;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 100px;
  height: 100px;
  background-color: #e51a2f;
}

.div-block-2._2 {
  background-color: #00a24f;
}

.div-block-2._3 {
  background-color: #ed6d3a;
}

.div-block-2._4 {
  background-color: #f6a02a;
}

.div-block-2._5 {
  background-color: #535353;
}

.t-tulo-principal {
  position: relative;
  z-index: 10;
  width: 90%;
  height: auto;
  padding-left: 6%;
  font-family: Poppins, sans-serif;
  color: #2f2f2f;
  font-size: 54px;
  line-height: 55px;
  font-weight: 600;
  text-align: left;
}

.t-tulo-principal.white {
  margin-left: 6%;
  padding-right: 16%;
  padding-left: 2%;
  color: #00a24f;
}

.paragraph {
  font-family: Questrial, sans-serif;
  font-size: 18px;
}

.paragraph.white {
  width: 90%;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.paragraph.white.center {
  line-height: 24px;
  text-align: center;
}

.t-tulo-grande {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.t-tulo-grande.white {
  width: auto;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.t-tulo-grande.bold {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.t-tulo-mediano {
  font-family: Poppins, sans-serif;
  font-size: 29px;
  font-weight: 500;
}

.t-tulo-mediano.white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.t-tulo-mediano.white.center {
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
}

.t-tulo-mediano.green {
  color: #fff;
}

.remarcado {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.remarcado.white {
  color: #fff;
}

.remarcado.white.menu {
  margin-right: 10px;
  padding-left: 0px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.remarcado.white.menu.esp {
  margin-right: 0px;
  margin-left: 12px;
}

.remarcado.plus {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu {
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: relative;
  padding-left: 0px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.section-2 {
  height: 100vh;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 110px;
  max-width: 100%;
  padding-right: 6%;
  padding-left: 6%;
  background-color: transparent;
}

.link-dark {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: 0.9;
}

.link-dark.navigation1-link-dark {
  margin-right: 30px;
  opacity: 0.8;
  color: #ed6d3a;
  text-decoration: none;
}

.link-dark.navigation1-link-dark:hover {
  opacity: 1;
}

.link-dark.navigation1-link-dark:active {
  opacity: 0.9;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.nav1-menu-wrapper-dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 160, 42, 0.9)), to(rgba(246, 160, 42, 0.9))), url('../images/PimientoscoloresFINAL.jpg');
  background-image: linear-gradient(180deg, rgba(246, 160, 42, 0.9), rgba(246, 160, 42, 0.9)), url('../images/PimientoscoloresFINAL.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #ed6d3a;
}

.text-16 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.nav1-menu-btn {
  margin-left: 10px;
  padding-right: 16px;
  padding-bottom: 23px;
  padding-left: 16px;
  color: #f6a02a;
  font-size: 56px;
}

.nav1-menu-btn:active {
  background-color: transparent;
}

.nav1-menu-btn:focus {
  background-color: transparent;
  color: #e51a2f;
}

.nav1-menu-btn.w--open {
  background-color: transparent;
}

.nav1-logo-wrapper {
  position: relative;
  left: -1%;
  z-index: 100;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-dark {
  border: 1px none #fff;
  background-color: #fff;
  color: #fff;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #ed6d3a;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.nav1-menu-icon {
  color: #00a24f;
  font-size: 26px;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap._w-custom.nav1-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav1-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 100%;
  margin-top: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.block-menu {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6a02a;
}

.block-menu.shadow {
  position: fixed;
  right: 6%;
  z-index: 0;
  background-color: transparent;
  box-shadow: 1px 1px 5px 0 rgba(60, 60, 60, 0.52);
}

.block-menu.logo {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 180px;
  height: 90px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(57, 57, 57, 0.5);
}

.block-menu.sombra-logo {
  position: absolute;
  left: 6%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 99;
  background-color: #ed6d3a;
}

.block-menu.menushadow {
  position: absolute;
  left: 6%;
  width: 180px;
  background-color: hsla(0, 0%, 100%, 0.94);
  box-shadow: 1px 1px 5px 0 rgba(60, 60, 60, 0.52);
}

.menu-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 8%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-link {
  margin: 20px 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.menu-link:hover {
  color: #ed6d3a;
}

.menu-link:focus {
  color: #fff;
}

.menu-link.highlight {
  width: auto;
  padding: 16px;
  border-radius: 4px;
  background-color: #ed6d3a;
}

.menu-link.highlight:hover {
  background-color: #00a24f;
  color: #fff;
}

.menu-link.small {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.menu-link.small.w--current {
  color: #00a24f;
}

.logo-amarillo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 200px;
  margin-left: -2%;
  opacity: 1;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  max-width: 100%;
  min-width: 100px;
  margin-top: 0px;
  padding-top: 110px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 79, 0.94)), to(rgba(0, 162, 79, 0.94)));
  background-image: linear-gradient(180deg, rgba(0, 162, 79, 0.94), rgba(0, 162, 79, 0.94));
}

.logo-color {
  position: relative;
  z-index: 99;
  width: 200px;
  margin-left: -2%;
  border: 1px none #000;
}

.block-contenedor-tercio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.block-contenedor-tercio.dos {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.innerbox {
  background-color: #00a24f;
}

.innerbox.red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e51a2f;
}

.innerbox.yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6a02a;
}

.innerbox.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.block-contenedor-cuadros {
  position: relative;
  z-index: 10;
  width: 700px;
  margin-top: 6%;
  padding-left: 6%;
}

.block-contenedor-cuadros._2 {
  width: 100%;
  height: 100%;
}

.block-links-menu {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-right: 30px;
  margin-left: 0%;
  padding-right: 0px;
  color: #fff;
}

.link {
  margin-right: 0px;
  margin-left: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link.white {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
}

.contenedor-menu-y-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 800px;
  max-width: 100%;
  padding: 50px 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 26, 47, 0.68)), to(rgba(229, 26, 47, 0.68))), url('../images/PimientoscoloresFINAL_1.jpg');
  background-image: linear-gradient(180deg, rgba(229, 26, 47, 0.68), rgba(229, 26, 47, 0.68)), url('../images/PimientoscoloresFINAL_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 100px;
  background-color: #fff;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-width: 100%;
}

.image-5 {
  position: absolute;
  top: -37%;
  z-index: 10;
  width: 400px;
}

.image-5.producto {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.block-contenido-letras {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 120%;
  max-width: 200%;
  min-width: 150%;
  opacity: 0.16;
}

.section-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-width: 100%;
  min-height: 1000px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.block-objetivo {
  position: absolute;
  top: 78%;
  z-index: 10;
  width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 25px 30px;
  background-color: #e51a2f;
}

.block-objetivo:hover {
  z-index: 0;
}

.block-objetivo.red {
  position: absolute;
  left: 15%;
  top: 6%;
  right: auto;
  bottom: auto;
  z-index: 8;
  -webkit-transition: opacity 550ms ease;
  transition: opacity 550ms ease;
}

.block-objetivo.red:hover {
  z-index: 8;
}

.block-objetivo.orange {
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 8;
  background-color: #ed6d3a;
}

.block-objetivo.yellow {
  position: absolute;
  left: 6%;
  top: 54%;
  right: auto;
  z-index: 8;
  background-color: #f6a02a;
}

.block-objetivo.green {
  left: 10%;
  z-index: 9;
  background-color: #00a24f;
}

.image-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: auto;
  z-index: 8;
  min-height: 900px;
  margin-left: 0%;
}

.section-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  min-height: auto;
  padding: 3% 6% 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-7.contacto {
  min-height: 600px;
  margin-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-width: 100%;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: -0.5%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  min-width: 100%;
  opacity: 1;
}

._1-half {
  position: relative;
  z-index: 10;
  display: block;
  width: 30%;
  margin-top: 40px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ed6d3a;
}

._1-half.green {
  margin-top: 0px;
  background-color: #f6a02a;
}

._1-half.green.sec {
  width: auto;
  background-color: #e51a2f;
}

._1-half.proceso {
  width: auto;
  padding-top: 0px;
}

._1-half.proceso.green {
  position: absolute;
}

._1-half.large {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 10px;
}

._2nd-half {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contenedor-producto {
  position: relative;
  width: 250px;
  height: auto;
}

.contenedor-producto.large {
  width: 25%;
}

.background-rotate {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  height: auto;
  background-image: url('../images/blueberryFINAL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.background-rotate.campo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 79, 0.82)), to(rgba(0, 162, 79, 0.82))), url('../images/campo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 162, 79, 0.82), rgba(0, 162, 79, 0.82)), url('../images/campo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.background-rotate.campo.rojo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 79, 0.85)), to(rgba(0, 162, 79, 0.85))), url('../images/campo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 162, 79, 0.85), rgba(0, 162, 79, 0.85)), url('../images/campo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.barra-producto {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e51a2f;
}

.image-10 {
  position: absolute;
  left: auto;
  top: -5%;
  right: 23%;
  bottom: auto;
}

.image-10._2 {
  top: 1%;
  right: 20%;
}

.image-10._3 {
  top: -3%;
  right: 16%;
}

.footer {
  overflow: hidden;
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  background-color: #00a24f;
}

.grid {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area"
    ". ."
    "Area-2 Area-2";
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.half-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6a02a;
}

.half-footer._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e51a2f;
}

.bottom-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed6d3a;
}

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

.remarcado-peque-o {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.remarcado-peque-o.white {
  color: #fff;
}

.mindea-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  text-decoration: none;
}

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

.mindea-link:active {
  opacity: 0.8;
}

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

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

.paragraph-mini {
  opacity: 1;
  font-family: Questrial, sans-serif;
  color: #f3bda8;
  font-weight: 400;
}

.text-span {
  font-family: Poppins, sans-serif;
}

.top-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a24f;
}

.link-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  background-image: none;
  background-size: auto;
  opacity: 0.29;
}

.body {
  overflow: visible;
}

.fondo-logo {
  position: absolute;
  left: 6%;
  top: 22%;
  width: 175px;
  height: 60px;
  background-color: #ed6d3a;
}

.section-8 {
  height: 700px;
}

.text-span-2 {
  font-family: Poppins, sans-serif;
  color: #e51a2f;
  font-size: 54px;
}

.text-span-3 {
  font-weight: 200;
}

.half-2 {
  position: relative;
  width: 60%;
  height: auto;
  min-height: 200px;
  margin-top: 25px;
  background-color: transparent;
}

.submit-button {
  background-color: #f6a02a;
}

.field-label {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-right: 24px;
  padding-left: 10px;
  background-color: #fff;
  color: #3a3a3a;
}

.textarea {
  background-color: hsla(0, 0%, 100%, 0.9);
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: left;
}

.text-field {
  font-family: Poppins, sans-serif;
}

.text-field-2 {
  font-family: Poppins, sans-serif;
}

.text-field-3 {
  font-family: Poppins, sans-serif;
}

.fieldtext {
  border: 1px none #000;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #696969;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-top: 110px;
  padding-top: 50px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  min-height: 200px;
  margin-top: 48px;
  padding: 30px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6a02a;
}

.contenedor-pimientos {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pimiento {
  width: 130px;
}

.pimiento.big {
  width: 150px;
}

.pimiento.medium {
  width: 125px;
}

.section-10 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 500px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area"
    "Area";
  -ms-grid-columns: 0.5fr 0px 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.slide-background {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/frambuesas.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.upside {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 60px 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a24f), to(#00a24f));
  background-image: linear-gradient(180deg, #00a24f, #00a24f);
}

.productos-proceso {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 25px 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed6d3a;
}

.div-block-6 {
  width: 120px;
  height: 120px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 500px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.image-11 {
  width: auto;
  border-radius: 50000px;
}

.contenedor-fotoproducto {
  width: 180px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 1000px;
}

.image-12 {
  max-width: 100%;
  border: 4px none #fff;
  border-radius: 5000px;
  box-shadow: 5px 4px 8px -7px #696969;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.section-2-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #566d25;
  cursor: pointer;
}

.scroll-container {
  position: relative;
  z-index: 2;
  height: 300vh;
}

.section-3-l {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.section-2-r {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.bottle-back {
  position: absolute;
  z-index: 1;
  width: 150px;
}

.section-1-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d86b10;
  cursor: pointer;
}

.arrow {
  margin-top: 10px;
}

.left-side-col {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-img-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/img-bg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-parent {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
}

.sub-title {
  font-size: 20px;
}

.bg-img-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/img-bg-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-side-col {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-ani {
  width: 30vw;
  color: #fff;
  font-size: 3vw;
  line-height: 3.5vw;
  font-weight: 300;
}

.bg-img-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/img-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-text {
  position: absolute;
  z-index: 0;
  color: hsla(0, 0%, 100%, 0.1);
  font-size: 18vw;
  line-height: 180px;
}

.link-block {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  opacity: 0.8;
}

.section-1-l {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.section-3-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #273546;
  cursor: pointer;
}

.bottle {
  position: relative;
  z-index: 2;
}

.menu-parent {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 30px;
  height: 30px;
  margin-top: 80px;
  margin-right: 60px;
  cursor: pointer;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background-color: #fff;
}

.menu-parent-full {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.menu-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.menu-grand-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 60%;
}

.menu-col {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-info {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  font-size: 13px;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fondo-cuadro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 60px 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed6d3a;
}

.fondo-cuadro.other {
  padding-right: 6%;
  padding-left: 6%;
  background-color: #e51a2f;
}

.circulos {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/campo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sideblock {
  width: 30%;
  height: auto;
  min-height: auto;
  min-width: 100px;
  background-image: url('../images/frambuesas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 2% 6% 2% 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a24f;
}

.grid-block.other {
  position: relative;
  overflow: hidden;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed6d3a;
}

.grid-block.right {
  height: 100%;
  padding-left: 6%;
  background-color: #00a24f;
}

.grid-block.left {
  padding-right: 6%;
  padding-left: 6%;
  background-color: #f6a02a;
}

.section-14 {
  min-height: 400px;
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-14 {
  position: absolute;
  top: 0.5px;
  overflow: visible;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e51a2f;
  text-align: center;
}

.div-block-10.left {
  padding-right: 0%;
  padding-left: 6%;
  background-color: #e51a2f;
}

.image-15 {
  position: absolute;
  top: 0px;
  width: 100%;
}

.image-16 {
  width: 100%;
  height: 100px;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 150px;
  text-align: center;
}

.image-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 110%;
  max-width: 200%;
  opacity: 0.67;
}

.big-title {
  position: absolute;
  top: 63px;
  margin-top: 0px;
  padding: 30px;
  background-color: #e51a2f;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  background-color: #ed6d3a;
  background-image: url('../images/fj.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-12._2 {
  background-image: url('../images/fj2.jpeg');
  background-position: 50% 100%;
}

.section-16 {
  display: -ms-grid;
  display: grid;
  height: 600px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area Area"
    "Area-2 Area-2 .";
  -ms-grid-columns: 1.5fr 0px 1fr 0px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.text-span-4 {
  line-height: 60px;
}

.section-17 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: 110px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/barra-verde-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(229, 26, 47, 0.65)), to(rgba(229, 26, 47, 0.65))), url('../images/PimientoscoloresFINAL_1.jpg');
  background-image: url('../images/barra-verde-2.png'), linear-gradient(180deg, rgba(229, 26, 47, 0.65), rgba(229, 26, 47, 0.65)), url('../images/PimientoscoloresFINAL_1.jpg');
  background-position: 50% 100%, 0px 0px, 0px 0px;
  background-size: 100%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.contendor-lado-fruta {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  min-height: auto;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6a02a;
  background-image: url('../images/alca-background.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat-y;
  text-align: center;
}

.image-18 {
  position: absolute;
  left: 0%;
  top: -15%;
  right: 0%;
  bottom: -89px;
  width: 100%;
}

.image-19 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15%;
}

.div-block-14 {
  position: relative;
  z-index: 10;
  width: 50%;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 250px;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #00a24f;
}

.div-block-15.arandano {
  background-color: #e51a2f;
  background-image: none;
  background-size: auto;
}

.image-20 {
  width: 95%;
  max-width: none;
  margin: 0px;
}

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

.image-20.pimiento {
  width: 80%;
}

.contenedor-descripci-n {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 0px;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide {
  background-color: transparent;
  text-align: left;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-18 {
  min-height: 400px;
}

.icon {
  font-size: 25px;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-link-tab-1 {
  padding-left: 30px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00a24f;
  color: #fff;
  text-align: center;
}

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

.tab-link-tab-2.w--current {
  background-color: transparent;
}

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

.tab-pane-tab-2 {
  position: relative;
}

.contenedor-productos-largo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.icon-3 {
  color: #fff;
}

.dropdown-list {
  background-color: #e51a2f;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._50left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 79, 0.93)), to(rgba(0, 162, 79, 0.93))), url('../images/side-landscape.jpg');
  background-image: linear-gradient(180deg, rgba(0, 162, 79, 0.93), rgba(0, 162, 79, 0.93)), url('../images/side-landscape.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._50right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.7)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.7));
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-right: 6%;
  padding-left: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.88);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 79, 0.94)), to(rgba(0, 162, 79, 0.94))), url('../images/producto-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 162, 79, 0.94), rgba(0, 162, 79, 0.94)), url('../images/producto-3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.contendor-de-dos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(229, 26, 47, 0.94);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 160, 42, 0.94)), to(rgba(246, 160, 42, 0.94))), url('../images/bowl.png');
  background-image: linear-gradient(180deg, rgba(246, 160, 42, 0.94), rgba(246, 160, 42, 0.94)), url('../images/bowl.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.box.derecho {
  overflow: visible;
  padding-right: 6%;
  background-color: #f6a02a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 26, 47, 0.88)), to(rgba(229, 26, 47, 0.88))), url('../images/blueberryFINAL.jpg');
  background-image: linear-gradient(180deg, rgba(229, 26, 47, 0.88), rgba(229, 26, 47, 0.88)), url('../images/blueberryFINAL.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo-fuerte {
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

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

.dropdown-list-2 {
  position: fixed;
}

.dropdown-list-2.w--open {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

.section-19 {
  margin-top: 110px;
}

.burger-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.burger-bar-wrap {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 46px;
}

.b4-bar1 {
  width: 12px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.b4-bar-2 {
  width: 24px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #fff;
}

.b4-bar3 {
  width: 12px;
  height: 4px;
  float: right;
  border-radius: 2px;
  background-color: #fff;
}

.burger-4-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  opacity: 0.84;
  cursor: pointer;
}

.burger-bar-wrap-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b4-bar1-2 {
  width: 14px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 0.9;
}

.b4-bar-2-2 {
  width: 32px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #fff;
}

.b4-bar3-2 {
  width: 14px;
  height: 4px;
  float: right;
  border-radius: 2px;
  background-color: #fff;
}

.block-menu-2 {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6a02a;
}

.remarcado-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.remarcado-2.white {
  color: #fff;
}

.remarcado-2.white.menu {
  padding-left: 18px;
  font-size: 15px;
}

.nav1-menu-btn-2 {
  margin-left: 10px;
  padding-right: 16px;
  padding-bottom: 23px;
  padding-left: 16px;
  color: #f6a02a;
  font-size: 56px;
}

.nav1-menu-btn-2:active {
  background-color: transparent;
}

.nav1-menu-btn-2:focus {
  background-color: transparent;
  color: #e51a2f;
}

.nav1-menu-btn-2.w--open {
  background-color: transparent;
}

.nav1-menu-icon-2 {
  color: #00a24f;
  font-size: 26px;
}

.image-22 {
  opacity: 0.6;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-20 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-20.hero {
  z-index: 2;
  height: auto;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
  background-image: linear-gradient(180deg, #e6e6e6, #e6e6e6);
}

.container-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 100px;
  padding: 120px 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7 {
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .button-style-wrapper {
    width: 50%;
    padding: 48px 8%;
  }

  .section {
    padding: 88px 8px;
  }

  .button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .t-tulo-principal {
    width: 100%;
    padding-right: 6%;
    font-size: 47px;
  }

  .paragraph.white {
    width: 100%;
    max-width: 100%;
  }

  .t-tulo-grande.white {
    font-size: 33px;
  }

  .remarcado.white.menu {
    padding-left: 12px;
  }

  .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav1 {
    max-width: 100%;
  }

  .link-dark.navigation1-link-dark {
    margin-right: 0px;
    padding: 20px;
  }

  .nav1-menu-wrapper-dark {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #111212;
  }

  .nav1-menu-btn {
    z-index: 2000;
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }

  .nav1-menu-btn:active {
    background-color: transparent;
    color: #fff;
  }

  .nav1-menu-btn.w--open {
    margin-right: 30px;
    background-color: transparent;
  }

  .nav1-logo-wrapper {
    left: -6%;
    display: inline-block;
    margin-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav1-menu-icon {
    margin-bottom: 3px;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.nav1-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #111212;
  }

  .nav1-wrap {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .block-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-links-container {
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
  }

  .menu-link.w--current {
    margin-bottom: 0px;
    font-size: 25px;
  }

  .block-contenedor-cuadros {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-5 {
    overflow: hidden;
    height: 700px;
  }

  .image-5 {
    top: -28%;
    bottom: auto;
    width: 325px;
  }

  .block-contenido-letras {
    overflow: hidden;
  }

  .image-6 {
    top: -57px;
    overflow: hidden;
  }

  .section-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-objetivo.green {
    z-index: 8;
  }

  ._1-half {
    width: 30%;
  }

  ._2nd-half {
    width: 70%;
    margin-left: 16px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contenedor-producto {
    width: auto;
  }

  .remarcado-peque-o.white {
    text-align: center;
  }

  .text-span-2 {
    font-size: 47px;
  }

  .section-9 {
    padding-top: 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .section-10 {
    max-width: 300%;
    min-height: auto;
    justify-items: stretch;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .slide-background {
    display: none;
  }

  .upside {
    max-width: 100%;
  }

  .circulos {
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sideblock {
    display: none;
    height: 100px;
  }

  .section-14 {
    min-height: 300px;
  }

  .big-title {
    margin-top: 0px;
  }

  .dropdown-toggle.w--open {
    margin-bottom: 15px;
    padding-bottom: 0px;
  }

  .dropdown-list.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contendor-de-dos {
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box {
    width: 100%;
    height: 50%;
  }

  .div-block-18 {
    padding-left: 6%;
  }

  .block-menu-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav1-menu-btn-2 {
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }

  .nav1-menu-btn-2:active {
    background-color: transparent;
  }

  .nav1-menu-btn-2.w--open {
    margin-right: 30px;
    background-color: transparent;
  }

  .nav1-menu-icon-2 {
    margin-bottom: 3px;
  }

  .section-20.hero {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button-style-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .t-tulo-principal {
    width: 90%;
  }

  .t-tulo-principal.white {
    width: 100%;
    font-size: 40px;
  }

  .paragraph.white {
    width: 100%;
  }

  .t-tulo-grande.white {
    font-size: 30px;
  }

  .t-tulo-grande.bold {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .t-tulo-mediano.white {
    font-size: 22px;
  }

  .nav1 {
    z-index: 100;
  }

  .nav1-menu-wrapper-dark {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 160, 42, 0.9)), to(rgba(246, 160, 42, 0.9))), url('../images/PimientoscoloresFINAL.jpg');
    background-image: linear-gradient(180deg, rgba(246, 160, 42, 0.9), rgba(246, 160, 42, 0.9)), url('../images/PimientoscoloresFINAL.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0px;
  }

  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }

  .nav1-logo-wrapper {
    left: -7%;
    display: inline-block;
  }

  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-links-container {
    padding-bottom: 8%;
  }

  .menu-link.w--current {
    color: #00a24f;
  }

  .block-contenedor-cuadros {
    width: 100%;
  }

  .block-links-menu {
    display: none;
    overflow: visible;
  }

  .image-6 {
    top: 109px;
  }

  .block-objetivo.red {
    width: auto;
    padding-right: 6%;
  }

  .block-objetivo.orange {
    width: auto;
    padding-right: 6%;
  }

  .block-objetivo.yellow {
    width: auto;
    padding-right: 6%;
  }

  .block-objetivo.green {
    width: auto;
    padding-right: 6%;
  }

  .image-7 {
    min-height: 800px;
  }

  .section-7 {
    padding-bottom: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1-half {
    width: auto;
    margin-top: 0px;
  }

  ._2nd-half {
    width: 100%;
  }

  .contenedor-producto.large {
    width: 100%;
  }

  .grid {
    height: auto;
    grid-template-areas: "Area Area"
      ". ."
      "Area-3 Area-3"
      "Area-2 Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .link-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-span-2 {
    font-size: 40px;
  }

  .half-2 {
    width: 100%;
  }

  .contenedor-pimientos {
    bottom: -40%;
  }

  .bottle-back {
    width: 40%;
  }

  .content-parent {
    padding-bottom: 50px;
    padding-left: 40px;
  }

  .text-ani {
    margin-top: 0px;
  }

  .bottle {
    width: 40%;
  }

  .menu-parent-full {
    z-index: 5;
  }

  .section-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .circulos {
    height: auto;
  }

  .grid-block.other {
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .big-title {
    font-size: 49px;
  }

  .section-17 {
    height: auto;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 26, 47, 0.65)), to(rgba(229, 26, 47, 0.65))), url('../images/PimientoscoloresFINAL_1.jpg');
    background-image: linear-gradient(180deg, rgba(229, 26, 47, 0.65), rgba(229, 26, 47, 0.65)), url('../images/PimientoscoloresFINAL_1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .contendor-lado-fruta {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-15.arandano {
    width: 200px;
    height: 200px;
    margin-top: 35px;
  }

  .image-20 {
    margin-top: 21px;
  }

  .contenedor-descripci-n {
    width: 100%;
    margin-top: 0px;
    padding: 45px 6%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contenedor-productos-largo {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown-list.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav1-menu-btn-2 {
    margin-top: -4px;
    padding: 0px;
  }

  .nav1-menu-btn-2.w--open {
    margin-top: -4px;
  }

  .section-20 {
    overflow: hidden;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-20.hero {
    padding-top: 100px;
  }

  .container-5 {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .paragraph-small.white.center {
    padding-right: 0px;
  }

  .t-tulo-principal {
    width: 90%;
    margin-top: 0px;
    margin-left: 2px;
    font-size: 40px;
  }

  .t-tulo-principal.white {
    margin-right: 6%;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }

  .paragraph.white {
    width: 100%;
    font-size: 20px;
  }

  .t-tulo-grande.white {
    font-size: 34px;
    text-align: center;
  }

  .t-tulo-mediano.white {
    max-width: 100%;
    margin-bottom: 0px;
    padding-left: 15px;
    font-size: 138%;
    text-align: center;
  }

  .remarcado {
    text-align: center;
  }

  .remarcado.white.menu {
    display: none;
  }

  .nav1 {
    left: auto;
    right: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav1-menu-btn {
    margin-right: 0px;
    margin-left: 4px;
  }

  .nav1-menu-btn.w--open {
    margin-right: 0px;
  }

  .nav1-logo-wrapper {
    left: -30px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .btn {
    display: block;
    text-align: center;
  }

  .nav1-wrap {
    width: 100%;
    min-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-menu {
    position: relative;
    right: auto;
    width: 60px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-menu.shadow {
    display: none;
  }

  .menu-link {
    font-size: 26px;
  }

  .block-contenedor-tercio.dos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .innerbox.red {
    width: 100%;
    height: auto;
    min-height: 90px;
  }

  .innerbox.yellow {
    height: auto;
    min-height: 90px;
  }

  .innerbox.green {
    width: 100%;
    height: auto;
    min-height: 90px;
  }

  .link.white {
    margin-right: 10px;
    margin-left: 0px;
  }

  .section-5 {
    overflow: hidden;
    height: 700px;
  }

  .image-5 {
    top: -21%;
    width: 250px;
    max-width: 250px;
  }

  .block-contenido-letras {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-6 {
    left: 0%;
    top: -3%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: 600px;
    max-width: 600%;
    min-width: 600px;
  }

  .block-objetivo.red {
    padding-left: 6%;
  }

  .block-objetivo.orange {
    padding-left: 6%;
  }

  .block-objetivo.yellow {
    padding-left: 6%;
  }

  .block-objetivo.green {
    padding-left: 6%;
  }

  .image-7 {
    display: none;
  }

  ._2nd-half {
    margin-left: 0px;
    grid-template-areas: "."
      "."
      "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contenedor-producto {
    overflow: hidden;
    width: 100%;
    height: 200px;
  }

  .background-rotate {
    overflow: hidden;
  }

  .image-10 {
    display: none;
  }

  .image-10._2 {
    display: none;
  }

  .image-10._3 {
    display: none;
  }

  .top-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .link-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .body {
    overflow: visible;
  }

  .text-span-2 {
    font-size: 40px;
  }

  .section-9 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 100% 100%, 0px 0px;
  }

  .contenedor-pimientos {
    bottom: -33%;
    display: none;
  }

  .pimiento {
    width: 100px;
  }

  .pimiento.big {
    width: 110px;
  }

  .content-parent {
    position: absolute;
    padding-left: 20px;
  }

  .sub-title {
    font-size: 16px;
    line-height: 20px;
  }

  .text-ani {
    margin-top: 0px;
    font-size: 3.2vw;
  }

  .menu-parent {
    margin-top: 45px;
    margin-right: 30px;
  }

  .menu-parent-full {
    z-index: 5;
  }

  .menu-grand-child {
    height: 60%;
    margin-top: -160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-13 {
    width: 20%;
  }

  .c-info {
    display: none;
  }

  .fondo-cuadro {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .grid-block.other {
    display: none;
  }

  .grid-block.right {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .big-title {
    position: static;
  }

  .div-block-12 {
    height: 200px;
  }

  .section-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .tabs-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contenedor-productos-largo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-21 {
    width: 100%;
    max-width: 100%;
  }

  .hero {
    height: auto;
    margin-top: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50right {
    width: 100%;
    height: auto;
  }

  .div-block-17 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .box {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-18 {
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 0%;
  }

  .block-menu-2 {
    position: relative;
    right: auto;
    width: 60px;
    padding-left: 10px;
  }

  .remarcado-2 {
    text-align: center;
  }

  .remarcado-2.white.menu {
    display: none;
  }

  .nav1-menu-btn-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-20.hero {
    padding-top: 0px;
  }

  .container-5 {
    height: auto;
    min-height: auto;
    padding-top: 60px;
  }
}

#w-node-af5402400e26-02400e24 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.section-10>#w-node-af5402400e26-02400e24 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.section-16>#w-node-af5402400e26-02400e24 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-af5402400e34-02400e24 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-af5402400e3a-02400e24 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.section-16>#w-node-af5402400e3a-02400e24 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ab8fc3b721ab-bc0a2ff9 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.section-10>#w-node-ab8fc3b721ab-bc0a2ff9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.section-16>#w-node-ab8fc3b721ab-bc0a2ff9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-21b64a86304a-bc0a2ff9 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.section-16>#w-node-21b64a86304a-bc0a2ff9 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-c4384ee36b94-4ee36b92 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.section-10>#w-node-c4384ee36b94-4ee36b92 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.section-16>#w-node-c4384ee36b94-4ee36b92 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-c4384ee36ba2-4ee36b92 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c4384ee36ba9-4ee36b92 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.section-16>#w-node-c4384ee36ba9-4ee36b92 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-ab8fc3b721ab-140a3006 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.section-10>#w-node-ab8fc3b721ab-140a3006 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.section-16>#w-node-ab8fc3b721ab-140a3006 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-21b64a86304a-140a3006 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.section-16>#w-node-21b64a86304a-140a3006 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media screen and (max-width: 767px) {
  #w-node-af5402400e34-02400e24 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-af5402400e37-02400e24 {
    grid-area: Area-3;
  }

  #w-node-c4384ee36ba2-4ee36b92 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c4384ee36ba6-4ee36b92 {
    grid-area: Area-3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-af5402400e26-02400e24 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-af5402400e3a-02400e24 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-ab8fc3b721ab-bc0a2ff9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-21b64a86304a-bc0a2ff9 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-c4384ee36b94-4ee36b92 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-c4384ee36ba9-4ee36b92 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-ab8fc3b721ab-140a3006 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-21b64a86304a-140a3006 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-af5402400e37-02400e24 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-c4384ee36ba6-4ee36b92 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 479px) {
  ._2nd-half>#w-node-af5402400e26-02400e24 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  ._2nd-half>#w-node-ab8fc3b721ab-bc0a2ff9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  ._2nd-half>#w-node-c4384ee36b94-4ee36b92 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  ._2nd-half>#w-node-ab8fc3b721ab-140a3006 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

