/*
Theme Name:		MQB 2017
Author:			Juliana Vilela
Author URI:		http://www.juvilela.com
*/



/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 5px;
	font-size: 1em;
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
tr, th, td, tbody, thead, tfoot {
	padding: 10px;
	vertical-align: top;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
th {
	background: #efefef;
}
input, select {
	vertical-align: middle;
}
:focus {
	outline: 0;
}
hr {
	background: none;
	border: none;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	clear: both;
}
code {
	font-size: 1.1em;
}
code {
	display: inline-block;
	border: 1px solid #eee;
	font-size: 0.9em;
	padding: 0 3px;
}
pre {
	overflow: auto;
	font-family: 'courier new', courier, monospace;
	font-size: 0.85em;
	padding: 10px;
	border: 1px solid #ccc;
}
html {
	-webkit-font-smoothing: antialiased;
}
 @-webkit-keyframes fontfix {
 from {
 opacity: 1;
}
to {
	opacity: 1;
}
}
 @-moz-keyframes fontfix {
 from {
 opacity: 1;
}
to {
	opacity: 1;
}
}
 @-o-keyframes fontfix {
 from {
 opacity: 1;
}
to {
	opacity: 1;
}
}
 @keyframes fontfix {
 from {
 opacity: 1;
}
to {
	opacity: 1;
}
}
body {
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}
/* GERAL */

body {
	font: 14px 'Lato', sans-serif;
	color: #000;
}
body p {
	margin-bottom: 15px;
	line-height: 1.4em;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
.header {
	width: 100%;
	max-width:1140px;
	background-color: #000;
	text-align:center;
	margin: 0 auto;
}
.cont1 {
	width:100%;
	background-color: #000;
}
.cont2 {
	width:100%;
	background-color: #fff;
	background-image: url(images/bg2.png);
}
.container {
	margin: 0px auto;
	padding:25px 15px;
	max-width: 1140px;
}

.cont1 .container {
	background-color: #000;
}
.cont2 .container {
	background-color: #fff;
}

.cont1 .titulo {
	color: #bea67c;
}
.cont2 .titulo {
	color: #000;
}
/* titulos h */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin-bottom: 15px;
	font-family: 'cinzelregular', cursive;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	color: #000;
	font-weight:normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.3em;
}
/* links */

a {
	color: #bea67c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;