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

:root {
  --color-1: #1bb9e4;
  --color-6: #54d2f5;
  --color-7: white;
  --color-2: #375061;
  --color-3: #a6d400;
  --color-4: #5f6e7a;
  --color-5: #a8b4c2;
  --color-8: black;
}

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

.main {
  z-index: auto;
  background-image: url('../images/bg_pattern-1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.seccion {
  z-index: 3;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  min-width: 992px;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.seccion.cintillo {
  background-color: var(--color-1);
  background-image: linear-gradient(120deg, transparent, var(--color-6));
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.seccion.servicios {
  background-image: linear-gradient(0deg, var(--color-7), transparent 20%);
  min-height: 0;
}

.seccion.planes {
  background-image: linear-gradient(0deg, #fff 10%, #0000 20% 80%, #fff 90%), linear-gradient(#fffc, #fffc), url('../images/bg-plan-bw_1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-width: 1024px;
  min-height: 100vh;
}

.seccion.cintillo-2 {
  background-color: var(--color-1);
  background-image: linear-gradient(120deg, transparent, var(--color-6));
  min-height: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

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

.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 {
  margin-bottom: 0%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contenedor.testimonios {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.contenedor.servicios {
  padding-top: 6rem;
  padding-bottom: 3rem;
  position: static;
}

.contenedor.planes {
  align-self: flex-start;
  width: 90%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.contenedor.politica {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.body {
  pointer-events: auto;
  color: #000;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.logo {
  pointer-events: none;
  align-self: flex-start;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.bg_gradient {
  z-index: auto;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff 10%, #ffffff1a);
  width: 100%;
  min-width: 1280px;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.linea-deg {
  background-image: linear-gradient(180deg, var(--color-2), var(--color-1) 50%, var(--color-3));
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 1.5rem;
  height: 95%;
  position: absolute;
  inset: 0% auto auto 3%;
}

.linea-deg.b {
  background-image: linear-gradient(0deg, var(--color-2), var(--color-1) 50%, var(--color-3));
  border-radius: 5px 5px 0 0;
  height: 90%;
  top: auto;
  bottom: 0;
}

.h1 {
  text-align: center;
  letter-spacing: 2px;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

.bold {
  font-weight: 800;
}

.bold.azul {
  background-image: linear-gradient(125deg, var(--color-1) 50%, #54d2f5);
  color: var(--color-1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold.bco {
  color: var(--color-7);
}

.cont_info_hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-self: center;
  width: 65%;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.h2 {
  color: var(--color-2);
  text-align: center;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1em;
}

.h2.main-size {
  color: #000;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.h2.main-size._1 {
  margin-bottom: 2rem;
}

.h2.main-size.planes {
  margin-bottom: 0;
}

.h2.main-size.bco {
  border-left: 10px solid var(--color-7);
  color: var(--color-7);
  width: 60%;
  margin-bottom: 0;
  padding-left: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.h2.main-size._3 {
  margin-bottom: 3rem;
}

.h2.hero {
  color: var(--color-4);
}

.cont-3-block {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-self: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.col33 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 32%;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.col33.center {
  align-self: center;
}

.icono-block {
  aspect-ratio: 1;
  width: 2rem;
  height: auto;
  margin-left: auto;
  margin-right: .5rem;
}

.icono-block.hero {
  pointer-events: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.txt-block-1 {
  color: var(--color-2);
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: 4rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3em;
}

.div-line {
  background-color: var(--color-2);
  width: 1px;
  height: auto;
}

.div-line.hor {
  width: 100%;
  height: 1px;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.div-line.hor.azul {
  background-color: var(--color-1);
}

.div-line.hor.b {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cont_titulo {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  display: flex;
}

.cont_titulo.planes {
  align-self: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.col40 {
  flex-flow: wrap;
  justify-content: space-between;
  width: auto;
  min-width: 25%;
  height: 95%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 10%;
}

.col40._2 {
  align-self: flex-start;
  width: 40%;
  height: 100%;
  position: relative;
  left: 0%;
  right: 0;
}

.background-video {
  filter: grayscale();
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.color-overlay {
  z-index: 1;
  opacity: .8;
  mix-blend-mode: hard-light;
  background-color: #1bb9e4;
  background-image: linear-gradient(#0000001a, #0000001a);
  width: 100%;
  height: 100%;
  position: absolute;
}

.color-overlay.b {
  opacity: .4;
  mix-blend-mode: normal;
  background-image: none;
}

.color-overlay._2 {
  opacity: 1;
  mix-blend-mode: overlay;
  background-color: #0b85f4;
}

.color-overlay._3 {
  opacity: .4;
  mix-blend-mode: normal;
}

.btn {
  background-color: var(--color-1);
  background-image: linear-gradient(120deg, transparent, var(--color-6));
  text-transform: uppercase;
  border-radius: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.btn:hover {
  background-color: var(--color-2);
  background-image: linear-gradient(120deg, #0000, #54d2f580);
}

.btn.formulario {
  align-self: center;
  width: 100%;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 800;
}

.btn.cta {
  margin-top: 1rem;
}

.btn.plan {
  width: auto;
  min-width: 100%;
  margin-top: 0;
  padding: .75rem 0;
  font-size: 1rem;
}

.txt_btn {
  z-index: 3;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  position: relative;
}

.txt_btn._2 {
  letter-spacing: -1px;
  text-transform: none;
  align-self: center;
  margin-right: auto;
  font-size: 1.3rem;
  font-weight: 600;
}

.quote-bg {
  align-self: center;
  width: 33%;
  height: auto;
  position: absolute;
  inset: auto 0% -15% auto;
}

.quote-bg.overlay {
  opacity: .15;
  pointer-events: none;
  mix-blend-mode: overlay;
  width: 25%;
  padding-bottom: 3%;
  inset: auto 0% 0% auto;
}

.quote-bg.top {
  opacity: .5;
  pointer-events: none;
  width: 5.5rem;
  inset: 20% auto auto 0%;
  transform: rotate(180deg);
}

.slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

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

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

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

.icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-weight: 800;
  display: flex;
}

.cont_testimonio {
  flex-flow: wrap;
  place-content: stretch space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  display: flex;
}

.cont_testimonio.hide {
  display: none;
}

.parrafo_testimonio {
  border-left: 10px none var(--color-7);
  color: var(--color-7);
  text-align: justify;
  align-self: center;
  width: 100%;
  margin: 1rem auto 2rem;
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5em;
}

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

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

.nombre-testimonio {
  color: var(--color-7);
  font-weight: 700;
}

.cont_stars {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.star {
  pointer-events: none;
  width: 1.5rem;
  height: 1.5rem;
}

.col60 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  width: 58%;
  height: auto;
  display: flex;
}

.cont_servicio {
  border: 3px solid var(--color-1);
  background-color: var(--color-7);
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  display: flex;
}

.cont_acordeon {
  background-color: #0000;
  border-bottom: 1px #000;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.trigger_acordeon {
  cursor: pointer;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.titulo_acordeon {
  border-left: 5px solid var(--color-1);
  color: var(--color-1);
  letter-spacing: -1px;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.texto_acordeon {
  border: 1px #000;
  display: none;
  overflow: hidden;
}

.info-servicios {
  border-top: 1px solid var(--color-7);
  color: var(--color-4);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2em;
  display: block;
}

.cont-btn-trigger {
  background-color: var(--color-1);
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.plus-1 {
  background-color: #fff;
  align-self: center;
  width: 50%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.plus-1.b {
  width: 50%;
  height: 5px;
  transform: rotate(90deg);
}

.img_servicios {
  aspect-ratio: auto;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-corner {
  z-index: 5;
  pointer-events: none;
  width: 25%;
  height: auto;
  position: absolute;
  inset: 2% 2% auto auto;
}

.bg-overlay-img {
  z-index: 1;
  pointer-events: none;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
}

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

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

.txt-nota {
  color: var(--color-1);
  align-self: center;
  font-style: italic;
}

.cont-cards-precios {
  background-image: linear-gradient(180deg, var(--color-2), var(--color-1) 50%, var(--color-3));
  border: 4px #000;
  border-radius: 10px;
  align-self: auto;
  width: 24%;
  height: auto;
  min-height: 42rem;
  max-height: 0;
  padding: 0;
  position: relative;
}

.cont_info-card {
  background-color: var(--color-7);
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/bg_pattern-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 10px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 4px;
  padding: 1.5rem .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cont-titulo-card {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.icono-titulo-card {
  aspect-ratio: auto;
  pointer-events: none;
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

.title-card {
  color: var(--color-2);
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  align-self: center;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  font-weight: 700;
}

.txt-subtitle-card {
  color: var(--color-4);
  text-align: left;
  letter-spacing: -1px;
  width: 100%;
  height: auto;
  font-size: clamp(.9rem, 100%, 1rem);
  line-height: 1.1em;
}

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

.list-item {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.icon-list {
  align-self: flex-start;
  width: 1.8rem;
  height: 1.8rem;
}

.txt-card-list {
  color: var(--color-4);
  align-self: center;
  width: 100%;
  height: auto;
  font-size: .9rem;
  line-height: 1.1em;
}

.txt-precios {
  color: var(--color-2);
  text-align: center;
  letter-spacing: -1px;
  align-self: flex-start;
  width: auto;
  min-width: 100%;
  height: auto;
  font-size: 1.5rem;
  line-height: 1.1em;
}

.txt-precios.b {
  margin-bottom: 3rem;
}

.txt-nota-precio {
  color: var(--color-2);
  text-align: center;
  letter-spacing: -1px;
  align-self: center;
  width: auto;
  min-width: 100%;
  height: auto;
  margin-bottom: 2rem;
  font-size: .9rem;
  line-height: 1.2em;
}

.cont-precio-card {
  z-index: 5;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-self: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.cont_recomendacion {
  z-index: 20;
  background-color: var(--color-3);
  pointer-events: none;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: -5% 5% auto auto;
}

.seccion-info {
  background-color: #fff;
  align-self: center;
  width: 100%;
  min-width: 1024px;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.col50.a {
  border-left: 10px none var(--color-1);
  padding-left: 0;
}

.txt-titulo-info-plan {
  color: var(--color-1);
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.txt-titulo-info-plan.b {
  text-transform: none;
  margin-bottom: 3rem;
  font-weight: 600;
}

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

.list-item-2 {
  color: var(--color-1);
  text-align: left;
  align-self: center;
  width: 100%;
  height: auto;
  list-style-type: none;
}

.image {
  filter: grayscale();
  pointer-events: none;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cont-img-cintillo {
  width: 40%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cont-contacto {
  border: 3px solid var(--color-1);
  background-color: #ffffffbf;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
}

.parrafo-contacto {
  color: var(--color-4);
  text-align: left;
}

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

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

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

.success_message, .error_message {
  align-self: flex-start;
}

.text-field {
  border: 3px solid var(--color-1);
  color: #000;
  letter-spacing: -1px;
  background-color: #a8b4c226;
  border-radius: 10px;
  width: 100%;
  height: 3.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .2s;
}

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

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

.text-field.block-msg {
  min-height: 12rem;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
}

.text-field.block-msg::placeholder {
  color: #00000080;
  font-weight: 400;
}

.text-field._2 {
  background-color: #54d2f580;
}

.recaptcha {
  margin-bottom: 1rem;
}

.logo-contacto {
  pointer-events: none;
  width: 50%;
  height: auto;
  margin-top: 1rem;
}

.txt-cta {
  color: var(--color-1);
  text-align: center;
  align-self: flex-start;
  width: 100%;
  font-size: 1.1rem;
}

.cont_btns_flotante {
  z-index: 99999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  position: fixed;
  inset: auto 1% 5% auto;
}

.tel2-card {
  z-index: 99999;
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #3e53ae;
  border: 1px #edf0f5;
  border-radius: 5vw;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 55px;
  left: auto;
  right: 10%;
  box-shadow: 3px 2px 5px #0003;
}

.tel2-card:hover {
  color: #1d1a19;
  background-color: #09335f;
  background-image: none;
}

.cont_whats {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 0;
  display: flex;
}

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

.img_whats-2.b {
  width: 2.2rem;
  height: 2.2rem;
}

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #2ef253;
  background-image: linear-gradient(135deg, #0000, #3e9959);
  border: .5px #edf0f5;
  border-radius: 3vw;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

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

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

.pie-pagina {
  z-index: 15;
  background-color: var(--color-2);
  width: 100%;
  min-width: 1280px;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.cont_footer {
  flex-flow: wrap;
  justify-content: space-between;
  width: 60%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
}

.link {
  text-decoration: none;
}

.text-span {
  color: var(--color-7);
  -webkit-text-stroke-color: var(--color-7);
  font-weight: 600;
  text-decoration: none;
}

.cont-btn-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  display: flex;
}

.bg-color {
  z-index: 3;
  color: var(--color-7);
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.titulo-card {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.small {
  font-size: 1.2rem;
}

.cont_calificacion {
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: var(--color-4);
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: none;
}

.txt-calificacion {
  color: var(--color-2);
  letter-spacing: -1px;
  margin-left: auto;
  margin-right: .5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.parrafo_aviso {
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.gray {
  color: var(--color-5);
}

.gray.italica {
  font-style: italic;
}

.logo_home {
  pointer-events: none;
  align-self: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulo-seccion-1 {
  color: var(--color-2);
  font-size: 1.4rem;
  font-weight: 700;
}

.link-1 {
  color: var(--color-7);
  text-align: center;
  align-self: center;
  width: 50%;
  height: auto;
  text-decoration: underline;
  display: block;
}

@media screen and (max-width: 991px) {
  .seccion, .seccion.planes {
    min-width: 768px;
  }

  .contenedor, .contenedor.hero, .contenedor.testimonios {
    width: 90%;
  }

  .contenedor.servicios {
    width: 90%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contenedor.planes {
    width: 90%;
    max-width: 768px;
  }

  .contenedor.contacto {
    width: 80%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .bg_gradient {
    z-index: auto;
    min-width: 768px;
  }

  .linea-deg {
    left: 2%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .cont_info_hero {
    width: auto;
    min-width: 100%;
  }

  .h2.main-size {
    align-self: flex-start;
    font-size: 2.1rem;
  }

  .h2.main-size._1 {
    font-size: 2.1rem;
  }

  .h2.main-size.bco {
    width: 60%;
    font-size: 1.6rem;
  }

  .h2.hero {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .txt-block-1 {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .9rem;
  }

  .col40 {
    z-index: -10;
    opacity: .33;
    mix-blend-mode: normal;
    height: auto;
    min-height: 100vh;
    inset: 0%;
  }

  .col40._2 {
    z-index: 999;
    opacity: 100;
    min-height: auto;
  }

  .background-video {
    z-index: -11;
    mix-blend-mode: normal;
  }

  .color-overlay {
    display: flex;
  }

  .color-overlay.b.hero {
    display: none;
  }

  .color-overlay.hero {
    background-color: #fff;
    background-image: none;
  }

  .btn.formulario, .btn.cta {
    font-size: 1.1rem;
  }

  .quote-bg.top {
    width: 5rem;
    top: 10%;
  }

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

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

  .cont_testimonio {
    width: 90%;
  }

  .parrafo_testimonio {
    font-size: 1.1rem;
  }

  .cont_stars {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .col60 {
    justify-content: flex-start;
  }

  .titulo_acordeon {
    width: 75%;
    font-size: 1.1rem;
  }

  .img_servicios {
    z-index: 5;
  }

  .logo-corner {
    z-index: 15;
  }

  .bg-overlay-img {
    z-index: 10;
  }

  .cont_img_40 {
    z-index: 999;
  }

  .cont_servicios {
    z-index: auto;
    position: relative;
  }

  .cont-cards-precios {
    width: 49%;
    min-height: 40rem;
    margin-bottom: 1rem;
  }

  .seccion-info {
    min-width: 768px;
  }

  .list-item-2 {
    font-size: .9rem;
  }

  .image {
    object-fit: cover;
    object-position: 0% 50%;
    height: 100%;
  }

  .cont-contacto {
    align-self: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .parrafo-contacto {
    font-size: .9rem;
  }

  .parrafo-contacto.bold {
    line-height: 1.2em;
  }

  .form {
    align-self: flex-start;
  }

  .text-field {
    height: 3rem;
    margin-bottom: .5rem;
    font-size: .9rem;
  }

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

  .logo-contacto {
    width: 100%;
  }

  .cont_btns_flotante {
    flex-flow: column;
    width: auto;
    margin-left: 1rem;
    left: auto;
    right: 1%;
  }

  .tel2-card {
    width: 6vw;
    height: 6vw;
    padding-left: 1vw;
    padding-right: 1vw;
    bottom: 70px;
    left: auto;
    right: 5%;
  }

  .cont_whats {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 2rem;
    height: 2rem;
  }

  .whats-card-2 {
    border-radius: 6vw;
    width: 3.5rem;
    height: 3.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

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

  .pie-pagina {
    min-width: 768px;
    padding-bottom: 3rem;
  }

  .cont_footer {
    text-align: center;
    flex-flow: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright {
    text-align: center;
    margin-top: .5rem;
  }

  .bg-color {
    pointer-events: none;
  }

  .cont_calificacion {
    border-color: var(--color-4);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .link-1 {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .seccion, .seccion.planes {
    min-width: 480px;
  }

  .contenedor.testimonios {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contenedor.servicios {
    min-height: 0%;
    padding-bottom: 2rem;
  }

  .contenedor.planes {
    padding-bottom: 0;
  }

  .linea-deg {
    width: 1rem;
    height: 100%;
    left: 0%;
  }

  .h1 {
    letter-spacing: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .h2.main-size {
    font-size: 1.7rem;
  }

  .h2.main-size._1 {
    font-size: 1.6rem;
  }

  .h2.main-size.bco {
    width: 100%;
  }

  .h2.hero {
    font-size: 1.2rem;
  }

  .col33 {
    width: 100%;
  }

  .col33.center {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .icono-block.hero {
    margin-right: 0;
  }

  .txt-block-1 {
    border-left: 1px solid var(--color-2);
    text-align: left;
    width: 80%;
    padding-left: 1rem;
    font-size: .9rem;
  }

  .col40._2 {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 20rem;
  }

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

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

  .cont_testimonio {
    align-content: stretch;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .parrafo_testimonio {
    padding-left: 0;
    font-size: 1rem;
  }

  .cont_stars {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .star {
    width: 1.5rem;
    height: 1.75rem;
  }

  .col60 {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 2rem;
  }

  .titulo_acordeon {
    padding-left: .25rem;
  }

  .cont_img_40 {
    height: auto;
    min-height: 20rem;
  }

  .cont-cards-precios {
    width: 100%;
    margin-bottom: 4rem;
  }

  .seccion-info {
    min-width: 480px;
  }

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

  .col50.a {
    width: 100%;
    margin-bottom: 1rem;
  }

  .cont-img-cintillo {
    z-index: -5;
    opacity: .5;
    mix-blend-mode: multiply;
    width: 100%;
  }

  .cont_btns_flotante {
    margin-left: auto;
    margin-right: .5rem;
    bottom: 1%;
    right: 1%;
  }

  .tel2-card {
    width: 3rem;
    height: 3rem;
    bottom: 62px;
  }

  .cont_whats {
    height: 4vw;
  }

  .img_whats-2 {
    width: 1.9rem;
    height: 1.9rem;
    padding-left: 0;
  }

  .whats-card-2 {
    width: 3rem;
    height: 3rem;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .pie-pagina {
    min-width: 480px;
    padding-bottom: 6rem;
    font-size: .9rem;
  }

  .cont_footer {
    margin-left: auto;
  }

  .cont_calificacion {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .txt-calificacion {
    -webkit-text-stroke-width: 0px;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .seccion, .seccion.planes {
    min-width: 240px;
  }

  .contenedor.hero {
    padding-top: 0;
  }

  .logo {
    width: 75%;
  }

  .linea-deg {
    width: .5rem;
  }

  .h1 {
    font-size: 2rem;
    line-height: 1em;
  }

  .cont_info_hero {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-content: center;
    align-self: flex-start;
  }

  .h2.main-size {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .h2.main-size._1 {
    font-size: 1.4rem;
  }

  .h2.main-size.bco {
    font-size: 1.3rem;
  }

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

  .cont-3-block {
    align-self: flex-start;
  }

  .txt-block-1 {
    font-size: .8rem;
  }

  .cont_titulo {
    margin-bottom: 0;
  }

  .cont_titulo.planes {
    margin-bottom: 1rem;
  }

  .btn.formulario {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn.cta {
    text-align: center;
    font-size: .9rem;
  }

  .quote-bg.overlay {
    width: 75%;
  }

  .quote-bg.top {
    width: 4rem;
  }

  .right-arrow {
    width: 2rem;
  }

  .left-arrow {
    width: 2rem;
    left: -6%;
  }

  .cont_testimonio {
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
    line-height: 1.3em;
  }

  .parrafo_testimonio {
    text-align: left;
    width: 90%;
    font-size: .9rem;
    line-height: 1.3em;
  }

  .cont_stars {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .star {
    width: 1.25rem;
    height: 1.25rem;
  }

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

  .titulo_acordeon {
    width: 85%;
    font-size: 1.1rem;
  }

  .texto_acordeon {
    border-style: none;
    width: auto;
    display: flex;
  }

  .info-servicios {
    border-top-color: var(--color-1);
    line-height: 1.6em;
  }

  .cont-btn-trigger {
    display: none;
  }

  .cont-cards-precios {
    min-height: 48rem;
  }

  .icono-titulo-card {
    width: 1.8rem;
    height: 1.8rem;
  }

  .title-card {
    letter-spacing: -1px;
    font-size: 1.4rem;
  }

  .txt-precios {
    font-size: 1.3rem;
  }

  .seccion-info {
    min-width: 240px;
  }

  .cont-contacto {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cont_btns_flotante {
    margin-right: 0;
    bottom: .5rem;
    right: .5rem;
  }

  .tel2-card {
    border-radius: 10vw;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-top: .5rem;
    padding: .5rem;
    bottom: 55px;
    left: auto;
    right: 5%;
  }

  .cont_whats {
    height: 10vw;
    padding-left: 0;
  }

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

  .whats-card-2 {
    border-radius: 20vw;
    width: 3rem;
    height: 3rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

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

  .pie-pagina {
    min-width: 240px;
    padding-bottom: 8rem;
    padding-right: 0;
  }

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

  .cont_calificacion {
    align-self: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .txt-calificacion {
    margin-left: auto;
    margin-right: auto;
    padding-right: .5rem;
    font-size: 1rem;
  }
}


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