:root {
  --azul: #00539b;
  --white: white;
  --verde: #25d366;
  --black: black;
  --turquesa: #00e1ff;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--azul);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

a {
  text-decoration: underline;
}

img {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

strong {
  color: var(--azul);
  font-weight: 700;
}

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

.seccion {
  flex-flow: wrap;
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.seccion.hero {
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  min-height: 40rem;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.seccion.azul {
  background-color: var(--azul);
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: static;
}

.seccion.azul.quote {
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.seccion.contacto {
  background-image: url('../images/chart-teeth-and-dentist-tools-up-2023-11-27-04-58-55-utc_1.webp');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.seccion.none {
  display: none;
}

.contenedor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.contenedor._65 {
  width: 80%;
  position: static;
}

.contenedor._65.politica {
  margin-top: 5rem;
}

.contenedor.contacto {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  padding: 2rem 1rem;
  position: static;
}

.contenedor.none {
  display: none;
}

.menu {
  z-index: 999;
  background-color: var(--white);
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem 0%;
  display: flex;
  position: fixed;
  top: 0;
}

.logo_cont {
  width: 15rem;
}

.image {
  width: 100%;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 48%;
  display: flex;
  position: static;
}

.col50.hero {
  z-index: 998;
  background-color: #00539bc7;
  border-bottom-right-radius: 100px;
  width: 40%;
  max-width: 500px;
  margin-left: 0;
  margin-right: 10rem;
  padding: 3rem;
  position: static;
  box-shadow: 0 2px 25px #00000026;
}

.col50.img2 {
  z-index: 998;
  justify-content: space-between;
  align-items: flex-end;
  width: 30%;
  height: 100%;
  margin-top: auto;
  margin-left: 10rem;
  margin-right: 0;
  padding-top: 3rem;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.col50.ficha {
  z-index: 998;
  object-fit: cover;
  background-color: #0000;
  border-bottom-right-radius: 100px;
  width: 45%;
  height: auto;
  min-height: 0;
  margin-left: 0%;
  padding: 0;
  position: static;
  box-shadow: 0 2px 25px #00000026;
}

.col50.ficha._2 {
  min-height: 30rem;
}

.col50._49 {
  width: 49%;
  height: auto;
}

.button {
  border: 3px solid var(--white);
  background-color: var(--verde);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  padding: .8rem 2rem;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1em;
}

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

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

.button.cta {
  margin-left: auto;
  margin-right: auto;
}

.button.cta._2 {
  margin-top: 2rem;
  box-shadow: 1px 1px 2px #0003;
}

.button.cta.right {
  margin-right: auto;
}

.button.centrado {
  margin: 4rem auto auto;
}

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

.blanco {
  color: var(--white);
  text-transform: none;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  line-height: 1em;
}

.blanco.centrado {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.blanco.centrado._80 {
  width: 80%;
}

.blanco.centrado._80.b {
  color: var(--azul);
}

.blanco.sinmargen {
  text-transform: none;
  width: 100%;
  margin-bottom: 0;
}

.blanco.sinmargen._2 {
  margin-bottom: 2rem;
}

.blanco.izq {
  color: var(--azul);
  font-size: 1.2rem;
  line-height: 1.4em;
}

.linea-vertical {
  background-color: var(--black);
  width: .8rem;
  height: 12rem;
  margin-right: 2rem;
}

.linea-vertical.blanco {
  background-color: var(--white);
  height: 8rem;
}

.espaciador {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
}

.cont_footer_bajo {
  background-color: var(--azul);
  perspective: none;
  transform-origin: 50% 100%;
  color: var(--white);
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  line-height: 1em;
  display: flex;
  transform: none;
}

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

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

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

.cont_btns_flotante {
  z-index: 999;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  bottom: 20px;
  right: 10%;
}

.whats-card-2 {
  z-index: 99999;
  background-color: var(--verde);
  -webkit-text-stroke-color: #000;
  border: .5px #edf0f5;
  border-radius: 3vw;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: .5rem;
  padding: .5rem;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.whats-card-2:hover {
  background-color: #181818;
}

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

.text_tel-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  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: 1.8rem;
  height: 1.8rem;
  padding-right: 0;
}

.quote {
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.slider {
  background-color: #0000;
  flex-flow: wrap;
  width: 100%;
  height: auto;
  min-height: 15px;
  display: flex;
}

.slide1 {
  width: 100%;
  height: auto;
  min-height: 10px;
  padding: 0 5rem;
}

.testimonio {
  color: var(--azul);
  text-align: center;
  width: 80%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  font-weight: 600;
}

.nombre_testimonio {
  color: var(--azul);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.1em;
}

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

.slide-nav {
  font-size: .6rem;
  position: static;
  bottom: 0;
}

.cont_estrellas {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.estrella {
  color: #f5cc14;
  font-family: Material Icons Round, sans-serif;
  font-size: 1.2rem;
}

.estrella._1 {
  color: #f5cc1480;
}

.background-video {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 42rem;
  padding-top: 0;
  display: flex;
}

.mask {
  height: auto;
  min-height: 0;
}

.tel_btn {
  z-index: 99999;
  background-color: var(--azul);
  -webkit-text-stroke-color: #000;
  border: .5px #edf0f5;
  border-radius: 3vw;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: .5rem;
  padding: .5rem;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.tel_btn:hover {
  background-color: #181818;
}

.link_privacidad {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  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: none;
  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-2 {
  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-2:hover {
  background-color: #098500;
}

.azul {
  color: var(--azul);
}

.image-2 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  margin-top: auto;
  overflow: clip;
}

.titulo {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1em;
}

.titulo.azul.centrado {
  text-align: center;
}

.cont_formulario {
  width: 100%;
  display: none;
}

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

.embed_codigo_captcha-2 {
  width: 100%;
  margin-top: 1rem;
  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: #000;
  text-align: right;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

.embed-estilos-no_borrar {
  width: 100%;
}

.estilo_field_form_bloque {
  border: 1px none var(--azul);
  color: #b1b0b0;
  background-color: #f5f5f5;
  width: 100%;
  height: 0;
  min-height: 20rem;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.5em;
}

.estilo_field_form_bloque:focus-visible, .estilo_field_form_bloque[data-wf-focus-visible] {
  color: #b1b0b0;
}

.estilo_field_form_bloque::placeholder {
  color: #5c5c5c;
}

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

.estilo_field_form {
  border: 0px none var(--azul);
  color: var(--black);
  background-color: #f5f5f5;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  font-size: .9rem;
  line-height: 1.5em;
}

.estilo_field_form:focus, .estilo_field_form:focus-visible, .estilo_field_form[data-wf-focus-visible] {
  color: #b1b0b0;
}

.estilo_field_form::placeholder {
  color: var(--black);
}

.estilo_field_form._2 {
  margin-bottom: 0;
}

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

.list-item {
  color: var(--white);
  background-image: url('../images/diente.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1em;
}

.list {
  margin-bottom: 1rem;
}

.txt {
  color: var(--white);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-top: 2px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.text-span {
  background-color: var(--azul);
  color: var(--white);
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  font-size: 2rem;
}

.img_round {
  object-fit: cover;
  border-bottom-right-radius: 100px;
  height: 100%;
}

.img_round.a {
  height: auto;
}

.txt_quote {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 3rem;
  margin-right: auto;
  display: flex;
}

.form-3 {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

.col30 {
  background-color: var(--azul);
  color: #fff;
  border-bottom-right-radius: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  min-height: 18rem;
  padding: 2rem;
  display: flex;
}

.ficha_titulo {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

.icono {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  display: flex;
}

.old {
  display: none;
}

.field-label {
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.field-label-2 {
  margin-bottom: .5rem;
}

.recaptcha {
  margin-top: 1rem;
  margin-left: auto;
}

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

.resalte_rojo {
  color: var(--white);
  background-color: #e03535;
  padding: 14px;
  font-family: Montserrat, sans-serif;
}

.text-span-2 {
  font-weight: 800;
}

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

.code-embed {
  pointer-events: none;
  width: 100%;
  height: auto;
  margin-top: 3rem;
}

.code-embed.mapa {
  display: none;
}

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

.h3.bco {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1rem;
}

.list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.list-item-2 {
  width: 100%;
  list-style-type: none;
  display: flex;
}

.icon_list {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}

.icon_list._2 {
  width: 1rem;
  height: 1rem;
}

.icon_list._1 {
  width: 2rem;
  height: 2rem;
}

.text-block {
  color: var(--azul);
  align-self: center;
  font-size: 1.1rem;
  font-weight: 400;
}

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

.parrafo {
  color: #fff;
  width: 90%;
  margin: auto 0 1rem;
  font-weight: 400;
}

.parrafo.auto {
  text-align: right;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  font-size: 1.1rem;
}

.parrafo.auto.bold {
  margin-left: 0;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
}

.parrafo._50.der {
  text-align: right;
  text-transform: none;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.5em;
  display: block;
}

.parrafo._50.der._2 {
  text-align: left;
  width: 100%;
}

._50 {
  height: auto;
  min-height: 0;
}

._50.der {
  background-color: #a2a4c7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding: 3rem;
  display: flex;
  position: relative;
}

.titulo-2 {
  color: #47497b;
  border-bottom: 2px solid #47497b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 2em;
  display: flex;
}

.titulo-2.blanco {
  color: #fff;
  border-bottom-color: #fff;
}

.titulo-2.blanco.linea_izq {
  text-align: left;
  width: 80%;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: auto;
}

.img_foto {
  border-bottom-right-radius: 100px;
  width: 80%;
}

.imagen_ubicacion {
  border-bottom-right-radius: 100px;
}

.image-3 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.slide-nav-2 {
  margin-top: 1rem;
  display: none;
  position: static;
}

.slide-2 {
  width: 25%;
  height: 80%;
  margin-left: 0%;
  margin-right: 0%;
}

.mask-2 {
  height: auto;
}

.image-5 {
  border-radius: 50px 0 0 50px;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 2rem auto 4rem;
}

.code-embed-2 {
  pointer-events: none;
  width: auto;
}

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

  .seccion.hero {
    align-items: stretch;
    padding-top: 0;
    position: static;
  }

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

  .contenedor, .contenedor._65, .contenedor.contacto {
    width: 90%;
  }

  .menu {
    height: 6rem;
  }

  .col50 {
    width: 100%;
  }

  .col50.hero {
    border-bottom-right-radius: 75px;
    width: 48%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 2rem 1rem;
  }

  .col50.img2 {
    height: auto;
  }

  .col50.ficha {
    border-bottom-right-radius: 75px;
    width: 100%;
    min-height: 20rem;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
  }

  .col50.ficha._2 {
    width: 100%;
  }

  .col50.var {
    margin-bottom: 1rem;
  }

  .button {
    border-radius: 100px;
    font-size: 1rem;
  }

  .button._2 {
    text-align: center;
  }

  .cont_menu {
    width: 90%;
  }

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

  .text_footer_2 {
    text-align: center;
  }

  .cont_btns_flotante {
    right: 5%;
  }

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

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

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

  .img_whats-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .quote {
    width: 100%;
    margin-right: auto;
    font-size: 2rem;
    font-weight: 700;
  }

  .slide1 {
    padding-top: 0;
  }

  .testimonio {
    width: 90%;
  }

  .estrella {
    font-size: 1rem;
  }

  .background-video {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    min-height: 40rem;
    margin-top: 0;
    padding-top: 5rem;
  }

  .tel_btn {
    border-radius: 6vw;
    padding-left: .5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

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

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

  .paragraph-5 {
    font-size: .9rem;
  }

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

  .titulo {
    font-size: 2rem;
  }

  .cont_formulario {
    width: 100%;
  }

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

  .txt {
    margin-top: 2rem;
    padding-top: 0;
  }

  .img_round {
    border-bottom-right-radius: 75px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .txt_quote {
    width: 92%;
  }

  .col30 {
    border-bottom-right-radius: 50px;
    width: 32%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .parrafo._50.der {
    width: 80%;
  }

  ._50 {
    width: 100%;
  }

  ._50.der {
    height: auto;
    padding-left: 15rem;
  }

  .titulo-2.blanco.linea_izq {
    justify-content: flex-end;
    align-items: center;
  }

  .img_foto {
    width: 100%;
  }

  .image-4 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .slide-nav-2 {
    display: block;
  }

  .slide-2 {
    width: 50%;
  }

  .slider-2 {
    margin-bottom: 2rem;
  }

  .image-6 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .code-embed-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  p {
    font-size: 1rem;
  }

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

  .seccion.azul.quote {
    margin-bottom: 0;
  }

  .col50 {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 2rem;
    margin-left: auto;
    display: flex;
  }

  .col50.hero {
    width: 80%;
    height: auto;
    margin-bottom: 10rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
  }

  .col50.img2 {
    z-index: 998;
    width: 42%;
    margin-top: 3px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .col50.ficha {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .col50._49 {
    width: 100%;
  }

  .button._2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.centrado {
    margin-top: 1rem;
  }

  .cont_menu {
    align-content: center;
    align-items: center;
    width: 90%;
  }

  .blanco.centrado._80 {
    width: 100%;
  }

  .linea-vertical {
    height: 16rem;
    margin-right: 1rem;
  }

  .linea-vertical.blanco {
    width: .5rem;
    height: 9rem;
  }

  .espaciador {
    height: 2rem;
  }

  .cont_footer_bajo {
    padding-bottom: 50px;
  }

  .text_footer {
    padding-bottom: 14px;
    font-size: .9rem;
  }

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

  .cont_whats-2 {
    height: 4vw;
  }

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

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

  .quote {
    width: 100%;
    margin-left: auto;
    font-size: 2rem;
  }

  .slide1 {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .testimonio {
    width: 100%;
  }

  .background-video {
    flex-flow: wrap;
    height: auto;
    margin-top: 5rem;
    padding-top: 0;
  }

  .consent-banner_bco {
    width: 70%;
  }

  .image-2 {
    height: auto;
  }

  .estilo_field_form_bloque {
    min-height: 10rem;
    margin-top: .5rem;
  }

  .cont_embed_alertas-2 {
    color: #000;
  }

  .list {
    margin-bottom: 0;
  }

  .text-span {
    line-height: 1.2em;
  }

  .col30 {
    border-bottom-right-radius: 20px;
    width: 32%;
    min-height: 17rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ficha_titulo {
    font-size: 1rem;
  }

  .icono {
    margin-bottom: .5rem;
  }

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

  .parrafo._50.der {
    width: 100%;
    font-size: 1rem;
  }

  ._50.der {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12rem;
  }

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

  .titulo-2.blanco.linea_izq {
    width: 100%;
    line-height: 1.4em;
  }

  .slider-2 {
    margin-bottom: 2rem;
  }
}

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

  .seccion {
    flex-flow: wrap;
    min-height: 30rem;
    display: flex;
  }

  .seccion.azul {
    min-height: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo_cont {
    width: 10rem;
  }

  .col50 {
    margin-bottom: 2rem;
  }

  .col50.hero {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 0%;
    margin-right: 0%;
    padding: 1rem;
    display: flex;
    left: auto;
  }

  .col50.img2 {
    z-index: 998;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    margin-bottom: -5rem;
    margin-right: auto;
    position: static;
  }

  .col50.ficha {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    display: flex;
    left: auto;
  }

  .col50.var {
    overflow: clip;
  }

  .button {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .button._2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.centrado {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blanco.centrado._80 {
    margin-bottom: 0;
  }

  .blanco.sinmargen {
    text-transform: none;
  }

  .linea-vertical.blanco {
    height: 8.5rem;
  }

  .espaciador {
    height: 1rem;
  }

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

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

  .text_footer_2 {
    line-height: 1.1rem;
  }

  .whats-card-2 {
    border-radius: 20vw;
    width: 2.5rem;
    height: 2.5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .quote {
    width: 100%;
    font-size: 1.5rem;
  }

  .slider {
    height: auto;
  }

  .slide1 {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .testimonio {
    font-size: 1rem;
  }

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

  .slide-nav {
    position: static;
    inset: auto 0% 0%;
  }

  .cont_estrellas {
    margin-bottom: 1rem;
  }

  .background-video {
    flex-flow: wrap-reverse;
    min-height: 45rem;
    padding-top: 2rem;
  }

  .mask {
    width: 100%;
  }

  .tel_btn {
    border-radius: 20vw;
    width: 2.5rem;
    height: 2.5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

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

  .image-2 {
    object-position: 50% 50%;
    width: 100%;
  }

  .titulo {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .titulo.blanco {
    margin-top: 2rem;
  }

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

  .text-span {
    font-size: 1.5rem;
    line-height: 1.1em;
  }

  .img_round {
    object-position: 50% 50%;
  }

  .img_round.a {
    object-position: 71% 50%;
  }

  .txt_quote {
    width: 90%;
  }

  .col30 {
    width: 100%;
    min-height: 5rem;
    margin-bottom: 1rem;
  }

  .ficha_titulo {
    font-size: 1.1rem;
  }

  .icono {
    margin-bottom: 1rem;
    font-size: 5rem;
  }

  .parrafo {
    width: 100%;
  }

  .parrafo.auto {
    text-align: center;
    width: 100%;
    margin-right: auto;
  }

  .parrafo._50.der {
    text-align: center;
    font-size: .9rem;
  }

  ._50.der {
    padding-bottom: 26rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .titulo-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .titulo-2.blanco.linea_izq {
    justify-content: center;
    align-items: center;
  }

  .image-3, .image-4 {
    border-radius: 35px;
  }

  .slide-nav-2 {
    font-size: 10px;
  }

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

  .mask-2 {
    height: auto;
  }

  .image-5 {
    border-radius: 35px;
  }

  .slider-2 {
    margin-bottom: 2rem;
  }

  .image-6 {
    border-radius: 35px;
  }
}


