/*
Estilos de la página de index
*/

/* Estilos de banner de subastas */
.banner-main-title-text{
	background: linear-gradient(to right, #c6760a, #ffd295, #c6760a);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.9));
}
.banner-auction-session{
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	background-color: color-mix(in srgb, var(--brand-primary-800), transparent 40%);
}