/* 
Theme Name: Ouvir Mais
Theme URI: https://ouvirmais.med.br/
Description: 14 anos fazendo você ouvir mais!
Author: Div WebSites
Author URI: https://divwebsites.com.br.com.br
Template: hello-elementor
Version: 1.0.1
Text Domain: ouvirmais
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: Expert em Audiologia, Exames & acessórios, Representante Unitron, Qualidade e compromisso
*/

/*
    Add your custom styles here
*/

.titulo-black{
    font-family: "Supera Gothic", Sans-serif;
    font-weight: 900;
}

.titulo-black-2{
    color:#402211;
}

.elementor-button {
    animation: growLoop 1.5s infinite ease-in-out;
}

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