<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div_general_prod_relacionats_noves_families{
    display: flex;
    margin: 0 10px;
    flex-direction: column;
    margin-bottom: 30px;
    margin-right: 1%;
}
.slider_galeries{
    min-height: unset;
}
.div_titol_prod_rel{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.img_prod_rel{
    width: 40px;
    height: 40px;
}
.text_titol_prod_rel{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 25px;
    color: #005898;
    padding: 0;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 10px;
}
.div_descripcio_prod_rel{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text_descripcio_prod_rel{
    color: #666;
    font-size: 18px;
}
.prod_rel_families{
    margin-right: 3%;
}
.imatge_relacionats{
    position: relative;
    overflow: hidden;
}
.imatges_relacionats_grans{
    transition: transform .25s, visibility .25s ease-in;
}
.imatges_relacionats_grans:hover{   
    opacity: 0.9;
    transform: scale(1.1);
}
.cela_titol {
    font-size: 20px;
    font-family: 'Source Sans Pro',sans-serif;
    color: #005898;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} 
@media (max-width: 990px){
    .div_link_breadcrumbs img {
        width: 20px;
    }
    .div_general_prod_relacionats_noves_families{
        border-bottom: 2px solid #d3d3d3;
        padding-bottom: 20px;
        margin: 0 10px;
    }
    .div_general_prod_relacionats_noves_categories{
        margin-right: 10px;
        margin-left: 10px;
        padding-bottom: 20px;
        margin-top: 20px;
        border-bottom: 2px solid #d3d3d3;
    }
    .imatges_relacionats_grans{
        width: 40vw;
    }
    .prod_rel_categories{
        margin-right: 3%;
    }
}</pre></body></html>