/*
CTC Separate Stylesheet
Updated: 2025-10-25 02:38:39
*/

.texto-degradado-dorado{
	background: linear-gradient(90deg, #9A8451 0%, #EBD491 50.48%, #9A8451 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}