:root {
  --gris: #3f485d;
  --azul_1: #245d91;
  --azul-2: #5eb3d2;
  --blanco: white;
  --white: white;
  --azul-3: #24273a;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--gris);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

h1 {
  color: var(--azul_1);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--azul-2);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.3em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
}

p {
  text-align: justify;
  margin-bottom: 10px;
  line-height: 2em;
}

li {
  background-image: url('../images/check-mark-svgrepo-com.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 1rem;
  padding-left: 30px;
  font-size: 1rem;
  line-height: 2em;
}

.main {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.seccion {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 3rem 0;
  display: flex;
}

.seccion.invert {
  flex-flow: row-reverse wrap;
}

.seccion.hero {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  margin: auto;
  padding-top: 7rem;
}

.col_50 {
  width: 48%;
}

.col_50._60 {
  width: 59%;
}

.col_50._40 {
  width: 38%;
}

.col_50.centrado-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.centrado.bco {
  color: var(--blanco);
  margin-left: auto;
  margin-right: auto;
}

.centrado.bco.hero {
  text-align: left;
  font-size: 3.5rem;
}

.centrado.bco.hrosub {
  text-align: left;
  font-size: 1.4rem;
}

.text-block {
  color: var(--azul-2);
  margin-bottom: 2rem;
  margin-right: 3rem;
  font-size: 3.43rem;
  font-weight: 800;
  line-height: 1em;
}

.text-block.bco {
  color: var(--blanco);
  font-size: 2.8rem;
}

.acento {
  color: var(--azul-2);
  font-size: 2.8rem;
}

.espaciador {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
}

.image.hero {
  display: none;
}

.titulo_seccion {
  color: var(--azul-2);
  margin-bottom: .5rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1em;
}

.subtitulo_secc {
  color: var(--azul_1);
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7em;
}

.linea_acento {
  border-bottom: 4px solid var(--azul_1);
  width: 80px;
  margin-bottom: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.linea_acento.centrado {
  margin-left: auto;
  margin-right: auto;
}

.titulo_seccion-light {
  color: var(--azul-2);
  margin-bottom: .5rem;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.2em;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.image-secc-list {
  object-fit: cover;
  object-position: 46% 50%;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.heading, .heading-2 {
  width: 100%;
}

.heading-2.centrado.titulo2 {
  color: var(--azul-2);
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.3em;
}

.col_33 {
  flex-flow: column;
  width: 32%;
  height: auto;
  padding: 20px;
  display: flex;
}

.col_33.sombra {
  background-color: var(--white);
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 3px 3px 3px #00000014;
}

.col_33.sombra.hover:hover {
  background-color: var(--azul_1);
  color: var(--blanco);
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: 2;
  object-fit: fill;
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
}

.heading-3 {
  color: var(--azul_1);
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-3.h3-card {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  text-align: justify;
  font-size: .9rem;
  line-height: 1.4em;
}

.paragraph.text-centro {
  text-align: justify;
}

.text-block-2 {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  line-height: 1.7em;
}

.background-video {
  background-image: linear-gradient(#fff0 84%, #fff), linear-gradient(#00000080, #00000080);
  width: 100%;
  height: auto;
  min-height: 50rem;
  margin-bottom: -2px;
  padding-bottom: 5rem;
  display: flex;
  overflow: visible;
}

.background-video-2 {
  width: 100%;
  height: 70vh;
}

.seccion_galeria {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.lightbox-link {
  aspect-ratio: 1;
  width: 23%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.lightbox-link.sn-margen {
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 1%;
}

.lightbox-link.sn-margen.gal_33 {
  width: 32%;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 0%;
  display: block;
}

.image-3:hover {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  overflow: clip;
}

.image-3.llave {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 100%;
}

.img_gal_2-1 {
  aspect-ratio: 2;
  width: 48%;
  height: auto;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.img_gal_2-1.sn-margen {
  padding-right: 0%;
}

.seccion-beneficios {
  background-image: linear-gradient(#fff, #fff0), url('../images/newape_Industrial_drinking_water_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: auto;
  margin-top: -2px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.heading-4 {
  text-align: center;
  width: 100%;
}

.espaciador2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.resalte {
  color: var(--azul_1);
}

.text-block-3 {
  text-align: center;
  font-family: Material Icons Round, sans-serif;
  font-size: 6.9rem;
  line-height: 1.5em;
}

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

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

.col_40 {
  width: 38%;
}

.col_60 {
  width: 58%;
}

.text-block-4 {
  margin-bottom: .5rem;
}

.text-block-5 {
  color: var(--azul-2);
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 2em;
}

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

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

.text-field_box {
  color: #afafaf;
  -webkit-text-stroke-color: black;
  border: 1px solid #afafaf;
  border-radius: 5px;
  height: 10rem;
  min-height: 10rem;
  font-size: 1rem;
}

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

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

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

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

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

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

.form-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  display: none;
}

.bodegas {
  color: #afafaf;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 5px;
  height: auto;
  min-height: 60px;
  padding-top: .5vh;
  padding-bottom: .5vh;
  font-size: 1rem;
}

.bodegas::placeholder {
  color: #afafaf;
}

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

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

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

.embed_codigo_captcha {
  width: 100%;
  display: block;
}

.cont_footer_bajo {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--azul_1);
  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;
}

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

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

.link-2 {
  color: var(--azul-2);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.text_footer_2 {
  color: #f1f1f1;
  margin-top: 6px;
  font-size: .8rem;
  line-height: 1rem;
}

.text-block-6 {
  color: var(--azul_1);
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
}

.paragraph-2 {
  margin-bottom: 2rem;
  line-height: 1.2em;
}

.paragraph-2-copy {
  margin-bottom: 2rem;
  line-height: 1.8em;
}

.code-embed {
  filter: grayscale();
}

.text-block-7 {
  font-size: 1.9rem;
  line-height: 1em;
}

.link-3 {
  color: var(--azul-2);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none;
}

.text-block-8 {
  color: var(--azul-2);
  width: 100%;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.1em;
}

.text-block-9 {
  text-align: justify;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4em;
  text-decoration: none;
}

.titulo_gal {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2rem;
}

.navbar {
  background-color: #fff;
  border: 0 #245d91;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-left: 0;
  display: block;
  position: relative;
}

.logo {
  max-width: 160px;
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #3f485d;
  flex: 0 auto;
  font-weight: 600;
}

.nav-boton {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  text-transform: none;
  word-break: normal;
  cursor: auto;
  background-color: #245d91;
  border: 2px solid #245d91;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-boton:hover {
  color: #3f485d;
  background-color: #fff;
  border: 2px solid #245d91;
}

.seccion-2 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 6rem;
  margin-bottom: 3rem;
  display: flex;
}

.card-container {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #245d91;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40rem;
  padding: 1.25rem 30px;
  display: flex;
  position: relative;
}

.card-container:hover {
  background-image: linear-gradient(#245d91b3, #245d91b3), url('../images/cursos-itab_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card {
  width: 33.33%;
  max-width: none;
  height: auto;
  transition: opacity 1s;
  display: flex;
}

.card-icon {
  margin-top: 1rem;
}

.card-paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: .68px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: .125rem;
  margin-top: 10px;
  padding: 0;
  position: absolute;
  inset: auto 0% -9%;
}

.heading-5 {
  color: var(--blanco);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-5:hover {
  outline-offset: 0px;
  outline: 3px #fff;
  text-decoration: none;
}

.card-text {
  z-index: 2;
  text-align: left;
  display: block;
  position: relative;
  overflow: visible;
}

.card-img {
  opacity: 0;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 100%;
  height: 40rem;
  transition: opacity .6s;
  position: absolute;
  top: 0;
  left: 0;
}

.card-img:hover {
  opacity: .6;
}

.h3-grupo {
  text-align: left;
  position: relative;
}

.linea_acento_bco {
  border-bottom: 4px solid var(--blanco);
  width: 80px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.linea_acento_bco.centrado {
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  width: 300px;
  margin-left: 0;
  margin-right: auto;
}

.image-5 {
  width: auto;
  height: 6rem;
}

.paragraph-3 {
  line-height: 1.5em;
}

.paragraph-3.justificado {
  text-align: justify;
}

.text-block-3-copy {
  color: var(--blanco);
  text-align: center;
  font-family: Material Icons Round, sans-serif;
  font-size: 6.9rem;
  line-height: 1.5em;
}

.card-container-2 {
  z-index: 0;
  box-sizing: border-box;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-fill-color: inherit;
  background-color: #245d91;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40rem;
  padding: 1.25rem 30px;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.card-container-2:hover {
  background-image: linear-gradient(#245d91b3, #245d91b3), url('../images/diagnosticos-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-container-3 {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #245d91;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40rem;
  padding: 1.25rem 30px;
  display: flex;
  position: relative;
}

.card-container-3:hover {
  background-image: linear-gradient(#245d91b3, #245d91b3), url('../images/supervision-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-video-3 {
  width: 100%;
  height: 24rem;
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  padding-right: 0%;
}

.video_gallery {
  aspect-ratio: auto;
  width: 48%;
  height: auto;
  margin: 1% 0%;
}

.row_33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  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 {
  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;
}

.contenedor {
  width: 100%;
  max-width: 1280px;
}

.paragraph-7 {
  text-align: left;
}

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

.submit-button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  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: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

.estilo_field_form_bloque {
  color: #b1b0b0;
  border: 1px solid #000;
  min-height: 12rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
}

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

.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 {
  color: #b1b0b0;
  background-color: #fff;
  border: 1px solid #000;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5em;
}

.estilo_field_form:focus, .estilo_field_form:focus-visible, .estilo_field_form[data-wf-focus-visible], .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;
}

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

@media screen and (max-width: 991px) {
  .main, .seccion.hero {
    width: 90%;
  }

  .col_50 {
    width: 100%;
  }

  .col_50._60 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .col_50._40 {
    width: 100%;
  }

  .centrado {
    font-size: 3.5rem;
  }

  .centrado.beneficios_movil {
    font-size: 2.5rem;
  }

  .heading.centrado {
    font-size: 3.5rem;
  }

  .heading-2.centrado {
    font-size: 2.2rem;
  }

  .col_33.sombra {
    width: 100%;
  }

  .image-2 {
    object-fit: cover;
    height: 400px;
  }

  .paragraph {
    font-size: 1rem;
  }

  .text-block-2.centrado.bnf_movil2 {
    font-size: 2rem;
  }

  .background-video {
    overflow: visible;
  }

  .background-video-2 {
    height: 45vh;
  }

  .seccion_galeria {
    padding-top: 0;
  }

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

  .img_gal_2-1.sn-margen {
    object-fit: fill;
    width: 48%;
  }

  .text-block-3.iconos_movil {
    font-size: 4.5rem;
  }

  .col_40, .col_60 {
    width: 100%;
  }

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

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

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

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

  .text-field {
    line-height: 1.1em;
  }

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

  .text_footer_2 {
    text-align: center;
  }

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

  .link-3 {
    font-size: 1.2rem;
  }

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

  .nav-div {
    width: 90%;
  }

  .nav-boton {
    color: var(--blanco);
  }

  .card-container {
    flex-flow: wrap;
    height: auto;
  }

  .card {
    width: 100%;
    max-width: none;
  }

  .card-icon {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    width: 20%;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .card-text {
    width: 70%;
  }

  .card-img {
    object-fit: cover;
    height: 100%;
  }

  .text-block-3-copy {
    width: auto;
    height: auto;
    margin-bottom: auto;
    font-size: 6rem;
  }

  .card-container-2, .card-container-3 {
    flex-flow: wrap;
    height: auto;
  }

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

  .background-video-3 {
    height: 14rem;
  }

  .body {
    overflow: visible;
  }

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

  .main_seccion {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: .75rem;
  }

  li {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .main {
    overflow: visible;
  }

  .centrado {
    font-size: 2rem;
  }

  .centrado.bco.hero {
    font-size: 2.8rem;
  }

  .centrado.bco.hrosub {
    font-size: 1.4rem;
  }

  .centrado.beneficios_movil {
    font-size: 2rem;
  }

  .text-block.bco {
    text-align: left;
    margin-right: 0;
    font-size: 2.3rem;
  }

  .acento {
    font-size: 2.3rem;
  }

  .titulo_seccion {
    margin-bottom: 1rem;
    font-size: 2.3rem;
  }

  .subtitulo_secc {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1em;
  }

  .titulo_seccion-light {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .heading.centrado {
    font-size: 2.5rem;
  }

  .heading-2.centrado {
    font-size: 1rem;
  }

  .paragraph.text-centro {
    text-align: justify;
    font-size: .8rem;
  }

  .text-block-2.centrado, .text-block-2.centrado.bnf_movil2 {
    font-size: 1.5rem;
  }

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

  .background-video-2 {
    height: 34vh;
  }

  .int_seccion_beneficios {
    width: 90%;
  }

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

  .text-block-3.iconos_movil {
    font-size: 3.5rem;
  }

  .div-block {
    width: 90%;
  }

  .text_footer {
    width: 90%;
    padding-bottom: 14px;
  }

  .text_footer_2 {
    width: 90%;
  }

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

  .paragraph-2, .paragraph-2-copy {
    font-size: .9rem;
  }

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

  .text-block-9 {
    font-size: 1.2rem;
  }

  .nav-link {
    display: none;
  }

  .card-paragraph {
    font-size: 1rem;
    line-height: 1em;
  }

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

  .paragraph-3.justificado {
    font-size: 1rem;
  }

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

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

  .background-video-3 {
    height: 16rem;
  }

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

  .body {
    overflow: visible;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .list-item {
    font-size: 1rem;
  }

  .consent-banner_bco {
    width: 70%;
  }

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

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

@media screen and (max-width: 479px) {
  li {
    font-size: .7rem;
  }

  .main {
    overflow: visible;
  }

  .centrado {
    direction: ltr;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8rem;
    display: block;
  }

  .centrado.bco.hero {
    font-size: 2.2rem;
  }

  .centrado.bco.hrosub {
    font-size: .8rem;
  }

  .centrado.beneficios_movil {
    font-size: 1.8rem;
  }

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

  .espaciador {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .titulo_seccion {
    text-align: center;
    font-size: 2rem;
  }

  .subtitulo_secc {
    text-align: center;
    font-size: .9rem;
  }

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

  .heading.centrado {
    font-size: 2.2rem;
  }

  .heading-2.centrado {
    font-size: .8rem;
  }

  .heading-2.centrado.titulo2 {
    font-size: .9rem;
  }

  .image-2 {
    height: 200px;
    font-size: 1rem;
  }

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

  .paragraph, .text-block-2 {
    font-size: .8rem;
  }

  .text-block-2.centrado.bnf_movil2 {
    font-size: 1.3rem;
  }

  .background-video {
    margin-bottom: 0;
    overflow: visible;
  }

  .background-video-2 {
    height: 19vh;
  }

  .int_seccion_beneficios {
    width: 90%;
  }

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

  .text-block-3 {
    font-size: 4rem;
  }

  .div-block {
    width: 90%;
  }

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

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

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

  .col_contacto {
    display: block;
  }

  .form {
    width: auto;
  }

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

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

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

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

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

  .text_footer_2 {
    line-height: 1.2rem;
  }

  .paragraph-2, .paragraph-2-copy {
    font-size: .8rem;
  }

  .link-3 {
    font-size: 1.1rem;
  }

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

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

  .titulo_gal {
    font-size: 1.6rem;
  }

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

  .nav-boton {
    text-align: center;
    margin-left: 10px;
    padding-left: 20px;
    line-height: 1.1em;
  }

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

  .text-block-3-copy {
    font-size: 4rem;
  }

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

  .background-video-3 {
    height: 12rem;
  }

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

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

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


