.resultados ion-content{
    background: #F3F3F4;
    padding: 15px;
}

.resultados .list.card{
    padding: 0 ;
    margin: 0;
}

.resultados .list.card .item{
    border: none;
    padding: 20px;
}

.resultados .list.card .item h2{
    font-family: Roboto-Medium;
    color: #333;
}

.resultados .list.card .chart-content{
    min-width: 500px;
    overflow: hidden;
    padding-right: 5px;
}

.resultados .list.card .item.item-image{
    position: relative;
    min-height: 350px;
}

.resultados .list.card .item.item-image .carregando{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 193px;
}

.resultados .col-md-6{
    padding: 5px !important;
}
