.boton_del_blog{color:#000;display:inline-block;font-family:arial;letter-spacing:4px;margin:40px 50px 40px 0;overflow:hidden;padding:25px 30px;position:relative;text-decoration:none;text-transform:uppercase;transition:.5s}.boton_del_blog:hover{background:#8325b2;box-shadow:0 0 5px #8325b2,0 0 25px #8325b2,0 0 50px #8325b2,0 0 200px #8325b2;color:#050801;color:#fff}.boton_del_blog span{display:block;position:absolute}.boton_del_blog span:first-child{animation:animate1 1s linear infinite;background:linear-gradient(90deg,transparent,#8325b2);height:2px;left:0;top:0;width:100%}@keyframes animate1{0%{left:-100%}50%,to{left:100%}}.boton_del_blog span:nth-child(2){animation:animate2 1s linear infinite;animation-delay:.25s;background:linear-gradient(180deg,transparent,#8325b2);height:100%;right:0;top:-100%;width:2px}@keyframes animate2{0%{top:-100%}50%,to{top:100%}}.boton_del_blog span:nth-child(3){animation:animate3 1s linear infinite;animation-delay:.5s;background:linear-gradient(270deg,transparent,#8325b2);bottom:0;height:2px;right:0;width:100%}@keyframes animate3{0%{right:-100%}50%,to{right:100%}}.boton_del_blog span:nth-child(4){animation:animate4 1s linear infinite;animation-delay:.75s;background:linear-gradient(1turn,transparent,#8325b2);bottom:-100%;height:100%;left:0;width:2px}@keyframes animate4{0%{bottom:-100%}50%,to{bottom:100%}}