/* Estilos de las secciones conservadas del sitio publicado.
   Identidad y componentes compartidos: estilos.css. */

/* PORTADA-INICIO */
.portada-inicio-seccion-1 { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; background-image: url(../assets/img/portada-inicio.png); background-size: cover; background-position: center; color: #000; overflow: hidden; padding-left: 16px; padding-right: 16px; }
@media (min-width: 900px) { .portada-inicio-seccion-1 { padding-left: 48px; padding-right: 48px; } }
.portada-inicio-bloque-1 { gap: 48px; --separacion: 48px; width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; align-items: center; justify-content: space-between; }
.portada-inicio-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding-left: 16px; padding-right: 16px; }
@media (min-width: 600px) { .portada-inicio-bloque-2 { padding-left: 32px; padding-right: 32px; } }
@media (min-width: 900px) { .portada-inicio-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); align-items: flex-start; text-align: left; padding-left: 80px; padding-right: 80px; } }
.portada-inicio-detalle-1 { letter-spacing: .25em; color: #fff; font-weight: 600; margin-bottom: 16px; display: block; }
.portada-inicio-titulo-1 { font-family: Montserrat, sans-serif; font-weight: 900; line-height: 1; text-transform: uppercase; font-size: 2.5rem; color: #fff; }
@media (min-width: 600px) { .portada-inicio-titulo-1 { font-size: 3rem; } }
@media (min-width: 900px) { .portada-inicio-titulo-1 { font-size: 4rem; } }
@media (min-width: 1200px) { .portada-inicio-titulo-1 { font-size: 4.5rem; } }
.portada-inicio-bloque-3 { margin-top: 24px; max-width: 800px; }
.portada-inicio-texto-1 { color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 16px; }

/* PORTADA-TECNIFICACION */
.portada-tecnificacion-seccion-1 { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; background-image: url(../assets/img/portada-tecnificacion.png); background-size: cover; background-position: center; color: #000; overflow: hidden; padding-left: 16px; padding-right: 16px; }
@media (min-width: 900px) { .portada-tecnificacion-seccion-1 { padding-left: 48px; padding-right: 48px; } }
.portada-tecnificacion-bloque-1 { gap: 48px; --separacion: 48px; width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; align-items: center; justify-content: space-between; }
.portada-tecnificacion-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .portada-tecnificacion-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); } }
.portada-tecnificacion-detalle-1 { letter-spacing: .25em; color: #fff; font-weight: 600; margin-bottom: 16px; display: block; }
.portada-tecnificacion-titulo-1 { font-family: Montserrat, sans-serif; font-weight: 900; line-height: 1; text-transform: uppercase; font-size: 2.5rem; color: #fff; }
@media (min-width: 600px) { .portada-tecnificacion-titulo-1 { font-size: 3rem; } }
@media (min-width: 900px) { .portada-tecnificacion-titulo-1 { font-size: 3rem; } }
@media (min-width: 1200px) { .portada-tecnificacion-titulo-1 { font-size: 4.5rem; } }
.portada-tecnificacion-texto-1 { margin-top: 24px; max-width: 500px; line-height: 1.7; color: #fff; }

/* PORTADA-ACUEDUCTO */
.portada-acueducto-seccion-1 { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; background-image: url(../assets/img/portada-acueducto.png); background-size: cover; background-position: center; color: #000; overflow: hidden; padding-left: 16px; padding-right: 16px; }
@media (min-width: 900px) { .portada-acueducto-seccion-1 { padding-left: 48px; padding-right: 48px; } }
.portada-acueducto-bloque-1 { gap: 48px; --separacion: 48px; width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; align-items: center; justify-content: space-between; }
.portada-acueducto-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding-left: 16px; padding-right: 16px; }
@media (min-width: 600px) { .portada-acueducto-bloque-2 { padding-left: 32px; padding-right: 32px; } }
@media (min-width: 900px) { .portada-acueducto-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); align-items: flex-start; text-align: left; padding-left: 80px; padding-right: 80px; } }
.portada-acueducto-detalle-1 { letter-spacing: .25em; color: #fff; font-weight: 600; margin-bottom: 16px; display: block; }
.portada-acueducto-titulo-1 { font-family: Montserrat, sans-serif; font-weight: 900; line-height: 1; text-transform: uppercase; font-size: 2.5rem; color: #fff; }
@media (min-width: 600px) { .portada-acueducto-titulo-1 { font-size: 3rem; } }
@media (min-width: 900px) { .portada-acueducto-titulo-1 { font-size: 4rem; } }
@media (min-width: 1200px) { .portada-acueducto-titulo-1 { font-size: 4.5rem; } }
.portada-acueducto-bloque-3 { margin-top: 24px; max-width: 800px; }
.portada-acueducto-texto-1 { color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 16px; }
.portada-acueducto-texto-2 { color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 16px; }
.portada-acueducto-texto-3 { color: rgba(255,255,255,0.9); line-height: 1.7; }

/* USO-RESPONSABLE */
.uso-responsable-seccion-1 { padding-top: 48px; padding-bottom: 48px; background-color: #fff; color: #000; }
@media (min-width: 900px) { .uso-responsable-seccion-1 { padding-top: 80px; padding-bottom: 80px; } }
.uso-responsable-bloque-1 { gap: 48px; --separacion: 48px; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; align-items: center; justify-content: center; }
@media (min-width: 600px) { .uso-responsable-bloque-1 { padding-left: 48px; padding-right: 48px; } }
@media (min-width: 900px) { .uso-responsable-bloque-1 { padding-left: 64px; padding-right: 64px; } }
.uso-responsable-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .uso-responsable-bloque-2 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.uso-responsable-bloque-3 { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0px 6px 20px rgba(0,0,0,0.15); }
.uso-responsable-bloque-4 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .uso-responsable-bloque-4 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.uso-responsable-titulo-1 { font-weight: 800; font-family: Montserrat, sans-serif; line-height: 1.1; color: var(--verde); font-size: 1.8rem; }
@media (min-width: 600px) { .uso-responsable-titulo-1 { font-size: 2.4rem; } }
@media (min-width: 900px) { .uso-responsable-titulo-1 { font-size: 2.8rem; } }
@media (min-width: 1200px) { .uso-responsable-titulo-1 { font-size: 3rem; } }
.uso-responsable-texto-1 { margin-top: 24px; max-width: 500px; color: rgba(0,0,0,0.7); line-height: 1.7; font-size: 1rem; }
@media (min-width: 900px) { .uso-responsable-texto-1 { font-size: 1.125rem; } }

/* BENEFICIOS */
.beneficios-bloque-1 { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; margin-top: 0px; margin-bottom: 48px; }
.beneficios-titulo-1 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--verde); margin-left: auto; margin-right: auto; }
@media (min-width: 900px) { .beneficios-titulo-1 { font-size: 2.2rem; } }
.beneficios-titulo-2 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--verde); }
@media (min-width: 900px) { .beneficios-titulo-2 { font-size: 2.2rem; } }
.beneficios-bloque-2 { gap: 48px; --separacion: 48px; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 48px; padding-left: 24px; padding-right: 24px; }
.beneficios-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .beneficios-bloque-3 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .beneficios-bloque-3 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.beneficios-bloque-4 { border: 1px solid rgba(0, 116, 200, 0.2); height: 100%; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.beneficios-bloque-4:hover { transform: translateY(-5px); }
.beneficios-imagen-1 { width: 52px; height: 50px; margin-bottom: 24px; }
.beneficios-texto-1 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--verde); }
@media (min-width: 900px) { .beneficios-texto-1 { font-size: 1.2rem; } }
.beneficios-detalle-1 { display: block; font-weight: 800; font-size: 1.5rem; color: #000; }
@media (min-width: 900px) { .beneficios-detalle-1 { font-size: 1.8rem; } }
.beneficios-bloque-5 { border-top: 1px solid var(--dorado); width: 100%; margin-top: 8px; margin-bottom: 16px; }
.beneficios-texto-2 { margin-top: 8px; margin-bottom: 12px; font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; padding-top: 8px; }
.beneficios-texto-3 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.beneficios-bloque-6 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .beneficios-bloque-6 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .beneficios-bloque-6 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.beneficios-bloque-7 { border: 1px solid rgba(0, 116, 200, 0.2); height: 100%; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.beneficios-bloque-7:hover { transform: translateY(-5px); }
.beneficios-imagen-2 { width: 52px; height: 50px; margin-bottom: 24px; }
.beneficios-texto-4 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--azul); }
@media (min-width: 900px) { .beneficios-texto-4 { font-size: 1.2rem; } }
.beneficios-detalle-2 { display: block; font-weight: 800; font-size: 1.5rem; color: #000; }
@media (min-width: 900px) { .beneficios-detalle-2 { font-size: 1.8rem; } }
.beneficios-bloque-8 { border-top: 1px solid var(--dorado); width: 100%; margin-top: 8px; margin-bottom: 16px; }
.beneficios-texto-5 { margin-top: 8px; margin-bottom: 12px; font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; padding-top: 8px; }
.beneficios-texto-6 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.beneficios-bloque-9 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .beneficios-bloque-9 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .beneficios-bloque-9 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.beneficios-bloque-10 { border: 1px solid rgba(0, 116, 200, 0.2); height: 100%; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.beneficios-bloque-10:hover { transform: translateY(-5px); }
.beneficios-imagen-3 { width: 52px; height: 50px; margin-bottom: 24px; }
.beneficios-texto-7 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--dorado); }
@media (min-width: 900px) { .beneficios-texto-7 { font-size: 1.2rem; } }
.beneficios-detalle-3 { display: block; font-weight: 800; font-size: 1.5rem; color: #000; }
@media (min-width: 900px) { .beneficios-detalle-3 { font-size: 1.8rem; } }
.beneficios-bloque-11 { border-top: 1px solid var(--dorado); width: 100%; margin-top: 8px; margin-bottom: 16px; }
.beneficios-texto-8 { margin-top: 8px; margin-bottom: 12px; font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; padding-top: 8px; }
.beneficios-texto-9 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.beneficios-bloque-12 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .beneficios-bloque-12 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .beneficios-bloque-12 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.beneficios-bloque-13 { border: 1px solid rgba(0, 116, 200, 0.2); height: 100%; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.beneficios-bloque-13:hover { transform: translateY(-5px); }
.beneficios-imagen-4 { width: 52px; height: 50px; margin-bottom: 24px; }
.beneficios-texto-10 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--verde); }
@media (min-width: 900px) { .beneficios-texto-10 { font-size: 1.2rem; } }
.beneficios-detalle-4 { display: block; font-weight: 800; font-size: 1.5rem; color: #000; }
@media (min-width: 900px) { .beneficios-detalle-4 { font-size: 1.8rem; } }
.beneficios-bloque-14 { border-top: 1px solid var(--dorado); width: 100%; margin-top: 8px; margin-bottom: 16px; }
.beneficios-texto-11 { margin-top: 8px; margin-bottom: 12px; font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; padding-top: 8px; }
.beneficios-texto-12 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.beneficios-bloque-15 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .beneficios-bloque-15 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .beneficios-bloque-15 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.beneficios-bloque-16 { border: 1px solid rgba(0, 116, 200, 0.2); height: 100%; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.beneficios-bloque-16:hover { transform: translateY(-5px); }
.beneficios-imagen-5 { width: 52px; height: 50px; margin-bottom: 24px; }
.beneficios-texto-13 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--azul); }
@media (min-width: 900px) { .beneficios-texto-13 { font-size: 1.2rem; } }
.beneficios-detalle-5 { display: block; font-weight: 800; font-size: 1.5rem; color: #000; }
@media (min-width: 900px) { .beneficios-detalle-5 { font-size: 1.8rem; } }
.beneficios-bloque-17 { border-top: 1px solid var(--dorado); width: 100%; margin-top: 8px; margin-bottom: 16px; }
.beneficios-texto-14 { margin-top: 8px; margin-bottom: 12px; font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; padding-top: 8px; }
.beneficios-texto-15 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.beneficios-bloque-18 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .beneficios-bloque-18 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .beneficios-bloque-18 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.beneficios-bloque-19 { border: 1px solid rgba(0, 116, 200, 0.2); height: 100%; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.beneficios-bloque-19:hover { transform: translateY(-5px); }
.beneficios-imagen-6 { width: 52px; height: 50px; margin-bottom: 24px; }
.beneficios-texto-16 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--dorado); }
@media (min-width: 900px) { .beneficios-texto-16 { font-size: 1.2rem; } }
.beneficios-detalle-6 { display: block; font-weight: 800; font-size: 1.5rem; color: #000; }
@media (min-width: 900px) { .beneficios-detalle-6 { font-size: 1.8rem; } }
.beneficios-bloque-20 { border-top: 1px solid var(--dorado); width: 100%; margin-top: 8px; margin-bottom: 16px; }
.beneficios-texto-17 { margin-top: 8px; margin-bottom: 12px; font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; padding-top: 8px; }
.beneficios-texto-18 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.beneficios-bloque-21 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .beneficios-bloque-21 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .beneficios-bloque-21 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.beneficios-bloque-22 { border: 1px solid rgba(0, 116, 200, 0.2); height: 100%; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.beneficios-bloque-22:hover { transform: translateY(-5px); }
.beneficios-imagen-7 { width: 52px; height: 50px; margin-bottom: 24px; }
.beneficios-texto-19 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--verde); }
@media (min-width: 900px) { .beneficios-texto-19 { font-size: 1.2rem; } }
.beneficios-detalle-7 { display: block; font-weight: 800; font-size: 1.5rem; color: #000; }
@media (min-width: 900px) { .beneficios-detalle-7 { font-size: 1.8rem; } }
.beneficios-bloque-23 { border-top: 1px solid var(--dorado); width: 100%; margin-top: 8px; margin-bottom: 16px; }
.beneficios-texto-20 { margin-top: 8px; margin-bottom: 12px; font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; padding-top: 8px; }
.beneficios-texto-21 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.beneficios-bloque-24 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .beneficios-bloque-24 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .beneficios-bloque-24 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.beneficios-bloque-25 { border: 1px solid rgba(0, 116, 200, 0.2); height: 100%; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.beneficios-bloque-25:hover { transform: translateY(-5px); }
.beneficios-imagen-8 { width: 52px; height: 50px; margin-bottom: 24px; }
.beneficios-texto-22 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--azul); }
@media (min-width: 900px) { .beneficios-texto-22 { font-size: 1.2rem; } }
.beneficios-detalle-8 { display: block; font-weight: 800; font-size: 1.5rem; color: #000; }
@media (min-width: 900px) { .beneficios-detalle-8 { font-size: 1.8rem; } }
.beneficios-bloque-26 { border-top: 1px solid var(--dorado); width: 100%; margin-top: 8px; margin-bottom: 16px; }
.beneficios-texto-23 { margin-top: 8px; margin-bottom: 12px; font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; padding-top: 8px; }
.beneficios-texto-24 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }

/* ANTECEDENTES */
.antecedentes-seccion-1 { background-color: #fff; border-top: 2px solid var(--dorado); color: var(--dorado); padding-top: 32px; padding-bottom: 32px; padding-left: 24px; padding-right: 24px; scroll-margin-top: 80px; margin-top: 80px; }
@media (min-width: 900px) { .antecedentes-seccion-1 { padding-top: 48px; padding-bottom: 48px; padding-left: 80px; padding-right: 80px; } }
.antecedentes-bloque-1 { gap: 32px; --separacion: 32px; align-items: center; }
.antecedentes-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .antecedentes-bloque-2 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.antecedentes-texto-1 { font-family: Montserrat, sans-serif; font-size: 0.8rem; letter-spacing: 0.2em; color: #707070; text-transform: uppercase; margin-bottom: 16px; }
.antecedentes-texto-2 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.8rem; line-height: 1.2; color: var(--verde); }
@media (min-width: 900px) { .antecedentes-texto-2 { font-size: 2.3rem; } }
.antecedentes-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .antecedentes-bloque-3 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.antecedentes-bloque-4 { display: flex; align-items: center; margin-bottom: 24px; }
.antecedentes-texto-3 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 2.5rem; color: var(--azul); min-width: 60px; }
@media (min-width: 900px) { .antecedentes-texto-3 { font-size: 4rem; } }
.antecedentes-texto-4 { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 1rem; color: #000; }
@media (min-width: 900px) { .antecedentes-texto-4 { font-size: 1.3rem; } }
.antecedentes-bloque-5 { display: flex; align-items: center; margin-bottom: 24px; }
.antecedentes-texto-5 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 2.5rem; color: var(--azul); min-width: 60px; }
@media (min-width: 900px) { .antecedentes-texto-5 { font-size: 4rem; } }
.antecedentes-texto-6 { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 1rem; color: #000; }
@media (min-width: 900px) { .antecedentes-texto-6 { font-size: 1.3rem; } }
.antecedentes-bloque-6 { display: flex; align-items: center; margin-bottom: 24px; }
.antecedentes-texto-7 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 2.5rem; color: var(--azul); min-width: 60px; }
@media (min-width: 900px) { .antecedentes-texto-7 { font-size: 4rem; } }
.antecedentes-texto-8 { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 1rem; color: #000; }
@media (min-width: 900px) { .antecedentes-texto-8 { font-size: 1.3rem; } }

/* ORIGEN-AGUA */
.origen-agua-seccion-1 { background-color: #fff; padding-top: 32px; padding-bottom: 32px; padding-left: 24px; padding-right: 24px; border-top: 2px solid var(--dorado); }
@media (min-width: 900px) { .origen-agua-seccion-1 { padding-top: 48px; padding-bottom: 48px; padding-left: 80px; padding-right: 80px; } }
.origen-agua-bloque-1 { gap: 48px; --separacion: 48px; align-items: center; justify-content: center; }
.origen-agua-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .origen-agua-bloque-2 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.origen-agua-bloque-3 { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0px 6px 20px rgba(0,0,0,0.15); width: 100%; height: 0px; padding-top: 177.78%; }
.origen-agua-iframe-1 { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border-radius: 8px; }
.origen-agua-bloque-4 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .origen-agua-bloque-4 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.origen-agua-texto-1 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.6rem; color: var(--verde); line-height: 1.2; margin-bottom: 16px; }
@media (min-width: 900px) { .origen-agua-texto-1 { font-size: 2.4rem; } }
.origen-agua-texto-2 { font-weight: 400; font-size: 1rem; color: var(--dorado); max-width: 500px; margin-top: 16px; }
@media (min-width: 900px) { .origen-agua-texto-2 { font-size: 1.1rem; } }
.origen-agua-texto-3 { font-weight: 400; font-size: 1rem; color: #2F2F2F; max-width: 500px; margin-top: 16px; }
@media (min-width: 900px) { .origen-agua-texto-3 { font-size: 1.1rem; } }

/* TECNIFICACION */
.tecnificacion-bloque-1 { padding-top: 48px; padding-bottom: 48px; padding-left: 24px; padding-right: 24px; margin-left: auto; margin-right: auto; overflow: hidden; position: relative; max-width: 1200px; }
@media (min-width: 900px) { .tecnificacion-bloque-1 { padding-top: 80px; padding-bottom: 80px; padding-left: 64px; padding-right: 64px; } }
.tecnificacion-bloque-2 { gap: 32px; --separacion: 32px; align-items: center; }
.tecnificacion-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .tecnificacion-bloque-3 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.tecnificacion-detalle-1 { color: #707070; letter-spacing: .2em; font-weight: 600; }
.tecnificacion-titulo-1 { font-weight: 900; margin-top: 8px; color: var(--verde); }
.tecnificacion-texto-1 { margin-top: 16px; color: rgba(0, 0, 0, 0.8); line-height: 1.8; font-weight: 900; max-width: 100%; }
.tecnificacion-bloque-4 { width: calc(100% - var(--separacion, 0px) * 0); text-align: center; }
@media (min-width: 900px) { .tecnificacion-bloque-4 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.tecnificacion-imagen-1 { width: 100%; max-width: 480px; border-radius: 8px; }
.tecnificacion-bloque-5 { gap: 16px; --separacion: 16px; }
.tecnificacion-bloque-6 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .tecnificacion-bloque-6 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .tecnificacion-bloque-6 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.tecnificacion-bloque-7 { border: 1px solid #000; border-radius: 8px; height: 100%; box-shadow: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.tecnificacion-bloque-7:hover { background-color: #ccc; transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.tecnificacion-texto-2 { color: #000; font-weight: 500; text-transform: none; margin-bottom: 8px; }
.tecnificacion-titulo-2 { font-weight: 900; color: var(--verde); line-height: 1.3; margin-bottom: 4px; }
.tecnificacion-texto-3 { color: rgba(0,0,0,0.7); line-height: 1.5; }
.tecnificacion-bloque-8 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .tecnificacion-bloque-8 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .tecnificacion-bloque-8 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.tecnificacion-bloque-9 { border: 1px solid #000; border-radius: 8px; height: 100%; box-shadow: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.tecnificacion-bloque-9:hover { background-color: #ccc; transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.tecnificacion-texto-4 { color: #000; font-weight: 500; text-transform: none; margin-bottom: 8px; }
.tecnificacion-titulo-3 { font-weight: 900; color: var(--azul); line-height: 1.3; margin-bottom: 4px; }
.tecnificacion-bloque-10 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .tecnificacion-bloque-10 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .tecnificacion-bloque-10 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.tecnificacion-bloque-11 { border: 1px solid #000; border-radius: 8px; height: 100%; box-shadow: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.tecnificacion-bloque-11:hover { background-color: #ccc; transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.tecnificacion-texto-5 { color: #000; font-weight: 500; text-transform: none; margin-bottom: 8px; }
.tecnificacion-titulo-4 { font-weight: 900; color: var(--dorado); line-height: 1.3; margin-bottom: 4px; }
.tecnificacion-bloque-12 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .tecnificacion-bloque-12 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .tecnificacion-bloque-12 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.tecnificacion-bloque-13 { border: 1px solid #000; border-radius: 8px; height: 100%; box-shadow: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.tecnificacion-bloque-13:hover { background-color: #ccc; transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.tecnificacion-texto-6 { color: #000; font-weight: 500; text-transform: none; margin-bottom: 8px; }
.tecnificacion-titulo-5 { font-weight: 900; color: var(--verde); line-height: 1.3; margin-bottom: 4px; }
.tecnificacion-texto-7 { color: rgba(0,0,0,0.7); line-height: 1.5; }
.tecnificacion-bloque-14 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .tecnificacion-bloque-14 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .tecnificacion-bloque-14 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.tecnificacion-bloque-15 { border: 1px solid #000; border-radius: 8px; height: 100%; box-shadow: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.tecnificacion-bloque-15:hover { background-color: #ccc; transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.tecnificacion-texto-8 { color: #000; font-weight: 500; text-transform: none; margin-bottom: 8px; }
.tecnificacion-titulo-6 { font-weight: 900; color: var(--azul); line-height: 1.3; margin-bottom: 4px; }
.tecnificacion-texto-9 { color: rgba(0,0,0,0.7); line-height: 1.5; }
.tecnificacion-bloque-16 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .tecnificacion-bloque-16 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .tecnificacion-bloque-16 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.tecnificacion-bloque-17 { border: 1px solid #000; border-radius: 8px; height: 100%; box-shadow: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.tecnificacion-bloque-17:hover { background-color: #ccc; transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.tecnificacion-texto-10 { color: #000; font-weight: 500; text-transform: none; margin-bottom: 8px; }
.tecnificacion-titulo-7 { font-weight: 900; color: var(--dorado); line-height: 1.3; margin-bottom: 4px; }
.tecnificacion-bloque-18 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .tecnificacion-bloque-18 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .tecnificacion-bloque-18 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.tecnificacion-bloque-19 { background-color: var(--verde); border-radius: 8px; border: 1px solid #B8DBFF; color: #fff; box-shadow: none; transition: all 0.3s ease; }
.tecnificacion-bloque-19:hover { background-color: var(--dorado); transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.tecnificacion-titulo-8 { font-weight: 900; margin-top: 8px; color: #fff; }
.tecnificacion-texto-11 { font-weight: 700; color: #fff; }
.tecnificacion-detalle-2 { display: block; margin-top: 8px; color: rgba(255, 255, 255, 1); }
.tecnificacion-bloque-20 { margin-top: 80px; padding-left: 24px; padding-right: 24px; padding-top: 48px; padding-bottom: 48px; background-color: #fff; position: relative; }
@media (min-width: 900px) { .tecnificacion-bloque-20 { padding-left: 80px; padding-right: 80px; padding-top: 64px; padding-bottom: 64px; } }
.tecnificacion-bloque-21 { gap: 32px; --separacion: 32px; max-width: 1200px; margin-left: auto; margin-right: auto; align-items: center; justify-content: center; }
.tecnificacion-bloque-22 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .tecnificacion-bloque-22 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.tecnificacion-texto-12 { color: var(--dorado); }
.tecnificacion-titulo-9 { font-weight: 800; color: var(--verde); line-height: 1.3; margin-bottom: 24px; }
.tecnificacion-texto-13 { margin-bottom: 32px; }
@media (min-width: 900px) { .tecnificacion-texto-13 { margin-bottom: 48px; } }
.tecnificacion-texto-14 { margin-bottom: 32px; }
@media (min-width: 900px) { .tecnificacion-texto-14 { margin-bottom: 48px; } }
.tecnificacion-bloque-23 { gap: 32px; --separacion: 32px; }
.tecnificacion-bloque-24 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .tecnificacion-bloque-24 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.tecnificacion-imagen-2 { width: 100px; height: 60px; margin-bottom: 8px; }
.tecnificacion-titulo-10 { color: #000; font-weight: 700; }
.tecnificacion-bloque-25 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .tecnificacion-bloque-25 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.tecnificacion-imagen-3 { width: 100px; height: 60px; margin-bottom: 8px; }
.tecnificacion-titulo-11 { color: #000; font-weight: 700; }
.tecnificacion-bloque-26 { width: calc(100% - var(--separacion, 0px) * 0); text-align: center; }
@media (min-width: 900px) { .tecnificacion-bloque-26 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.tecnificacion-imagen-4 { width: 90%; max-width: 520px; user-select: none; }
@media (min-width: 900px) { .tecnificacion-imagen-4 { width: 480px; } }

/* SISTEMA-GOTEO */
.sistema-goteo-seccion-1 { background-color: #fff; padding-top: 32px; padding-bottom: 80px; }
@media (min-width: 900px) { .sistema-goteo-seccion-1 { padding-top: 48px; padding-bottom: 112px; } }
.sistema-goteo-texto-1 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--verde); margin-bottom: 8px; }
@media (min-width: 900px) { .sistema-goteo-texto-1 { font-size: 1.8rem; } }
.sistema-goteo-bloque-1 { gap: 0px; --separacion: 0px; }
.sistema-goteo-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .sistema-goteo-bloque-2 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-imagen-1 { width: 100%; height: 240px; object-fit: cover; }
@media (min-width: 900px) { .sistema-goteo-imagen-1 { height: 320px; } }
.sistema-goteo-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .sistema-goteo-bloque-3 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-imagen-2 { width: 100%; height: 240px; object-fit: cover; }
@media (min-width: 900px) { .sistema-goteo-imagen-2 { height: 320px; } }
.sistema-goteo-bloque-4 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .sistema-goteo-bloque-4 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-imagen-3 { width: 100%; height: 240px; object-fit: cover; }
@media (min-width: 900px) { .sistema-goteo-imagen-3 { height: 320px; } }
.sistema-goteo-bloque-5 { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; margin-top: 64px; margin-bottom: 48px; }
.sistema-goteo-titulo-1 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--verde); margin-bottom: 8px; }
@media (min-width: 900px) { .sistema-goteo-titulo-1 { font-size: 2.2rem; } }
.sistema-goteo-bloque-6 { gap: 48px; --separacion: 48px; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.sistema-goteo-bloque-7 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .sistema-goteo-bloque-7 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .sistema-goteo-bloque-7 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-bloque-8 { border: 1px solid rgba(0, 116, 200, 0.2); padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.sistema-goteo-bloque-8:hover { transform: translateY(-5px); }
.sistema-goteo-imagen-4 { width: 60px; height: 50px; margin-bottom: 24px; }
.sistema-goteo-texto-2 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; font-size: 1.1rem; }
.sistema-goteo-texto-3 { font-family: Montserrat, sans-serif; font-weight: 900; font-size: 1.5rem; color: #000; margin-bottom: 8px; }
@media (min-width: 900px) { .sistema-goteo-texto-3 { font-size: 1.8rem; } }
.sistema-goteo-texto-4 { font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; border-top: 1px solid rgba(0, 116, 200, 0.2); padding-top: 8px; margin-bottom: 12px; }
.sistema-goteo-texto-5 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.sistema-goteo-bloque-9 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .sistema-goteo-bloque-9 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .sistema-goteo-bloque-9 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-bloque-10 { border: 1px solid rgba(0, 116, 200, 0.2); padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.sistema-goteo-bloque-10:hover { transform: translateY(-5px); }
.sistema-goteo-imagen-5 { width: 60px; height: 50px; margin-bottom: 24px; }
.sistema-goteo-texto-6 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; font-size: 1.1rem; }
.sistema-goteo-texto-7 { font-family: Montserrat, sans-serif; font-weight: 900; font-size: 1.5rem; color: #000; margin-bottom: 8px; }
@media (min-width: 900px) { .sistema-goteo-texto-7 { font-size: 1.8rem; } }
.sistema-goteo-texto-8 { font-family: Montserrat, sans-serif; font-size: 0.95rem; color: #000; font-weight: 600; border-top: 1px solid rgba(0, 116, 200, 0.2); padding-top: 8px; margin-bottom: 12px; }
.sistema-goteo-texto-9 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.sistema-goteo-bloque-11 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .sistema-goteo-bloque-11 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .sistema-goteo-bloque-11 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-bloque-12 { border: 1px solid rgba(0, 116, 200, 0.2); padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.sistema-goteo-bloque-12:hover { transform: translateY(-5px); }
.sistema-goteo-imagen-6 { width: 60px; height: 50px; margin-bottom: 24px; }
.sistema-goteo-texto-10 { font-family: Montserrat, sans-serif; font-weight: 900; font-size: 1.5rem; color: #000; margin-bottom: 16px; }
@media (min-width: 900px) { .sistema-goteo-texto-10 { font-size: 1.8rem; } }
.sistema-goteo-texto-11 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.sistema-goteo-bloque-13 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .sistema-goteo-bloque-13 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .sistema-goteo-bloque-13 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-bloque-14 { border: 1px solid rgba(0, 116, 200, 0.2); padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.sistema-goteo-bloque-14:hover { transform: translateY(-5px); }
.sistema-goteo-imagen-7 { width: 60px; height: 50px; margin-bottom: 24px; }
.sistema-goteo-texto-12 { font-family: Montserrat, sans-serif; font-weight: 900; font-size: 1.5rem; color: #000; margin-bottom: 16px; }
@media (min-width: 900px) { .sistema-goteo-texto-12 { font-size: 1.8rem; } }
.sistema-goteo-texto-13 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.sistema-goteo-bloque-15 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .sistema-goteo-bloque-15 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .sistema-goteo-bloque-15 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-bloque-16 { border: 1px solid rgba(0, 116, 200, 0.2); padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.sistema-goteo-bloque-16:hover { transform: translateY(-5px); }
.sistema-goteo-imagen-8 { width: 60px; height: 50px; margin-bottom: 24px; }
.sistema-goteo-texto-14 { font-family: Montserrat, sans-serif; font-weight: 900; font-size: 1.5rem; color: #000; margin-bottom: 16px; }
@media (min-width: 900px) { .sistema-goteo-texto-14 { font-size: 1.8rem; } }
.sistema-goteo-texto-15 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.sistema-goteo-bloque-17 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 600px) { .sistema-goteo-bloque-17 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
@media (min-width: 900px) { .sistema-goteo-bloque-17 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-bloque-18 { border: 1px solid rgba(0, 116, 200, 0.2); padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; background-color: #fff; transition: transform 0.3s ease; }
.sistema-goteo-bloque-18:hover { transform: translateY(-5px); }
.sistema-goteo-imagen-9 { width: 60px; height: 50px; margin-bottom: 24px; }
.sistema-goteo-texto-16 { font-family: Montserrat, sans-serif; font-weight: 900; font-size: 1.5rem; color: #000; margin-bottom: 16px; }
@media (min-width: 900px) { .sistema-goteo-texto-16 { font-size: 1.8rem; } }
.sistema-goteo-texto-17 { font-family: Montserrat, sans-serif; color: rgba(0,0,0,0.75); line-height: 1.6; font-size: 0.9rem; }
.sistema-goteo-bloque-19 { gap: 0px; --separacion: 0px; margin-top: 80px; }
.sistema-goteo-bloque-20 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .sistema-goteo-bloque-20 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-imagen-10 { width: 100%; height: 240px; object-fit: cover; }
@media (min-width: 900px) { .sistema-goteo-imagen-10 { height: 320px; } }
.sistema-goteo-bloque-21 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .sistema-goteo-bloque-21 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-imagen-11 { width: 100%; height: 240px; object-fit: cover; }
@media (min-width: 900px) { .sistema-goteo-imagen-11 { height: 320px; } }
.sistema-goteo-bloque-22 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .sistema-goteo-bloque-22 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.sistema-goteo-imagen-12 { width: 100%; height: 240px; object-fit: cover; }
@media (min-width: 900px) { .sistema-goteo-imagen-12 { height: 320px; } }

/* ACUEDUCTO */
.acueducto-seccion-1 { padding-top: 64px; padding-bottom: 64px; padding-left: 24px; padding-right: 24px; max-width: 1200px; margin-left: auto; margin-right: auto; }
@media (min-width: 900px) { .acueducto-seccion-1 { padding-top: 80px; padding-bottom: 80px; padding-left: 48px; padding-right: 48px; } }
.acueducto-bloque-1 { gap: 32px; --separacion: 32px; align-items: center; }
.acueducto-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acueducto-bloque-2 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.acueducto-detalle-1 { color: #707070; letter-spacing: .2em; font-weight: 600; }
.acueducto-titulo-1 { font-weight: 900; margin-top: 8px; color: var(--verde); line-height: 1.1; }
.acueducto-texto-1 { margin-top: 16px; color: #000; }
.acueducto-texto-2 { margin-top: 16px; color: #000; }
.acueducto-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); text-align: center; }
@media (min-width: 900px) { .acueducto-bloque-3 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.acueducto-bloque-4 { position: relative; display: inline-block; }
.acueducto-imagen-1 { position: relative; width: 100%; max-width: 480px; z-index: 2; border-radius: 12px; }
.acueducto-bloque-5 { gap: 16px; --separacion: 16px; margin-top: 64px; border-top: 1px solid rgba(0,0,0,0.1); }
.acueducto-bloque-6 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acueducto-bloque-6 { width: calc(25% - var(--separacion, 0px) * 0.75); } }
.acueducto-bloque-7 { background: transparent; border: 1px solid rgba(0,0,0,0.1); color: #000; height: 100%; text-align: left; transition: all 0.3s ease; }
.acueducto-bloque-7:hover { background-color: var(--verde); color: #fff; transform: translateY(-4px); }
.acueducto-texto-3 { text-align: left; }
.acueducto-titulo-2 { font-weight: 900; }
.acueducto-bloque-8 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acueducto-bloque-8 { width: calc(25% - var(--separacion, 0px) * 0.75); } }
.acueducto-bloque-9 { background: transparent; border: 1px solid rgba(0,0,0,0.1); color: #000; height: 100%; text-align: left; transition: all 0.3s ease; }
.acueducto-bloque-9:hover { background-color: var(--verde); color: #fff; transform: translateY(-4px); }
.acueducto-texto-4 { text-align: left; }
.acueducto-titulo-3 { font-weight: 900; }
.acueducto-bloque-10 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acueducto-bloque-10 { width: calc(25% - var(--separacion, 0px) * 0.75); } }
.acueducto-bloque-11 { background: transparent; border: 1px solid rgba(0,0,0,0.1); color: #000; height: 100%; text-align: left; transition: all 0.3s ease; }
.acueducto-bloque-11:hover { background-color: var(--verde); color: #fff; transform: translateY(-4px); }
.acueducto-texto-5 { text-align: left; }
.acueducto-titulo-4 { font-weight: 900; }
.acueducto-bloque-12 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acueducto-bloque-12 { width: calc(25% - var(--separacion, 0px) * 0.75); } }
.acueducto-bloque-13 { background: transparent; border: 1px solid rgba(0,0,0,0.1); color: #000; height: 100%; text-align: left; transition: all 0.3s ease; }
.acueducto-bloque-13:hover { background-color: var(--verde); color: #fff; transform: translateY(-4px); }
.acueducto-texto-6 { text-align: left; }
.acueducto-titulo-5 { font-weight: 900; }
.acueducto-bloque-14 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acueducto-bloque-14 { width: calc(25% - var(--separacion, 0px) * 0.75); } }
.acueducto-bloque-15 { background: transparent; border: 1px solid rgba(0,0,0,0.1); color: #000; height: 100%; text-align: left; transition: all 0.3s ease; }
.acueducto-bloque-15:hover { background-color: var(--verde); color: #fff; transform: translateY(-4px); }
.acueducto-texto-7 { text-align: left; }
.acueducto-titulo-6 { font-weight: 900; }
.acueducto-bloque-16 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acueducto-bloque-16 { width: calc(25% - var(--separacion, 0px) * 0.75); } }
.acueducto-bloque-17 { background: transparent; border: 1px solid rgba(0,0,0,0.1); color: #000; height: 100%; text-align: left; transition: all 0.3s ease; }
.acueducto-bloque-17:hover { background-color: var(--verde); color: #fff; transform: translateY(-4px); }
.acueducto-texto-8 { text-align: left; }
.acueducto-titulo-7 { font-weight: 900; }
.acueducto-imagen-2 { width: 100px; margin-top: 16px; }
.acueducto-bloque-18 { width: calc(100% - var(--separacion, 0px) * 0); display: flex; justify-content: center; margin-left: auto; margin-right: auto; margin-top: 32px; }
@media (min-width: 900px) { .acueducto-bloque-18 { width: 100%; max-width: 800px; } }
.acueducto-bloque-19 { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0px 6px 20px rgba(0,0,0,0.15); width: 100%; max-width: 800px; }
.acueducto-titulo-8 { font-weight: 900; margin-top: 8px; margin-bottom: 16px; color: var(--verde); line-height: 1.1; }
.acueducto-bloque-20 { position: relative; padding-top: 56.25%; }
.acueducto-iframe-1 { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border-radius: 8px; }

/* TRAYECTORIA */
.trayectoria-seccion-1 { background-color: #fff; color: #0A4E8A; padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px; }
@media (min-width: 900px) { .trayectoria-seccion-1 { padding-top: 48px; padding-bottom: 48px; padding-left: 64px; padding-right: 64px; } }
.trayectoria-bloque-1 { gap: 32px; --separacion: 32px; max-width: 1200px; margin-left: auto; margin-right: auto; align-items: center; justify-content: center; }
.trayectoria-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .trayectoria-bloque-2 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.trayectoria-detalle-1 { letter-spacing: .25em; color: #707070; font-weight: 600; display: block; margin-bottom: 16px; }
.trayectoria-titulo-1 { font-weight: 900; color: var(--verde); font-size: 1.8rem; line-height: 1.2; }
@media (min-width: 600px) { .trayectoria-titulo-1 { font-size: 2.5rem; } }
@media (min-width: 900px) { .trayectoria-titulo-1 { font-size: 3rem; } }
.trayectoria-bloque-3 { gap: 32px; --separacion: 32px; margin-left: auto; margin-right: auto; }
.trayectoria-bloque-4 { width: calc(50% - var(--separacion, 0px) * 0.5); }
@media (min-width: 900px) { .trayectoria-bloque-4 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.trayectoria-ul-1 { color: #000; }
.trayectoria-bloque-5 { width: calc(50% - var(--separacion, 0px) * 0.5); }
@media (min-width: 900px) { .trayectoria-bloque-5 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.trayectoria-ul-2 { color: #000; }
.trayectoria-bloque-6 { width: calc(100% - var(--separacion, 0px) * 0); color: #000; }
@media (min-width: 900px) { .trayectoria-bloque-6 { width: calc(100% - var(--separacion, 0px) * 0); } }
.trayectoria-bloque-7 { width: calc(100% - var(--separacion, 0px) * 0); text-align: center; }
@media (min-width: 900px) { .trayectoria-bloque-7 { width: calc(50% - var(--separacion, 0px) * 0.5); } }
.trayectoria-imagen-1 { width: 100%; max-width: 500px; border-radius: 8px; }

/* ACCIONES */
.acciones-seccion-1 { padding-top: 64px; padding-bottom: 64px; background-image: url(../assets/img/fondo-acciones.png); background-size: 100% 45%; background-repeat: no-repeat; background-position: top center; color: white; text-align: center; }
@media (min-width: 900px) { .acciones-seccion-1 { padding-top: 96px; padding-bottom: 96px; } }
.acciones-bloque-1 { max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
@media (min-width: 600px) { .acciones-bloque-1 { padding-left: 48px; padding-right: 48px; } }
.acciones-detalle-1 { letter-spacing: .15em; color: #fff; font-weight: 500; margin-bottom: 16px; display: block; }
.acciones-titulo-1 { font-weight: 800; font-family: Montserrat, sans-serif; color: #fff; line-height: 1.1; font-size: 1.8rem; margin-bottom: 48px; }
@media (min-width: 600px) { .acciones-titulo-1 { font-size: 2.2rem; } }
@media (min-width: 900px) { .acciones-titulo-1 { font-size: 2.8rem; } }
@media (min-width: 1200px) { .acciones-titulo-1 { font-size: 3rem; } }
.acciones-bloque-2 { gap: 24px; --separacion: 24px; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 16px; padding-right: 16px; justify-content: center; }
@media (min-width: 600px) { .acciones-bloque-2 { padding-left: 48px; padding-right: 48px; } }
.acciones-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acciones-bloque-3 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.acciones-bloque-4 { height: 100%; text-align: center; border-radius: 12px; backdrop-filter: blur(10px); background-color: rgba(255,255,255,0.9); transition: transform 0.3s, box-shadow 0.3s; }
.acciones-bloque-4:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.acciones-bloque-5 { padding: 32px; }
@media (min-width: 600px) { .acciones-bloque-5 { padding: 40px; } }
.acciones-imagen-1 { width: 80px; height: 80px; margin-bottom: 24px; margin-left: auto; margin-right: auto; display: block; }
.acciones-titulo-2 { color: var(--dorado); font-weight: 700; margin-bottom: 16px; font-family: Montserrat, sans-serif; }
.acciones-texto-1 { color: rgba(0,0,0,0.7); margin-bottom: 24px; line-height: 1.6; }
.acciones-bloque-6 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acciones-bloque-6 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.acciones-bloque-7 { height: 100%; text-align: center; border-radius: 12px; backdrop-filter: blur(10px); background-color: rgba(255,255,255,0.9); transition: transform 0.3s, box-shadow 0.3s; }
.acciones-bloque-7:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.acciones-bloque-8 { padding: 32px; }
@media (min-width: 600px) { .acciones-bloque-8 { padding: 40px; } }
.acciones-imagen-2 { width: 80px; height: 80px; margin-bottom: 24px; margin-left: auto; margin-right: auto; display: block; }
.acciones-titulo-3 { color: var(--dorado); font-weight: 700; margin-bottom: 16px; font-family: Montserrat, sans-serif; }
.acciones-texto-2 { color: rgba(0,0,0,0.7); margin-bottom: 24px; line-height: 1.6; }
.acciones-bloque-9 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .acciones-bloque-9 { width: calc(33.3333% - var(--separacion, 0px) * 0.666667); } }
.acciones-bloque-10 { height: 100%; text-align: center; border-radius: 12px; backdrop-filter: blur(10px); background-color: rgba(255,255,255,0.9); transition: transform 0.3s, box-shadow 0.3s; }
.acciones-bloque-10:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.acciones-bloque-11 { padding: 32px; }
@media (min-width: 600px) { .acciones-bloque-11 { padding: 40px; } }
.acciones-imagen-3 { width: 80px; height: 80px; margin-bottom: 24px; margin-left: auto; margin-right: auto; display: block; }
.acciones-titulo-4 { color: var(--dorado); font-weight: 700; margin-bottom: 16px; font-family: Montserrat, sans-serif; }
.acciones-texto-3 { color: rgba(0,0,0,0.7); margin-bottom: 24px; line-height: 1.6; }

/* PREGUNTAS-INICIO */
.preguntas-inicio-seccion-1 { background-color: #fff; color: #000; padding-top: 64px; padding-bottom: 64px; padding-left: 24px; padding-right: 24px; border-top: 2px solid var(--dorado); }
@media (min-width: 900px) { .preguntas-inicio-seccion-1 { padding-top: 80px; padding-bottom: 80px; padding-left: 64px; padding-right: 64px; } }
.preguntas-inicio-bloque-1 { gap: 48px; --separacion: 48px; max-width: 1200px; margin-left: auto; margin-right: auto; align-items: center; justify-content: center; }
.preguntas-inicio-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .preguntas-inicio-bloque-2 { width: calc(41.6667% - var(--separacion, 0px) * 0.583333); } }
.preguntas-inicio-detalle-1 { letter-spacing: .15em; color: var(--dorado); margin-bottom: 8px; display: block; }
.preguntas-inicio-titulo-1 { font-family: Montserrat, sans-serif; font-weight: 800; line-height: 1.1; font-size: 2rem; color: var(--verde); margin-bottom: 24px; }
@media (min-width: 900px) { .preguntas-inicio-titulo-1 { font-size: 2.6rem; } }
.preguntas-inicio-imagen-1 { width: 80px; opacity: 0.8; margin-bottom: 24px; }
@media (min-width: 900px) { .preguntas-inicio-imagen-1 { width: 150px; } }
.preguntas-inicio-enlace-1 { color: var(--dorado); font-weight: 500; }
.preguntas-inicio-enlace-1:hover { color: #000000ff; }
.preguntas-inicio-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .preguntas-inicio-bloque-3 { width: calc(58.3333% - var(--separacion, 0px) * 0.416667); } }
.preguntas-inicio-texto-1 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-2 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-3 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-4 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-5 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-6 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-7 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-8 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-9 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-10 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-11 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-12 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-13 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-14 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-15 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-16 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-17 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-18 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-19 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-20 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-21 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-22 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-23 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-24 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-25 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-26 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-27 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-28 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-29 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-30 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-31 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-32 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-33 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-34 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-35 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-36 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-37 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-38 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-39 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-40 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-inicio-texto-41 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-inicio-texto-42 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }

/* PREGUNTAS-TECNIFICACION */
.preguntas-tecnificacion-seccion-1 { background-color: #fff; color: #000; padding-top: 64px; padding-bottom: 64px; padding-left: 24px; padding-right: 24px; border-top: 2px solid var(--dorado); }
@media (min-width: 900px) { .preguntas-tecnificacion-seccion-1 { padding-top: 80px; padding-bottom: 80px; padding-left: 64px; padding-right: 64px; } }
.preguntas-tecnificacion-bloque-1 { gap: 48px; --separacion: 48px; max-width: 1200px; margin-left: auto; margin-right: auto; align-items: center; justify-content: center; }
.preguntas-tecnificacion-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .preguntas-tecnificacion-bloque-2 { width: calc(41.6667% - var(--separacion, 0px) * 0.583333); } }
.preguntas-tecnificacion-detalle-1 { letter-spacing: .15em; color: var(--dorado); margin-bottom: 8px; display: block; }
.preguntas-tecnificacion-titulo-1 { font-family: Montserrat, sans-serif; font-weight: 800; line-height: 1.1; font-size: 2rem; color: #000; margin-bottom: 24px; }
@media (min-width: 900px) { .preguntas-tecnificacion-titulo-1 { font-size: 2.6rem; } }
.preguntas-tecnificacion-imagen-1 { width: 80px; opacity: 0.8; margin-bottom: 24px; }
@media (min-width: 900px) { .preguntas-tecnificacion-imagen-1 { width: 150px; } }
.preguntas-tecnificacion-enlace-1 { color: var(--dorado); font-weight: 500; }
.preguntas-tecnificacion-enlace-1:hover { color: #000000ff; }
.preguntas-tecnificacion-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .preguntas-tecnificacion-bloque-3 { width: calc(58.3333% - var(--separacion, 0px) * 0.416667); } }
.preguntas-tecnificacion-texto-1 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-tecnificacion-texto-2 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-tecnificacion-texto-3 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-tecnificacion-texto-4 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-tecnificacion-texto-5 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-tecnificacion-texto-6 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-tecnificacion-texto-7 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-tecnificacion-texto-8 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-tecnificacion-texto-9 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-tecnificacion-texto-10 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-tecnificacion-texto-11 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-tecnificacion-texto-12 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }

/* PREGUNTAS-ACUEDUCTO */
.preguntas-acueducto-seccion-1 { background-color: #fff; color: #000; padding-top: 64px; padding-bottom: 64px; padding-left: 24px; padding-right: 24px; border-top: 2px solid var(--dorado); }
@media (min-width: 900px) { .preguntas-acueducto-seccion-1 { padding-top: 80px; padding-bottom: 80px; padding-left: 64px; padding-right: 64px; } }
.preguntas-acueducto-bloque-1 { gap: 48px; --separacion: 48px; max-width: 1200px; margin-left: auto; margin-right: auto; align-items: center; justify-content: center; }
.preguntas-acueducto-bloque-2 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .preguntas-acueducto-bloque-2 { width: calc(41.6667% - var(--separacion, 0px) * 0.583333); } }
.preguntas-acueducto-detalle-1 { letter-spacing: .15em; color: var(--dorado); margin-bottom: 8px; display: block; }
.preguntas-acueducto-titulo-1 { font-family: Montserrat, sans-serif; font-weight: 800; line-height: 1.1; font-size: 2rem; color: #000; margin-bottom: 24px; }
@media (min-width: 900px) { .preguntas-acueducto-titulo-1 { font-size: 2.6rem; } }
.preguntas-acueducto-imagen-1 { width: 80px; opacity: 0.8; margin-bottom: 24px; }
@media (min-width: 900px) { .preguntas-acueducto-imagen-1 { width: 150px; } }
.preguntas-acueducto-enlace-1 { color: var(--dorado); font-weight: 500; }
.preguntas-acueducto-enlace-1:hover { color: #000000ff; }
.preguntas-acueducto-bloque-3 { width: calc(100% - var(--separacion, 0px) * 0); }
@media (min-width: 900px) { .preguntas-acueducto-bloque-3 { width: calc(58.3333% - var(--separacion, 0px) * 0.416667); } }
.preguntas-acueducto-texto-1 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-2 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-3 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-4 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-5 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-6 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-7 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-8 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-9 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-10 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-11 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-12 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-13 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-14 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-15 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-16 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-17 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-18 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-19 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-20 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-21 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-22 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
.preguntas-acueducto-texto-23 { font-family: Montserrat, sans-serif; font-weight: 700; color: #000; }
.preguntas-acueducto-texto-24 { color: rgba(0, 0, 0, 0.8); line-height: 1.6; }
