*{box-sizing:border-box;margin:0;padding:0}body{color:#2d3436;background-color:#f4f6f8;font-family:Open Sans,sans-serif}header,main{max-width:100vw;margin:0 auto}.top-banner{text-align:center;color:#fff;background-color:#e60012;padding:8px 10px;font-size:14px;font-weight:700}#navegacion{z-index:1000;background-color:#fff;border-bottom:4px solid #e60012;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:100vw;margin:0 auto;padding:10px 35px;display:flex;position:sticky;top:0}#logo{justify-content:center;width:5%;height:100%;display:flex}#logo-img{object-fit:cover;width:100%;height:100%}.navegacion-lista{align-items:center;gap:20px;list-style-type:none;display:flex}.navegacion-lista a{color:#000;font-weight:700;text-decoration:none;transition:all .25s}.navegacion-lista a:hover{color:#e60012}.buscar-contenedor{justify-content:center;align-items:center;width:25%;display:flex}#buscar-input{border:2px solid #000;width:100%;margin-right:10px;padding:10px}#buscar-boton{cursor:pointer;background:#e60012;border:2px solid #000;justify-content:center;align-items:center;width:50px;padding:6px;display:flex}#buscar-boton:hover{background-color:#940410;transition:all .6s}#buscar-imagen{object-fit:cover;width:25px;height:25px}.carrito-contenedor{justify-content:center;align-items:center;display:flex;position:relative}.carrito-contenedor #carrito{visibility:hidden;pointer-events:none;opacity:0;z-index:999;transition:box-shadow .4s,opacity .4s;position:absolute;box-shadow:0 10px 15px -3px #0000001a}.carrito-contenedor:hover #carrito{visibility:visible;pointer-events:auto;opacity:1;width:fit-content;min-width:350px;height:fit-content;top:100%;right:0;left:unset;margin-left:unset;margin-right:unset;background-color:#fff;padding:10px;animation:2s infinite alternate sombraMover;box-shadow:10px 10px #e60012}@keyframes sombraMover{0%{box-shadow:5px 5px #e60012}to{box-shadow:15px 15px #e60012}}#carrito-boton{cursor:pointer;background:#e60012;border:2px solid #000;justify-content:center;width:50px;padding:6px;display:flex}#carrito-boton:hover{background-color:#940410}#carrito-compras{object-fit:cover;width:25px;height:25px}.botones-accion-carrito{cursor:pointer;border:2px solid #000;margin:5px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .3s}.botones-accion-carrito.vaciar{color:#fff;background-color:#e60012;box-shadow:4px 4px #000}.botones-accion-carrito.vaciar:hover{color:#fff;background-color:#000;transform:translate(-2px,-2px);box-shadow:6px 6px #e60012}.botones-accion-carrito.comprar{color:#fff;background-color:#09f;box-shadow:4px 4px #000}.botones-accion-carrito.comprar:hover{background-color:#000;transform:translate(-2px,-2px);box-shadow:6px 6px #09f}.carrito-total-container{text-align:right;background-color:#f0f0f0;border:2px solid #000;margin:15px 0;padding:12px}.carrito-total{color:#2d3436;margin:0;font-size:16px;font-weight:700}.carrito-total-monto{color:#e60012;font-size:18px}.botones-cantidad{align-items:center;gap:10px;display:flex}.botones-cantidad button,.botones-cantidad td{cursor:pointer;background-color:#fff;border:2px solid #000;padding:5px 10px;font-weight:700;transition:all .2s}.botones-cantidad button:hover{color:#fff;background-color:#e60012}#botones-carrito{border-top:2px solid #000;justify-content:center;gap:10px;margin-top:15px;padding-top:10px;display:flex}#carrito table{border-collapse:collapse;width:100%;font-size:14px}#carrito th,#carrito td{text-align:center;border-bottom:1px solid #ddd;padding:12px 8px}#carrito th{color:#fff;background-color:#e60012;border-bottom:2px solid #000;font-weight:700}#carrito td:first-child,#carrito th:first-child{width:80px}#carrito td:nth-child(2),#carrito th:nth-child(2){flex-grow:1;width:auto}#carrito td:nth-child(3),#carrito th:nth-child(3){width:60px}#carrito td:nth-child(4),#carrito th:nth-child(4){width:100px}#carrito td img{object-fit:cover;width:70px;height:70px}#carrito td:nth-child(2),#carrito td:nth-child(3),#carrito td:nth-child(4){font-weight:700}#video-contenedor{justify-content:center;height:80vh;display:flex;position:relative}#video-grisaceo{z-index:1;background-color:#00000098;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}#video-texto{color:#000;background-color:#fefefe;border:4px solid #000;margin:0 21%;padding:15px 30px;font-size:50px;font-weight:700;box-shadow:10px 10px red}#video-tienda{object-fit:cover;width:100%;height:100%}section{text-align:center;background-color:#fff;margin:30px 20px;padding:25px}section h2{margin-bottom:20px;font-size:32px;font-weight:900}section h2:hover{-webkit-text-decoration:underline red;text-decoration:underline red;text-decoration-thickness:5px}section p{font-size:20px}.catalogo-contenedor{margin:2%}.catalogo-contenedor h3{text-transform:capitalize;font-size:25px;font-weight:900}.catalogo-productos{flex-wrap:wrap;justify-content:center;gap:20px;padding:20px;display:flex}.catalogo-categorias{flex-wrap:wrap;justify-content:center;margin-top:20px;display:flex}.catalogo-categoria{cursor:pointer;border:4px solid #000;justify-content:center;align-items:center;width:10%;margin:20px;padding:20px;transition:box-shadow .25s,transform .25s;display:flex;box-shadow:7px 10px #000}.catalogo-categoria:hover{transition:all .25s;transform:translate(-2px,-2px);box-shadow:10px 10px red}.catalogo-categoria-texto{font-weight:900}.producto-tarjeta{text-align:center;background-color:#fff;border:4px solid #000;flex:240px;margin:35px;padding-bottom:15px;transition:box-shadow .25s,transform .25s;position:relative;overflow:hidden;box-shadow:7px 10px #000}.producto-tarjeta:hover{transition:all .25s;transform:translateY(-10px);box-shadow:10px 10px #e60012}.producto-img{object-fit:contain;background-color:#fefefe;border-bottom:4px solid #000;width:100%;height:200px;padding:30px}.producto-titulo{margin:15px 15px 0;font-size:20px;font-weight:700}.producto-info{color:#940410;margin:5px;padding:10px 0;font-size:14px}.producto-precios-div{justify-content:center;align-items:center;display:flex}.producto-descuento{color:red;padding-bottom:10px;padding-right:15px;font-size:25px}.producto-precio{color:#e60012;text-align:center;padding-bottom:10px;font-size:23px;font-weight:700}.producto-precio-anterior{color:#504f4f;justify-content:center;margin:5px 0 15px 15px;font-size:15px;display:flex}.producto-btn{color:#f5f5f5;cursor:pointer;background-color:#e60012;border:3px solid #000;width:70%;margin-bottom:10px;padding:10px;font-size:medium;font-weight:700;transition:all .3s}.producto-btn:hover{background-color:#000;transition:all .25s;transform:translate(-4px,-4px);box-shadow:6px 6px #e60012}.producto-badge{color:#fff;background-color:#000;padding:6.5px 12px;font-size:14px;font-weight:700;position:absolute;top:0;left:0}.compra-contenedor{flex-wrap:wrap;align-items:center;margin:30px;display:flex}.compra-imagen{flex:none;align-items:center;margin-right:25px}#compra-img{width:100%;max-width:600px;box-shadow:6px 6px #000}#compra-img:hover{transition:all .35s;transform:translate(-2px,-2px);box-shadow:6px 6px #e60012}.compra-pasos{flex:300px}.compra-paso{text-align:justify;margin:20px;font-size:17px}.compra-paso b{color:#940410}.lista-contenedor{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.lista-contenedor-imagen{object-fit:contain;width:80px}.lista-contenedor-imagen:hover{border-bottom:4px solid red;transition:all .2s}.sobre-contenedor{flex-wrap:wrap;display:flex}.sobre-contenedor-imagen{flex:none;margin:30px;display:flex}#sobre-imagen{object-fit:cover;width:100%;max-width:600px;box-shadow:6px 6px #000}#sobre-imagen:hover{transition:all .35s;transform:translate(-2px,-2px);box-shadow:6px 6px #ffb7c5}.sobre-textos{text-align:center;flex-direction:column;flex:300px;justify-content:center;align-items:center;margin:30px;display:flex}.sobre-texto{padding-bottom:20px;font-size:20px}.hoshi{color:#bb0}.hoshi:hover{color:#e60012;font-weight:900;transition:all .25s;transform:translate(-5px,-5px)}.equipo{text-align:center;color:#fff;background-color:#2c2c27;border-radius:1rem;width:35rem;margin:10rem 0 0 10rem}.equipo-section{text-align:center;padding:40px 25px}.equipo-section h2{margin-bottom:15px}.equipo-section p{max-width:700px;margin:0 auto 20px}.equipo-contenedor{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:20px;display:flex}.equipo-card{text-align:center;background-color:#fff;border:4px solid #000;flex-direction:column;align-items:center;width:280px;margin-top:100px;padding:60px 20px 30px;display:flex;position:relative;box-shadow:6px 6px #6d6d6d}.equipo-card:hover{transition:all .25s;transform:translate(-5px,-5px);box-shadow:6px 6px #e60012}.equipo-foto{object-fit:contain;border:3px solid #000;border-radius:50%;width:140px;height:140px;position:absolute;top:-70px;left:50%;transform:translate(-50%)}.equipo-nombre{color:#2d3436;margin-top:15px;font-size:19px}.equipo-ubicacion{margin:10px;font-size:19px}.equipo-rol{color:#940410;margin-bottom:1rem;font-style:italic}.equipo-boton{cursor:pointer;color:#000;background-color:#fff;border:2px solid #000;width:100%;margin:12px 0;padding:10px 0;font-size:medium;font-weight:700;text-decoration:none;box-shadow:2px 2px #2d3436}.equipo-boton:hover{color:#fefefe;background-color:#e60012;transition:all .25s;transform:translate(-2px,-2px)}.boton-whatsapp{color:#fff;z-index:1500;cursor:pointer;background-color:#e60012;border:2px solid #000;justify-content:center;align-items:center;padding:7px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;position:fixed;bottom:13px;right:25px;box-shadow:6px 6px #00000040}.boton-whatsapp img{object-fit:contain;width:40px}.boton-whatsapp:hover{background-color:#1c5a5a;transform:scale(1.1)}.boton-subir{z-index:1500;cursor:pointer;background-color:#e60012;border:2px solid #000;width:50px;height:50px;transition:all .2s;display:block;position:fixed;bottom:13px;left:25px;box-shadow:6px 6px #00000040}.boton-subir:hover{background-color:#000;transform:translate(-5px,-5px);box-shadow:12px 12px #e60012}#img-boton-subir{object-fit:cover;width:80%;height:80%;margin-top:2px;margin-left:5px}.fotos-contenedor{grid-template-columns:repeat(6,1fr);grid-auto-rows:160px;gap:20px;margin:25px;display:grid}.foto{background-position:50%;background-size:cover;border:4px solid #000}.foto:hover{transition:all .25s;transform:translate(-5px,-5px);box-shadow:6px 6px #e60012}.f1{background-image:url(https://m.media-amazon.com/images/I/81ylo5YO8nL.jpg);grid-area:1/1/3/3}.f2{background-image:url(https://m.media-amazon.com/images/I/81w8MvB1oYL.jpg);grid-area:3/1/4/3}.f3{background-image:url(https://m.media-amazon.com/images/I/61Wws0KQYLL.jpg);grid-area:3/3/4/4}.f4{background-image:url(https://m.media-amazon.com/images/I/719Dl2i7wqL.jpg);grid-area:1/3/3/5}.f5{background-image:url(https://m.media-amazon.com/images/I/71S0S44jfdL.jpg);grid-area:1/5/3/6}.f6{background-image:url(https://m.media-amazon.com/images/I/71K-Domw0GL.jpg);grid-area:4/1/6/4}.f7{background-image:url(https://m.media-amazon.com/images/I/71IB+Lt9mML.jpg);grid-area:1/6/6/7}.f8{background-image:url(https://m.media-amazon.com/images/I/61lbgO-+rQL.jpg);grid-area:4/4/6/6}.f9{background-image:url(https://m.media-amazon.com/images/I/71JiDCSkPdL.jpg);grid-area:3/4/4/5}.f10{background-image:url(https://m.media-amazon.com/images/I/81YU-OdCHNL.jpg);grid-area:3/5/4/6}#contacto{flex-wrap:wrap;align-items:flex-start;gap:20px;padding-bottom:20px;padding-left:100px;display:flex}.contacto-info{flex-direction:column;justify-content:center;align-items:center;margin-bottom:30px;display:flex}.contacto-info p{margin:20px}.contacto-info b{color:#940410}.contacto-info,.contacto-form-div{flex:280px}.contacto-form{color:#2d3436;background-color:#fff;border:4px solid #000;flex-direction:column;align-items:center;gap:10px;padding:20px;display:flex}.contacto-form:hover{transition:all .35s;transform:translate(-6px,-6px);box-shadow:6px 6px #bb0}.contacto-form label{font-weight:700}.contacto-form input{border:2px solid #000;width:320px;height:40px;padding:10px}.contacto-form input:hover{border:2px solid #940410}input[type=file]{display:none}#input-arch{cursor:pointer;color:#000;background-color:#fff;border:2px solid #000;justify-content:center;align-items:center;width:39%;margin:10px;padding-top:10px;padding-bottom:10px;font-size:13px;display:flex;box-shadow:6px 6px #2d3436}#input-arch:hover{color:#f4f6f8;background-color:#e60012;transition:all .25s;transform:translate(-2px,-2px)}#solicitud{border:2px solid #000;width:320px;height:90px;padding:10px;font-family:Open Sans,sans-serif}#solicitud:hover{border:2px solid #940410}.contacto-form button{color:#fff;background-color:#e60012;border:2px solid #000;width:320px;height:40px;font-weight:700}.contacto-form button:hover{background-color:#000;transition:all .25s;transform:translate(-4px,-4px);box-shadow:6px 6px #e60012}footer{color:#fefefe;background-color:#1a1a1a;padding-bottom:25px}.footer-section{background-color:#1a1a1a}.footer-lista{justify-content:center;align-items:center;gap:20px;margin:25px;font-size:16px;list-style-type:none;display:flex}.footer-lista img{object-fit:contain;border-radius:20px;width:40px}.footer-lista img:hover{transition:all .25s;transform:translate(-5px,-5px);box-shadow:6px 6px #e60012}#footer-copyright{text-align:center;font-size:18px}@media screen and (width<=1300px){.top-banner{padding:8px 12px;font-size:18px}#navegacion{justify-content:center;gap:12px;padding:12px 14px}#logo{width:20%}.navegacion-lista{flex-wrap:wrap;justify-content:center;gap:12px 16px;width:100%;font-size:18px}.buscar-contenedor{width:73%}.catalogo-categoria{width:40%}.producto-precios-div{flex-wrap:wrap}.producto-btn{padding-top:16px;padding-bottom:16px}#contacto{padding-left:0}#footer{padding-bottom:80px}}@media screen and (width<=1080px){.compra-contenedor{flex-direction:column;justify-content:center;align-items:center}.sobre-contenedor{justify-content:center;align-items:center}}@media screen and (width<=900px){#navegacion{padding:0 14px}#video-texto{font-size:40px}.equipo-card{flex:240px}}@media screen and (width<=768px){#video-texto{font-size:30px}.equipo-card{flex:100%}.f1{grid-area:1/1/3/3}.f2{grid-area:3/1/4/4}.f3{grid-area:3/4/4/7}.f4{grid-area:1/3/3/5}.f5{grid-area:1/5/3/7}.f6{grid-area:4/1/6/3}.f7{grid-area:4/6/6/7}.f8{grid-area:4/3/6/5}.f9{grid-area:6/1/7/7}.f10{grid-area:4/5/6/6}}@media screen and (width<=600px){#video-texto{font-size:15px}#manga h3{margin-top:30px}.catalogo-categoria{width:35%}.catalogo-categoria-texto{font-size:15px}.catalogo-contenedor h3{font-size:20px}.producto-tarjeta{flex:0 0 100%}.producto-precio,.producto-descuento{font-size:18px}#sobre-imagen{max-width:300px}.f1{grid-area:1/1/3/3}.f2{grid-area:3/1/4/4}.f3{grid-area:3/4/4/7}.f4{grid-area:1/3/3/5}.f5{grid-area:1/5/3/7}.f6{grid-area:4/1/5/4}.f7{grid-area:5/5/6/7}.f8{grid-area:4/4/5/7}.f9{grid-area:6/1/7/7}.f10{grid-area:5/1/6/5}}
