 input:invalid{
      background:#f1d5d6;
 }

 .fixed-button {
  position: fixed;
  bottom: 0px;
  right: 0px; 
}
 .fade {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
 }

 @keyframes fadeInAnimation {
  100% {
      opacity: 0;
  }
  10% {
      opacity: 1;
  }
 }

 .div {
   display: flex;
 }

 .recommended-products {
   margin-left: 90px;
   margin-right: 90px;
 }

 .margin-product-id {
   margin-top: 70px;
   margin-bottom: 70px;
 }

 .zoom-prod {
  transition: transform .2s; /* Animation */
 }

 .zoom-prod:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

 .zoom-cat {
  transition: transform .2s; /* Animation */
}

.zoom-cat:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-down {
  transition: transform .2s; /* Animation */
 }

 .zoom-down:hover {
  transform: scale(0.9); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


 .new-class {
   display: flex;
 }

 .just-mobile-categories {
   display: none;
 }

.navlink {
  margin-top: 2px;
  background-color: transparent;
  font-family: Fjallaone, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.navlink:hover {
  color: #233e2d;
}

.image {
  width: 105px;
  margin-top: 10px;
}

.navbar {
  padding-right: 100px;
  padding-left: 100px;
  background-color: #72a740;
  position: fixed;
  width: 100%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 7%;
  padding-left: 7%;
  -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: #72a740;
  width: 100%;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -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;
  background-color: transparent;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.columns {
  width: 100%;
}

.heading {
  position: relative;
  z-index: 10;
  margin-bottom: 18px;
  font-family: Fjallaone, sans-serif;
  color: #fff;
  font-size: 103px;
  line-height: 123px;
  letter-spacing: 5px;
}

.mask {
  width: 76%;
}

.image-2 {
  width: auto;
  border-radius: 1000px;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 444px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph {
  position: relative;
  width: 60%;
  font-family: Gochihand, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
}

.link {
  margin-top: 9px;
  font-family: Fjallaone, sans-serif;
  color: #151515;
  font-size: 17px;
  letter-spacing: 1px;
  text-decoration: none;
}

.link.blanco {
  color: #fff;
  letter-spacing: 1px;
}

.link.verde {
  color: #72a740;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px 7%;
  -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: #233e2d;
}

.heading-2 {
  width: 100%;
  font-family: Fjallaone, sans-serif;
  color: #72a740;
  font-size: 50px;
  line-height: 44px;
  letter-spacing: 3px;
}

.heading-2.naranja {
  color: #de5e16;
}

.heading-2.blanco {
  margin-top: 60px;
  color: #72a740;
  text-align: center;
}

.heading-2.orange {
  margin-top: 60px;
  color: #e2801e;
}

.columns-2 {
  margin-top: 50px;
  margin-bottom: 39px;
}

.div-block-3 {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 58vh;
}

.div-block-4 {
  position: relative;
  z-index: 3;
  height: 370px;
  margin-top: -118px;
  padding-right: 5px;
  padding-left: 5px;
}

.sobrenaranja {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 266%;
  height: 400px;
  margin-bottom: -265px;
  margin-left: -269px;
  border-radius: 1000px 1000px 0px 0px;
  background-color: #e2801e;
  opacity: 0.83;
}

.sobrenaranja2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 266%;
  height: 50%;
  margin-left: -200px;
  background-color: #e2801e;
  opacity: 0.83;
}

.sobrenaranja.otro {
  background-color: #72a740;
}

.text-block {
  margin-top: 0px;
  font-family: Gochihand, sans-serif;
  color: #fff;
  font-size: 17px;
}

.heading-3 {
  min-height: 60px;
  margin-top: 3px;
  margin-bottom: 6px;
  font-family: Fjallaone, sans-serif;
  color: #fff;
}

.text-block-2 {
  font-family: Fjallaone, sans-serif;
  color: #fff;
}

.text-block-3 {
  font-family: Fjallaone, sans-serif;
  color: #fff;
  font-size: 19px;
}

.div-block-5 {
  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;
}

.image-3 {
  width: 100%;
}

.paragraph-2 {
  margin-top: 14px;
  font-family: Fjallaone, sans-serif;
  color: #fff;
}

.div-block-6 {
  overflow: visible;
  width: 100%;
  height: 58vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6.destaca {
  background-image: url('../images/PCB0001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-7 {
  overflow: hidden;
  min-height: auto;
  padding-top: 3px;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: block;
  cursor: pointer;
}

.div-block-9 {
  padding: 50px 7%;
  background-color: #fff;
}

.div-block-9.green {
  background-color: #233e2d;
}

.div-block-10 {
  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;
}

.text-block-4 {
  margin-left: 14px;
  font-family: Fjallaone, sans-serif;
  color: #72a740;
  font-size: 18px;
}

.text-block-5 {
  font-family: Gochihand, sans-serif;
  color: #de5e16;
  font-size: 31px;
}

.div-block-11 {
  width: 60%;
  height: auto;
  background-color: #e2801e;
}

.div-block-12 {
  width: 50%;
  height: 100vh;
  background-image: url('../images/moviepopcorn.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-left: 7%;
  -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-4 {
  font-family: Fjallaone, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 139px;
  letter-spacing: 10px;
}

.text-block-6 {
  font-family: Gochihand, sans-serif;
  font-size: 40px;
}

.imgiconsocial {
  width: 23px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section-4 {
  padding: 80px 7%;
  -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;
}

.slider-2 {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.left-arrow-2 {
  display: block;
  margin-left: -64px;
  color: #72a740;
}

.right-arrow {
  display: block;
  margin-right: -64px;
  color: #72a740;
}

.slide-nav {
  background-color: transparent;
}

.image-4 {
  width: 40px;
}

.div-block-14 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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: 100px;
  background-color: #fff;
  font-family: Fjallaone, sans-serif;
  color: #72a740;
  font-size: 16px;
  font-weight: 700;
}

.div-block-15 {
  position: relative;
}

.div-block-15.mobile {
  display: none;
}

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

.body {
  padding: 0px 0% 100px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72a740;
}

.heading-5 {
  margin-left: 28px;
  font-family: Fjallaone, sans-serif;
  color: #333;
  font-size: 54px;
  letter-spacing: 2px;
  text-transform: none;
}

.image-5 {
  width: 101px;
}

.wrappercompras {
  padding-top: 100px;
  margin-right: 7%;
  margin-left: 7%;
}

.wrappercompras-cart {
  padding-top: 50px;
  margin-right: 7%;
  margin-left: 7%;
}

.fotoproducto {
  height: 217px;
  border: 2px solid #cfcdcd;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fotoproducto.delivery {
  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;
  border-color: #a6cf74;
  background-color: rgba(166, 207, 116, 0.17);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.fotoproducto-uno {
  height: 217px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-18 {
  width: 100%;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #cfcdcd;
  border-radius: 10px;
}

.div-block-18.total {
  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;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Fjallaone, sans-serif;
  font-size: 23px;
  letter-spacing: 2px;
}

.paragraph-3 {
  width: 70%;
  font-family: Fjallaone, sans-serif;
  font-size: 14px;
}
.paragraph-33 {

  font-family: Fjallaone, sans-serif;
  font-size: 14px;
}

.text-block-7 {
  font-family: Fjallaone, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text-block-7.unitario {
  margin-left: 13px;
}

.div-block-19 {
  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;
}

.text-block-8 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Fjallaone, sans-serif;
  font-size: 16px;
}

.text-block-8.precio {
  margin-left: 44px;
}

.div-block-20 {
  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;
}

.text-field {
  width: 9%;
  margin-right: 18px;
  margin-bottom: 0px;
  margin-left: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: #a6cf74;
  border-radius: 10px;
  font-family: Fjallaone, sans-serif;
  font-size: 16px;
}

.button {
  margin-left: 0px;
  border-radius: 10px;
  font-family: Fjallaone, sans-serif;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  margin-left: 11px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(241, 19, 19, 0.39);
  border-radius: 10px;
  color: #484847;
  text-decoration: none;
}

.image-6 {
  width: 20px;
}

.text-block-9 {
  margin-left: 7px;
  font-family: Fjallaone, sans-serif;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22.mobile {
  display: none;
}

.text-block-10 {
  font-family: Fjallaone, sans-serif;
  font-size: 16px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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;
  border-radius: 10px;
  background-color: #a6cf74;
}

.div-block-24 {
  margin-top: 25px;
}

.button-2 {
  margin-right: 26px;
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #e2801e;
  font-family: Fjallaone, sans-serif;
}

.button-3 {
  padding: 16px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #e2801e;
  border-radius: 10px;
  background-color: transparent;
  font-family: Fjallaone, sans-serif;
  color: #2f2e2e;
}

.section-5 {
  padding: 0px 0% 0px 7%;
  border-top: 1px none rgba(0, 0, 0, 0.19);
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 69px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.campotext_ {
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff rgba(10, 10, 10, 0.18);
  border-radius: 0px;
  font-family: Fjallaone, sans-serif;
}

.campotext {
  margin-bottom: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff rgba(10, 10, 10, 0.18);
  border-radius: 0px;
  font-family: Fjallaone, sans-serif;
}

.campotext.msje {
  min-height: 120px;
  border-color: rgba(61, 60, 60, 0.27) rgba(61, 60, 60, 0.27) rgba(61, 60, 60, 0.27);
  border-radius: 10px;
}

.submit-button {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 10px;
  background-color: #a6cf74;
  font-family: Fjallaone, sans-serif;
}

.column-6 {
  display: block;
}

.div-block-25 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.html-embed {
  height: 736px;
  margin-top: -57px;
}

.div-block-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
}

.text-block-11 {
  font-family: Fjallaone, sans-serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
}

.column-7 {
  padding-right: 0px;
}

.form-block {
  margin-top: 37px;
  margin-bottom: 49px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-28 {
  width: 23%;
  min-height: auto;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

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

@media screen and (max-width: 991px) {
  .recommended-products {
    margin-left: 5px;
    margin-right: 5px;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar {
    display: block;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .heading {
    font-size: 80px;
    line-height: 79px;
  }

  .div-block-2 {
    width: 358px;
  }

  .paragraph {
    font-size: 26px;
  }

  .link {
    margin-top: 25px;
  }

  .section-2 {
    padding-top: 10px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .heading-2.blanco {
    font-size: 36px;
  }

  .heading-2.orange {
    font-size: 36px;
  }

  .div-block-9 {
    padding-right: 2%;
    padding-left: 2%;
  }

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

  .text-block-5 {
    font-size: 29px;
    text-align: center;
  }

  .nav-menu {
    padding-bottom: 15px;
    background-color: #72a740;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .section-4 {
    display: none;
  }

  .div-block-15 {
    margin-top: 16px;
    margin-right: 30px;
    margin-left: 0px;
    float: right;
  }

  .div-block-15.desk {
    display: none;
  }

  .div-block-15.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-17 {
    margin-right: 2%;
    margin-left: 2%;
  }

  .wrappercompras {
    margin-right: 2%;
    margin-left: 2%;
  }

  .div-block-18 {
    padding-top: 5px;
  }

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

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

  .text-block-8 {
    font-size: 14px;
  }

  .text-field {
    margin-right: 7px;
    margin-left: 9px;
  }

  .div-block-22 {
    width: 80%;
  }

  .column-2 {
    padding-left: 0px;
  }

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

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

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

  .section-5 {
    padding-left: 2%;
  }

  .icon {
    color: #fff;
    font-size: 28px;
  }

  .menu-button {
    background-color: #72a740;
  }

  /* .menu-button.w--open {
    background-color: #a6cf74;
  } */

  .div-block-27 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  .recommended-products {
    margin-left: 3px;
    margin-right: 3px;
  }
  
  .new-class {
    display: none;
  }
  
  .navbar {
    height: auto;
  }

  .section {
    height: auto;
  }

  .heading {
    font-size: 58px;
    line-height: 73px;
  }

  .mask {
    width: 100%;
  }

  .div-block-2 {
    width: 317px;
  }

  .left-arrow {
    display: none;
  }

  .paragraph {
    width: 78%;
  }

  .link {
    position: relative;
    z-index: 10;
    margin-top: 0px;
    margin-bottom: 30px;
  }

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

  .div-block-3 {
    height: 130vh;
  }

  .div-block-6.destaca {
    height: 130vh;
  }

  .div-block-9 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-4 {
    margin-top: 9px;
    margin-left: 0px;
  }

  .text-block-5 {
    font-size: 25px;
    text-align: center;
  }

  .div-block-13 {
    padding-left: 2%;
  }

  .heading-4 {
    margin-top: 3px;
    font-size: 48px;
    line-height: 60px;
  }

  .text-block-6 {
    font-size: 33px;
  }

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

  .fotoproducto {
    border-bottom-style: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .div-block-18 {
    height: auto;
    padding: 10px;
    border-top-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .columns-3 {
    display: block;
  }

  .column-2 {
    padding-right: 0px;
  }

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

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

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

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

  .column-7 {
    padding-left: 0px;
  }

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

  .right-arrow-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-top: 6px;
  }

  .navbar {
    height: auto;
  }

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

  .margin-product-id {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 90vh;
    padding-top: 5px;
  }

  .slider {
    overflow: visible;
    margin-top: -78px;
  }

  .heading {
    margin-top: 3px;
    font-size: 35px;
    line-height: 45px;
  }

  .mask {
    width: 100%;
  }

  .div-block-2 {
    width: 232px;
  }

  .left-arrow {
    display: none;
  }

  .paragraph {
    width: 100%;
  }

  .link {
    margin-top: 7px;
    color: #373636;
  }

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

  .div-block-3 {
    height: 70vh;
  }

  .div-block-6.destaca {
    height: 70vh;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .heading-4 {
    font-size: 50px;
    line-height: 62px;
  }

  .section-4 {
    display: none;
  }

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

  .image-5 {
    width: 83px;
  }

  .div-block-18 {
    padding: 20px;
  }

  .paragraph-3 {
    width: 100%;
  }

  .text-block-7 {
    font-size: 16px;
    text-align: right;
  }

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

  .text-block-7.mobile {
    display: none;
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .text-block-8.precio {
    margin-left: 0px;
    line-height: 16px;
  }

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

  .text-field {
    width: 19%;
  }

  .div-block-22 {
    display: none;
    -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;
  }

  .div-block-22.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-23 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-24 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .right-arrow-2 {
    display: none;
  }

  .div-block-29 {
    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;
  }

  .icon-2 {
    color: #fff;
  }

  .slide-nav-2 {
    margin-bottom: -39px;
  }
}

@font-face {
  font-family: 'Gochihand';
  src: url('../fonts/GochiHand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fjallaone';
  src: url('../fonts/FjallaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}