/* 
Theme Name: Nascer do Sol Empreendimentos
Theme URI: https://nascerdosolempreendimentos.com.br
Description: Seu Novo Endereço
Author: Div WebSites
Author URI: https://divwebsites.com.br.com.br
Template: hello-elementor
Version: 1.0.1
Text Domain: nascer-do-sol
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 
*/

/*
    Add your custom styles here
*/

.grow-infinite {
    animation: growPulse 2s infinite ease-in-out;
}

@keyframes growPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}