:root {
  --color_2: #93c840;
  --color_1: #0096b6;
  --negro: #252525;
  --blanco: white;
  --black: black;
  --transparente: rgba(255, 255, 255, 0);
  --white: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--color_2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5vh;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1em;
}

h2 {
  color: var(--color_1);
  margin-top: 0;
  margin-bottom: 3vh;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 2vh;
  font-size: 1.1rem;
  line-height: 1.4em;
}

li {
  margin-bottom: 1vh;
  line-height: 1.2em;
}

.main {
  width: auto;
  height: auto;
}

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

.seccion.azul {
  background-color: var(--color_1);
  justify-content: space-between;
  margin-top: -5vh;
  padding-top: 15vh;
  display: flex;
}

.seccion.hero {
  justify-content: space-between;
  padding-right: 0%;
}

.seccion.hero.politica {
  padding-right: 10%;
}

.seccion.verde {
  background-color: var(--color_2);
}

.seccion.verde.izq {
  margin-top: -18vh;
  padding-top: 14vh;
  padding-left: 0%;
}

.seccion.negro {
  background-color: var(--negro);
  flex-flow: wrap;
  align-content: space-around;
  justify-content: space-between;
}

.seccion.contacto {
  background-color: var(--blanco);
  padding-bottom: 5vh;
}

.navbar {
  background-color: #fff;
  width: auto;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: flex;
  box-shadow: 0 2px 18px -5px rgba(0, 0, 0, .2);
}

.boton_navbar {
  background-color: var(--color_1);
  color: var(--blanco);
  text-transform: uppercase;
  border-radius: 0;
  padding: .5vw 1vw;
  font-weight: 800;
}

.boton_navbar:hover {
  background-color: var(--color_2);
  color: var(--blanco);
}

.col_50 {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.col_50.izq {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.image {
  object-fit: cover;
  width: 50%;
  margin-right: 0;
}

.image.izq {
  margin-right: auto;
}

.image-2 {
  width: 18vw;
}

.cont_navbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.boton {
  background-color: var(--color_1);
  border-radius: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.boton:hover {
  background-color: var(--color_2);
}

.boton.verde {
  background-color: var(--color_2);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.boton.verde:hover {
  background-color: var(--color_1);
}

.boton.azul {
  background-color: var(--black);
  color: var(--blanco);
  text-align: center;
  border-radius: 0;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 800;
}

.boton.azul:hover {
  background-color: var(--blanco);
  color: var(--color_1);
}

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

.titulo_seccion {
  color: var(--blanco);
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
}

._100 {
  width: 100%;
}

.col_30 {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 32%;
  height: auto;
  margin-top: 5vh;
  margin-left: 0;
  padding-bottom: 2rem;
  display: flex;
}

.col_30.stroke {
  border-right: 1px solid var(--blanco);
  width: 32%;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 1vw;
}

.col_30.sinmargen {
  margin-left: 0;
}

.subtitulo_seccion {
  color: var(--blanco);
  text-align: center;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.img_servicio {
  background-image: url('../images/P1170678.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 35vh;
  margin-bottom: 0;
}

.img_servicio._01 {
  width: 100%;
  height: 30vh;
  margin-bottom: 0;
}

.img_servicio._02 {
  background-image: url('../images/DSCN0640.webp');
  width: 100%;
  height: 30vh;
  margin-bottom: 0;
}

.img_servicio._3 {
  background-image: url('../images/20220511_160646.webp');
  background-position: 0%;
  width: 100%;
  height: 30vh;
  margin-bottom: 0;
}

.parrafo_ficha {
  color: var(--negro);
  margin: 0 0 2vh;
  line-height: 1.2em;
}

.parrafo_ficha.blanco {
  color: var(--blanco);
}

.titulo_ficha {
  color: var(--negro);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.1em;
  display: flex;
}

.titulo_ficha.verde {
  color: var(--color_2);
  margin-bottom: 2vh;
}

.texto_seccion {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin: 0 0;
  padding: 2vh 2vw;
  display: flex;
}

.texto_seccion.sinmargen {
  height: auto;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.texto_seccion.blanco {
  border-top: 10px solid var(--color_2);
  background-color: var(--blanco);
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 46vh;
  max-height: 100%;
  padding-top: 2vh;
  position: relative;
}

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

.list {
  margin-bottom: 4vh;
  padding-left: 20px;
  list-style-type: disc;
}

.paragraph_hero {
  width: 82%;
  margin-bottom: 4vh;
  line-height: 1.4em;
}

.azul {
  color: var(--color_1);
  line-height: 1em;
}

.azul._100 {
  color: var(--blanco);
  text-align: center;
}

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

.right-arrow {
  display: none;
}

._4-9 {
  color: var(--color_2);
  margin-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
}

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

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

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

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

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

.slider_testimonios-2 {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-left: 0;
}

.smiley {
  color: var(--color_2);
  padding: 0 2px 0 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 2rem;
  line-height: 30px;
}

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

.left-arrow {
  display: none;
}

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

.star {
  color: var(--color_2);
  margin-right: .5rem;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1em;
}

.star.color {
  color: rgba(255, 208, 66, .5);
}

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

._50div-form2 {
  color: #fff;
  width: 49%;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 16px;
}

.imput_form {
  background-color: rgba(255, 255, 255, .3);
  height: auto;
  min-height: 60px;
  font-size: 19px;
}

.imput_form.style_form {
  color: gray;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  width: 100%;
  min-height: 3vw;
  padding: 1vw;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  box-shadow: 0 1px 3px #dadada;
}

.texto_error_style {
  font-size: .9rem;
  font-weight: 700;
}

.input_mensaje {
  color: #8a8a8a;
  background-color: #fff;
  border-radius: 0;
  min-height: 10vw;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.success_message {
  color: #fff;
  text-align: center;
  background-color: #5bca4e;
  margin-top: 1vw;
  padding: 1vw;
  font-size: .9rem;
}

.formualrio {
  flex-flow: wrap;
  display: flex;
}

.texto_check_style {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}

.contenerdor_formulario {
  background-color: #ddd;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin: 0 0 8vw auto;
  padding: 1vw 1vw 2vw;
}

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

.error_message {
  color: #fff;
  text-align: center;
  background-color: #fc5e5e;
  margin-top: 1vw;
  padding: 1vw;
  font-size: 1.3vw;
  line-height: 1.3em;
}

.embed_codigo_captcha {
  border-radius: 0;
  width: 100%;
  margin-top: 1rem;
  font-size: 1rem;
}

.cont_footer_bajo {
  background-color: var(--negro);
  color: #000;
  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_2);
  font-weight: 700;
  text-decoration: none;
}

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

.brand {
  padding-left: 0;
}

.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;
  -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 rgba(0, 0, 0, .2);
}

.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 rgba(0, 0, 0, .2);
}

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

.paragraph_opiniones {
  margin-bottom: 5vh;
}

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

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

.btn_enviar:hover {
  background-color: var(--color_1);
  color: var(--blanco);
}

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

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

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

.heading {
  color: var(--color_2);
  margin-bottom: 1rem;
  font-weight: 800;
}

.heading3 {
  color: var(--color_1);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.heading-2 {
  color: var(--color_1);
  margin-bottom: 1rem;
}

.consent-banner_ngo {
  z-index: 999999;
  background-color: rgba(0, 0, 0, .7);
  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;
  top: auto;
  bottom: 43%;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .2);
}

.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: rgba(220, 220, 220, 0);
  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;
}

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

.consent-banner_bco {
  z-index: 999999;
  background-color: rgba(255, 255, 255, .9);
  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;
  top: auto;
  bottom: 43%;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .2);
}

.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: rgba(220, 220, 220, 0);
  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;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 3vh;
    font-size: 2rem;
    line-height: 1.1em;
  }

  h2 {
    font-size: 1.4rem;
  }

  p {
    line-height: 1.2em;
  }

  .seccion.azul {
    margin-top: 0;
    padding-top: 5vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .seccion.hero {
    padding-left: 5%;
  }

  .seccion.verde.izq {
    padding-right: 5%;
  }

  .seccion.negro, .seccion.contacto {
    padding-left: 5%;
    padding-right: 5%;
  }

  .boton_navbar {
    background-color: var(--color_1);
    color: var(--blanco);
    border-radius: 0;
    padding: 2vw 5vw;
  }

  .col_50.formulario {
    width: 100%;
    margin-top: 5vh;
  }

  .image {
    object-fit: cover;
  }

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

  .image-2 {
    width: 35vw;
  }

  .cont_navbar {
    align-items: center;
    width: 90%;
    display: flex;
  }

  .boton.verde {
    width: 100%;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .col_30 {
    padding-bottom: 0;
  }

  .subtitulo_seccion {
    line-height: 1.2em;
  }

  .titulo_ficha {
    font-size: 1.3rem;
  }

  .texto_seccion.blanco {
    align-content: flex-start;
    min-height: 50vh;
  }

  .paragraph_hero {
    margin-bottom: 3vh;
    line-height: 1.2em;
  }

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

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

  .cont_testimonios, .testimonio {
    width: 100%;
  }

  ._50div-form2 {
    width: 100%;
    margin-left: 0%;
  }

  .imput_form.style_form, .texto_error_style {
    font-size: .8rem;
  }

  .input_mensaje {
    min-height: 30vw;
    font-size: .8rem;
  }

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

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

  .contenerdor_formulario {
    width: 100%;
    margin-bottom: 8vw;
    padding: 2vw;
  }

  .cont_embed_alertas-2 {
    font-size: .63rem;
    line-height: 1.2rem;
  }

  .error_message {
    line-height: 1em;
  }

  .embed_codigo_captcha {
    font-size: .8rem;
    line-height: 1em;
  }

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

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

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

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

  .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;
  }

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

  .heading3 {
    font-size: 1.5rem;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .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;
  }

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

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.6rem;
  }

  .seccion, .seccion.azul, .seccion.hero, .seccion.verde.izq, .seccion.negro {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

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

  .col_50 {
    width: 100%;
  }

  .col_50.izq {
    margin-bottom: 5vh;
  }

  .image {
    width: 100%;
  }

  .image.izq {
    width: 100%;
    margin-bottom: 5vh;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    width: 45vw;
  }

  .cont_navbar {
    align-items: center;
    display: flex;
  }

  .boton.verde, .col_30 {
    width: 100%;
  }

  .col_30.stroke {
    margin-top: 2vh;
  }

  .col_30.sinmargen {
    width: 32%;
    margin-top: 2vh;
  }

  .img_servicio._01, .img_servicio._02, .img_servicio._3 {
    width: 100%;
    height: 40vh;
  }

  .parrafo_ficha.blanco {
    font-size: .9rem;
  }

  .titulo_ficha {
    width: 100%;
  }

  .titulo_ficha.verde {
    font-size: 1rem;
  }

  .texto_seccion {
    height: 35vh;
  }

  .texto_seccion.sinmargen {
    height: 25vh;
  }

  .texto_seccion.blanco {
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .paragraph_hero {
    width: 100%;
  }

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

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

  .testimonio {
    margin-top: 10vw;
  }

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

  .imput_form.style_form {
    font-size: .7rem;
    line-height: 1rem;
  }

  .texto_error_style {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .input_mensaje {
    min-height: 40vw;
    font-size: .7rem;
    line-height: 1rem;
  }

  .success_message {
    font-size: 2.5vw;
  }

  .texto_check_style {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .contenerdor_formulario {
    margin-left: 0;
    margin-right: 0;
  }

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

  .embed_codigo_captcha {
    font-size: .7rem;
    line-height: 1rem;
  }

  .text_footer {
    padding-bottom: 14px;
  }

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

  .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;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 2vh;
    font-size: 1.5rem;
  }

  h2 {
    margin-bottom: 2vh;
  }

  .seccion {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .seccion.hero {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-right: 5%;
    display: flex;
    overflow: visible;
  }

  .seccion.verde.izq {
    justify-content: center;
    padding-top: 14vh;
    padding-bottom: 5vh;
    padding-left: 5%;
  }

  .seccion.negro {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .boton_navbar {
    padding-top: 3vw;
    padding-bottom: 3vw;
    display: none;
  }

  .col_50 {
    width: 90%;
  }

  .col_50.izq {
    width: 100%;
    margin-bottom: 3vh;
  }

  .image {
    width: 100%;
    height: 45vh;
    margin: 0 auto 4vh;
  }

  .image.izq {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .image-2 {
    width: 100%;
  }

  .cont_navbar {
    width: 90%;
  }

  .boton, .boton.azul {
    text-align: center;
    width: 100%;
  }

  .col_30.stroke {
    border-bottom: 1px solid var(--blanco);
    border-right-style: none;
    width: 100%;
  }

  .col_30.sinmargen {
    width: 100%;
  }

  .subtitulo_seccion {
    text-align: left;
  }

  .img_servicio._01 {
    height: 35vh;
  }

  .texto_seccion {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .texto_seccion.sinmargen {
    height: auto;
  }

  .texto_seccion.blanco {
    align-content: flex-start;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .paragraph_hero {
    width: 100%;
  }

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

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

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

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

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

  .smiley {
    font-size: 1.3rem;
  }

  .imput_form.style_form {
    padding: 2vw;
    font-size: .8rem;
    line-height: 1rem;
  }

  .texto_error_style {
    font-size: .8rem;
    line-height: 1.5em;
  }

  .input_mensaje {
    min-height: 50vw;
    font-size: .8rem;
    line-height: 1rem;
  }

  .success_message {
    margin-top: 2vw;
    padding: 5vw;
    font-size: 4vw;
  }

  .texto_check_style {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .contenerdor_formulario {
    width: 100%;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding: 4vw;
  }

  .cont_embed_alertas-2 {
    font-size: .8rem;
    line-height: 1rem;
  }

  .error_message {
    margin-top: 5vw;
    padding: 5vw;
    font-size: .8rem;
  }

  .embed_codigo_captcha {
    font-size: .8rem;
    line-height: 1.1rem;
  }

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

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

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

  .brand {
    padding-left: 0;
  }

  .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;
  }

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

  .heading, .heading3 {
    font-size: 1.3rem;
  }

  .heading-2 {
    font-size: 1.6rem;
  }

  .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 {
    width: 250px;
    margin-top: .5rem;
    margin-left: 0;
  }
}


