/* =Standards
-------------------------------------------------------------- */

.grid-660{
    margin: 0 auto;
    max-width: 660px;
    width: 100%;
}

.clear-both{
    clear: both;
}

/* =Fontes
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900);

/* =Content
-------------------------------------------------------------- */
.infografico{
    position: relative;
}

.componente-cards-infog {
    font-family: "Source Sans Pro",sans-serif;
    margin: 0.625em 0 1.5em 0;
}

.componente-cards-infog .item{
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin: 10px 14px;
    overflow: hidden;
    vertical-align: top;
    width: 300px;
}

.componente-cards-infog .item a{
    text-decoration: none;
}

/*.componente-cards-infog .item figure:before{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 80%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 100%;
}*/

.componente-cards-infog .item figure {
    display: block;
    min-height: 80px;
    overflow: hidden;
    position: relative;
}

.componente-cards-infog .item figure img{
    display: block;
    width: 100%;
}

.componente-cards-infog .item .conteudo{
    display: block;
    padding: 15px 10px;
}

.componente-cards-infog .item .conteudo h2{
    color: #4174a7;
    font-family: "Roboto Slab",sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    margin: 0 0 5px;
    text-transform: none;
}

.componente-cards-infog .item .conteudo p{
    color: #999;
    font-size: 15px;
    line-height: 120%;
    margin: 0;
}

.componente-cards-infog .item .veja-mais{
    border: 1px solid #ddd;
    border-top: 0 none;
    display: block;
}

.componente-cards-infog .item .veja-mais a{
    color: #4174a7;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease 0s;
}

.componente-cards-infog .item .veja-mais a:hover{
    color: rgba(64, 116, 167, 0.8)
}


/* =Media Queries
-------------------------------------------------------------- */
@media(max-width: 767px){
    .componente-cards-infog .item{
        margin: 10px 9px;
        width: 280px;
    }
}

@media(max-width: 599px){
    
    .componente-cards-infog{
        
    }
    
    .componente-cards-infog .item{
        display: block;
        margin: 20px auto;
        width: 300px;
    }
}