@charset "utf-8";
/********************************************************************************************
********************************RESET*******************************************************/
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	font-family: 'Roboto', sans-serif;
	
	
	
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{
	line-height:1;
	width: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/********************************************************************************************
*************************CONFIGURACAO DA DIVS***********************************************/
.div_center {
	width: 940px;
	margin: 0px auto;
	display: block;
		
}
.div_center2 {
	width: 940px;
	margin: 0px auto;
	display: block;
}

#header_content{
	
	background-color: #F0F0F0 !important;
	margin-bottom:5px;
}	

.clear{
	clear: both;
}
/********************************************************************************************
*********************************HEADER*****************************************************/
#logo {
	width: 940px;
	margin: 0px auto;
	display: block; 
	
	background: url(../img/textura_header.jpg) center center no-repeat;
}

#logo a img{
	height: 60px; 	
	margin-bottom: 5px;
	padding: 10px 0 5px;
	background-color: #F0F0F0;
}
#menu_content {
	background: #E0E0E0; /* CINZA CLARO */
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	height: 54px;
}
#menu {
	font-family: 'Open Sans;
	font-weight: 300;
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	border: 0 solid #fff;	
}
#menu li {
	float: left;
	display: block;
	list-style: none;
	border-right: 2px solid #ccc;
	/*border-left: 2px solid #ccc;*/
	
}
#menu li:nth-child(1) {
		width: calc(12% - 1px);
}
#menu li:nth-child(2) {
		width: calc(15% - 1px);
}
#menu li:nth-child(3) {
		width: calc(15% - 1px);
}
#menu li:nth-child(4) {
		width: calc(15% - 1px);
}
#menu li:nth-child(5) {
		width: calc(13% - 1px);
}
#menu li:nth-child(6) {
		width: calc(15% - 1px);
}
#menu li:nth-child(7) {
		width: 13%;
		border-right-color: #ccc;
}
#menu li:nth-child(7):hover {
		border-right-color:#000;
}
#menu li:nth-child(1):hover {
		border-left-color: #CEC8C8;
}
#menu li:last-child {	
	border-right: 0 !important;
}
#menu a {
	color: #666; /* CINZA ESCURO */
	text-decoration: none;
	display: block;
	height: 54px;
	line-height: 54px;
	font-weight: 300;
	width:100%;
	text-align: center;	
}
#menu a:hover,
#menu a.active {
 		/* background: url(../img/apontador_menu.png) top center no-repeat; */
		 background: none repeat scroll 0 0 #13467B;
		 color:#ffffff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	
	
}
/********************************************************************************************
*********************************HOME*******************************************************/
#fundo_centro{	
	height: 100%;
	width: 100%; 
	background: url(../img/textura_conteudo.jpg); 
	margin-top: 5px;
}

#fundo_topo{
	height: 75px;
	width: 100%;
	/*background-color: #EDEDED;*/
}

#fundo_logo{
	height: 75px;
	width:100%;
	background-color: red;
}

/********************************BANNER*****************************************************/
#banner {
	height: 250px;
	/*border-bottom: 2px solid #13467b; /*AZUL ESCURO*/
	margin: 0  !important;
	padding: 0  !important;
	width: 100%;
	float: left;
	
	position: relative;
}
#banner .item {
	height: 250px !important;
	width:100% !import;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#banner_control { 
	/*position: relative;
	right: -370px;*/
	position:absolute;
}
.item { z-index: 100; }
#prev {
	z-index: 999;
	position: absolute;
	top: 100px;
	right: 862px;
	background: url(../img/home/controller_esquerda.png) no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	opacity:0.5;
	
}
#next {
	z-index: 999;
	position: absolute;
	top: 100px;
	right: 30px;
	background: url(../img/home/controller_direita.png) no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	opacity:0.5;
}
.box{
	color:#ffffff;
	position:absolute;
	height:33px;
	width: auto;	
	text-align: left;
	top:212px;
	padding-top:5px;	
	padding-left: 25px;
	padding-right: 12px;	
	background: url(../img/home/legenda_banner_bg2.png) left no-repeat;	
	line-height: auto;
	right: 0px;
}

.box #titulo{
	font-size:16px;
	font-weight: bold !important;
	
}

.box #titulo #subtitulo{	
	font-size: 12px;
	font-weight: normal !important;
	
}

.slider a { text-decoration: none; }
.slider a h1 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 58px;
	width: 100% !important;
	line-height: 30px;
	position: absolute;
	margin-top: 192px;
	padding: 0 0 0 7px;
}
.slider a h1 span {
	font-size: 10px !important;
	font-weight: normal;
	padding-bottom: 50px;

}

.item img {
	border: 0 none;
	height: 250px; 
	width: 100% !important;
	position:absolute;
}
/***********SERVICOS************************************************************************/
#home_servicos {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 19px;
	height: 230px;
}
#home_servicos h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	width: 941px;
}
#home_servicos ul { 
	/*border-left: 1px solid #d1d0d0; /*CINZA CLARO*/
	float: left;
	list-style: none;
	width: 117%; 
}
#home_servicos a {
	color: #000;
	text-decoration: none;
}
#home_servicos a:hover,
#home_servicos a.selected {
	color: #13467b; /*AZUL ESCURO*/
	font-weight: normal;
}
#home_servicos img { margin-top: 22px; }
#home_servicos li { 
	/* border-bottom: 1px solid #d1d0d0; /*CINZA CLARO*/
	font-size: 16px;
	padding: 24px 0px 5px;
	width: 46%;
	float:left;
}
#home_servicos a { 
	text-decoration: none; 
	cursor: pointer;
	font-weight: 300;
}

#img_servicos {
	float: left;	
}
#img_servicos div {
	display: none;
}
/***********CLIENTES************************************************************************/
#home_clientes {
	float: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	width: 300px;
	margin-top: 45px;	
}
#home_clientes h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	width: 300px;
}
#home_clientes ul {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/
	float: left;
	list-style: none;
}
#home_clientes li {
	float: left;
	padding: 10px 0 0 3px;
}
/***********PROJETOS RECENTES***************************************************************/
#home_projetos_recentes { 
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	width: 100%;
}
#home_projetos_recentes h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;	
}
#home_projetos_recentes ul {
	padding-top: 18px;
	width: 100%;
	height: 600px;
}
#home_projetos_recentes ul li {
	color: #13467b; /*AZUL ESCURO*/
	font-size: 14px;
	list-style: none;
	float:left;
	width: 300px;
	height: 290px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#home_projetos_recentes ul li a {
	color: #13467b; /*AZUL ESCURO*/	
	font-weight: normal;
	text-decoration: none;
}
#home_projetos_recentes p {
	background: #f1f2f2;
	margin-top:214px;
	display: block;
	padding: 10px;
	position: absolute;
	width: 93%;
}
.legenda_projetos_recentes {
	width: 100%;
	height: 227px;
	float: left;
	position: relative;
	cursor:default !important;
}
/********************************************************************************************
*********************************INSTITUCIONAL**********************************************/

/***********QUEM SOMOS**********************************************************************/
#quem_somos {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 40px;
	width: 940px;
}
#quem_somos h1 {
	
-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;	
}
#quem_somos p {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 20px 0 20px;
	width: 438px;
	line-height: 24px;
	text-align: justify;
}
#quem_somos img { 
	float: right; 
	padding-top: 20px;
}
/***********COMPROMISSO**********************************************************************/
#compromisso {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 70px;
}
#compromisso h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;	
}
#compromisso p {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 0 0 20px;`
	line-height: 23px;	
	text-align: justify;
}
/***********VISAO, MiSSAO E VALORES*********************************************************/
#visao {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 70px;
	width: 940px;
}
#visao h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;	
}
#visao  p { 
	text-align: justify; 
}
#valores_box p{
	width: 280px;
}

#valores_box p#box-institucional-responsabilidade{
	float: left;
}
#valores_box p#box-institucional-qualidade{
	float: right;
	height: 130px;
}
#valores_box p#box-institucional-melhoria{
	float: left;
}
#valores_box p#box-institucional-parceria{
	float: right;
	height: 130px;
}
#valores_box p#box-institucional-agilidade{
	float: left;
}
#valores_box p#box-institucional-educacao{
	float: right;
}
#valores_box p#box-institucional-flexibilidade{
	float: left;
}

.intertitulo {
	color: #13467b; /*AZUL ESCURO*/
	font-size: 24px;
	font-weight: normal;
	display: block;
}
#visao_content {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/
	/*height: 423px;	*/
	padding-top: 1px;
	/*padding-bottom: 127px;	*/
}
#visao_missao {
	float: left;
	width: 290px;
	margin-top: 15px;
}
#visao_box {
	background: #f4f5f5; /*CINZA CLARO*/
	font-size: 20px;
	font-weight: 300;	
	height: 145px;
	width: 100%;
	line-height: 23px;
	padding: 15px;
}
#missao_box {
	background: #f4f5f5;
	font-size: 20px;
	font-weight: 300;	
	height: 188px;
	width: 100%;
	line-height: 23px;
	padding: 15px;
}
#valores_box {
	background: #f4f5f5;
	font-size: 20px;
	font-weight: 300;
	float: right;
	height: 550px;	
	width: 580px;
	line-height: 23px;
	margin-top: 15px;
	padding: 15px;
	/*-webkit-column-count: 2; /* Chrome, Safari, Opera */
    /*-moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.subtitulo {
	color: #13467b; /*AZUL ESCURO*/
	font-weight: normal;
	display: block;
	padding-top: 15px;	
}
/***********QSMA****************************************************************************/
#qsma {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 70px;
}
#qsma h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;	
}
#qsma p {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 0 0 20px;`
	line-height: 23px;
	text-align: justify;	
}
/***********SUSTENTABILIDADE*****************************************************************/
#sustentabilidade {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 70px;
	margin-bottom: 75px;
}
#sustentabilidade h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;	
}
#sustentabilidade p {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 0 0 20px;`
	line-height: 23px;
	text-align: justify;	
}
/********************************************************************************************
*********************************SERVICOS***************************************************/

/***********SERVICOS INTRO******************************************************************/
#servicos_intro {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 40px;
	/*margin-bottom: 75px;*/
}
#servicos_intro h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;	
}
#servicos_intro p {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 0 0 20px;
	line-height: 23px;	
	text-align: justify;
}
/***********LISTA DE SERVICOS***************************************************************/
#lista_servicos_content {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/
	float: left;	
	padding-top: 39px;
}
#lista_servicos {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	width: 941px;
	/*margin-bottom: 75px;*/
}
#lista_servicos h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;	
}
/***********COORDENACAO*********************************************************************/
#coordenacao {
	background: #f4f5f5; /*CINZA CLARO*/
	float: right;
	margin: -1143px 0 0 20px;	
	width: 293px;
}
#coordenacao img { padding-bottom: 15px; }
#coordenacao span { padding: 0 15px 0 15px; }
#coordenacao p { padding: 10px 15px 0 15px; }
#coordenacao p:last-child { padding-bottom: 15px; }
/***********SUPRIMENTOS*********************************************************************/
#suprimentos {
	background: #f4f5f5; /*CINZA CLARO*/
	float: right;
	margin: -600px 0 0 20px ;	
	width: 293px;
}
#suprimentos img { padding-bottom: 15px; }
#suprimentos span { padding: 0 15px 0 15px; }
#suprimentos p { padding: 10px 15px 0 15px; }
#suprimentos p:last-child { padding-bottom: 15px; }
/***********CONSULTORIA*********************************************************************/
#consultoria {
	background: #f4f5f5; /*CINZA CLARO*/
	float: center;
	margin: 20px 0 0 331px;	
	width: 293px;
}
#consultoria img { padding-bottom: 15px; }
#consultoria span { padding: 0 15px 0 15px; }
#consultoria p { padding: 10px 15px 0 15px; }
#consultoria p:last-child { padding-bottom: 15px; }
/***********AUTOMACAO************************************************************************/
#automacao {
	background: #f4f5f5; /*CINZA CLARO*/
	clear: both;
	float: left;
	margin: 0 0 0 20px;	
	width: 293px;
}
#automacao img { padding-bottom: 15px; }
#automacao span { padding: 0 15px 0 15px; }
#automacao h4 {
	color: #13467b; /*AZUL ESCURO*/
	font-size: 18px;
	font-weight: normal;
	padding: 15px 15px 0 15px;
}
#automacao p { padding: 10px 15px 0 15px; }
#automacao p:last-child { padding-bottom: 15px; }
/***********SISTEMAS ELETRICOS**************************************************************/
#sis_eletricos {
	background: #f4f5f5; /*CINZA CLARO*/
	float: left;
	margin: 0 0 0 20px;	
	width: 293px;
}
#sis_eletricos img { padding-bottom: 15px; }
#sis_eletricos span { padding: 0 15px 0 15px; }
#sis_eletricos h4 {
	color: #13467b; /*AZUL ESCURO*/
	font-size: 18px;
	font-weight: normal;
	padding: 15px 15px 0 15px;
}
#sis_eletricos h5 {
	color: #13467b; /*AZUL ESCURO*/
	font-size: 15px;
	font-weight: normal;
	padding: 15px 15px 0 15px;
}
#sis_eletricos p { padding: 10px 15px 0 15px; }
#sis_eletricos p:last-child { padding-bottom: 15px; }
/***********OUTROS SISTEMAS*****************************************************************/
#outros_sistemas {
	background: #f4f5f5; /*CINZA CLARO*/
	float: left;
	margin: 0 0 0 20px;
	width: 293px;
}
#outros_sistemas img { padding-bottom: 19px; }
#outros_sistemas span { padding: 0 15px 0 15px; }
#outros_sistemas h4 {
	color: #13467b; /*AZUL ESCURO*/
	font-size: 18px;
	font-weight: normal;
	padding: 15px 15px 0 15px;
}
#outros_sistemas p { padding: 10px 15px 0 15px; }
#outros_sistemas p:last-child { padding-bottom: 15px; }
/********************************************************************************************
*********************************AREAS DE ATUACAO*******************************************/
#areas {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 46px;
}
#areas h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	width: 940px;
}
#areas ul {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/
	float: left;	
	margin-bottom: 70px;
}
#areas li {
	color: #13467b; /*AZUL ESCURO*/
	float: left;
	font-size: 14px;
	list-style: none;
	padding-left: 19px;
	padding-top: 20px;
}
#areas h5 {
	color: #13467b; /*AZUL ESCURO*/	
	font-weight: normal;
	text-decoration: none;
}
#areas p {
	background: #f1f2f2;
	display: block;
	padding: 12px;
	position: absolute;
	bottom: 0;
	width: 269px;
}
.legenda_areas_atuacao {
	width: 293px;
	height: 227px;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	position: relative;
}
/********************************************************************************************
*********************************CLIENTES***************************************************/
#lista_clientes {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 70px;
}
#lista_clientes h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	width: 940px;	
}
#lista_clientes p {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 0 0 20px;
	line-height: 23px;	
}
#lista_clientes ul {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/
	float: left;
	list-style: none;
	margin-bottom: 70px;
}
#lista_clientes li {
	float: left;
	padding: 25px 0 0 25px;
}
/********************************************************************************************
*********************************TRABALHE CONOSCO*******************************************/
#info_trabalhe {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: 70px;
}
#info_trabalhe h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	width: 940px;	
}
#texto_intro {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-bottom: 1px solid #d1d0d0; /*CINZA CLARO*/
	width: 320px;
	height: 634px;
	float: left;
}
#texto_intro img {
	margin: 40px 0 0 85px;
}
#texto_intro h2 {
	color: #13467b; /*AZUL ESCURO*/
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 25px;	
}
#texto_intro p {
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	text-align: justify;
}
#texto_trabalhe {
	width: 282px;
	margin: 40px 20px 0 20px;
}
#texto_trabalhe a {
	font-size: 18px;
	color: #13467b !important;
	letter-spacing: -0.2px;
	text-decoration: none;
} 
/***********FORMULARIO DE TRABALHO**********************************************************/

/***********DADOS PESSOAIS******************************************************************/
#form_dados_pessoais {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-bottom: 4px solid #d0dae5; /*AZUL CLARO*/
	float: left;
	padding: 40px 0 25px 40px;
	width: 577px;
}
#form_dados_pessoais h1 {
	border-bottom: none;
	width: 240px;
}
#form_dados_pessoais span {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
}
#form_dados_pessoais label { 
	float: left; 
	width: 577px;
	margin-bottom: 10px;

}
#form_dados_pessoais input {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 14px;
	width: 440px;
	float: right;
	padding: 10px;
}

#form_dados_pessoais select {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 36px;
	width: 462px;
	float: right;
}

#form_dados_pessoais form {
	margin-top: 40px;
}

/***********ENDERECO************************************************************************/
#form_endereco {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-bottom: 4px solid #d0dae5; /*AZUL CLARO*/
	float: left;
	padding: 40px 0 25px 40px;
	width: 577px;
}
#form_endereco h1 {
	border-bottom: none;
	width: 240px;
}
#form_endereco span {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
	float: left;
}
#form_endereco label { 
	float: left; 
	width: 577px;
	margin-bottom: 10px;

}
#form_endereco input {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 14px;
	width: 440px;
	float: right;
	padding: 10px;
}
#form_endereco form {
	margin-top: 40px;
}
#form_endereco #cep { 
	width: 162px; 
	float:left;
	margin-left: 90px;
}
#form_endereco p {
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	float: left;
	display: block;
	line-height: 36px;
	padding-left: 10px;
}
/***********CONTATOS************************************************************************/
#form_contatos {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-bottom: 4px solid #d0dae5; /*AZUL CLARO*/
	float: right;
	padding: 40px 0 25px 40px;
	width: 577px;
}
#form_contatos h1 {
	border-bottom: none;
	width: 240px;
}
#form_contatos span {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
	float: left;
}
#form_contatos label { 
	float: left; 
	width: 577px;
	margin-bottom: 10px;

}
#form_contatos input {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 14px;
	width: 440px;
	float: right;
	padding: 10px;
}
#form_contatos form {
	margin-top: 40px;
}

.error {
	color: red;
}
/***********FORMACA ACADEMICA***************************************************************/
#form_formacao {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-bottom: 4px solid #d0dae5; /*AZUL CLARO*/
	float: right;
	padding: 40px 0 25px 40px;
	width: 577px;
}
#form_formacao h1 {
	border-bottom: none;
	width: 245px;
}
#form_formacao span {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
	float: left;
}
#form_formacao label,
#form_formacao textarea { 
	float: left; 
	width: 577px;
	margin-bottom: 10px;

}
#form_formacao input,
#form_formacao textarea {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 14px;
	width: 344px;
	float: right;
	padding: 10px;
}
#form_formacao form {
	margin-top: 40px;
}
#form_formacao textarea {
	max-width: 354px;
	min-height: 68px;
	margin-bottom: 0;
}

#form_formacao select {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 36px;
	width: 366px;
	float: right;
}

/***********IDIOMAS*************************************************************************/
#form_idiomas {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-bottom: 4px solid #d0dae5; /*AZUL CLARO*/
	float: right;
	padding: 40px 0 25px 40px;
	width: 577px;
}
#form_idiomas h1 {
	border-bottom: none;
	width: 245px;
}
#form_idiomas span {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
	float: left;
}
#form_idiomas label,
#form_idiomas textarea { 
	float: left; 
	width: 577px;
	margin-bottom: 10px;

}
#form_idiomas input,
#form_idiomas textarea {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 14px;
	width: 344px;
	float: right;
	padding: 10px;
}
#form_idiomas form {
	margin-top: 40px;
}
#form_idiomas textarea {
	max-width: 354px;
}

#form_idiomas select {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 36px;
	width: 366px;
	float: right;
}

/***********CARGO PRETENDIDO****************************************************************/
#form_cargo {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-bottom: 4px solid #d0dae5; /*AZUL CLARO*/
	float: right;
	padding: 40px 0 25px 40px;
	width: 577px;
}
#form_cargo h1 {
	border-bottom: none;
	width: 245px;
}
#form_cargo span {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
	float: left;
}
#form_cargo label,
#form_cargo textarea { 
	float: left; 
	width: 577px;
	margin-bottom: 10px;

}
#form_cargo input,
#form_cargo textarea {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	color: #828282;
	font-size: 14px;
	height: 14px;
	width: 344px;
	float: right;
	padding: 10px;
}
#form_cargo form {
	margin-top: 40px;
}
#form_cargo textarea {
	max-width: 354px;
	min-height: 68px;
}
/***********VERIFICACAO*********************************************************************/
#form_verificacao {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-bottom: 4px solid #d0dae5; /*AZUL CLARO*/
	float: right;
	padding: 40px 0 25px 40px;
	width: 577px;
}
#form_verificacao h1 {
	border-bottom: none;
	width: 287px;
}
#form_verificacao span {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
	float: left;
}
#form_verificacao label { 
	float: left; 
	width: 577px;
	margin-bottom: 10px;
}
#form_verificacao input {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	height: 14px;
	width: 440px;
	float: right;
	padding: 10px;
}
#form_verificacao form {
	margin-top: 40px;
}
#form_verificacao label input {
	float: left;
	width: 206px;
	clear: both;
}
#form_verificacao label span {
	display: block;
}
#form_verificacao label img {
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	float: right;
}
.botao_cadastrar {
	background-color: #13467b !important; /*AZUL ESCURO*/
	color: #fff; /*BRANCO*/
	cursor: pointer !important;
	float: left !important;
	font-size: 17px;
	height: 50px !important;
	margin-top: 10px !important;
	width: 190px !important;
}
/********************************************************************************************
*********************************CONTATO****************************************************/

/***********MAPA****************************************************************************/
#mapa {
	height: 354px;
	border-bottom: 2px solid #13467b; /*AZUL ESCURO*/
	margin: 0  !important;
	padding: 0  !important;
	width: 100%;
	float: left;
	top:3px;
}
/***********INFORMACOES*********************************************************************/
#informacoes {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 70px;
}
#informacoes h1 {
	border-bottom: 4px solid #13467b; /*AZUL ESCURO*/
	color: #13467b; /*AZUL ESCURO*/
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	width: 940px;	
}
#endereco_email {
	border-left: 1px solid #d1d0d0; /*CINZA CLARO*/	
	border-right: 1px solid #d1d0d0; /*CINZA CLARO*/	
	width: 320px;
	height: 497px;
	float: left;
}
#endereco_email img {
	margin: 40px 0 0 85px;
}
#endereco_email h2 {
	color: #13467b; /*AZUL ESCURO*/
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 25px;	
}
#endereco_email p {
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}
#texto_contato {
	width: 282px;
	margin: 40px 20px 0 20px;
}
#texto_contato a {
	font-size: 18px;
	color: #0079ff !important;
	letter-spacing: -0.2px;
	text-decoration: none;
} 
/***********FORMULARIO DE CONTATO**********************************************************/
#form_contato {
	float: left;
	margin: 40px 0 0 39px;
	width: 578px;
}
#form_contato h1 {
	border-bottom: none;
	width: 240px;
}
#form_contato span {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
}
#form_contato label,
#form_contato textarea { 
	float: left; 
	width: 578px;
	margin-bottom: 10px;

}
#form_contato input,
#form_contato textarea {
	background-color: #f8f8f8;
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	height: 14px;
	width: 440px;
	float: right;
	padding: 10px;
}
#form_contato textarea {
	max-width: 460px;
	min-height: 70px;
}
#form_contato form {
	margin-top: 40px;
}
#form_contato label:nth-child(5) input {
	float: left;
	width: 206px;
}
#form_contato label:nth-child(5) span {
	display: block;
}
#form_contato label:nth-child(5) img {
	border: solid 1px #d1d0d0; /*CINZA CLARO*/
	float: right;
}
.botao_enviar {
	background-color: #13467b !important; /*AZUL ESCURO*/
	color: #fff; /*BRANCO*/
	cursor: pointer !important;
	float: left !important;
	font-size: 17px;
	height: 50px !important;
	margin-top: 10px !important;
	width: 150px !important;
}
.botao_limpar {
	background-color: #b7b7b7 !important; /*CINZA CLARO*/
	color: #fff; /*BRANCO*/
	cursor: pointer !important;
	float: left !important;
	font-size: 17px;
	height: 50px !important;
	margin: 10px 0 0 10px !important;
	width: 150px !important;
}
/********************************************************************************************
*********************************FOOTER*****************************************************/
#footer { 
	clear: both;
	width: 100%;
}
#footer_content {
	background: #13467b; /* AZUL CLARO */
}

#menu_footer {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	height: 54px;
	line-height: 85px;
}
#menu_footer li {
	list-style: none;
	float: left;
}
#menu_footer a { 
	color: #fff; /* BRANCO */
	text-decoration: none;
	display: block;
	height: 54px;
	line-height: 54px;
	padding: 0 29px;
	font-weight: 300;
}
#menu_footer a:hover { color: #83add8; } /*AZUL CLARO*/
#rodape { background: #10569f; } /*AZUL*/
#copyright { 
	width: 940px;
	margin: 0px auto;
	display: block;
	height: 60px;
	line-height: 60px; 
}
#copyright a { 
	float: right;
	height: 60px;
	width: 92px;
	display: block;
	background: url(../img/logo_digitally.png) no-repeat center center;
	margin-right: 10px;
}
#copyright p {
	color: #fff; /* BRANCO */
	float: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	margin-right: 22px;
	line-height: 60px;
	text-align: right;
}
/* Correção de BUGS para o Chrome e Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
}
/* /Correção de BUGS para o Chrome e Safari*/

