@font-face {
  font-family: Luxuriousscript;
  src: url('../fonts/LuxuriousScript-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blanco: #fff;
  --azul: #13124b;
  --casi-blanco: #d2d2e7;
}

body {
  color: #333;
  background-color: #f8f5f2;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.header {
  z-index: 4;
  padding: 2rem 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.container-header {
  background-color: var(--blanco);
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3rem 2rem;
  display: flex;
  box-shadow: 0 2px 5px #25412c12;
}

.logo-header {
  text-decoration: none;
}

.texto-logo {
  color: #25412c;
  letter-spacing: -.1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
}

.texto-logo.footer {
  color: #f8f5f2;
}

.links-header {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-header {
  color: #292929;
  font-size: .9rem;
  line-height: 1em;
  text-decoration: none;
}

.link-header.lang {
  font-size: .6rem;
  text-decoration: underline;
}

.casita {
  font-family: Luxuriousscript, Times New Roman, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 0;
}

.section-hero {
  padding: 9rem 3rem 5rem;
}

.hero-home {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100rem;
  height: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 0;
  background-color: var(--blanco);
  border-radius: 1rem 0 0 1rem;
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.col-hero-b {
  background-color: #fff;
  border-radius: 0 1rem 1rem 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 2.8rem;
  display: flex;
}

.titulo-hero {
  color: #4b3a27;
  max-width: 31.8rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 200;
  line-height: 1.1em;
}

.btn {
  background-color: #eb3336;
  border: 1px solid #eb3336;
  border-radius: 100rem;
  padding: .9rem 1.7rem;
  font-size: .9rem;
  line-height: 1em;
  transition: all .2s;
}

.btn:hover {
  color: #eb3336;
  background-color: #fff;
}

.btn.verde {
  background-color: #25412c;
  border-color: #25412c;
}

.btn.verde:hover {
  color: #25412c;
  background-color: #25412c00;
}

.section-como-funciona {
  background-color: #25412c;
  padding: 4.5rem 3rem 6.5rem;
  position: relative;
}

.container-como-funciona {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.titulo-como-funciona {
  color: #cab8a2;
  width: 28%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.8rem;
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 1.1em;
}

.col-como-funciona {
  grid-column-gap: 0rem;
  grid-row-gap: 6rem;
  flex-flow: wrap;
  width: 62%;
  margin-right: -1.5rem;
  padding-top: 2rem;
  display: flex;
}

.col-interna-como-funciona {
  width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.col-interna-como-funciona.ultimo {
  width: 100%;
}

.sub-titulo-como-funciona {
  color: #cab8a2;
  width: 70%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.p-como-funciona {
  color: #e2e2e2;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.imagen-como-funciona {
  border-radius: 1rem;
  width: 19rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.script {
  font-family: Great Vibes, cursive;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 0;
}

.section-quienes-somos {
  padding: 6.5rem 3rem 3.25rem;
}

.numero-como {
  color: #cab8a2;
  text-align: center;
  border: 1px solid #cab8a2;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 0;
}

.container-quienes-somos {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulo-quienes-somos {
  color: #25412c;
  width: 22%;
  margin-top: -.6rem;
  margin-bottom: 0;
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 1.1em;
}

.lista-de-cerdenciales {
  width: 70%;
}

.fila-de-credenciales {
  border-bottom: 1px solid #cab8a25c;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fila-de-credenciales.ultimo {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sub-titulo-acreditacion {
  color: #cab8a2;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.p-acreditacion {
  color: #292929;
  width: 50%;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.section-testimonios {
  padding: 3.25rem 3rem;
}

.container-testimonios {
  text-align: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.col-testimonios {
  width: 25%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.wrapper-slideshow {
  justify-content: space-between;
  align-items: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.col-testimonio {
  background-color: #25412c;
  border-radius: 1rem;
  height: 100%;
  padding: 2.6rem 1.5rem;
  top: 0;
}

.nombre-testominio {
  color: #cab8a2;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.quote-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.imagen-quote {
  opacity: 1;
  filter: grayscale();
  border-radius: 1rem;
  width: 9rem;
  height: 9rem;
  margin-bottom: 3.6rem;
}

.titulo-testimonios {
  color: #25412c;
  text-align: center;
  margin: 0 auto 3rem;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.1em;
  display: inline-block;
}

.fondo-interactivo {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-asesoria {
  padding: 3.25rem 3rem 6.5rem;
}

.div-block {
  background-color: #fff;
  border-radius: 1rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 2.6rem;
}

.titulo-asesor {
  color: #25412c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 1.1em;
}

.con-contacta {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.col-contacta {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

.desc-asesor {
  color: #292929;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.form-contacta {
  width: 61%;
  margin-bottom: 0;
}

.fila-contacto {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.4rem;
  display: flex;
}

.col-contacto {
  width: 100%;
}

.espacio-form {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.label {
  color: #292929;
  margin-bottom: .7rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1em;
}

.input {
  color: #292929;
  background-color: #f8f5f2;
  border: 1px #000;
  border-radius: .3rem;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .4rem .8rem;
  font-size: .8rem;
  line-height: 1em;
}

.section-footer {
  background-color: #25412c;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 2rem 3rem;
}

.container-footer {
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.links-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.link-footer {
  color: #f8f5f2;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1em;
  text-decoration: none;
}

.puntos-slider {
  display: none;
}

.nav-slider {
  font-size: 1.5rem;
  line-height: 1em;
}

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

.section-aviso {
  min-height: 100vh;
  padding: 9.6rem 3rem;
}

.p-legal {
  color: #292929;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.success {
  border-radius: 10rem;
  padding: 1rem 1.5rem;
  font-size: .8rem;
  line-height: 1em;
}

.error {
  border-radius: 10rem;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  font-size: .8rem;
  line-height: 1em;
}

.btn-responsive, .close {
  display: none;
}

.icono-red {
  float: left;
  width: 1.1rem;
}

.iconos-redes {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  opacity: .72;
  display: flex;
}

@media screen and (max-width: 479px) {
  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-header {
    padding: 1rem 1.5rem;
  }

  .texto-logo {
    font-size: .9rem;
  }

  .texto-logo.footer {
    margin-bottom: 2rem;
  }

  .links-header {
    z-index: 4;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #25412c;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40vw;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all .2s;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -40vw;
  }

  .links-header.on {
    right: 0;
  }

  .link-header {
    color: #cab8a2;
  }

  .section-hero {
    padding: 8rem 2rem 4rem;
  }

  .hero-home {
    background-color: var(--blanco);
    border-radius: 1rem;
    flex-flow: column;
    height: auto;
    display: block;
  }

  .background-video {
    border-radius: 0;
    max-width: none;
  }

  .col-hero-b {
    background-color: #fff0;
    width: 100%;
    padding: 2rem;
  }

  .titulo-hero {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }

  .section-como-funciona {
    padding: 4rem 2rem;
  }

  .container-como-funciona {
    flex-flow: column;
  }

  .titulo-como-funciona {
    width: 100%;
    margin-bottom: 3rem;
    padding-top: 0;
    font-size: 2.2rem;
  }

  .col-como-funciona {
    grid-row-gap: 4rem;
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 0;
  }

  .col-interna-como-funciona {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sub-titulo-como-funciona {
    font-size: 1.3rem;
  }

  .p-como-funciona {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .imagen-como-funciona {
    margin-top: 3rem;
    position: static;
  }

  .section-quienes-somos {
    padding: 4rem 2rem;
  }

  .container-quienes-somos {
    flex-flow: column;
  }

  .titulo-quienes-somos {
    width: 100%;
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }

  .lista-de-cerdenciales {
    width: 100%;
  }

  .fila-de-credenciales {
    flex-flow: column;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .sub-titulo-acreditacion {
    width: 100%;
    margin-bottom: 0;
  }

  .p-acreditacion {
    width: 100%;
  }

  .section-testimonios {
    padding: 2rem 2rem 3rem;
  }

  .col-testimonios {
    width: 50%;
    padding-bottom: 1rem;
  }

  .wrapper-slideshow {
    flex-flow: wrap;
  }

  .col-testimonio {
    padding: 1.5rem 1rem;
  }

  .quote-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .imagen-quote {
    border-radius: 50rem;
    width: 6rem;
    height: auto;
    margin-bottom: 2rem;
  }

  .titulo-testimonios {
    font-size: 2.2rem;
  }

  .section-asesoria {
    padding: 3rem 2rem;
  }

  .div-block {
    padding: 2rem 1.5rem;
  }

  .titulo-asesor {
    width: 14rem;
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }

  .con-contacta {
    flex-flow: column;
  }

  .col-contacta {
    width: 100%;
    margin-bottom: 3rem;
  }

  .desc-asesor {
    width: 80%;
  }

  .form-contacta {
    width: 100%;
  }

  .espacio-form {
    width: 1rem;
    height: 1rem;
  }

  .section-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-footer {
    flex-flow: column;
  }

  .links-footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-aviso {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-legal {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .btn-responsive {
    border-top: 1px solid #25412c;
    border-bottom: 1px solid #25412c;
    width: 2rem;
    height: .6rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .close {
    z-index: 3;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .icono-red {
    filter: invert();
  }
}


@font-face {
  font-family: 'Luxuriousscript';
  src: url('../fonts/LuxuriousScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}