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

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

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

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

.section {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.select-field-6 {
  color: #333;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Lato, sans-serif;
}

.text-block-18 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 130px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.container {
  width: 100%;
}

.form {
  text-align: center;
  padding: 20px;
}

.form.form2 {
  background-color: #fff;
}

.error-message-2 {
  z-index: 999;
  text-align: center;
  background-color: #f1f1f1;
  margin-top: 0;
  position: fixed;
  inset: 0;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.column {
  padding-right: 5px;
}

.textarea {
  font-family: Montserrat, sans-serif;
}

.textarea.consulta {
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  height: 80px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.form-block-2 {
  margin-right: 0;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3 {
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Lato, sans-serif;
}

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

.h3-sub {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.header-container {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/dist-0-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10px;
  display: flex;
}

.submit-button-2 {
  letter-spacing: .5px;
  background-color: #84b346;
  border-radius: 0;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.submit-button-2:hover {
  background-color: #b1b1b1;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(45deg, #91b62d, #597807 100%, #6fbb36 100%, #fd3e4f 100%, #fff);
}

.submit-button-2.white {
  color: #89ba45;
  background-color: #fff;
  font-weight: 700;
}

.bold-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

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

.destacados-container {
  background-color: #89ba45;
  align-items: center;
  padding: 80px 60px;
  display: block;
}

.columns-2 {
  margin-bottom: 26px;
}

.services-block {
  text-align: center;
  margin-bottom: 20px;
}

.image {
  width: 50px;
  height: 50px;
}

.h3-services {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.services-p-small {
  color: #e1e1e1;
  font-family: Open Sans, sans-serif;
}

.column-6 {
  text-align: center;
}

.btn {
  background-color: #92c13e;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.btn:hover {
  background-color: #69b628;
}

.columns {
  margin-bottom: 40px;
}

.productos-container {
  flex-direction: column;
  align-items: stretch;
  padding: 10px 10px 20px;
  display: block;
}

.column-5 {
  text-align: center;
}

.productos-name {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.descripcion-title {
  color: #fff;
  font-size: 16px;
}

.descripcion-title.reverse {
  color: #000;
  font-family: Montserrat, sans-serif;
}

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

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.paragraph {
  text-align: justify;
  margin-bottom: 40px;
  font-size: 18px;
}

.paragraph.center {
  color: #000;
  text-align: center;
}

.paragraph.center.white {
  color: #fff;
  margin-bottom: 20px;
}

.paragraph.left {
  text-align: left;
  margin-bottom: 10px;
  line-height: 26px;
}

.text-block-19 {
  text-align: left;
  border-bottom: 3px solid #89ba45;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-20 {
  text-align: left;
  border-top: 1px solid #69b628;
  border-bottom: 1px solid #69b628;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-20.just {
  text-align: justify;
}

.columns-3 {
  text-align: center;
  margin-bottom: 20px;
}

.slider {
  text-align: center;
  background-color: #ddd0;
  height: auto;
}

.icon {
  color: #89ba45;
  transition: all .3s;
}

.icon:hover {
  color: #557528;
}

.column-9, .column-10, .column-11 {
  text-align: center;
}

.column-12 {
  text-align: center;
  text-decoration: none;
}

.column-13 {
  text-align: center;
}

.img {
  height: 220px;
}

.image-2, .slide {
  height: auto;
}

.nosotros-container {
  background-image: linear-gradient(45deg, #78ab52, #88b245 30%, #91b62d 69%, #5a7807);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px;
  display: block;
}

.reverse {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

.p-large {
  color: #fff;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.btn-second {
  float: right;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.rrow-img {
  margin-left: 20px;
}

.container-3 {
  width: 89%;
}

.image-3 {
  width: 100%;
}

.section-2 {
  padding: 0 10px 60px;
}

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

.img-logo {
  height: 80px;
}

.column-14 {
  text-align: left;
}

.column-15 {
  text-align: right;
}

.div-block {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tick {
  height: 20px;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 0;
}

.section-3 {
  background-color: #89ba45;
  padding: 20px 10px;
  display: block;
}

.text-block-21 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

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

.text-block-21.si {
  display: none;
}

.image-4 {
  width: 45px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.section-10 {
  text-align: center;
  background-color: #000;
  padding: 5px 10px;
}

.image-5 {
  margin-bottom: 20px;
}

.section-11 {
  background-color: #89ba45;
  padding-top: 80px;
  padding-bottom: 60px;
}

.text-block-22 {
  text-align: left;
  border-top: 1px solid #69b628;
  border-bottom: 1px solid #69b628;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.column-17, .column-18 {
  text-align: center;
}

.btn-2 {
  background-color: #92c13e;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.btn-2:hover {
  background-color: #69b628;
}

.column-19 {
  text-align: center;
}

.column-20 {
  text-align: right;
  padding-right: 20px;
}

.logo-img {
  height: 50px;
}

.column-21 {
  text-align: center;
}

.column-22 {
  text-align: center;
  text-decoration: none;
}

.column-23 {
  text-align: left;
  padding-left: 20px;
}

.text-block-23 {
  text-align: left;
  border-bottom: 3px solid #89ba45;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.container-4 {
  text-align: center;
  margin-bottom: 60px;
}

.text-block-24 {
  text-align: left;
  border-bottom: 3px solid #89ba45;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.container-5 {
  text-align: center;
  margin-bottom: 60px;
}

.text-block-25 {
  text-align: left;
  border-top: 1px solid #69b628;
  border-bottom: 1px solid #69b628;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-25.just {
  text-align: justify;
}

.container-6 {
  text-align: center;
  margin-bottom: 60px;
}

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

.column-25 {
  padding-right: 5px;
}

.section-12 {
  text-align: center;
  background-color: #89ba45;
  padding: 20px 10px;
  display: block;
}

.section-13 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  padding-top: 80px;
  padding-bottom: 60px;
}

.image-6 {
  margin-bottom: 20px;
}

.text-block-26 {
  color: #89ba45;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-14 {
  text-align: center;
  background-color: #89ba45;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-27 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.select-field-3 {
  color: #a3a3a3;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-span {
  font-weight: 400;
}

.div-block-16 {
  background-color: #fff;
  width: 80%;
  margin: -20px auto 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-28 {
  color: #89ba45;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #89ba45;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.image-7 {
  text-align: right;
  max-width: 10%;
  display: block;
  position: absolute;
  inset: 16% 5% 0% auto;
  transform: rotate(12deg);
}

.text-block-30 {
  opacity: 0;
  color: #fff;
  background-color: #000000f7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-30:hover {
  opacity: 100;
}

.slide-2, .slide-3, .slide-4, .slide-5 {
  text-align: center;
}

.div-block-17 {
  background-image: url('../images/FT__BJL01N___002_-removebg-preview.png');
  background-position: 0%;
  background-size: cover;
  width: 200px;
  height: 220px;
  padding-left: 0;
}

.div-block-17._06 {
  background-image: url('../images/WAG_0007-1.png');
  background-position: 50%;
}

.div-block-17._07 {
  background-image: url('../images/WAG_0017-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
}

.div-block-17._09 {
  background-image: url('../images/Expressions_Flores-blancas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-17._03 {
  background-image: url('../images/FT__BJL02_-removebg-preview.png');
}

.div-block-17._12 {
  background-image: url('../images/FT__LAVAN01_-removebg-preview.png');
}

.div-block-17._11 {
  background-image: url('../images/cardboard-box-BLANCA-0000.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
}

.div-block-17._02 {
  background-image: url('../images/FT__BJLE01_-removebg-preview.png');
}

.div-block-17._05 {
  background-image: url('../images/PAPEL-HIGIeNICO-DOBLE-HOJA.png');
  background-position: 50%;
  height: 200px;
}

.div-block-17._01 {
  margin-left: 40px;
  padding-left: 20px;
}

.div-block-17._08 {
  background-image: url('../images/HPT100SHV-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-17._04 {
  background-image: url('../images/FT__BJLE01C_-removebg-preview.png');
}

.div-block-17._10 {
  background-image: url('../images/Caja-Toallas-Int.-21x37cm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-31 {
  text-align: center;
  border-bottom: 3px solid #89ba45;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.column-27 {
  text-align: center;
  padding-left: 20px;
}

.column-28 {
  text-align: center;
  padding-right: 20px;
}

.productos-container-2 {
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
  display: block;
}

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

.image-8 {
  margin-bottom: 10px;
}

.text-block-32 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

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

.columns-5, .columns-6 {
  margin-bottom: 20px;
}

.slider-2 {
  background-color: #fff;
  height: auto;
  margin-bottom: 40px;
}

.slide-6 {
  text-align: center;
}

.text-block-33 {
  margin-bottom: 20px;
}

.grid-2 {
  background-color: #89ba45;
  padding: 20px;
}

.image-9 {
  background-color: #fff;
  padding-bottom: 10px;
}

.columns-7 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .brand-container {
    text-align: center;
    flex: 1;
  }

  .h3-sub {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .destacados-container {
    flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .productos-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .productos-name {
    text-align: center;
  }

  .nosotros-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .p-large {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-second {
    padding: 15px 25px;
    font-size: 14px;
  }

  .btn-2 {
    padding: 15px 40px;
    font-size: 14px;
  }

  .productos-container-2 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .header-container {
    height: auto;
    margin-top: 0;
    padding: 20px;
  }

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

  .btn, .productos-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-logo {
    height: 50px;
  }

  .text-block-21.no {
    display: none;
  }

  .text-block-21.si {
    display: block;
  }

  .div-block-15 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .column-16 {
    text-align: center;
  }

  .btn-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .column-26 {
    text-align: center;
  }

  .productos-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

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

  .h3-sub {
    font-size: 16px;
    line-height: 24px;
  }

  .header-container {
    height: 100%;
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .destacados-container {
    padding: 40px 20px;
  }

  .services-block {
    width: 100%;
  }

  .productos-container {
    padding: 40px 20px;
  }

  .productos-name {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .descripcion-title {
    font-size: 14px;
  }

  .descripcion-title.reverse {
    margin-bottom: 52px;
    font-size: 14px;
  }

  .slider {
    padding-bottom: 20px;
  }

  .nosotros-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-large {
    font-size: 14px;
  }

  .img-logo {
    height: 40px;
  }

  .div-block-15 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    justify-content: center;
    max-width: 30%;
    display: inline-flex;
    position: static;
  }

  .productos-container-2 {
    padding: 40px 20px;
  }
}


