.formulario-moto{background:linear-gradient(145deg,#1f1e21,#2a2a2e);border:1px solid #ccff00;border-radius:12px;box-shadow:0 0 25px #ccff001a;padding:3rem;margin:3rem 0;position:relative;animation:fadeUp .8s ease-out;font-family:Orbitron,sans-serif}.formulario-moto:before{content:"";position:absolute;top:0;left:15%;width:70%;height:2px;background:#cf0;box-shadow:0 0 15px #cf0}.formulario-moto__titulo{font-size:2.8rem;font-weight:900;text-transform:uppercase!important;font-style:italic;color:#fff;text-align:left;margin-bottom:2.5rem;border-left:6px solid #ccff00;padding-left:1.2rem;line-height:1}.formulario-moto__campos{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.campo{display:flex;flex-direction:column;border-bottom:1px solid #333;padding-bottom:1rem}.campo label{font-size:.9rem;font-weight:700;text-transform:uppercase;color:#888;margin-bottom:.5rem;letter-spacing:1px;transition:color .3s}.campo input,.campo select,.campo textarea{background-color:#1f1e21;border:1px solid #444;border-radius:6px;color:#fff;padding:1rem;font-size:1rem;transition:all .3s ease}.campo input::placeholder,.campo textarea::placeholder{color:#555}.campo:focus-within label{color:#cf0}.campo input:focus,.campo select:focus,.campo textarea:focus{border-color:#cf0;background-color:#000;box-shadow:0 0 15px #ccff004d;outline:none}.campo select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ccff00' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:10px;cursor:pointer}.campo-full-width{grid-column:1 / -1}.campo textarea{min-height:120px;resize:vertical}.formulario-moto__boton{width:100%;background:linear-gradient(135deg,#cf0,#b3ff00);color:#1f1e21;font-weight:700;font-size:1.2rem;padding:1.2rem;border:none;border-radius:8px;box-shadow:0 4px #8cb300;transition:all .3s ease;animation:pulse 2s infinite;cursor:pointer}@keyframes pulse{0%{box-shadow:0 0 10px #ccff004d}50%{box-shadow:0 0 20px #cf09}to{box-shadow:0 0 10px #ccff004d}}.formulario-moto__boton:hover{transform:translateY(-2px);background:#dfff4d;box-shadow:0 10px 25px #cf09}.formulario-moto__boton:active{transform:translateY(4px);box-shadow:none}.share-button,.share-button:link,.share-button:visited{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-top:2rem;padding:1rem 2rem;background:transparent!important;color:#cf0!important;text-decoration:none!important;border:1px solid #ccff00!important;border-radius:4px;font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:800;text-transform:uppercase!important;letter-spacing:2px;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.25,1,.5,1);box-shadow:0 0 10px #ccff001a;z-index:1}.share-button:after{content:"";display:inline-block;width:16px;height:16px;margin-left:12px;background-color:#cf0;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E");mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;transition:background-color .4s ease}.share-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#cf0;z-index:-1;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.25,1,.5,1)}.share-button:hover{color:#1f1e21!important;box-shadow:0 0 25px #cf09;border-color:#cf0!important;transform:translateY(-2px)}.share-button:hover:before{transform:scaleX(1);transform-origin:left}.share-button:hover:after{background-color:#1f1e21}.share-button:active{transform:translateY(1px);box-shadow:0 0 10px #cf06}@media (max-width: 768px){.formulario-moto{padding:2rem}.formulario-moto__titulo{font-size:2rem;text-align:center;border-left:none;border-bottom:3px solid #ccff00;padding-bottom:10px}.formulario-moto__campos{grid-template-columns:1fr;gap:1.2rem}.formulario-moto__boton{font-size:1.1rem;padding:1rem}.share-button{display:block;width:100%;text-align:center}}.descripcion-custom-section{background:linear-gradient(145deg,#1f1e21,#2a2a2e);border:1px solid #ccff00;border-radius:14px;padding:4rem;margin:4rem 0;box-shadow:0 0 30px #ccff0026;font-family:Figtree,Orbitron,sans-serif;color:#f8f8f8;animation:fadeUp .8s ease-out;font-size:1.5rem;line-height:2.1}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.descripcion-custom-inner{max-width:1000px;margin:0 auto}.descripcion-titulo{font-size:3rem;font-weight:900;text-transform:uppercase;font-style:italic;color:#cf0;margin-bottom:2.5rem;border-left:8px solid #ccff00;padding-left:1.2rem;line-height:1.2}.descripcion-contenido{font-size:1.5rem;line-height:2.1;color:#fff}.descripcion-contenido p{margin-bottom:2rem}.descripcion-contenido ul{list-style:none;padding-left:0;margin-top:2.5rem}.descripcion-contenido ul li{position:relative;padding-left:2.5rem;margin-bottom:1.8rem;font-weight:600;font-size:1.4rem}.descripcion-contenido ul li:before{content:"\2705";position:absolute;left:0;top:0;font-size:1.6rem;color:#cf0}.descripcion-contenido .frase-final{margin-top:3rem;font-size:1.6rem;font-weight:800;color:#cf0;text-align:center;background:#1f1e21;padding:1.5rem;border-radius:10px;box-shadow:0 0 12px #ccff004d}@media (max-width: 768px){.descripcion-custom-section{padding:2rem;font-size:1.2rem}.descripcion-titulo{font-size:2.4rem;text-align:center;border-left:none;border-bottom:4px solid #ccff00;padding-bottom:12px}.descripcion-contenido,.descripcion-contenido ul li{font-size:1.2rem}.descripcion-contenido .frase-final{font-size:1.3rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom.css.map */
