:root {
  --color-3: #ededed;
  --color-1: #003265;
  --color-2: #e95a00;
  --color-5: #0cbcd3;
  --color-4: #f6bf9d;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.seccion.hero {
  min-height: 100vh;
  position: relative;
}

.seccion.cintillo {
  background-image: url('../images/img-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.seccion.caracteristicas {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.seccion.cintillo-2 {
  background-color: var(--color-3);
  background-image: url('../images/img-3_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40%;
  height: 24rem;
}

.seccion.contacto {
  background-image: url('../images/img-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor.hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.contenedor.cintillo {
  z-index: 5;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.contenedor.cintillo-2 {
  z-index: 3;
  position: relative;
}

.background-video {
  z-index: -2;
  filter: grayscale();
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  inset: 0% 0% 0% 35%;
}

.bg_color {
  z-index: -1;
  background-image: linear-gradient(#ffffffb3, #ffffffb3), linear-gradient(90deg, #fff, #fff 50%, #0000 50%);
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
}

.bg_color._2 {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--color-1), var(--color-1));
  mix-blend-mode: color;
}

.bg_color._2.b {
  opacity: .95;
  mix-blend-mode: multiply;
}

.bg_color._3 {
  z-index: 1;
  background-image: linear-gradient(#ffffffb3, #ffffffb3);
  height: 24rem;
}

.h1 {
  color: var(--color-1);
  align-self: center;
  width: 90%;
  height: auto;
  padding-right: 2rem;
  font-family: din-2014, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

.col60 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 60%;
  height: auto;
  display: flex;
  position: relative;
}

.col60.b {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  margin-left: auto;
}

.bold {
  font-weight: 700;
}

.h2 {
  color: var(--color-1);
  letter-spacing: 1px;
  width: 65%;
  font-family: din-2014, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6em;
}

.txt_color-2 {
  color: var(--color-2);
  letter-spacing: 1px;
  text-transform: none;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
}

.txt_color-2._2 {
  letter-spacing: 0;
  font-family: din-2014, sans-serif;
}

.cont_nota {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.cont_nota.b {
  margin-bottom: 2rem;
}

.cont_nota.c {
  margin-top: 2rem;
}

.elipse {
  background-color: var(--color-2);
  border-radius: 100%;
  align-self: center;
  width: .75rem;
  height: .75rem;
}

.imagen_hero {
  width: 50%;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.linea_divisora_hero {
  background-color: var(--color-2);
  width: 100%;
  height: 1px;
}

.img_sello {
  align-self: center;
  width: 5rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -10% 11% auto auto;
}

.img_sello._2 {
  inset: -5% -5% auto auto;
}

.logo_hero {
  align-self: center;
  width: auto;
  height: 3.2rem;
  position: static;
  inset: 3% auto auto 0%;
}

.cont_logo {
  align-self: center;
  width: 100%;
  height: auto;
}

.col33 {
  flex-flow: wrap;
  place-content: flex-start center;
  align-self: center;
  align-items: center;
  width: 33%;
  height: 100%;
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.col33.lista {
  border-bottom: 2px solid var(--color-2);
  width: 28%;
  padding-bottom: 1rem;
}

.col33.lista._2 {
  width: 30%;
}

.col66 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 66%;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.cont_img {
  background-color: #ededed33;
  border-radius: 100%;
  padding: 2rem;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 48%;
  height: auto;
  display: flex;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
}

.list-item {
  width: 100%;
  height: auto;
}

.txt_lista {
  color: #fff;
  width: 100%;
  height: auto;
  font-family: din-2014, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6em;
}

.txt_lista.color-1 {
  color: var(--color-1);
}

.txt_lista.color-1.b {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
}

.txt_lista.color-1.tabla {
  text-align: center;
}

.txt_lista.color-1.tabla.normal {
  font-size: .9rem;
}

.color-2 {
  color: var(--color-2);
}

.normal {
  font-weight: 400;
}

.parrafo_info {
  color: #fff;
  align-self: center;
  width: 100%;
  height: auto;
  font-family: din-2014, sans-serif;
  font-size: 1rem;
  line-height: 1.6em;
}

.parrafo_info.center {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3em;
}

.button {
  background-color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 15px;
  align-self: center;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  font-family: din-2014, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--color-5);
}

.button.submit {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.col70 {
  width: 70%;
}

.col40 {
  width: 30%;
}

.col40.bg_img {
  background-image: linear-gradient(#ededed99, #ededed99), url('../images/img-3_1.avif');
  background-position: 0 0, 0%;
  background-size: auto, 100%;
  width: 38%;
  height: 100%;
}

.col40.formulario {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.cont_img_grilletes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.grillete {
  border: 1px solid var(--color-1);
  object-fit: contain;
  background-color: #fff;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
}

.tabla-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: 1fr auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
}

.cont_tabla {
  border: 1px solid var(--color-2);
  width: 100%;
  height: auto;
  position: relative;
}

.cont_tabla._2 {
  border-style: none;
}

.fila {
  border: 1px solid var(--color-2);
  background-color: var(--color-4);
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.fila.bco {
  background-color: #fff;
}

.col25 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 23%;
  display: flex;
}

.col25.b {
  width: 33%;
}

.col25.c {
  width: 22%;
}

.image-2 {
  align-self: center;
  width: 65%;
  height: auto;
  position: absolute;
  inset: -85% auto auto -20%;
}

.tabla-2 {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  display: flex;
}

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

.slide {
  width: 33%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.icon, .icon-2 {
  color: var(--color-2);
  font-weight: 700;
}

.right-arrow {
  inset: 0% -5% 0% auto;
}

.left-arrow {
  inset: 0% auto 0% -5%;
}

.cont_formulario {
  mix-blend-mode: normal;
  background-color: #8090e933;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 1rem 2rem 0;
  display: flex;
  position: relative;
}

.slide-nav {
  inset: auto 0% -15%;
}

.text-field {
  color: var(--color-3);
  background-color: #12a1b433;
  border: 1px #000;
  border-radius: 15px;
  width: 100%;
  height: 3rem;
  font-family: din-2014, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.text-field:hover {
  background-color: #56ebff40;
}

.text-field:focus {
  border-style: none;
}

.text-field::placeholder {
  color: #9c9c9c;
}

.text-field._50 {
  width: 49%;
}

.text-field.box {
  height: 7rem;
}

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

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

.submit-button {
  background-color: var(--color-2);
}

.logo_form {
  align-self: center;
  width: auto;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  pointer-events: none;
  width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.whats-card-3 {
  z-index: 99999;
  background-color: #2db63f;
  border: 1px #ffcf26;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 1rem;
  box-shadow: 0 2px 5px #0003;
}

.whats-card-3:hover {
  background-color: #35d64b;
}

.cont_whats-5 {
  width: auto;
  height: 2.5rem;
  padding-right: 0;
}

.img_whats {
  height: 100%;
  padding-right: 0;
}

.text_whaatsapp {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
}

.cont_form {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 1rem;
  display: flex;
}

.seccion-2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.seccion-2.footer {
  background-color: var(--color-2);
  background-image: none;
  height: 5rem;
}

.txt_footer {
  color: #fff;
  align-self: center;
  font-weight: 300;
  text-decoration: none;
}

.txt_footer:hover {
  color: #cdcdcf;
}

.txt_footer._2:hover {
  color: #fff;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #cdcdcf;
}

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

  .contenedor, .contenedor.hero, .contenedor.cintillo-2 {
    width: 90%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .col60 {
    width: 100%;
  }

  .h2 {
    width: 50%;
    font-size: 1.4rem;
    line-height: 1.4em;
  }

  .col33 {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .col33.lista, .col33.lista._2, .col66 {
    width: 100%;
  }

  .col40.formulario {
    width: 100%;
    margin-top: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-2 {
    z-index: -1;
    top: -90%;
    left: -10%;
  }

  .cont_formulario {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    inset: -7% 0% auto;
  }

  .whats-card-3 {
    justify-content: center;
    align-items: center;
    left: auto;
    right: 5%;
  }

  .text_whaatsapp {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    width: 100%;
  }

  .img_sello._2 {
    width: 3rem;
  }

  .col40.formulario {
    margin-top: 2rem;
  }

  .slide {
    width: 49%;
  }

  .right-arrow {
    right: -6%;
  }

  .left-arrow {
    left: -8%;
  }

  .cont_formulario {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slide-nav {
    bottom: -20%;
  }

  .text-field._50 {
    width: 100%;
  }

  .whats-card-3 {
    justify-content: center;
    align-items: center;
    right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    left: 0%;
  }

  .bg_color {
    background-image: linear-gradient(#ffffffb3, #ffffffb3);
  }

  .h1 {
    width: 100%;
    font-size: 2rem;
  }

  .h2 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2em;
  }

  .txt_color-2 {
    font-size: 1rem;
  }

  .img_sello {
    width: 4rem;
    inset: -25% 0% auto auto;
  }

  .col33 {
    padding-top: 1rem;
  }

  .col50 {
    width: 100%;
  }

  .txt_lista.color-1.tabla {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .txt_lista.color-1.tabla.normal {
    align-self: center;
    font-size: .8rem;
    line-height: 1.2em;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .button.submit {
    width: 100%;
  }

  .col40.formulario {
    margin-top: 0;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grillete {
    width: 4rem;
    height: 4rem;
  }

  .image-2 {
    width: 50%;
  }

  .slide {
    width: 100%;
  }

  .cont_formulario {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo_form {
    object-fit: contain;
  }

  .image-4 {
    width: 80%;
  }

  .whats-card-3 {
    justify-content: center;
    align-items: center;
    left: 5%;
  }

  .seccion-2.footer {
    padding-top: 0;
    padding-bottom: 9rem;
  }

  .txt_footer, .txt_footer._2 {
    font-size: .8rem;
  }
}


