.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 {
  max-height: 90vh;
  background-color: #969696;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Portada_Highlight.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 5vh 9vw 9vh;
}

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

.grid {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: stretch;
}

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

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

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

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

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

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

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

.heading-2 {
  color: #fff;
  font-family: Aller lt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

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

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

.container.section-2.bkg-grey {
  grid-column-gap: 30px;
  background-color: #e6e6e6;
  grid-template-rows: auto auto;
  display: block;
}

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

.text-span-4 {
  color: #00b6c2;
}

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

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

.paragraph {
  font-family: Aller lt, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}

.paragraph.align {
  max-width: 80%;
  text-align: center;
}

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

.bold-text.big {
  color: #98c228;
  font-size: 20px;
  line-height: 35px;
}

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

.html-embed {
  margin-top: -25px;
}

.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;
}

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

.title-icon-2 {
  color: #1295b9;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

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

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

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

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

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 2.5vh 9vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .28);
}

.nav-link {
  color: #1295b9;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 15px;
  font-family: Aller lt, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  color: #98c228;
  font-family: Aller rg, sans-serif;
}

.nav-link:focus, .nav-link.w--current {
  color: #98c228;
  font-family: Aller bold, sans-serif;
}

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

.brand {
  width: 15%;
}

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

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

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

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

.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-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 71px;
  display: grid;
}

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

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

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

  .grid {
    justify-items: stretch;
  }

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

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

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

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

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slider-img2.jpg');
    background-size: auto, cover;
    padding: 240px 100px;
  }

  .h1 {
    font-size: 60px;
  }

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

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

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

  .whatsapp-logo {
    width: 50px;
  }

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

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

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

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

  .h1 {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

  .paragraph.align {
    max-width: 100%;
    text-align: center;
  }

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

  .div-block-5, .div-block-7, .div-block-8 {
    grid-template-columns: 1fr;
  }

  .div-block-9, .div-block-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link:hover {
    font-family: Aller bold, sans-serif;
  }

  .nav-link:active {
    color: #98c228;
  }

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

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

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

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

  .brand {
    width: 50%;
  }

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

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

@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: 40px;
    padding-right: 40px;
  }

  .h1 {
    font-size: 35px;
  }

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

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

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

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

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

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

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

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

  .div-block-17 {
    flex-direction: column;
    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;
  }
}

@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 {
    padding: 60px 16px;
  }

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

  .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;
  }

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

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

  .bold-text.big {
    line-height: 20px;
  }

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

  .div-block-5 {
    grid-row-gap: 20px;
  }

  .div-block-6, .div-block-9, .div-block-10 {
    align-items: flex-start;
  }

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

  .link {
    text-align: center;
  }

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

#w-node-_923ef503-5e91-beec-8464-60c8ebf49742-3bd9f8af, #w-node-_831bf599-a9a3-d1a9-d517-9ce5d994d029-3bd9f8af, #w-node-_352aeffe-f4d2-cb71-514b-bfd1671d0ea9-3bd9f8af, #w-node-_58e7a6f6-0063-c831-cb92-999f977e9e60-3bd9f8af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d7951a1-fa36-b469-2cbc-7721e4c3f7b6-3bd9f8af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d7951a1-fa36-b469-2cbc-7721e4c3f7ba-3bd9f8af, #w-node-_8d7951a1-fa36-b469-2cbc-7721e4c3f7be-3bd9f8af, #w-node-_243d871d-44bb-4b6b-5458-c65d4f9518a2-3bd9f8af, #w-node-_243d871d-44bb-4b6b-5458-c65d4f9518a4-3bd9f8af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_243d871d-44bb-4b6b-5458-c65d4f9518a3-3bd9f8af {
  align-self: center;
  justify-self: center;
}

#w-node-_1b337391-8c43-166e-cab0-62a4fdebb346-3bd9f8af, #w-node-a58a2e54-9c5e-1e21-d69e-61b83b01fbee-3bd9f8af, #w-node-b0221a38-5fa5-0398-5ced-f4f38fdf98dc-3bd9f8af, #w-node-f9d3f576-241b-07c3-01f0-1d51db45d0e2-3bd9f8af, #w-node-_5efaa99e-e5c3-f047-88c3-6649a2423573-3bd9f8af, #w-node-_24f6956c-2423-aaea-96c7-4be425dcd7ab-3bd9f8af, #w-node-_02cc7c8f-0921-43de-30ac-0895ebc5dc07-3bd9f8af, #w-node-_53b12ca1-3052-0d25-2d49-4a4b915369da-3bd9f8af, #w-node-f0c8429b-6968-1377-36ca-51211be8de03-3bd9f8af, #w-node-_81b4d836-c519-2936-46b6-5f7b3259e58e-3bd9f8af, #w-node-d585d063-d1c5-8732-c2ca-024f995c19b5-3bd9f8af, #w-node-_3bd72ad9-2c46-0825-166b-ada84b989cb6-3bd9f8af, #w-node-afc42fbd-1527-ed69-ee32-15ee8544829d-3bd9f8af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

@media screen and (max-width: 767px) {
  #w-node-_70bbb9a6-f67f-c8f6-b246-0accb7bb4327-3bd9f8af {
    justify-self: center;
  }

  #w-node-_70bbb9a6-f67f-c8f6-b246-0accb7bb4341-3bd9f8af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b337391-8c43-166e-cab0-62a4fdebb346-3bd9f8af {
    justify-self: auto;
  }
}


@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;
}