@font-face {
  font-family: Funneldisplay Variablefont Wght;
  src: url('../fonts/FunnelDisplay-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans Variablefont Wght;
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans Variablefont Wght;
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-1: #9ada30;
  --color-4: #fbfffa;
  --color-2: #1f1f1f;
  --color-3: #828282;
}

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

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

.seccion.hero {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.seccion.cintillo-1 {
  background-color: var(--color-1);
  padding-top: 0;
  padding-bottom: 0;
}

.seccion.camaras, .seccion.proceso {
  background-color: var(--color-4);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.seccion.otros-servicios {
  background-color: var(--color-1);
}

.seccion.formulario {
  background-color: var(--color-4);
}

.seccion.footer {
  background-color: var(--color-1);
}

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

.contenedor.cintillo {
  z-index: 10;
  mix-blend-mode: normal;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.contenedor.formulario {
  padding-top: 6rem;
  padding-bottom: 0;
}

.contenedor.faq {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contenedor.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.body {
  color: var(--color-2);
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

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

.col50.hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 55%;
}

.h1 {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Funneldisplay Variablefont Wght, Georgia, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2em;
}

.col33 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 32%;
  height: auto;
  display: flex;
  position: relative;
}

.icono-cintillo {
  aspect-ratio: 1;
  object-fit: contain;
  width: 4rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.icono-cintillo._2 {
  width: 5rem;
  margin-right: 2rem;
}

.h3 {
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.h3.proceso {
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
}

.h3.cintillo {
  margin-top: 0;
}

.h3.cintillo.b {
  width: auto;
  color: var(--color-4);
  text-align: left;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.4em;
}

.h3.left {
  color: var(--color-3);
  text-align: left;
  letter-spacing: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4em;
}

.h3.left.bco {
  color: var(--color-4);
  font-size: 1.4rem;
  font-weight: 600;
}

.h3.left.bco.b {
  margin-bottom: 2rem;
  font-weight: 400;
}

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

.col50-ficha {
  border-left: 5px solid var(--color-1);
  filter: drop-shadow(0 2px 3px #00000026);
  background-color: #f7f7f7;
  border-radius: 0 25px 25px 0;
  flex-flow: wrap;
  justify-content: space-between;
  width: 48%;
  height: auto;
  margin-bottom: 2rem;
  padding: 1.5rem;
  transition: all .2s;
  display: flex;
}

.col50-ficha:hover {
  background-color: #effcea;
}

.h2 {
  letter-spacing: -1px;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.h2.hero {
  margin-bottom: 2rem;
  line-height: 1.4em;
}

.h2.seccion {
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: Funneldisplay Variablefont Wght, Georgia, sans-serif;
  font-weight: 700;
  display: block;
}

.h2.seccion.bco {
  width: auto;
  color: var(--color-4);
  display: inline-block;
}

.col60 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 58%;
  height: auto;
  display: flex;
}

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

.img50 {
  aspect-ratio: 1;
  border: 3px none var(--color-4);
  object-fit: cover;
  border-radius: 10px;
  width: 20%;
  height: auto;
  margin-bottom: 1rem;
}

.img50.a {
  object-fit: contain;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.parrafo {
  width: 100%;
  height: auto;
  color: var(--color-3);
  align-self: flex-start;
  margin-bottom: 0;
  line-height: 1.4em;
}

.parrafo.bco {
  color: var(--color-4);
}

.parrafo.ngo {
  color: var(--color-2);
  margin-bottom: 0;
}

.parrafo.ngo.b {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4em;
}

.parrafo.ngo.b.center {
  width: 90%;
  color: var(--color-4);
  text-align: center;
  letter-spacing: -1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 600;
}

.col30 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-end;
  width: 38%;
  height: auto;
  display: flex;
}

.col70 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 60%;
  height: auto;
  display: flex;
}

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

.form {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  display: flex;
}

.txt-footer {
  text-align: center;
  width: 100%;
  height: auto;
}

.parrafo-hero {
  color: var(--color-3);
  margin-bottom: 2rem;
  line-height: 1.4em;
}

.paragraph {
  color: var(--color-3);
}

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

.color-1.semibold {
  font-weight: 700;
}

.button {
  background-color: var(--color-1);
  text-transform: uppercase;
  border-radius: 20px;
  align-self: center;
  width: auto;
  height: auto;
  padding: .75rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

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

.button.bco {
  background-color: var(--color-2);
  color: var(--color-4);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.button.bco:hover {
  background-color: var(--color-4);
  color: var(--color-2);
}

.wrapper-bullet-cintillo {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.subtitulo {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.img-proceso {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 33%;
  height: auto;
  margin-right: 1rem;
}

.col100-horizontal {
  mix-blend-mode: normal;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.col100-horizontal.cintillo-2 {
  mix-blend-mode: normal;
}

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

.logo-hero {
  aspect-ratio: 1;
  object-fit: contain;
  width: 7rem;
  height: auto;
  margin-bottom: 2rem;
}

.img-background {
  z-index: -10;
  object-fit: cover;
  object-position: 75% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-color-overlay {
  z-index: -5;
  background-image: linear-gradient(90deg, var(--color-4) 50%, transparent 80%);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.bg-color-overlay._2 {
  z-index: 5;
  background-image: radial-gradient(circle at 0%, #c7da00, #0000 41%);
  inset: 0%;
}

.wrapper-dots {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: auto;
  display: flex;
}

.wrapper-dots.center {
  margin-left: auto;
  margin-right: auto;
}

.circle {
  background-color: var(--color-4);
  border-radius: 999px;
  width: 1rem;
  height: 1rem;
}

.circle.bg-color-1 {
  background-color: var(--color-1);
}

.circle.bg-color-2 {
  background-color: var(--color-3);
}

.wrapper-titulo-seccion {
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  display: inline-flex;
}

.wrapper-titulo-seccion.b {
  margin-bottom: 2rem;
}

.img-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-bg._1 {
  z-index: 0;
  opacity: .2;
  filter: grayscale();
  mix-blend-mode: multiply;
  object-position: 50% 100%;
  width: 100%;
  display: none;
  inset: 0% 0% 0% auto;
}

.bold {
  font-weight: 800;
}

.col100 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

.col100.ficha-camara {
  border-left: 5px solid var(--color-1);
  filter: drop-shadow(0 2px 3px #00000026);
  background-color: #f7f7f7;
  background-image: radial-gradient(circle at 0%, #f4fdf2, #0000);
  border-radius: 0 10px 10px 0;
  margin-top: 2rem;
  padding: 3rem 1rem;
}

.col100.ficha-camara._1 {
  background-image: radial-gradient(circle at 0%, #0000, #f4fdf2);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.col100.ficha-camara._1:hover, .col100.ficha-camara._3:hover {
  background-color: #effcea;
}

.col100.h1 {
  margin-bottom: 1rem;
}

.col100._1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.col100._2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.img25 {
  border-style: solid;
  border-width: 1px 1px 10px;
  border-color: var(--color-1) var(--color-1) var(--color-4);
  mix-blend-mode: normal;
  border-radius: 10px 10px 0 0;
  width: 24%;
  height: auto;
}

.text-field {
  border: 2px solid var(--color-1);
  background-color: var(--color-4);
  border-radius: 25px;
  width: 100%;
  height: auto;
}

.text-field._50 {
  align-self: flex-start;
  width: 49%;
}

.text-field.block {
  min-height: 10rem;
}

.img-contacto {
  object-fit: contain;
  align-self: flex-end;
  width: 100%;
  height: auto;
}

.img33 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 32%;
}

.img33.var-1 {
  object-position: 75% 50%;
}

.col66 {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-self: flex-start;
  width: 66%;
  height: 100%;
  display: flex;
}

.col66.left {
  width: 66%;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col66.right {
  width: 64%;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 0;
}

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

.list-item {
  width: 100%;
  height: auto;
  color: var(--color-3);
  align-self: flex-start;
}

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

.icono-lista {
  aspect-ratio: 1;
  pointer-events: none;
  object-fit: contain;
  align-self: center;
  width: 1.5rem;
  height: auto;
  margin-right: 1rem;
}

.txt-list {
  color: var(--color-3);
  align-self: center;
  line-height: 1.4em;
}

.txt-list.ngo {
  color: var(--color-2);
}

.color-3 {
  color: var(--color-2);
  display: inline-block;
}

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

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

.wrapper-slider {
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img100 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 14rem;
}

.slide-nav {
  align-self: center;
  padding-top: 0;
  font-size: .8rem;
  inset: auto 0% -4rem;
}

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

.etiqueta-precio {
  background-color: var(--color-2);
  width: 100%;
  height: auto;
  color: var(--color-4);
  text-align: center;
  letter-spacing: -1px;
  border-radius: 10px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  font-size: 1.7rem;
  font-weight: 800;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.etiqueta-precio.b {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.nota-precio {
  color: var(--color-3);
  font-size: .8rem;
  font-weight: 300;
  line-height: 1em;
}

.minus-1 {
  color: var(--color-1);
  font-size: 1rem;
}

.cont_faq {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont_faq._50 {
  align-self: flex-start;
  width: 49%;
}

.cont_acordeon {
  border-bottom: 5px solid var(--color-1);
  background-color: #f7f7f7;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.trigger_acordeon {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .2s;
  display: flex;
}

.trigger_acordeon:hover {
  color: var(--color-1);
}

.titulo_faq {
  width: auto;
  height: auto;
  font-family: Funneldisplay Variablefont Wght, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.icono_faq {
  pointer-events: none;
  color: #000;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 1.2em;
}

.texto_acordeon {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.respuesta_faq {
  color: var(--color-3);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.divisor-horizontal {
  background-color: var(--color-4);
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
}

.contenedor-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1440px;
  height: auto;
  padding: 0;
  display: flex;
}

.logo-footer {
  aspect-ratio: 1;
  object-fit: contain;
  width: auto;
  height: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}

.txt-footer-2 {
  text-align: left;
  margin-left: 0;
  margin-right: 2rem;
}

.txt-footer-2._2 {
  color: var(--color-2);
  margin-left: 0;
  margin-right: auto;
}

.link {
  text-decoration: none;
  transition: all .4s;
}

.link:hover {
  color: #ffca07;
}

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

.bco {
  color: var(--color-4);
}

.cont_calificacion {
  border: 1px solid var(--color-1);
  background-color: var(--color-4);
  border-radius: 12px;
  flex-flow: row;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 2rem;
  padding: 1rem;
  display: flex;
}

.cont_estrellas {
  align-items: center;
  width: auto;
  min-width: 5rem;
  height: auto;
  margin: auto auto auto 0;
  display: flex;
}

.calificacion-2 {
  color: #272727;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.estrella {
  color: #ffcf26;
  background-image: url('../images/star.svg');
  background-position: 50%;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  padding: 0 0 0 0;
  font-size: 1.5rem;
  line-height: 30px;
}

.text-block-4 {
  width: auto;
  height: auto;
  color: var(--color-1);
  align-items: center;
  margin: auto .5rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.icon-google {
  width: 1.5rem;
}

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

.cont_btns_flotante {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  bottom: 1%;
  right: 1%;
}

.whats-card-2 {
  z-index: 99999;
  filter: drop-shadow(0 2px 3px #00000026);
  -webkit-text-stroke-color: #000;
  background-color: #42ce4f;
  border: 2px #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: .2rem;
  margin-left: 0;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
}

.whats-card-2:hover {
  background-color: var(--color-2);
}

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

.img_whats-2 {
  height: 1.5rem;
  padding-right: 0;
}

.text_whaatsapp-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.success_message {
  background-color: var(--color-1);
  border-radius: 20px;
  font-weight: 600;
}

.error_message {
  background-color: #ff9696;
  border-radius: 10px;
  font-weight: 600;
}

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

.col25 {
  background-color: var(--color-2);
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 24%;
  height: auto;
  display: flex;
  overflow: clip;
}

.col25.b {
  background-color: #0000;
  border-radius: 0;
}

.col100-garantia.nota {
  border-left: 5px solid var(--color-1);
  background-color: var(--color-2);
  border-radius: 0 10px 10px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.5rem 10%;
  display: flex;
}

.tel {
  z-index: 99999;
  filter: drop-shadow(0 2px 2px #000000b3);
  -webkit-text-stroke-color: #000;
  background-color: #00358a;
  border: 2px #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3rem;
  margin-top: 5px;
  margin-bottom: .2rem;
  margin-left: 0;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
}

.tel:hover {
  background-color: #1a202c;
}

.cont_whats-3 {
  align-items: center;
  height: auto;
  padding-right: 10px;
  display: flex;
}

.img_whats-3 {
  height: 1.5rem;
  padding-right: 0;
}

.text_whaatsapp-3 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.text-block-5 {
  border-radius: 10px;
}

.text-block-6 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .contenedor {
    width: 90%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .icono-cintillo {
    width: 3.5rem;
  }

  .h3.proceso, .h3.cintillo {
    font-size: 1.4rem;
  }

  .h3.left {
    font-size: 1.1rem;
  }

  .h3.left.bco.b {
    font-size: 1.2rem;
  }

  .h2.hero, .h2.seccion {
    font-size: 1.8rem;
  }

  .col30 {
    width: 44%;
  }

  .col70 {
    width: 55%;
    padding-bottom: 4rem;
  }

  .form {
    margin-bottom: 0;
  }

  .button {
    font-size: 1.1rem;
  }

  .img-proceso {
    width: 100%;
    height: 10rem;
    margin-bottom: 2rem;
  }

  .col100-horizontal {
    flex-flow: wrap;
  }

  .logo-hero {
    width: 6rem;
  }

  .bg-color-overlay {
    background-color: #fff0;
  }

  .circle {
    aspect-ratio: 1;
    width: .9rem;
    height: .9rem;
  }

  .img-contacto {
    height: 100%;
  }

  .img33 {
    aspect-ratio: auto;
    object-position: 75% 50%;
  }

  .img33.var-1 {
    object-position: 65% 50%;
  }

  .list {
    padding-left: 0;
  }

  .etiqueta-precio {
    font-size: 1.4rem;
  }

  .etiqueta-precio.b {
    font-size: 1.1rem;
  }

  .cont_faq._50 {
    width: 100%;
  }

  .contenedor-2 {
    width: 90%;
  }

  .cont_calificacion {
    height: auto;
    min-height: 1.5rem;
  }

  .cont_estrellas {
    margin-right: auto;
  }

  .calificacion-2, .text-block-4 {
    flex-flow: wrap;
  }

  .icon-google {
    width: 1.2rem;
  }

  .cont_btns_flotante {
    right: 5%;
  }

  .whats-card-2 {
    padding-left: 3vw;
    padding-right: 3vw;
    left: auto;
    right: 5%;
  }

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

  .img_whats-2 {
    height: 1.5rem;
  }

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

  .col25 {
    width: 48%;
    margin-bottom: 2rem;
  }

  .tel {
    margin-top: 0;
    margin-bottom: .2rem;
    padding: .75rem 1rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-3 {
    height: auto;
    padding-right: 1vw;
  }

  .img_whats-3 {
    height: 1.5rem;
  }

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

@media screen and (max-width: 767px) {
  .col50.hero, .col33 {
    width: 100%;
  }

  .icono-cintillo._2 {
    width: 4rem;
  }

  .h3.cintillo.b {
    font-size: 1.2rem;
  }

  .col50-ficha {
    width: 100%;
  }

  .img50.a {
    width: 50%;
    margin-bottom: 2rem;
  }

  .parrafo {
    margin-bottom: 2rem;
  }

  .col30, .col70 {
    width: 100%;
  }

  .img-proceso {
    height: 14rem;
  }

  .col100-horizontal {
    flex-flow: wrap-reverse;
  }

  .img-background {
    opacity: .5;
    mix-blend-mode: luminosity;
    inset: 0%;
  }

  .bg-color-overlay {
    background-color: #ffffffa6;
  }

  .col100.ficha-camara._1 {
    flex-flow: wrap;
  }

  .col100.ficha-camara._3 {
    flex-flow: wrap-reverse;
  }

  .img25 {
    width: 48%;
  }

  .img-contacto {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .img33 {
    object-position: 50% 12%;
    width: 100%;
    height: 12rem;
    margin-bottom: 2rem;
  }

  .col66.left, .col66.right {
    width: 100%;
    height: auto;
  }

  .wrapper-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    justify-content: space-between;
  }

  .contenedor-2 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .logo-footer {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .txt-footer-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .cont_calificacion {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }

  .cont_estrellas {
    margin-bottom: 0;
    margin-right: auto;
  }

  .text-block-4 {
    margin-bottom: 0;
    margin-left: .5rem;
  }

  .cont_whats-2 {
    height: 4vw;
  }

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

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

  .wrapper-formulario {
    flex-flow: wrap-reverse;
  }

  .tel {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .cont_whats-3 {
    height: 4vw;
  }

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

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

@media screen and (max-width: 479px) {
  .contenedor.faq {
    padding-bottom: 4rem;
  }

  .h1 {
    font-size: 2rem;
  }

  .icono-cintillo {
    width: 2.5rem;
  }

  .icono-cintillo._2 {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .h3.proceso {
    font-size: 1.2rem;
  }

  .h3.cintillo {
    font-size: 1.1rem;
    line-height: 1.2em;
  }

  .h3.cintillo.b {
    text-align: center;
  }

  .h3.left {
    font-size: 1rem;
  }

  .h3.left.bco {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .h2.hero, .h2.seccion {
    font-size: 1.4rem;
  }

  .img50.a {
    width: 100%;
    padding-bottom: 0;
  }

  .parrafo.ngo.b {
    margin-bottom: 2rem;
  }

  .parrafo.ngo.b.center {
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

  .button {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .button.bco {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper-bullet-cintillo {
    margin-bottom: 3rem;
  }

  .wrapper-bullet-cintillo.b {
    margin-bottom: 0;
  }

  .col100-horizontal.cintillo-2 {
    flex-flow: wrap;
  }

  .logo-hero {
    width: 5rem;
  }

  .img-background {
    object-position: 80% 50%;
  }

  .bg-color-overlay {
    background-image: linear-gradient(90deg, var(--color-4) 42%, transparent 65%);
  }

  .circle {
    width: .7rem;
    height: .7rem;
  }

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

  .col66.left {
    padding-left: 0;
    padding-right: 0;
  }

  .col66.right {
    padding-left: 0;
  }

  .wrapper-slider {
    width: 70%;
  }

  .titulo_faq {
    width: 85%;
  }

  .texto_acordeon {
    width: auto;
  }

  .txt-footer-2 {
    text-align: center;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
  }

  .txt-footer-2._2 {
    text-align: center;
    margin-left: auto;
  }

  .cont_calificacion {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
  }

  .cont_estrellas {
    margin-top: auto;
    margin-bottom: .25rem;
    margin-left: auto;
  }

  .calificacion-2 {
    flex-flow: wrap;
    margin-bottom: 0;
    margin-right: .5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .estrella {
    width: .8rem;
    height: .8rem;
    font-size: 1.3rem;
  }

  .text-block-4 {
    flex-flow: wrap;
    margin-top: .2px;
    margin-bottom: 0;
    margin-left: auto;
  }

  .icon-google {
    width: 1rem;
    margin-right: auto;
  }

  .whats-card-2 {
    padding-right: 5vw;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 2vw;
  }

  .img_whats-2 {
    width: auto;
    height: 1.5rem;
    padding-right: 10px;
    font-size: 1rem;
  }

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

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

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

  .col25 {
    width: 100%;
  }

  .col100-garantia.nota {
    flex-flow: column;
    align-self: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tel {
    border-radius: 500px;
    width: auto;
    height: auto;
    margin: 0;
    padding: .75rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-3 {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .img_whats-3 {
    width: 100%;
    height: 100%;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .text_whaatsapp-3 {
    font-size: .8rem;
    display: block;
  }
}


@font-face {
  font-family: 'Funneldisplay Variablefont Wght';
  src: url('../fonts/FunnelDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}