.card
  &__cover
    background-color: get-color((color: raiz, opacity: .5))
    display: flex
    height: 110px
    margin: 0
    overflow: hidden
    width: 100%

    img
      min-height: 100%
      min-width: 100%

  &__cover-title
    color: get-color(air)
    line-height: 110px
    position: absolute
    text-align: center
    width: 100%
    z-index: 1
