.flourish-credit {
    display: none;
}

.filtros {
    user-select: none;
    margin: 20px auto 48px;
    text-align: center;
    line-height: 1.333;
    max-width: 600px;
}
.filtros button {
    padding: 8px 15px;
    margin: 4px 2px;
    background-color: #eeeeee;
    border-radius: 22px;
    font-size: 13px;
    font-weight: bold;
    line-height: 18.4px;
    text-transform: uppercase;
    color: #545454;
    /* font-family: 'Lato'; */
    cursor: pointer;
    border: none;
    transition: all .333s;
}

.arte-content [data-contains]:not([data-contains="gallery"]) h4 {
    display: block;
    margin: 48px auto 16px;
    font-size: 12px;
    text-align: center;
}

.arte-data-div-botao {
    margin: auto;
    margin-bottom: 50px;
    max-width: 400px;
    line-height: 48px;
}

.arte-data-div-botao a:hover{
    background-color: #006194;
    color: white !important;
}

.arte-data-botao {
    user-select: none;
    border-radius: 5px;
    padding: 8px 12px;
    border: 1px solid #006194;
    text-decoration: none !important;
    transition: all .4s;
    text-transform: uppercase;
}

@media screen and (max-width:600px){
    .arte-data-div-botao {
        margin: auto;
        max-width: 180px;
        line-height: 20px;
    }

    .arte-data-botao {
        display: inline-block;
        /* margin: auto 24% 10px; */
        margin-bottom: 10px;
    }
}