/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2025 | 11:20:46 */
/** Estilos Basicos **/

/* Texto */
.text-balance,
.text-balance * {
	text-wrap: balance;
}
.text-pretty {
	text-wrap: pretty;
}

/* Enlaces */
a,
a u {
	color: #67B261;
}
a:hover,
a:hover u {
	color: #028C47;
}

.a-green a {
	color: #67B261 !important;
}
.a-green a:hover {
	color: #028C47 !important;
}

/* Extras */
.red {
	color: #E04562 !important;
}

.button {
	padding: 1rem;
	background-color: #67B261;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
}