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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Silka webfont, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Silka webfont, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

h3 {
  color: #181f81;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Silka webfont, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #da3832;
  text-decoration: underline;
}

.navbar-no-shadow {
  background-color: #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #181f81;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px 5px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #181f81;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0c1150;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary._2 {
  background-color: #0057ff;
}

.button-primary._2:hover {
  background-color: #0043c3;
}

.hero-without-image {
  height: 600px;
  color: #fff;
  background-color: rgba(255, 255, 255, .71);
  border-bottom: 1px solid #e4ebf3;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-without-image._1 {
  height: 600px;
  background-color: rgba(24, 31, 129, .28);
  border: 1px #000;
}

.hero-without-image._3 {
  height: 600px;
  background-color: rgba(24, 31, 129, .8);
  border: 1px #000;
  border-radius: 0;
}

.hero-without-image.blanco2 {
  background-color: rgba(255, 255, 255, .86);
  flex-direction: column;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 1040px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #da3832;
  margin-top: 24px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #a30c07;
}

.button-primary-2:active {
  background-color: #43464d;
}

.features-metrics {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.features-block {
  width: 25%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 45px;
}

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: auto;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.image {
  height: 75px;
}

.descrip, .heading {
  color: #181f81;
}

.heading._2 {
  font-size: 40px;
  line-height: 50px;
}

.hero-heading-left {
  background-color: rgba(245, 247, 250, 0);
  border: 1px #000;
  margin-bottom: 50px;
  padding: 0 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #181f81;
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  color: #181f81;
  margin-bottom: 20px;
}

.background-video {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  font-size: 12px;
}

.div-block {
  width: 100%;
  max-width: 1040px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs {
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
}

.tabss {
  width: 24%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0057ff;
  border: 1px solid rgba(24, 31, 129, .1);
  padding: 20px 0 14px;
  font-size: 14px;
}

.tabss.w--current {
  width: 24%;
  text-transform: uppercase;
  background-color: #181f81;
  padding-top: 20px;
  padding-bottom: 14px;
  font-size: 14px;
}

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

.div-block-3 {
  width: 50%;
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3._2 {
  background-color: #fff;
  padding: 48px;
}

.div-block-4 {
  width: 50%;
}

.image-2 {
  height: 50px;
  margin-top: 50px;
}

.text-block {
  color: #181f81;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 12px;
}

.paragraphpeque {
  color: #181f81;
  text-align: center;
  margin-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 14px;
}

.h32 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.h32._2 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.testimonial-column-light {
  border: 1px #181f81;
  padding: 0 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.testimonial-card-two {
  background-color: #fff;
  border: 1px solid rgba(228, 235, 243, .58);
  flex-direction: column;
  align-items: center;
  padding: 48px 32px;
  display: flex;
}

.testimonial-text-two {
  color: #181f81;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.image-3 {
  height: 100px;
  margin-left: 20px;
}

.text-block-2 {
  color: #0057ff;
}

.div-block-5 {
  width: 100%;
  max-width: 1040px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5._1 {
  margin-top: 0;
}

.div-block-6 {
  width: 30%;
  padding-right: 30px;
}

.div-block-7 {
  width: 70%;
}

.image-4 {
  width: 100%;
}

.heading-3 {
  color: #0057ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 34px;
}

.paragraph {
  line-height: 22px;
}

.div-block-8 {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #0057ff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.iconvalor {
  height: 60px;
  padding-right: 10px;
}

.div-block-10 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #181f81;
}

.foooter {
  max-width: 1040px;
  background-color: #0c1152;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.logofooter {
  width: 70%;
}

.footertexto {
  font-size: 14px;
}

.footertexto.boton {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  text-decoration: none;
}

.footerbutton {
  margin-right: 40px;
  text-decoration: none;
}

.image-5 {
  display: none;
}

.bold-text {
  font-weight: 400;
  line-height: 24px;
}

.bold-text-2 {
  font-size: 20px;
}

.text-span-2 {
  color: #0057ff;
  font-size: 14px;
}

.text-span-3 {
  color: #0057ff;
}

.text-span-8 {
  letter-spacing: .1em;
  font-weight: 500;
}

.overlay {
  z-index: 40;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.auto-stopper {
  display: none;
}

.text-span-6 {
  letter-spacing: 1px;
  font-weight: 500;
}

.div-block-42 {
  width: 100%;
  height: 100%;
  background-color: rgba(24, 31, 129, .5);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.image-10 {
  height: 100%;
}

.image-11 {
  width: 50px;
  margin-left: 0;
}

.exit {
  width: auto;
  margin-bottom: 24px;
  padding-left: 0;
}

.button {
  z-index: 6;
  width: 25em;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #000;
  background-image: linear-gradient(to right, #6355fd, #64ee11 0%, #6b4df7 0%, #b103bd);
  border-radius: 10em;
  margin-top: 4em;
  padding: 1.5em 2em;
  font-size: .9em;
  font-weight: 500;
  position: relative;
}

.button.featiures {
  width: 25em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .9em;
}

.div-block-41 {
  width: 400px;
  height: 80%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bannerheading {
  color: #e4e4e4;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.bannerheading._2 {
  color: #000;
  font-size: 2em;
}

.background-video-2 {
  width: 100%;
}

.youtube {
  width: 325px;
  height: 700px;
}

.overlay-3 {
  z-index: 40;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-3.auto-stopper {
  display: none;
}

.button-primary-2-novideo {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #da3832;
  margin-top: 24px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary-2-novideo:hover {
  color: #fff;
  background-color: #a30c07;
}

.button-primary-2-novideo:active {
  background-color: #43464d;
}

.contendroform {
  justify-content: center;
  display: flex;
}

.div-block-21 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.exitmodal {
  cursor: pointer;
  align-self: flex-start;
  margin-top: 10px;
  margin-right: -20px;
  padding-left: 0;
}

.heading-10 {
  margin-top: 10px;
}

.heading-10.modal {
  width: 70%;
  color: #181f81;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.button-5 {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #192643;
  border-radius: 10px;
  margin: 0 20px 20px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
}

.button-5.form {
  letter-spacing: 2px;
  background-color: #da3832;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.modalformtitulo {
  text-align: center;
}

.form-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modalwrapper {
  z-index: 99999;
  background-color: rgba(34, 98, 207, .6);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block {
  margin-top: 30px;
  margin-bottom: 0;
}

.containermodal {
  width: 70%;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  padding: 40px 40px 30px 50px;
  display: flex;
}

.textfield {
  background-color: #f3f3f3;
  border: 0 solid #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 22px;
}

.textfield::-ms-input-placeholder {
  color: rgba(25, 38, 67, .5);
}

.textfield::placeholder {
  color: rgba(25, 38, 67, .5);
}

.text-span-9 {
  color: #da3832;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.image-12 {
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-43 {
  justify-content: center;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
}

.slide-nav {
  padding-top: 50px;
  font-size: 10px;
}

.icon-2 {
  margin-left: 16px;
  font-size: 24px;
}

.icon-3 {
  margin-right: 16px;
  font-size: 24px;
}

.modalwrapper-gracias {
  z-index: 99999;
  background-color: rgba(34, 98, 207, .6);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.containermodal-copy {
  width: 100%;
  height: 90vh;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 30px 50px;
  display: flex;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #da3832;
  margin-top: 24px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #a30c07;
}

.button-primary-4:active {
  background-color: #43464d;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three, .div-block-9 {
    flex-direction: column;
  }

  .button {
    font-size: 1.3em;
  }

  .heading-10 {
    font-size: 35px;
  }

  .modalwrapper {
    display: none;
    overflow: auto;
  }

  .containermodal {
    background-size: 750px;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    overflow: auto;
  }

  .image-12 {
    width: 150px;
  }

  .div-block-43 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider {
    height: 100%;
  }

  .slide-nav {
    padding-top: 50px;
  }

  .modalwrapper-gracias {
    display: none;
    overflow: auto;
  }

  .containermodal-copy {
    background-size: 750px;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-without-image, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .pricing-overview, .hero-heading-left, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

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

  .image-10 {
    object-fit: contain;
  }

  .button {
    width: 250px;
    margin-top: 30px;
    padding: 15px;
    font-size: 10px;
  }

  .button.featiures {
    width: 250px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .div-block-41 {
    flex-direction: column-reverse;
  }

  .bannerheading._2 {
    font-size: 20px;
  }

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

  .exitmodal {
    width: 20px;
    order: 1;
    align-self: flex-end;
  }

  .heading-10 {
    width: 50%;
    margin-top: -20px;
    font-size: 25px;
  }

  .button-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-5.form {
    width: 100%;
  }

  .modalformtitulo {
    order: 3;
  }

  .modalwrapper {
    display: none;
    position: fixed;
  }

  .form-block {
    margin-top: 20px;
  }

  .containermodal {
    background-size: 400px;
    flex-direction: column-reverse;
    align-self: flex-start;
    margin-top: auto;
    padding: 20px;
  }

  .textfield {
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .image-12 {
    width: 100px;
  }

  .modalwrapper-gracias {
    display: none;
    position: fixed;
  }

  .containermodal-copy {
    background-size: 400px;
    flex-direction: column-reverse;
    align-self: flex-start;
    margin-top: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }

  h2 {
    font-size: 35px;
    line-height: 35px;
  }

  h3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-without-image {
    height: 500px;
  }

  .hero-without-image._1 {
    height: 550px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-without-image._3 {
    height: 100%;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-without-image.blanco2 {
    height: 100%;
  }

  .container {
    max-width: none;
  }

  .margin-bottom-24px, .button-primary-2 {
    margin-top: 16px;
  }

  .features-metrics {
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-wrapper {
    flex-direction: column;
  }

  .features-block {
    width: 100%;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .pricing-image {
    height: 70px;
  }

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

  .container-2 {
    max-width: none;
  }

  .background-video {
    width: 100%;
    height: 350px;
  }

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

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

  .tabss, .tabss.w--current {
    width: 100%;
  }

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

  .div-block-3 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-3._2 {
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraphpeque {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-column-light {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-card-two {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-two {
    margin-top: 16px;
  }

  .testimonial-main-heading {
    margin-bottom: 0;
  }

  .div-block-5 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

  .div-block-6 {
    width: 100%;
    padding-right: 0;
  }

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

  .heading-3 {
    text-align: center;
    margin-top: 24px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    text-align: center;
    margin-top: 16px;
  }

  .div-block-8 {
    width: 100%;
    flex-direction: column;
  }

  .div-block-9 {
    margin-top: 24px;
  }

  .foooter {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logofooter {
    width: 80%;
  }

  .footertexto {
    text-align: center;
    margin-top: 24px;
  }

  .footerbutton {
    margin-right: 0;
  }

  .icon {
    color: #da3832;
    font-size: 32px;
  }

  .image-5 {
    height: 300px;
    object-fit: cover;
  }

  .image-6 {
    height: 220px;
    object-fit: cover;
  }

  .overlay {
    height: auto;
    align-items: flex-start;
    padding-top: 0;
    display: none;
    overflow: auto;
  }

  .div-block-42 {
    padding: 0 20px 20px;
  }

  .image-11 {
    width: 35px;
    margin-top: 50px;
  }

  .exit {
    align-self: center;
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .button {
    font-size: 10px;
  }

  .button.featiures {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-41 {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
  }

  .bannerheading {
    font-size: 14px;
  }

  .bannerheading._2 {
    margin-bottom: 0;
  }

  .overlay-3 {
    height: auto;
    align-items: flex-start;
    padding-top: 0;
    display: none;
    overflow: auto;
  }

  .button-primary-2-novideo {
    margin-top: 16px;
  }

  .contendroform {
    justify-content: center;
  }

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

  .exitmodal {
    align-self: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading-10 {
    width: 70%;
  }

  .heading-10.modal {
    font-size: 18px;
    line-height: 20px;
  }

  .button-5 {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .modalwrapper {
    display: none;
    overflow: auto;
  }

  .containermodal {
    width: auto;
    padding-bottom: 20px;
    overflow: auto;
  }

  .textfield {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-12 {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-43 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
  }

  .slide-nav {
    font-size: 4px;
  }

  .icon-2 {
    margin-left: 0;
    font-size: 12px;
  }

  .icon-3 {
    margin-right: 0;
    font-size: 12px;
  }

  .modalwrapper-gracias {
    display: none;
    overflow: auto;
  }

  .containermodal-copy {
    width: auto;
    padding-bottom: 20px;
    overflow: auto;
  }

  .button-primary-4 {
    margin-top: 16px;
  }
}

#w-node-_163eac85-389e-95ef-6349-9449c557f8d0-242bf6f5, #w-node-_163eac85-389e-95ef-6349-9449c557f8d6-242bf6f5, #w-node-_163eac85-389e-95ef-6349-9449c557f8da-242bf6f5, #w-node-_458acea6-e6f9-be07-8b84-79bab417e1d1-242bf6f5, #w-node-_97d7e9c3-ed64-0ed7-0f3f-00cf0cc6d055-242bf6f5, #w-node-_9d605a50-307a-0f5c-b1fa-e457c4286754-242bf6f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Silka webfont';
  src: url('../fonts/silka-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}