@charset "iso-8859-1";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Squada+One');
@import url('https://fonts.googleapis.com/css?family=Oswald');
* {
	padding: 0;
	margin: 0;
	border: none;
	border: 0;
}
a {
	border: none;
	outline: none;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
}
/* ------- ESTRUTURA ------- */
#body_conteudo{
	background:#4c401b url('../imagens/webparts/fundos/fundo_body.jpg') 0 0 repeat;
	width:100%; height:100%; margin:0 auto; display:table;
}
header, nav, section, footer{
	display:table-row;
	}
header{
	background:url('../imagens/webparts/fundos/fundo_cabecalho.jpg');
}
nav {
}
section{height:100%;}

footer {
	background:url('../imagens/webparts/fundos/fundo_footer.jpg') center top repeat-x;
}
#DivCabecalho, #DivMenu,#DivPrincipal, #tinymce {
	background:url('../imagens/webparts/fundos/fundo_corpo.jpg') 0 0 repeat;	
}
#DivCabecalho{
	width: 1120px;
	height:165px;
	margin: 0 auto;
}
#DivLogo {
	float: left;
	width: 350px;
	height: 80px;
	margin: 20px 10px 10px 90px;
}
#DivLogo p {
	font: 12px/18px 'Oswald', sans-serif;
	color: #838383;
	text-shadow: #fff 1px 1px 1px;
	text-transform: uppercase;
	margin: 20px 0 0 0px;
}
#DivLogo img {
	margin: 0 0 0 40px;
}
#DivBusca {
	float: right;
	width: 265px;
	height: 40px;
	margin: 90px 90px 0 0;
}
#DivMenu {
	width: 1120px;
	margin: 0 auto;
	background:url('../imagens/webparts/fundos/fundo_corpo.jpg') 0 0 repeat;	
}
#DivSlideBanner {
	margin: 0px auto;
	width: 1120px;
	height: 510px;
	text-align: center;
}
#DivPrincipal{
	width:1120px;
	height:100%;
	display:table;
	margin:0 auto;
}
#DivPrincipalConteudo,#DivPrincipalLateral{
	/*background-color:#fff;
	border:1px solid aqua;
	border-radius:5px;*/
}
#DivPrincipalConteudo{
	width:960px;
	display:table;
	margin: 0 auto 20px auto;
}
aside {
	display: table;
	width: 260px;
	min-height: 260px;
	float:right;
	margin: 5px 0;
}
aside ul {
	list-style-image:url('../imagens/botoes/bullet_produtos.png');
	margin: 10px 10px 10px 35px;
}
aside a {
	color: #8f2e27;
	font: 12px Arial, sans-serif;
	text-transform: uppercase;
}	
aside li {
	margin: 0;
}
article {
	width: 100%;
	display: table;
	margin: 0 auto;
}
article hr {
	width: 100%;
	margin:7px 0;
}
article th {
	color:#800000;
}
#DivRodape{
	display:block;
	width:1120px;
	height: 180px;
	margin:0 auto;
	background:url('../imagens/webparts/fundos/fundo_rodape.jpg') center top repeat-x;
}
#DivRodape p, #DivRodape a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	margin: 5px 0px;
}
#DivRodape img {
	margin:10px;
}
#DivRodape img:hover{
	opacity:0.4;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
}
#DivRodape_col1 {
	float:left;
	width:270px;
	margin:20px 0 0 0;
	text-align:center;
}
#DivRodape_col2 {
	width:550px;
	float:left;
	margin:20px 0 0 0;
}
#DivRodape_col3 {
	width:300px;
	float:left;
	margin:20px 0 0 0;
}
/* ------- FONTES ------- */
a, h1, h2, h3, h4, h5, h6, p, li, span, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6, p, table{
	margin: 10px;
}
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #6F0603;
	text-decoration: underline;
}
a:active {
	color: #00006b;
}
h1 {
	color: rgb(40, 40, 40);
	font: 32px/38px 'Squada One',cursive;
	text-shadow: 1px 1px 1px;
	text-transform: uppercase;
}
h2 {
	color: rgb(40, 40, 40);
	font: 28px/30px 'Squada One',cursive;
	text-shadow: 1px 1px 1px;
	text-transform: uppercase;
}
h3 {
	font: normal 18px/33px 'Oswald', sans-serif;
	color: #5e5a56;
	word-spacing: -1px;
	text-transform: uppercase;	
}
.botao_calibracao{
	width: 300px;
	background: #d2d2d2 url('../imagens/botoes/fundo_botao_calibracao.jpg');
	vertical-align: middle;
	display: table;
	line-height: 50px;
	border-radius: 5px;
	margin: 5px auto;
	box-shadow: inset 0px 0px 0px 1px #bfbbb5;
	border: 1px #a2a0a1 solid;	
}
h4 {
	margin: 20px 0 0 0;
	color: #fffefe;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h5{font-size:10px;}
h6{font-size:8px;}

p{font-size:14px;}
	
ol {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	margin: 10px 10px 10px 70px;
}
ul {
	list-style-position: outside;
	margin: 10px 10px 10px 60px;
}
li {
	margin: 10px 0px;
}

a.capitulo{font-size: 10pt; color: #000; text-decoration: none; font-weight: bold;}
a:hover.capitulo {color: #00006b; font-weight: bold;}
a:active.capitulo {color: #999999;}
a.eventos {font-size: 10pt; color: #00006b;	text-decoration: none; font-weight: bold;}
a:hover.eventos {color: #000; font-weight: bold; text-decoration: underline;}
a:active.eventos{color: #FFFF00; text-decoration: underline;}
a.link_fundadores{font-size: 8pt; color: #00006b; text-decoration: none; font-weight: normal;}
a.link_fundadores:hover{color: #000; text-decoration: underline; font-weight: normal;}
a.link_fundadores:active{color: #FFFF00; text-decoration: underline; font-weight: normal;}

.rodape_calibracao{
	background-image: url('../imagens/botoes/rodape_botao_calibracao.jpg');
	background-position: top center;
	background-repeat:no-repeat;

}

/* ------- FOTORAMA ------- */

.fotorama{
	float: right; 
	margin: 10px; 
	border: 1px #d4d4d3 solid; 
	background-color: #fff; 
	/*width: 400px; */
	/*min-height:250px;*/
	/*height: 250px !important;*/
}
.fotorama_home{
	float: right; 
	margin: 10px; 
	border: 1px #d4d4d3 solid; 
	background-color: #fff; 
	width: 200px; 
	min-height:200px;
	/*height: 250px !important;*/
}

.fotorama__stage {
}
.fotorama__nav-wrap {
	/*position: absolute;*/
	bottom: 0;
}
.home .fotorama__nav-wrap {
	position: absolute;
	}
.fotorama__wrap{
	margin:0 auto !important;
}

/* ------- LIGHTBOX ------- */
.lb-caption{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000;}
.lb-number{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666;
}
/* ------- LINHAS ------- */
hr,
.hr_dupla,
.hr_tracejada{
	width: auto;
	height: 0;
	border: 0;
	margin: 0 10px
}

hr{border-top: 1px solid #cecece; border-bottom: 1px solid #fff;}
.hr_tracejada {border-top: 1px dashed #465975; border-bottom: 0px solid #fff;}


/* ------- BUSCA ------- */
#busca_tabela {
	width: 100%;
	margin: 20px auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
span.busca_titulo {
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #a8040f;
}
span.busca_descricao {
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
}
span.busca_informacao {
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
}
span.busca_aviso {
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 9pt;
	color: #CC0000;
}
a:active.busca_titulo {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #a8040f;
	font-family: Tahoma;
}
a:link.busca_titulo {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #a8040f;
}
a:visited.busca_titulo {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #a8040f;
}
a:hover.busca_titulo {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
#busca_form_mini {
	float: right;
	vertical-align: middle;
	width: auto;
	height: 40px;
	margin: 0;
}
#busca_form_mini input[type=text] {
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
	background: #F4F4F4;
	margin: 10px 5px 5px 5px;
	height: 25px;
}
#busca_form_mini input[placeholder] {
	color: #333;
	font-style: normal;
	background-image: url('../imagens/webparts/busca/lupa.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
#busca_form_mini input[type=submit] {
	background: #ccc;
	margin: 5px;
	cursor: pointer;
	height: 20px;
	width: 30px;
	border: 0;
	margin: 0px 3px 3px 3px;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;

}
/* ------- Easy Tooltip ------- */
/* --- Fontes --- */
#easyTooltipBlue,
#easyTooltip,
a.capitulo,
a.eventos,
a.link_fundadores{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
} 
#easyTooltipBlue {
	/*background:#195fa4 url("../../Includes/scripts/easytooltip/bg.gif") repeat-x;*/
	width:200px;
	padding:5px 10px;
	border: 1px solid #195fa4;
}

#easyTooltip {
	width: 200px;
	padding: 5px 10px;
	border: 0px solid #fff;
	background: #195fa4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-weight: normal;
}

/* ------- FORMULÁRIOS ------- */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: left;
	margin: 0px;
	width: 600px;
}
.form_div {
	display: table;
	  margin: 0 auto;
}
.form_table {
	border-collapse: separate;
	border-radius: 7px;
	border: 2px #ddd solid;
	background-color: #f0f0f0;
	margin: 0 auto;
	width: 550px;
}
.form_table td {
	padding: 3px;
}
.form_td_descricao {
	text-align: center;
}
.form_descricao {
	font-size: 8pt;
	color: #800000;
	margin: 10px;
}
.form_td_label {
	text-align: right;
	font-size: 8pt;
}
.form_label {
	font-weight: bold;
	margin: 5px 0px 5px 5px;
}
.form_titulo {
	font-weight: bold;
	color: #666;
	margin: 5px 10px;
}
.form_subtitulo {
	color: #666;
	margin: 5px 10px;
}
.form_resumo {
	color: #000;
}
.form_button {
	font: 18px/35px 'Squada One', cursive;
	color:#333;
	background-color:#ededed;
	width: auto;
	border: 1px #b9b9b9 solid;
	padding: 0px 10px;
	cursor: pointer;
	border-radius: 3px;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
	/* box-shadow: 2px 2px 2px #AFAEAE; */
}
.form_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.form_button:active {
	position:relative;
	top:1px;
}
.form_checkbox {
	background-color: #f0f0f0;
}
.form_input {
	border-radius: 5px;
	background-color: #FFFFFF;
	border-right: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
	border: 1px solid #E5E5E5;
	height: 25px;
}
.form_input_desativado {
	border-radius: 4px;
	border-right: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
	border: 1px solid #E5E5E5;
	color: #808080;
	height: 25px;
}
.form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	width: 95%;
	height: 115px;
}
.form_select {
	border-radius: 5px;
	border-right: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
	border: 1px solid #E5E5E5;
	height: 25px;
}



/* ------- FORMULÁRIO DE CONTATO ------- */
#form-div {
	max-width: 500px;
	margin:20px;
	background-color: white ;
	background:url('../imagens/webparts/forms/fundo_topo.gif') repeat-x center top;
	border-radius:4px;
	border: 1px solid #bce8f1;
	background-color: white;
}
@media (max-width: 500px){
	#form-div {
		max-width: 100%;	
	}	
}

#form {
	font-family: Roboto;
	font-size: 10pt;
	color: #333;
	text-align: left;
	display:table;
}
#form hr {
	width:100%;
	margin: 0px;
	border-top: 1px solid #bce8f1;
	border-bottom: 1px solid #fff;
}
#form .titulo {
	font-weight: bold;
	color: #3a87ad;
	margin: 10px 10px;
	font-size: 16px;
}
#form .subtitulo {
	color: #666;
	margin: 5px 10px;
	font-size:1em;
	text-align:center;
	font-size: 12px;
}
#form .resumo {
	color: #000;
}
#form label {
	font-weight: normal;
	margin: 5px 0px 5px 5px;
}
#form input {
	width:83%;
	margin: 5px 10px 5px 15px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border: 1px solid #ccc;
	height: 17px;
	padding: 8px 8px 8px 40px;
}
@media (max-width: 400px){
	#form input {
		max-width: 70%;	
	}	
}
#form input[type=text]{
	
}
#form input[type=submit] {
	font: 18px/35px 'Squada One', cursive;
	color: #333;
	background-color: #ededed;
	width: auto;
	height: auto;
	border: 1px #b9b9b9 solid;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	/* display: inline-block; */
	text-shadow: 1px 1px 0px #ffffff;
	/* box-shadow: 2px 2px 2px #AFAEAE; */
	float: right;
	margin: 0px 20px 10px 15px;	
}
#form input[type=submit]:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
#form input[type=submit]:active {
	position: relative;
	top: 1px;
}
#form input[type=checkbox]{
	background-color: #f0f0f0;
	width: auto;
	float: left;
	margin: 0px 10px 5px 20px;
}
#form #nome, #form #username{
	background-image:url('../imagens/webparts/forms/nome.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size:15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0; 
	background-repeat: no-repeat, no-repeat;
}
#form #email{
	background-image:url('../imagens/webparts/forms/email.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size:15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0; 
	background-repeat: no-repeat, no-repeat;
}

#form #password{
	background-image:url('../imagens/webparts/forms/senha.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size:15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0; 
	background-repeat: no-repeat, no-repeat;
}
#form #cidade{
	background-image:url('../imagens/webparts/forms/cidade.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size:15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0; 
	background-repeat: no-repeat, no-repeat;
	max-width: 63%;
}
@media (max-width: 400px){
	#form #cidade, #form textarea {
		max-width: 70%;	
	}	
}
#form #mensagem{
	background-image:url('../imagens/webparts/forms/mensagem.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size:15px 15px, 35px 200px;
	background-position: 10px 10px, 0 0; 
	background-repeat: no-repeat, no-repeat;
}
#form #telefone{
	background-image:url('../imagens/webparts/forms/telefone.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size:15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0; 
	background-repeat: no-repeat, no-repeat;
}
#form .desativado {
	border-radius: 4px;
	border-right: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
	border: 1px solid #E5E5E5;
	color: #808080;
	height: 25px;
}
#form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 83%;
	height: 115px;
	padding: 8px 8px 8px 40px;
	margin: 5px 10px 5px 15px;
}
#form select{
	border-radius: 5px;
	border-right: #ccc 0px solid;
	border-bottom: #ccc 0px solid;
	border: 1px solid #ccc;
	height: 30px;
	padding: 5px 8px;
	margin: 5px 10px 5px 15px;
	color: #333;
}
#form select option:disabled{
  color: #666;
}

#contador-textarea{
	color:#cc0000;
	font-size:9px;
	margin: 10px 20px;
}
#contador-textarea::before{
	content: "("
}
#contador-textarea::after{
	content: ")"
}



/* ------- toTop ------- */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:70px;
	right:30px;
	overflow:hidden;
	width:42px;
	height:42px;
	border:none;
	text-indent:100%;
	background:url('../imagens/webparts/toTop/toTop.png') no-repeat left top;
}

#toTopHover {
	background:url('../imagens/webparts/toTop/toTop.png') no-repeat left -42px;
	width:42px;
	height:42px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
/* ------- Publicações VerticalSlider ------- */
#BodySlider {
	background-color:#EFEEE9;
	background:url('../imagens/webparts/fundos/fundo_corpo.jpg') 0 0 repeat;	
}
#VerticalSlider div {top: 0; left: 0}
#VerticalSlider {
	width: 100%; 
	height: 60px; 
	border: 0px solid #ddd; 
}
#VerticalSlider div {width: 100%; height: 200px; padding: 3px; color: #333; text-align: left; font-size: 16px;}
#VerticalSlider div img {float: left; margin: 0 10px 10px 0; width: 100px; height: 100px; padding: 3px; background: #fff}
#NavSliderBack {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:63px;
	text-align:right;
	/*background-color:#fff;*/
}
#NavSlider {
	margin: -2px 2px 1px 0px ;
}
#NavSlider a {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	background: #ddd;
	text-decoration: none;
}
#NavSlider img{margin:-2px 2px 0px 2px} 
#NavSlider a.activeSlide {background: #ea0 }
#NavSlider a:focus {outline: none;}
#output {text-align: left;}
/* ------- POPUP ------- */
#popup_modal {
	/*border: 1px solid #808080;*/
	/* border-radius: 5px;*/
	position: absolute;
	z-index: 10000;
	width: 99%;
	height: 600px;
	/*left: 50%;*/
	top: -610px;
	margin: 0px auto;
	cursor: pointer;
	/*background-color: #ffffff;
	box-shadow: 2px 2px 5px 0px #999;*/
	display: none;
}
#popup_modal > a {
    display: table;
    width: 100%;
    text-align: center;	
}
#popup_modal > img {
	margin:0 auto;
}
#popup_modal_link{
    display: table;
    width: 100%;
    text-align: center;	
	
}