.boton-cta a{border:2px solid #0F70B7;padding:8px!important;background-color:#0F70B7;color:#fff!important;border-radius:10px;animation-name:pulse;animation-duration:3000ms;transform-origin:70% 70%;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes pulse{0%{transform:scale(1)}30%{transform:scale(1)}40%{transform:scale(1.08)}50%{transform:scale(1)}60%{transform:scale(1)}70%{transform:scale(1.05)}80%{transform:scale(1)}100%{transform:scale(1)}}.boton-cta a:hover{border:1px solid #0F70B7;padding:10px!important;background-color:#fff;color:#0F70B7!important;border-radius:15px;animation:none}