:root {
  --white-smoke-2: #f8f7f3;
  --rojo: #fb4026;
  --white-smoke: #ededed;
  --light-slate-grey: #3b3838;
  --black: #3b3838;
  --dark-orchid-2\<deleted\|variable-a2548cc3\>: #8f51d4;
}

.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 {
  box-shadow: none;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 9vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
}

.hero-section {
  height: auto;
  max-height: none;
  min-height: 100vh;
  background-color: var(--white-smoke-2);
  background-image: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/freight-forwarder-nip-cargo-importaciones-exportaciones-argentina.jpg');
  background-position: 0 0, 90% 40%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  padding: 20vh 9vw 15vh;
  display: flex;
}

.h1 {
  color: var(--white-smoke-2);
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: center;
}

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

.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 {
  width: 100%;
  text-align: center;
  background-color: #00b6c2;
  padding-left: 20px;
  padding-right: 20px;
}

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

.cta-button.hero-whatsapp {
  box-shadow: none;
  color: #ff7a00;
  background-color: #fff;
  border: 1px solid #ff7a00;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Lexend;
  font-weight: 600;
}

.cta-button.hero-whatsapp:hover {
  color: #fff;
  background-color: #ff7a00;
  border-style: solid;
}

.cta-button.hero-whatsapp.black {
  border: 3px solid var(--rojo);
  background-color: var(--rojo);
  color: var(--white-smoke-2);
  border-radius: 50px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cta-button.hero-whatsapp.black:hover {
  border: 3px solid var(--rojo);
  color: var(--rojo);
  background-color: #fff;
  font-weight: 900;
}

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

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

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

.whatsapp-button {
  z-index: 4;
  background-color: #0bb346;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12.5px 12.5px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5vh;
  left: auto;
  right: 1vw;
  box-shadow: 1px 1px 5px -1px rgba(71, 71, 71, .7);
}

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

.whatsapp-button-txt {
  color: #fff;
  padding-left: 8px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-2 {
  color: var(--white-smoke-2);
  font-family: Gotham, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

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

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

.container.footer {
  background-color: var(--white-smoke);
}

.container.bkg-violeta {
  background-color: rgba(251, 64, 38, .06);
}

.divisor {
  width: 10vw;
  height: .8vh;
  max-height: none;
  color: #ff7a00;
  background-color: #ff7a00;
  border-radius: 20px;
  margin-bottom: -10px;
}

.div-block-4 {
  padding-right: 0;
}

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

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

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

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

.icon-div-2.bkg-celeste {
  background-color: #e3fcff;
  border-radius: 20px;
  padding: 40px;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-2 {
  color: var(--light-slate-grey);
  text-align: left;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-2.align-center {
  color: var(--light-slate-grey);
  text-align: center;
  font-family: Gotham, sans-serif;
}

.image-4 {
  width: 30px;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  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: center;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.heading-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.heading-4.center {
  max-width: 750px;
  text-align: center;
}

.text-span-5 {
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-span-8 {
  font-weight: 700;
}

.text-block-4 {
  color: var(--light-slate-grey);
  text-align: left;
  font-family: Barlow;
  font-size: 20px;
}

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

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
  display: grid;
}

.text-span-9, .text-span-10 {
  color: var(--dark-orchid-2\<deleted\|variable-a2548cc3\>);
}

.heading-6 {
  color: var(--black);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-span-11 {
  font-weight: 700;
}

.image-16 {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.html-embed {
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
}

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

.paragraph-7 {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.link {
  color: var(--light-slate-grey);
  margin-right: 10px;
  font-family: Barlow;
  font-size: 16px;
  line-height: 26px;
  display: inline;
}

.link:hover {
  font-style: italic;
  text-decoration: none;
}

.div-block-21 {
  margin-bottom: 10px;
}

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

.link-block, .link-block.w--current {
  width: 15%;
}

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

.div-block-23 {
  margin-bottom: 10px;
}

.text-block-5 {
  font-family: Robotoslab;
  font-weight: 900;
}

.image-18 {
  border-radius: 50px;
  margin-right: 10px;
}

.text-block-6 {
  color: var(--black);
  font-family: Barlow;
}

.div-block-24 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.image-19 {
  margin-right: 20px;
}

.text-span-12 {
  color: var(--rojo);
}

.text-span-13, .text-span-14 {
  font-weight: 700;
}

.text-span-15 {
  color: var(--rojo);
  font-weight: 700;
}

.text-span-16 {
  color: var(--rojo);
}

.text-span-17 {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.text-span-18, .text-span-19 {
  font-weight: 700;
}

.text-span-20 {
  color: var(--rojo);
}

.div-block-25 {
  max-width: 50%;
  min-width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-bottom: 10px;
  display: grid;
}

.text-block-7 {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-22 {
  margin-right: 0;
}

.text-span-21 {
  font-weight: 700;
}

.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-2.grid2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.productos-img {
  border-radius: 11px;
}

.productos-descripcion {
  color: rgba(51, 51, 51, .7);
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 150%;
}

.productos-descripcion.small {
  color: var(--black);
  font-family: Gotham, sans-serif;
  font-size: 14px;
}

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

.productos-nombres.small {
  color: var(--rojo);
  font-family: Gotham, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.productos-div {
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 20px;
  display: flex;
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, .25);
}

.productos-div.small {
  background-color: #fff;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-22 {
  color: var(--rojo);
}

.text-span-23 {
  color: var(--rojo);
  font-weight: 500;
  line-height: 160%;
}

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

.text-span-24 {
  color: var(--rojo);
}

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

.heading-7 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-25 {
  font-weight: 500;
}

.link-2 {
  color: var(--black);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.link-2:hover {
  color: var(--rojo);
}

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

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

.heading-8 {
  color: #3b3838;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

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

.text-span-27 {
  color: #fb4026;
}

.div-block-30 {
  max-width: 50%;
  min-width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-bottom: 10px;
  display: grid;
}

.image-24 {
  margin-right: 0;
}

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

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

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
  display: grid;
}

.div-block-33 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
  display: grid;
}

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

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

  .grid {
    justify-items: stretch;
  }

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

  .whatsapp-button-txt {
    padding-left: 12px;
    font-size: 18px;
  }

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

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

  .text-block-4 {
    font-size: 22px;
    line-height: 25px;
  }

  .div-block-19 {
    grid-row-gap: 0px;
  }

  .link-block, .link-block.w--current {
    width: 12%;
  }

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

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

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

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

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

  .div-block-32, .div-block-33 {
    grid-row-gap: 0px;
  }
}

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

  .nav-logo {
    height: auto;
  }

  .hero-section {
    padding: 20vh 100px 10vh;
  }

  .h1 {
    font-size: 60px;
  }

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

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

  .cta-button.hero-whatsapp.black {
    font-size: 18px;
  }

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

  .whatsapp-logo {
    width: 50px;
  }

  .whatsapp-button-txt {
    font-size: 22px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 40px;
  }

  .container {
    width: 100%;
  }

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

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

  .text-span-5 {
    font-size: 26px;
    line-height: 35px;
  }

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

  .text-span-10 {
    font-size: 35px;
    line-height: 42px;
  }

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

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

  .link {
    font-size: 26px;
  }

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

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

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

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

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

  .nav-logo {
    width: 100%;
  }

  .hero-section {
    max-height: none;
    padding-bottom: 10vh;
    padding-left: 60px;
    padding-right: 60px;
  }

  .h1 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 35px;
    line-height: 1.15;
  }

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

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

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

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    margin-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .icon-div-2 {
    align-items: center;
  }

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

  .heading-4, .text-span-5 {
    text-align: center;
  }

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

  .text-block-4 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }

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

  .image-16 {
    margin-top: 0;
  }

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

  .paragraph-7 {
    text-align: center;
  }

  .image-17 {
    margin-bottom: 0;
  }

  .link-block, .link-block.w--current {
    width: 20%;
  }

  .div-block-2, .div-block-2.grid2 {
    grid-template-columns: 1fr;
  }

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

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

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

  .link-block-2 {
    display: flex;
  }

  .link-block-2.w--current {
    flex-direction: column;
    align-items: center;
  }

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

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

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

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

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

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

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

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

  .div-block-4 {
    flex-direction: column;
  }

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

  .div-block-5 {
    grid-column-gap: 1px;
  }

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

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

  .heading-4, .heading-4.center {
    font-size: 22px;
    line-height: 26px;
  }

  .text-span-5 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .heading-6 {
    font-size: 20px;
  }

  .paragraph-7, .link {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-21 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

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

  .image-21.coafi {
    max-width: 70%;
  }

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

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

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

  .productos-descripcion.small {
    font-size: 14px;
  }

  .productos-nombres.small {
    font-size: 18px;
  }

  .productos-div {
    align-items: center;
  }

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

  .heading-8, .heading-8.center {
    font-size: 22px;
    line-height: 26px;
  }

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

  .div-block-33 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  a {
    text-align: right;
    justify-content: flex-end;
    display: flex;
  }

  .nav-bar {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-logo {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .hero-section {
    padding: 15vh 16px 60px;
  }

  .h1 {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
    font-size: 28px;
    line-height: 1.3;
  }

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

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

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

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

  .whatsapp-logo {
    width: 40px;
  }

  .whatsapp-button-txt {
    display: none;
  }

  .container {
    align-items: center;
  }

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

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

  .div-block-5 {
    grid-column-gap: 0px;
    order: 1;
    justify-content: end;
    justify-items: end;
  }

  .image-4 {
    max-width: 70%;
    text-align: right;
  }

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

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

  .text-span-5 {
    font-size: 14px;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .heading-6 {
    font-size: 20px;
    line-height: 24px;
  }

  .link {
    text-align: left;
    display: block;
  }

  .div-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: start;
    margin-bottom: 10px;
  }

  .link-block {
    width: 45%;
  }

  .link-block.w--current {
    width: 40%;
  }

  .image-20 {
    margin-top: 10px;
  }

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

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

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

  .heading-7 {
    margin-top: 0;
  }

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

#w-node-_923ef503-5e91-beec-8464-60c8ebf49742-0c6b6484, #w-node-_831bf599-a9a3-d1a9-d517-9ce5d994d029-0c6b6484, #w-node-_352aeffe-f4d2-cb71-514b-bfd1671d0ea9-0c6b6484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccade59c-4705-b98c-4b11-40493a937131-0c6b6484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c5f09291-433b-96e4-f6c2-fef6449e021c-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e021d-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e021e-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e021f-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0220-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0221-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0222-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0223-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0224-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0225-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0226-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0227-0c6b6484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9047b970-5b65-ed1e-3306-33c406db3a9f-0c6b6484, #w-node-e94ed354-6053-d60b-de63-cb78dafd1f04-0c6b6484, #w-node-fbaa2a49-0e6c-79d4-5215-b51fd857fcc4-0c6b6484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_5849d606-e4d3-a312-ad08-9122e61f3785-0c6b6484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5849d606-e4d3-a312-ad08-9122e61f378e-0c6b6484, #w-node-_5849d606-e4d3-a312-ad08-9122e61f3799-0c6b6484, #w-node-_885740de-0229-999a-6e5b-0b76cce7e2e4-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552493-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552494-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552496-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552498-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552497-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552499-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552495-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c55249a-0c6b6484, #w-node-e09afc03-35a7-ea5f-764b-eabaa5c1e2f5-a5c1e2f3, #w-node-e09afc03-35a7-ea5f-764b-eabaa5c1e2f6-a5c1e2f3, #w-node-b9e798aa-9805-9da9-60f4-5b7aaee72135-a5c1e2f3, #w-node-fbca2454-96e7-e657-d0e2-8adee19866ee-0c6b6486, #w-node-fbca2454-96e7-e657-d0e2-8adee19866ef-0c6b6486, #w-node-fbca2454-96e7-e657-d0e2-8adee19866f4-0c6b6486 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_5849d606-e4d3-a312-ad08-9122e61f3799-0c6b6484 {
    justify-self: end;
  }

  #w-node-e09afc03-35a7-ea5f-764b-eabaa5c1e2f5-a5c1e2f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c5f09291-433b-96e4-f6c2-fef6449e0220-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0221-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0223-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0225-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0226-0c6b6484, #w-node-c5f09291-433b-96e4-f6c2-fef6449e0227-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552496-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552498-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c552495-0c6b6484, #w-node-_870717d2-1c5b-6988-3f8a-07665c55249a-0c6b6484 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_923ef503-5e91-beec-8464-60c8ebf49742-0c6b6484 {
    align-self: center;
    justify-self: center;
  }

  #w-node-ccade59c-4705-b98c-4b11-40493a937131-0c6b6484 {
    justify-self: center;
  }

  #w-node-c5f09291-433b-96e4-f6c2-fef6449e0224-0c6b6484 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5849d606-e4d3-a312-ad08-9122e61f3799-0c6b6484 {
    justify-self: center;
  }

  #w-node-_1f82df1e-0a41-31cf-9e53-e787f214989a-0c6b6484, #w-node-b4531a38-a99a-85c8-5759-08de6a6e985f-0c6b6484, #w-node-df0a2db8-86f8-5f6a-7247-f1fd94cbd0c4-0c6b6484, #w-node-fbca2454-96e7-e657-d0e2-8adee19866ee-0c6b6486 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBook.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}