:root {
  --color1: #1414b8;
  --color3: #ff8e00;
  --color2: #00de68;
  --white: white;
  --black: black;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1em;
}

p {
  margin-bottom: 2rem;
}

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

.seccion {
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.seccion.fondoazul {
  background-color: var(--color1);
}

.seccion.fondoazul.contacto {
  position: relative;
}

.seccion.hero {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.seccion.hero.politica {
  padding-top: 3rem;
  padding-bottom: 0;
}

.seccion.fondonaranja {
  background-color: var(--color3);
}

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

.col50 {
  width: 48%;
  height: auto;
}

.col50.img_hero {
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35%;
  margin-top: -2rem;
  margin-right: -2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.col50.der {
  margin-left: auto;
}

.col50.img_contacto {
  align-self: center;
  width: 35%;
  margin-top: 4rem;
  margin-left: 0;
  position: absolute;
  inset: 0% 0 auto 0%;
}

.logo {
  width: 60%;
  margin-bottom: 4rem;
}

.logo.politica {
  width: 20%;
  margin-bottom: 0;
}

.azul {
  color: var(--color1);
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2em;
}

.button {
  background-color: var(--color2);
  border-radius: 300px;
  width: auto;
  height: auto;
  margin-top: 2rem;
  padding: 1rem 2rem;
  font-weight: 700;
  box-shadow: 0 3px 5px #0003;
}

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

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

.image {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
}

.titulo {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3em;
}

.titulo.verde {
  color: var(--color2);
}

.titulo.verde.centrado {
  text-align: center;
}

.titulo.naranja {
  color: var(--color3);
}

.titulo.naranja.centrado {
  text-align: center;
}

.blanco {
  color: #fff;
}

.blanco.centrado {
  text-align: center;
}

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

.servicio {
  width: 30%;
}

.img_circular {
  width: 13rem;
  height: 13rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.img_servicios {
  border: 4px solid #ff8e00;
  border-radius: 500px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.txt_seccion {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.ficha {
  background-color: var(--color1);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding: 2rem;
  display: flex;
}

.titulo_ficha {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 800;
}

.icono_ficha {
  width: 30%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.icono_ficha.var {
  width: 50%;
}

.parrafo_ficha {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.slider {
  background-color: #0000;
  width: 100%;
}

.cont_formulario {
  width: 100%;
}

.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: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

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

.estilo_field_form_bloque:focus-visible, .estilo_field_form_bloque[data-wf-focus-visible], .estilo_field_form_bloque::placeholder {
  color: #333;
}

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

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

.btn_enviar:hover {
  background-color: var(--color3);
  color: #fff;
}

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

.estilo_field_form:focus, .estilo_field_form:focus-visible, .estilo_field_form[data-wf-focus-visible], .estilo_field_form::placeholder {
  color: #333;
}

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

.col60 {
  width: 60%;
  height: auto;
  margin-left: auto;
}

.slider-2 {
  background-color: #0000;
  flex-flow: wrap;
  align-content: center;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  display: flex;
  bottom: auto;
}

.slide-nav-2 {
  font-size: .8rem;
  display: none;
  bottom: -4rem;
}

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

.slide {
  color: #fff;
  background-color: #0000;
  width: 33.33%;
  height: 100%;
}

.slide.centro {
  border-right: 1px #000;
}

.testimonio {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.left-arrow {
  display: none;
}

.nombre {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto 1rem;
  font-weight: 400;
}

.star {
  color: var(--color1);
  font-family: Material Icons Round, sans-serif;
  font-size: 1.25rem;
  line-height: 1em;
}

.right-arrow {
  display: none;
}

.cont_stars {
  width: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-right: .5rem;
  display: flex;
}

.cont_testimonio {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  min-height: 10rem;
  max-height: 100%;
  margin: 3rem auto;
  display: flex;
  position: static;
}

.cont_footer_bajo {
  color: #000;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 3rem 10%;
  display: flex;
}

.link_privacidad {
  color: var(--color1);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  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;
}

.text_footer {
  color: var(--color1);
  text-align: center;
  width: 100%;
  margin-top: 11px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

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

.text-block-5 {
  color: var(--color1);
  text-align: center;
  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;
  inset: 0% 1% 0% auto;
}

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

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

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

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

.img_whats-2 {
  width: 2.3rem;
  max-width: none;
  height: 2.3rem;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1em;
}

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

.submit-button-2:hover {
  background-color: var(--color3);
  color: #fff;
}

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

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

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

@media screen and (max-width: 991px) {
  .seccion.hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contenedor {
    width: 90%;
  }

  .col50.img_hero, .col50.img_contacto {
    width: 48%;
  }

  .logo {
    width: 60%;
  }

  .logo.politica {
    width: 30%;
  }

  .button {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .ficha {
    width: 32%;
  }

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

  .slider-2 {
    height: auto;
    min-height: 10rem;
    margin-top: 2rem;
    top: auto;
    bottom: auto;
  }

  .slide-nav-2 {
    bottom: -2.5rem;
  }

  .star {
    font-size: 1rem;
  }

  .cont_stars {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .cont_testimonio {
    margin-top: 0;
    margin-bottom: 2rem;
  }

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

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

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

  .cont_btns_flotante {
    right: 5%;
  }

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

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

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

  .img_whats-2 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

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

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

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

@media screen and (max-width: 767px) {
  .seccion {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .col50 {
    width: 100%;
  }

  .col50.img_hero {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .col50.img_contacto {
    width: 50%;
    margin: 0 auto 2rem;
    position: static;
  }

  .col50.hero {
    width: 75%;
  }

  .logo {
    width: 60%;
  }

  .logo.politica {
    width: 40%;
  }

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

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

  .ficha {
    width: 32%;
    padding-left: 2rem;
    overflow: visible;
  }

  .titulo_ficha {
    font-size: .9rem;
    display: block;
    overflow: visible;
  }

  .titulo_ficha.cont_pds {
    box-sizing: border-box;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
    display: block;
    overflow: visible;
  }

  .icono_ficha {
    width: 50%;
  }

  .icono_ficha.var {
    width: 100%;
  }

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

  .slider-2 {
    height: auto;
    top: auto;
  }

  .slide-nav-2 {
    display: block;
    inset: auto 0% 0%;
  }

  .slide {
    width: 100%;
  }

  .testimonio {
    height: auto;
  }

  .star {
    width: auto;
    font-size: 1rem;
  }

  .cont_stars {
    display: flex;
  }

  .cont_testimonio {
    margin-top: 0;
  }

  .cont_footer_bajo {
    padding: 2rem 5% 10rem;
  }

  .text_footer {
    padding-bottom: 14px;
  }

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

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

  .cont_whats {
    height: 4vw;
  }

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

  .img_whats-2 {
    object-fit: contain;
    height: 100%;
    padding-left: 0;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 1.1em;
  }

  h2 {
    font-size: 1.3rem;
  }

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

  .col50.img_hero {
    width: 100%;
    margin-top: 2rem;
    position: static;
  }

  .col50.img_contacto, .col50.hero {
    width: 100%;
  }

  .logo {
    width: 70%;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: auto;
  }

  .button {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .titulo {
    font-size: 1.8rem;
    line-height: 1.2em;
  }

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

  .servicio {
    width: 100%;
  }

  .img_circular {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img_servicios {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .txt_seccion {
    margin-bottom: 1rem;
  }

  .ficha {
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icono_ficha {
    width: 30%;
  }

  .icono_ficha.var {
    width: 70%;
  }

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

  .slider-2 {
    top: 5px;
  }

  .slide-nav-2 {
    font-size: .6rem;
    bottom: 0;
  }

  .slide {
    width: 100%;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonio {
    width: 95%;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

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

  .star {
    font-size: 1.5rem;
  }

  .cont_stars {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
  }

  .cont_testimonio {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 1rem;
  }

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

  .text_footer {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    font-size: .9rem;
    line-height: 1.1em;
  }

  .text-block-5 {
    text-align: center;
    width: 100%;
    margin-right: auto;
    font-size: .7rem;
    line-height: 1em;
  }

  .heading {
    font-size: 1.8rem;
    line-height: 1.1em;
  }

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

  .cont_whats {
    height: 100%;
    padding-left: 0;
  }

  .text_tel-2 {
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
  }

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

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

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

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


