.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

.navbar {
  z-index: 99;
  background-color: #50332e;
  padding: 10px 5%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  width: 70px;
  height: 70px;
}

.menu-button {
  color: #fff;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 100;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-btn-es {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.navbar-content-btnlang {
  width: 50px;
  height: 50px;
  clear: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 70px;
  overflow: hidden;
}

.navbar-container {
  width: 100%;
  height: 70px;
  position: relative;
}

.nav-menu {
  background-color: rgba(94, 60, 51, .9);
  padding-left: 4%;
  display: block;
}

.nav-link {
  color: #fff;
}

.section-phototopinicio {
  height: 700px;
  background-image: url('../images/ondas-w.svg'), url('../images/_DSC0771-2-copia.jpg');
  background-position: 20% 115%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-section {
  color: rgba(255, 255, 255, .4);
  text-align: center;
  text-transform: uppercase;
  font-size: 150px;
  font-weight: 800;
  line-height: 150px;
}

.section-categories {
  padding: 0px 3%;
}

.category-1 {
  width: 100%;
  height: 1150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.category-1.large {
  height: 950px;
  background-image: url('../images/1.jpg');
}

.category-1.medium {
  height: 700px;
  background-image: url('../images/3.jpg');
  margin-top: 20px;
}

.category-1.small {
  height: 450px;
  background-image: url('../images/2.jpg');
}

.category-1.small.top20 {
  margin-top: 20px;
}

.category-1.last {
  height: 230px;
  background-image: url('../images/4.jpg');
  margin-top: 20px;
}

.name-category {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(94, 60, 51, .5);
  border-top: 3px solid #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-2 {
  width: 100%;
  height: 550px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.category-3 {
  width: 100%;
  height: 1020px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.category-4 {
  width: 100%;
  height: 790px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.category-5 {
  width: 100%;
  height: 920px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.category-6 {
  width: 100%;
  height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.category-7 {
  width: 100%;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.category-8 {
  width: 100%;
  height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.container {
  width: 1362px;
  max-width: 1362%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.category-9 {
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.category-10 {
  width: 100%;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.section-footer {
  background-color: #50332e;
  margin-top: 20px;
  padding: 40px 5%;
}

.section-legals {
  padding: 40px 5% 60px;
}

.navbar-btn-pt, .navbar-btn-en {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.content_product {
  width: 100%;
  color: #5e3c33;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.footer-brand {
  width: 70px;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-textlink {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.footer-social-container {
  height: 26px;
  margin-top: 30px;
}

.footer-btnlink {
  width: 26.0069px;
  height: 26.0069px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-legals-text {
  color: #5e3c33;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.footer-legals-text.r {
  float: right;
  color: #50332e;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.footer-legals-text.l {
  float: left;
  color: #50332e;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-legals-text.c {
  -webkit-text-stroke-color: #50332e;
  flex: none;
}

.legals-container {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  display: block;
}

.footer-final-text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
}

.content-buttons {
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
  position: relative;
}

.quick-stack {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5 {
  align-items: center;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.stackproductoselecionado {
  width: 100%;
}

.imgsubcat {
  width: 150px;
  height: 150px;
}

.text-block {
  color: #50332e;
  margin-top: 20px;
}

.divmask {
  width: 150px;
  height: 150px;
  background-image: url('../images/maskOne.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

.contentimgprod {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.divmask3 {
  width: 150px;
  height: 150px;
  background-image: url('../images/maskThree.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

.divmask2 {
  width: 150px;
  height: 150px;
  background-image: url('../images/maskTwo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

.divmask4 {
  width: 150px;
  height: 150px;
  background-image: url('../images/mask4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

.sectionlinea-phototop {
  height: 1200px;
  background-image: url('../images/bg-768plus.svg'), url('../images/deco_ondas_brown.svg'), url('../images/background.jpg');
  background-position: 50% 0, 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: block;
}

.title_subcat {
  color: #5e3c33;
  -webkit-text-stroke-color: #50332e;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 800;
}

.section-middle-lineas {
  background-color: #50332e;
  justify-content: center;
  margin-top: -20px;
  padding: 60px 5%;
  display: flex;
}

.container-img1 {
  width: 600px;
  height: 600px;
  background-image: url('../images/mask-img1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.image1 {
  width: 590px;
  height: 590px;
  position: static;
}

.div-img1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cell-6 {
  align-items: center;
}

.quick-stack-3 {
  width: 1300px;
}

.cell-7 {
  align-items: center;
}

.div-img2 {
  width: 500px;
  height: 500px;
  justify-content: center;
  align-items: center;
  margin-top: 260px;
  display: flex;
  position: relative;
}

.container-img2 {
  width: 500px;
  height: 500px;
  background-image: url('../images/mask-img2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  overflow: hidden;
}

.image {
  width: 490px;
  height: 490px;
  position: static;
}

.txt_subcategoria {
  width: 500px;
  color: #fff;
  margin-top: 60px;
  margin-left: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.section-onda-flip {
  height: 1500px;
  background-image: url('../images/Recurso-14.svg'), url('../images/Botanico-uso.png');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  margin-top: -30px;
}

.section-final-lineas {
  background-image: url('../images/waves-brown.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  padding: 200px 5% 60px;
  display: flex;
}

.heading {
  color: #50332e;
  text-align: center;
  background-image: url('../images/Línea-10.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.paragraph {
  width: 940px;
  color: #50332e;
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
  line-height: 33px;
}

.containerproducto {
  width: 940px;
  margin-top: 60px;
}

.text-block-2 {
  color: #50332e;
  margin-top: 24px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.slider {
  height: 800px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 50px;
  left: -40px;
}

.icon {
  color: rgba(51, 51, 51, 0);
  background-image: url('../images/Polígono-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.icon-2 {
  color: rgba(51, 51, 51, 0);
  background-image: url('../images/Polígono-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.right-arrow {
  width: 50px;
  right: -40px;
}

.imagen1 {
  width: 100%;
  height: 345px;
  background-image: url('../images/imagenVarilla.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.imagen1.ps {
  height: 200px;
}

.imagen2 {
  width: 100%;
  height: 290px;
  background-image: url('../images/imagensecundaria.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.imagen2.ps {
  height: 570px;
}

.imagen3 {
  width: 100%;
  height: 660px;
  background-image: url('../images/imagenprincipal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.quick-stack-4 {
  width: 940px;
  margin-top: 40px;
}

.div-block {
  width: 100px;
  height: 100px;
}

.cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
  align-items: center;
}

.text-block-3 {
  color: #50332e;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.btn-vermas {
  height: 40px;
  color: #50332e;
  background-color: #fff;
  border: 1px solid #50332e;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.btn-vermas.buscarclientes {
  width: 100%;
  border-radius: 24px;
  margin-top: 20px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.container-masproductos {
  width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 10px;
  display: flex;
}

.arrowl {
  width: 50px;
  height: 50px;
  background-image: url('../images/Polígono-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.arrowr {
  width: 50px;
  height: 50px;
  background-image: url('../images/Polígono-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.otrosproductosmask {
  z-index: 7;
  width: 940px;
  background-color: #34b8a2;
  position: static;
  overflow: hidden;
}

.image-4 {
  width: 100px;
  max-width: 100px;
  border: 1px solid #50332e;
  border-radius: 360px;
  margin-bottom: 10px;
}

.link-block {
  width: 100px;
  max-width: 100px;
  color: #50332e;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.containerotrosproductos {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.line {
  width: 100px;
}

.separador {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.quick-stack-5 {
  width: 1100px;
}

.flecha1 {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: -22%;
  left: -5px;
  right: auto;
}

.image-5 {
  z-index: 10;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: -38%;
}

.divmodouso {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.txtvideos {
  width: 100%;
  color: #50332e;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: static;
}

.sectionproductsingle {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 0px;
  display: flex;
}

.quick-stack-6 {
  width: 1100px;
}

.quick-stack-7 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cell-14 {
  flex-wrap: nowrap;
}

.containerleft {
  width: 100%;
  overflow: visible;
}

.containerright {
  width: 500px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 90px;
  padding-bottom: 60px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.txtps {
  color: #50332e;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-6 {
  width: 300px;
  margin-top: 20px;
}

.image-7 {
  width: 200px;
  margin-top: 40px;
}

.div-block-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.galery-img {
  width: 100%;
  height: 660px;
  background-image: url('../images/imagenprincipal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.composicion-listitem {
  width: 100%;
  padding-left: 0;
  position: relative;
  top: 200px;
}

.comp_texto {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.cell-15 {
  align-items: flex-end;
}

.comp_circulo_lleno {
  width: 18px;
  height: 18px;
  color: #ff4762;
  background-color: #ff4762;
  border-radius: 360px;
  margin-left: 3px;
  margin-right: 3px;
}

.cell-16 {
  flex-direction: row;
}

.comp_circulo_vacio {
  width: 18px;
  height: 18px;
  color: #ff4762;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff4762;
  border-radius: 360px;
  margin-left: 3px;
  margin-right: 3px;
}

.quick-stack-8 {
  padding: 10px;
}

.maskcontainer {
  width: 770px;
  overflow: hidden;
}

.masfruta {
  width: 300px;
  margin-top: 60px;
}

.masfruta.mobile {
  margin-top: 20px;
}

.nosotros_p {
  width: 800px;
  color: #50332e;
  font-size: 16px;
  line-height: 24px;
}

.quick-stack-10 {
  width: 800px;
  flex: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.img_nos_1 {
  width: 100%;
  height: 345px;
  background-image: url('../images/1212.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.img_nos_2 {
  width: 100%;
  height: 345px;
  background-image: url('../images/1213.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.video_loop_v {
  width: 260px;
  height: 453px;
  border-radius: 24px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.video_loop_h {
  width: 530px;
  height: 255px;
  border-radius: 24px;
  margin: 15px 10px 20px;
  display: inline-block;
}

.container_videos {
  z-index: 1;
  width: 850px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.video_loop_box {
  width: 270px;
  height: 255px;
  border-radius: 24px;
  margin: 15px 0 20px 10px;
  display: inline-block;
}

.section-nosotros {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  display: block;
  position: static;
  background-image: url('../images/Grupo-42632.svg'), url('../images/Grupo-42630.svg'), url('../images/Grupo-42631.svg');
  background-position: 100% 50%, 100% 100%, -100px 300px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 250px, 600px, 400px;
}

.nosotros-container {
  z-index: 0;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.ball_floating {
  z-index: -1;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: auto;
  right: -20%;
}

.section-inicio {
  z-index: 0;
  background-image: url('../images/Grupo-42630.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 3%;
  display: block;
  position: static;
}

.slider_inicio {
  height: 700px;
  margin-top: 40px;
}

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

/* .mask-slider-inicio {
  z-index: 10;
  width: 100%;
  height: 700px;
  background-image: url('../images/ondas-w.svg');
  background-position: 20% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
} */

.slide {
  background-image: url('../images/_DSC0771-2-copia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  z-index: 11;
  width: 150px;
  height: 20px;
  text-align: center;
  justify-content: center;
  padding-top: 5px;
  font-size: 8px;
  display: block;
  position: relative;
  top: auto;
  bottom: 40px;
  left: auto;
  right: auto;
}

.slide-2 {
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo-inicio {
  color: #5e3c33;
  text-align: center;
  font-size: 33px;
}

.container-inicio {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quick-stack-11 {
  width: 100%;
}

.cell-17, .cell-18, .cell-19 {
  align-items: center;
}

.planta {
  z-index: 10;
  width: 500px;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slide-3 {
  background-image: url('../images/_DSC5680.png');
  background-position: 50%;
  background-size: cover;
}

.section-phototopnosotros {
  height: 700px;
  background-image: url('../images/ondas-w.svg'), linear-gradient(rgba(94, 60, 51, .5), rgba(94, 60, 51, .5)), url('../images/bg_nosotros.jpg');
  background-position: 20% 115%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-reforestacion {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.reforestacion-container {
  width: 1362px;
  max-width: 1362%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.impacto-fotohome {
  height: 700px;
  background-image: url('../images/linea-impacto-bg.svg'), url('../images/ondas-w.svg'), linear-gradient(rgba(35, 87, 55, .7), rgba(35, 87, 55, .7)), url('../images/bg-impacto.jpg');
  background-position: 10% 10%, 20% 115%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reforestacion-der {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
}

.reforestacion-izq {
  width: 40%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 21px;
}

.reforestacion-contentitems {
  width: 940px;
  justify-content: center;
  margin-bottom: 40px;
}

.impacto--reforestacion-titulo {
  color: #235737;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  align-self: stretch;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 900;
  display: block;
}

.impacto--reforestacion-titulo.greenlight {
  color: #c19901;
  line-height: 40px;
}

.reforestacion-contentitems-colum {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.reforestacion-parrafo {
  width: 800px;
  color: #50332e;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.reforestacion-parrafo.white {
  color: #fff;
}

.reforestacion-parrafo-grande {
  width: 300px;
  color: #50332e;
  font-size: 28px;
  line-height: 30px;
}

.fbox-logo-reforestacion {
  width: 100%;
}

.ttx-reforestacion {
  color: #50332e;
  text-align: center;
  flex: 1;
  font-size: 35px;
  line-height: 35px;
}

.fb-medio-ambiente {
  width: 100%;
  background-color: #5e673c;
  align-items: center;
  padding: 0px 3% 0;
  position: relative;
}

.medioambiente-ondaverde1 {
  z-index: 10;
  width: 100%;
  height: 300px;
  background-image: url('../images/impacto-ondaverde.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -150px;
  position: static;
  top: -28%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.impacto-imagen-medioambiente1 {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
  position: relative;
}

.impacto-container-img1 {
  width: 500px;
  height: 500px;
  background-image: url('../images/mask-img1-impacto.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.impacto-img1 {
  width: 490px;
  height: 490px;
  position: static;
}

.impacto-imagen-medioambiente2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.impacto-container-img2 {
  width: 400px;
  height: 400px;
  background-image: url('../images/mask-img2-impacto.svg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.impacto-img2 {
  width: 380px;
  height: 380px;
  position: static;
}

.conteiner-images-impacto {
  width: 1100px;
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.impacto-img-izquierda, .impacto-img-derecha {
  width: 50%;
  align-items: center;
}

.impacto-imagen-medioambiente3 {
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-left: -140px;
  display: flex;
  position: relative;
  top: -67px;
}

.impacto-container-img3 {
  width: 500px;
  height: 500px;
  background-image: url('../images/mask-img2-impacto.svg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.impacto-img3 {
  width: 490px;
  height: 490px;
  position: static;
}

.medioambiente-ondaverde2 {
  z-index: 2;
  width: 100%;
  height: 400px;
  background-image: url('../images/hello-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -30px;
  display: inline-block;
  position: static;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.deco-plantas {
  width: 400px;
  height: 500px;
  background-image: url('../images/Grupo-48332.svg');
  background-position: 100%;
  background-size: cover;
  position: absolute;
  top: 774px;
  bottom: 0%;
  left: -100px;
  right: auto;
}

.section-refugiosong {
  margin-top: 0px;
  padding: 0 3% 10px;
  position: relative;
  background-image: 
      url('../images/impacto_3.svg'),
      url('../images/impacto_2.svg'), 
      url('../images/impacto_1.svg'),
      url('../images/impacto_6.svg'),
      url('../images/impacto_4.svg'),
      url('../images/impacto_1.svg'),
      url('../images/impacto_3.svg'); 
  background-position: 
      left bottom,   /* Posición de la tercera imagen de fondo */
      right center,  /* Posición de la quinta imagen de fondo */
      right bottom,  /* Posición de la sexta imagen de fondo */
      -180px,  /* Posición de la quinta imagen de fondo */
      left, bottom, /* Posición de la quinta imagen de fondo */
      right, /* Posición de la quinta imagen de fondo */
      right, bottom; /* Posición de la quinta imagen de fondo */
  background-position-y: 
      bottom,        /* Ajuste vertical para la tercera imagen de fondo */
      1200px,        /* Ajuste vertical para la quinta imagen de fondo */
      bottom,        /* Ajuste vertical para la sexta imagen de fondo */
      1600px,        /* Ajuste vertical para la quinta imagen de fondo */
      2700px,     /* Ajuste vertical para la quinta imagen de fondo */
      3500px,     /* Ajuste vertical para la quinta imagen de fondo */
      4500px;     /* Ajuste vertical para la quinta imagen de fondo */
  background-repeat: no-repeat;
  background-size: 500px;
}

@media only screen and (max-width: 768px) {
  .section-refugiosong {
      background-image: none; /* Oculta las imágenes de fondo en pantallas más pequeñas */
  }
}

.impacto--reforestacion-subtitulo {
  color: #ff4762;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  align-self: stretch;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 900;
  display: block;
}

.fbox-refugios {
  width: 800px;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.refugio-parrafo {
  color: #50332e;
  text-align: left;
  margin-left: 40px;
  font-size: 16px;
  line-height: 24px;
}

.imag-refugios {
  width: 255px;
  height: 340px;
  background-image: url('../images/vaquitas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.deco-refugios1 {
  width: 400px;
  height: 500px;
  background-image: url('../images/Grupo-42612.svg');
  background-position: 100%;
  background-size: cover;
  position: absolute;
  top: 400px;
  bottom: 0%;
  left: -50px;
  right: auto;
}

.deco-refugiosamarillo {
  width: 400px;
  height: 500px;
  background-image: url('../images/deco-impacto3.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -17%;
  left: auto;
  right: 0%;
}

.deco-refugiosrulo {
  width: 600px;
  height: 700px;
  background-image: url('../images/Grupo-42646.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: 10px;
}

.deco-refugiospelotita {
  z-index: -1;
  width: 200px;
  height: 200px;
  background-image: url('../images/Grupo-42633.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -115px;
  right: auto;
}

.reforestacion-parrafo-final {
  width: 700px;
  color: #50332e;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 30px;
}

.containerbuscarclientes {
  border: 1px solid #50332e;
  border-radius: 24px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.buscarclientes-l {
  width: 50%;
  padding: 40px;
}

.buscarclientes-r {
  width: 50%;
  padding: 40px 0 40px 10px;
}

.buscarclientes--radio {
  color: #50332e;
  text-transform: none;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
}

.radio-button-label {
  text-transform: none;
}

.buscarclientes--titulo {
  color: #50332e;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.buscarclientes--form {
  width: 100%;
  height: 400px;
  position: static;
}

.buscarclientes--resultado {
  width: 100%;
  height: 400px;
  overflow: auto;
}

.buscarclientes-label {
  color: #50332e;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 700;
}

.buscarclientes-radiobutton {
  width: 18px;
  height: 18px;
  border: 1px solid #50332e;
}

.buscarclientes--combobox {
  height: 40px;
  color: #50332e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #50332e;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
}

.buscarclientes--cliente {
  width: 100%;
  color: #50332e;
  background-image: url('../images/Grupo-48491.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-bottom: 20px;
  padding-left: 24px;
}

.buscarclientes--titulor {
  color: #50332e;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.title_subcat {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .section-phototopinicio {
    height: 440px;
    background-image: url('../images/ondas-w.svg'), url('../images/_DSC0771-2-copia.jpg');
    background-position: 33% 105%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 1500px, cover;
    background-attachment: scroll, scroll;
  }

  .title-section {
    margin-top: 0;
    font-size: 90px;
    line-height: 90px;
  }

  .category-1 {
    flex: none;
  }

  .category-2 {
    flex: none;
    margin-top: 0;
  }

  .category-3 {
    height: 300px;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .category-5 {
    flex: none;
    align-self: auto;
    margin-top: 20px;
  }

  .category-6 {
    height: 300px;
    clear: none;
    flex: none;
    margin-top: 20px;
  }

  .category-7 {
    flex: none;
  }

  .category-8 {
    flex: none;
    margin-top: 20px;
  }

  .container {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .category-9 {
    flex: none;
    margin-top: 20px;
  }

  .category-10 {
    width: 100%;
    flex: none;
    margin-top: 0;
    top: auto;
    left: auto;
  }

  .cell {
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .sectionlinea-phototop {
    height: 900px;
    background-image: url('../images/deco_ondas_brown.svg'), url('../images/deco-768.svg'), url('../images/background.jpg');
    background-position: 50% 100%, 50% -10%, 50%;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-img1 {
    width: 600px;
    height: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image1 {
    width: 590px;
    height: 590px;
  }

  .div-img2 {
    margin-top: 100px;
  }

  .txt_subcategoria {
    text-align: center;
    margin-left: 0;
  }

  .section-onda-flip {
    height: 800px;
    background-position: 50% 0, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-final-lineas {
    padding-top: 100px;
  }

  .paragraph {
    width: 100%;
  }

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

  .slider {
    height: auto;
  }

  .left-arrow {
    left: -30px;
  }

  .right-arrow {
    right: -30px;
  }

  .quick-stack-4 {
    width: 100%;
    grid-row-gap: 66px;
  }

  .container-masproductos {
    width: 700px;
  }

  .link-block {
    float: left;
    margin-right: 15px;
    display: block;
    overflow: visible;
  }

  .containerotrosproductos {
    width: 100%;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .quick-stack-5 {
    width: 750px;
  }

  .flecha1, .image-5 {
    display: none;
  }

  .containerright {
    width: 750px;
    margin-top: 0;
    padding-bottom: 0px;
  }

  .galery-img {
    display: none;
  }

  .composicion-listitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 60px;
  }

  .comp_texto {
    font-size: 18px;
  }

  .nosotros_p, .quick-stack-10 {
    width: 100%;
  }

  .video_loop_v {
    width: 218px;
    height: 408px;
  }

  .video_loop_h {
    width: 460px;
    height: 220px;
  }

  .container_videos {
    width: 100%;
    margin-top: 0px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .video_loop_box {
    width: 220px;
    height: 220px;
  }

  .section-nosotros {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nosotros-container {
    width: 100%;
    height: auto;
    max-width: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .ball_floating {
    display: none;
  }

  .section-inicio {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .planta {
    display: none;
  }

  .section-phototopnosotros {
    height: 440px;
    background-image: url('../images/ondas-w.svg'), linear-gradient(rgba(94, 60, 51, .5), rgba(94, 60, 51, .5)), url('../images/bg_nosotros.jpg');
    background-position: 33% 105%, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 1500px, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .section-reforestacion {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .reforestacion-container {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .impacto-fotohome {
    height: 440px;
    background-image: url('../images/linea-impacto-bg.svg'), url('../images/ondas-w.svg'), linear-gradient(rgba(35, 87, 55, .7), rgba(35, 87, 55, .7)), url('../images/bg-impacto.jpg');
    background-position: 50% 36%, 33% 105%, 0 0, 50%;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: auto, 1500px, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .reforestacion-der, .reforestacion-izq {
    width: 100%;
    margin-top: 0px;
  }

  .reforestacion-contentitems {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .reforestacion-contentitems-colum {
    width: 100%;
    flex-direction: column;
  }

  .reforestacion-parrafo {
    width: 100%;
  }

  .reforestacion-parrafo-grande {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .fbox-logo-reforestacion {
    justify-content: center;
  }

  .ttx-reforestacion {
    font-size: 30px;
  }

  .medioambiente-ondaverde1 {
    top: -26%;
  }

  .impacto-imagen-medioambiente1 {
    margin-top: 0;
  }

  .impacto-container-img1 {
    width: 600px;
    height: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .impacto-img1 {
    width: 590px;
    height: 590px;
  }

  .impacto-container-img2 {
    width: 600px;
    height: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .impacto-img2 {
    width: 590px;
    height: 590px;
  }

  .conteiner-images-impacto {
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    align-items: center;
  }

  .impacto-img-izquierda {
    width: 100%;
  }

  .impacto-img-derecha {
    width: 100%;
    align-items: center;
  }

  .impacto-imagen-medioambiente3 {
    margin-top: 0;
    margin-left: 0;
    top: auto;
  }

  .impacto-container-img3 {
    width: 600px;
    height: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .impacto-img3 {
    width: 590px;
    height: 590px;
  }

  .medioambiente-ondaverde2 {
    height: 200px;
    background-position: 50%;
    background-size: cover;
    margin-top: -5px;
    top: -26%;
  }

  .deco-plantas {
    display: none;
  }

  .fbox-refugios {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .refugio-parrafo {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .imag-refugios {
    width: 100%;
    height: 408px;
    margin-bottom: 40px;
  }

  .deco-refugios1, .deco-refugiosamarillo, .deco-refugiosrulo, .deco-refugiospelotita {
    display: none;
  }

  .reforestacion-parrafo-final {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .containerbuscarclientes {
    flex-direction: column;
    align-items: center;
  }

  .buscarclientes-l {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buscarclientes-r {
    width: 100%;
  }

  .buscarclientes--form {
    height: auto;
  }
}




@media screen and (max-width: 767px) {
  .section-phototopinicio {
    height: 440px;
    background-image: url('../images/ondas-w.svg'), url('../images/_DSC0771-2-copia.jpg');
    background-position: 30% 105%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 1500px, cover;
    background-attachment: scroll, scroll;
  }

  .title-section {
    font-size: 85px;
  }

  .category-1 {
    height: 500px;
  }

  .category-2 {
    height: 220px;
  }

  .category-3 {
    height: 300px;
    margin-top: 0;
  }

  .category-4 {
    height: 410px;
  }

  .category-5 {
    height: 450px;
  }

  .category-6 {
    height: 300px;
  }

  .category-8 {
    height: 220px;
  }

  .footer-legals-text {
    margin-bottom: 20px;
  }

  .footer-legals-text.r, .footer-legals-text.l {
    text-align: center;
    position: static;
  }

  .footer-legals-text.c {
    text-align: center;
  }

  .legals-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-buttons {
    flex-direction: column;
    flex: 0 auto;
    position: static;
  }

  .sectionlinea-phototop {
    height: 900px;
    background-image: url('../images/beonw-768.svg'), url('../images/deco-768.svg'), url('../images/background.jpg');
    background-position: 50% 100%, 50% 0, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .container-img1 {
    width: 470px;
    height: 470px;
  }

  .image1 {
    width: 460px;
    height: 460px;
  }

  .div-img2 {
    margin-top: 100px;
  }

  .section-onda-flip {
    height: 800px;
    background-image: url('../images/Recurso-15.svg'), url('../images/Botanico-uso.png');
    background-position: 50% -3px, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    margin-top: -30px;
  }

  .section-final-lineas {
    background-image: url('../images/waves-brown-mobile.svg');
    background-position: 50% -2%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .imagen1, .imagen2 {
    display: none;
  }

  .container-masproductos {
    width: 550px;
  }

  .link-block {
    width: 150px;
    flex-wrap: nowrap;
    flex: none;
    margin-left: 15px;
    margin-right: 5px;
    display: flex;
  }

  .containerotrosproductos {
    height: 200px;
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-5 {
    width: 550px;
    grid-row-gap: 59px;
  }

  .quick-stack-6, .containerleft {
    width: 550px;
  }

  .containerright {
    width: 550px;
    margin-top: 0;
  }

  .galery-img {
    display: none;
  }

  .img_nos_1, .img_nos_2 {
    display: block;
  }

  .video_loop_v {
    width: 160px;
    height: 292px;
    margin-left: 5px;
  }

  .video_loop_h {
    width: 340px;
    height: 160px;
    margin-top: 10px;
    margin-left: 0;
  }

  .video_loop_box {
    width: 160px;
    height: 160px;
    margin-top: 10px;
    margin-left: 5px;
  }

  .section-phototopnosotros {
    height: 440px;
    background-image: url('../images/ondas-w.svg'), linear-gradient(rgba(94, 60, 51, .5), rgba(94, 60, 51, .5)), url('../images/bg_nosotros.jpg');
    background-position: 30% 105%, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 1500px, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .impacto-fotohome {
    height: 440px;
    background-image: url('../images/linea-impacto-bg.svg'), url('../images/ondas-w.svg'), linear-gradient(rgba(35, 87, 55, .7), rgba(35, 87, 55, .7)), url('../images/bg-impacto.jpg');
    background-position: 50% 35%, 30% 105%, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, 1500px, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .reforestacion-contentitems-colum {
    margin-bottom: auto;
  }

  .fbox-logo-reforestacion {
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
  }

  .ttx-reforestacion {
    margin-top: 40px;
  }

  .medioambiente-ondaverde1 {
    top: -26%;
  }

  .impacto-imagen-medioambiente1 {
    margin-top: 40px;
  }

  .impacto-container-img1 {
    width: 470px;
    height: 470px;
  }

  .impacto-img1 {
    width: 460px;
    height: 460px;
  }

  .impacto-container-img2 {
    width: 470px;
    height: 470px;
  }

  .impacto-img2 {
    width: 460px;
    height: 460px;
  }

  .impacto-container-img3 {
    width: 470px;
    height: 470px;
  }

  .impacto-img3 {
    width: 460px;
    height: 460px;
  }

  .medioambiente-ondaverde2 {
    height: 190px;
    margin-top: -5px;
    top: -26%;
  }

  .imag-refugios {
    width: 100%;
    height: 292px;
    margin-left: 5px;
  }

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

@media screen and (max-width: 479px) {

  .footer-btnlink {
    margin-left: 15px;
    margin-right: 10px;
  }
  .section-phototopinicio {
    background-image: url('../images/ondas-w.svg'), url('../images/_DSC0771-2-copia.jpg');
    background-position: 20% 103%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 1000px, cover;
    background-attachment: scroll, scroll;
  }

  .title-section {
    font-size: 45px;
    line-height: 45px;
  }

  .category-1.large {
    height: 550px;
    flex: 0 auto;
    order: 0;
  }

  .category-1.medium {
    height: 350px;
  }

  .category-1.small {
    height: 300px;
  }

  .category-1.last {
    height: 180px;
  }

  .imgsubcat, .divmask, .divmask3, .divmask2, .divmask4 {
    width: 100px;
    height: 100px;
  }

  .sectionlinea-phototop {
    background-image: linear-gradient(#fff 11%, rgba(0, 0, 0, 0) 17%), url('../images/beonw-768.svg'), url('../images/deco-768.svg'), url('../images/background.jpg');
    background-position: 0 0, 50% 100%, 50% 12%, 50%;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    padding-top: 90px;
  }

  .title_subcat {
    text-align: center;
    font-size: 26px;
    margin-top: 80px;
  }

  .section-middle-lineas {
    padding-top: 40px;
  }

  .container-img1 {
    width: 100%;
    height: 300px;
  }

  .image1 {
    width: 290px;
    height: 290px;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-img2 {
    width: 290px;
    height: 290px;
    margin-top: 60px;
  }

  .container-img2 {
    width: 290px;
    height: 290px;
  }

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

  .txt_subcategoria {
    width: 300px;
  }

  .section-onda-flip {
    background-position: 50% -3px, 20%;
    background-size: auto, cover;
  }

  .section-final-lineas {
    background-image: url('../images/waves-brown-mobile.svg');
    background-position: 50% -2%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
  }

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

  .left-arrow {
    left: -25px;
  }

  .right-arrow {
    right: -25px;
  }

  .container-masproductos {
    width: 320px;
  }

  .image-4 {
    width: 50%;
    max-width: 50%;
  }

  .link-block {
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .containerotrosproductos {
    justify-content: flex-start;
    display: flex;
  }

  .quick-stack-5, .containerleft {
    width: 100%;
  }

  .containerright {
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .composicion-listitem {
    align-self: center;
    top: 40px;
  }

  .comp_texto {
    font-size: 16px;
  }

  .cell-15 {
    justify-content: center;
  }

  .comp_circulo_lleno {
    width: 15px;
    height: 15px;
  }

  .cell-16 {
    align-items: center;
  }

  .comp_circulo_vacio {
    width: 15px;
    height: 15px;
  }

  .quick-stack-8 {
    grid-column-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .maskcontainer {
    width: 300px;
  }

  .video_loop_v {
    width: 44%;
    height: 338px;
    margin-left: 0;
    margin-right: 0;
  }

  .video_loop_v.box {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    margin-left: 0;
  }

  .video_loop_v.left {
    width: 46%;
    margin-right: 3%;
  }

  .video_loop_v.right {
    width: 46%;
    margin-left: 3%;
  }

  .video_loop_h {
    width: 100%;
    height: 168px;
    margin-bottom: 0;
  }

  .video_loop_box {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    margin-left: 0;
  }

  .section-phototopnosotros {
    background-image: url('../images/ondas-w.svg'), linear-gradient(rgba(94, 60, 51, .5), rgba(94, 60, 51, .5)), url('../images/bg_nosotros.jpg');
    background-position: 20% 103%, 0 0, 50% 0;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 1000px, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .text-block-4 {
    height: 60px;
  }

  .impacto-fotohome {
    background-image: url('../images/linea-impacto-bg.svg'), url('../images/ondas-w.svg'), linear-gradient(rgba(35, 87, 55, .7), rgba(35, 87, 55, .7)), url('../images/bg-impacto.jpg');
    background-position: 50% 35%, 20% 103%, 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: auto, 1000px, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .impacto--reforestacion-titulo {
    font-size: 30px;
  }

  .img-logo-reforestacion {
    width: 150px;
  }

  .medioambiente-ondaverde1 {
    margin-top: -220px;
    top: -26%;
  }

  .impacto-container-img1, .impacto-img1, .impacto-container-img2, .impacto-img2 {
    width: 100%;
    height: 300px;
  }

  .impacto-container-img3 {
    width: 100%;
    height: 300px;
    position: absolute;
  }

  .impacto-img3 {
    width: 100%;
    height: 300px;
  }

  .medioambiente-ondaverde2 {
    height: 100px;
    margin-top: -1px;
    top: -26%;
  }

  .impacto--reforestacion-subtitulo {
    font-size: 30px;
  }

  .fbox-refugios {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .refugio-parrafo {
    margin-bottom: 40px;
  }

  .imag-refugios {
    width: 50%;
    height: 338px;
    flex: none;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .imag-refugios.large {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .imag-refugios.l {
    width: 46%;
    margin-right: 3%;
  }

  .imag-refugios.r {
    width: 46%;
    margin-left: 3%;
  }

  .buscarclientes-l {
    padding: 20px 10px;
  }

  .buscarclientes-r {
    padding: 20px 0 20px 10px;
  }

  .buscarclientes--form {
    height: auto;
  }

  .buscarclientes--resultado {
    overflow: auto;
  }
}

#w-node-_24eafb71-2337-cef6-914c-832b319b480c-145bdb66 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1e57a5f5-d0a2-8fa2-7368-251418eb7b66-145bdb66, #w-node-_25eee1ae-f76d-c7a7-3308-6ea911a0811e-145bdb66, #w-node-_888e38ef-4a37-9dcb-d984-e3be0ff15503-145bdb66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb15ecaa-f6d2-15ee-3f08-2647b57d31ce-145bdb66 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-eb15ecaa-f6d2-15ee-3f08-2647b57d31cf-145bdb66, #w-node-eb15ecaa-f6d2-15ee-3f08-2647b57d31d0-145bdb66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8c01347-c639-c2ba-292e-a068be2a8182-145bdb67 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-d8c01347-c639-c2ba-292e-a068be2a8183-145bdb67, #w-node-d8c01347-c639-c2ba-292e-a068be2a8184-145bdb67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64a8f1e1-39d8-440e-6458-1d7bc9f65764-145bdb68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6b1e0429-8385-a98e-5049-4974ed808121-145bdb68, #w-node-c03e7e4c-70cf-23ab-89ad-61931c6a9bbc-145bdb68, #w-node-_4fec3b3d-4b8f-1b6c-e405-bc0789a42fd2-145bdb68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95ed296a-f37a-617b-bc9a-357f814077a1-145bdb69 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_95ed296a-f37a-617b-bc9a-357f814077a2-145bdb69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b99895f9-52d3-2261-b4c4-62738a0599c3-145bdb69 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_49fc9f69-2052-1b6a-c904-96aaaa2bf75a-145bdb69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d12ecc0-eb8f-6c3d-b104-d27428971ac7-145bdb69 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3942ac77-6ba1-50e8-7254-d7235c631264-145bdb69, #w-node-_95ed296a-f37a-617b-bc9a-357f814077a3-145bdb69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2189972c-25de-164e-6981-c079e1dbdc80-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_2189972c-25de-164e-6981-c079e1dbdc81-145bdb6a, #w-node-_2189972c-25de-164e-6981-c079e1dbdc82-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3732a95-62dd-011d-1f55-da57d8e4c929-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-f3732a95-62dd-011d-1f55-da57d8e4c92a-145bdb6a, #w-node-f3732a95-62dd-011d-1f55-da57d8e4c92d-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d0c20c1-6192-dfe1-3679-a2ae2d0d40cb-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-_1d0c20c1-6192-dfe1-3679-a2ae2d0d40cc-145bdb6a, #w-node-_1d0c20c1-6192-dfe1-3679-a2ae2d0d40cf-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71e7c5b0-3e93-080a-2537-01d1c02bb3f2-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-_71e7c5b0-3e93-080a-2537-01d1c02bb3f3-145bdb6a, #w-node-_71e7c5b0-3e93-080a-2537-01d1c02bb3f6-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0fc1a9c-bac3-b506-e4ca-157dc61caaf7-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-e0fc1a9c-bac3-b506-e4ca-157dc61caaf8-145bdb6a, #w-node-e0fc1a9c-bac3-b506-e4ca-157dc61caafb-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_006b47b4-5882-daa0-a466-f7ae34be2e6e-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-_006b47b4-5882-daa0-a466-f7ae34be2e6f-145bdb6a, #w-node-_006b47b4-5882-daa0-a466-f7ae34be2e72-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f758a66e-5f12-2b55-5bc6-07aca83841bb-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-f758a66e-5f12-2b55-5bc6-07aca83841bc-145bdb6a, #w-node-f758a66e-5f12-2b55-5bc6-07aca83841bf-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0e06d23-0693-e032-15af-7a589d4e8fd2-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_49ff57c3-e1d2-2b7d-b0ed-2140f23ce03a-145bdb6a, #w-node-_25b5b3b7-cd42-d28b-a033-f0e9a1144d22-145bdb6a, #w-node-_837293ef-68af-1578-89c9-daa8894d686c-145bdb6a, #w-node-_9bd90c59-1611-9a2e-a3e8-8f238c6234d5-145bdb6a, #w-node-_440a5ce7-cb1c-87d6-a334-93f4b2e30f5d-145bdb6a, #w-node-_8bd9bfda-f8c9-70db-5967-fceac39531c4-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa723b69-b235-0b14-dae1-a53986203534-145bdb6a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7679ef7a-8f06-6a78-d6f6-8cbdbd4371b0-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5847ad2c-241b-093a-01d9-36581fedf4ac-145bdb6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fbc80eef-d0ad-2adf-2cf3-535b110446d7-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5ca6bcd-8c30-7333-d5ca-108ceddce27b-145bdb6a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e5ca6bcd-8c30-7333-d5ca-108ceddce27c-145bdb6a, #w-node-e5ca6bcd-8c30-7333-d5ca-108ceddce27d-145bdb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7b3-145bdb6b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7b4-145bdb6b, #w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7b9-145bdb6b, #w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7be-145bdb6b, #w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7c3-145bdb6b, #w-node-_8eb6bab0-9c3c-ea4d-4cf3-1e7bafd76dfd-145bdb6b, #w-node-a8820fb0-a7ba-d97c-2dab-f4a5b3c85ed3-145bdb6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_24eafb71-2337-cef6-914c-832b319b480c-145bdb66 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1e57a5f5-d0a2-8fa2-7368-251418eb7b66-145bdb66, #w-node-_25eee1ae-f76d-c7a7-3308-6ea911a0811e-145bdb66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_888e38ef-4a37-9dcb-d984-e3be0ff15503-145bdb66 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb15ecaa-f6d2-15ee-3f08-2647b57d31ce-145bdb66 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_95ed296a-f37a-617b-bc9a-357f814077a1-145bdb69 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_95ed296a-f37a-617b-bc9a-357f814077a2-145bdb69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b99895f9-52d3-2261-b4c4-62738a0599c3-145bdb69 {
    display: none;
  }

  #w-node-_95ed296a-f37a-617b-bc9a-357f814077a3-145bdb69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2189972c-25de-164e-6981-c079e1dbdc80-145bdb6a {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_2189972c-25de-164e-6981-c079e1dbdc81-145bdb6a, #w-node-_2189972c-25de-164e-6981-c079e1dbdc82-145bdb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3732a95-62dd-011d-1f55-da57d8e4c929-145bdb6a, #w-node-_1d0c20c1-6192-dfe1-3679-a2ae2d0d40cb-145bdb6a, #w-node-_71e7c5b0-3e93-080a-2537-01d1c02bb3f2-145bdb6a, #w-node-e0fc1a9c-bac3-b506-e4ca-157dc61caaf7-145bdb6a, #w-node-_006b47b4-5882-daa0-a466-f7ae34be2e6e-145bdb6a, #w-node-f758a66e-5f12-2b55-5bc6-07aca83841bb-145bdb6a {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-a0e06d23-0693-e032-15af-7a589d4e8fd2-145bdb6a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_49ff57c3-e1d2-2b7d-b0ed-2140f23ce03a-145bdb6a, #w-node-_25b5b3b7-cd42-d28b-a033-f0e9a1144d22-145bdb6a, #w-node-_837293ef-68af-1578-89c9-daa8894d686c-145bdb6a, #w-node-_9bd90c59-1611-9a2e-a3e8-8f238c6234d5-145bdb6a, #w-node-_440a5ce7-cb1c-87d6-a334-93f4b2e30f5d-145bdb6a, #w-node-_8bd9bfda-f8c9-70db-5967-fceac39531c4-145bdb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7b3-145bdb6b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7b4-145bdb6b, #w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7b9-145bdb6b, #w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7be-145bdb6b, #w-node-_4e3fa845-1cfa-9367-db25-0426d3e2b7c3-145bdb6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3732a95-62dd-011d-1f55-da57d8e4c929-145bdb6a, #w-node-_1d0c20c1-6192-dfe1-3679-a2ae2d0d40cb-145bdb6a, #w-node-_71e7c5b0-3e93-080a-2537-01d1c02bb3f2-145bdb6a, #w-node-e0fc1a9c-bac3-b506-e4ca-157dc61caaf7-145bdb6a, #w-node-_006b47b4-5882-daa0-a466-f7ae34be2e6e-145bdb6a, #w-node-f758a66e-5f12-2b55-5bc6-07aca83841bb-145bdb6a {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-fa723b69-b235-0b14-dae1-a53986203534-145bdb6a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7679ef7a-8f06-6a78-d6f6-8cbdbd4371b0-145bdb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5847ad2c-241b-093a-01d9-36581fedf4ac-145bdb6a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-fbc80eef-d0ad-2adf-2cf3-535b110446d7-145bdb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5ca6bcd-8c30-7333-d5ca-108ceddce27b-145bdb6a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e5ca6bcd-8c30-7333-d5ca-108ceddce27c-145bdb6a, #w-node-e5ca6bcd-8c30-7333-d5ca-108ceddce27d-145bdb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_64a8f1e1-39d8-440e-6458-1d7bc9f65764-145bdb68 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6b1e0429-8385-a98e-5049-4974ed808121-145bdb68, #w-node-c03e7e4c-70cf-23ab-89ad-61931c6a9bbc-145bdb68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4fec3b3d-4b8f-1b6c-e405-bc0789a42fd2-145bdb68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3732a95-62dd-011d-1f55-da57d8e4c929-145bdb6a, #w-node-_1d0c20c1-6192-dfe1-3679-a2ae2d0d40cb-145bdb6a, #w-node-_71e7c5b0-3e93-080a-2537-01d1c02bb3f2-145bdb6a, #w-node-e0fc1a9c-bac3-b506-e4ca-157dc61caaf7-145bdb6a, #w-node-_006b47b4-5882-daa0-a466-f7ae34be2e6e-145bdb6a, #w-node-f758a66e-5f12-2b55-5bc6-07aca83841bb-145bdb6a {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-a0e06d23-0693-e032-15af-7a589d4e8fd2-145bdb6a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_49ff57c3-e1d2-2b7d-b0ed-2140f23ce03a-145bdb6a, #w-node-_25b5b3b7-cd42-d28b-a033-f0e9a1144d22-145bdb6a, #w-node-_837293ef-68af-1578-89c9-daa8894d686c-145bdb6a, #w-node-_9bd90c59-1611-9a2e-a3e8-8f238c6234d5-145bdb6a, #w-node-_440a5ce7-cb1c-87d6-a334-93f4b2e30f5d-145bdb6a, #w-node-_8bd9bfda-f8c9-70db-5967-fceac39531c4-145bdb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


