:root {
  --dorado: #b4914f;
  --gris: #1d1d1d;
  --black: black;
  --white: white;
  --amarillo: #e0c03c;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  margin-bottom: 2rem;
  font-family: Roboto, sans-serif;
}

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

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

.seccion.hero {
  background-color: #000;
  background-image: linear-gradient(266deg, #000, #fff0 36%), url('../images/Diseno-sin-titulo-27-570x570_1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.seccion.fondo_dorado {
  background-color: var(--dorado);
}

.seccion.fondo_gris {
  background-color: var(--gris);
  margin-left: auto;
  margin-right: auto;
}

.seccion.fondo_negro {
  background-color: #000;
  justify-content: flex-start;
  display: flex;
}

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

.cont_logo {
  width: 45%;
  margin-bottom: 3rem;
}

.col50 {
  flex-flow: wrap;
  align-items: center;
  width: 49%;
  display: flex;
}

.col50.cent {
  height: auto;
}

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

.text-span {
  color: var(--dorado);
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
}

.text-span.none {
  display: none;
}

.bco {
  color: #fff;
}

.col60 {
  width: 65%;
}

.h1_hero {
  flex-flow: wrap;
  margin-bottom: 1rem;
  font-size: 3rem;
  display: flex;
}

.button {
  background-color: var(--gris);
  color: var(--dorado);
  text-align: center;
  border: 3px solid #fff;
  width: auto;
  padding: 1rem;
}

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

.button.center_div {
  margin: 1rem auto;
}

.dorado {
  color: var(--dorado);
  font-size: 1.3rem;
}

.subtitulo_seccion {
  text-align: center;
  margin-bottom: 2rem;
  font-family: Roboto, sans-serif;
}

.subtitulo_seccion.dorado.izq {
  text-align: left;
  width: 100%;
}

.subtitulo_seccion.dorado.cent {
  margin-left: auto;
  margin-right: auto;
}

.subtitulo_seccion.centrado {
  width: 1005px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.centrado {
  text-align: center;
}

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

.ficha_dorada {
  background-color: var(--dorado);
  border-radius: 20px;
  margin-bottom: 1rem;
  padding: 2rem;
}

.ficha_dorada._50 {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  width: 49%;
  height: auto;
  min-height: 31rem;
  display: flex;
}

.ficha_dorada._33 {
  text-align: center;
  flex-flow: wrap;
  align-items: center;
  width: 32%;
  min-height: 22rem;
  display: flex;
}

.ficha_titulo {
  width: 100%;
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.image {
  border-radius: 500px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image._2 {
  border-radius: 0;
}

.cont_img {
  border-radius: 0;
  width: 15rem;
  height: 15rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.cont_img._2 {
  flex-flow: wrap;
  width: auto;
  height: 5rem;
  max-height: 5rem;
  display: flex;
}

.titulo {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
}

.img_2 {
  width: 80%;
}

.btn_enviar {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #e2b446;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.btn_enviar:hover {
  background-color: var(--white);
  color: var(--black);
}

.text-field_box {
  border: 2px solid var(--dorado);
  color: #333;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 8rem;
  min-height: 14rem;
  margin-left: auto;
  padding-top: 1.5vh;
  padding-bottom: .5vh;
  font-size: 1rem;
}

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

.text-field {
  border: 2px solid var(--dorado);
  color: #0021c6;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  min-height: 4rem;
  margin-bottom: 1rem;
  padding-top: .5vh;
  padding-bottom: .5vh;
  font-size: 1rem;
}

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

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

.form-block-2 {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0 0 2rem;
  display: none;
}

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

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

.txt_hero_top {
  color: var(--dorado);
  letter-spacing: 1px;
  margin: 1rem auto;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
}

.texto-muestra-error-recaptcha {
  color: #fff;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

.contenedor-2 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  margin: auto;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.titulo-2 {
  color: #fff;
  width: 50%;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2em;
}

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

.recaptcha-error-message {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

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

.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 {
  object-fit: cover;
  justify-content: space-between;
  align-items: stretch;
  width: 49%;
  display: block;
}

.embed_codigo_captcha {
  width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_contacto {
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
}

.cont_btns_flotante {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 1280px;
  height: auto;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 2%;
}

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

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

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

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #02cd54;
  border: 1px solid #edf0f5;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.5rem;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.img_whats-2 {
  width: 2rem;
  max-width: none;
  height: 2rem;
  margin-left: auto;
  margin-right: .5rem;
  padding-right: 0;
}

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

.slide-nav {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: .6rem;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: 14rem;
  margin-top: auto;
}

.testimonio {
  color: #fff;
  margin-bottom: 1rem;
  font-style: italic;
}

.nombre_testimoniio {
  color: #fff;
}

.cont_estrellas {
  flex-flow: wrap;
  width: auto;
  height: auto;
  margin-bottom: 1rem;
  display: flex;
}

.star {
  color: var(--dorado);
  width: auto;
  height: auto;
  margin-right: .5rem;
  font-family: Material Icons Round, sans-serif;
}

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

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

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

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

.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%;
  overflow: clip;
  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;
}

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

.link_privacidad:hover {
  color: #000;
}

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

.submit-button-2 {
  background-color: var(--amarillo);
  color: var(--black);
  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 {
  color: #000;
  background-color: #fff;
}

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

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

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

.estilo_field_form_bloque {
  border: 2px solid var(--dorado);
  color: var(--gris);
  min-height: 12rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
}

.estilo_field_form_bloque:focus-visible {
  color: var(--gris);
}

.estilo_field_form_bloque[data-wf-focus-visible] {
  color: var(--gris);
}

.estilo_field_form_bloque::placeholder {
  color: #b1b0b0;
}

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

.estilo_field_form {
  border: 2px solid var(--dorado);
  color: var(--gris);
  background-color: #fff;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5em;
}

.estilo_field_form:focus {
  color: var(--gris);
}

.estilo_field_form:focus-visible {
  color: var(--gris);
}

.estilo_field_form[data-wf-focus-visible] {
  color: var(--gris);
}

.estilo_field_form::placeholder {
  color: #b1b0b0;
}

.success_message-2 {
  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-2 {
  color: #fdb5b5;
  text-align: center;
  background-color: #db4545;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
}

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

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

.text-block-6 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

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

  .seccion.hero {
    background-image: linear-gradient(75deg, #000 39%, #fff0), url('../images/Diseno-sin-titulo-27-570x570_1.webp');
    background-position: 0 0, 300%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .contenedor {
    width: 90%;
  }

  .col60 {
    width: 100%;
  }

  .ficha_dorada._50 {
    min-height: 35rem;
    padding: 1.5rem;
  }

  .ficha_dorada._33 {
    min-height: 25rem;
  }

  .cont_img {
    width: 15rem;
  }

  .cont_img._2 {
    width: 100%;
  }

  .titulo {
    font-size: 2.5rem;
  }

  .img_2 {
    width: 100%;
  }

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

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

  .form-block-2 {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contenedor-2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .success_message, .error_message {
    line-height: 1em;
  }

  .embed_codigo_captcha {
    width: 100%;
  }

  .cont_btns_flotante {
    right: 5%;
  }

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

  .cont_whats-2 {
    width: auto;
    height: auto;
    padding-right: 0;
  }

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

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

  .img_whats-2 {
    width: 2rem;
    height: 100%;
  }

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

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

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

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

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

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    width: 100%;
  }

  p {
    color: #000;
  }

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

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

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

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

  .h1_hero {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    padding: .8rem 1rem;
  }

  .button.center_div {
    padding: 1rem;
  }

  .dorado, .subtitulo_seccion.dorado.izq {
    text-align: center;
  }

  .ficha_dorada._50 {
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    padding: 1rem;
  }

  .ficha_dorada._33 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding: 2rem 1rem 1rem;
  }

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

  .image {
    object-fit: cover;
  }

  .image._2 {
    object-fit: contain;
  }

  .cont_img {
    object-fit: cover;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 12rem;
    display: flex;
  }

  .cont_img._2 {
    width: 40%;
    height: 6rem;
    max-height: none;
    margin-bottom: 2rem;
  }

  .titulo {
    font-size: 1.8rem;
  }

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

  .img_2 {
    width: 60%;
    margin: auto;
  }

  .img_3 {
    object-fit: cover;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field_box {
    width: 100%;
    margin-bottom: 1rem;
  }

  .form-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .titulo-2.centrado {
    font-size: 1.8rem;
  }

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

  .embed_codigo_captcha {
    width: 100%;
  }

  .tel2-card {
    bottom: 62px;
  }

  .cont_whats-2 {
    height: auto;
  }

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

  .img_whats-2 {
    height: 2rem;
    padding-left: .5vw;
  }

  .slider {
    min-height: 12rem;
  }

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

  .slide {
    text-align: center;
  }

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

  .text_footer {
    padding-bottom: 14px;
  }

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

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

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

  p {
    font-size: .9rem;
    line-height: 1.1em;
  }

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

  .seccion.hero {
    background-position: 0 0, 50%;
    background-size: auto, contain;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .col50 {
    width: 100%;
  }

  .text-span {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    line-height: 1em;
    display: flex;
  }

  .col60 {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .h1_hero {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.1em;
  }

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

  .button.center_div {
    width: 100%;
  }

  .subtitulo_seccion.dorado.izq, .subtitulo_seccion.dorado.cent {
    margin-bottom: 1rem;
  }

  .centrado._80 {
    width: 100%;
  }

  .ficha_dorada._50 {
    width: 100%;
    padding: 1rem;
  }

  .cont_img {
    width: 12rem;
  }

  .cont_img._2 {
    width: 80%;
    height: 5rem;
  }

  .titulo.bco {
    text-align: center;
  }

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

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

  .img_3 {
    width: 80%;
  }

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

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

  .form {
    width: auto;
  }

  .form-block-2 {
    padding: 1rem 0;
  }

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

  .txt_hero_top {
    line-height: 1em;
  }

  .titulo-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .col_contacto {
    display: block;
  }

  .cont_btns_flotante {
    max-width: 1280px;
    right: 5%;
    overflow: visible;
  }

  .tel2-card {
    padding-right: .5rem;
    bottom: 55px;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: auto;
    padding-left: 0;
  }

  .text_tel-2 {
    margin-right: auto;
    font-size: 2rem;
  }

  .whats-card-2 {
    justify-content: center;
    align-items: center;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

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

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

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

  .slide {
    text-align: center;
  }

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

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

  .text-block-5 {
    text-align: left;
    width: 80%;
    margin-right: auto;
    line-height: 1.2rem;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

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

  .cont_btn_form-se-debe-ocultar-2, .text-block-6 {
    display: none;
  }
}


