@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";@-webkit-keyframes RootBackground{0%{background-position:0% 48%}50%{background-position:100% 53%}to{background-position:0% 48%}}@-moz-keyframes RootBackground{0%{background-position:0% 48%}50%{background-position:100% 53%}to{background-position:0% 48%}}@-o-keyframes RootBackground{0%{background-position:0% 48%}50%{background-position:100% 53%}to{background-position:0% 48%}}@keyframes RootBackground{0%{background-position:0% 48%}50%{background-position:100% 53%}to{background-position:0% 48%}}:root{font-family:Poppins,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#e3ebf2;scroll-behavior:smooth;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default;background:linear-gradient(121deg,#121f41,#233c52,#103555);background-size:600% 600%;-webkit-animation:RootBackground 19s ease infinite;-moz-animation:RootBackground 19s ease infinite;-o-animation:RootBackground 19s ease infinite;animation:RootBackground 19s ease infinite}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#b3b3b3}::-webkit-scrollbar-thumb{background:#68635c}::-webkit-scrollbar-thumb:hover{background:#888}::selection{background-color:#faa735;color:#18223c}body{margin:0;min-width:320px;min-height:100vh}#app{margin:0;text-align:center;overflow-y:hidden;overflow-x:hidden}h1{font-size:clamp(32px,2.5vw,48px);line-height:1.1;text-align:center}section{font-size:clamp(18px,2.5vw,26px);line-height:1.7;max-width:1300px;width:80%;padding-top:200px}@media screen and (max-width: 730px){section{line-height:1.8}}img{-webkit-user-select:none;user-select:none}a{font-weight:500;color:#e3ebf2;text-decoration:inherit}a:hover{color:#faa735}.underline{text-decoration:underline}.card{padding:2em}.accent{color:#faa735}.b{font-weight:700}.alterno{max-width:none;display:flex;width:100lvw;width:-webkit-fill-available;width:-moz-available;padding-bottom:120px;flex-direction:column;align-items:center;margin-bottom:30px;background:#121f41b8;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(10.6px);-webkit-backdrop-filter:blur(10.6px)}button{border:none;background-color:transparent;color:inherit;font-size:inherit;font-family:inherit;cursor:pointer}button:hover{color:#faa735}@keyframes moverImagen{0%,to{background-position:0% 100%}12%{background-position:50% 50%}25%{background-position:100% 0%}37%{background-position:50% -50%}50%{background-position:0% -100%}63%{background-position:-50% -50%}75%{background-position:-100% 0%}87%{background-position:-50% 50%}}.bg{width:100%;height:100vh;z-index:-1;top:0;left:0;position:fixed;overflow:hidden;background-image:url(/bg.webp);animation:moverImagen 1800s linear infinite}
