/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 18 2025 | 04:54:08 */
.ContainerTipes{
	background: white;
	gap: 5px;
}

.ContentTipes{
	border-radius: 3px;
	filter: brightness(1);
	background: #000;
}

.ContentTipes:active {
    background: #000;
    filter: brightness(1);
}

.ContentTipes:focus {
    background: #000;
    filter: brightness(1);
}

.ContentTipes:focus-visible {
    background: #000;
    filter: brightness(1);
}

.ContentTipes:focus-within {
    background: #000;
    filter: brightness(1);
}

.ContentTipes:hover {
    filter: brightness(1) !important;
    /*background-color: #000 !important;*/
	background: #f5323d  !important;
}

.ContentTipes:target {
    background: #000;
    filter: brightness(1);
}

.filtro-blanco {
    filter: brightness(1);
}