/* Fontes e UI */
@import url('fontes.css');
@import url('ui.css');

body { /* Fundo */
	background-color: #ecf0f1;
	background-image: url('../imagens/header_bg.png'), url('../imagens/footer_bg.png');
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
}

#cabecalho {
	width: 960px;
	max-height: 106px;
	height: auto;
	margin: 0px auto;
	display: table;
}
#conteudo {
	width: 960px;
	height: auto;
	margin: 20px auto;
	display: table;
}
#rodape {
	width: 960px;
	max-height: 240px;
	height: auto;
	margin: 0px auto;
	display: table;
}

#cabecalho .logo { /* Cabeçalho > Logo */
	margin-top: 10px;
	width: 100px;
	height: 84px;
	float: left;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#cabecalho .logo:hover {
	-moz-transform: scale(1.05) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.05) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.05) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.05) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.05) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#cabecalho .topbar { /* Cabeçalho > Barra */
	padding: 6px 0px;
	padding: 6px 0px\9;
	width: auto;
	height: auto;
	display: block;
	font-size: 14px;
	text-align: right;
	color: #dddddd;
}
#cabecalho .topbar .search {
	display: inline-block;
}
#cabecalho .topbar .search input[type="text"] {
	background: #FFFFFF !important;
	width: 100px;
	height: auto;
	border: none;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	box-shadow: none !important;

	padding: 2px 5px;
	padding: 3px 5px\9;
	color: #707070;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
#cabecalho .topbar .search input[type="text"]:focus {
	width: 200px;
}
#cabecalho .topbar .search button {
	background: #FFF;
	color: #999;
	border: none;

	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-ms-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;

	margin: 0px 0px 0px -5px;
	padding: 2px 6px 1px 0px;
	padding: 2px 6px 0px 0px\9;
	position: relative;
	bottom: -1px;
	bottom: -2px\9;
}
@-moz-document url-prefix() {
#cabecalho .topbar .search button {
	padding: 0px 2px 0px 0px;
}
}
#cabecalho .topbar .search button:hover {
	color: #404040;
}
#cabecalho .topbar .login input {
	background: #eeeeee;
	width: 130px;
	height: auto;
	padding: 7px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 6px;
	border: none;
	-webkit-box-shadow: inset 0px 0px 6px 0px #dcdcdc;
	-moz-box-shadow: inset 0px 0px 6px 0px #dcdcdc;
	-ms-box-shadow: inset 0px 0px 6px 0px #dcdcdc;
	-o-box-shadow: inset 0px 0px 6px 0px #dcdcdc;
	box-shadow: inset 0px 0px 6px 0px #dcdcdc;
}
#cabecalho .topbar .login button {
	margin-bottom: 0px;
	box-shadow: none;
}
#cabecalho .megamenu { /* Cabeçalho > Megamenu */
	width: auto;
	height: auto;
	position: relative;
	float: right;
}
#cabecalho .megamenu li {
	display: inline-block;
	padding: 22px 33px;
	font-size: 16px;
}
#cabecalho .megamenu li a {
	color: #FFFFFF;
}
#cabecalho .megamenu li a:hover {
	opacity: 0.8;
}
#cabecalho .megamenu li:hover .submenu {
	display: block;
}
#cabecalho .submenu {
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	left: -125px;
	z-index: 999;
	margin-top: 20px;
	background: #FFFFFF;
	padding: 10px 10px;
	font-size: 14px;
	border-left: 4px solid #2f502c;
	border-right: 4px solid #2f502c;
	border-bottom: 4px solid #2f502c;
	color: #404040 !important;
}
#cabecalho .submenu:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#cabecalho .submenu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 9px;
	left: 33%;
	margin-left: -20px;
}
#cabecalho .megamenu .submenu .coluna { /* Cabeçalho > Megamenu > Colunas */
	width: 245px;
	color: #404040;
	display: inline-block;
	float: left;
}
#cabecalho .megamenu .submenu .coluna2 { /* Cabeçalho > Megamenu > Colunas */
	width: 200px;
	color: #404040;
	display: inline-block;
	float: left;
}
#cabecalho .megamenu .submenu .coluna3 { /* Cabeçalho > Megamenu > Colunas */
	width: 155px;
	color: #404040;
	display: inline-block;
	float: left;
}
#cabecalho .submenu li {
	display: block;
	padding: 1px 0px;
	font-size: 13px;
	font-weight: 300;
}
#cabecalho .submenu li a {
	color: #505050;
}
#cabecalho .submenu li a:hover {
	padding-left: 2px;
}
#cabecalho .submenu h3 {
	color: #aaaaaa;
	padding: 0px 0px;
	margin: 0px 0px;
}
#cabecalho .submenu hr {
	background: #dddddd;
	width: 100%;
	height: 1px;
	border: none;
	margin: 8px 0px 20px 0px;
	display: block;
}
#cabecalho .submenu .left {
	width: 600px;
	margin-right: 20px;
	display: inline-block;
	float: left;
}
#cabecalho .submenu .right {
	margin: -10px -10px;
	padding: 10px 10px 15px 10px;
	width: 250px;
	height: auto;
	display: block;
	float: right;

	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
#cabecalho .submenu .right form {
	background: #eeeeee;
	padding: 10px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#cabecalho .submenu .right form input {
	background: #FFFFFF !important;
	color: #999;
	padding: 13px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
	border: none;
}
#cabecalho .submenu .right form select {
	background: #FFFFFF !important;
	color: #999;
	padding: 13px 12px 13px 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
	border: none;
}
#cabecalho .submenu .right form #nome,#email,#empresa {
	width: 208px !important;
}
#cabecalho .submenu .right form #produto {
	width: 232px !important;
}
#cabecalho .submenu .right form #telefone {
	width: 140px !important;
}

#conteudo .conteudo {
	background: #FFFFFF;
	padding: 10px 10px;
	max-width: 940px;
	min-width: 940px;
	width: 940px;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	display: table;
}
#conteudo .conteudo h2 {
	color: #909090;
	padding: 0px 0px;
	margin: 0px 0px;
}
#conteudo .conteudo hr {
	background: #dddddd;
	width: 100%;
	height: 1px;
	border: none;
	margin: 8px 0px 15px 0px;
	display: block;
}
#conteudo .conteudo .coluna {
	background: rgba(0, 0, 0, 0.05) url('../imagens/cquote.png') no-repeat right bottom;
	padding: 6px 6px;
	max-width: 295px;
	min-width: 295px;
	width: 295px;
	height: auto;
	margin: 0px 4px;
	display: block;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#conteudo .conteudo .coluna .image {
	background: #000000 url("../imagens/viewicon.png") no-repeat center center;
	width: 295px;
	height: 70px;
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#conteudo .conteudo .coluna .image img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	opacity: 1.0;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#conteudo .conteudo .coluna .image:hover img {
	opacity: 0.3;
}
#conteudo .conteudo .coluna h3 {
	margin-top: 5px;
	font-weight: 700 !important;
}
#conteudo .conteudo .coluna p {
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 14px !important;
	font-weight: 300;
	color: #404040;
}
#conteudo .conteudo .sidebar {
	width: 240px;
	height: auto;
	display: inline;
	white-space: normal;
	margin: -10px 0px;
	margin-left: -10px;
	padding: 10px 10px;
	float: left;
}
#conteudo .conteudo .sidebar li {
	display: block;
	border-bottom: 1px solid #efefef;
	padding: 5px 2px;
}
#conteudo .conteudo .sidebar .first {
	padding-top: 0px !important;
}
#conteudo .conteudo .sidebar .last {
	padding-bottom: 0px !important;
	border: none !important;
}
#conteudo .conteudo .body {
	width: 680px;
	height: auto;
	display: table;
	margin: -10px 0px;
	margin-right: -10px;
	padding: 10px 10px;
	white-space: normal;

	-webkit-box-shadow:  -1px 0px 0px 0px rgba(0, 0, 0, 0.06);
	box-shadow:  -1px 0px 0px 0px rgba(0, 0, 0, 0.06);

	float: right;
}
#conteudo .conteudo .body p {
	font-size: 16px !important;
	color: #808080;
	font-weight: 300;
}
#conteudo .conteudo .body p .left {
	float: left;
	display: block;
	padding-right: 15px;
}
#conteudo .conteudo .body p .right {
	float: right;
	display: block;
	padding-left: 15px;
}
#conteudo .conteudo .body ul {
	margin-left: 25px;
}
#conteudo .conteudo .bodyfull {
	width: 940px;
	height: auto;
	display: table;
	white-space: normal;
}
#conteudo .conteudo .bodyfull .noticia {
	width: 940px;
	height: auto;
	margin: 0px 0px;
	padding: 0px 0px;
	display: table;
}
#conteudo .conteudo .bodyfull .noticia .img:hover img {
	opacity: 0.3;
}
#conteudo .conteudo .bodyfull .noticia .content {
	width: 100%;
	height: auto;
	padding: 0px 0px;
	margin: 0px 0px;
	display: table;
}
#conteudo .conteudo .bodyfull .noticia .content h3 {
	margin-top: -5px;
	margin-top: 0px\9;
	margin-bottom: 0px\9;
}
#conteudo .conteudo .bodyfull .noticia .desc p {
	margin-bottom: 13px;
}
#conteudo .conteudo .bodyfull .noticia .desc span {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 13px;
	color: #909090;
}
#conteudo .conteudo .bodyfull .depoimento {
	background: rgba(0, 0, 0, 0.05) url('../imagens/cquote.png') no-repeat right bottom;
	padding: 6px 6px;
	width: 98%;
	height: auto;
	margin: 4px 2px;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#conteudo .conteudo .bodyfull .depoimento .titulo {
	font-weight: 700;
	margin-bottom: 5px;
}
#conteudo .conteudo .bodyfull .depoimento .descricao {
	font-size: 14px;
}
#conteudo .conteudo .bodyfull .depoimento .autor {
	font-size: 11px;
	text-transform: uppercase;
}
#conteudo .conteudo .bodyfull .depoimento .autor span {
	font-weight: 700;
}

#rodape .coluna {
	width: 160px;
	height: 140px;
	margin: 30px 0px 0px 20px;
	display: block;
	float: left;
}
#rodape .coluna2 {
	width: 240px;
	height: auto;
	margin: 30px 0px 0px 14px;
	display: block;
	float: left;
}
#rodape .coluna, .coluna2 {
	color: #FFFFFF;
}
#rodape .coluna li {
	list-style-type: none;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.5;
}
#rodape .coluna li a {
	color: rgba(255,255,255,1.0);
}
#rodape .coluna li a:hover {
	color: rgba(255,255,255,0.8);
	padding-left: 2px;
}
#rodape .coluna2 form {
	background: rgba(0, 0, 0, 0.2);
	padding: 10px 10px;
	margin: 15px 0px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: table;
}
#rodape .coluna2 form input[type="email"] {
	width: 135px !important;
	margin-right: 5px;
	padding: 10px 10px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: none;
}
#rodape .coluna2 a {
	color: rgba(255,255,255,0.3);
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
#rodape .coluna2 a:hover {
	color: rgba(255,255,255,0.8);
}
#rodape .copyright {
	width: 100%;
	height: auto;
	margin: 45px auto 10px auto;
	color: rgba(0,0,0,0.6);
	font-size: 14px;
	display: block;
	float: left;
}
#rodape .copyright li {
	display: inline-block;
	list-style-type: none;
	padding: 0px 10px;
	border-right: 1px solid rgba(0,0,0,0.2);
}