@media screen and (max-width: 1150px){
	.max-w {width: 95%;}
}
@media screen and (max-width: 950px){
	nav i.fa {display: block;font-size: 2em;color: #fff;padding: 10px;}
	nav ul {
		display: none;
    	text-align: center;
	}
	nav ul li a {margin: auto;}
	header.top > div > img {
	    width: 50%;
	}
	.info-slide {
	    flex-direction: column;
	    text-align: center;
	    padding-bottom: 15px;
	}
	.wrapper-slide {
	    flex-wrap: wrap;
	}
	.info-slide h3 {
	    font-size: 15px;
	    margin: 5px 0;
	}
	.box-slide {width: 100%;}
	.end > div {flex-direction: column;text-align: center;	}
	.end > div {flex-direction: column;text-align: center;}
	footer > div {flex-direction: column;}
	footer > div > a {position:static!important;}
	footer .newsletter {width: 100%;margin-bottom: 25px;}
	footer .address img {margin: 10px auto;}
	.wrapper-icons {flex-wrap: wrap;justify-content: space-around;}
	.wrapper-icons .box {width: 48%;margin-bottom: .25em;}
	.box-fb-page {max-width: 100%;}
	nav.fixed img {display: none;}
	body {overflow-x: hidden;}
	.wrap-noticias > div {
	    width: 100%;
	    margin: 0;
	}

	.wrap-noticias {
	    margin: 0;
	}
	img.cover {
	    width: 100%;
	}
	.form-contato .half {
	    width: 100%;
	}

	.form-contato .half textarea {
	    height: 100px;
	}
	iframe {
	    width: 100%;
	    height: 250px;
	}
	.card-informativo  {width: 100%;}
}