:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}body{color:#fff;background-color:#000;min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{color:#f80}a{color:#f80;text-decoration:none}a:hover{color:#fa4}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#f80;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#fa4}.navbar{z-index:1000;background-color:#000;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #ffa5004d}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{color:#f80;align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.navbar-logo:hover{color:#fa4}.logo-image{object-fit:contain;width:auto;height:120px;transition:transform .3s}.navbar-logo:hover .logo-image{transform:scale(1.05)}.logo-text{font-size:1.5rem;font-weight:700}.navbar-menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar-item{margin:0}.navbar-link{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .3s;position:relative}.navbar-link:hover{color:#f80}.navbar-link:after{content:"";background-color:#f80;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.navbar-link:hover:after{width:100%}@media (width<=768px){.navbar-menu{gap:1rem}.navbar-link{font-size:1rem}.navbar-container{padding:0 1rem}.logo-image{height:90px}}.footer{color:#fff;background-color:#000;margin-top:auto;padding:3rem 0 1rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;padding:0 2rem;display:grid}.footer-section h3{color:#f80;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#f80;margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#f80}.social-links{flex-direction:column;gap:1rem;display:flex}.social-links a{color:#ccc;background-color:#ff88001a;border:1px solid #333;border-radius:5px;align-items:center;gap:.5rem;padding:.5rem;text-decoration:none;transition:all .3s;display:flex}.social-links a:hover{color:#f80;background-color:#f803;border-color:#f80;transform:translate(5px)}.footer-bottom{text-align:center;border-top:1px solid #333;padding:1.5rem 0}.footer-bottom p{color:#999;margin:0;font-size:.9rem}@media (width<=768px){.footer-container{grid-template-columns:1fr;padding:0 1rem}}.whatsapp-float{color:#fff;cursor:pointer;z-index:1000;background-color:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{background-color:#20ba5a;transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-float:active{transform:scale(.95)}.whatsapp-icon{width:35px;height:35px}@keyframes pulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d366b3}to{box-shadow:0 4px 20px #25d36666}}.whatsapp-float:before{content:"¿Necesitas ayuda?";color:#000;white-space:nowrap;opacity:0;pointer-events:none;background-color:#fff;border-radius:8px;padding:8px 15px;font-size:14px;transition:opacity .3s;position:absolute;right:70px;box-shadow:0 2px 10px #0000001a}.whatsapp-float:hover:before{opacity:1}@media (width<=768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-icon{width:28px;height:28px}.whatsapp-float:before{display:none}}.home{min-height:calc(100vh - 200px)}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);border-bottom:4px solid #f80;padding:6rem 2rem}.hero h1{color:#f80;text-shadow:2px 2px 4px #00000080;text-align:center;justify-content:center;align-items:center;margin-bottom:1rem;font-size:3rem;display:flex}.hero-subtitle{color:#fff;margin:0;font-size:1.5rem}.content-section{background-color:#0a0a0a;padding:4rem 2rem}.content-section h2{color:#f80;text-align:center;margin-bottom:2rem;font-size:2.5rem}.content-section p{color:#ddd;text-align:justify;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.gallery-section{background-color:#000;padding:4rem 2rem}.gallery-section h2{color:#f80;text-align:center;margin-bottom:3rem;font-size:2.5rem}.gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.gallery-item{border-radius:8px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #f803}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 8px 25px #f806}.gallery-item img{object-fit:cover;width:100%;height:400px;transition:transform .3s;display:block}.gallery-item:hover img{transform:scale(1.1)}@media (width<=768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.content-section h2,.gallery-section h2{font-size:2rem}.gallery{grid-template-columns:1fr;gap:1.5rem}}.carousel-container{width:100%;margin:3rem auto;padding:0 20px;position:relative}.carousel-wrapper{justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}.carousel-content{border-radius:10px;width:100%;max-width:800px;overflow:hidden}.carousel-track{transition:transform .5s ease-in-out;display:flex}.carousel-slide{justify-content:center;align-items:center;min-width:100%;display:flex}.carousel-slide img{object-fit:cover;border:3px solid #f80;border-radius:10px;width:100%;height:500px;box-shadow:0 4px 15px #ff88004d}.carousel-button{color:#fff;cursor:pointer;z-index:10;background-color:#f80;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .3s;display:flex;box-shadow:0 2px 10px #0000004d}.carousel-button:hover{background-color:#fa4;transform:scale(1.1)}.carousel-button:active{transform:scale(.95)}.carousel-dots{justify-content:center;gap:10px;margin-top:2rem;display:flex}.dot{cursor:pointer;background-color:#333;border:2px solid #f80;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.dot:hover{background-color:#666;transform:scale(1.2)}.dot.active{background-color:#f80;transform:scale(1.3)}@media (width<=768px){.carousel-container{padding:0 10px}.carousel-slide img{height:350px}.carousel-button{width:40px;height:40px;font-size:1.5rem}.carousel-wrapper{gap:.5rem}}@media (width<=480px){.carousel-button{width:35px;height:35px;font-size:1.2rem}.carousel-slide img{height:300px}}.nosotros{background-color:#000;min-height:calc(100vh - 200px)}.nosotros-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);border-bottom:4px solid #f80;padding:5rem 2rem}.nosotros-hero h1{color:#f80;text-shadow:2px 2px 4px #00000080;margin-bottom:1rem;font-size:3rem}.nosotros-hero p{color:#ddd;margin:0;font-size:1.3rem}.nosotros-content{padding:4rem 2rem}.about-card{background-color:#0a0a0a;border:2px solid #f80;border-radius:10px;margin-bottom:2rem;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #f803}.about-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #f806}.about-card h2{color:#f80;border-bottom:2px solid #f80;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.about-card p{color:#ddd;text-align:justify;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.about-card p:last-child{margin-bottom:0}.team-section{text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border:2px solid #f80;border-radius:10px;margin-top:3rem;padding:3rem}.team-section h2{color:#f80;margin-bottom:2rem;font-size:2.5rem}.team-section p{color:#ddd;text-align:justify;font-size:1.1rem;line-height:1.8}.enganches-section{background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);border:3px solid #f80;border-radius:10px;margin-top:3rem;padding:3rem}.enganches-section h2{color:#f80;text-align:center;margin-bottom:1.5rem;font-size:2.5rem}.enganches-description{color:#ddd;text-align:center;margin-bottom:2rem;font-size:1.2rem}@media (width<=768px){.nosotros-hero h1{font-size:2rem}.nosotros-hero p{font-size:1.1rem}.about-card{padding:1.5rem}.about-card h2{font-size:1.5rem}.team-section{padding:2rem}.team-section h2{font-size:2rem}.enganches-section{padding:2rem}.enganches-section h2{font-size:1.8rem}.enganches-description{font-size:1rem}}.contacto{background-color:#000;min-height:calc(100vh - 200px)}.contacto-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);border-bottom:4px solid #f80;padding:5rem 2rem}.contacto-hero h1{color:#f80;text-shadow:2px 2px 4px #00000080;margin-bottom:1rem;font-size:3rem}.contacto-hero p{color:#ddd;margin:0;font-size:1.3rem}.contacto-content{padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-info{background-color:#0a0a0a;border:2px solid #f80;border-radius:10px;padding:2.5rem;box-shadow:0 4px 15px #f803}.contact-info h2{color:#f80;border-bottom:2px solid #f80;margin-bottom:2rem;padding-bottom:.5rem;font-size:2rem}.info-item{margin-bottom:2rem}.info-item h3{color:#f80;margin-bottom:.5rem;font-size:1.3rem}.info-item p{color:#ddd;margin:.3rem 0;font-size:1.1rem;line-height:1.6}.contact-form-container{background-color:#0a0a0a;border:2px solid #f80;border-radius:10px;padding:2.5rem;box-shadow:0 4px 15px #f803}.contact-form-container h2{color:#f80;border-bottom:2px solid #f80;margin-bottom:2rem;padding-bottom:.5rem;font-size:2rem}.alert{border-radius:5px;margin-bottom:1.5rem;padding:1rem;font-size:1rem;animation:.3s slideDown}.alert-success{color:#86efac;background-color:#22c55e33;border:2px solid #22c55e}.alert-error{color:#fca5a5;background-color:#ef444433;border:2px solid #ef4444}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#f80;font-size:1.1rem;font-weight:500}.form-group input,.form-group textarea{color:#fff;background-color:#1a1a1a;border:2px solid #333;border-radius:5px;padding:.8rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#f80;outline:none}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{color:#000;cursor:pointer;background-color:#f80;border:none;border-radius:5px;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s}.submit-btn:hover:not(:disabled){background-color:#fa4;transform:translateY(-2px);box-shadow:0 4px 15px #f806}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;background-color:#666}@media (width<=968px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contacto-hero h1{font-size:2rem}.contacto-hero p{font-size:1.1rem}.contact-info,.contact-form-container{padding:1.5rem}}.app{background-color:#000;flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}*{box-sizing:border-box;margin:0;padding:0}
