/*
 Documento CSS do Sobre
 Seguindo os padrões do Bootstrap - http://getbootstrap.com/css/#grid-media-queries
 Data: 19/12/2019
 */

/* ------------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up) - col-lg-*
/* ------------------------------------------------------------------------------- */

/* @media (min-width: 1441px) {
	h1 {
		margin-top: 8%;
	}
}

@media (min-width: 1900px) {
	h1 {
		margin-top: 18%;
	}
} */

@media (min-width: 1900px) {

}

@media (min-width: 1000px) and (max-width: 1279px) {

}

/* ------------------------------------------------------------------------------- */
/* 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) {

	

}
