:root {
  --color_1: #161b16;
  --white: white;
  --color: #3eae57;
  --color_3: #d83c30;
  --black: black;
}

h1 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}

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

.main {
  font-family: Lato, sans-serif;
}

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

.seccion.hero {
  margin-top: 0;
}

.seccion.hero.ty {
  background-color: var(--color_1);
  height: 100vh;
  min-height: 100%;
  max-height: 100vh;
  margin-left: 0%;
  padding: 10rem 10%;
}

.seccion.fichas {
  background-color: var(--white);
  margin-top: -20rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.seccion.fichas.politica {
  margin-top: 0;
}

.seccion.negroyverde {
  background-color: var(--color);
  background-image: linear-gradient(180deg, var(--color) 20%, var(--color_1) 20%, var(--color_1) 100%, var(--color));
}

.seccion.rojo {
  background-color: var(--color_3);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.seccion.contacto {
  background-image: linear-gradient(90deg, var(--white), var(--white) 50%, var(--color) 50%, var(--color));
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 80vw;
  margin: 0 auto;
  display: flex;
}

.contenedor.hero {
  flex-flow: wrap;
  width: 90vw;
  max-width: 95vw;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.contenedor.mapa {
  margin-top: 3rem;
}

.navbar {
  background-color: var(--color_1);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  min-height: 6rem;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar.ty {
  position: fixed;
}

.container {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo {
  width: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 11vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  min-height: 2rem;
  margin-left: auto;
  display: flex;
}

.button {
  background-color: var(--color_3);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: 15vw;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: .75rem 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

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

.button.menu {
  width: auto;
  min-width: 10px;
}

.button.menu.ty {
  display: none;
}

.button.black {
  width: 18vw;
}

.button.black:hover {
  border: 2px none var(--white);
  background-color: var(--color_1);
}

.button.ficha {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button.centrado {
  width: auto;
  min-width: 15vw;
  margin-left: auto;
  margin-right: auto;
}

.body {
  font-size: 1rem;
  line-height: 1.1em;
}

.background-video {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 68%, #fff 68%);
  width: 100vw;
  height: 90vh;
  display: flex;
  position: static;
  top: 0;
}

.col50 {
  width: 48%;
  max-width: 48vw;
  margin-bottom: auto;
}

.col50.img1 {
  background-image: url('../images/Img_hero-8_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55%;
  max-width: 65%;
  height: 75vh;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: static;
  right: 0;
}

.col50.servicios {
  background-color: var(--white);
  width: 48.5%;
  max-width: 48.5%;
  margin-bottom: 2rem;
}

.col50.contacto {
  margin-top: auto;
}

.cont_ficha {
  background-color: var(--color_1);
  color: var(--white);
  flex-flow: wrap;
  width: 32%;
  min-width: 30%;
  height: auto;
  min-height: 68vh;
  padding: 3rem;
  display: flex;
}

.titulo_seccion {
  width: 80vw;
}

.parrafo_hero {
  font-size: 1.1rem;
  line-height: 1.2em;
}

.parrafo_hero.ty {
  font-size: 1.8rem;
}

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

.img_icon {
  width: 40%;
  max-width: 40%;
  margin-bottom: 0;
}

.titulo_ficha {
  color: var(--color);
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 900;
}

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

.blanco.centrado {
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.col35 {
  width: 35%;
  max-width: 35vw;
  margin-bottom: auto;
}

.col35.img1 {
  background-image: url('../images/Img_hero-8_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 65vh;
  margin-left: auto;
}

.col35.thankyou {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 43%;
  margin-top: 0;
  display: flex;
}

.espaciador {
  height: 5rem;
  min-height: 3rem;
}

.centrado {
  text-align: center;
}

.txt_intro {
  color: var(--color);
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

.img_servicios {
  width: 100%;
}

.cont_txt {
  width: 100%;
  min-height: 16rem;
  margin-left: 0;
  padding: 2rem;
}

.titulo_servicios {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 900;
}

.slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon {
  overflow: visible;
}

.right-arrow, .left-arrow {
  display: none;
}

.con_testimonio {
  background-color: var(--white);
  color: var(--color_1);
  flex-flow: wrap;
  width: 100%;
  min-height: 16rem;
  padding: 2rem;
  display: flex;
}

.cont_nombre {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.nombre {
  width: 70%;
  min-width: 70%;
  height: auto;
  margin-left: 1rem;
  font-weight: 900;
  display: flex;
}

.circulo {
  background-color: var(--color);
  border-radius: 50%;
  justify-content: space-between;
  align-items: flex-start;
  width: 3vw;
  min-width: 3vw;
  height: 3vw;
  min-height: 3vw;
  display: flex;
}

.circulo._2 {
  background-color: var(--color_3);
}

.circulo._3 {
  background-color: #3c97e2;
}

.opiniones {
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 1rem;
  font-weight: 400;
  display: flex;
}

.testimonio {
  width: 100%;
  min-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.txt_tiempo {
  margin-left: .5rem;
}

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

.usuario {
  color: var(--white);
  margin: auto;
  font-size: 1.25rem;
  font-weight: 400;
}

.puntos {
  background-color: #4d5157;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: .4rem;
  min-width: .4rem;
  max-width: .4rem;
  height: .4rem;
  min-height: .4rem;
  max-height: .4rem;
  margin-top: 0;
  margin-bottom: .25rem;
  display: block;
}

.cont_puntos {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.icon_testimonio {
  color: #8b8b8b;
  margin-right: 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.1rem;
}

.cont_iconos {
  width: 100%;
  display: flex;
}

.numero {
  color: #8b8b8b;
  margin-left: .5rem;
  margin-right: 1rem;
}

.slide {
  width: 32%;
  min-width: 32%;
  max-width: 32%;
  margin-left: 0;
  margin-right: 2rem;
}

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

.logo_contacto {
  width: 70%;
  margin-bottom: 3rem;
}

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

.btn_enviar:hover {
  color: var(--color_1);
  background-color: #9fec24;
}

.success_message {
  color: var(--color_1);
  text-align: center;
  background-color: #9fec24;
  margin-top: 20px;
  padding: 15px 29px;
  font-size: 1rem;
  line-height: 1em;
}

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

.embed_codigo_captcha {
  width: 100%;
}

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

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

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

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

.text-field {
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 5px;
  width: 49%;
  min-height: 60px;
  margin-bottom: 1.5vh;
  padding-top: .5vh;
  padding-bottom: .5vh;
  font-size: 1rem;
}

.text-field::placeholder {
  color: #afafaf;
}

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

.col_contacto {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-field_box {
  color: #000;
  -webkit-text-stroke-color: black;
  border: 1px solid #afafaf;
  border-radius: 5px;
  height: 10rem;
  min-height: 10rem;
  font-size: 1rem;
}

.text-field_box::placeholder {
  color: #afafaf;
}

.cont_footer_bajo {
  background-color: var(--color_1);
  perspective: none;
  transform-origin: 50% 100%;
  color: #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 50px 10% 120px;
  display: flex;
  position: static;
  bottom: 0;
  transform: none;
}

.cont_footer_bajo.ty {
  flex-flow: column;
  padding-bottom: 50px;
  position: fixed;
}

.text_footer {
  color: #f1f1f1;
  text-align: center;
  width: 55%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  font-size: .9rem;
  line-height: 1rem;
}

.text_footer.ty {
  text-align: center;
  margin-right: auto;
}

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

.text_footer_2 {
  color: #f1f1f1;
  text-align: right;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  font-size: .8rem;
  line-height: 1rem;
}

.rojo, .titulo_rojo {
  color: var(--color_3);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.heading.ty {
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1em;
  display: flex;
}

.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);
  color: var(--color);
  -webkit-text-stroke-color: #000;
  border: .5px #edf0f5;
  border-radius: 2vw;
  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: 0;
  display: flex;
}

.text_tel-2 {
  color: var(--white);
  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: var(--white);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.text_whaatsapp-2.espacio {
  color: #fff;
  margin-left: 11px;
  margin-right: 10px;
}

.whats-card-2 {
  z-index: 99999;
  background-color: var(--color_3);
  -webkit-text-stroke-color: #000;
  border: .5px #edf0f5;
  border-radius: 2vw;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  padding: .3rem .5rem .3rem 1rem;
  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;
}

.text-span {
  color: var(--color_3);
}

.button_ingresar {
  background-color: var(--color_3);
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: .75rem 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.button_ingresar.menu {
  width: auto;
  min-width: 10px;
}

.button_ingresar.black {
  width: 18vw;
}

.button_ingresar.black:hover {
  border: 2px none var(--white);
  background-color: var(--color_1);
}

.button_ingresar.ficha {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button_ingresar.centrado {
  width: auto;
  min-width: 15vw;
  margin-left: auto;
  margin-right: auto;
}

.button_ingresar.ty {
  display: none;
}

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

.list {
  margin-top: -20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.img_mapa {
  margin-top: 2rem;
}

.logo_ty {
  width: 50%;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.cont_gracias {
  flex-flow: wrap;
  width: 50%;
  height: auto;
  min-height: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icono_thankyou {
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 6rem;
  margin-top: auto;
  margin-bottom: 1rem;
  font-family: Material Icons Round, sans-serif;
  font-size: 6rem;
  display: flex;
}

.titulo_gracias {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
}

.mensaje_gracias {
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1em;
}

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

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

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

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

.input {
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}

.input::placeholder {
  color: #1a1a1a;
}

.input.var {
  background-color: #f8f8f8;
}

.input.var::placeholder {
  color: #929292;
}

.input.var.work-mail {
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
  }

  .seccion.hero {
    margin-top: 0;
  }

  .seccion.fichas {
    margin-top: -23rem;
  }

  .seccion.fichas.politica {
    padding-top: 2.5rem;
  }

  .seccion.rojo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contenedor {
    width: 90vw;
    max-width: 90vw;
  }

  .navbar {
    margin-left: auto;
  }

  .container {
    width: 90%;
  }

  .logo {
    object-fit: cover;
    width: 8rem;
    height: auto;
  }

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

  .nav-menu {
    width: auto;
  }

  .button.menu {
    font-size: 1rem;
    display: flex;
  }

  .button.black {
    width: 80%;
  }

  .col50.img1 {
    max-width: 50%;
    margin-top: 129px;
  }

  .col50.servicios {
    min-height: 35rem;
  }

  .cont_ficha {
    width: 100%;
    min-height: 40vh;
    margin-bottom: 1rem;
    display: block;
  }

  .img_icon {
    width: 20%;
  }

  .titulo_ficha {
    font-size: 1.5rem;
  }

  .col35 {
    width: 50%;
    max-width: 50vw;
  }

  .espaciador {
    height: 1rem;
  }

  .parrafo_servicios {
    margin-bottom: 0;
  }

  .titulo_servicios {
    line-height: 1.1em;
  }

  .con_testimonio {
    color: var(--color_1);
    min-height: 15rem;
    padding: 1rem;
  }

  .cont_nombre {
    width: 79%;
  }

  .nombre {
    margin-left: 0;
    font-size: .9rem;
  }

  .circulo, .circulo._2, .circulo._3 {
    margin-right: .5rem;
  }

  .opiniones {
    margin-left: 0;
    font-size: .9rem;
  }

  .testimonio, .star {
    font-size: .8rem;
  }

  .txt_tiempo {
    margin-left: .25rem;
    font-size: .8rem;
  }

  .cont_stars {
    width: 100%;
    margin-right: 0;
  }

  .usuario {
    font-size: 1rem;
  }

  .puntos {
    width: .2rem;
    min-width: .2rem;
    max-width: .2rem;
    height: .2rem;
    min-height: .2rem;
    max-height: .2rem;
  }

  .icon_testimonio, .numero {
    font-size: .9rem;
  }

  .slide {
    width: 32%;
    min-width: 32%;
    max-width: 32%;
    margin-left: 0;
    margin-right: 1rem;
  }

  .logo_contacto {
    width: 80%;
  }

  .success_message {
    line-height: 1em;
  }

  .form-block {
    width: 100%;
    min-width: 100%;
  }

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

  .text-field {
    min-height: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;
    line-height: 1.1em;
  }

  .error_message {
    line-height: 1em;
  }

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

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

  .text_footer {
    width: 75%;
    font-size: .8rem;
  }

  .text_footer_2 {
    text-align: center;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: none;
    overflow: visible;
  }

  .icon-2 {
    color: var(--color);
    justify-content: center;
    align-items: center;
    display: none;
  }

  .titulo_rojo {
    font-size: 2rem;
  }

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

  .button_ingresar.menu {
    font-size: 1rem;
    display: flex;
  }

  .button_ingresar.black {
    width: 80%;
  }

  .cont_gracias {
    width: 75%;
    min-height: 20rem;
  }

  .icono_thankyou, .titulo_gracias {
    margin-bottom: 2rem;
  }

  .mensaje_gracias {
    margin-bottom: 0;
  }

  .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-2 {
    font-size: .8rem;
  }
}

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

  .seccion.hero {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .seccion.fichas {
    margin-top: -8.5rem;
    padding-top: 7rem;
  }

  .contenedor.hero {
    width: 95vw;
  }

  .container {
    width: 90%;
  }

  .button.menu {
    font-size: 1rem;
  }

  .button.black {
    width: 100%;
  }

  .col50.img1 {
    object-fit: fill;
    background-position: 100%;
    background-size: contain;
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin-top: 0;
  }

  .col50.servicios {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .titulo_seccion {
    width: 100%;
  }

  .col35 {
    width: 90vw;
    max-width: 90vw;
    margin-left: 0;
  }

  .cont_txt {
    min-height: auto;
  }

  .con_testimonio {
    flex-flow: wrap;
    min-height: 19rem;
  }

  .cont_nombre {
    width: 90%;
    font-size: .9rem;
  }

  .circulo {
    width: 4vw;
    min-width: 4vw;
    height: 4vw;
    min-height: 4vw;
    margin-right: auto;
  }

  .circulo._2, .circulo._3 {
    margin-right: auto;
  }

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

  .txt_tiempo {
    width: 100%;
  }

  .cont_stars {
    display: flex;
  }

  .cont_puntos {
    justify-content: center;
    align-items: center;
    width: .5rem;
  }

  .cont_iconos {
    margin-top: auto;
  }

  .text_footer {
    width: 70%;
    padding-bottom: 14px;
    font-size: .8rem;
  }

  .text_footer_2 {
    width: 90%;
  }

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

  .button_ingresar.menu {
    font-size: 1rem;
  }

  .button_ingresar.black, .cont_gracias {
    width: 100%;
  }

  .icono_thankyou {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: auto;
  }

  .titulo_gracias {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .consent-banner_ngo {
    width: 70%;
  }

  .input {
    background-color: #0000;
  }

  .input.var {
    font-size: 1rem;
  }
}

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

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

  .seccion.fichas {
    margin-top: 0;
    padding-top: 0;
  }

  .seccion.fichas.politica {
    margin-top: 1rem;
  }

  .seccion.rojo {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }

  .seccion.contacto {
    background-image: linear-gradient(180deg, var(--white), var(--white) 32%, var(--color) 32%, var(--color));
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    font-size: 1rem;
  }

  .button.menu {
    font-size: .8rem;
  }

  .button.centrado {
    width: 100%;
  }

  .background-video {
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5rem;
  }

  .col50 {
    width: 100%;
    max-width: 100%;
  }

  .col50.img1 {
    background-position: 50% 0;
    background-size: contain;
    height: 350px;
    margin-top: 0;
    display: block;
  }

  .col50.contacto {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 5rem;
  }

  .cont_ficha {
    padding: 2rem;
  }

  .img_icon {
    width: 30%;
    font-size: 2rem;
  }

  .blanco.centrado {
    margin-bottom: 3rem;
  }

  .col35 {
    margin-bottom: 1rem;
  }

  .slider {
    height: auto;
    min-height: auto;
  }

  .con_testimonio {
    height: auto;
    min-height: 22rem;
  }

  .nombre {
    width: 100%;
  }

  .circulo {
    justify-content: space-between;
    align-items: stretch;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    margin-bottom: .5rem;
    padding: .5rem;
  }

  .circulo._2 {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .cont_stars {
    flex-flow: wrap;
    margin-top: .5rem;
  }

  .slide {
    width: 49%;
    min-width: 49%;
    max-width: 49%;
    min-height: 20rem;
    margin-right: .5rem;
  }

  .slide-nav {
    bottom: -3rem;
  }

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

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

  .text-field {
    width: 100%;
    min-width: 100%;
    font-size: 1rem;
    line-height: 1.1em;
  }

  .col_contacto {
    display: block;
  }

  .text-field_box {
    font-size: 1rem;
    line-height: 1.1em;
  }

  .form {
    width: auto;
  }

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

  .text_footer {
    text-align: center;
    width: 100%;
    margin-top: 2rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

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

  .text_footer_2 {
    line-height: 1.2rem;
  }

  .titulo_rojo {
    text-align: center;
    font-size: 1.9rem;
  }

  .paragraph {
    text-align: center;
  }

  .mask {
    min-height: auto;
  }

  .heading {
    margin-bottom: 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 {
    margin-left: .5rem;
    margin-right: auto;
    font-size: .8rem;
  }

  .text_whaatsapp-2.espacio {
    margin-left: 0;
  }

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

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

  .button_ingresar {
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .button_ingresar.menu {
    font-size: .8rem;
  }

  .button_ingresar.centrado {
    width: 100%;
  }

  .cont_gracias {
    min-height: 18rem;
  }

  .icono_thankyou {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .titulo_gracias {
    text-align: center;
    font-size: 2rem;
  }

  .mensaje_gracias {
    text-align: center;
    font-size: 1.5rem;
    display: flex;
  }

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

  .input.var {
    font-size: 1rem;
    line-height: 1.5em;
  }
}


