.imagem_texto .texto .btn_cta{display:block;width:-moz-fit-content;width:fit-content;backface-visibility:hidden;background:rgba(0,0,0,0);text-decoration:none}.imagem_texto .texto .btn_cta .content{display:flex;align-items:center;justify-content:center;width:100%;font-size:1.3em;text-transform:uppercase;color:#fff;border:none;border-radius:2rem;background:rgba(44,193,93,.967);cursor:pointer;box-shadow:0 0 0 0 rgba(44,193,93,.5);animation:pulse 1.5s infinite;transition:transform .3s ease;padding:.5rem 2rem;letter-spacing:3%}.imagem_texto .texto .btn_cta .content:hover{animation:none;transform:scale(0.95);background-color:#0c35de}@keyframes pulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(44,193,93,.7)}70%{transform:scale(1);box-shadow:0 0 0 15px rgba(44,193,93,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(44,193,93,0)}}.imagem_texto .texto h2{font-weight:700}.imagem_texto .texto h2 strong{font-weight:700;color:#fd0210}.imagem_texto .texto p{margin:1.5rem 0}.imagem_texto figure img{border-radius:.5rem}@media(max-width: 63.9375rem){.imagem_texto .texto .btn_cta{width:100%}}