.audios .card, .card.audios {
    background-color: #CCF2E4;
    color: #12403A!important;
}

.imagenes .card, .card.imagenes {
    background-color: #E6E6FA;
    color: #1C1C2B!important;
}

.relatos .card, .card.relatos {
    background-color: #FADADD;
    color: #4A2C2A!important;
}

.poesia .card, .card.poesia {
    background-color: #0F1B2D;
    color: #B3D9FF!important;
}

section#blog-hero {
    background-position: 95% 0;
}
@media only screen and (min-width: 1900px) {
section#blog-hero {
    background-position: 0 0;
  }
}

.category-tittle {
    margin: 0px 0px 0px;
    padding: 0px 40% 0px;
    position: absolute;
    z-index: 0;
    top: 35%;
    right: 0;
    bottom: 0px;
    left: 0;
  }