/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2025 | 10:36:00 */
:root{
	--dad-blanco: white;
	--dad-marron: var(--wp--preset--color--contrast, #876f66);
}

.color-inherited, .color-inherited :where(h1,h2,h3,h4,h5,h6,p){
	color: inherit!important;
}

.blanco-color, .blanco-color :where(h1, h2, h3, h4, h5, h6, p){
	color: white!important;
}

.blanco-color.vert-fechas .separador{
	border-color: white!important;
}

.marron-color, .marron-color :where(h1, h2, h3, h4, h5, h6, p){
	color: var(--wp--preset--color--contrast, #876f66)!important;
}

.marron-color.vert-fechas .separador{
	border-color: var(--wp--preset--color--contrast, #876f66)!important;
}

.naranja-color, .naranja-color :where(h1, h2, h3, h4, h5, h6, p){
	color: var(--wp--preset--color--accent-2, #ff9366)!important;
}

.naranja-color.vert-fechas .separador{
	border-color: var(--wp--preset--color--accent-2, #ff9366)!important;
}

.rojo-color, .rojo-color :where(h1, h2, h3, h4, h5, h6, p){
	color: var(--wp--preset--color--accent, #e57373)!important;
}

.rojo-color.vert-fechas .separador{
	border-color: var(--wp--preset--color--accent, #e57373)!important;
}

.negro-color, .negro-color :where(h1, h2, h3, h4, h5, h6, p){
	color: black!important;
}

.negro-color.vert-fechas .separador{
	border-color: black!important;
}
