:root {
  --color1: #e9e3cf;
  --color-2: #e8e6e2;
  --white: white;
  --black: #12100b;
}

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

h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Cormorant, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1em;
}

p {
  text-align: justify;
  margin-bottom: 1rem;
}

.main {
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1em;
}

.contenedor {
  background-color: var(--color1);
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  padding-top: 9rem;
  padding-bottom: 3rem;
  display: flex;
}

.contenedor.contacto {
  background-color: var(--color1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: static;
}

.contenedor.hero {
  background-image: url('../images/Depositphotos_180080248_CH_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 0;
  padding-top: 5rem;
}

.contenedor.gris {
  background-color: var(--color-2);
}

.contenedor.gris.linea {
  position: relative;
}

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

.contenedor.blanco.linea {
  background-color: #fff9e4;
  background-image: linear-gradient(180deg, var(--white), white 63%, var(--color1) 63%, var(--color1) 65%, var(--white) 65%);
  color: #fff;
}

.contenedor.blanco.mov {
  margin-top: -10rem;
  padding-top: 6rem;
  position: relative;
}

.contenedor.info {
  padding-top: 0;
}

.contenedor._2 {
  padding-top: 6rem;
}

.seccion {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.seccion.cont {
  background-color: var(--white);
  object-fit: contain;
  padding: 2rem;
  position: relative;
}

.seccion.logos {
  border-top: 2px solid #fff;
  padding-top: 2rem;
}

.cont_menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 1rem 0%;
  display: flex;
}

.navbar {
  z-index: 997;
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: 1rem;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: fixed;
}

.logo {
  width: 12rem;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tel2-card {
  z-index: 99999;
  color: #3eae57;
  -webkit-text-stroke-color: #000;
  background-color: #3eae57;
  background-image: radial-gradient(circle, #4fd160, #fff0);
  border: 1px solid #edf0f5;
  border-radius: 5vw;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: auto 0 auto 1rem;
  padding: 1rem 1vw;
  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: #1d1a19;
  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: center;
  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: 1.8rem;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

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

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

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

.text-field {
  color: #2e2e2e;
  -webkit-text-stroke-color: black;
  background-color: #f3f3f3;
  border: 1px #afafaf;
  border-radius: 5px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 1vh;
  padding-top: .5vh;
  padding-bottom: .5vh;
  font-size: 1rem;
}

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

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

.msj_contacto {
  text-align: left;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

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

.paragraph {
  text-align: left;
  width: 100%;
  margin-top: 1rem;
}

.titulo_contacto {
  color: var(--black);
  width: 100%;
  margin-bottom: 1rem;
  font-family: Mulish, sans-serif;
  font-size: 2.3rem;
  font-style: normal;
  display: flex;
}

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

.btn_enviar {
  background-color: var(--black);
  color: #fff;
  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(--color1);
  color: var(--black);
}

.form-block {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.form-block._2 {
  display: flex;
}

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

.text-field_box {
  color: #afafaf;
  -webkit-text-stroke-color: black;
  background-color: #f3f3f3;
  border: 1px #afafaf;
  border-radius: 5px;
  width: 100%;
  height: 8rem;
  min-height: 8rem;
  margin-left: auto;
  font-size: 1rem;
}

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

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

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

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

.col50 {
  flex-flow: wrap;
  width: 48%;
  display: flex;
}

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

.col60.hero {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.h1_hero {
  text-align: right;
  height: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Mulish, sans-serif;
  font-size: 2.5rem;
  line-height: 1.5em;
}

.text-span {
  width: 100%;
  height: auto;
  font-family: Cormorant, sans-serif;
  font-size: 5rem;
  font-weight: 600;
}

.img_hero {
  z-index: 999;
  width: 40%;
  position: relative;
  bottom: 4rem;
}

.h2_hero {
  text-align: right;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.1em;
}

.boton {
  background-color: var(--black);
  outline-color: var(--color1);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
  width: auto;
  margin-top: 2rem;
  padding: 1rem;
  font-weight: 700;
  box-shadow: .5rem .5rem 11px -2px #757575;
}

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

.boton.centro {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 .5rem 11px -2px #757575;
}

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

.boton.centro.color2:hover {
  background-color: var(--color1);
}

.boton.formulario {
  width: 100%;
}

.image {
  z-index: 998;
  width: 20vw;
  height: 20vw;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  inset: 0 0 0 auto;
}

.col65 {
  width: 65%;
}

.ficha {
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  height: auto;
  min-height: 28rem;
  margin-bottom: 1rem;
  padding: 2rem;
  display: flex;
}

.ficha.negro {
  background-color: var(--black);
  color: var(--color1);
  justify-content: center;
  align-items: center;
}

.ficha.crema {
  background-color: var(--color1);
  align-items: flex-start;
  min-height: 39rem;
  display: block;
}

.img_ficha {
  width: auto;
  height: 5rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.titulo_ficha {
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 800;
}

.titulo_ficha.ngo {
  color: var(--black);
}

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

.centrado {
  text-align: center;
}

.comillas {
  width: 5%;
  margin-left: auto;
  margin-right: auto;
}

.cont_footer_bajo {
  background-color: var(--white);
  color: var(--black);
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 4rem 10%;
  display: flex;
}

.text-block-5 {
  color: var(--black);
  text-align: center;
  margin-top: 6px;
  font-size: .8rem;
  line-height: 1rem;
}

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

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

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

.left-arrow {
  display: none;
}

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

.slide-nav-2 {
  font-size: .8rem;
  display: block;
  bottom: 0;
}

.cont_stars {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-right: .5rem;
  display: flex;
}

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

.testimonio-2 {
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.right-arrow {
  display: none;
}

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

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

.heading {
  font-weight: 500;
}

.image-2 {
  object-fit: cover;
  width: 100%;
}

.negro {
  color: var(--black);
  text-align: justify;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 16rem;
  margin-bottom: auto;
  display: block;
}

.cont_imagen {
  width: 100%;
  margin-top: 2rem;
}

.con_imagen2 {
  width: 35%;
  position: static;
}

.image-4 {
  z-index: 998;
  position: relative;
  bottom: 118px;
}

.col25 {
  width: 16%;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

.image2 {
  z-index: 998;
  width: 15vw;
  height: 15vw;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 10rem 5rem auto;
}

.image3 {
  z-index: 999;
  width: 20vw;
  height: 20vw;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  inset: auto auto -3rem 10vw;
}

.image3.b {
  object-fit: contain;
  height: 18vw;
}

.image4 {
  z-index: 999;
  width: 15vw;
  height: 15vw;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: auto -2rem -2rem auto;
}

.float {
  z-index: 999;
  flex-flow: wrap;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: 2rem 10vw auto auto;
}

.paragraph-3 {
  text-align: center;
}

.ngo {
  color: var(--black);
}

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

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

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

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

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

.link_privacidad {
  color: var(--black);
  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;
}

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

.text-block-6 {
  text-align: left;
}

.textarea, .text-field-2 {
  width: 100%;
  height: auto;
}

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

.cintillo {
  background-color: var(--black);
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.paragraph-4 {
  color: #fff;
  width: 70%;
  height: auto;
  font-weight: 400;
}

.black {
  font-weight: 900;
}

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

  .contenedor {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contenedor.hero {
    padding-top: 8rem;
  }

  .contenedor.blanco.mov {
    position: relative;
  }

  .contenedor.tablet {
    padding-top: 7rem;
  }

  .seccion {
    width: 90%;
    position: relative;
  }

  .seccion.cont {
    position: relative;
  }

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

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

  .cont_whats {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-right: 0;
  }

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

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

  .embed_codigo_captcha {
    width: 100%;
  }

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

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

  .msj_contacto {
    text-align: left;
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .success_message {
    line-height: 1em;
  }

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

  .titulo_contacto {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

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

  .error_message {
    line-height: 1em;
  }

  .h1_hero {
    font-size: 2rem;
  }

  .text-span {
    font-size: 4rem;
  }

  .h2_hero {
    font-size: 1.5rem;
  }

  .boton {
    text-align: center;
    width: 80%;
    font-size: 1rem;
  }

  .image {
    width: 20vw;
    height: 20vw;
  }

  .ficha {
    width: 32%;
    margin-bottom: 1rem;
    padding: 2rem 1rem;
  }

  .ficha.crema {
    width: 32%;
    min-height: 43rem;
  }

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

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

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

  .cont_testimonio {
    width: 80%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

  .cont_stars {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .star-2 {
    font-size: 1rem;
  }

  .heading {
    font-size: 3rem;
  }

  .image-4 {
    bottom: 114px;
  }

  .col25 {
    width: 20%;
    margin-left: 0;
    margin-right: 1rem;
  }

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

  .image2 {
    width: 20vw;
    height: 20vw;
    bottom: -1rem;
    right: 5vw;
  }

  .image3 {
    width: 25vw;
    height: 25vw;
    position: absolute;
    inset: auto auto -6rem 5vw;
  }

  .image3.b {
    position: static;
  }

  .image4 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    inset: auto -1rem -2rem auto;
  }

  .float {
    width: auto;
  }

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

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

  .cintillo {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .paragraph-4 {
    line-height: 1.4em;
  }
}

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

  h2 {
    font-size: 1.5rem;
  }

  p {
    text-align: center;
  }

  .contenedor {
    min-height: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contenedor.contacto {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contenedor.hero {
    background-position: 50% 0;
    background-size: auto;
  }

  .contenedor.blanco.linea {
    background-image: none;
  }

  .contenedor.blanco.mov {
    margin-top: 0;
  }

  .cont_menu {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brand {
    margin-left: 0;
  }

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

  .embed_codigo_captcha, .cont_btn_form-se-debe-ocultar, .cont_embed_alertas, .text-field_box {
    width: 100%;
  }

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

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

  .h1_hero {
    text-align: center;
    margin-bottom: 1rem;
  }

  .img_hero {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2_hero {
    text-align: center;
    font-size: 1.2rem;
  }

  .boton {
    width: 100%;
  }

  .image {
    width: 30vw;
    height: 30vw;
  }

  .col65 {
    width: 60%;
  }

  .ficha {
    width: 100%;
    min-height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ficha.crema {
    width: 100%;
    min-height: auto;
    padding: 2rem 1rem;
  }

  .img_ficha {
    height: 6rem;
  }

  .titulo_ficha {
    text-align: center;
  }

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

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

  .text_footer {
    padding-bottom: 14px;
  }

  .cont_testimonio {
    width: 80%;
    min-height: auto;
  }

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

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

  .cont_stars {
    margin-bottom: 1rem;
    display: flex;
  }

  .slide {
    width: 100%;
  }

  .testimonio-2 {
    height: auto;
    font-size: 1rem;
  }

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

  .heading {
    font-size: 2.2rem;
  }

  .image-2 {
    object-fit: cover;
    width: 100%;
  }

  .image-3 {
    object-fit: cover;
  }

  .con_imagen2 {
    width: 40%;
  }

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

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

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

  .image2 {
    width: 25vw;
    height: 25vw;
  }

  .image3 {
    width: 25vw;
    height: 25vw;
    bottom: -5rem;
  }

  .image4 {
    width: 25vw;
    height: 25vw;
  }

  .consent-banner_ngo {
    width: 70%;
  }

  .text-block-6 {
    text-align: justify;
  }

  .paragraph-4 {
    line-height: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  .contenedor.hero {
    background-image: linear-gradient(#0000, #fff9), url('../images/Depositphotos_180080248_CH_1.avif');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .seccion.cont {
    padding: 1rem;
  }

  .logo {
    width: 9rem;
  }

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

  .cont_whats {
    height: 6vw;
    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 {
    display: none;
  }

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

  .form {
    width: auto;
  }

  .msj_contacto {
    width: 100%;
    font-size: 1.1rem;
  }

  .paragraph {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .titulo_contacto {
    font-size: 2rem;
  }

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

  .col_contacto {
    display: block;
  }

  .h1_hero {
    line-height: 1.1em;
  }

  .text-span {
    font-size: 3rem;
  }

  .img_hero {
    z-index: 998;
    width: 70%;
  }

  .h2_hero {
    font-size: 1rem;
  }

  .image {
    width: 50vw;
    height: 50vw;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .col65._100 {
    text-align: center;
    width: 100%;
  }

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

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

  .text_footer {
    margin-top: 0;
    font-size: .9rem;
    line-height: 1.1rem;
  }

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

  .slider {
    top: 5px;
  }

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

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

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

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

  .star-2 {
    font-size: 1rem;
  }

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

  .image-4 {
    bottom: 0;
  }

  .col25 {
    width: 30%;
    margin-right: 0;
  }

  .image2 {
    width: 50vw;
    height: 50vw;
    margin-left: auto;
    margin-right: auto;
    right: -8vw;
  }

  .image3 {
    width: 40vw;
    height: 40vw;
    margin-left: auto;
    margin-right: auto;
    bottom: -3.8rem;
  }

  .image4 {
    width: 40vw;
    height: 40vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-6 {
    text-align: left;
  }

  .paragraph-4 {
    width: 100%;
    margin-top: 2rem;
    line-height: 1.4em;
  }
}


