/*** INICIO MEDIA QUERY - Desktops - Resolução superiores a 1367 ***/
@media only screen and (min-width : 1681px) 
				   and (max-width : 1920px){
.col-main{width:1300px !important;}
}