@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('../fonts/GothamRounded-Bold.eot');
  src: url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
       url('../fonts/GothamRounded-Bold.woff') format('woff'),
       url('../fonts/GothamRounded-Bold.ttf') format('truetype'),
       url('../fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg'),
       url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
.linha-laranja-top{
	background-color: #004e9b;
	height: 25px;
	width: 100%;
}
.topo{
	padding-top: 10px;
	padding-bottom: 10px;
}
.telefone{
	text-align: right;
	font-family: 'Roboto', Arial, sans-serif;
	color:#004e9b;
	font-size: 2em;
	padding-top:30px;
	font-weight: 500;
}
@media screen and (max-width: 758px) {
	.telefone{
		text-align: center;
		padding-top:10px;
	}
	.img-responsive{
		margin: 0 auto;
	}
}