.bloco-interno{
	padding-top: 50px;
	max-width: 750px;
}
.tit-pagina{
	max-width: 710px;
	font-size: 35px;
	color:#616163;
	text-align: center;
	margin: 0px auto 25px auto;
	line-height: 1;
}
.tit-pagina span{
	width: 100%;
	color: #b0b0b0;
	font-size: 22px;
	display: inline-block;
	text-align: center;
}
.div-txt-pagina{
	width: 100%;
	max-width: 710px;
	height: auto;
	color:#5c5c5c;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0px auto 65px auto;
}
.div-txt-pagina p{
	margin: 0px auto 15px auto;
}
.bloco-designers{
	width: 100%;
	height: auto;
	display: table;
	text-align: center;
	padding-bottom: 120px;
}
.box-designer{
	display: inline-table;
	vertical-align: top;
	width: 160px;
	height: auto;
	padding-top: 145px;
	text-align: center;
	margin: 0px 15px 35px 15px;
}
.img-boxdesigner{
	width: 130px;
	height: 130px;
	display: block;
	position: absolute;
	top: 0px;
	left: 15px;
	background-color: #ededed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.nome-designer{
	text-align: center;
	line-height: 1.1;
	font-size: 16px;
	margin: 0px auto;
	color: #595959;
}



@media only screen and (max-width: 320px){
.tit-pagina {
  font-size: 20px;
}
.tit-pagina span {
  font-size: 16px;
}
.div-txt-pagina {
  text-align: justify;
  margin: 0px auto 45px auto;
}
}
@media only screen and (min-width: 321px) and (max-width: 480px){
.tit-pagina {
  font-size: 20px;
}
.tit-pagina span {
  font-size: 16px;
}
.div-txt-pagina {
  text-align: justify;
  margin: 0px auto 45px auto;
}
}
@media only screen and (min-width: 481px) and (max-width: 600px){
.tit-pagina {
  font-size: 20px;
}
.tit-pagina span {
  font-size: 16px;
}
.div-txt-pagina {
  text-align: justify;
  margin: 0px auto 45px auto;
}


}
@media only screen and (min-width: 601px) and (max-width: 767px){

}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.bloco-interno{
	padding-top: 85px;
}
}
@media only screen and (min-width: 1025px){
.bloco-interno{
	padding-top: 85px;
}
.box-designer:hover .img-boxdesigner{
	opacity: 0.6;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
}