:root {
  --color1: #002249;
  --color3: #128bb6;
  --white: white;
  --color2: #06c;
  --black: black;
}

h1 {
  color: var(--color1);
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1em;
}

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

p {
  margin-bottom: 2rem;
}

.main {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.seccion {
  background-color: var(--color3);
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.seccion.azul {
  background-color: var(--color1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.seccion.azul.hero {
  background-image: linear-gradient(180deg, var(--white), var(--white) 15%, var(--color1) 15%, var(--color1));
  padding: 3rem 10% 0;
  position: relative;
}

.seccion.blanco-azul {
  background-image: linear-gradient(180deg, white, var(--white) 40%, var(--color1) 40%);
}

.seccion.politica {
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.contenedor.azul {
  background-color: var(--color3);
  color: var(--white);
  padding: 2rem;
}

.contenedor.hero {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header {
  flex-flow: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.header.sticky {
  z-index: 999;
  background-color: var(--white);
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #fff;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-menu {
  margin-left: auto;
}

.image {
  width: 100%;
}

.brand {
  width: 10vw;
  margin-left: auto;
  margin-right: auto;
}

.drfrancisco {
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3rem;
}

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

.tel2-card {
  z-index: 99999;
  background-color: var(--color2);
  color: #3eae57;
  -webkit-text-stroke-color: #000;
  border: 3px solid #edf0f5;
  border-radius: 5vw;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: auto 0 .5rem 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;
}

.body {
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: var(--color2);
  text-align: center;
  width: 100%;
}

.col50 {
  width: 49%;
}

.col65 {
  width: 63%;
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.col30 {
  width: 30%;
}

.col30.img1 {
  width: 35%;
  height: 40rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

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

.button {
  border: 3px solid var(--white);
  border-radius: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-weight: 700;
}

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

.button.margen_arriba {
  margin-top: 2rem;
}

.ficha {
  background-color: var(--color3);
  color: var(--white);
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 24.5%;
  height: auto;
  min-height: 15rem;
  margin-bottom: .5rem;
  padding: 2rem 1.5rem;
  display: flex;
}

.titulo_ficha {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
}

.parrafo-ficha {
  margin-bottom: 0;
}

.form-block {
  background-color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  padding: 2rem;
}

.form-block.old {
  display: none;
}

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

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

.titulo_contacto {
  color: #12100b;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

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

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

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

.text-field_box::placeholder {
  color: #2e2e2e;
}

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

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

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

.text-field::placeholder {
  color: #2e2e2e;
}

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

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

.btn_enviar {
  background-color: var(--color2);
  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(--white);
}

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

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

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

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

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

.centrado {
  text-align: center;
}

.h2_centrado {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 400;
}

.paragraph-2 {
  width: 70%;
  margin-bottom: 1rem;
  font-weight: 700;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.list {
  padding-left: 1.5rem;
}

.descuento {
  background-color: var(--white);
  width: 15%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 2rem 1rem;
  position: absolute;
  inset: auto 16vw 3rem auto;
}

.text-block-2 {
  color: var(--color1);
  text-align: center;
  margin-top: 1rem;
}

.text-block-3 {
  color: var(--color2);
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}

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

.text_footer {
  color: #12100b;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

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

.text-block-5 {
  color: #12100b;
  text-align: center;
  margin-top: 6px;
  font-size: .8rem;
  line-height: 1rem;
}

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

.left-arrow {
  display: none;
}

.slider-2 {
  background-color: #f0f0f0;
  flex-flow: wrap;
  align-content: center;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0;
  overflow: clip;
}

.slide-nav-2 {
  color: var(--color1);
  height: auto;
  padding-bottom: 10px;
  font-size: .6rem;
  display: block;
  bottom: 0;
}

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

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

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

.testimonio-2 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.nombre {
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.right-arrow {
  display: none;
}

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

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

.cintillo {
  background-image: url('../images/cintillo.svg');
  background-position: 50%;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

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

.cont {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: block;
}

.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) {
  h1 {
    margin-bottom: 1rem;
  }

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

  .contenedor {
    width: 90%;
  }

  .contenedor.hero {
    width: 100%;
  }

  .contenedor.movil {
    max-width: none;
    display: block;
  }

  .float {
    width: 4rem;
    height: auto;
    bottom: 2rem;
  }

  .tel2-card {
    width: 3rem;
    height: 3rem;
    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%;
  }

  .col50 {
    width: 100%;
  }

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

  .ficha {
    width: 49%;
    min-height: 12rem;
    margin-bottom: 1rem;
  }

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

  .success_message {
    line-height: 1em;
  }

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

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

  .embed_codigo_captcha {
    width: 100%;
  }

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

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

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

  .error_message {
    line-height: 1em;
  }

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

  .html-embed {
    min-height: 25rem;
  }

  .list {
    width: 70%;
  }

  .descuento {
    width: 25%;
    margin-right: 0;
    right: 10vw;
  }

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

  .cont_testimonio {
    margin: 2rem 1rem 1rem 5vw;
  }

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

  .slide-nav-2 {
    padding-bottom: 10px;
    bottom: 0;
  }

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

  .slide {
    padding-bottom: 1rem;
  }

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

  .cintillo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
  }

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

  .cont {
    width: 90%;
  }

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

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

  h2 {
    font-size: 1.5rem;
  }

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

  .seccion.azul.hero {
    background-image: none;
    margin-bottom: 9rem;
    padding-top: 0;
  }

  .contenedor.hero {
    flex-flow: wrap-reverse;
  }

  .float {
    width: 10vw;
    bottom: 2rem;
  }

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

  .col65 {
    width: 60%;
    padding-top: 2rem;
  }

  .col30.img1 {
    width: 38%;
  }

  .form-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .col50-2, .text-field_box {
    width: 100%;
  }

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

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

  .centrado {
    text-align: center;
  }

  .paragraph-2 {
    width: 100%;
  }

  .list {
    width: 65%;
  }

  .descuento {
    width: 30%;
    right: 5vw;
  }

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

  .text_footer {
    padding-bottom: 14px;
  }

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

  .cont_testimonio {
    margin-top: 2rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    width: 95%;
    height: auto;
    margin-left: auto;
    top: auto;
    bottom: -10rem;
    left: auto;
  }

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

  .cont_stars {
    display: flex;
  }

  .slide {
    width: 100%;
  }

  .testimonio-2 {
    height: auto;
  }

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

  .consent-banner_bco {
    width: 70%;
  }

  .input {
    background-color: #0000;
  }

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

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

  h2 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

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

  .seccion.azul.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 15rem;
    padding-bottom: 15rem;
    display: flex;
  }

  .seccion.blanco-azul {
    background-image: linear-gradient(180deg, white, var(--white) 48%, var(--color1) 48%);
    padding-top: 2rem;
  }

  .seccion.politica {
    width: 100%;
  }

  .contenedor {
    text-align: left;
  }

  .contenedor.azul {
    padding: 1rem 1rem 3rem;
  }

  .contenedor.hero {
    flex-flow: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contenedor.movil {
    width: 90%;
  }

  .header {
    padding-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .header.sticky {
    padding: 1rem .3rem;
  }

  .brand {
    width: 35vw;
  }

  .drfrancisco {
    font-size: 1.3rem;
    line-height: 1.1em;
  }

  .float {
    justify-content: center;
    align-items: center;
    width: 15vw;
    margin-right: 5vw;
    bottom: 2rem;
  }

  .tel2-card {
    border-radius: 10vw;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-top: .5rem;
    margin-bottom: 0;
    margin-left: 0;
    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;
  }

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

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

  .col65 {
    width: 100%;
    padding-bottom: 2rem;
  }

  .col30.img1 {
    width: 100%;
    height: 15rem;
  }

  .button {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .ficha {
    width: 100%;
    min-height: 0;
    margin-bottom: .8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .parrafo-ficha {
    font-size: 1rem;
  }

  .form-block {
    padding: 1rem;
  }

  .titulo_contacto {
    font-size: 1.3rem;
  }

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

  .col_contacto {
    display: block;
  }

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

  .text-field.selec {
    padding-right: 20px;
  }

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

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

  .form {
    width: auto;
  }

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

  .h2_centrado {
    font-size: 1.1rem;
  }

  .paragraph-2 {
    text-align: center;
    width: 100%;
  }

  .html-embed {
    min-height: 20rem;
  }

  .list {
    width: 100%;
  }

  .descuento {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 5%;
  }

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

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

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

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

  .slider-2 {
    width: 100%;
    height: 15rem;
    min-height: 0;
    inset: auto 0% 0;
  }

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

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

  .slide {
    width: 100%;
    height: auto;
    padding: 0 1rem;
  }

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

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

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

  .mask-2 {
    height: auto;
  }

  .cintillo {
    margin-right: 0;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

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

  .paragraph-3 {
    width: 100%;
  }

  .text-span, .text-span-2 {
    font-size: .7rem;
  }

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


