@charset "utf-8";

* { /* Resets gerais */
    font-size:100%;
	margin:0;
	border:0;
	padding:0;
	outline:0;
	list-style:none;
}

header, nav, figure, footer, section, aside, article, hgroup, img {
    display: block;
}

body {
	font-family: 'BebasNeue', sans-serif;
	min-width: 1000px;
}

h1, h2, h3 {
	line-height: 1; /* Reset nas alturas dos títulos */
}

p {
	margin-bottom: 1em;
}

a {
	transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}
	a:hover {
		/*text-decoration: none;*/
	}

/* FONT-FACE */    
/* HEADER */
header {
	width: 100%;
	height: 88px;
	background: #D8D8D8;
}

	header .container-header {
		width: 960px;
		margin: 0 auto;
	}

	header h1 {
		width: 90px;
		top: 5px;
	}

	header .telefones {
		margin-left: 25px;
		margin-top: 25px;
		color: #68060a;
		font-size: 105%;
	}

/*MENU PRINCIPAL*/
#menu {
	text-align: center;
}

	#menu ul {
		margin-top: 10px;
		margin-right: 15px;
		padding-top: 23px;
	}

	#menu ul li {
		padding: 2px 25px;
		float: left;
		border-right: 1px solid #B4B4B4;
	}

		#menu ul li:last-child {
			border:none;
		}

	#menu ul a {
		color: #434343;
		text-decoration: none;
		font-size: 128%;
		font-weight: bold;
		text-transform: uppercase;
	}

		#menu ul a:hover {
			color: #69070A;
		}

/*CONTAINER*/
#container {
	color: #333;
}

.borda-top {
	width: 100%;
	height: 10px;
	background: rgba(255, 255, 255, 0.30);
	z-index: 1;
	position: relative;
}

.borda-bottom {
	width: 100%;
	height: 5px;
	background: rgba(105, 7, 10, 0.30);
	z-index: 1;
	position: relative;
	top: -15px;
}


/* APRESENTACAO */
#apre {
	width: 100%;
	height: 345px;
	overflow: hidden;
	left: 0;
	top: -10px;
}

	#apre img.bg {
		width: 100%;
		height: 346px;
	}

	#apre .content-apre {
		width: 960px;
		height: 346px;
		top: 0;
		left: 50%;
		margin-left: -480px;
	}
		
		.content-apre .texto {
			background: url('../img/padrao/bg-texto-apre.png') no-repeat;
			width: 530px;
			height: 132px;
			background-size: 530px auto;
			display: block;
			margin-top: 185px;
			float: right;
		}

			.content-apre .texto span {
				color: #fff;
				font-family: 'MyriadPro', sans-serif;
				margin-top: 80px;
				margin-left: 75px;
				display: block;
				text-transform: uppercase;
				text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
				font-size: 105%;
			}

/* CONTEUDO */
#conteudo {
	width: 960px;
	margin: 0 auto;
	min-height: 380px;
	padding: 2rem 0;
}
	#conteudo .container-conteudo { /*container do conteudo*/
		width: 930px;
		margin: 0 auto;
		padding: 15px;
	}

/* FOOTER */
footer {
	width: 100%;
	margin: 0 auto;
	background: #D8D8D8;
}

	footer .container-footer {
		width: 960px;
		margin: 0 auto;
		padding: 10px 5px 0;
	}

	.container-footer span {
		font-size: 15px;
		color: #444444;
		font-size: 105%;
		margin-bottom: 7px;
	}

		.container-footer span strong {
			color: #212121;
		}

.triares {
	display: block;
	margin-top: -20px;
}

/* CLASSES */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.posRel { position:relative; }
.posAbs { position:absolute; }
.block { display:block; }
.borderNone { border:none !important; }
.fontzero {font-size: 0em;}
.fullwidth {width: 100% !important;}
.line {width: 100%; height: 1px; display: block;}

.btn { /* Regra padrão dos botões, com o que eles tiverem em comum */
	cursor: pointer;
	padding: 3px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'MyriadPro', sans-serif;
}
	.btn-border {
		padding-left: 0;
		background: #D2D2D2;
		color: #555555;
		font-size: 95%;
	}

	.btn-left {
		background: #888888;
		padding: 3px 10px;
		color: #fff;
		font-weight: bold;
		margin-right: 8px;
	}

	.btn-escuro {
		background: #757878;
		background: -moz-linear-gradient(top, #757878 0%, #5e6262 99%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757878), color-stop(99%,#5e6262));
		background: -webkit-linear-gradient(top, #757878 0%,#5e6262 99%);
		background: -o-linear-gradient(top, #757878 0%,#5e6262 99%);
		background: -ms-linear-gradient(top, #757878 0%,#5e6262 99%);
		background: linear-gradient(to bottom, #757878 0%,#5e6262 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757878', endColorstr='#5e6262',GradientType=0 );
		color: #fff;
		font-size: 100%;
	}

	.btn-fundo {
		background: url('../img/padrao/bg-botao.png') center center;
		min-width: 110px;
		height: 20px;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		font-weight: bold;
		font-size: 105%;
	}

		.btn-fundo span {
			position: relative;
			top: 2px;
		}

	.btn:hover {
	}

.img { /* Regra padrão das imagens ilustrativas */

}

.marcador { /* Regra padrão das listagens de itens */
    margin-bottom: 0.5em;
}
	.marcador li {
		background: url('../img/padrao/marcador.png') no-repeat left 5px;
		padding: 0 0 0.5em 15px;
	}


h1.titulo {
	color: #68060a;
	text-transform: uppercase;
	font-size: 200%;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 2rem;
}

.icon-cambio {
	background: url('../img/padrao/cambio.png') no-repeat;
	display: block;
	width: 23px;
	height: 21px;
}