﻿@font-face {
	font-family: 'IcoMoon';
	src: url('../fontes/icoMoon.eot');
	src: url('../fontes/icoMoon.eot?#iefix') format('embedded-opentype'),
			url('../fontes/icoMoon.woff') format('woff'),
			url('../fontes/icoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fontes/openSansRegular.eot');
	src: url('../fontes/openSansRegular.eot?#iefix') format('embedded-opentype'),
			url('../fontes/openSansRegular.woff') format('woff'),
			url('../fontes/openSansRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansSemiBold';
	src: url('../fontes/openSansSemiBold.eot');
	src: url('../fontes/openSansSemiBold.eot?#iefix') format('embedded-opentype'),
			url('../fontes/openSansSemiBold.woff') format('woff'),
			url('../fontes/openSansSemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('../fontes/openSansBold.eot');
	src: url('../fontes/openSansBold.eot?#iefix') format('embedded-opentype'),
			url('../fontes/openSansBold.woff') format('woff'),
			url('../fontes/openSansBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansExtraBold';
	src: url('../fontes/openSansExtraBold.eot');
	src: url('../fontes/openSansExtraBold.eot?#iefix') format('embedded-opentype'),
			url('../fontes/openSansExtraBold.woff') format('woff'),
			url('../fontes/openSansExtraBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansLight';
	src: url('../fontes/openSansLight.eot');
	src: url('../fontes/openSansLight.eot?#iefix') format('embedded-opentype'),
			url('../fontes/openSansLight.woff') format('woff'),
			url('../fontes/openSansLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MerriweatherItalic';
	src: url('../fontes/merriweatherItalic.eot');
	src: url('../fontes/merriweatherItalic.eot?#iefix') format('embedded-opentype'),
			url('../fontes/merriweatherItalic.woff') format('woff'),
			url('../fontes/merriweatherItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.topoPmc {
	position: relative;
	z-index: 2;
	height: 43px;
}

html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	font-size: 13px;
}

img {
	max-width: 100%;
}

a img {
	border-width: 0;
}

a {
	color: #545454;
	outline: none;
}

p {
	margin-bottom: 10px;
}

button, button:active {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
}

h2 {
	font-family: 'OpenSansRegular',Sans-Serif;
	font-size: 43px;
	line-height: 45px;
	margin: 0 20px;
	text-align: center;
	display: inline-block;
	/*IE7 hack*/
	zoom: 1; *display: inline;
}

h3 {
	font-family: 'OpenSansExtraBold';
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	/*IE7 hack*/
	zoom: 1; *display: inline;
}

.botaoExpandir {
	text-align: center;
}

.botaoExpandir .btMais {
	background-image: url(../img/btMais.png);
	background-position: center 0;
	background-repeat: no-repeat;
	display: inline-block;
	/*IE7 hack*/
	zoom: 1; *display: inline;
	padding-top: 52px;
	text-decoration: none;
	margin-top: 65px;
	font-size: 16px;
	width: 80px;
	height: 80px;
}

.botaoExpandir .btMenos {
	background-image: url(../img/btMenos.png);
	text-indent: -99999px;
	height: 40px;
}

.botao {	
	overflow: hidden;
	font-family: 'OpenSansSemiBold', Sans-Serif;
	font-size: 16px;
	text-decoration: none;
	height: 44px;
	line-height: 40px;
	padding: 0 50px;
	display: inline-block;
	/*IE7 hack*/
	zoom: 1; *display: inline;
	cursor: pointer;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

button.botao {
	height: 50px;
}

.botao:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.botao:before {
	font-family: 'IcoMoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.setaBotao:before {
	content: "\e00d";
}

.botao:before {
	position: absolute;
	height: 100%;
	font-size: 110%;
	line-height: 2.4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.botao:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.botao:hover:before {
	left: 80%;
	opacity: 1;
}

button.botao:hover:before {
	left: 84%;
}

.botaoBranco {
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
}

.botaoBranco:before {
	color: #FFFFFF
}

.botaoBranco:active {
	border-color: #006CA6;
	color: #006CA6;
}

.botaoBranco:hover {
	background: #006CA6;
}

.botaoBranco:active:before {
	color: #006CA6;
}

.botaoCinza {
	border: 3px solid #CCCCCC;
	color: #666666;
}

.botaoCinza:before {
	color: #666666;
}

.botaoCinza:active {
	border-color: #EEEEEE;
	color: #EEEEEE;
}

.botaoCinza:hover {
	background: #EEEEEE;
}

.botaoCinza:active:before {
	color: #EEEEEE;
}

.logoEcoEletrico {
	background: #5E9519;
	background: -moz-linear-gradient(top, #5E9519 0%, #A6BB28 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E9519), color-stop(100%,#A6BB28));
	background: -webkit-linear-gradient(top, #5E9519 0%,#A6BB28 100%);
	background: -o-linear-gradient(top, #5E9519 0%,#A6BB28 100%);
	background: -ms-linear-gradient(top, #5E9519 0%,#A6BB28 100%);
	background: linear-gradient(to bottom, #5E9519 0%,#A6BB28 100%);
	border-radius: 132px;
	-webkit-border-radius: 132px;
	-moz-border-radius: 132px;
	margin-top: 90px;
	height: 145px;
	padding: 60px;
	width: 145px;
	float: left;
	position: relative;
	z-index: 1;
	behavior: url(/include/design/css3/pie.htc);
}

.clear {
	clear: both;
}

.geral {
	position: relative;
}

.conteiner, .conteudo {
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	position: absolute;
	top: 43px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	font-size: 13px;
	background-color: #222326;
	width: 100%
}

.nav li {
	list-style: none;
	display: block;
	background-image: url(../img/sepMenu.png);
	background-position: right 18px;
	background-repeat: no-repeat;
	float: left;
}

.nav li.primeiro a {
	margin-left: 0;
}

.nav li.ultimo a {
	margin-right: 0;
}

.nav li.ultimo {
	background-image: none;
}

.active {
	/*color: #999999 !important;*/
}

.nav a {
	position: relative;
	margin: 15px 25px;
	outline: none;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 35px;
	float: left;
	margin: 17px 13px;
	text-align: center;
	font-family: 'OpenSansBold', Sans-Serif;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.nav a:hover,
.nav a:focus {
	outline: none;
}

.efeitoMenu a {
	overflow: hidden;
	padding: 0 4px;
	height: 1.2em;
}

.efeitoMenu a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.efeitoMenu a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.efeitoMenu a:hover span,
.efeitoMenu a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.calendario {
	background-color: #E2E2E2;
	width: 180px;
	padding-bottom: 5px;
	display: inline-block;
	/*IE7 hack*/
	zoom: 1; *display: inline;
	vertical-align: top;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	behavior: url(/include/design/css3/pie.htc);
}

.calendario .dia {
	background-color: #FFFFFF;
	color: #555555;
	display: block;
	font-family: 'OpenSansRegular',Sans-Serif;
	font-size: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius: 0 0 18px 18px;
	-webkit-border-radius: 0 0 18px 18px;
	-moz-border-radius: 0 0 18px 18px;
	behavior: url(/include/design/css3/pie.htc);
}

.topoCalendario {
	width: 180px;
	height: 45px;
	background-color: #A6BB28;
	border-radius: 18px 18px 0 0;
	-webkit-border-radius: 18px 18px 0 0;
	-moz-border-radius: 18px 18px 0 0;
	behavior: url(/include/design/css3/pie.htc);
}

.topoCalendario .mes {
	font-family: 'OpenSansBold', Sans-Serif;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	position: absolute;
	width: 180px;
	float: left;
}

.circuloCal {
	background-color: #333333;
	float: left;
	height: 8px;
	margin:18px 0 0 16px;
	width: 8px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	behavior: url(/include/design/css3/pie.htc);
}

.cirDireita {
	float: right;
	margin: 18px 16px 0 0;
}

.footer {
	background-image: url(../img/detalheRodape.png);
	background-position: center 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 24px;
	text-align: center;
	height: 205px;
	margin-top: 90px;
}

.fundoRodape {
	background-color: #222326;
}

.barra {
	background-color: #1A1B1E;
	height: 60px;
}

.footer ul {
	padding: 50px 0 30px
}

.footer li {
	background-image: url(../img/logosRodape.png);
	background-repeat: no-repeat;
	list-style: none;
	text-indent: -999999px;
	margin: 0 35px;
	display: inline-block;
	/*IE7 hack*/
	zoom: 1; *display: inline;
	width: 84px;
	height: 65px;
}

.footer li.pmc {
	background-position: 15px 0;
}

.footer li.itaipu {
	background-position: -125px 0;
}

.footer li.renault {
	background-position: -264px 0;
}

.footer li.ceiia {
	background-position: -402px 0;
}

.footer .ici {
	color: #FFFFFF;
	display: block;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 74px;
	height: 60px;
}

.footer .ici img {
	position: relative;
	top: 5px;
	margin-right: 12px;
}