﻿
.alvet-marcas a, .alvet-marcas {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: var(--alvet-marron-oscuro);
}

.alvet-marcas.activa a, .alvet-marcas.activa {
    font-weight: bold;
}


.alvet-filtro {
    margin-left: 0px;
    float: left;
    height: auto;
    max-height: 255px;
    overflow-y: auto;
    margin-bottom: 0px;
}


.alvet-filtro::-webkit-scrollbar-track {
    background-color: #f6f6f6;
}

.alvet-filtro::-webkit-scrollbar {
    width: 8px;
    background-color: #f6f6f6;
}

.alvet-filtro::-webkit-scrollbar-thumb {
    background-color: #e8907d;
    background-image: url('../../imagenes/fondo_scroll_filtro.jpg');
    background-position-y: center;
}



.alvet-filtro .alvet-marcas a:hover {
    font-weight: bold;
    text-decoration: none;
}



/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}