body{background-color:#fff}.menu-titulo{color:#ff822e;text-align:center;margin-bottom:2rem;font-family:"Baloo 2",cursive;font-size:2.2rem;font-weight:700}main{padding-top:40px}.header{box-sizing:border-box;z-index:1000;background-color:#fff;border-bottom:3px solid #ff822e;border-radius:8px;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 1rem;display:flex;position:fixed;top:0;left:0}.logo{color:#ff822e;font-family:Montserrat,cursive;font-size:1.5rem;font-weight:700}.hamburger{color:#ff822e;cursor:pointer;background:0 0;border:none;margin-left:1rem;font-size:2rem;display:none}.navbar{align-items:center;display:flex}.navbar ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar a{color:#ff822e;font-family:Montserrat,sans-serif;font-weight:600;text-decoration:none}@media (width<=768px){.hamburger{display:block}.navbar ul{text-align:center;background:#fff;border-bottom:3px solid orange;border-radius:8px;flex-direction:column;gap:1rem;width:90%;max-width:400px;padding:1rem;display:none;position:absolute;top:70px;left:50%;transform:translate(-50%)}.navbar ul.active{display:flex}.navbar a{font-size:1rem}}.carrusel{border-radius:8px;width:100%;max-width:1200px;margin:2rem auto;position:relative;overflow:hidden}.carrusel-container{position:relative}.carrusel-container img{object-fit:cover;border-radius:8px;width:100%;height:500px;display:block}button.prev,button.next{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem 1rem;font-size:2rem;position:absolute;top:50%;transform:translateY(-50%)}button.prev{left:15px}button.next{right:15px}button:hover{background:#000c}.dots{text-align:center;margin-top:1rem}.dot{cursor:pointer;background-color:#bbb;border-radius:50%;width:12px;height:12px;margin:0 5px;transition:background-color .3s;display:inline-block}.dot.active{background-color:#ff822e}@media (width<=768px){.carrusel-container img{height:300px}button.prev,button.next{padding:.3rem .7rem;font-size:1.5rem}}.scroll-container{color:#fff;box-sizing:border-box;background:#ff822e;width:100%;padding:.5rem 0;position:relative;overflow:hidden}.scroll-text{white-space:nowrap;text-align:center;min-width:100%;font-family:Montserrat,sans-serif;font-weight:700;animation:15s linear infinite scroll-left;display:inline-block}@keyframes scroll-left{0%{transform:translate(100%)}to{transform:translate(-100%)}}.mas-vendido{text-align:center;background-color:#ff822e;padding:2rem 1rem}.titulo{color:#fff;margin-bottom:2rem;font-family:"Baloo 2",cursive;font-size:2.2rem;font-weight:700}.cards{scroll-behavior:smooth;gap:2rem;padding:1rem 0;display:flex;overflow-x:auto}.cards::-webkit-scrollbar{height:8px}.cards::-webkit-scrollbar-thumb{background:#fff;border-radius:4px}.cards::-webkit-scrollbar-track{background:#ff822e}.card{text-align:center;background:#fff;border:2px solid #ddd;border-radius:12px;flex:none;width:260px;padding:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 8px #0000001a}.card:hover{transform:translateY(-5px);box-shadow:0 12px 12px #00000026}.card .imagen img{object-fit:cover;border-radius:8px;width:100%;height:100%;margin-bottom:1rem}.card .descripcion{color:#333;margin-bottom:.5rem;font-size:1rem}.card .precio{color:#ff822e;font-size:1.3rem;font-weight:700}@media (width<=768px){.cards{justify-content:flex-start}}@media (width>=769px){.cards{justify-content:center;overflow-x:visible}}.menu{text-align:center;background-color:#fff;padding:2rem 1rem}.menu-subtitulo{color:#ff822e;text-align:left;border-top:2px solid #ff822e;margin:2rem 0 1rem;padding-top:.5rem;font-family:"Baloo 2",cursive;font-size:1.5rem;font-weight:700}.menu-cards{scroll-behavior:smooth;gap:2rem;padding:1rem 0;display:flex;overflow-x:auto}.menu-cards::-webkit-scrollbar{height:8px}.menu-cards::-webkit-scrollbar-thumb{background:#ff822e;border-radius:4px}.menu-cards::-webkit-scrollbar-track{background:#fff}.menu-card{box-sizing:border-box;text-align:center;background:#fff;border:2px solid #ddd;border-radius:12px;flex:none;width:300px;margin-top:1rem;margin-left:2rem;padding:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 8px #0000001a}.menu-card:hover{transform:translateY(-5px);box-shadow:0 12px 12px #00000026}.menu-imagen img{object-fit:cover;border-radius:8px;width:100%;height:100%;margin-bottom:1rem}.menu-descripcion{color:#333;margin-bottom:.5rem;font-size:1rem}.menu-precio{color:#ff822e;font-size:1.3rem;font-weight:700}@media (width<=768px){.menu-cards{justify-content:flex-start}}@media (width>=769px){.menu-cards{flex-wrap:wrap;justify-content:flex-start;overflow-x:visible}}.menu-productos{text-align:center;background-color:#fff;padding:2rem 1rem}.menu-productos-titulo{color:#ff822e;margin-bottom:1.5rem;font-family:"Baloo 2",cursive;font-size:2rem;font-weight:700}.menu-productos-controles{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.menu-productos-filtros{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.menu-productos-filtros button{color:#ff822e;cursor:pointer;text-align:center;background:#fff;border:2px solid #ff822e;border-radius:8px;min-width:140px;padding:.6rem 0;font-weight:700;transition:all .2s}.menu-productos-filtros button:hover{color:#fff;background:#ff822e}.menu-productos-busqueda{border:2px solid #ff822e;border-radius:8px;width:80%;max-width:400px;padding:.6rem 1rem;font-size:1rem}.menu-productos-cards{border-top:2px solid #ff822e;flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.menu-productos-card{text-align:center;background:#fff;border:2px solid #ddd;border-radius:12px;width:220px;margin-top:1rem;padding:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 8px #0000001a}.menu-productos-card:hover{transform:translateY(-5px);box-shadow:0 12px 12px #00000026}.menu-productos-imagen img{object-fit:cover;border-radius:8px;width:100%;height:140px;margin-bottom:1rem}.menu-productos-descripcion{color:#333;margin-bottom:.5rem;font-size:1rem}.menu-productos-precio{color:#ff822e;font-size:1.2rem;font-weight:700}@media (width<=768px){.menu-productos-cards{grid-template-columns:repeat(2,1fr);justify-items:center;gap:1rem;display:grid}.menu-productos-card{max-width:10rem}.menu-productos-busqueda{width:100%;max-width:none}}.promociones{text-align:center;background-color:#fff;padding:2rem 1rem}.promociones-titulo{color:#ff822e;margin-bottom:2rem;font-family:"Baloo 2",cursive;font-size:2rem;font-weight:700}.promociones-cards{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.promocion-card{background:#fff;border:2px solid #ddd;border-radius:12px;width:800px;height:250px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.promocion-card:hover{transform:translateY(-5px);box-shadow:0 12px 18px #00000026}.promocion-imagen img{object-fit:cover;width:50%;height:100%}.promocion-info{text-align:left;flex-direction:column;justify-content:center;width:50%;padding:1rem;display:flex}.promocion-info h3{color:#ff822e;margin-bottom:.5rem;font-size:1.5rem}.promocion-info p{color:#333;font-size:1rem}@media (width<=768px){.promocion-card{flex-direction:column;width:100%;height:auto}.promocion-imagen img{width:100%;height:180px}.promocion-info{text-align:center;width:100%}}.mapa{background-color:#fff;padding:2rem 0}.mapa-titulo{color:#ff822e;text-align:center;font-family:"Baloo 2",cursive;font-size:2rem;font-weight:700}.mapa-container{width:100%;height:450px}.mapa-container iframe{border:none;width:100%;height:100%}.mapa-info{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.mapa-col{text-align:left;background:#fff;flex:1;min-width:250px;padding:1rem}.mapa-col h3{color:#ff822e;margin-bottom:.5rem}.mapa-col h4{color:#333;margin-top:1rem}.mapa-dinamica{color:#fff;text-align:center;background:#ff822e;border:2px solid #ff822e;border-radius:8px;margin-top:1.5rem;padding:1rem;font-family:"Baloo 2",cursive;font-size:2rem;font-weight:700}@media (width<=768px){.mapa-info{flex-direction:column;align-items:flex-start}.mapa-col{width:100%;max-width:400px}}.footer{color:#fff;background-color:#ff822e;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}html,body{height:100%;margin:0}body{flex-direction:column;display:flex}footer.footer{margin-top:auto}.footer-left{font-size:1rem;font-weight:700}.footer-right{align-items:center;gap:1rem;display:flex}.footer-text{font-weight:700}.footer-links{gap:1rem;display:flex}.footer-links a{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;transition:all .2s;display:flex}.footer-links a:hover{color:#ff822e;background-color:#fff}@media (width<=768px){.footer{text-align:center;flex-direction:column;gap:1rem}.footer-right{flex-direction:column;gap:.5rem}}
