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

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

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

.navbar {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.navbar-wrapper {
  background-color: #a9dba1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.navbar-brand {
  display: none;
}

.nav-menu-wrapper {
  width: 100%;
}

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

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

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

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

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

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

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

.body {
  background-color: #fff;
}

.navbar-button {
  text-align: center;
  width: 8rem;
}

.hero {
  margin-top: 8rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.hero-text {
  grid-column-gap: 10px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 152px 347px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.div-block {
  background-image: linear-gradient(90deg, #777135, #3a3827);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 352px;
  max-height: 24rem;
  margin-bottom: 8rem;
  display: flex;
  overflow: clip;
}

.hero-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.about {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  background-color: #e8e8e8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 4rem;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 0;
  font-size: 10rem;
  line-height: 10rem;
}

.text-over-name {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.intro-text {
  text-align: center;
  font-size: 3rem;
  line-height: 2.8rem;
}

.services {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-radius: 28px;
  flex-flow: column;
  display: flex;
}

.projects-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-bottom: 2rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.text-heading {
  color: #192d15;
  text-transform: uppercase;
  width: 50%;
  min-width: 50%;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.projects-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  width: 100%;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  margin-left: 12%;
  margin-right: 12%;
}

.text-block-left {
  color: #283f23;
  width: 50%;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.collection-item {
  object-fit: cover;
  width: 100%;
  overflow: clip;
}

.project-card {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 28px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 60vh;
  display: block;
  overflow: clip;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-button__wrap.productos {
  justify-content: space-between;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev {
  aspect-ratio: 1;
  height: auto;
  transform: rotate(180deg);
}

.swiper-button.swiper-btn-next {
  aspect-ratio: 1;
  height: auto;
}

.swiper-button__border {
  color: #192d15;
  border: 1px solid #434f7c;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-button__arrow {
  width: 1rem;
}

.swiper-button__arrow.is-2 {
  color: #434f7c;
  width: 1.4rem;
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
}

.heading-2 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0;
}

.link-block {
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 10rem;
  padding: .6rem .8rem .6rem 1rem;
  text-decoration: none;
  display: none;
}

.btn-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-decoration: none;
}

.div-block-3 {
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.projects-card-gradient {
  background-image: linear-gradient(#0000, #0009);
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  display: flex;
}

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

.paragraph {
  color: #fff;
  height: 0;
  overflow: hidden;
}

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

.products-container {
  background-color: #e6e3d2;
  border-radius: 28px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding: 2rem;
  display: flex;
}

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

.text-block-right {
  color: #283f23;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.products-header-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding-left: .75rem;
  display: flex;
}

.text-block-4 {
  text-decoration: none;
}

.link-block-2 {
  color: #000;
  padding: .6rem 1rem;
  text-decoration: none;
}

.button-categories {
  color: #283f23;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #283f23;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

.button-categories:active, .button-categories:focus {
  background-color: #1a1b1f;
}

.products-navbar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-left: .75rem;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.products-carrusel-container {
  border-radius: 28px;
  overflow: hidden;
}

.collection-list-2 {
  display: flex;
  overflow: visible;
}

.carrusel-card {
  color: #000;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.collection-item-2 {
  width: 22%;
  height: 30rem;
}

.product-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 28px;
  width: 100%;
  overflow: hidden;
}

.paragraph-2 {
  height: 2.8rem;
  font-size: 1rem;
  line-height: 1.1rem;
  overflow: clip;
}

.product-name {
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  overflow: hidden;
}

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

.footer {
  padding: 8rem 4rem;
}

.footer-nav-info {
  flex-flow: row;
  max-width: none;
  display: flex;
}

.footer-navigation {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
}

.list {
  list-style-type: none;
}

.footer-nav-text {
  padding-top: .4rem;
  padding-bottom: .4rem;
  display: flex;
}

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

.text-block-5 {
  font-size: 1.8rem;
}

.text-block-6 {
  padding-right: .75rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

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

.div-block-13 {
  color: #fff;
  background-color: #6fba4c;
  border-radius: 100px;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  position: static;
  inset: auto 0%;
}

.div-block-14 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 28px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.hero-text-mobile {
  grid-column-gap: 10px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 152px 347px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.footer-heading {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 0;
  font-size: 10rem;
  line-height: 10rem;
}

.hero-text-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

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

.image-2 {
  width: 32%;
}

.image-3 {
  width: 72%;
}

.logo-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #eeece0;
  flex-flow: column;
  padding: 4rem;
  display: flex;
}

.div-block-18 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-text-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading_about_us {
  color: #283f23;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4, .heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-3 {
  color: #283f23;
  margin-bottom: 0;
}

.about_us_container {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.footer-contact {
  flex-flow: row;
  max-width: none;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-19 {
  width: 40%;
}

.contact-btn {
  width: 100%;
}

.contact-btn-title {
  text-transform: uppercase;
  width: 50%;
  min-width: 50%;
  font-size: 1rem;
  line-height: 1rem;
}

.form-block {
  width: 50%;
}

.about-us {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-radius: 28px;
  flex-flow: column;
  display: flex;
}

.arrow {
  color: #192d15;
  line-height: 14px;
}

.div-block-20 {
  width: 24px;
  height: 24px;
}

.text-field, .text-field-2 {
  border-radius: 8px;
}

.submit-button {
  background-color: #64ba45;
  border-radius: 8px;
  width: 8rem;
}

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

  .navbar-wrapper {
    background-color: #f7f7f7;
    justify-content: space-between;
  }

  .navbar-brand {
    width: 140px;
    margin-left: 1rem;
    display: block;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-text {
    width: auto;
    max-width: none;
    padding: 8rem 4rem;
  }

  .heading {
    text-align: center;
  }

  .text-heading {
    width: 33.33%;
    min-width: 33.33%;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .text-block-left {
    text-align: right;
    width: 100%;
    padding-left: 4rem;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .collection-item {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .project-card {
    aspect-ratio: 2;
  }

  .swiper-button__wrap {
    display: none;
  }

  .swiper-button__wrap.productos {
    justify-content: space-between;
    display: flex;
  }

  .text-block-right {
    font-size: 1rem;
    line-height: 1rem;
  }

  .products-navbar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-8 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .collection-item-2 {
    width: 40%;
    height: 24rem;
  }

  .collection-item-2.swiper-slide {
    margin-right: 30px;
  }

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

  .text-block-7, .text-block-8 {
    font-size: 2rem;
  }

  .hero-text-mobile {
    width: auto;
    max-width: none;
    padding: 8rem 4rem;
  }

  .footer-heading {
    text-align: center;
  }

  .about_us_container {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .contact-btn-title {
    width: 33.33%;
    min-width: 33.33%;
    font-size: 2rem;
    line-height: 2rem;
  }
}

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

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

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

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

  .navbar-button-contact {
    margin-top: 10px;
  }

  .hero {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .hero-text {
    display: none;
  }

  .div-block {
    margin-bottom: 1rem;
  }

  .about {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading {
    margin-top: 0;
    font-size: 6rem;
    line-height: 6rem;
  }

  .services {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .projects-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .text-heading {
    width: 100%;
    min-width: 100%;
  }

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

  .text-block-left {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .project-card {
    aspect-ratio: 1;
  }

  .swiper-button__arrow.is-2 {
    color: #434f7c;
    -webkit-text-stroke-color: #434f7c;
  }

  .products {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .text-block-right {
    text-align: left;
    padding-left: 0;
  }

  .products-header-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .button-categories {
    font-size: 10px;
  }

  .div-block-8 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .collection-item-2 {
    width: 100%;
    height: 32rem;
  }

  .footer {
    margin-top: 4rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .footer-nav-info {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .div-block-10, .div-block-11, .div-block-12 {
    width: auto;
  }

  .hero-text-mobile {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .footer-heading {
    font-size: 8rem;
  }

  .div-block-15 {
    margin-bottom: 4rem;
  }

  .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_us_container {
    flex-flow: column;
  }

  .footer-contact {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-bottom: 0;
  }

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

  .contact-btn-title {
    width: 100%;
    min-width: 100%;
  }

  .form-block {
    width: 100%;
  }

  .about-us {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

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

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

  .hero {
    flex-flow: column;
    justify-content: space-between;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    display: flex;
  }

  .text {
    color: #000;
  }

  .heading {
    letter-spacing: -6px;
  }

  .intro-text {
    text-align: left;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .products-navbar {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: wrap;
  }

  .hero-text-mobile {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-heading {
    letter-spacing: -6px;
  }

  .hero-text-2 {
    color: #000;
  }

  .div-block-15 {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}
