:root {
  --color2: #6cc;
  --color1: #0a305d;
}

a {
  color: var(--color2);
  text-decoration: none;
}

li {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
}

.seccion {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.seccion.hero {
  background-color: var(--color1);
  background-image: linear-gradient(#0a305dbf, #0a305dbf), url('../images/pexels-stephen-leonardi-587681991-35437605.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 100svh;
}

.seccion._2 {
  background-color: #0a305d;
  flex-flow: wrap;
  min-height: 50vh;
}

.seccion.quote {
  background-color: var(--color1);
  padding-bottom: 4rem;
}

.seccion.footer {
  background-color: var(--color1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.seccion.form {
  background-color: var(--color1);
  display: none;
}

.seccion.form.fixed {
  align-items: stretch;
  width: 30%;
  height: auto;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.seccion._3 {
  background-color: #66cccc40;
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  display: flex;
}

.contenedor.top {
  justify-content: center;
  align-items: flex-start;
}

.contenedor.center {
  justify-content: center;
}

.contenedor.form-lateral {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
}

.logo {
  width: 8rem;
  height: auto;
  margin-bottom: 1rem;
}

.logo.movil {
  display: none;
}

.logo.formulario {
  width: 70%;
}

.col50 {
  flex-flow: wrap;
  width: 48%;
  padding: 1rem;
  display: flex;
}

.col50._2 {
  border: 1px solid var(--color2);
  width: 80%;
  box-shadow: none;
  background-color: #66cccc40;
  background-image: linear-gradient(#0000, #fff);
  border-radius: 10px;
  padding: 2rem;
  transition: all .4s;
}

.col50._2:hover {
  background-color: #66cccc1a;
  box-shadow: 0 2px 10px #66cccc80;
}

.h1 {
  border-bottom: 1px none var(--color2);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.parrafo-hero {
  border-top: 1px none var(--color2);
  width: 80%;
  color: var(--color2);
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
}

.card {
  aspect-ratio: auto;
  background-color: #6cc;
  background-image: linear-gradient(#0000, #ffffff40);
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  min-height: 250px;
  padding: 1.5rem;
  transition: all .4s;
  display: flex;
}

.card:hover {
  box-shadow: 0 2px 15px -2px var(--color2);
  background-image: none;
}

.card._2 {
  border-color: var(--color2);
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  min-height: 220px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  transition-duration: .75s;
  position: relative;
  overflow: hidden;
}

.titulo-card {
  color: #0a305d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
}

.image {
  filter: brightness(200%);
  width: 5rem;
  height: 5rem;
  margin-bottom: 2rem;
}

.button {
  border: 2px solid var(--color2);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  min-width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  transition: all .4s;
}

.button:hover {
  background-color: var(--color2);
  color: #fff;
  background-image: linear-gradient(135deg, #0000, #0a305d40);
  box-shadow: 0 2px 19px 5px #fff3;
}

.linea {
  background-color: var(--color2);
  width: 80%;
  height: 1px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: var(--color2);
}

.wrapper {
  width: 70%;
}

.form-block {
  z-index: 999;
  border-left: 1px solid var(--color2);
  background-color: #f8f8f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.form {
  width: 100%;
  height: auto;
}

.form.movil {
  width: 48%;
}

.text-field {
  border: 1px solid var(--color2);
  color: var(--color1);
  border-radius: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}

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

.submit-button {
  border: 1px none var(--color1);
  background-color: var(--color2);
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  transition: all .4s;
}

.submit-button:hover {
  background-color: var(--color1);
  box-shadow: 0 2px 20px -1px var(--color2);
  color: #fff;
}

.col-hero {
  flex-flow: wrap;
  align-items: center;
  width: 65%;
  padding: 0;
  display: flex;
}

.textarea {
  border: 1px solid var(--color2);
  min-height: 100px;
  color: var(--color1);
  border-radius: 10px;
  margin-bottom: 1rem;
  font-weight: 300;
}

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

.list {
  width: 100%;
  color: var(--color1);
  text-align: center;
  margin-bottom: 1rem;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  list-style-type: none;
}

.list.movil {
  width: 48%;
}

.var {
  color: var(--color2);
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
}

.titulo {
  width: 80%;
  color: var(--color1);
  text-align: center;
  text-transform: none;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1em;
}

.titulo-seccion {
  border-bottom: 1px none var(--color2);
  width: 100%;
  color: var(--color2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.1em;
}

.titulo-seccion.bco {
  color: #fff;
  border-bottom-color: #fff;
  font-weight: 300;
}

.checklist {
  background-image: url('../images/verified.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.checklist._2 {
  border: 1px solid var(--color2);
  background-color: #fff;
  background-image: url('../images/circle.svg');
  background-position: 4%;
  background-size: 1rem 1rem;
  border-radius: 10px;
  height: auto;
  margin-bottom: .5rem;
  padding: 1rem;
  transition: all .4s;
}

.checklist._2:hover {
  background-image: url('../images/circle.svg'), linear-gradient(#fff, #66cccc1a);
  background-position: 4%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1rem 1rem, auto;
}

.txt-checklist {
  color: var(--color1);
  margin-left: 3rem;
}

.txt-checklist._2 {
  color: var(--color1);
  margin-left: 2rem;
  font-weight: 400;
}

.testimonio {
  border: 1px solid var(--color2);
  width: 48%;
  min-height: 250px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  transition: all .5s;
  display: flex;
}

.testimonio:hover {
  background-image: linear-gradient(#fff, #6cc3);
  box-shadow: 0 2px 10px -2px #66cccc80;
}

.txt-testimonio {
  color: var(--color1);
  margin-bottom: 1rem;
  font-weight: 600;
}

.nombre-testimonio {
  color: var(--color1);
  margin-bottom: auto;
  font-size: .9rem;
}

.txt-quote {
  border: 1px solid var(--color2);
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border-radius: 10px;
  width: 80%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
  transition: all .4s;
}

.txt-quote:hover {
  box-shadow: 0 2px 14px -7px var(--color2);
}

.slider {
  background-color: #0000;
  border-radius: 0;
  width: 80%;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: .8rem;
  line-height: 1em;
  display: flex;
  position: static;
}

.right-arrow, .left-arrow {
  display: none;
}

.img-slider {
  object-fit: fill;
  object-position: 50% 100%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.slide {
  border-radius: 0;
  height: 100%;
  min-height: 0;
  max-height: none;
}

.cont_stars {
  flex-flow: wrap;
  justify-content: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-right: auto;
  display: flex;
}

.promedio_num {
  color: #fff;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em;
}

.promedio_txt {
  color: #fff;
  margin-left: .5rem;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
}

.star {
  color: #ddbf8e;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 1.25rem;
  line-height: 1em;
  display: flex;
}

.mask {
  border-radius: 0;
  width: auto;
  height: auto;
  max-height: 500px;
}

.cont-testimonios {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.circulo {
  background-color: var(--color1);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  display: flex;
}

.num {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.titulo-card-var {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.card-frente {
  background-color: #dcf2f2;
  background-image: linear-gradient(#0000, #ffffffbf);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  padding: 2rem;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.card-frente:hover {
  box-shadow: 0 2px 5px 0 var(--color2);
  opacity: 0;
}

.card-vuelta {
  background-color: var(--color1);
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.txt-footer {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.txt-slide {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  padding: 1rem;
  font-size: .9rem;
  line-height: 1.2em;
  position: absolute;
}

.form-block-movil {
  z-index: 999;
  border: 1px solid var(--color2);
  background-color: #f8f8f6;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: static;
  top: 0;
  right: 0;
}

.navbar {
  background-color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
}

.brand {
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.whats-card-2 {
  z-index: 99999;
  aspect-ratio: 1;
  -webkit-text-stroke-color: #000;
  background-color: #42ce4f;
  border: 2px #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-bottom: .2rem;
  margin-left: 0;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}

.whats-card-2:hover {
  background-color: #000;
}

.whats-card-2.none {
  border-radius: 500px;
  width: auto;
  padding: 1rem;
  position: fixed;
  left: 1rem;
  right: auto;
}

.cont_whats-2 {
  align-items: center;
  height: auto;
  padding-right: 0;
  display: flex;
}

.img_whats-2 {
  aspect-ratio: 1;
  height: 1.8rem;
  padding-right: 0;
}

.text_whaatsapp-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.field-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.input {
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}

.input::placeholder {
  color: #1a1a1a;
}

.input.var {
  background-color: #f8f8f8;
}

.input.var::placeholder {
  color: #929292;
}

.input.var.work-mail {
  display: none;
}

.slogan {
  width: auto;
  color: var(--color1);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: .5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.slogan.formulario {
  width: 80%;
  padding: 0;
}

.tel {
  z-index: 99999;
  background-color: var(--color2);
  -webkit-text-stroke-color: #000;
  border: 2px #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  bottom: 1rem;
  left: 5rem;
  right: auto;
}

.tel:hover {
  background-color: #000;
}

.tel.none {
  width: auto;
  padding: .5rem;
  position: fixed;
  left: 1rem;
  right: auto;
}

@media screen and (max-width: 991px) {
  .seccion.form {
    display: flex;
  }

  .seccion.form.fixed {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
  }

  .contenedor.form-lateral {
    width: 90%;
  }

  .logo.movil {
    filter: brightness(10000%);
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo.formulario {
    display: none;
  }

  .h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .card._2 {
    width: 32%;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    margin-bottom: 2rem;
  }

  .linea {
    display: none;
  }

  .wrapper {
    width: 100%;
  }

  .form-block {
    border: 1px solid var(--color2);
    border-radius: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
  }

  .form._50 {
    width: 50%;
  }

  .col-hero {
    width: 85%;
  }

  .list.formulario {
    width: 50%;
  }

  .checklist {
    height: auto;
    min-height: 2rem;
  }

  .testimonio {
    min-height: 280px;
    margin-bottom: 1rem;
  }

  .cont_stars {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .cont_stars.hero {
    justify-content: center;
    align-items: center;
  }

  .star {
    font-size: .8rem;
  }

  .cont-testimonios {
    width: 100%;
  }

  .navbar {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    position: sticky;
    top: 0;
  }

  .brand {
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
  }

  .whats-card-2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    left: auto;
    right: 1rem;
  }

  .whats-card-2.none {
    display: block;
  }

  .cont_whats-2 {
    height: auto;
    padding-right: 0;
  }

  .img_whats-2 {
    height: 1.5rem;
  }

  .text_whaatsapp-2 {
    font-size: .8rem;
  }

  .slogan.formulario {
    display: none;
  }

  .tel {
    aspect-ratio: 1;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    left: auto;
    right: 5rem;
  }

  .tel.none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logo.movil {
    width: 10rem;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .card {
    width: 48%;
    min-height: 220px;
    margin-bottom: 1rem;
  }

  .card._2 {
    width: 90%;
    margin-bottom: 1rem;
  }

  .col-hero {
    width: 90%;
  }

  .titulo {
    font-size: 1.3rem;
  }

  .testimonio {
    min-height: 270px;
  }

  .txt-testimonio {
    font-size: .9rem;
  }

  .nombre-testimonio {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .txt-quote, .slider {
    width: 100%;
  }

  .cont_stars {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .star {
    width: auto;
    font-size: .7rem;
  }

  .cont-testimonios {
    width: 100%;
  }

  .titulo-card-var {
    width: 80%;
    font-size: 1rem;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .img_whats-2 {
    height: 1.5rem;
    padding-left: .5vw;
  }

  .text_whaatsapp-2 {
    font-size: .8rem;
  }

  .input {
    background-color: #0000;
  }

  .input.var {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .seccion {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .seccion.footer {
    padding-bottom: 5rem;
  }

  .seccion.form {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo.movil {
    width: 10rem;
  }

  .col50, .col50._2 {
    width: 100%;
  }

  .col50.sm {
    padding: 0;
  }

  .h1 {
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
  }

  .h2 {
    font-size: 1.1rem;
  }

  .parrafo-hero {
    font-size: 1rem;
  }

  .card {
    aspect-ratio: 1;
    width: 48%;
    height: auto;
    min-height: 0;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .card._2 {
    aspect-ratio: auto;
    width: 100%;
    min-height: 200px;
  }

  .titulo-card {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .image {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
  }

  .button {
    width: 100%;
  }

  .linea {
    margin-bottom: 1.5rem;
  }

  .form.movil, .form._50, .list.movil, .list.formulario {
    width: 100%;
  }

  .titulo {
    width: 100%;
    font-size: 1rem;
  }

  .titulo-seccion {
    font-size: 1.6rem;
  }

  .checklist {
    height: auto;
  }

  .testimonio {
    width: 100%;
    min-height: 0;
  }

  .txt-quote {
    width: 100%;
    padding: 1.5rem;
    font-size: 1rem;
  }

  .slider {
    width: 100%;
  }

  .slide-nav {
    font-size: .7rem;
  }

  .cont_stars {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
  }

  .titulo-card-var {
    width: 90%;
    margin-bottom: 0;
  }

  .card-frente {
    min-height: 200px;
  }

  .card-vuelta {
    min-height: 200px;
    padding: 1rem;
  }

  .txt-footer {
    font-size: .9rem;
  }

  .txt-slide {
    width: 65%;
    margin-top: 0;
    margin-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .form-block-movil {
    flex-flow: column;
    padding: 1.5rem;
  }

  .brand {
    max-width: 50%;
    padding-left: 0;
  }

  .whats-card-2 {
    max-width: 50%;
    padding: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 1.5rem;
    padding: 1vw;
  }

  .img_whats-2 {
    width: auto;
    height: 2rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .text_whaatsapp-2 {
    font-size: .8rem;
  }

  .input.var {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .tel {
    max-width: 50%;
    padding: .5rem;
    left: auto;
    right: 5rem;
  }
}


