/*
Theme Name:  Divi child theme
Description: Tema hijo para hacer personalizaciones de código
Author:      LuisCr
Author URL:  https://luisangelcruz.com
Template:    Divi
Version:     1.0.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child
*/


 
/*------------------------------------------------------- 
A partir de aquí puedes poner tus estilos de CSS personalizados 
------------------------------------------------------- */

.simpay-payment-btn {
	border-radius: 8px;
  background-color: #fed667;
  border: none;
  color: black;
  padding: 15px 32px;
	font-family: Rubik;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  margin: 4px 2px;
	cursor: pointer;
} 

.gradient-text {
  background: #3d32dc; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3d32dc, #ad2bee); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3d32dc, #ad2bee); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
