@charset "utf-8";
@import url("../fonts/fonts.css");
/* CSS reset */
* { margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
html,body {margin:0;padding:0;}
img { border:0;}
a {text-decoration:none; /*AMDS*/}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
/* CSS reset fim */

/* SINTAXE CSS */
/*
	p { font: italic bold font-size/line-height 'Cuprum', sans-serif;}
	background: #00FF00 url("css.gif") no-repeat fixed 200px 70px;
*/

/* HTML5 */
header , footer , article , aside , nav , section {display:block}
/* Genérico */
.floatLeft {float:left;}
.floatRight {float:right;}
.clearBoth {clear: both;}
.displayTable {display: table;}
.marginAuto {margin: auto;}
.borderRadius10px {
	border: 1px solid #333;
	
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.opacity {
	opacity:0.9; /* Previsto nas CSS3 já é suportado atualmente pelo Firefox 2 e pelo Ópera 9, o valor da opacidade varia de 0 a 1; */
	-moz-opacity: 0.9; /* Declaração proprietária para servir navegadores Mozilla, o valor da opacidade varia de 0 a 1; */
	filter: alpha(opacity=9); /* Declaração proprietária para servir navegadores IE o valor da opacidade varia de 0 a 100. */
}
.scale {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
nav#menu a {
	transition:color 0.2s linear 0.1s;
	
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
}
body {
	background-color: #E7E7E7;
}

.small {
	font-size:11px !important;
}

.obs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
}

ul.typeDisc {
	padding-left: 30px;
	list-style-type: disc;
}

/* Login Header */
#header_full{
	width: 100%;
	height: auto;
	background-image: url(../images/fundos/fundo.png);
	background-repeat: repeat;
}

#header_margem_full{
	width: 990px;
	height: 200px;
	margin: auto;
	padding-top: 16px;
	background-image: url(../images/fundos/fundo-header.jpg);
	background-repeat: no-repeat;
}
#header_margem_full img {
	margin:auto;
	display:table;
}

#menu_full {
	background-color: #1B1B1B;
	width: 100%;
}
#header_Menu {
	margin: auto;
	width: 990px;
}
#header_Menu li {
	display: inline;
}
#header_Menu li a {
	font-family: "Open Sans Condensed Light", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/fundos/f01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 48px;
	padding-bottom: 10px;
	padding-left: 48px;
	display: inline-table;
}
#header_Menu li a:hover {
	color:#666;
}

/* Index Principal */
#principal_full{
	width: 100%;
	height: auto;
	background: url(../images/fundos/fundo-principal.png) repeat;
}

#principal_margem_full {
	width: 990px;
	height: auto;
	margin: auto;
	display: table;
}
#principal_margem_full .imgMoldura {
	margin: 10px;
	float: left;
}
.imgMoldura {
	border: 5px solid #FFF;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.link1 {
	color: #002357;
	text-decoration: none;
	font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
}
.link1:hover {
	text-decoration:underline;
}
#box_Princ1 {
	background: url(../images/fundos/f02.png) repeat-y right;
	width: 580px;
	padding-right: 20px;
	float:left;
	margin-left: 10px;
}
#box_Princ2 {
	width: 350px;
	float:right;
	margin-right: 10px;
}

#box_Princ1, #box_Princ2 {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#box_Princ1 p {
	font-size:13px;
	line-height: 23px;
	margin-top: 15px;
}
#box_Princ2 p {
	font-size:11px;
	line-height: 26px;
}
#box_Princ1 h1, #box_Princ2 h1 {
	font-size: 24px;
	color: #400000;
	margin-bottom: 15px;
	font-family: "Open Sans Condensed Bold", Arial, Helvetica, sans-serif;
}
#box_Princ2 h1 {
	margin-left:7px;
}
.iconMap {
	padding-left: 25px;
	background-image: url(../images/icon-map.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left:7px;
}
.iconTel {
	padding-left: 25px;
	background-image: url(../images/icon-tel.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left:7px;
}
.iconEmail {
	padding-left: 23px;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left:5px;
}


/* Footer */
#footer_full{
	width: 100%;
	height: auto;
	margin-bottom:8px;
	background-color: #E7E7E7;
}

#footer_margem_full{
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	width: 990px;
	height: 120px;
	margin: auto;
	padding-top: 10px;
	
	
	border-top:dotted 1px #CCC;
}
#redesSociais {
	float: right;
	width: 180px;
	margin-top: 25px;
}
#footer_margem_full h1 {
	font-size: 18px;
	color: #1B1B1B;
	margin-top: 15px;
	margin-bottom: 20px;
}
#footer_Menu {
	font-size:13px;
}
#footer_Menu li {
	display: inline;
	background-image: url(../images/fundos/f03.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
	padding-right: 15px;
}
#footer_Menu li a {
	color: #1B1B1B;
	text-decoration: none;
}
#footer_Menu li a:hover {
	color:#666;
}

/* CAPA */
#capa_full{
	width: 100%;
	height: auto;
}

#capa_margem_full {
	width: 990px;
	height: auto;
	margin: auto;
	display: table;
	padding:50px 0;
}
#capa_margem_full p {
	font-style: italic;
	margin-top: 30px;
	padding: 0 190px;
	text-align: center;
	font-family: "Open Sans";
	font-size: 16px;
	/* letter-spacing: 0.3px; */
	line-height: 30px;
	color: #222;
}
#capa_margem_full #nosek {
	margin:auto;
	display:table;
}

#assinatura {
	display:table;
	margin:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	margin-top:25px;
}
#assinatura span {
	font-size:13px;
}
#assinatura h2 {
	font-weight:700;
	font-size:14px;
	line-height:28px;
}


/* conteúdo */
.content_full{
	width: 100%;
	height: auto;
	background: url(../images/fundos/fundo-principal.png) repeat;
}

.content_margem {
	width: 940px;
	margin: auto;
	display: table;
	padding:25px;
	background-color:#FFF;
	min-height:380px;
	-moz-box-shadow: 0px 0px 7px #666;
	-webkit-box-shadow: 0px 0px 7px #666;
	box-shadow: 0px 0px 7px #666;
}
.content_margem h1 {
	font-size: 34px;
	text-transform:uppercase;
	color: #400000;
	margin-bottom: 35px;
	font-family: "Open Sans Condensed Bold", Arial, Helvetica, sans-serif;
}
.content_margem h2 {
	font-family: "Open Sans Condensed Bold", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	margin-bottom: 25px;
}
.content_margem h3 {
	font-size: 17px;
	color: #400000;
	font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
	margin-top: 25px;
}

.content_margem p, ul.typeDisc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.linha {
	background-image: url(../images/fundos/f02.png);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.box_socios {
	width:400px;
	/*float:left;
	margin:0 35px;*/
	display: block;
	margin-left: auto;
  margin-right: auto;
}
.box_socios img, .bxslider2, #box_fotos img {
	border: 5px solid #FFF;
	-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
}
.box_socios h2 {
	font-size:30px;
	margin-top:10px;
}

.bxslider2 {
	width:400px !important;
}

#box_fotos li {
	float:left;
	margin-right:13px;
}
#box_fotos {
	
}

/* Contato */
#form {
	width:530px;
	float:left;
}
#nome, #email, #telefone, #comoConheceu, #mensagem {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#nome {
	width:500px;
}
#email {
	width:250px;
}
#telefone {
	width:220px;
	margin-left:5px;
}
#comoConheceu {
	width:523px;
	color:#999;
}
#mensagem {
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
}

#enviar {
	color:#FFF;
	border: 1px solid #666;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	background-image: url(../images/icon-send.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-size: 15px;
	background-color: #6D0101;
	float: right;
	margin-right: 7px;
}
#enviar:hover {
	background-color: #400000;
}
#enviar:active {
	background-color: #2B0000;
}
#box_info_contato{
	float:right;
	width:330px;
	margin-top: 80px;
}
#box_info_contato .iconMap {background-position: left 5px;}
#box_info_contato .iconTel {background-position: left 2px;}
#box_info_contato .iconMap, #box_info_contato .iconTel {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#font_sucesso {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:15px;
}

/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#666; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:99999; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
