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

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.f-header-image-wrapper-bottom {
  height: 400px;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
  overflow: hidden;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-header-section-special {
  height: 750px;
  align-items: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.f-h2-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 105px;
}

.f-header-background-block {
  width: 100%;
  height: 750px;
  background-color: #f7f9fd;
  background-image: url('../images/Background-header.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-neutral {
  min-height: 48px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.body {
  background-color: #000;
}

.f-header-grid-asymmetrical-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-header-form-wrapper {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-logo-wrap {
  background-color: #fff;
  border: 1px solid #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 32px 60px;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.f-header-logo-wrap:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-25 {
  margin-bottom: 24px;
}

.f-text-link {
  color: #160042;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: block;
}

.f-text-link:hover {
  color: #642eff;
}

.f-header-logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 56px;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.titulos {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.f-header-input-field {
  min-height: 48px;
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-header-input-field::placeholder {
  color: #b6b9ce;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.textos-grises {
  color: #949494;
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.f-header-form-row {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.background-sup {
  width: 100%;
  height: auto;
  max-width: 500px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: rgba(27, 27, 27, .71);
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}

.f-header-gray-background {
  z-index: -1;
  height: 680px;
  background-color: #f7f9fd;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.seccion-conteacto {
  background-color: #000;
  background-image: url('../images/Fondo-contacto.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 66%;
  padding: 190px 5%;
  position: relative;
}

.image {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.texto-lateral {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.shape-background {
  height: auto;
  background-image: url('../images/shape-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-section-small {
  padding: 148px 5% 100px;
  position: relative;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-41 {
  margin-bottom: 40px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-right: -80px;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.button {
  width: 100%;
  text-align: center;
  background-color: #009f00;
  border-radius: 4px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button:hover {
  background-color: #f9076b;
}

.botton2 {
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.botton2:hover {
  transform: translate(7px);
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.image-2 {
  margin-left: 5px;
}

.image-3 {
  z-index: 3;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.image-4 {
  border-radius: 10px;
}

.image-5 {
  margin-top: -203px;
  margin-left: -80px;
}

.cta-1 {
  background-color: #000;
  background-image: url('../images/Lascasasdetodalavidaes1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 66%;
  padding: 190px 5%;
  position: relative;
}

.grid-contacto-copy {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

.checkbox-label {
  color: #949494;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.checkbox {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 3px;
}

.checkbox.w--redirected-checked {
  color: #000;
  background-color: #fff;
  background-image: url('../images/cheack.svg');
  background-size: 7px;
  border-color: #fff;
}

.field-label {
  color: #fff9f9;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.form {
  margin-top: 20px;
}

.f-h1-heading-center {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.text-field {
  color: #949494;
  background-color: #2d2d2d;
  border: 1px #000;
  border-radius: 4px;
  font-family: Inter, sans-serif;
}

.texto-2 {
  width: 60%;
}

.textos-blancos {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-logo {
  flex: none;
  text-decoration: none;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  color: #adb5bd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

.footer-title {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-content-c {
  width: 100%;
  max-width: 384px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 64px auto 44px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  flex: none;
  align-items: center;
  display: flex;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-large-grid-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 64px;
}

.footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.footer-link {
  width: 100%;
  color: #6d767e;
  letter-spacing: -.02em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #009f00;
}

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-bottom-b {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.footer-detail-link {
  color: #353b41;
  text-align: center;
  letter-spacing: -.02em;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
}

.footer-detail-link:hover {
  color: #009f00;
}

.footer-divider-s {
  width: 100%;
  height: 1px;
  background-color: #dfe3e7;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-6 {
  width: 195px;
}

.textos-footer {
  color: #fff;
  font-family: Inter, sans-serif;
}

.textos-footer:hover {
  color: #009f00;
}

.link-block {
  color: #949494;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.link-block:hover {
  color: #009f00;
}

.image-7 {
  width: 140px;
}

@media screen and (max-width: 991px) {
  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-header-section-special {
    height: 600px;
  }

  .f-h2-heading {
    font-size: 80px;
    line-height: 85px;
  }

  .f-header-background-block {
    height: 600px;
  }

  .f-header-grid-asymmetrical-2 {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .titulos {
    font-size: 32px;
  }

  .textos-grises {
    font-size: 14px;
    line-height: 20px;
  }

  .background-sup {
    height: auto;
    max-width: none;
    border-radius: 10px;
  }

  .seccion-conteacto {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .texto-lateral {
    margin-top: 208px;
  }

  .shape-background {
    height: auto;
  }

  .f-section-small {
    background-color: #000;
    padding-top: 80px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .image-3 {
    top: 23%;
    right: 35%;
  }

  .cta-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .grid-contacto-copy {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .f-h1-heading-center {
    font-size: 32px;
  }

  .texto-2 {
    width: 100%;
  }

  .textos-blancos {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-menu {
    justify-content: center;
  }

  .footer-large-grid-l {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-b {
    grid-row-gap: 24px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .f-header-section-special {
    height: 500px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .f-header-background-block {
    height: 500px;
  }

  .titulos {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .background-sup {
    height: auto;
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .seccion-conteacto {
    background-position: 50% 100%;
    background-size: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .texto-lateral {
    height: auto;
    margin-top: auto;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .image-3 {
    width: 20px;
    right: 25%;
  }

  .image-5 {
    width: 70%;
    margin-top: -114px;
  }

  .cta-1 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-contacto-copy {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .f-h1-heading-center {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-large-grid-l {
    grid-column-gap: 24px;
  }

  .image-7 {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .f-header-grid-asymmetrical-2, .f-header-logo-grid {
    grid-template-columns: 1fr;
  }

  .f-header-form-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .background-sup {
    margin-top: 20px;
  }

  .seccion-conteacto {
    background-position: 50% 100%;
    background-size: 200%;
  }

  .texto-lateral {
    height: 150px;
  }

  .shape-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    top: 39%;
  }

  .image-5 {
    width: 70%;
    margin-top: -84px;
    margin-left: -19px;
  }

  .cta-1 {
    background-position: 50% 20%;
    background-size: 100%;
  }

  .grid-contacto-copy {
    grid-template-columns: 1fr;
  }

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

  .footer-large-grid-l {
    grid-template-columns: 1fr;
  }

  .footer-link {
    margin-top: -7px;
  }

  .footer-column {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footer-detail-link {
    margin-top: -8px;
  }
}

#w-node-_29f62b5e-e900-cd17-77e6-fb4e3cf61f92-ac23dfb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df6696a4-e8ae-555f-391d-4edb48b5c7bc-ac23dfb4 {
  align-self: start;
}

#w-node-df6696a4-e8ae-555f-391d-4edb48b5c7d2-ac23dfb4 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-df6696a4-e8ae-555f-391d-4edb48b5c7bc-ac23dfb4 {
    order: -9999;
  }
}


