@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");.modulo-contenedor{margin:0;min-height:200px;padding:0;width:100%}.modulo-contenedor,.modulo-cuerpo{display:flex;flex-direction:column}.modulo-cuerpo{margin:0 auto;max-width:1200px;padding:2rem}.modulo-derecha,.modulo-izquierda{font-family:Inter,sans-serif;padding:1.5rem 0;width:100%}.modulo-izquierda{font-size:clamp(22px,3.5vw,31px);font-weight:900;letter-spacing:-1px}.modulo-derecha{font-size:clamp(16px,3.5vw,20px);font-weight:400}@media screen and (min-width:768px){.modulo-cuerpo{flex-direction:row;gap:2rem;justify-content:space-between}.modulo-derecha{text-align:justify;width:50%}}.modulo-derecha h1,.modulo-derecha h2,.modulo-derecha h3,.modulo-derecha h4,.modulo-derecha h5,.modulo-derecha h6{font-weight:400;line-height:1.3;margin-bottom:.5em;text-align:right}.boton-centrado{padding:1.5rem 0;text-align:center}.btn-bonito{background-color:#ff5515;border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;padding:.75em 2em;text-decoration:none;transition:background-color .3s ease}.btn-bonito:hover{background-color:#e1490f}@media screen and (max-width:767px){.modulo-derecha{margin-top:-20px;text-align:justify}}