:root {
  --color-sec1: #ebebeb;
  --color-bco: #fff;
  --color-principal: #0a5ed6;
  --color-acento1: #e52421;
  --black: black;
  --white: white;
}

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

a {
  text-decoration: underline;
}

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

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

.seccion {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 4rem 10%;
  display: flex;
}

.seccion.colorsecc1.sin_margen.politica {
  width: 80%;
}

.seccion.sin_margen {
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.seccion.sin_margen.color {
  background-image: linear-gradient(to bottom, var(--color-bco) 50%, var(--color-sec1) 50%);
  background-image: linear-gradient(#fff 50%, #ebebeb 50%);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.seccion.color {
  background-image: linear-gradient(90deg, white, white 50%, var(--color-bco) 49%, var(--color-principal) 50%);
  background-image: linear-gradient(to right, #fff, #fff 50% 49%, #0a5ed6 50%);
  padding-left: 8%;
  padding-right: 8%;
}

.seccion.colorsecc1 {
  background-color: #ebebeb;
}

.seccion.colorsecc1.sin_margen {
  padding: 2rem 0% 4rem 10%;
}

.seccion.color-franja {
  background-color: #ebebeb;
  background-image: linear-gradient(#ebebeb 50%, #fff 50%);
}

.seccion.color-franja.sin-margenes {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
}

.seccion.color {
  background-image: linear-gradient(to right, #fff, #fff 50% 49%, #0a5ed6 50%);
}

.col50 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.col50.alineado-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.col50.alineado-vertical.margen-der {
  padding-right: 3rem;
}

.col50.margen-right {
  align-content: flex-start;
  align-items: flex-start;
  padding-right: 4rem;
}

.col50.margen-left {
  padding-left: 4rem;
}

.div-block-2 {
  background-color: var(--color-principal);
  border-top-left-radius: 600px;
  border-bottom-left-radius: 600px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 600px;
  max-height: 1200px;
  margin-left: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image {
  object-fit: contain;
  width: auto;
  height: 100%;
  margin-left: 0;
}

.heading {
  color: var(--color-principal);
  margin-top: 0;
  font-size: 5rem;
  font-weight: 900;
  line-height: .9em;
}

.paragraph {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.text-block {
  color: var(--color-acento1);
  font-size: 1.8rem;
  line-height: 1em;
}

.button {
  background-color: var(--color-acento1);
  border-radius: 20px;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
}

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

.button.ficha {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  display: flex;
}

.button.ficha:hover {
  background-color: var(--color-bco);
  color: var(--color-principal);
}

.button.formulario {
  align-self: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-3 {
  width: 75%;
}

.image-2 {
  border-top-right-radius: 600px;
  border-bottom-right-radius: 600px;
}

.navbar {
  background-color: var(--color-bco);
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.image-3 {
  width: auto;
  height: 5rem;
}

.nav-link_cta {
  background-color: var(--color-acento1);
  color: var(--color-bco);
  border-radius: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9rem;
  font-weight: 700;
}

.nav-link_cta:hover {
  background-color: var(--color-principal);
}

.nav-menu {
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  margin-top: 5rem;
  margin-left: auto;
  display: flex;
}

.text-block-2 {
  color: var(--color-principal);
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  font-weight: 900;
  line-height: .9em;
  display: flex;
}

.heading-2 {
  color: var(--color-acento1);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em;
}

.cont_fichas {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 5vh;
  display: flex;
}

.image-4 {
  width: 75%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2-copy {
  background-color: var(--color-principal);
  color: var(--color-bco);
  border-top-left-radius: 600px;
  border-bottom-left-radius: 600px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 70%;
  height: auto;
  max-height: 1200px;
  margin-left: auto;
  padding: 6rem 10rem 6rem 20rem;
  display: flex;
}

.div-block-3-copy {
  z-index: 2;
  align-items: center;
  width: 45%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-3 {
  color: var(--color-bco);
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1em;
}

.text-span {
  font-weight: 400;
}

.paragraph-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.3em;
}

.heading-4 {
  color: var(--color-principal);
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1em;
}

.error_message {
  color: #fff;
  text-align: center;
  background-color: #fc5e5e;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 1rem;
  line-height: 1em;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.recaptcha-error-message {
  color: #94989b;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.texto-muestra-error-recaptcha {
  color: var(--color-bco);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

.text-field_box {
  color: var(--color-principal);
  -webkit-text-stroke-color: black;
  border: 1px solid #94989b;
  border-radius: 0 20px 20px 0;
  height: 300px;
  min-height: 300px;
  font-size: 1.2rem;
}

.text-field_box::placeholder {
  color: var(--color-principal);
}

.success_message {
  color: #fff;
  text-align: center;
  background-color: #10b843;
  margin-top: 20px;
  padding: 15px 29px;
  font-size: 1rem;
  line-height: 1em;
}

.cont_embed_alertas {
  width: 100%;
  font-size: 1rem;
  line-height: 1em;
  display: block;
}

.btn_enviar {
  color: var(--color-bco);
  text-align: center;
  text-transform: uppercase;
  background-color: #02cd54;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
}

.btn_enviar:hover {
  background-color: #36a9ff;
}

.cont_btn_form-se-debe-ocultar {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.form-block {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.form-block.old {
  display: none;
}

.text-field {
  color: var(--color-principal);
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border: 1px #94989b;
  border-radius: 0 60px 60px 0;
  min-height: 60px;
  font-size: 1.1rem;
}

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

.embed_codigo_captcha {
  width: 100%;
}

.mask {
  width: auto;
  height: auto;
  overflow: hidden;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.right-arrow {
  display: none;
}

.parrafo_testimonio {
  color: var(--black);
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.3em;
}

.cont_estrellas {
  margin: 0 auto 10px 0;
  display: flex;
}

.slide-2 {
  border: 1px #000;
  height: auto;
}

.estrella {
  color: #ffd042;
  padding: 0 2px 0 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
}

.estrella.apagado {
  color: #ebebeb;
}

.titi_testimonio {
  color: var(--color-principal);
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.slider_testimonios-2 {
  pointer-events: none;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: 0;
}

.testimonio {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 0 30px 30px 0;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1vw 3vw;
  display: flex;
  box-shadow: 2px 1px 5px #ffffff1a;
}

.text-block-3 {
  align-items: center;
  width: 100%;
  margin-top: .9rem;
  margin-bottom: .3rem;
  font-size: .8rem;
  font-style: normal;
  display: flex;
}

.shield {
  color: #72c01f;
  margin-left: 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
}

.text-span-2 {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.paragraph-3 {
  margin-bottom: 2rem;
  line-height: 1.2em;
}

.star {
  color: #ffd042;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
}

.star.color {
  color: #ffd04280;
}

.text-block-4 {
  align-items: center;
  margin-bottom: 1rem;
  font-size: .9rem;
  display: flex;
}

._4-9 {
  margin-right: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.paragraph-3-copy {
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.2em;
}

.cont_testimonios {
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.cont_testimonios._80 {
  width: 78%;
}

.text-block-5 {
  z-index: 2;
  background-color: var(--color-acento1);
  color: var(--color-bco);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  margin-right: 0;
  padding: .8rem 0 .8rem 3rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1em;
  position: static;
  inset: auto 0% 15% auto;
}

.slider {
  pointer-events: none;
  background-color: #ddd0;
  width: auto;
  height: 100%;
  margin-left: -5rem;
}

.div-block-8 {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 90%;
  display: flex;
  position: absolute;
  bottom: 15%;
  right: 0;
}

.div-block-8.precio_maniquies {
  display: none;
}

.paragraph-4 {
  background-color: var(--color-bco);
  border-radius: 40px 0 0 40px;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding: .5rem 2rem .5rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: .9em;
}

.cont_footer_bajo {
  color: #000;
  background-color: #1a1a1a;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.text_footer {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  font-size: 1rem;
  line-height: 1rem;
}

.link {
  color: var(--color-acento1);
  font-weight: 700;
  text-decoration: none;
}

.text-block-7 {
  color: #fff;
  margin-top: 6px;
  font-size: .8rem;
  line-height: 1rem;
}

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

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

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

.text_tel-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

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

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #02cd54;
  border: .5px solid #edf0f5;
  border-radius: 50px;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 1vw;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

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

.img_overtext {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.col25 {
  flex-wrap: wrap;
  width: 24%;
  margin-right: 0;
  display: flex;
}

.col25.ficha {
  background-color: var(--color-principal);
  border-radius: 1vw;
  place-content: space-between center;
  padding: 2rem;
}

.img_ficha {
  object-fit: fill;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: auto;
  height: 15rem;
  display: flex;
}

.img_ficha.var {
  width: 100%;
}

.titulo_ficha {
  color: var(--color-bco);
  text-align: left;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
}

.body-2 {
  font-family: Work Sans, sans-serif;
}

.btn_enviar-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e52421;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.btn_enviar-2:hover {
  background-color: #94989b;
}

.lightbox-link {
  background-image: url('../images/MONITOR2_1MONITOR2.webp');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
}

.lightbox-link.centrado {
  background-image: url('../images/MONITOR4_1MONITOR4.webp');
  width: 50%;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
}

.success_message-2 {
  color: #fff;
  text-align: center;
  background-color: #11a13d;
  margin-top: 20px;
  padding: 15px 29px;
  font-size: 1rem;
  line-height: 1em;
}

.text-block-8 {
  z-index: 2;
  color: #fff;
  background-color: #e52421;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  margin-right: 0;
  padding: .8rem 0 .8rem 3rem;
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1em;
  position: static;
  inset: auto 0% 15% auto;
}

.list-item {
  font-weight: 700;
}

.heading-5 {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1em;
}

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

.texto-muestra-error-recaptcha-2 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

.text-block-9 {
  align-items: center;
  width: 100%;
  margin-top: .9rem;
  margin-bottom: .3rem;
  font-size: .8rem;
  font-style: normal;
  display: flex;
}

.text-block-10 {
  color: #e52421;
  font-size: 2.5rem;
  line-height: 1em;
}

.parrafo_testimonio-2 {
  color: #000;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.3em;
}

.image-9 {
  border-top-right-radius: 600px;
  border-bottom-right-radius: 600px;
}

.link-2 {
  color: #e52421;
  font-weight: 700;
  text-decoration: none;
}

.div-block-2-copy-2 {
  color: #fff;
  background-color: #0a5ed6;
  border-top-left-radius: 600px;
  border-bottom-left-radius: 600px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 70%;
  height: auto;
  max-height: 1200px;
  margin-left: auto;
  padding: 6rem 10rem 6rem 20rem;
  display: flex;
}

.nav-link_cta-2 {
  color: #fff;
  background-color: #e52421;
  border-radius: 50px;
  padding: .5rem 2rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.nav-link_cta-2:hover {
  background-color: #0a5ed6;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  color: #0a5ed6;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1em;
}

.text-field_box-2 {
  color: #0a5ed6;
  -webkit-text-stroke-color: black;
  border: 1px solid #94989b;
  border-radius: 0 20px 20px 0;
  height: 300px;
  min-height: 300px;
  font-size: 1.1rem;
}

.text-field_box-2::placeholder {
  color: #96adce;
}

.image-10 {
  height: 80%;
  margin-left: 0;
}

.col50-2 {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: center;
  width: 48%;
  display: flex;
}

.col50-2.alineado-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.col50-2.alineado-vertical.margen-der {
  padding-right: 3rem;
}

.text-field-2 {
  color: #0a5ed6;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border: 1px #94989b;
  border-radius: 0 60px 60px 0;
  min-height: 60px;
  font-size: 1.2rem;
}

.text-field-2::placeholder {
  color: #0a5ed6;
}

.text-field-2.bold {
  font-weight: 400;
}

.titi_testimonio-2 {
  color: #0a5ed6;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block-11 {
  color: #fff;
  margin-top: 6px;
  font-size: .8rem;
  line-height: 1rem;
}

.image-11 {
  width: auto;
  height: 5rem;
}

.button-2 {
  background-color: #e52421;
  border-radius: 20px;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
}

.button-2:hover {
  background-color: #0a5ed6;
}

.button-2.bco:hover {
  color: #e52421;
  background-color: #fff;
}

.text-block-12 {
  align-items: center;
  margin-bottom: 1rem;
  font-size: .9rem;
  display: flex;
}

.heading-7 {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1em;
}

.paragraph-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.cont_imagenes {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-top: 2rem;
  display: flex;
}

.div-block-10 {
  width: 75%;
}

.image-12 {
  border-top-right-radius: 600px;
  border-bottom-right-radius: 600px;
}

.navbar-2 {
  background-color: #fff;
  display: flex;
  position: sticky;
  top: 0;
}

.slider-2 {
  pointer-events: none;
  background-color: #ddd0;
  width: auto;
  height: 100%;
  margin-left: -5rem;
}

.list-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.heading-8 {
  color: #e52421;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em;
}

.div-block-11 {
  background-color: #0a5ed6;
  border-top-left-radius: 600px;
  border-bottom-left-radius: 600px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 600px;
  max-height: 1200px;
  margin-left: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.heading-9 {
  color: #0a5ed6;
  margin-top: 0;
  font-size: 4rem;
  font-weight: 900;
  line-height: .9em;
}

.text-span-3 {
  font-weight: 400;
}

.div-block-3-copy-2 {
  z-index: 2;
  align-items: center;
  width: 45%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-13 {
  color: #0a5ed6;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 900;
  line-height: .9em;
}

.paragraph-6 {
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding: .5rem 5rem .5rem 3rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: .9em;
}

.div-block-6 {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: -7rem;
  margin-left: auto;
  display: flex;
}

.precio {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 75%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  right: 0;
}

.paragraph-7 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: .9rem;
  line-height: 1.3em;
}

.body-3 {
  font-family: Work Sans, sans-serif;
}

.heading-10 {
  color: #0a5ed6;
  margin-top: 0;
  font-size: 5rem;
  font-weight: 900;
  line-height: .9em;
}

.nav-link_cta-3 {
  color: #fff;
  background-color: #e52421;
  border-radius: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9rem;
  font-weight: 700;
}

.nav-link_cta-3:hover {
  background-color: #0a5ed6;
}

.div-block-13 {
  width: 75%;
}

.paragraph-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.text-block-14 {
  align-items: center;
  margin-bottom: 1rem;
  font-size: .9rem;
  display: flex;
}

.col50-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.col50-3.margentop {
  align-items: flex-start;
}

.col50-3.margen-left {
  padding-left: 4rem;
}

.col50-3.margen-right {
  align-content: flex-start;
  align-items: flex-start;
  padding-right: 4rem;
}

.col50-3.alineado-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.col50-3.alineado-vertical.margen-der {
  padding-right: 3rem;
}

.heading-11 {
  color: #e52421;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em;
}

.image-16 {
  width: 100%;
  height: auto;
}

.nav-link {
  font-size: .9rem;
}

.nav-link:hover {
  color: #0a5ed6;
}

.success_message-3 {
  color: #fff;
  text-align: center;
  background-color: #11a13d;
  margin-top: 20px;
  padding: 15px 29px;
  font-size: 1rem;
  line-height: 1em;
}

.heading-12 {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1em;
}

.div-block-14 {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 75%;
  display: flex;
  position: absolute;
  bottom: 15%;
  right: 0;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.image-17 {
  border-top-right-radius: 600px;
  border-bottom-right-radius: 600px;
}

.text-block-15 {
  color: #0a5ed6;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 900;
  line-height: .9em;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-9 {
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding: .5rem 5rem .5rem 3rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: .9em;
}

.btn_enviar-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e52421;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.btn_enviar-3:hover {
  background-color: #94989b;
}

.slider-3 {
  pointer-events: none;
  background-color: #ddd0;
  width: auto;
  height: 100%;
  margin-left: -5rem;
}

.text-field-3 {
  color: #0a5ed6;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border: 1px #94989b;
  border-radius: 0 60px 60px 0;
  width: 100%;
  min-height: 60px;
  font-size: 1.2rem;
}

.text-field-3::placeholder {
  color: #0a5ed6;
}

.text-field-3.bold {
  font-weight: 800;
}

.div-block-2-copy-3 {
  color: #fff;
  background-color: #0a5ed6;
  border-top-left-radius: 600px;
  border-bottom-left-radius: 600px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 70%;
  height: auto;
  max-height: 1200px;
  margin-left: auto;
  padding: 6rem 10rem 6rem 20rem;
  display: flex;
}

.button-3 {
  background-color: #e52421;
  border-radius: 20px;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
}

.button-3:hover {
  background-color: #0a5ed6;
}

.text-block-16 {
  align-items: center;
  width: 100%;
  margin-top: .9rem;
  margin-bottom: .3rem;
  font-size: .8rem;
  font-style: normal;
  display: flex;
}

.text-span-4 {
  font-weight: 400;
}

.heading-13 {
  color: #0a5ed6;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1em;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: -7rem;
  margin-left: auto;
  display: flex;
}

.navbar-3 {
  background-color: #fff;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-17 {
  z-index: 2;
  color: #fff;
  background-color: #e52421;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  margin-right: 0;
  padding: .8rem 0 .8rem 3rem;
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1em;
  position: static;
  inset: auto 0% 15% auto;
}

.image-18 {
  width: auto;
  height: 5rem;
}

.list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.paragraph-10 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.3em;
}

.div-block-17 {
  background-color: #0a5ed6;
  border-top-left-radius: 600px;
  border-bottom-left-radius: 600px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 600px;
  max-height: 1200px;
  margin-left: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-18 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.text-block-18 {
  color: #e52421;
  font-size: 2.5rem;
  line-height: 1em;
}

.image-19 {
  height: 100%;
  margin-left: 0;
}

.div-block-3-copy-3 {
  z-index: 2;
  align-items: center;
  width: 45%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-field_box-3 {
  color: #0a5ed6;
  -webkit-text-stroke-color: black;
  border: 1px solid #94989b;
  border-radius: 0 20px 20px 0;
  height: 300px;
  min-height: 300px;
  font-size: 1.2rem;
}

.text-field_box-3::placeholder {
  color: #0a5ed6;
}

.text-span-5 {
  text-align: left;
  font-size: 2.2rem;
  line-height: .5em;
}

.consent-banner_ngo {
  z-index: 999999;
  background-color: #000000b3;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 43%;
  box-shadow: 4px 4px 3px #0003;
}

.parrafo_cookies_bco {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.btn_rechazar_bco {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #868686;
  text-transform: capitalize;
  background-color: #dcdcdc00;
  border: 1px solid #fff;
  outline: 3px #fff;
  width: 150px;
  margin-left: 0;
  font-family: Lato, sans-serif;
}

.btn_aceptar {
  color: #fff;
  text-align: center;
  background-color: #00c355;
  width: 150px;
  margin-left: 1rem;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.btn_aceptar:hover {
  background-color: #098500;
}

.link_privacidad {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1em;
  display: flex;
}

.consent-banner_bco {
  z-index: 999999;
  background-color: #ffffffe6;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5rem;
  display: none;
  position: fixed;
  inset: auto 0% 43%;
  box-shadow: 4px 4px 3px #0003;
}

.parrafo_cookies {
  color: #000;
  text-align: center;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.btn_rechazar {
  outline-offset: 0px;
  color: #868686;
  text-align: center;
  -webkit-text-stroke-color: #868686;
  text-transform: capitalize;
  background-color: #dcdcdc00;
  border: 1px solid #868686;
  outline: 3px #fff;
  width: 150px;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.btn_aceptar-2 {
  color: #fff;
  text-align: center;
  background-color: #00c355;
  width: 150px;
  margin-left: 1rem;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.btn_aceptar-2:hover {
  background-color: #098500;
}

.btn_aceptar-3 {
  color: #fff;
  text-align: center;
  background-color: #00c355;
  width: 150px;
  margin-left: 1rem;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.btn_aceptar-3:hover {
  background-color: #098500;
}

.cont {
  width: 100%;
  max-width: 1280px;
}

.section {
  justify-content: space-between;
  width: 80%;
  height: auto;
  margin: 5rem auto;
  display: flex;
}

.field-label {
  color: var(--color-bco);
}

@media screen and (max-width: 991px) {
  .seccion {
    padding-left: 5%;
    padding-right: 5%;
  }

  .seccion.colorsecc1.sin_margen {
    flex-flow: row-reverse wrap-reverse;
    padding-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .seccion.sin_margen.color {
    padding: 4rem 0%;
  }

  .seccion.color {
    background-image: linear-gradient(to bottom, var(--color-bco) 40%, var(--color-principal) 40%);
    background-image: linear-gradient(#fff 40%, #0a5ed6 40%);
    padding-left: 5%;
    padding-right: 5%;
  }

  .seccion.colorsecc1.sin_margen {
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .seccion.color {
    background-image: linear-gradient(#fff 40%, #0a5ed6 40%);
    padding-left: 5%;
    padding-right: 5%;
  }

  .col50, .col50.alineado-vertical.margen-der {
    width: 100%;
  }

  .col50.margen-right {
    margin-bottom: 20rem;
    padding-right: 0;
  }

  .col50.margen-left {
    padding-left: 0;
  }

  .div-block-2 {
    width: 130%;
    margin-top: 0;
    margin-bottom: 2rem;
    margin-right: -6%;
  }

  .image {
    width: 110%;
    max-width: none;
    margin-left: 2rem;
  }

  .button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    align-items: center;
    height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .div-block-3 {
    width: 100%;
  }

  .navbar {
    position: sticky;
    top: 0;
  }

  .div-block-4 {
    width: 90%;
  }

  .nav-link_cta {
    text-align: center;
    width: 50%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3rem;
  }

  .nav-menu {
    background-color: var(--color-bco);
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .text-block-2 {
    font-size: 4.6rem;
  }

  .image-4 {
    width: 80%;
  }

  .div-block-2-copy {
    justify-content: flex-end;
    width: 90%;
    max-height: none;
    margin-top: 2rem;
    padding-left: 10rem;
    padding-right: 2rem;
  }

  .div-block-3-copy {
    width: 100%;
    padding-right: 5%;
    position: static;
  }

  .heading-3 {
    text-align: left;
  }

  .paragraph-2 {
    text-align: right;
  }

  .error_message, .success_message {
    line-height: 1em;
  }

  .cont_btn_form-se-debe-ocultar {
    display: none;
  }

  .form-block {
    width: 100%;
  }

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

  .titi_testimonio {
    color: var(--color-principal);
    font-size: 1rem;
    line-height: 1.2em;
  }

  .testimonio {
    width: 100%;
  }

  .slider {
    margin-left: 0;
  }

  .cont_footer_bajo {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text_footer {
    font-size: .9rem;
  }

  .text-block-7 {
    text-align: center;
    font-size: .7rem;
  }

  .cont_btns_flotante {
    right: 5%;
  }

  .tel2-card {
    padding-left: 3vw;
    padding-right: 3vw;
    bottom: 70px;
    left: auto;
    right: 5%;
  }

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

  .text_tel-2 {
    padding: 0;
    font-size: 1.3rem;
  }

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

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

  .img_whats-2 {
    height: 1.5rem;
  }

  .icon {
    color: var(--color-principal);
    font-size: 2.5rem;
  }

  .menu-button {
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--color-bco);
  }

  .col25.ficha {
    border-radius: 2vw;
    width: 48%;
    margin-bottom: 2rem;
  }

  .icon-2 {
    color: #0a5ed6;
    font-size: 2.5rem;
  }

  .success_message-2 {
    line-height: 1em;
  }

  .heading-5 {
    text-align: left;
  }

  .tel2-card-2 {
    padding-left: 3vw;
    padding-right: 3vw;
    bottom: 70px;
    left: auto;
    right: 5%;
  }

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

  .div-block-2-copy-2 {
    justify-content: flex-end;
    width: 90%;
    max-height: none;
    margin-top: 2rem;
    padding-left: 10rem;
    padding-right: 2rem;
  }

  .nav-link_cta-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.3rem;
  }

  .div-block-9 {
    width: 90%;
  }

  .col50-2, .col50-2.alineado-vertical.margen-der {
    width: 100%;
  }

  .titi_testimonio-2 {
    color: #0a5ed6;
    font-size: 1rem;
    line-height: 1.2em;
  }

  .text-block-11 {
    text-align: center;
    font-size: .7rem;
  }

  .heading-7 {
    text-align: left;
  }

  .cont_imagenes {
    width: 100%;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .div-block-10 {
    width: 100%;
  }

  .navbar-2 {
    position: sticky;
    top: 0;
  }

  .div-block-11 {
    width: 100%;
    margin-top: 2rem;
    margin-right: -6%;
  }

  .div-block-3-copy-2 {
    width: 100%;
    position: static;
  }

  .text-block-13 {
    font-size: 4.6rem;
  }

  .nav-menu-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .paragraph-7 {
    text-align: left;
  }

  .nav-link_cta-3 {
    text-align: center;
    width: 50%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3rem;
  }

  .div-block-13 {
    width: 100%;
  }

  .col50-3 {
    justify-content: center;
    width: 100%;
  }

  .col50-3.margentop {
    width: 100%;
  }

  .col50-3.margen-left {
    padding-left: 0;
  }

  .col50-3.margen-right {
    margin-bottom: 20rem;
    padding-right: 0;
  }

  .col50-3.alineado-vertical.margen-der {
    width: 100%;
  }

  .nav-link {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }

  .success_message-3 {
    line-height: 1em;
  }

  .heading-12 {
    text-align: left;
  }

  .nav-menu-3 {
    background-color: #fff;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .text-block-15 {
    font-size: 4.6rem;
  }

  .div-block-15 {
    width: 90%;
  }

  .div-block-2-copy-3 {
    justify-content: flex-end;
    width: 90%;
    max-height: none;
    margin-top: 2rem;
    padding-left: 10rem;
    padding-right: 2rem;
  }

  .button-3 {
    justify-content: center;
    display: flex;
  }

  .div-block-16 {
    margin-top: 0;
  }

  .navbar-3 {
    position: sticky;
    top: 0;
  }

  .paragraph-10 {
    text-align: right;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 2rem;
    margin-right: -6%;
  }

  .icon-3 {
    color: #0a5ed6;
    font-size: 2.5rem;
  }

  .menu-button-3 {
    padding-right: 0;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .div-block-3-copy-3 {
    width: 100%;
    position: static;
  }

  .consent-banner_ngo {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn_aceptar {
    margin-top: 0;
    margin-left: 1rem;
  }

  .consent-banner_bco {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn_aceptar-2, .btn_aceptar-3 {
    margin-top: 0;
    margin-left: 1rem;
  }

  .section {
    width: 90%;
  }

  .paragraph-11 {
    font-size: .8rem;
  }
}

@media screen and (max-width: 767px) {
  .col50.alineado-vertical.margen-der {
    padding-right: 0;
  }

  .text-block {
    font-size: 1.8rem;
  }

  .button.ficha {
    text-align: center;
    height: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .brand {
    padding-left: 0;
  }

  .text-block-2 {
    font-size: 3.4rem;
  }

  .image-4 {
    width: 90%;
  }

  .div-block-2-copy {
    border-top-left-radius: 650px;
    border-bottom-left-radius: 650px;
    width: 100%;
    padding-top: 10.9rem;
    padding-bottom: 10.9rem;
  }

  .heading-3 {
    text-align: right;
  }

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

  .titi_testimonio {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .slider_testimonios-2 {
    margin-left: 0;
  }

  .testimonio {
    margin-top: 10vw;
  }

  .cont_testimonios._80 {
    width: 100%;
  }

  .text_footer {
    padding-bottom: 14px;
  }

  .tel2-card {
    bottom: 62px;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .text_tel-2 {
    font-size: 1.34rem;
  }

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

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

  .img_overtext {
    flex-wrap: wrap;
    order: 0;
  }

  .titulo_ficha {
    font-size: 1.4rem;
  }

  .heading-5 {
    text-align: right;
  }

  .tel2-card-2 {
    bottom: 62px;
  }

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

  .div-block-2-copy-2 {
    border-top-left-radius: 650px;
    border-bottom-left-radius: 650px;
    width: 100%;
    padding-top: 10.9rem;
    padding-bottom: 10.9rem;
  }

  .col50-2.alineado-vertical.margen-der {
    padding-right: 0;
  }

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

  .heading-7 {
    text-align: right;
  }

  .text-block-13 {
    font-size: 3.4rem;
  }

  .col50-3.alineado-vertical.margen-der {
    padding-right: 0;
  }

  .heading-12 {
    text-align: right;
  }

  .text-block-15 {
    font-size: 3.4rem;
  }

  .div-block-2-copy-3 {
    border-top-left-radius: 650px;
    border-bottom-left-radius: 650px;
    width: 100%;
    padding-top: 10.9rem;
    padding-bottom: 10.9rem;
  }

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

  .consent-banner_ngo, .consent-banner_bco {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .seccion.color-franja.sin-margenes {
    overflow: hidden;
  }

  .seccion.sin_margen.color {
    padding-left: 0%;
    overflow: hidden;
  }

  .seccion.color {
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .col50.margen-left {
    align-content: flex-start;
    align-self: auto;
  }

  .div-block-2 {
    height: 500px;
    max-height: none;
  }

  .image {
    width: 110%;
    height: auto;
    margin-top: 5rem;
    margin-left: 0;
  }

  .heading {
    font-size: 3rem;
  }

  .text-block {
    font-size: 1.6rem;
  }

  .button {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .button.ficha {
    height: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .div-block-3 {
    max-width: 100%;
  }

  .image-2 {
    max-width: none;
    height: 300px;
    margin: 0% auto 0% 0%;
  }

  .image-3 {
    height: 3rem;
  }

  .nav-link_cta {
    width: 80%;
  }

  .nav-menu {
    width: 50%;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .text-block-2 {
    margin-top: 2rem;
    font-size: 1.9rem;
  }

  .heading-2 {
    text-align: center;
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .cont_fichas {
    display: block;
  }

  .image-4 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-2-copy {
    border-radius: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
  }

  .div-block-3-copy {
    padding-right: 0%;
  }

  .heading-3 {
    text-align: left;
    font-size: 2.3rem;
  }

  .paragraph-2 {
    text-align: left;
  }

  .form {
    width: auto;
  }

  .text-field_box {
    font-size: 1.1rem;
  }

  .cont_btn_form-se-debe-ocultar {
    display: none;
  }

  .text-field {
    font-size: 1.1rem;
  }

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

  .estrella {
    font-size: 1.3rem;
  }

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

  .slider_testimonios-2 {
    margin-left: 0;
  }

  .testimonio {
    width: 95%;
    margin-top: .5rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .text-block-3 {
    flex-wrap: wrap;
  }

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

  .text-block-5 {
    font-size: 1.7rem;
  }

  .slider {
    align-items: center;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .div-block-8 {
    width: 100%;
    position: absolute;
    bottom: 20%;
  }

  .paragraph-4 {
    padding-left: 2rem;
    padding-right: 1rem;
    line-height: .9em;
  }

  .text_footer {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .text-block-7 {
    line-height: 1.2rem;
  }

  .tel2-card {
    padding-right: 5vw;
    bottom: 55px;
    left: auto;
    right: 5%;
  }

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

  .text_tel-2 {
    font-size: 1.3rem;
  }

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

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

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

  .icon {
    font-size: 2.1rem;
  }

  .col25.ficha {
    border-radius: 4vw;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .img_ficha.var {
    height: auto;
  }

  .titulo_ficha {
    font-size: 1.6rem;
  }

  .image-6, .image-7, .image-8, .lightbox-link, .lightbox-link.centrado {
    width: 100%;
  }

  .icon-2 {
    font-size: 2.1rem;
  }

  .text-block-8 {
    font-size: 2.3rem;
  }

  .heading-5 {
    text-align: left;
    font-size: 2.6rem;
  }

  .tel2-card-2 {
    padding-right: 5vw;
    bottom: 55px;
    left: auto;
    right: 5%;
  }

  .text-block-9 {
    flex-wrap: wrap;
  }

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

  .image-9 {
    margin: 0% -6%;
  }

  .div-block-2-copy-2 {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
  }

  .nav-link_cta-2 {
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: .9rem;
    line-height: 1em;
  }

  .text-field_box-2 {
    font-size: 1.1rem;
  }

  .image-10 {
    width: 100%;
    height: auto;
  }

  .text-field-2 {
    font-size: 1.1rem;
  }

  .titi_testimonio-2 {
    color: #0a5ed6;
    font-size: 1rem;
  }

  .text-block-11 {
    line-height: 1.2rem;
  }

  .image-11 {
    height: 3rem;
  }

  .text-block-12 {
    flex-flow: wrap;
  }

  .heading-7 {
    text-align: left;
    font-size: 2.4rem;
  }

  .cont_imagenes {
    margin-top: 2rem;
  }

  .image-12 {
    margin: 0% -6%;
  }

  .slider-2 {
    align-items: center;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .heading-8 {
    margin-top: 10px;
    font-size: 2rem;
  }

  .div-block-11 {
    max-height: none;
  }

  .heading-9 {
    font-size: 3.3rem;
  }

  .text-block-13 {
    margin-top: 0;
    font-size: 1.9rem;
  }

  .paragraph-6 {
    padding-left: 2rem;
    padding-right: 1rem;
    line-height: .9em;
  }

  .nav-menu-2 {
    width: 50%;
  }

  .precio {
    width: 100%;
    position: absolute;
    bottom: 20%;
  }

  .paragraph-7 {
    text-align: left;
    font-size: .9rem;
  }

  .image-13, .image-14, .image-15 {
    width: 100%;
    height: auto;
  }

  .heading-10 {
    font-size: 3.3rem;
  }

  .nav-link_cta-3 {
    width: 80%;
  }

  .text-block-14 {
    flex-flow: wrap;
  }

  .heading-11 {
    margin-top: 10px;
    font-size: 2rem;
  }

  .heading-12 {
    text-align: left;
    font-size: 2.3rem;
  }

  .div-block-14 {
    width: 100%;
    position: absolute;
    bottom: 20%;
  }

  .nav-menu-3 {
    width: 50%;
  }

  .image-17 {
    margin: 0% -6%;
  }

  .text-block-15 {
    margin-top: 73px;
    font-size: 1.9rem;
  }

  .paragraph-9 {
    padding-left: 2rem;
    padding-right: 1rem;
    line-height: .9em;
  }

  .slider-3 {
    align-items: center;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .text-field-3 {
    font-size: 1.1rem;
  }

  .div-block-2-copy-3 {
    border-radius: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
  }

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

  .text-block-16 {
    flex-wrap: wrap;
  }

  .text-block-17 {
    font-size: 2.3rem;
  }

  .image-18 {
    height: 3rem;
  }

  .list {
    padding-left: 1.5rem;
  }

  .paragraph-10 {
    text-align: left;
  }

  .div-block-17 {
    max-height: none;
  }

  .icon-3 {
    font-size: 2.1rem;
  }

  .image-19 {
    width: 100%;
    height: auto;
  }

  .text-field_box-3 {
    font-size: 1.1rem;
  }

  .consent-banner_ngo {
    width: 90%;
  }

  .parrafo_cookies_bco {
    margin-top: 0;
  }

  .btn_rechazar_bco {
    width: 250px;
  }

  .btn_aceptar {
    width: 250px;
    margin-top: .5rem;
    margin-left: 0;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

  .btn_aceptar-2, .btn_aceptar-3 {
    width: 250px;
    margin-top: .5rem;
    margin-left: 0;
  }
}


