
body{
    font-family: 'Gill Sans', 'Gill Sans MT',Calibri, 'Trebuchet MS', sans-serif;
}

img{
  max-width: 100%;  
}

article.card{
    /*max-width: 350px;*/
    background: #f8f8f8;
    border-radius: 8px;
    margin: 1rem;
    box-shadow: 0 0 12px #d7d7d7;
}

.header-card img{
    border-radius: 8px 8px 0 0;
    max-height: 400px;
    height: 400px;
    width: 100%;
}

.categoria-card{
    margin-top: 1rem;
}

.categoria-card span{
    background: #25c4d8;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 4px;
}


.footer-card{
    padding: 0 1rem;
}

.perfil-card{
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.img-perfil-card{
    display: flex;
}

.img-perfil-card img{
    width: 50px;
    margin: 1rem 1 rem 1rem 0;
    border-radius: 50%;
}

.texto-perfil-card{
    display: flex;
    flex-flow: column;
}

.texto-perfil-card span:nth-child(2){
    color: #cfcfcf;
}