/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.blanco{
	color: white;
}

.negro{
	color: black;
}

.slogan{
	font-size: 3em;
}

.bg-tema {
	background-color: #fc6820;
}

.colortema {
	color: #fc6820;
	border: 2px solid #ffffff;
}

.oscuro {
	filter: brightness(0.6);
}