@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 768px) and (max-width: 1100px)  {
.meio	{
	width: 90%;
	}
	}
	
@media only screen and (min-width: 480px) and (max-width: 767px) {
.meio	{
	width: 96%;
	}
.col-1 , .col-2 , .col-3 , .col-4 , .col-5 , .col-6 , .col-7 , .col-8 , .col-9 , .col-10 , .col-11 , .col-12	{
	width: 46% !important;
	margin: 0 2% 20px 2% !important;
	}
	}
	
@media only screen and (max-width: 479px) {
.meio	{
	width: 100%;
	}
.col-1 , .col-2 , .col-3 , .col-4 , .col-5 , .col-6 , .col-7 , .col-8 , .col-9 , .col-10 , .col-11 , .col-12	{
	width: 100% !important;
	margin: 0 0 20px 0 !important;
	}
	}
	
