.list-arts .header h1 {
  font-size: 50px;
  text-transform: uppercase; }
  .list-arts .header h1 span {
    color: #D20000; }

.list-arts .header .breadcrumb a {
  color: #0E0E0D; }

.list-arts .header .breadcrumb li.active {
  color: #D20000; }

.list-arts .art-card {
  position: relative; }
  .list-arts .art-card .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .list-arts .art-card .overlay .title {
      border-bottom: 1px solid #fff; }
    .list-arts .art-card .overlay .info .date .top, .list-arts .art-card .overlay .info .cat .top {
      color: #fff;
      opacity: 40%;
      font-size: 14px; }
    .list-arts .art-card .overlay .info .date .bottom, .list-arts .art-card .overlay .info .cat .bottom {
      font-size: 16px;
      color: #fff; }

.list-arts .modal-body .title-modal {
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1); }

@media (max-width: 576px) {
  .list-arts .art-card .overlay {
    padding: 0.5rem 0.5rem !important; } }

@media (min-width: 576px) and (max-width: 768px) {
  .list-arts .art-card .overlay {
    padding: 1rem 1rem !important; } }
