/*
* @package Enar
* @copyright (C) 2016 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <stars.joomla@gmail.com>
* @authorurl <http://themeforest.net/user/joomlastars>
*/


/* Css for home page only */

.transparent_header #site_header {
    position: absolute;
}
/*
* @package Enar
* @copyright (C) 2016 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <stars.joomla@gmail.com>
* @authorurl <http://themeforest.net/user/joomlastars>
*/

/* You can add new css here */

.botao-wpp {
  text-decoration: none;
  color: #eee;
  display: inline-block;
  background-color: #25d366;
  font-weight: bold;
  padding: 1.2rem 2.4rem;
  border-radius: 4px;
}

.botao-wpp:hover {
  background-color: #21bd5c;
  color: #fff;
}

.botao-wpp:focus {
  background-color: #16ad3c;
  color: #fff;
}