:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--verde: #80c342;--morado: #8c52ff;--gris-claro: #f5f5f5;--texto: #333;--fondo: #fff;--borde: #ddd;--exito: #d4edda;--exito-texto: #155724}html,body,#root{margin:0;padding:0;width:100%;font-family:Segoe UI,sans-serif;background-color:var(--fondo);color:var(--texto)}.landing{line-height:1.6;width:100%}.header{background-color:"gray";padding:1rem 2rem;display:flex;justify-content:center}.logo{height:80px}.hero{text-align:center;padding:1rem 0rem;background:linear-gradient(to right,var(--verde),var(--morado));color:#fff}.hero h1{font-size:2.5rem;margin-bottom:10px}.hero p{font-size:1.2rem}.section{padding:3rem 2rem;max-width:1100px;margin:auto;background-color:#d6d6d6}.section h2{color:var(--morado);font-size:1.8rem;margin-bottom:1.5rem}.section.gray{background-color:var(--gris-claro)}.grid-soluciones{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.solucion{background:#fff;border:1px solid var(--borde);border-radius:8px;padding:1.5rem;text-align:center;box-shadow:0 2px 6px #0000000d;transition:transform .2s ease}.solucion:hover{transform:translateY(-5px)}.solucion .icono{height:50px;margin-bottom:1rem}.solucion h3{color:var(--morado);margin-bottom:.5rem}.solucion ul{list-style:none;padding-left:0}.solucion ul li{margin-bottom:.5rem;font-size:.95rem}.proceso{padding-left:1.5rem}.proceso li{margin-bottom:.8rem}.form{display:flex;flex-direction:column;gap:1rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;max-width:500px;margin:2rem auto;border:1px solid var(--fondo)}.form input,.form textarea{padding:.75rem;border:1px solid var(--exito);border-radius:5px;font-size:1rem;background-color:var(--borde)}.form button{background-color:var(--verde);color:#fff;padding:.75rem;font-size:1rem;border:none;border-radius:5px;cursor:pointer;transition:background .3s}.form button:hover{background-color:#6ba832}.success{background:var(--exito);color:var(--exito-texto);padding:1rem;text-align:center;border-radius:5px;max-width:500px;margin:2rem auto}.contacto-directo{text-align:center;margin-top:2rem}.contacto-directo p{margin-bottom:1rem}.boton-correo,.boton-wsp{display:inline-block;margin:.5rem;padding:.75rem 1.5rem;text-decoration:none;font-weight:700;border-radius:5px;transition:background .3s}.boton-correo{background:var(--morado);color:#fff}.boton-correo:hover{background:#3e2e82}.boton-wsp{background:var(--verde);color:#fff}.boton-wsp:hover{background:#6ba832}.footer{text-align:center;padding:2rem;background-color:var(--morado);color:#fff;font-size:.9rem}@media (max-width: 768px){.contenido-compromiso{flex-direction:column;text-align:center;padding:1rem}.imagen-compromiso img,.texto-compromiso{max-width:100%}}.compromiso-section{padding:4rem 1rem;background:#fff}.contenido-compromiso{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;gap:2rem;flex-wrap:nowrap}.imagen-compromiso img{width:100%;max-width:30rem;height:auto;object-fit:cover;border-radius:12px;display:block}.texto-compromiso{max-width:600px}.texto-compromiso h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.texto-compromiso p{font-size:1.125rem;color:#333;line-height:1.6;margin-bottom:2rem}.boton-contacto{background:linear-gradient(to right,#503d9d,#2e82ff);color:#fff;padding:.75rem 1.5rem;font-weight:700;border:none;border-radius:30px;cursor:pointer;font-size:1rem;box-shadow:0 4px #00e676;transition:transform .2s ease}.boton-contacto:hover{transform:translateY(-2px)}@media (max-width: 768px){.contenido-compromiso{flex-direction:column;text-align:center}.imagen-compromiso img{width:80%;margin-bottom:2rem}html{scroll-behavior:smooth}}.seccion-circular{text-align:center;padding:3rem 1rem;background-color:#f9f9f9}.contenedor-circulos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;margin-top:2rem}.imagen-circular{width:120px;height:120px;object-fit:cover;border-radius:50%;border:3px solid #503d9d;transition:transform .3s ease}.imagen-circular:hover{transform:scale(1.05);border-color:#503d9d}.seccion-circular .imagen-circular{width:150px!important;height:150px!important;object-fit:cover;border-radius:50%;border:3px solid #503d9d;transition:transform .3s ease}.carousel{position:relative;max-width:800px;margin:auto;overflow:hidden;border-radius:12px}.carousel-slides{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;height:100%}.carousel-slide img{width:100%;height:auto;display:block;border-radius:12px}.carousel-dots{text-align:center;margin-top:5px}.carousel-dots .dot{margin:0 6px;background-color:#ccc;border-radius:50%;border:none;display:inline-block;cursor:pointer}.carousel-dots .dot.active{background-color:#503d9d}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999}.modal-contenido{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:600px;text-align:center}.grid-requisitos{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin:1.5rem 0}.requisito-box{background:#f3f3f3;padding:1rem;border-radius:8px;font-weight:500;color:#333}.btn-cerrar{background:#503d9d;color:#fff;padding:.6rem 1.5rem;border:none;border-radius:8px;font-weight:700;cursor:pointer}
