@media (max-width: 1199px) and (min-width: 992px){
	.container{
		max-width: 100% !important;
		width: 100% !important;
	}	
}

@media (max-width: 991px) and (min-width: 768px){
	.container{
		max-width: 100% !important;
		width: 100% !important;
	}
	#main {
    	background: url(../img/bg-form.jpg);
    	background-size: auto 100% !important;
    }
    .contatos {
	    text-align: center !important;
	    float: unset !important;
	    margin-top: 20px;
	    display: block;
	    position: relative;
	}
	.logo {
	    width: 100% !important;
	    padding: 10px;
	    text-align: center;
	}
}

@media (max-width: 767px){
	.container{
		max-width: 100% !important;
		width: 100% !important;
	}
	#main {
    	background: url(../img/bg-form.jpg);
    	background-size: auto 100% !important;
    }
    .contatos {
	    text-align: center !important;
	    float: unset !important;
	    margin-top: 20px;
	    display: block;
	    position: relative;
	}
	.logo {
	    width: 100% !important;
	    padding: 10px;
	    text-align: center;
	}
}