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

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

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

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

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

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

.navbar {
  background-color: #fff;
  margin-top: 10px;
}

.image {
  padding-top: 16px;
}

.button {
  object-fit: fill;
  background-color: #0fca67;
  border-radius: 10px;
  margin-top: 5px;
  padding: 15px 40px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #727272;
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.container {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  max-width: 1920px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 100px;
  display: flex;
}

.heading {
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.paragraph {
  color: #727272;
  text-align: center;
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
}

.body {
  font-family: Sora, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.container-2 {
  max-width: 1920px;
}

.cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-2, .image-3 {
  margin-bottom: 20px;
}

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

.columns {
  width: 1600px;
  max-width: 1920px;
}

.column {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  justify-content: center;
  display: flex;
}

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

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

.btn-class {
  background-color: #0fca67;
  border: 1px solid #0fca67;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 700;
  transition: all .7s;
}

.btn-class:hover {
  transform: translate(0, -7px);
}

.efi-paragraph {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
}

.efi-h2 {
  text-align: center;
  flex: 1;
  justify-content: center;
  font-size: 24px;
  display: flex;
}

.efi-cta-03-text-inner {
  width: 50%;
  text-align: center;
  background-color: rgba(230, 247, 248, .5);
  border-color: #0fca67;
  border-radius: 10px;
  flex: 1;
  padding-bottom: 20px;
}

.efi-cta-03-container {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-comisiones {
  padding: 0 5%;
}

.container-3 {
  background-color: #e3f9ed;
  border-radius: 10px;
}

.column-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grid {
  grid-template-areas: ". Area";
}

.nuestros-dispositivos {
  max-width: 1450px;
  background-color: rgba(230, 247, 248, .5);
  margin-top: 40px;
  padding-top: 40px;
  padding-right: 0;
  border-radius: 20px;
}

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

.cell-3 {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding-bottom: 40px;
}

.image-4 {
  width: 550px;
  max-width: 100%;
  padding: 20px 10px 10px;
}

.quick-stack-2 {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-4-copy {
  width: 660px;
  max-width: 100%;
  padding: 10px;
}

.nuestros-servicios {
  max-width: 14000px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.efi-paragraph-2 {
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 43px;
  font-size: 18px;
}

.efi-ft-08-icon {
  width: 75px;
  height: 75px;
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px;
}

.efi-ft-08-cell {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08 {
  padding: 75px 2%;
}

.heading-3 {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.servicios-component {
  background-color: rgba(230, 247, 248, .5);
  border-radius: 10px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quick-stack-3 {
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.image-7 {
  max-width: 70%;
  margin-top: -90px;
  padding-top: 0;
  padding-bottom: 10px;
}

.beneficios {
  max-width: 1500px;
}

.column-5 {
  padding-left: 80px;
  padding-right: 20px;
}

.heading-4 {
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 48px;
  line-height: 54px;
}

.paragraph-2 {
  margin-bottom: 40px;
  padding-right: 0;
}

.columns-2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.container-6 {
  background-color: rgba(230, 247, 248, .5);
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 23px;
}

.heading-5 {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 32px;
}

.column-6 {
  padding-right: 80px;
}

.efi-button-2 {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button-2:hover {
  transform: translate(0, -7px);
}

.efi-button-2.invert {
  filter: invert();
}

.efi-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.efi-cta-05-text-inner {
  width: 80%;
  margin-bottom: 20px;
}

.efi-cta-05-inner {
  color: #fff;
  background-color: #282828;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 50px;
  display: flex;
}

.efi-cta-05-container {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-comenzar {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0%;
}

.heading-6 {
  font-size: 48px;
  line-height: 52px;
}

.image-9 {
  margin-top: -84px;
}

.efi-text-rights-short {
  color: rgba(30, 40, 51, .5);
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.efi-ftr-05-footer-block {
  width: 50%;
}

.efi-footer-link-centre {
  width: 210px;
  max-width: 320px;
  color: #222;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.efi-ftr-05-link-wrap {
  display: flex;
}

.efi-ftr-05-footer-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.efi-ftr-05-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #fff;
  padding: 20px 2%;
}

.heading-8 {
  text-align: center;
  margin-bottom: 40px;
}

.paragraph-3 {
  margin-bottom: 40px;
}

.btn-class-copy {
  color: #0fca67;
  background-color: #fff;
  border: 1px solid #0fca67;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 700;
  transition: all .7s;
}

.btn-class-copy:hover {
  transform: translate(0, -7px);
}

@media screen and (max-width: 991px) {
  .hero {
    max-width: 960px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .efi-cta-03-text-inner {
    width: 100%;
  }

  .nuestros-dispositivos {
    margin-left: 10px;
    margin-right: 10px;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .quick-stack-3 {
    margin-bottom: 0;
  }

  .image-7 {
    margin-top: -90px;
  }

  .column-5 {
    padding-left: 30px;
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 39px;
  }

  .columns-2 {
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    margin-bottom: 20px;
    padding-right: 30px;
  }

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

  .column-6 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .efi-cta-05-text-inner {
    width: 110%;
    margin-bottom: 0;
  }

  .efi-cta-05-inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .efi-text-rights-short {
    text-align: center;
  }

  .efi-ftr-05-footer-horizontal {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .efi-paragraph-2 {
    padding-right: 0;
  }

  .image-7 {
    max-width: 90%;
    margin-top: -90px;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-bottom: 30px;
  }

  .efi-cta-05-inner {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .efi-text-rights-short {
    text-align: center;
  }

  .efi-ftr-05-footer-horizontal {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .paragraph-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .cell-2 {
    flex-direction: column;
  }

  .efi-paragraph {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-2, .quick-stack-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    overflow: visible;
  }

  .nuestros-servicios {
    margin-bottom: 20px;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr;
  }

  .quick-stack-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    margin-top: -50px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    margin-bottom: 6px;
  }

  .paragraph-2 {
    padding-top: 10px;
  }

  .container-6 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .efi-cta-05-inner {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .efi-ftr-05-link-wrap, .efi-ftr-05-footer-horizontal {
    flex-direction: column;
  }

  .paragraph-3 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-f34123bd-8292-71b0-84cc-bd2063c30630-7ebc5a54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b57d5532-de44-edd2-bbf3-7e26596c478a-7ebc5a54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6a72e303-3bf9-507e-f38b-e2f022c1f3c3-7ebc5a54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b453b82f-a70d-9609-2ba2-9e904e77aa78-7ebc5a54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6a72e303-3bf9-507e-f38b-e2f022c1f3c3-7ebc5a54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f34123bd-8292-71b0-84cc-bd2063c30630-7ebc5a54, #w-node-b57d5532-de44-edd2-bbf3-7e26596c478a-7ebc5a54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6a72e303-3bf9-507e-f38b-e2f022c1f3c3-7ebc5a54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f34123bd-8292-71b0-84cc-bd2063c30630-7ebc5a54 {
    grid-template-rows: minmax(auto, .5fr);
    grid-template-columns: 1fr;
  }

  #w-node-_6a72e303-3bf9-507e-f38b-e2f022c1f3c3-7ebc5a54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


