/*
 Documento CSS do Sobre
 Seguindo os padrões do Bootstrap - http://getbootstrap.com/css/#grid-media-queries
 Criador: Weslei Silveira
 Data: 29/03/2017
 */

/* ------------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up) - col-lg-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 1200px) {}

/* ------------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up) - col-md-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 992px) {}

/* ------------------------------------------------------------------------------- */
/* Small devices (tablets, 768px and max 991px) - col-sm-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {}

/* ------------------------------------------------------------------------------- */
/* Extra small devices (phones, less than 768px) - col-xs-*
/* ------------------------------------------------------------------------------- */

@media (max-width: 767px) {

	/* ------------------------------ */
	/* Hero
	/* ------------------------------ */

	.hero .bg {
		background-image: none;
	}

	.hero img {
		margin: 30px auto 0;
	}

	.hero-new {
		padding-top: 0;
	}
	.hero-new img.img-responsive.wp-post-image {
		max-width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}

}
