@keyframes fadeInUpKeepColor{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}.home-container{height:100vh;margin:0}.home-glass-container{position:relative;min-height:100vh;width:100%;overflow:hidden;background:linear-gradient(135deg,#001a83,#008672);font-family:Montserrat,Arial,sans-serif;display:flex;flex-direction:column}.background-spheres{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.sphere{position:absolute;background:linear-gradient(45deg,rgba(255,255,255,.1),rgba(255,255,255,.3));border-radius:50%;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);animation:float 6s ease-in-out infinite}.sphere:first-child{width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.sphere:nth-child(2){width:120px;height:120px;top:60%;left:80%;animation-delay:2s}.sphere:nth-child(3){width:60px;height:60px;top:80%;left:20%;animation-delay:4s}.sphere:nth-child(4){width:100px;height:100px;top:10%;left:70%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) translateX(0)}25%{transform:translateY(-20px) translateX(10px)}50%{transform:translateY(-10px) translateX(-10px)}75%{transform:translateY(-30px) translateX(5px)}}.particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:4px;height:4px;background:rgba(255,255,255,.6);border-radius:50%;animation:particleFloat 8s linear infinite}.particle:nth-child(odd){background:rgba(255,107,107,.6)}.particle:nth-child(3n){background:rgba(78,205,196,.6)}@keyframes particleFloat{0%{transform:translateY(100vh) translateX(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) translateX(100px);opacity:0}}.home-content-layer{position:relative;z-index:2;color:rgba(255,255,255,.92);flex:1;display:flex;flex-direction:column}.home-header{display:flex;justify-content:center}.home-header-glass{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.home-glass-container .home-title{color:rgba(255,255,255,.95)!important;text-shadow:0 2px 10px rgba(0,0,0,.35)}.home-glass-container .home-subtitle{color:rgba(255,255,255,.85)!important}.home-header-content{text-align:center}.home-title{font-size:2rem;font-weight:700;animation:fadeInUpKeepColor .5s ease-in-out forwards;margin:0}.home-subtitle,.home-title{color:var(--primary)!important;opacity:0}.home-subtitle{font-size:14px;margin:4px 0 0;animation:fadeInUpKeepColor .7s ease-in-out forwards}.home-description{color:rgba(255,255,255,.85);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;text-align:center}.home-glass-card{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);padding:.5rem 1.5rem;min-width:auto}.content-wrapper{flex:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;min-height:60vh}.home-features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;animation:fadeInUp .5s ease-in-out forwards}.home-feature-item{text-align:center;padding:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);border-radius:8px;text-decoration:none;color:inherit;display:block;transition:all .3s ease;cursor:pointer}.home-feature-item:hover{background:rgba(255,255,255,.22);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.home-feature-item:active{transform:translateY(0)}.home-feature-icon{width:24px;height:24px;color:rgba(255,255,255,.95);margin:0 auto 8px}.home-feature-text{font-size:15px;font-weight:500;color:#ffffffc5}.home-access-button{border-radius:.5rem;background-color:#003399;padding:.75rem 2rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-align:center;color:#fff!important;font-size:18px;transition:all .5s ease;margin-bottom:.5rem;border:none;cursor:pointer;text-decoration:none;font-family:inherit;font-weight:inherit}.home-access-button:disabled{cursor:not-allowed;opacity:.8}.home-access-button.redirecting{background-color:#008672;backdrop-filter:blur(10px)}.access-loading-icon{width:20px;height:20px;animation:spin 1s linear infinite}.access-arrow-icon{width:20px;height:20px;transition:transform .3s ease}.home-access-button:hover:not(:disabled){background-color:#008672;transition:all .5s ease;transform:scale(1.05)}.home-access-button:hover:not(:disabled) .access-arrow-icon{transform:translateX(2px) translateY(-2px)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-footer-text{font-size:10px}.ac-consumidor1{display:flex;flex-direction:column;align-items:center;justify-content:center}.home-footer-link{color:#ffffff;font-weight:700}.home-glass-container .card-txt1{color:rgba(255,255,255,.95);text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.25);margin-bottom:.5rem}.pf-home,.pf-home .fc-home{color:rgba(255,255,255,.85)}.home-footer{position:relative;bottom:0;left:0;width:100%;display:flex;align-items:center;justify-content:center;padding:1rem;margin-top:auto;z-index:2}.home-footer-glass{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.home-footer-content{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.home-footer-left,.home-footer-right{font-size:.85rem}@media (max-width:640px){.home-footer-content{flex-direction:column;text-align:center}.home-glass-card{min-width:100%}}