body{background-color:#f3f4f6}.header-gradient{background:linear-gradient(135deg,#dc3545,#b02a37,#8b1e2b);position:relative;overflow:hidden}.header-gradient:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:float 15s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.btn-login{background:#fff;color:#dc3545;border:2px solid white;font-weight:600;padding:.5rem 1.5rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #0003}.btn-login:hover{background:#dc3545;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-register{background:transparent;color:#fff;border:2px solid white;font-weight:600;padding:.5rem 1.5rem;border-radius:50px;transition:all .3s ease}.btn-register:hover{background:#fff;color:#dc3545;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.logo-container{background:#fff;padding:.5rem 1rem;border-radius:10px;box-shadow:0 4px 15px #0003}@media (max-width: 768px){.btn-login,.btn-register{padding:.65rem 1.2rem;font-size:1rem;min-height:44px;display:flex;align-items:center;justify-content:center}.btn-login:before,.btn-register:before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border-radius:50px}.logo-container img{max-height:40px}}.hero-section .hero-logo-col{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-section .hero-logo-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:clamp(220px,24vw,340px);max-width:100%}.hero-section .hero-logo{width:100%;max-width:100%;height:auto;filter:drop-shadow(0 12px 32px rgba(0,0,0,.15));transition:transform .3s ease,filter .3s ease;opacity:0}.hero-section .hero-logo:hover{transform:scale(1.04);filter:drop-shadow(0 16px 40px rgba(220,53,69,.25))}.hero-section .academy-title{font-size:clamp(2rem,5vw,4rem);font-weight:800;background:linear-gradient(135deg,#dc3545,#b02a37,#8b1e2b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px;opacity:0;position:relative}.hero-section .academy-title:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#dc3545,transparent);border-radius:2px}@media (max-width: 991px){.hero-section .academy-title:after{left:50%;right:auto;transform:translate(-50%);width:80%}}.hero-section .hero-subtitle{font-size:clamp(.9rem,2vw,1.1rem);color:#6c757d;font-weight:400;opacity:0}.hero-section .hero-academias-col{display:flex;justify-content:flex-end}.hero-section .hero-academias-grid{display:flex;flex-direction:column;gap:1rem;width:min(100%,290px)}@media (min-width: 1400px){.hero-section .hero-academias-grid{width:min(100%,300px)}}.hero-section .academia-hero-card{display:block;opacity:0;border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(220,53,69,.12);box-shadow:0 4px 20px #00000012;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .28s ease,color .28s ease}.hero-section .academia-hero-card:hover{box-shadow:0 10px 36px #dc35452e;border-color:#dc354559}.hero-section .academia-hero-card:not(.academia-hero-card--inactiva):hover{background:linear-gradient(145deg,var(--academy-color, #b02a37),var(--academy-color-2, #dc3545));border-color:var(--academy-color-2, #dc3545);box-shadow:0 14px 34px #0000004d}.hero-section .academia-hero-card .academia-hero-card-inner{display:flex;flex-direction:column;align-items:stretch;gap:.9rem;padding:.9rem}.hero-section .academia-hero-card .academia-hero-card-img-wrap{position:relative;flex-shrink:0;width:100%;height:120px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center}.hero-section .academia-hero-card .academia-hero-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-section .academia-hero-card .academia-hero-card-body{flex:1;min-width:0}.hero-section .academia-hero-card .academia-hero-card-title{font-size:clamp(1rem,2.5vw,1.2rem);font-weight:700;color:#1a1a2e;margin-bottom:.25rem;white-space:normal;overflow:visible;text-overflow:initial;transition:color .28s ease}.hero-section .academia-hero-card .academia-hero-card-desc{font-size:.82rem;color:#6c757d;margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .28s ease}.hero-section .academia-hero-card .academia-hero-card-cta{font-size:.85rem;font-weight:600;color:#dc3545;display:inline-flex;align-items:center;transition:gap .2s ease,color .28s ease;gap:.2rem}.hero-section .academia-hero-card:not(.academia-hero-card--inactiva):hover .academia-hero-card-title,.hero-section .academia-hero-card:not(.academia-hero-card--inactiva):hover .academia-hero-card-desc,.hero-section .academia-hero-card:not(.academia-hero-card--inactiva):hover .academia-hero-card-cta{color:#fff}.hero-section .academia-hero-card:hover .academia-hero-card-cta{gap:.5rem}.hero-section .academia-hero-card .academia-hero-card-badge{position:absolute;top:10px;right:10px;padding:.24rem .56rem;border-radius:999px;background:#212529d1;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.hero-section .academia-hero-card--inactiva{cursor:default;pointer-events:none;border-color:#6c757d4d;box-shadow:0 3px 14px #0000000f;filter:grayscale(.45) saturate(.7)}.hero-section .academia-hero-card--inactiva:hover{box-shadow:0 3px 14px #0000000f;border-color:#6c757d4d}.hero-section .academia-hero-card--inactiva .academia-hero-card-img{opacity:.72}.hero-section .academia-hero-card--inactiva .academia-hero-card-title,.hero-section .academia-hero-card--inactiva .academia-hero-card-desc{color:#6c757d}.hero-section .academia-hero-card--inactiva .academia-hero-card-cta{color:#6c757d;gap:0}#heroParticles{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}@media (max-width: 991px){.hero-section .hero-logo-col{padding-bottom:0}.hero-section .hero-logo-wrapper{display:flex;align-items:center}.hero-section .hero-academias-col{justify-content:center}.hero-section .hero-academias-grid{width:100%}.hero-section .academia-hero-card .academia-hero-card-inner{padding:.85rem 1rem}}@media (max-width: 576px){.hero-section .academia-hero-card-img-wrap{width:100%!important;height:100px!important}.hero-section .academia-hero-card-title{font-size:.95rem!important}.hero-section .logo-wrapper{max-width:min(50vw,200px)}.hero-section .hero-logo{max-width:min(50vw,200px)!important}.hero-section .academy-title{font-size:clamp(1.5rem,6vw,2rem)}}.apps-promotion-banner{background:linear-gradient(135deg,#dc3545,#b02a37,#8b1e2b);position:relative;overflow:hidden}.apps-promotion-banner:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:float 15s ease-in-out infinite;pointer-events:none}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.apps-icon-pulse{animation:iconPulse 2s ease-in-out infinite;display:inline-block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.app-download-btn{background:#fff;color:#dc3545;border:2px solid white;font-weight:600;transition:all .3s ease;position:relative}.app-download-btn:hover{background:#dc3545;color:#fff;transform:translateY(-5px);box-shadow:0 10px 25px #0006!important}.app-download-btn:hover .app-icon-dark,.app-download-btn:hover .app-text-dark,.app-download-btn:hover .app-text-gray{color:#fff!important}.app-icon-dark,.app-text-dark{color:#212529!important;transition:color .3s ease}.app-text-gray{color:#6c757d!important;transition:color .3s ease}.app-feature-card-white{background:#fff;transition:all .3s ease;transform:translateY(0)}.app-feature-card-white:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000004d!important}.app-feature-card-white:hover i{transform:scale(1.2)}.app-feature-card-white i{transition:all .3s ease}.apps-promo-content,.app-feature-card-white{position:relative;z-index:1}@media (max-width: 576px){.apps-icon-pulse{font-size:3rem!important}.app-download-btn{font-size:.9rem;padding:.65rem 1.2rem!important}.apps-promotion-banner{padding:2rem 0}.qr-code{width:150px!important;height:150px!important}}@media (max-width: 768px){.app-download-btn{min-height:44px}}.qr-container .qr-wrapper{transition:all .3s ease}.qr-container .qr-wrapper:hover{transform:scale(1.05) translateY(-5px);box-shadow:0 10px 30px #0006!important}.qr-container .qr-code{display:block;transition:all .3s ease}.qr-container p{text-shadow:0 2px 4px rgba(0,0,0,.3);transition:all .3s ease}.qr-container:hover p{transform:translateY(-2px)}.apps-mini-banner .app-mini-btn{transition:all .3s ease;border-width:1.5px}.apps-mini-banner .app-mini-btn:hover{background:#dc3545;border-color:#dc3545;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.apps-mini-banner .app-mini-btn:hover i{color:#fff!important}
