:root {
  --amarillo: #fdb108;
  --white: white;
  --negro: #1d1b1c;
  --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;
}

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

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

.brand {
  width: 15%;
}

.image {
  height: auto;
}

.nav-menu-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link-2 {
  padding: 0 0 0 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav-link-2:hover {
  color: var(--amarillo);
  font-weight: 600;
}

.nav-link-2.w--current {
  color: var(--amarillo);
  font-weight: 700;
}

.body {
  color: #1d1b1c;
  font-family: Lato, sans-serif;
}

.hero-section {
  background-color: #969696;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/Radios-de-Comunicacion-Motorola-en-Mexico_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 85vh;
  min-height: auto;
  max-height: none;
  padding: 9vh 9vw;
  font-weight: 700;
  display: flex;
}

.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: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-5 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.cta-button-9 {
  background-color: var(--amarillo);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  border-radius: 200px;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
}

.cta-button-9:hover {
  color: var(--white);
  background-color: #e09d08;
}

.div-block-29 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-25 {
  align-self: center;
  max-width: 50%;
  height: auto;
}

.container {
  color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  padding: 12vh 9vw;
  display: flex;
}

.container.bkg {
  background-color: #fdb1082e;
}

.container.footer {
  background-color: #dadada;
  padding-bottom: 10vh;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.bold-text-2 {
  color: var(--amarillo);
  font-weight: 700;
}

.image-27 {
  border-radius: 10px;
  height: auto;
}

.text-span-26 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #d3d3d3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: start;
  margin-bottom: 20px;
  padding: 0;
  display: grid;
}

.text-span-32 {
  color: var(--amarillo);
}

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

.bold-text-3 {
  color: var(--negro);
  font-weight: 700;
}

.heading-7 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-2 {
  color: var(--negro);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.icon-div-2 {
  background-color: #fdb10854;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.icons-grid-2 {
  grid-column-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: flex-start;
  align-items: start;
  margin-bottom: 20px;
}

.icon-img {
  align-self: center;
  width: 50%;
  height: auto;
  margin-right: 0;
}

.bold-text-4 {
  color: var(--negro);
}

.productos-div {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  display: flex;
  box-shadow: 1px 1px 12px -2px #00000040;
}

.div-block-2 {
  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;
}

.div-block-42 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.productos-nombres {
  color: var(--amarillo);
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.productos-descripcion {
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

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

.productos-img {
  text-align: center;
  border: 1px #000;
  border-radius: 12px;
  flex: none;
  order: -1;
  height: auto;
}

.empresas-cont {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  max-width: 100%;
  padding-top: 2vh;
  display: flex;
}

.text-span-34 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.heading-9 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 35px;
}

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

.heading-8 {
  color: #3b3838;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.heading-8.align-center {
  color: #000;
  margin-bottom: 10px;
}

.text-span-36 {
  color: var(--negro);
  font-weight: 700;
}

.heading-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.image-28 {
  border-radius: 10px;
  height: auto;
}

.text-span-37 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

.div-block-44 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #d3d3d3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: start;
  margin-bottom: 20px;
  padding: 0;
  display: grid;
}

.image-29 {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

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

.heading-11 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.text-span-39 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.empresas-cont-2 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.heading-12 {
  color: #3b3838;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

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

.div-block-26 {
  min-width: 60%;
}

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

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

.nav-data-3 {
  color: var(--negro);
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.image-22 {
  max-width: 50%;
  height: auto;
  margin-bottom: 20px;
}

.div-block-27 {
  max-width: 100%;
}

.html-embed-2 {
  border-radius: 15px;
}

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

.link {
  color: var(--negro);
  text-decoration: none;
}

.productos-img-2 {
  text-align: center;
  border: 1px #000;
  border-radius: 12px;
  flex: none;
  height: auto;
}

.productos-img-3 {
  background-color: var(--white);
  text-align: center;
  border: 1px #000;
  border-radius: 12px;
  flex: none;
  order: -1;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-3 {
  grid-column-gap: 21px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.grid-3.gracias {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-2 {
  background-color: #969696;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/Radios-de-Comunicacion-Motorola-en-Mexico.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 85vh;
  min-height: auto;
  max-height: none;
  padding: 9vh 9vw;
  font-weight: 700;
  display: flex;
}

.hero-section-2.gracias {
  justify-content: center;
  align-items: center;
}

.cta-button-10 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #d6263a;
  border-radius: 200px;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
}

.cta-button-10:hover {
  color: #fff;
  background-color: #a41a27;
}

.div-block-45.gracias {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 80%;
  }

  .nav-link-2 {
    padding-left: 40px;
    font-size: 16px;
  }

  .hero-section {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }

  .grid-2 {
    grid-column-gap: 119px;
    justify-items: stretch;
  }

  .h1-2 {
    font-size: 45px;
    line-height: 48px;
  }

  .cta-button-9 {
    font-size: 16px;
  }

  .image-25 {
    max-width: 40%;
    margin-left: 0;
    padding-left: 0;
  }

  .container {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-span-26 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .div-block-6 {
    align-self: flex-start;
  }

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

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

  .productos-div {
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 40px;
    display: flex;
  }

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

  .productos-descripcion {
    font-size: 16px;
    line-height: 22px;
  }

  .text-span-34 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-span-37 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .div-block-44 {
    align-self: flex-start;
  }

  .heading-11 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-span-39 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .heading-12.align-center {
    font-size: 28px;
    line-height: 34px;
  }

  .whatsapp-button {
    padding: 20px;
  }

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

  .grid-3 {
    grid-column-gap: 119px;
    justify-items: stretch;
  }

  .hero-section-2 {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }

  .cta-button-10 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .image {
    max-width: 80%;
  }

  .nav-menu-3 {
    height: 80px;
  }

  .nav-link-2 {
    font-size: 18px;
    line-height: 50px;
  }

  .hero-section {
    line-height: 45px;
  }

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

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

  .cta-button-9 {
    border-radius: 24px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-25 {
    align-self: center;
    padding-left: 0;
  }

  .container {
    width: 100%;
  }

  .heading-6 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .text-span-26 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-2 {
    font-size: 26px;
    line-height: 35px;
  }

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

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

  .productos-nombres {
    flex: 1;
    order: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .productos-descripcion {
    font-size: 22px;
    line-height: 34px;
  }

  .text-span-34 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
  }

  .heading-9 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-9.center {
    font-size: 40px;
  }

  .heading-8 {
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
  }

  .heading-8.align-center {
    font-weight: 700;
  }

  .heading-10 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .text-span-37 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
  }

  .heading-11 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .text-span-39 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
  }

  .heading-12 {
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
  }

  .heading-12.align-center {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

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

  .whatsapp-logo {
    width: 50px;
  }

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

  .hero-section-2 {
    line-height: 45px;
  }

  .cta-button-10 {
    border-radius: 24px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 20px;
  }

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

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    width: 50%;
  }

  .image {
    max-width: 50%;
  }

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

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

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

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

  .nav-link-2 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 0;
    line-height: 26px;
  }

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

  .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: 18px;
    line-height: 26px;
  }

  .image-25 {
    align-self: center;
    max-width: 30%;
  }

  .div-block-43 {
    max-width: 70%;
  }

  .container {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }

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

  .text-span-26 {
    font-weight: 300;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

  .heading-7 {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }

  .icon-div-2 {
    align-items: center;
    max-width: 75%;
  }

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

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

  .productos-div {
    align-items: center;
    max-width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

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

  .image-23 {
    max-width: 90%;
  }

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

  .empresas-cont {
    padding-top: 2vh;
  }

  .text-span-34 {
    font-weight: 300;
  }

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

  .text-span-37 {
    font-weight: 300;
  }

  .div-block-44 {
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

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

  .image-30 {
    max-width: 30%;
  }

  .text-span-39 {
    font-weight: 300;
  }

  .image-24 {
    max-width: 90%;
  }

  .div-block-26 {
    min-width: 100%;
  }

  .nav-data-3 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .image-22 {
    max-width: none;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .productos-img-2 {
    max-width: 90%;
  }

  .productos-img-3 {
    flex: 1;
    align-self: center;
    max-width: 90%;
  }

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

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

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

  .heading-13 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-46, .div-block-47 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: sticky;
    inset: 0% 0% auto;
  }

  .brand {
    padding-left: 0;
  }

  .image {
    max-width: 70%;
  }

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

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

  .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-25 {
    max-width: 30%;
  }

  .div-block-43 {
    max-width: 100%;
  }

  .container.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .icon-div-2 {
    max-width: 100%;
  }

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

  .icon-img {
    width: auto;
    max-width: 20%;
    height: auto;
  }

  .productos-div {
    align-items: center;
    max-width: 100%;
  }

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

  .productos-img {
    max-width: 85%;
  }

  .empresas-cont {
    padding-top: 2vh;
  }

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

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

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

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

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

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

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

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

  .nav-data-3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .productos-img-2 {
    max-width: 85%;
  }

  .productos-img-3 {
    align-self: center;
    max-width: 85%;
  }

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

  .heading-13 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 80%;
  }

  .menu-button {
    width: 50%;
  }

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

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

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

  .cta-button-9 {
    color: var(--white);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-43 {
    max-width: 100%;
  }

  .container, .container.footer {
    align-items: center;
  }

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

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

  .text-span-26 {
    font-size: 16px;
    line-height: 22px;
  }

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

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

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

  .icon-img {
    align-self: flex-start;
    width: 40%;
    max-width: none;
    height: auto;
  }

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

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

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

  .text-span-34 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .heading-8.align-center {
    text-align: center;
    font-size: 26px;
  }

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

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

  .text-span-37 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-26 {
    max-width: 80%;
  }

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

  .image-30 {
    max-width: 80%;
  }

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

  .text-span-39 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .heading-12.align-center {
    text-align: center;
    font-size: 26px;
  }

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

  .whatsapp-logo {
    width: 40px;
  }

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

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

  .div-block-27 {
    overflow: hidden;
  }

  .html-embed-2 {
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
  }

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

  .productos-img-2, .productos-img-3 {
    max-width: 100%;
  }

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

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

  .div-block-46, .div-block-47 {
    max-width: 100%;
  }
}

#w-node-_411e2754-c9ac-ed00-d448-39ea43d66522-3887671f, #w-node-_411e2754-c9ac-ed00-d448-39ea43d66523-3887671f, #w-node-_411e2754-c9ac-ed00-d448-39ea43d66525-3887671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_411e2754-c9ac-ed00-d448-39ea43d66529-3887671f {
  justify-self: stretch;
}

#w-node-_30160bc5-f3ee-3941-9cde-235481883e38-3887671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_30160bc5-f3ee-3941-9cde-235481883e49-3887671f {
  align-self: center;
}

#w-node-beffcbed-97e5-0b42-212e-c6b3efd27d00-3887671f, #w-node-beffcbed-97e5-0b42-212e-c6b3efd27d09-3887671f, #w-node-beffcbed-97e5-0b42-212e-c6b3efd27d11-3887671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_4158834d-58c3-fd0e-9c49-2a40174816a3-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816ab-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816cb-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816d3-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816f6-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a4017481700-3887671f {
  justify-self: center;
}

#w-node-_1263256d-da72-9f0b-f42b-1f0ae3e14c4d-3887671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1263256d-da72-9f0b-f42b-1f0ae3e14c63-3887671f {
  align-self: center;
}

#w-node-_8923ae94-2c7d-36b8-e039-674aa39e9719-3887671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8923ae94-2c7d-36b8-e039-674aa39e971a-3887671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_75ae2388-dd59-f177-3ca8-2095b50b04ca-3887671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75ae2388-dd59-f177-3ca8-2095b50b04dd-3887671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_33076e36-9ca4-bcd8-01ab-62150851d4be-f72e2b1f, #w-node-_33076e36-9ca4-bcd8-01ab-62150851d4bf-f72e2b1f, #w-node-_33076e36-9ca4-bcd8-01ab-62150851d4c1-f72e2b1f, #w-node-c57feb75-8381-1569-1024-fad4afafff5d-f72e2b1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c57feb75-8381-1569-1024-fad4afafff71-f72e2b1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_30160bc5-f3ee-3941-9cde-235481883e38-3887671f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_30160bc5-f3ee-3941-9cde-235481883e49-3887671f {
    justify-self: end;
  }

  #w-node-_4158834d-58c3-fd0e-9c49-2a40174816cb-3887671f {
    place-self: stretch center;
  }

  #w-node-_1263256d-da72-9f0b-f42b-1f0ae3e14c4d-3887671f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1263256d-da72-9f0b-f42b-1f0ae3e14c63-3887671f, #w-node-_8923ae94-2c7d-36b8-e039-674aa39e9719-3887671f {
    justify-self: end;
  }

  #w-node-_8923ae94-2c7d-36b8-e039-674aa39e971a-3887671f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_75ae2388-dd59-f177-3ca8-2095b50b04ca-3887671f, #w-node-c57feb75-8381-1569-1024-fad4afafff5d-f72e2b1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_411e2754-c9ac-ed00-d448-39ea43d66522-3887671f {
    place-self: center;
  }

  #w-node-_30160bc5-f3ee-3941-9cde-235481883e38-3887671f, #w-node-_30160bc5-f3ee-3941-9cde-235481883e49-3887671f {
    justify-self: start;
  }

  #w-node-_4158834d-58c3-fd0e-9c49-2a401748169a-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816a3-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816ab-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816c2-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816cb-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816d3-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816ec-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a40174816f6-3887671f, #w-node-_4158834d-58c3-fd0e-9c49-2a4017481700-3887671f {
    place-self: center;
  }

  #w-node-_1263256d-da72-9f0b-f42b-1f0ae3e14c4d-3887671f, #w-node-_1263256d-da72-9f0b-f42b-1f0ae3e14c63-3887671f, #w-node-_8923ae94-2c7d-36b8-e039-674aa39e9719-3887671f, #w-node-_8923ae94-2c7d-36b8-e039-674aa39e971a-3887671f {
    justify-self: start;
  }

  #w-node-_75ae2388-dd59-f177-3ca8-2095b50b04ca-3887671f {
    place-self: center;
  }

  #w-node-_75ae2388-dd59-f177-3ca8-2095b50b04dd-3887671f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_33076e36-9ca4-bcd8-01ab-62150851d4be-f72e2b1f, #w-node-c57feb75-8381-1569-1024-fad4afafff5d-f72e2b1f {
    place-self: center;
  }

  #w-node-c57feb75-8381-1569-1024-fad4afafff71-f72e2b1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_75ae2388-dd59-f177-3ca8-2095b50b04ca-3887671f {
    place-self: auto;
  }

  #w-node-_75ae2388-dd59-f177-3ca8-2095b50b04dd-3887671f {
    justify-self: stretch;
  }

  #w-node-c57feb75-8381-1569-1024-fad4afafff5d-f72e2b1f {
    place-self: auto;
  }

  #w-node-c57feb75-8381-1569-1024-fad4afafff71-f72e2b1f {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}