.destaques {
	width:auto;
	}
.destaques img {
	max-width:100%;
	}
.icon_destaques {
	background-color:#ccc;
	width:10px;
	height:10px;
	}
.destaque_content {
	padding: 10px;
	min-height:210px;
	}

.mod_destaque_1 li{
    display: inline;
    list-style-type: none;
    float: left;
    width: 97%;
    position: relative;
    left: -42px;
    } 
    .mod_destaque_2 li{
    display: inline;
    list-style-type: none;
    float: left;
    width: 45%;
    padding-right: 9px;
    } 
	.mod_destaque_3 {
	width:100%;
	height:auto;
	
	}
    .mod_destaque_3 li{
    display: inline;
    list-style-type: none;
    float: left;
    width: 31%;
    padding-right: 9px;
    } 
    .mod_destaque_4 li{
    display: inline;
    list-style-type: none;
    float: left;
    width: 24%;
    } 
@media only screen and (max-width: 768px) {	
	.destaques img {
		float: left;
		}

	.destaques li {
	
		width: auto !important;
		}
}