/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.btn-enviar {
  background-color: #005baa;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.btn-enviar:hover {
  background-color: #004a91;
  transform: scale(1.02);
}

.btn-enviar:focus {
  outline: 3px solid #ffcc00;
  outline-offset: 2px;
}