/*SOBRE*/
.sobre { width: 100%; text-align: center; height: auto; position: relative; clear: both; padding: 30px 0px 0px 0px; }
.sobre .conteudo { color: #5a4a42; font-size: 18px; text-align: left; font-family: 'Roboto'; line-height: 26px; width: 100%; height: auto; padding: 0px 0px 60px 0px; font-weight: 300; }

.titulo_padrao { width: 100%; height: auto; font-size: 32px; color: #f7941e; font-family: 'Amatic SC'; text-align: center; line-height: 30px; margin: 0px 0px 30px 0px; text-transform: uppercase; }

/*FOTOS*/
.fotos { width: 100%; height: auto; position: relative; clear: both; padding: 50px 0px; }
.fotos ul { width: 100%; height: auto; text-align: center; position: relative; clear: both; margin: 0px; }
.fotos ul li { cursor: pointer; margin: 0px 5px; width: 320px; display: inline-block; vertical-align: top; height: 200px; position: relative; text-align: center; -moz-transition: all 0.5 ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.fotos ul li .avatar { cursor: pointer;width: 320px; height: 200px; position: relative; overflow: hidden; }
.fotos ul li .avatar img { width: 320px; height: 200px; -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); -moz-transition: all 0.3 ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.fotos ul li:hover img { opacity: 0.5; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.fotos #pager { width: 100%; height: auto; position: relative; text-align: center; margin: 20px 0px; }

@media screen and (max-width: 1050px) {
	.sobre { min-height: auto; }
	.sobre .conteudo { text-align: center; width: 94%; padding-left: 3%; padding-right: 3%; height: auto !important; }

	.fotos { padding: 40px 0px; }
	.fotos ul { margin: 0px; text-align: center; }
	.fotos ul li { margin: 0px 0px 10px 0px; display: inline-block; vertical-align: top; }

}