@import"https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Chakra Petch,sans-serif;font-weight:300;font-style:normal}html,body{width:100%;min-height:100vh;margin:0;padding:0}.header{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding:5px;background-color:#212b3079;position:fixed;top:0;right:0;width:100%;transition:.75s}.header:hover{background-color:#212b30}.contenidoHeader{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;padding-left:30px;padding-right:30px}.nav{display:flex;flex-flow:row nowrap;justify-content:space-evenly;align-items:center;gap:20px}.navLink{text-decoration:none;color:#fff;transition:.5s}.navLink:hover{transform:scale(1.08);color:#0075ac}#linkCarrito{transition:.5s}#linkCarrito:hover{transform:scale(1.1)}.bannerBack{background-image:url(https://cdn.buttercms.com/VIDEDoBkROSsIwUm2LRy);background-size:90%;background-position:center;background-repeat:no-repeat;height:900px;display:flex;align-items:center;animation:entrance 1.4s;background-size:cover}.bannerBack:before{transform-origin:top;height:100%;transform:scaleY(0);content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to bottom,#000b,#0000);z-index:1;animation:entranceBann 2s;transform:scaleY(1)}@keyframes entranceBann{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.bannerBack>*{position:relative;z-index:2}@keyframes entrance{0%{filter:blur(11)}to{filter:blur(0)}}#red{background-image:linear-gradient(to top left,#332424,#ff1e00);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}#blue{background-image:linear-gradient(to top left,#332424,#1e00ff);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}#black{background-image:linear-gradient(to top left,#363636,#000);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}#white{background-image:linear-gradient(to top left,#b9b9b9,#fff);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}#orange{background-image:linear-gradient(to top left,#3e231c,#ff6200);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}#gray{background-image:linear-gradient(to top left,#000,#626262);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}#xltBlue{background-image:linear-gradient(to top left,#363636,#00349c);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}#lariat{background-image:linear-gradient(to top left,#acacac,#fff);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}#azure{background-image:linear-gradient(to top left,#36494a,#5f8086);background-size:100%;background-position:center;border-radius:50%;width:30px;height:30px}.card-text{display:flex;flex-flow:row wrap;justify-content:space-between;gap:2px}.navColores{display:flex;flex-flow:row nowrap;gap:5px;align-items:center}.btnColores{transition:.3s;border:1px solid transparent}.btnColores:hover{border:1px solid #ffffff;transform:scale(1.05)}.bannerContent{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;margin-left:20px}.textBanner{color:#fff;z-index:999}.titleBanner{text-align:center;font-size:50px;font-size:35px;font-family:Bruno Ace,sans-serif;font-weight:400;font-style:normal}.subTitBanner{text-align:center;font-size:22px;font-family:Chakra Petch,sans-serif;font-weight:300;font-style:italic}.titleSeccion{font-style:italic}.seccionProductos{display:flex;flex-flow:column wrap;justify-content:center;align-items:center;margin-top:10px}.footer{display:flex;width:100%;background-color:#212b30;justify-content:center;align-items:center}.containerFooter{padding-top:20px;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:20px}.card{transition:.5s}.card:hover{transform:scale(1.08);background-color:#28373f;color:#fff}.bi-arrow-left:hover{transform:scale(1.2)}.configurador{display:"flex";flex-flow:"row nowrap";gap:10px;align-items:"center"}.btnColores{flex-flow:column nowrap;gap:3px}.bi-arrow-left{transition:.5s}.carousel-control-prev-icon,.carousel-control-next-icon{filter:invert(100%)}.card:hover{z-index:999}.cardTabla{border:1px solid #000000;border-radius:5px;padding:5px}.formInput{border-radius:4px;border:.7px solid black;height:35px;margin-bottom:10px}.opcionales{margin-top:15px;margin-bottom:15px}.botonesCompra{width:100vw;display:flex;justify-content:space-between;align-items:center}.configurador{display:flex;flex-flow:row nowrap;align-items:center}.cartasModelos{border:"1px solid #000";border-radius:"10px";margin:"10px";padding:"20px";display:"flex";flex-flow:"column nowrap";justify-content:"center";align-items:"center"}.categories,.productosContainer{height:100vh}@keyframes priceChange{0%{transform:scale(1);color:#005c7d}50%{transform:scale(1.1);color:#007bff}to{transform:scale(1);color:#005c7d}}.price-animation{animation:priceChange .5s ease-in-out}@media (max-width:690px){.configurador{display:flex;flex-flow:column nowrap}.btnColores{flex-flow:row nowrap}.botonesCompra{display:flex;justify-content:space-between;align-items:center}}@media (max-width:430px){.botonesCompra{flex-flow:column nowrap;gap:30px}}@media (max-width:380px){.imgLogo{width:80px;height:100%}}@media (max-width:770px){.categories{height:100%}}
