/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2023 | 12:10:49 */
#modulo_destacados .categorias_archivo {
    display: flex;
    justify-content: space-between;
    width: 310px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#modulo_destacados .categorias_archivo a {
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    border-bottom: 2px solid #fff;
	margin-right: 30px;
	
}
#modulo_destacados .categorias_archivo a.activo {
	color: #B19C79;
	border-bottom: 2px solid #B19C79;
	outline: none;
	pointer-events: none;
}

