:root {
  --white: white;
  --color-4: #555;
  --color-2: #2b3c73;
  --color-1: #71b263;
  --color-3: #9d9d9c;
  --color-5: #84dbfc;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--white);
  color: var(--color-4);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2em;
}

.main {
  overflow: hidden;
}

.menu {
  z-index: 666;
  background-color: #0000;
  width: 100%;
  height: auto;
  position: fixed;
}

.menu.politica {
  background-color: var(--color-2);
}

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

.cont_logo {
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.cont_contacto {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.hero {
  background-color: var(--color-2);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.hero.bg {
  background-image: url('../images/landing_hero_bg_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.contenedor.hero {
  background-color: #0000;
  max-width: 1280px;
  padding-top: 8rem;
}

.col33 {
  object-fit: contain;
  flex-flow: wrap;
  place-content: flex-start space-between;
  width: 31%;
  height: auto;
  display: flex;
}

.col33.hero_col {
  align-content: stretch;
  display: none;
}

.col33.servicios.card3 {
  display: none;
}

.col66 {
  flex-flow: wrap;
  place-content: center space-between;
  width: 75%;
  height: auto;
  display: flex;
}

.cont_cta {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  display: flex;
}

.button {
  background-color: var(--color-1);
  text-align: center;
  border: 2px #fff;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin: 3rem auto 1rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 1px 1px 3px #00000080;
}

.button:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.button._2 {
  display: none;
}

.heading {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Libre Baskerville, sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}

.text-block {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.seccion {
  background-color: var(--white);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.seccion.formulario {
  background-color: var(--color-2);
  padding-top: 6rem;
}

.seccion.casos-exito.exito {
  padding-top: 2.5rem;
}

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

.cont_servicios.v2 {
  display: flex;
}

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

.col50 {
  object-fit: fill;
  width: 48%;
  height: auto;
}

.col50.form {
  width: 48%;
}

.col50.servicios {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.col33b.card {
  background-color: var(--color-2);
  align-content: space-between;
  align-items: stretch;
  width: 31%;
  height: auto;
  padding: 2rem 1.5rem;
}

.cont_testimonios {
  flex-flow: wrap;
  place-content: flex-start space-between;
  width: 100%;
  height: auto;
  display: none;
}

.testimonio_nombre {
  flex-flow: wrap;
  width: 73%;
  display: block;
}

.image {
  border-radius: 100%;
  width: 23%;
  height: auto;
}

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

.image-2 {
  width: 10rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-2.politica {
  display: inline-block;
}

.image-2.home {
  display: none;
}

.image-2.logo_white {
  opacity: 1;
  width: 13rem;
  height: auto;
  position: absolute;
}

.image-2.logo_color {
  width: 13rem;
}

.image-3 {
  object-fit: contain;
  width: auto;
  height: auto;
}

.titulo_seccion {
  color: var(--color-2);
  text-align: center;
  width: 100%;
  height: auto;
  margin: 2rem auto 1rem;
  font-family: Libre Baskerville, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.titulo_seccion.formulario {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 2.5rem;
}

.titulo_seccion.testimonios {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: none;
}

.subtitulo_seccion {
  color: var(--color-2);
  width: auto;
  height: auto;
  margin: 1rem auto;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2em;
}

.subtitulo_seccion.formulario {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.subtitulo_seccion._2 {
  color: var(--color-4);
  width: 60%;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  display: none;
}

.subtitulo_seccion._2.casos-exito {
  color: var(--color-2);
  width: 100%;
  margin-bottom: 2rem;
  font-family: Libre Baskerville, sans-serif;
  font-weight: 400;
  display: flex;
}

.paragraph {
  letter-spacing: 0;
  text-indent: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph.proceso {
  margin-top: 2rem;
}

.list {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.list-item {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1rem;
  list-style-type: none;
  display: flex;
}

.image-4 {
  object-fit: contain;
  width: auto;
  height: 2.5rem;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.beneficios_lista-1 {
  color: var(--color-2);
  text-transform: none;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.beneficios_lista-1.beneficios-2 {
  color: var(--color-4);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.image-5 {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.paragraph-2 {
  overflow-wrap: normal;
  margin-bottom: 0;
  line-height: 1.5em;
}

.paragraph-3 {
  margin-bottom: 0;
  line-height: 1.5em;
}

.image-6, .image-7 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 15rem;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 15rem;
}

.stars_icon {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Material Icons, sans-serif;
  font-size: 1.2rem;
}

.cont_info_testimonio {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  width: auto;
  height: auto;
  font-size: .8rem;
}

.paragraph-4 {
  color: #fff;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5em;
}

.paragraph-6 {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

.paragraph-7 {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--white);
  font-size: .8rem;
}

.cont_info_card {
  flex-flow: wrap;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  color: var(--color-3);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-weight: 500;
  display: none;
}

.text-block-7.politica {
  color: var(--white);
}

.cont_titulos {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont_formulario {
  width: 48%;
}

.submit-button-2 {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1px;
}

.submit-button-2:hover {
  background-color: var(--color-1);
  color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

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

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

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

.embed-estilos-no_borrar {
  width: 100%;
  height: auto;
}

.estilo_field_form_bloque {
  color: var(--color-4);
  border: 1px #000;
  min-height: 12rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
}

.estilo_field_form_bloque:focus-visible {
  color: var(--color-4);
}

.estilo_field_form_bloque[data-wf-focus-visible] {
  color: var(--color-4);
}

.estilo_field_form_bloque::placeholder {
  color: #b1b0b0;
}

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

.estilo_field_form {
  color: var(--color-4);
  background-color: #fff;
  border: 1px #000;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5em;
}

.estilo_field_form:focus {
  color: var(--color-4);
}

.estilo_field_form:focus-visible {
  color: var(--color-4);
}

.estilo_field_form[data-wf-focus-visible] {
  color: var(--color-4);
}

.estilo_field_form::placeholder {
  color: #b1b0b0;
}

.success_message {
  color: #187424;
  text-align: center;
  background-color: #8fce5b;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1em;
}

.error_message {
  color: #fdb5b5;
  text-align: center;
  background-color: #db4545;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
}

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

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

.cont_footer_bajo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-2);
  perspective: none;
  transform-origin: 50% 100%;
  color: #000;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
  transform: none;
}

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

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

.link-2 {
  color: var(--color-1);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.text_footer_2 {
  color: #f1f1f1;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .8rem;
  line-height: 1rem;
}

.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: flex;
  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 {
  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:hover {
  background-color: #098500;
}

.texto_politica {
  margin-bottom: 0;
  padding-top: 3rem;
  font-weight: 400;
  line-height: 1.5em;
}

.cont_contacto-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.whats-card {
  z-index: 0;
  background-color: #0000;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}

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

.whats-card._2:hover, .whats-card._2.phone {
  background-color: #0000;
}

.whats-card._2 {
  background-color: #2b3c73;
  text-decoration: none;
  right: 10%;
}

.whats-card._2:hover {
  background-color: #668aca;
}

.whats-card._2.politica, .whats-card._2.politica:hover {
  background-color: #0000;
}

.whats-card.phone {
  background-color: var(--white);
  border-radius: 100%;
  box-shadow: 2px 2px 3px #0003;
}

.whats-card.wapp {
  background-color: #39b54a;
  border-radius: 100%;
  box-shadow: 2px 2px 3px #0003;
}

.icono_wapp {
  width: 100%;
  height: 2.5rem;
  position: absolute;
}

.icono_wapp.wapp_white {
  height: 1.9rem;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  width: 100%;
  font-family: Material Icons, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.text-block-8.home {
  color: var(--color-2);
}

.cont_contacto-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  align-self: center;
  width: auto;
  height: auto;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.text-block-9:hover {
  color: var(--color-1);
}

.image-9 {
  object-fit: contain;
  width: auto;
  height: auto;
}

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

.checkbox-field {
  color: var(--white);
}

.checkbox-label {
  line-height: 1.5em;
}

.checkbox_form {
  font-weight: 300;
  line-height: 1.5em;
}

.link-3 {
  color: var(--white);
}

.text-span {
  font-weight: 600;
  text-decoration: underline;
}

.link-4 {
  color: var(--white);
  font-weight: 600;
}

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

.circulo {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  box-shadow: 4px 4px 5px -3px #00000080;
}

.numero {
  color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

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

.image-10 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: auto;
  height: auto;
  margin-top: 1rem;
}

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

  .hero.bg {
    background-position: 35%;
    background-size: cover;
  }

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

  .col33, .col33.hero_col {
    width: 100%;
  }

  .col33.servicios {
    margin-bottom: 2rem;
  }

  .col66 {
    width: 100%;
  }

  .heading {
    font-size: 2.8rem;
  }

  .col50 {
    width: 100%;
  }

  .col33b.card {
    width: 100%;
    margin-bottom: 2rem;
  }

  .image-3 {
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .titulo_seccion {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .subtitulo_seccion._2 {
    width: 70%;
  }

  .list-item {
    flex-flow: row;
  }

  .image-4 {
    height: 2.5rem;
  }

  .textos_lista {
    width: auto;
  }

  .beneficios_lista-1 {
    width: 100%;
  }

  .image-6 {
    object-position: 50% 20%;
  }

  .image-7 {
    object-position: 50% 25%;
  }

  .cont_info_testimonio {
    justify-content: space-between;
    align-items: center;
  }

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

  .cont_footer_bajo {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .text_footer_2 {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .consent-banner_bco {
    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;
  }

  .whats-card {
    bottom: auto;
    right: auto;
  }

  .whats-card._2 {
    right: 5%;
  }
}

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

  .col50.form {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .subtitulo_seccion._2 {
    width: 100%;
  }

  .list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .beneficios_lista-1.beneficios-2 {
    font-size: 1rem;
  }

  .cont_info_testimonio {
    justify-content: space-between;
    align-items: center;
  }

  .cont_formulario {
    width: 100%;
  }

  .text_footer {
    width: 90%;
    padding-bottom: 14px;
  }

  .text_footer_2 {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .consent-banner_bco {
    width: 70%;
  }

  .whats-card {
    width: 3rem;
    height: 3rem;
    bottom: auto;
    right: auto;
  }

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

  .image-9 {
    height: 20rem;
  }

  .paso_cont {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .cont_contacto {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .contenedor.hero {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .col66 {
    text-align: left;
    flex: 0 auto;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button {
    text-align: center;
  }

  .heading {
    box-sizing: border-box;
    object-fit: fill;
    width: auto;
    font-size: 2.5rem;
    display: block;
  }

  .text-block {
    text-align: center;
  }

  .image {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .image-2.logo_white, .image-2.logo_color {
    width: 10rem;
  }

  .image-3 {
    height: auto;
    margin-bottom: 3rem;
  }

  .titulo_seccion {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 2.3rem;
    display: flex;
  }

  .list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .beneficios_lista-1.beneficios-2 {
    font-size: 1rem;
  }

  .cont_info_testimonio {
    align-items: center;
  }

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

  .cont_footer_bajo {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .text_footer_2 {
    padding-left: 0;
    padding-right: 0;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

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

  .whats-card {
    width: 2.5rem;
    height: 2.5rem;
    bottom: auto;
    right: auto;
  }

  .icono_wapp.wapp_white {
    height: 1.5rem;
  }

  .text-block-8, .text-block-8.home {
    font-size: 1.5rem;
  }

  .cont_contacto-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-block-9 {
    display: none;
  }
}


