@font-face {
  font-family: Aller bold;
  src: url('../fonts/Aller_Bd.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aller rg;
  src: url('../fonts/Aller_Rg.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aller lt;
  src: url('../fonts/Aller_Lt.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.nav-bar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 28px 60px 20px;
  display: flex;
}

.nav-data {
  color: #878785;
  text-align: right;
  font-family: Aller rg, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.nav-logo {
  width: auto;
  height: 45px;
}

.hero-section {
  background-color: #969696;
  background-image: linear-gradient(#00242782, #00242782), url('../images/Filtros-de-Aire-HEPA-y-HVAC-de-Alta-Calidad-y-Eficiencia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  align-items: center;
  height: 85vh;
  min-height: auto;
  max-height: none;
  padding: 5vh 9vw 9vh;
  display: flex;
}

.icons-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.icon-img {
  width: 120px;
  height: 120px;
}

.cta-button {
  background-color: #98c228;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 1px 1px 8px #b1aeae;
}

.cta-button:hover {
  background-color: #87ad22;
}

.cta-button.cta-card {
  text-align: center;
  background-color: #00b6c2;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-button.cta-card:hover {
  background-color: #00a3ae;
}

.empresas-cont {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.empresas-cont.aling {
  align-items: center;
}

.empresas-grid {
  grid-column-gap: 85px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: stretch;
  place-items: center stretch;
  max-width: 100%;
  margin-top: 10px;
}

.empresas-img {
  max-width: 100%;
}

.whatsapp-button {
  z-index: 4;
  background-color: #0bb346;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 13px 13px 16px 16px;
  display: flex;
  position: fixed;
  inset: auto auto 3vh 1vw;
  box-shadow: 1px 1px 5px -1px #474747b3;
}

.whatsapp-logo {
  width: 50px;
  max-width: 50px;
  height: auto;
}

.container {
  flex-direction: column;
  align-items: center;
  padding: 9vh 9vw;
  display: flex;
}

.container.bkg-grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efefef;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
}

.container.bkg-celesta {
  background-color: #1295b92e;
}

.container._2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.bkg-grey {
  background-color: #efefef;
}

.heading-3 {
  margin-top: 20px;
  font-family: Aller bold, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.heading-3.center {
  text-align: center;
  max-width: 800px;
}

.bold-text {
  color: #00b6c2;
  font-family: Aller bold, sans-serif;
}

.divisor {
  background-color: #98c228;
  width: 10vw;
  height: 1vh;
  max-height: none;
  margin-bottom: -10px;
}

.divisor.blue {
  background-color: #11b5c2;
  margin-bottom: 0;
}

.html-embed {
  background-color: #efefef00;
  border-radius: 50px;
  margin-top: 0;
  font-family: Aller rg, sans-serif;
}

.html-embed.footer {
  background-color: #efefefe6;
  border-radius: 20px;
  min-width: 40%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.navbar {
  z-index: 100000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5vh 9vw;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #00000047;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.brand {
  width: 15%;
}

.dropdown-link {
  font-family: Aller lt, sans-serif;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #00b6c2;
  font-family: Aller rg, sans-serif;
}

.dropdown-link.w--current {
  color: #00b6c2;
  font-family: Aller bold, sans-serif;
}

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

.text-block.nav-link-2:focus {
  color: #00b6c2;
  font-family: Aller bold, sans-serif;
}

.dropdown-list {
  background-color: #dbd8d8;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.nav-link-2 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Aller lt, sans-serif;
  font-size: 16px;
}

.nav-link-2:hover {
  color: #00b6c2;
  font-family: Aller rg, sans-serif;
}

.nav-link-2.w--current {
  color: #00b6c2;
  font-family: Aller bold, sans-serif;
}

.cta-button-2 {
  background-color: #98c228;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 1px 1px 8px #b1aeae;
}

.cta-button-2:hover {
  background-color: #87ad22;
}

.title-icon {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.icon-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-txt {
  text-align: center;
  padding-top: 10px;
  font-family: Aller lt, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.productos-nombres {
  color: #00b6c2;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 4px;
  font-family: Aller bold, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

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

.grid-2 {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.h1-2 {
  color: #fff;
  margin-top: 0;
  font-family: Aller bold, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.h1-2.negro {
  color: #1295b4;
  text-align: center;
  text-align: center;
}

.heading-5 {
  color: #fff;
  font-family: Aller rg, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.gracias-section-2 {
  align-items: center;
  min-height: 90vh;
  padding-top: 132px;
  padding-bottom: 132px;
  display: flex;
}

.gracias-cont-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.3;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.body {
  max-width: 100vw;
  overflow: visible;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.icon-2 {
  padding-left: 50px;
}

.nav-data-2 {
  color: #878785;
  text-align: right;
  width: 100%;
  font-family: Aller rg, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.bold-text-4 {
  width: 100%;
  display: inline;
}

.nav-menu-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.heading-6 {
  text-align: left;
  max-width: none;
  margin-top: 10px;
  font-family: Aller bold, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.productos-img-4 {
  max-width: 80%;
  height: auto;
}

.productos-descripcion-4 {
  color: #333333b3;
  text-align: center;
  margin-bottom: 12px;
  font-family: Aller lt, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.productos-div-6 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  display: flex;
  box-shadow: 1px 1px 12px -2px #00000040;
}

.heading-7 {
  margin-top: 0;
  font-family: Aller bold, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.heading-7.small {
  font-size: 28px;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
}

.div-block-41.sub {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.nav-data-3 {
  color: #878785;
  text-align: left;
  width: auto;
  font-family: Aller rg, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.bold-text-5 {
  width: 100%;
  display: inline;
}

.text-block-4 {
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
}

.heading-8 {
  margin-top: 20px;
  font-family: Aller bold, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.heading-8.center {
  text-align: center;
  max-width: 800px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.div-block-45 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: grid;
}

.image-13 {
  max-width: 50%;
  height: auto;
}

.divisor-2 {
  background-color: #98c228;
  width: 10vw;
  height: 1vh;
  max-height: none;
  margin-bottom: -10px;
}

.heading-9 {
  margin-top: 20px;
  font-family: Aller bold, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.text-span-5 {
  color: #11b5c2;
}

.image-16 {
  max-width: 65%;
  height: auto;
}

.whatsapp-button-2 {
  z-index: 4;
  background-color: #0bb346;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 13px 16px 16px;
  display: flex;
  position: fixed;
  inset: auto 1vw 3vh auto;
  box-shadow: 1px 1px 5px -1px #474747b3;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.link {
  color: #00b6c2;
  margin-left: 10px;
  font-family: Aller bold, sans-serif;
  font-size: 16px;
}

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

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  justify-items: start;
  display: grid;
}

.div-block-17 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Aller rg, sans-serif;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .nav-logo {
    height: 44px;
  }

  .hero-section {
    padding-top: 156px;
    padding-bottom: 156px;
  }

  .whatsapp-button {
    padding: 13px;
  }

  .icon-div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .productos-nombres {
    font-size: 22px;
  }

  .grid-2 {
    justify-items: stretch;
  }

  .productos-descripcion-4 {
    font-size: 16px;
  }

  .productos-div-6 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .whatsapp-button-2 {
    padding: 16px 13px 16px 16px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-bar {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hero-section {
    background-image: linear-gradient(#00242782, #00242782), url('../images/Filtros-de-Aire-HEPA-y-HVAC-de-Alta-Calidad-y-Eficiencia.jpg');
    background-size: auto, cover;
    padding: 240px 100px;
  }

  .icon-img {
    width: 150px;
    height: 150px;
  }

  .cta-button {
    padding: 24px 76px;
    font-size: 22px;
  }

  .whatsapp-button {
    padding-left: 13px;
    padding-right: 13px;
  }

  .whatsapp-logo {
    width: 50px;
  }

  .container.bkg-grey {
    padding-top: 5vh;
    padding-bottom: 2vh;
  }

  .cta-button-2 {
    padding: 24px 76px;
    font-size: 22px;
  }

  .icon-txt, .productos-nombres {
    font-size: 22px;
  }

  .h1-2 {
    font-size: 60px;
  }

  .gracias-section-2 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .text-block-3 {
    margin-top: 12px;
    font-size: 28px;
  }

  .productos-descripcion-4 {
    font-size: 20px;
  }

  .whatsapp-button-2 {
    padding-left: 16px;
    padding-right: 13px;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-data {
    font-size: 14px;
  }

  .hero-section {
    height: auto;
    max-height: none;
    padding-top: 2vh;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .icons-grid {
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: 100px;
    height: 100px;
  }

  .cta-button {
    text-align: center;
    width: 100%;
  }

  .cta-button.cta-card {
    width: auto;
    max-width: 629.775%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .empresas-grid {
    grid-column-gap: 6px;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
    justify-items: center;
  }

  .empresas-img {
    max-width: 65%;
  }

  .container._2-columns {
    grid-template-columns: 1fr;
  }

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

  .divisor, .divisor.blue {
    margin-bottom: 10px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-left: 9vw;
  }

  .menu-button {
    text-align: right;
    width: 100%;
    padding: 0;
  }

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

  .icon {
    color: #202020;
    background-color: #fff;
    font-size: 35px;
  }

  .brand {
    width: 50%;
  }

  .text-block.nav-link-2 {
    display: block;
  }

  .icon-txt {
    margin-top: 12px;
    padding-top: 0;
    font-size: 16px;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .h1-2 {
    text-align: center;
    font-size: 35px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }

  .dropdown {
    display: block;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .nav-data-2 {
    width: 90%;
    font-size: 14px;
  }

  .icon-3 {
    color: #202020;
    background-color: #fff;
    font-size: 35px;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-left: 9vw;
  }

  .div-block-38 {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .productos-img-4 {
    max-width: 50%;
  }

  .productos-descripcion-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-39 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .productos-div-6 {
    align-items: center;
    width: 100%;
    padding-left: 27px;
    padding-right: 27px;
  }

  .div-block-41 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .nav-data-3 {
    width: 90%;
    font-size: 14px;
  }

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

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

  .image-13 {
    max-width: 100%;
  }

  .image-14, .image-15, .image-16 {
    max-width: 50%;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
    align-self: center;
    justify-items: center;
  }

  .div-block-47 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-data {
    font-size: 14px;
  }

  .hero-section {
    padding-left: 9vw;
    padding-right: 40px;
  }

  .icons-grid {
    grid-column-gap: 8px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: 80px;
    height: 80px;
  }

  .empresas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .empresas-img {
    max-width: 60%;
  }

  .container.bkg-grey {
    overflow: hidden;
  }

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

  .navbar {
    position: sticky;
    inset: 0% 0% auto;
  }

  .icon-txt {
    font-size: 14px;
  }

  .h1-2 {
    font-size: 35px;
  }

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

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .body {
    max-width: none;
    overflow: visible;
  }

  .nav-data-2 {
    font-size: 14px;
  }

  .div-block-38 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .productos-img-4 {
    max-width: 60%;
  }

  .div-block-39, .productos-div-6 {
    align-items: center;
  }

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

  .div-block-41 {
    align-items: center;
  }

  .div-block-41.sub {
    justify-content: center;
    align-items: center;
  }

  .div-block-42 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .nav-data-3 {
    font-size: 14px;
  }

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

  .div-block-44 {
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .image-13 {
    max-width: 60%;
  }

  .image-14, .image-15 {
    max-width: 45%;
  }

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

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

  .link, .bold-text-3 {
    text-align: center;
  }

  .div-block-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .html-embed-2 {
    width: 100%;
    overflow: hidden;
  }

  .div-block-47 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-data {
    font-size: 12px;
  }

  .nav-logo {
    height: 24px;
  }

  .hero-section {
    max-height: none;
    padding: 2vh 16px 60px;
  }

  .icons-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: 100px;
    height: 100px;
  }

  .cta-button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button.cta-card {
    padding-left: 13px;
    padding-right: 13px;
  }

  .empresas-grid {
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
  }

  .empresas-img {
    max-width: 65%;
    margin-bottom: 40px;
  }

  .whatsapp-button {
    padding: 9px 12px 12px;
  }

  .whatsapp-logo {
    width: 40px;
  }

  .heading-3 {
    text-align: left;
  }

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

  .nav-menu {
    order: 0;
    justify-content: flex-start;
    display: flex;
  }

  .menu-button {
    width: 50%;
  }

  .cta-button-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-icon {
    text-align: left;
    line-height: 25px;
  }

  .icon-div {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .icon-txt {
    text-align: left;
  }

  .h1-2 {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
    line-height: 1.1;
  }

  .gracias-section-2 {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .nav-data-2 {
    text-align: center;
    font-size: 12px;
  }

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

  .nav-menu-3 {
    order: 0;
    justify-content: flex-start;
    display: flex;
  }

  .heading-6 {
    text-align: left;
  }

  .productos-img-4 {
    max-width: 100%;
  }

  .productos-descripcion-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-39 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .productos-div-6 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .heading-7 {
    text-align: left;
  }

  .div-block-41 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .nav-data-3 {
    text-align: center;
    font-size: 12px;
  }

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

  .heading-8 {
    text-align: left;
  }

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

  .image-13 {
    max-width: 100%;
  }

  .heading-9 {
    text-align: left;
  }

  .whatsapp-button-2 {
    padding: 12px 10px 12px 12px;
  }

  .link {
    text-align: center;
  }

  .div-block-17 {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

#w-node-ffaec49c-3d05-b4ca-531c-8fcd2c3ad01e-eb5b6bc3, #w-node-ffaec49c-3d05-b4ca-531c-8fcd2c3ad01f-eb5b6bc3, #w-node-ffaec49c-3d05-b4ca-531c-8fcd2c3ad021-eb5b6bc3, #w-node-ffaec49c-3d05-b4ca-531c-8fcd2c3ad025-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf85e184-6424-2214-02a7-c6d72618fe5c-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf85e184-6424-2214-02a7-c6d72618fe6e-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-cf85e184-6424-2214-02a7-c6d72618fe65-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7f8ca04-c8de-c480-d3ab-9f95bd775295-eb5b6bc3 {
  place-self: center start;
}

#w-node-_551ce708-1bb1-d45e-0f1b-8431658a37d9-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_749f4795-746b-e0e9-4ebf-56ea2e877384-eb5b6bc3, #w-node-_43855e79-9072-49a1-8a75-a90b2c9dc77b-eb5b6bc3, #w-node-_1af159dc-3d8e-d060-0ec7-6af61ffaf10a-eb5b6bc3, #w-node-_40972f23-f757-8186-abdf-c10269d30852-eb5b6bc3, #w-node-c950f73a-443a-c531-486e-0a77bacfa6ee-eb5b6bc3 {
  justify-self: center;
}

#w-node-_7b75076d-9570-5f24-ee9f-671a45adcdac-eb5b6bc3 {
  place-self: center start;
}

#w-node-_7b75076d-9570-5f24-ee9f-671a45adcdb2-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f97d-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f985-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f98d-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f997-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f99f-eb5b6bc3 {
  justify-self: center;
}

#w-node-_96d94d75-a0ff-7009-2a74-022f1c86c500-eb5b6bc3 {
  place-self: center start;
}

#w-node-_96d94d75-a0ff-7009-2a74-022f1c86c506-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_99ba126d-77b2-798a-c46a-2ccb25768d82-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768d8a-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768d92-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768d9a-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768da4-eb5b6bc3 {
  justify-self: center;
}

#w-node-_64c36f9f-bf8b-9d3d-24b2-4048c2be71d7-eb5b6bc3 {
  place-self: center start;
}

#w-node-_64c36f9f-bf8b-9d3d-24b2-4048c2be71dd-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-f310a43c-2ece-fa62-0a19-7e727057e8e4-eb5b6bc3, #w-node-_8dfddc29-8374-6ad2-2ebf-a14ffdeb81f8-eb5b6bc3, #w-node-_555b4903-95d3-7276-e158-856737048adc-eb5b6bc3 {
  justify-self: center;
}

#w-node-_81b4d836-c519-2936-46b6-5f7b3259e58e-eb5b6bc3, #w-node-_24f6956c-2423-aaea-96c7-4be425dcd7ab-eb5b6bc3, #w-node-_3bd72ad9-2c46-0825-166b-ada84b989cb6-eb5b6bc3, #w-node-f0c8429b-6968-1377-36ca-51211be8de03-eb5b6bc3, #w-node-_5efaa99e-e5c3-f047-88c3-6649a2423573-eb5b6bc3, #w-node-_02cc7c8f-0921-43de-30ac-0895ebc5dc07-eb5b6bc3, #w-node-_53b12ca1-3052-0d25-2d49-4a4b915369da-eb5b6bc3, #w-node-d585d063-d1c5-8732-c2ca-024f995c19b5-eb5b6bc3, #w-node-_1b449750-0a50-6cc6-8172-03ffd4877a63-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b449750-0a50-6cc6-8172-03ffd4877a78-eb5b6bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_33962604-c878-9373-610a-c713f79dee3a-f79dee38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33962604-c878-9373-610a-c713f79dee3b-f79dee38 {
  align-self: start;
}

#w-node-_33962604-c878-9373-610a-c713f79dee42-f79dee38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ffaec49c-3d05-b4ca-531c-8fcd2c3ad01e-eb5b6bc3, #w-node-_749f4795-746b-e0e9-4ebf-56ea2e877384-eb5b6bc3, #w-node-_43855e79-9072-49a1-8a75-a90b2c9dc77b-eb5b6bc3, #w-node-_1af159dc-3d8e-d060-0ec7-6af61ffaf10a-eb5b6bc3, #w-node-_40972f23-f757-8186-abdf-c10269d30852-eb5b6bc3, #w-node-c950f73a-443a-c531-486e-0a77bacfa6ee-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f97d-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f985-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f98d-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f997-eb5b6bc3, #w-node-_5ed87fd4-5cb7-4e35-9a6d-b53b8427f99f-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768d82-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768d8a-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768d92-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768d9a-eb5b6bc3, #w-node-_99ba126d-77b2-798a-c46a-2ccb25768da4-eb5b6bc3, #w-node-f310a43c-2ece-fa62-0a19-7e727057e8e4-eb5b6bc3, #w-node-_8dfddc29-8374-6ad2-2ebf-a14ffdeb81f8-eb5b6bc3, #w-node-_555b4903-95d3-7276-e158-856737048adc-eb5b6bc3 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7f8ca04-c8de-c480-d3ab-9f95bd775295-eb5b6bc3, #w-node-_551ce708-1bb1-d45e-0f1b-8431658a37d9-eb5b6bc3, #w-node-_7b75076d-9570-5f24-ee9f-671a45adcdac-eb5b6bc3, #w-node-_7b75076d-9570-5f24-ee9f-671a45adcdb2-eb5b6bc3, #w-node-_96d94d75-a0ff-7009-2a74-022f1c86c500-eb5b6bc3, #w-node-_96d94d75-a0ff-7009-2a74-022f1c86c506-eb5b6bc3, #w-node-_64c36f9f-bf8b-9d3d-24b2-4048c2be71d7-eb5b6bc3, #w-node-_64c36f9f-bf8b-9d3d-24b2-4048c2be71dd-eb5b6bc3, #w-node-b4bc6741-3d48-1c34-91ff-fe83d56ebc21-eb5b6bc3 {
    justify-self: center;
  }

  #w-node-b4bc6741-3d48-1c34-91ff-fe83d56ebc3b-eb5b6bc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81b4d836-c519-2936-46b6-5f7b3259e58e-eb5b6bc3 {
    place-self: center;
  }

  #w-node-_24f6956c-2423-aaea-96c7-4be425dcd7ab-eb5b6bc3 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Aller bold';
  src: url('../fonts/Aller_Bd.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller rg';
  src: url('../fonts/Aller_Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller lt';
  src: url('../fonts/Aller_Lt.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}