.card{
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.3);
    padding: 20px;
    margin-bottom: 15px;
    float: left;
    width: 100%;    
}

.title-badge{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666;
}

.badge-card{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;   
}

.new-card {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
    background: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.new-card a{
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.new-card-content .media:nth-child(even) {
    background: #eee;
}

.title-card {
    color: #fff;
    text-align: center;
    height: auto;
    padding: 20px;
}

.no-pad {
    padding: 0;
}

.cnc-card {
    background: linear-gradient(rgba(14, 92, 173,0.7),rgba(14, 92, 173,0.7)),url("img/home/cnc.jpg");
    background-position: center;
    background-size: cover;
}

.acic-card {
    background: linear-gradient(rgba(14, 92, 173,0.7),rgba(14, 92, 173,0.7)),url("img/home/acic.jpg");
    background-position: center;
    background-size: cover;
}

.defesa-card {
    background: linear-gradient(rgba(14, 92, 173,0.7),rgba(14, 92, 173,0.7)),url("img/home/defesa.jpg");
    background-position: center;
    background-size: cover;
}

.recurso-card {
    background: linear-gradient(rgba(14, 92, 173,0.7),rgba(14, 92, 173,0.7)),url("img/home/recurso.jpg");
    background-position: center;
    background-size: cover;
}

.media-left {
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    height: 51px;
}

.media-ok {
    background: #4CAF50;
}

.media-alert {
    background: #FFC107;
}

.media-danger {
    background: #F44336;
}

.media-all{
    background: #3F51B5;
}

.media {
    margin-top: 0;
}

.media-body {
    padding: 10px;
}

.bold {
    font-weight: bold;
}

.card-3 .media-left {
    height: 51px;
}

.card-2 .media-left {
    height: 76.5px;
}

.card-1 .media-left {
    height: 153px;
}