:root {
  --blanco: white;
  --morado: #945dcf;
  --naranja: #eea65c;
  --negro: #000;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar-logo-left {
  z-index: 2147483647;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  border-bottom: 2px solid var(--blanco);
  width: 100%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

.nav-menu-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--blanco);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible, .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 {
  color: var(--blanco);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #ffffffbf;
}

.nav-dropdown-toggle:focus-visible, .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-list.shadow-three.mobile-shadow-hide.w--open {
  margin-top: 30px;
}

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  border: 2px solid var(--blanco);
  background-color: var(--naranja);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: var(--naranja);
  transform: scale(.95);
}

.body {
  font-family: Montserrat Alternates, sans-serif;
}

.section {
  background-color: var(--naranja);
  background-image: linear-gradient(180deg, #eea65c00 71%, var(--naranja)), linear-gradient(to bottom, #eea65cc9, #eea65cc9), url('../images/manos.jpg');
  color: #fff;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 140px 20px 100px;
  display: flex;
}

.section-2 {
  background-color: var(--morado);
  background-image: linear-gradient(180deg, #945dcf00 67%, var(--morado)), url('../images/Decoración-12x.png'), linear-gradient(to bottom, #935dcfe0, #935dcfe0), url('../images/17486.jpg');
  color: #fff;
  background-position: 0 0, 50% 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 240px 40px 120px;
}
.section-11 {
  background-color: var(--morado);
  background-image: linear-gradient(180deg, #945dcf00 67%, var(--morado)), url('../images/Decoración-12x.png'), linear-gradient(to bottom, #935dcfe0, #935dcfe0), url('../images/i+d.jpg');
  color: #fff;
  background-position: 0 0, 50% 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 240px 40px 120px;
}

.div-block {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading {
  color: #ffffffc4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.4em;
}

.div-block-2 {
  text-align: center;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block.m-s-grande {
  text-align: center;
  max-width: 600px;
  font-size: 2.3rem;
}

.div-block-4 {
  border: 2px solid var(--blanco);
  background-color: #ffffffa1;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  padding: 30px;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 300px;
  color: var(--morado);
  background-color: #fff;
  border-radius: 9px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding: 15px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--morado);
  background-color: #945dcf29;
  border-radius: 500px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-7.naranja {
  color: var(--naranja);
  background-color: #eea65c54;
}

.div-block-7.naranja.precio {
  justify-content: space-between;
}

.div-block-7.naranja.centro {
  justify-content: center;
  align-items: center;
}

.div-block-7.nuevo {
  border: 2px solid var(--blanco);
  background-color: #fff;
}

.div-block-7._2 {
  color: var(--morado);
}

.text-block-2 {
  margin-top: 2px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-block-2.otro {
  font-weight: 400;
}

.paragraph {
  color: #0000006b;
  margin-bottom: 0;
}

.div-block-8 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.link-block {
  border: 2px solid var(--blanco);
  background-color: var(--naranja);
  color: var(--blanco);
  text-align: center;
  border-radius: 30px;
  padding: 10px 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
}

.link-block:hover {
  background-color: #eea65cd4;
  transform: scale(1.05);
}

.link-block:active {
  background-color: var(--naranja);
  transform: scale(.95);
}

.link-block.morado {
  background-color: var(--morado);
}

.link-block.morado:hover {
  background-color: #945dcfcf;
}

.link-block.morado:active {
  background-color: var(--morado);
}

.link-block.morado.ampliar2:hover {
  transform: scale(1.02);
}

.link-block._2 {
  background-color: #eea65c00;
}

.section-3 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.div-block-9 {
  border: 1px solid var(--blanco);
  background-color: #ffffff69;
  border-radius: 10px;
  padding: 10px;
}

.section-4 {
  background-color: var(--naranja);
  background-image: url('../images/Decoración-22x.png'), linear-gradient(180deg, #eea65c00 76%, var(--naranja)), linear-gradient(to bottom, #eea65cde, #eea65cde), url('../images/2149002988.jpg');
  background-position: 50% 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: 100%, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 240px 40px 120px;
}

.list-item {
  display: none;
}

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

.div-block-11 {
  background-color: var(--blanco);
  border-radius: 20px;
  width: 1.5px;
}

.div-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1200px;
  color: var(--blanco);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-14 {
  flex: 1;
}

.text-block-3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4em;
}

.paragraph-2.izquierda {
  text-align: center;
  max-width: 600px;
}

.paragraph-2.izqq {
  text-align: left;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--blanco);
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.div-block-15.medio {
  min-height: 500px;
}

.div-block-15.medio.espacio.personalizar {
  min-height: auto;
}

.div-block-15.espacio {
  background-color: #ffffffdb;
  flex: 1;
  transition: all .2s;
}

.div-block-15.espacio:hover {
  background-color: #fff;
  transform: translate(0, -11px);
  box-shadow: 0 0 13px #fff;
}

.div-block-15.espacio.entero {
  align-self: stretch;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: 1.8rem;
  line-height: 1em;
}

.div-block-17 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--naranja);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: -5px;
  padding: 0;
  display: flex;
}

.text-block-5 {
  color: #eea65c9e;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 12px;
}

.section-5 {
  background-color: var(--morado);
  background-image: linear-gradient(180deg, #945dcf00 67%, var(--morado)), url('../images/Decoración-32x.png'), linear-gradient(to bottom, #945dcfe3, #945dcfe3), url('../images/4359.jpg');
  color: var(--blanco);
  cursor: auto;
  background-position: 0 0, 50% 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, 100%, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 240px 40px 120px;
}

.div-block-19 {
  border: 2px solid var(--blanco);
  background-color: #d1d1d1;
  border-radius: 10px;
  height: 100%;
}

.background-video {
  z-index: 1;
  border: 2px solid var(--blanco);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid var(--blanco);
  background-color: #935dcfd6;
  background-image: linear-gradient(#945dcfbd, #945dcfbd), url('../images/Decoración-inicio.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.section-6 {
  background-color: var(--naranja);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 140px 40px 100px;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-block-6 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}

.toggle-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle {
  border: 2px solid var(--blanco);
  background-color: var(--naranja);
  color: #fff;
  border-radius: 30px;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  font-size: 17px;
  display: flex;
}

.toggle-icon {
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 13px;
  display: flex;
}

.qa-text {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.toggle-content {
  background-color: #0000;
  margin-top: 10px;
  padding: 20px;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.paragraph-3 {
  margin-bottom: 0;
}

.text-field {
  border: 2px solid var(--blanco);
  color: var(--blanco);
  background-color: #fff0;
  border-radius: 20px;
  margin-bottom: 0;
}

.text-field:active, .text-field:focus {
  border-color: var(--blanco);
  color: var(--blanco);
}

.text-field::placeholder {
  color: var(--blanco);
}

.text-field.negro {
  border-color: var(--morado);
  background-color: #0000;
}

.field-label {
  font-weight: 600;
}

.paragraph-4 {
  font-size: 1rem;
  line-height: 1.4em;
}

.textarea {
  border: 2px solid var(--blanco);
  color: var(--blanco);
  background-color: #fff0;
  border-radius: 20px;
}

.textarea:active, .textarea:focus, .textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-color: var(--blanco);
  color: var(--blanco);
}

.textarea::placeholder {
  color: var(--blanco);
}

.textarea.negro {
  border-color: var(--morado);
}

.div-block-24, .div-block-25, .div-block-26, .div-block-27 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.section-7 {
  background-color: var(--naranja);
  padding: 40px;
}

.footer-subscribe {
  z-index: 999999;
  background-color: var(--naranja);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--blanco);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #ffffffbf;
}

.footer-social-block-three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 0;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--blanco);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--blanco);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #ffffffad;
}

.background-video-2 {
  background-image: linear-gradient(180deg, #eea65c00 63%, var(--naranja)), linear-gradient(to bottom, #eea65cd1, #eea65cd1);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 120px 20px 70px;
  display: flex;
}

.background-video-2.sin100 {
  height: auto;
}

.link {
  color: var(--blanco);
}

.div-block-28 {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-29._2 {
  padding-left: 0;
  padding-right: 10px;
  inset: 0% 0% 0% auto;
}

.div-block-30 {
  background-color: var(--morado);
  border: 2px solid #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  box-shadow: 0 0 14px -6px #000000b5;
}

.rodar {
  transform: rotate(180deg);
}

.div-block-31 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.text-block-7 {
  color: #333333c2;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.section-8 {
  background-color: var(--morado);
  color: var(--blanco);
  background-image: url('../images/Decoración-32x.png'), linear-gradient(#945dcfdb, #945dcfdb), url('../images/manos.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding: 240px 40px 120px;
}

.div-block-37 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-38 {
  max-width: 900px;
}

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

.body-2 {
  font-family: Montserrat Alternates, sans-serif;
}

.section-9 {
  background-color: var(--naranja);
  height: 100vh;
  padding: 140px 40px 100px;
}

.section-9.morado {
  background-color: var(--morado);
}

.div-block-39 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-40 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-41 {
  border: 2px solid var(--blanco);
  background-color: #ffffffa1;
  border-radius: 10px;
  padding: 10px;
}

.div-block-42 {
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--blanco);
  background-color: #ffffffa1;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  margin-top: 30px;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.body-3 {
  font-family: Montserrat Alternates, sans-serif;
}

.div-block-43 {
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 70vw;
  max-width: 950px;
  display: flex;
}

.div-block-44 {
  border: 2px solid var(--blanco);
  color: var(--blanco);
  background-color: #945dcfb5;
  border-radius: 10px;
  margin-top: -50px;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6em;
}

.div-block-45 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1200px;
  height: 100%;
  color: var(--blanco);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-45._2 {
  flex-flow: row-reverse;
}

.div-block-46 {
  border: 2px solid var(--blanco);
  background-image: linear-gradient(#945dcfa3, #945dcfa3), url('../images/2149002988.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex: 1;
  max-width: 500px;
}

.div-block-46._2 {
  background-image: linear-gradient(#eea65ca3, #eea65ca3), url('../images/2149002988.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-47 {
  flex: 1;
}

.form-block {
  margin-bottom: 0;
}

.text-block-8 {
  margin-top: 0;
}

.div-block-48 {
  background-color: var(--morado);
  border-radius: 10px;
  margin-top: 50px;
  padding: 10px;
}

.div-block-48._2 {
  background-color: var(--naranja);
}

.div-block-49 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.div-block-50 {
  border: 2px solid var(--blanco);
  color: var(--blanco);
  background-color: #945dcf75;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1em;
}

.div-block-50._2 {
  background-color: #eea65c8c;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-54 {
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-54.mas20 {
  border: 2px solid var(--blanco);
  background-color: #ffffffed;
  margin-top: 20px;
  transition: all .2s;
}

.div-block-54.mas20:hover {
  transform: translate(0, -3px);
  box-shadow: 0 2px 19px 7px #ffffff47;
}

.div-block-54.mas20.sin {
  min-height: 270px;
  color: var(--blanco);
  background-color: #fff0;
  border-radius: 20px;
  margin-top: 0;
  text-decoration: none;
}

.div-block-54.mas20.sin:hover {
  background-color: #fff3;
  transform: translate(0, -7px);
  box-shadow: 0 2px 19px 7px #ffffff2b;
}

.div-block-55 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-56 {
  background-color: #945dcf36;
  border-radius: 10px;
  padding: 10px;
}

.div-block-57 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: var(--morado);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}

.paragraph-5 {
  color: #ffffffdb;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6em;
}

.div-block-58 {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-60 {
  border: 2px solid var(--blanco);
  border-radius: 20px;
  padding: 6px 12px;
  font-weight: 500;
}

.text-span-2 {
  color: #fff;
  font-size: 3.8rem;
  transition: all .35s;
}

.text-span-2:hover {
  text-shadow: 0 0 13px #fff;
}

.text-span-3 {
  color: var(--naranja);
  font-weight: 700;
}

.div-block-61 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-11 {
  color: var(--morado);
  font-weight: 600;
}

.div-block-62, .div-block-63, .div-block-64 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-66 {
  background-color: var(--morado);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: 500;
  display: flex;
}

.div-block-67 {
  border: 2px solid var(--blanco);
  background-color: #ffffffa6;
  border-radius: 20px;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.div-block-68 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  display: flex;
  overflow: auto;
}

.div-block-69 {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 12px;
  display: flex;
}

.div-block-70 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.body-4 {
  background-image: url('../images/Captura-de-pantalla-2026-04-06-a-las-21.31.11.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-family: Montserrat Alternates, sans-serif;
  display: flex;
}

.section-10 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#eea65c63, #eea65c63);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-71 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--blanco);
  width: 100%;
  max-width: 900px;
  color: var(--blanco);
  background-color: #945dcfdb;
  background-image: linear-gradient(#945dcfc2, #945dcfc2), url('../images/Decoración-inicio.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.div-block-72 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-72.none {
  display: none;
}

.image {
  filter: invert();
  margin: 10px;
}

.link-block-2 {
  border: 2px solid var(--blanco);
  background-color: #945dcf;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.background-video-3 {
  background-image: linear-gradient(180deg, #eea65c00 71%, var(--naranja)), linear-gradient(to bottom, #eea65ccf, #eea65ccf);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 140px 40px;
  display: flex;
}

.div-block-73 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-74 {
  min-width: 400px;
}

.div-block-75 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-76 {
  color: var(--morado);
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 10px 10px 20px;
}

.div-block-77 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-79 {
  background-color: var(--morado);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-12 {
  color: #00000094;
}

.select-field {
  border: 2px solid var(--blanco);
  color: var(--blanco);
  background-color: #f3f3f300;
  border-radius: 20px;
  margin-bottom: 0;
}

.text-block-13 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1em;
}

.div-block-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-block-14 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6em;
}

.div-block-82 {
  border: 2px solid var(--blanco);
  background-color: #945dcfd1;
  background-image: linear-gradient(#945dcfb8, #945dcfb8), url('../images/Decoración-inicio.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
}

.text-block-17 {
  color: var(--naranja);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-18 {
  color: var(--morado);
  text-align: center;
}

.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.text-block-19 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-19.sub {
  font-size: 1.5rem;
  font-weight: 600;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu-two {
    background-color: var(--morado);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    color: var(--blanco);
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--blanco);
    color: var(--morado);
    border-radius: 10px;
  }

  .section-2, .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-11, .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    border-radius: 20px;
    flex-flow: column;
    max-height: 400px;
    overflow: auto;
  }

  .div-block-21.sin {
    max-height: none;
  }

  .qa-text {
    white-space: normal;
    font-size: 16px;
    line-height: 25px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .background-video-2 {
    height: auto;
  }

  .div-block-32 {
    flex-flow: column;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9 {
    height: auto;
  }

  .div-block-52 {
    flex-flow: column;
  }

  .div-block-54.mas20.sin {
    min-height: auto;
  }

  .div-block-65 {
    flex-flow: column;
  }

  .div-block-67 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-70 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-71 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-72.none {
    display: flex;
  }

  .div-block-72.movil-none {
    display: none;
  }

  .background-video-3 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-19 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading, .text-block.m-s-grande {
    font-size: 5vw;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 6vw;
  }

  .text-block.m-s-grande {
    font-size: 7vw;
  }

  .div-block-4 {
    padding: 15px;
  }

  .div-block-6 {
    max-width: 200px;
  }

  .div-block-7.naranja.centro {
    border-radius: 17px;
    flex-flow: column;
  }

  .paragraph-2.izquierda {
    font-size: .9rem;
  }

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

  .div-block-20 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text-block-6 {
    font-size: 2.3rem;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 20px;
  }

  .text-field, .textarea, .form {
    width: 100%;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-legal-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-legal-link {
    margin-left: 0;
  }

  .background-video-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-30 {
    width: 30px;
    height: 30px;
    padding: 0;
  }

  .rodar {
    width: 10px;
  }

  .section-8, .section-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-span-2 {
    font-size: 9vw;
  }

  .div-block-67 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-68 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-69 {
    width: 50px;
    height: 50px;
  }

  .div-block-70 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-71, .background-video-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-74 {
    min-width: auto;
  }

  .div-block-77 {
    flex-flow: column;
  }

  .div-block-78 {
    justify-content: center;
    align-items: center;
  }

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

  .select-field {
    width: 100%;
  }

  .div-block-82 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-2 {
    width: 10px;
  }

  .text-block-15, .text-block-16 {
    text-align: center;
  }
}


