/*
Template Name: Banizzo - Digital Agency HTML5 Template
Theme URI: https://codexup.com/
Author: CodeXup
Author URI: https://codexup.com/preview/banizzo/
Description:
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
*/


.btn__cta.without-margin {
    margin: 0px auto 0 auto;
}
.btn__cta {
    max-width: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 0 auto;
}

.btn__cta .btn-cta-maestre {
    color: var(--white);
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}


@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

  .cta-button-animation {
    animation: pulse 1.5s infinite ease-in-out;
    /* Outras propriedades de estilo do botão */
  }
