@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");body{font-family:Inter,sans-serif}.section-formulario{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1100px;padding:40px 20px}.contenido,.formulario{flex:1 1 45%}.contenido{padding:30px}.contenido h2{color:#ff5515;font-family:Degular Display Black,sans-serif;font-size:2.5em;line-height:1.2;margin-bottom:1em;text-transform:uppercase}.contenido p{font-family:Inter,sans-serif;font-size:1em;margin-bottom:1.5em}.imagen-apoyo{border-radius:8px;height:auto;margin-left:5px;max-width:95%}@media (max-width:768px){.section-formulario{flex-direction:column}.contenido,.formulario{flex:1 1 100%}.contenido h2{font-size:1.8em}}