*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{overflow-x:hidden;font-family:Arial,Helvetica,sans-serif}.app-layout{min-height:100dvh;display:flex;flex-direction:column}.contenido{flex:1}.header{background-color:#000;display:flex;justify-content:center;align-items:center;padding:15px 0;width:100%;border-bottom:2px solid red}.logo{height:70px;width:auto;max-width:90%}nav{background-color:red;padding:1rem 2rem;box-shadow:0 0 2px 1px #000}.nav-container{display:flex;justify-content:center;background-color:#000}.nav-list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;list-style:none;padding:0;margin:0}.nav-list li a{color:#fff;text-decoration:none;font-size:21px;padding:5px 10px;transition:.2s}.nav-list li a:hover{font-weight:700}.texto-pagina{font-size:clamp(16px,1.8vw,20px);font-weight:500;text-align:center;margin:15px auto;max-width:750px;line-height:1.7;color:red;padding:0 20px}#lista-productos{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;width:100%}#lista-productos li{display:flex;flex-direction:column;align-items:center;background:#f9f9f9;padding:1.5rem;border-radius:10px;box-shadow:0 6px 20px #00000014;transition:.2s}#lista-productos li:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.pagina-productos{background:#fff;padding:20px}.imagen-contenedor{width:300px;overflow:hidden}.imagen-contenedor img{width:100%;height:auto;object-fit:cover;transition:transform .5s}.imagen-contenedor img:hover{transform:scale(1.1)}.producto-detalle{background:#f9f9f9;padding:30px;border-radius:10px;box-shadow:0 4px 15px #00000026;text-align:center;max-width:500px;margin:auto}.detalle-imagen{width:70%;max-width:300px;margin:20px 0}.lista-servicios{list-style:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:12px;margin:30px auto}.lista-servicios li{background:#000;color:red;width:80%;max-width:420px;padding:12px 15px;text-align:center;font-size:18px;font-weight:600;border-radius:6px;letter-spacing:.5px;border:1px solid red;transition:.25s ease}.lista-servicios li:hover{transform:scale(1.04);background:#111;box-shadow:0 0 10px red}button{display:block;margin:0 auto 20px;padding:10px 20px}.map-screen{display:flex;justify-content:center;padding:40px 20px}.map-wrapper{width:100%;max-width:500px}.map-wrapper iframe{width:100%;height:300px;border-radius:10px;border:0}.como-llegar{text-align:center;padding:40px 20px;color:red}.botones-mapa{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.direccion{font-size:18px;margin-bottom:20px;color:red}.btn-mapa{background:red;color:#fff;padding:10px 20px;text-decoration:none;border-radius:6px;font-weight:700}.btn-mapa-secundario{background:#000;color:#fff;padding:10px 20px;text-decoration:none;border-radius:6px}.contenedor-imagenes{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px;margin:0 auto}.tarjeta-imagen{width:30%;min-width:250px}.whatsapp-flotante{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background:#25d366;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:30px;color:#fff;text-decoration:none;z-index:999}.whatsapp-flotante:hover{transform:scale(1.1);box-shadow:0 6px 15px #0006}.footer-rowa{display:flex;flex-direction:column;align-items:center;background:#000;padding:30px 0}.hero-rowa{display:flex;align-items:center;justify-content:center;gap:25px}.hero-logo{width:200px;max-width:80%}.footer-texto{margin-top:12px;color:#ccc;font-size:14px;letter-spacing:1px}.hero-centro{display:flex;flex-direction:column;align-items:center}.hero-texto{color:#fff;font-size:28px;margin:5px 0;text-align:center}.hero-subtexto{color:red;font-size:16px;margin-bottom:15px;text-align:center}.linea{height:3px;width:150px;background:linear-gradient(to right,transparent,red,transparent)}@media(max-width:768px){.linea .hero-rowa{gap:10px}.linea .hero-logo{width:140px}}footer{background:red;text-align:center;padding:15px;color:#000}@media(max-width:768px){.logo{height:55px}.tarjeta-imagen{width:90%;margin:10px auto}.nav-list li a{font-size:18px}.whatsapp-flotante{width:70px;height:70px;font-size:36px}}.equalizer{display:flex;justify-content:center;align-items:flex-end;gap:4px;height:30px;margin-top:10px}.equalizer span{width:6px;height:10px;background:red;transform-origin:bottom;animation:sonido 1s infinite ease-in-out,colorAudio 2s infinite alternate}.equalizer span:nth-child(1){animation-delay:0s}.equalizer span:nth-child(2){animation-delay:.2s}.equalizer span:nth-child(3){animation-delay:.4s}.equalizer span:nth-child(4){animation-delay:.6s}.equalizer span:nth-child(5){animation-delay:.8s}@keyframes sonido{0%{height:10px}50%{height:30px}to{height:10px}}@keyframes colorAudio{0%{background:red;box-shadow:0 0 8px red}50%{background:orange;box-shadow:0 0 14px orange}to{background:red;box-shadow:0 0 8px red}}.container-construccion{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f4f4f9;color:#333;text-align:center;padding:20px}.content-construccion{background:#fff;padding:50px;border-radius:15px;box-shadow:0 4px 15px #0000001a;max-width:500px;width:100%}.title-construccion{font-size:2.5rem;margin-bottom:10px;color:#2c3e50}.subtitle-construccion{font-size:1.2rem;color:#7f8c8d;margin-bottom:20px}.divider-construccion{height:4px;width:60px;background-color:#3498db;margin:0 auto 20px;border-radius:2px}.description-construccion{font-size:1rem;color:#95a5a6}
