@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");:root{--azul:#111222;--naranja:#ff5515}.mod-aporte{background:transparent;color:var(--azul);margin-bottom:-30px;padding-block:60px}.mod-aporte--dark{background:var(--azul);color:#fff}.mod-aporte__container{margin-inline:auto;width:min(80vw,1200px)}.aporte-text{display:grid;margin-inline:auto;max-width:90ch;row-gap:20px;text-align:center}.aporte-text__p{font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;font-size:clamp(16px,2.1vw,19px);letter-spacing:0;line-height:1.6}.mod-aporte--dark .aporte-text__p{color:#fff}.aporte-figure{display:grid;justify-items:center;margin:36px auto 0;row-gap:10px;text-align:center}.aporte-image{display:block;height:auto;max-width:60%;width:100%}.aporte-caption{font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;font-size:.95rem;opacity:.9}.mod-aporte--dark a{color:var(--naranja);text-decoration:underline}.mod-aporte--dark strong{color:#fff}@media (max-width:768px){.mod-aporte{padding-block:40px;padding:40px}.mod-aporte__container{width:100%}.aporte-figure{margin-top:28px}.aporte-image{max-width:90%}}