.nav-bar-main {
    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;
    background-color: #4e8a65;
  }
  
  .navbar {
    width: 1200px;
    background-color: transparent;
  }
  
  .nav-item {
    color: #fff;
  }
  
  .social-networks-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
  }
  
  .sn-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    -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;
  }
  
  .sn-bar-lieft {
    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;
  }
  
  .sn-item-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .sn-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .link {
    padding: 10px 15px;
    border: 1px solid #707070;
    font-family: Montserrat, sans-serif;
    color: #707070;
    font-weight: 700;
    text-decoration: none;
  }
  
  .container {
    width: 100%;
    min-width: 1200px;
  }
  
  .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  
  .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1201px;
    padding-top: 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;
  }
  
  .image {
    width: 150px;
  }
  
  .logo-text {
    color: #707070;
    font-size: 27px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 4px;
  }
  
  .nav-options-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    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;
  }
  
  .sub-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
    text-align: center;
  }
  
  .link-2 {
    padding: 20px;
    color: #707070;
    text-decoration: none;
  }
  
  .dropdown-toggle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #707070;
  }
  
  .dropdown-toggle-2 {
    color: #707070;
  }
  
  .slider {
    height: 500px;
  }
  
  .slide {
    background-image: url("https://uploads-ssl.webflow.com/618ab64352b2a12a9dc84feb/618abe861302b0007c16c1b8_slider-sample.png");
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .slider-wrapper {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }
  
  .conten-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding-bottom: 100px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .paragraph {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
  }
  
  .shadow-slider {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.41);
  }
  
  .intro-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  
  .intro-wrapper {
    width: 100%;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .intro-content {
    font-family: Montserrat, sans-serif;
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  
  .contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    -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: url("https://uploads-ssl.webflow.com/618ab64352b2a12a9dc84feb/618ac0ac3a0cc76acd302600_cita.png");
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .contact-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    -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;
  }
  
  .shadow-contact {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .contact-caction-container {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
  }
  
  .link-contact-ca {
    padding: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .productos-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  
  .productos-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .productos-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
    color: #707070;
  }
  
  .title-wrapper-producto {
    padding-bottom: 80px;
  }
  
  .producto-title {
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }
  
  .producto-line {
    width: 30%;
    height: 5px;
    background-color: #4e8a65;
  }
  
  .producto-list-contianer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .product-item-container {
    box-shadow: 0 1px 3px 0 #bebebe;
  }
  
  .pi-image {
    width: 100%;
    height: 250px;
    background-image: url("https://uploads-ssl.webflow.com/618ab64352b2a12a9dc84feb/618abe861302b0007c16c1b8_slider-sample.png");
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .div-block-2 {
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
  }
  
  .paragraph-2 {
    text-align: center;
  }
  
  .item-product {
    width: 30%;
    color: #707070;
    text-decoration: none;
  }
  
  .productos-lint-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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;
  }
  
  .link-3 {
    padding: 10px 20px;
    border: 2px solid #4e8a65;
    font-family: Montserrat, sans-serif;
    color: #4e8a65;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .div-block-3 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 200px;
    background-color: rgba(78, 138, 101, 0.3);
  }
  
  .paralax-container {
    width: 100%;
    height: 300px;
    background-image: url("https://uploads-ssl.webflow.com/618ab64352b2a12a9dc84feb/618ac69621dfcb012a55a0e3_paralax.png");
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .clientes-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    -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;
  }
  
  .clientes-wrapper {
    width: 100%;
    max-width: 1200px;
  }
  
  .icon {
    margin-left: 0px;
    color: #707070;
  }
  
  .icon-2 {
    margin-right: 0px;
    color: #707070;
  }
  
  .slide-2 {
    width: 30%;
    height: 250px;
  }
  
  .slider-2 {
    height: 250px;
    background-color: transparent;
  }
  
  .cliente-item-wrapper {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
  }
  
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 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: #fff;
    box-shadow: 0 1px 3px 0 #b7b7b7;
  }
  
  .paragraph-3 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-align: center;
  }
  
  .div-block-5 {
    width: 80%;
    height: 1px;
    background-color: hsla(0, 0%, 43.9%, 0.8);
  }
  
  .text-block {
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
  }
  
  .mask {
    height: 300px;
  }
  
  .slide-nav {
    display: none;
  }
  
  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    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: #4e8a65;
  }
  
  .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 50px;
    -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;
  }
  
  .footer-copy-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding-top: 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-top: 1px solid #fff;
  }
  
  .copy {
    color: #fff;
  }
  
  .contact-footer-wrapper {
    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;
  }
  
  .menu-footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .footer-contacto {
    padding: 15px 30px;
    background-color: #fff;
    color: #707070;
    font-size: 18px;
    text-decoration: none;
  }
  
  .footer-sn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-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;
  }
  
  .lint-sn-footer {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .footer-nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .nav-bar-footer-blog {
    display: block;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
  
  .footer-nav-bar-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .nav-bar-footer {
    display: block;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }
  
  @media screen and (max-width: 991px) {
    .social-networks-bar {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .container {
      min-width: auto;
    }
  
    .logo-wrapper {
      width: 100%;
      max-width: 1200px;
    }
  
    .conten-slider {
      padding-right: 20px;
      padding-left: 20px;
      text-align: center;
    }
  
    .intro-wrapper {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .producto-list-contianer {
      -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;
    }
  
    .item-product {
      width: 50%;
    }
  
    .div-block-3 {
      display: none;
    }
  
    .slide-2 {
      width: 50%;
    }
  
    .icon-3 {
      color: #fff;
    }
  }
  
  @media screen and (max-width: 767px) {
    .item-product {
      width: 80%;
      margin-bottom: 20px;
    }
  
    .slide-2 {
      width: 100%;
    }
  
    .footer-wrapper {
      -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;
    }
  
    .logo-footer-wrapper {
      margin-bottom: 50px;
    }
  
    .contact-footer-wrapper {
      padding-bottom: 50px;
    }
  
    .menu-footer-wrapper {
      -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;
    }
  }
  
  @media screen and (max-width: 479px) {
    .sn-bar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .sn-bar-lieft {
      margin-bottom: 30px;
    }
  
    .paragraph {
      font-size: 18px;
    }
  
    .link-contact-ca {
      padding: 15px 20px;
      font-size: 22px;
    }
  
    .item-product {
      width: 95%;
    }
  }