.o-center {
	position:relative;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	width:auto;
	height:inherit;
	max-width:1000px;
}
h1 {}
h2, .o-titulo-1 {
	margin:0;
	padding:2% 0 2%;
	font-size:2.625em;
	line-height:1em;
	font-family:'CentraleSans-Light';
	text-transform:uppercase;
}
h2.u-big,
div.u-big h2 {
	font-weight:normal;
	text-transform:none;
}
h2.u-big { font-size:3em; }
div.u-big h2 { font-size:3.42em; }
.o-titulo-1 { font-size:2em; text-transform:inherit;} 
h3 {
	margin:0;
	padding:2% 0 2%;
	font-size:2em;
	line-height:1em;
	font-family:'CentraleSans-Light';
	text-transform:uppercase;
}
h4 {}
h5 {}
h6 {}

.o-em-src {
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}

.o-related-link {
	margin:3% 0;
	border-top:solid 4px #EEE;
	border-bottom:solid 4px #EEE;
}
.o-related-link.pull-left { margin-right:3%; }
.o-related-link.pull-right { margin-left:3%; }

.o-leia-mais {
	display:inline-block;
	padding:4px 8px;
	line-height:1em;
	text-transform:uppercase;
	border-width:2px;
	border-style:solid;
	background:none;
}

.o-button {
	padding:3px 15px;
	color:#FFF;
	border:0;
	background-color:#FFA700;
}
.o-button:hover { background-color:#3FA9B3; }

label { font-weight:normal; }
.form-control { border-radius:0; height:40px; }
textarea.form-control { height:135px; }

.o-video,
.o-mapa {
	position:relative;
	width:100%;
	height:0;
}
.o-video { padding-bottom:55%; }
.o-mapa { padding-bottom:70%; }
.o-video iframe,
.o-video video,
.o-mapa iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
.pagination .on {
	color:#FFF;
	background:#3FA9B3;
}

/* google tradutor */
#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
 display:none !important;
}

/* responsive */
@media (max-width: 1150px) {

}
@media (max-width: 992px) {
h2 { font-size:2em; }
h2.u-big { font-size:3em; }
div.u-big h2 { font-size:3.42em; }
}
@media (max-width: 768px) {
h2 { font-size:1.5em; }
h2.u-big,
div.u-big h2 { font-size:1.75em; }
}