@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
       url('../fonts/Gotham-Bold.woff') format('woff'),
       url('../fonts/Gotham-Bold.ttf') format('truetype'),
       url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
       url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.ttf') format('truetype'),
       url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBook.eot');
  src: url('../fonts/GothamBook.woff2') format('woff2'),
       url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.desenvolvido{
	text-align: center;
	font-family: 'Gotham-Bold', Arial;
	font-size: 0.8em;
	margin-top: 5px;
}
.calgaro{
	background-color: #ffffff;
	padding: 10px;
}
.calgaro img{
	margin: 0 auto;
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:992px){

}
@media screen and (max-width: 768px){
	.desenvolvido{
		text-align: center;
		font-family: 'Gotham-Bold', Arial;
		font-size: 0.6em;
	}
}