:root {
  --color-3: #f1f1f1;
  --color-2: #343434;
  --color-1: #c38749;
  --color-4: white;
  --black: black;
  --white: white;
}

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

body {
  background-color: var(--color-3);
  color: var(--color-2);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 5vh;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 5vh;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  margin-bottom: 10px;
  line-height: 1.2em;
}

a {
  text-decoration: underline;
}

li {
  margin-bottom: 2rem;
  line-height: 1.1em;
}

.seccion {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.seccion.hero {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/foto1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  place-content: center space-between;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 5rem;
}

.seccion.bg-lineas {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/bg-lines.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  place-content: center space-between;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.seccion.bg-color1 {
  background-color: var(--color-1);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.seccion.bg-color1.none {
  display: none;
}

.seccion.margen-top {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.seccion.margen-top.none {
  display: none;
}

.seccion.bg-color2 {
  background-color: var(--color-2);
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.seccion.bg-color2._2 {
  background-color: var(--color-4);
}

.seccion.bg-color3 {
  background-color: var(--color-2);
  height: auto;
  min-height: 100vh;
}

.cont_seccion {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont_seccion.a {
  margin-bottom: 4rem;
}

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

.col_50.esp-right {
  padding-right: 3rem;
}

.col_50.esp-right.vertical {
  padding-right: 0;
}

.col_50.margen-izq {
  width: 100%;
  margin-left: auto;
}

.col_50.margen-izq.none {
  display: none;
}

.col_50.negativos {
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.col_50.negativos._2 {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
}

.col_50.m-interior {
  color: var(--color-3);
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.col_50.vertical {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 48%;
}

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

.cont100.margen_top {
  margin-top: 5rem;
}

.image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-height: 60vh;
  margin-bottom: 4vh;
}

.left-arrow {
  display: none;
}

.text-block-3 {
  color: #f4f3ef;
  align-items: center;
  width: 100%;
  margin-top: .9rem;
  margin-bottom: .3rem;
  font-size: .8rem;
  font-style: normal;
  display: flex;
}

.text-block-3.ngo {
  color: var(--color-3);
}

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

.star.color {
  color: var(--color-1);
}

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

.shield {
  color: var(--color-1);
  margin-left: 0;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
}

.slider_testimonios-2 {
  pointer-events: none;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: 0;
}

._4-9 {
  color: #fff;
  margin-right: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

._4-9.ngo {
  color: var(--color-3);
}

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

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

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

.cont_testimonios._80 {
  width: 100%;
}

.cont_testimonios._40 {
  justify-content: center;
  width: 40%;
}

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

.text-block-4.ngo {
  color: var(--color-3);
}

.right-arrow {
  display: none;
}

.text-span-2 {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

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

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

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

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

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

.image-2 {
  object-fit: cover;
  align-self: flex-start;
  width: auto;
  height: auto;
}

.col_35 {
  width: 35%;
}

.col_35.aling-center {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  max-height: 60vh;
}

.col_60 {
  width: 60%;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 420px;
  margin-top: 5vh;
}

.slide-3 {
  background-image: url('../images/img-2.webp');
  background-position: 50%;
  background-size: cover;
  width: 32%;
}

.slide-3.a {
  background-image: url('../images/60338920_669566803482291_17239272876670976_n_1.avif');
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-3.g {
  background-image: url('../images/fotos1.webp');
}

.slide-3.j {
  background-image: url('../images/fotos4.webp');
}

.slide-3.m {
  background-image: url('../images/fotos7.webp');
}

.slide-4 {
  background-image: url('../images/img-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 32%;
  margin-left: 3rem;
  margin-right: 3rem;
}

.slide-4.b {
  background-image: url('../images/60258379_670803273358644_4462139547852996608_n_1.avif');
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-4.e {
  margin-left: 1rem;
  margin-right: 1rem;
}

.slide-4.h {
  background-image: url('../images/fotos2.webp');
  margin-left: 1rem;
  margin-right: 1rem;
}

.slide-4.k {
  background-image: url('../images/fotos5.webp');
  margin-left: 1rem;
  margin-right: 1rem;
}

.slide-4.n {
  background-image: url('../images/fotos8.webp');
  margin-left: 1rem;
  margin-right: 1rem;
}

.slide-5 {
  background-image: url('../images/img-4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 32%;
}

.slide-5.c {
  background-image: url('../images/66828207_709669282805376_8330722844556132352_n_1.avif');
  margin-right: 1rem;
  padding-bottom: 75px;
  padding-right: 0;
}

.slide-5.f {
  margin-right: 1rem;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-5.i {
  background-image: url('../images/fotos3.webp');
  margin-right: 1rem;
}

.slide-5.l {
  background-image: url('../images/fotos6.webp');
  background-position: 50% 100%;
  margin-right: 1rem;
}

.slide-5.o {
  background-image: url('../images/fotos9.webp');
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  font-size: .7rem;
  display: flex;
  position: static;
  top: 3rem;
}

.cont_footer_bajo {
  background-color: var(--black);
  perspective: none;
  transform-origin: 50% 100%;
  color: #000;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  transform: none;
}

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

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

.text_footer_2 {
  color: var(--color-3);
  margin-top: 6px;
  font-size: .8rem;
  line-height: 1rem;
}

.cont_btns_flotante {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 1%;
  box-shadow: 0 2px 5px #0003;
}

.tel2-card {
  z-index: 99999;
  background-color: var(--color-2);
  -webkit-text-stroke-color: #000;
  border: 1px #fff;
  border-radius: 5px;
  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%;
}

.cont_whats-2 {
  align-items: center;
  height: auto;
  padding-right: 10px;
  display: flex;
}

.text_tel-2 {
  color: #ff2b00;
  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: #02cb4f;
  border: 1px #fff;
  border-radius: 5px;
  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%;
}

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

.logo {
  width: 50%;
  margin-bottom: 4vh;
}

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

.dorado {
  color: var(--color-2);
  text-transform: uppercase;
}

.dorado.ngo {
  color: var(--color-3);
  width: auto;
  margin-bottom: 2rem;
}

.dorado.ngo._1 {
  color: var(--color-2);
}

.dorado.ngo._2 {
  align-self: flex-start;
}

.dorado.ngo._2.right.b {
  font-size: 1.8rem;
}

.dorado.hero {
  color: var(--color-3);
}

.boton {
  background-color: var(--color-1);
  border-radius: 4px;
  margin-top: 4vh;
  padding: 1.5vh 2vw;
  font-weight: 700;
}

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

.boton.bco {
  background-color: var(--color-3);
  color: var(--color-1);
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 900;
}

.boton.hero {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
}

.boton.hero:hover {
  background-color: var(--color-3);
  color: var(--color-2);
}

.boton.center {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-size: 1.4rem;
}

.navbar {
  background-color: var(--color-2);
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: sticky;
  top: 0;
}

.nav-link {
  color: var(--color-1);
  padding-right: 0;
  font-weight: 600;
}

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

.nav-link.w--current {
  color: var(--color-3);
  text-decoration: none;
}

.image-4 {
  width: 8vw;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.nav-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.list {
  padding-left: 2vw;
}

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

.bco {
  color: var(--color-3);
  width: 100%;
  margin-bottom: 1rem;
}

.bco.hero {
  font-size: 1.2rem;
}

.bco.hero._1 {
  color: var(--color-3);
  font-size: 1.4rem;
}

.bco.title-contacto {
  text-transform: uppercase;
}

.bco._2 {
  font-size: 1.2rem;
}

.bco._2.b {
  color: var(--color-2);
}

.col50 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding-left: 1rem;
  display: flex;
}

.col50.margen-left {
  justify-content: flex-start;
  max-width: 640px;
  padding-left: 4rem;
}

.col50.margen-right {
  place-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  padding-right: 2rem;
}

.col50.left {
  align-self: flex-start;
}

.seccion-2 {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 4rem 10%;
  display: flex;
}

.seccion-2.color {
  background-image: linear-gradient(90deg, white, #fff 49%, white 50%, var(--color-1) 50%, var(--color-1));
  justify-content: space-between;
  padding-top: 10rem;
  padding-left: 10vw;
  padding-right: 10vw;
}

.seccion-2.color._2 {
  background-color: var(--color-2);
  background-image: linear-gradient(90deg, var(--color-2), var(--color-2) 50%, white 50%, var(--color-1) 50%, var(--color-1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.success_message {
  color: #fff;
  text-align: center;
  background-color: #3cbe63;
  margin-top: 20px;
  padding: 15px 29px;
  font-size: 1rem;
  line-height: 1em;
}

.btn_enviar {
  border: 1px solid var(--color-2);
  background-color: var(--color-2);
  outline-offset: 0px;
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  outline: 3px #f1f1f1;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.btn_enviar:hover {
  background-color: #695e52;
  border: 1px solid #fff;
}

.text-field {
  color: var(--color-1);
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border: 1px #94989b;
  border-radius: 0 10px 10px 0;
  min-height: 60px;
  margin-bottom: 1.5vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 1rem;
}

.text-field::placeholder {
  color: var(--color-1);
}

.text-field_box {
  color: var(--color-1);
  -webkit-text-stroke-color: black;
  border: 1px solid #94989b;
  border-radius: 0 10px 10px 0;
  height: 300px;
  min-height: 300px;
  font-size: 1rem;
}

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

.error_message {
  color: #fff;
  text-align: center;
  background-color: #921717;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 1rem;
  line-height: 1em;
}

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

.right-arrow-2 {
  display: flex;
  inset: 0% 0% 0% auto;
}

.icon-2 {
  z-index: 999;
  color: var(--color-1);
  width: 6rem;
  inset: 0% auto 0% 0%;
}

.left-arrow-2 {
  width: 10rem;
  height: auto;
  display: block;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.heading-5 {
  margin-top: 1rem;
  margin-bottom: 5vh;
}

.heading-6 {
  margin-bottom: 0;
}

.paragraph-5 {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.paragraph-6 {
  color: var(--color-3);
  margin-bottom: 3rem;
  font-size: 1.1rem;
  line-height: 1.2em;
}

.list-2 {
  font-size: 1.1rem;
}

.list-2.a {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

.field-label {
  color: var(--color-3);
}

.h2.hero {
  color: var(--color-3);
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2em;
}

.text-block-5 {
  color: var(--color-3);
  font-size: 1.1rem;
  line-height: 1.2em;
}

.img-contacto {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
  padding-top: 3rem;
}

.sello {
  z-index: 999;
  filter: drop-shadow(2px 2px 4px #000);
  width: 12rem;
  height: auto;
  position: absolute;
  inset: 2% 2% auto auto;
}

.img-50 {
  object-fit: cover;
  align-self: flex-start;
  width: 100%;
  height: 240px;
  margin-bottom: 1rem;
}

.col33 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 31%;
  height: auto;
  display: flex;
}

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

  .seccion.hero {
    height: auto;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

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

  .cont_seccion {
    width: 90%;
  }

  .col_50.margen-izq {
    width: 100%;
  }

  .col_50.negativos {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 3rem;
  }

  .col_50.negativos._2 {
    width: 100%;
  }

  .col_50.m-interior {
    width: 100%;
    padding-left: 0;
  }

  .col_50.vertical {
    width: 100%;
  }

  .image {
    object-fit: cover;
    object-position: 50% 100%;
    max-height: 60vh;
  }

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

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

  .cont_testimonios._80 {
    width: 100%;
  }

  .cont_testimonios._40 {
    flex-flow: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }

  .text-block-4 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    line-height: 1.2em;
  }

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

  .image-2 {
    aspect-ratio: 16 / 9;
  }

  .image-3 {
    max-height: 60vh;
  }

  .slide-3 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 33%;
  }

  .slide-4 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 33%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .slide-5 {
    object-fit: cover;
  }

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

  .text_footer_2 {
    text-align: center;
  }

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

  .logo {
    width: 40%;
  }

  .logo.parrafo {
    width: 33%;
  }

  .boton.hero {
    margin-left: auto;
    margin-right: auto;
  }

  .boton.center {
    margin-top: 3rem;
  }

  .nav-link {
    background-color: var(--color-1);
    color: var(--color-2);
  }

  .nav-link:hover {
    background-color: var(--white);
    color: var(--color-1);
  }

  .image-4 {
    width: 12vw;
  }

  .container {
    width: 90vw;
  }

  .icon {
    color: var(--color-1);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: flex;
  }

  .menu-button {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

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

  .bco._2 {
    color: var(--color-2);
  }

  .col50 {
    width: 100%;
  }

  .col50.margen-left {
    padding-left: 0;
  }

  .col50.margen-right {
    margin-bottom: 8rem;
    padding-right: 0;
  }

  .col50.left {
    margin-bottom: 3rem;
  }

  .seccion-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .seccion-2.color {
    background-image: linear-gradient(180deg, #fff 39%, var(--color-1) 39%);
    padding-left: 5%;
    padding-right: 5%;
  }

  .seccion-2.color._2 {
    background-image: none;
  }

  .success_message {
    line-height: 1em;
  }

  .btn_enviar {
    background-color: var(--color-1);
  }

  .error_message {
    line-height: 1em;
  }

  .form-block {
    width: 100%;
  }

  .right-arrow-2 {
    width: 33vw;
  }

  .heading-7 {
    font-size: 1.9rem;
  }

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

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

  .paragraph-7 {
    font-size: .8rem;
  }

  .img-contacto {
    aspect-ratio: 16 / 9;
  }

  .img-50 {
    margin-bottom: 3rem;
  }

  .col33 {
    width: 48%;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 2rem;
  }

  .seccion.hero {
    height: auto;
  }

  .seccion.bg-lineas {
    object-position: 50% 50%;
    background-position: 100%;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .seccion.bg-color1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .col_50.esp-right.vertical {
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .col_50.negativos {
    width: 100%;
    margin-bottom: 4rem;
  }

  .col_50.m-interior {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

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

  .cont_testimonios._80, .cont_testimonios._40 {
    justify-content: flex-start;
    width: 100%;
  }

  .testimonio {
    margin-top: 0;
  }

  .image-2 {
    width: 100%;
    height: 150%;
  }

  .col_35.aling-center {
    width: 100%;
  }

  .image-3 {
    margin-top: 5rem;
  }

  .col_60 {
    width: 100%;
  }

  .slider {
    display: block;
  }

  .slide-3 {
    width: 100%;
  }

  .slide-4 {
    object-position: 0% 50%;
    width: 100%;
  }

  .slide-5 {
    width: 100%;
  }

  .text_footer {
    padding-bottom: 14px;
  }

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

  .boton {
    text-align: center;
    margin: 2rem auto 0 0;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .boton.bco {
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    width: 16vw;
  }

  .list {
    margin-bottom: 1rem;
    padding-left: 4vw;
  }

  .icon {
    justify-content: flex-end;
  }

  .menu-button {
    justify-content: flex-end;
    padding-right: 0;
  }

  .col50.margen-right {
    margin-bottom: 10rem;
  }

  .seccion-2.color {
    background-image: linear-gradient(to bottom, #fff 35%, var(--color-1) 35%);
  }

  .right-arrow-2, .icon-2 {
    display: none;
  }

  .left-arrow-2 {
    display: none;
    overflow: visible;
  }

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

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

  p {
    margin-bottom: 1rem;
  }

  .seccion.hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/foto1_1.avif');
    background-position: 0 0, 72%;
    background-size: auto, cover;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .seccion.bg-lineas {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .seccion.margen-top {
    padding-top: 2rem;
  }

  .seccion.bg-color2._2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cont_seccion {
    width: 90%;
    max-width: 100%;
  }

  .col_50.esp-right.vertical {
    margin-bottom: 2rem;
  }

  .col_50.negativos._2 {
    margin-bottom: 0;
  }

  .text-block-3 {
    flex-wrap: wrap;
  }

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

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

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

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

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

  .estrella {
    font-size: 1.3rem;
  }

  .image-2 {
    height: 200%;
  }

  .slider {
    height: 400px;
  }

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

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

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

  .text_footer_2 {
    line-height: 1.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 {
    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;
  }

  .logo {
    width: 60%;
    margin-left: 0;
    margin-right: auto;
  }

  .dorado {
    font-size: 1.5rem;
  }

  .boton {
    width: 100%;
    font-weight: 600;
  }

  .image-4 {
    width: 30vw;
  }

  .container {
    align-content: center;
    align-items: center;
  }

  .menu-button {
    justify-content: flex-end;
    padding-right: 0;
  }

  .bco.hero {
    font-size: 1rem;
  }

  .seccion-2.color {
    background-image: linear-gradient(to bottom, #fff 38%, var(--color-1) 38%);
  }

  .text-field, .text-field_box {
    font-size: 1.1rem;
  }

  .brand {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .body-2 {
    overflow: visible;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

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


