﻿.catalogo-box {
    overflow: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}

.catalogo-wrapper {
    display: flex;
    margin: 0 15px 15px 15px;
    cursor: pointer;
    overflow: hidden;
    height: 150px;
    min-width: 545px;
    max-width: 545px;
}

    .catalogo-wrapper .catalogo-image {
        width: 110px;
        height: 110px;
        min-width: 110px;
        background-size: cover;
    }

    .catalogo-wrapper .catalogo-body {
        margin-left: 15px;
    }

    .catalogo-wrapper .catalogo-data {
        font-size: 0.8em;
    }

    .catalogo-wrapper .catalogo-title {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .catalogo-wrapper .catalogo-html {
        max-height: 110px;
        background: -webkit-linear-gradient(#575555, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.catalogo-title{
    
}

.catalogo-no-info {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.catalogo-big-title{
    color: var(--catalogo-big-title-color);
    font-weight: bold;
}
