*{box-sizing:border-box;}

*{font-size:100%; font-family: Helvetica, Arial, sans-serif;}


body{
}
h1{}
#menu-topo{
	display: block;
	height:40px;
}
#menu-topo ul{
	display:block;
	width:650px;
	height:30px;
	background-image: url(../imagens/border-1.png);
	background-repeat: no-repeat;
	background-color: #666;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
}
#menu-topo li{
	float:left;
	list-style:none;
}
#menu-topo a{
	display:block;
	color:#CCC;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#menu-topo a:hover{
	color:#FFF;
}

#bloco-topo{
	background: linear-gradient(to top, #f7f7f7, #FFF);
	display:block;
	height:120px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #023C6A;
	box-shadow: 0px 2px 3px 0px #ccc;
}
        
#bloco-topo #logo{
	display:block;
	float:left;
}
   
#bloco-redes-sociais{
	display:block;
	float:right;
	width:150px;
	margin-top: 15px;
}

#bloco-redes-sociais .redes-sociais{
	background-image: url(../imagens/redes-sociais.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 25px;
	margin-left: 8px;
	border: thin none #FFF;
}
#bloco-redes-sociais img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#bloco-redes-sociais .facebook{
}
                        
#bloco-redes-sociais .whatsapp{
	background-position: -31px;
}
                        
#bloco-redes-sociais .linkedin{
	background-position: -61px;
}
                        
#bloco-redes-sociais .youtube{
	background-position: -91px;
}


#bloco-topo-menu{
	display:block;
	width:710px;
	float:right;
	clear: right;
	margin-top: 25px;
}
#bloco-topo-menu ul{
	
}
#bloco-topo-menu li{
	list-style:none;
}
#bloco-topo-menu a{
	display:block;
	color:#666666;
	padding:5px 15px 5px 0px;
	margin-left:5px;
	float:left;
	font-size:1.1em;
	text-decoration:none;
}
#bloco-topo-menu a:hover{
	color:#036;
}
        
#bloco-banner{
	background: linear-gradient(to top, #023C6A, #005996);
	display:block;
	height:360px;
	padding-right: 100px;
	padding-left: 100px;
}
#bloco-itens-banner{
	display:block;
	height:360px;
	background-image: url(../imagens/fundo-banner.png);
	background-repeat: no-repeat;
	background-position: 150px;
}
#bloco-banner h1{
	color:#FFF;
	width: 900px;
	font-size:3.2em;
	letter-spacing:0.07px;
	word-spacing:0.3px;
	line-height:48px;
	margin-top: 0px;
	padding-top: 35px;
	padding-bottom: 15px;
	text-shadow:2px 2px 3px #333;
}        
#bloco-banner #chamada-banner{
	color:#CCC;
	width: 650px;
	display: block;
	margin-bottom: 35px;
	font-size:1.2em;
	letter-spacing:0.3px;
	line-height:25px;
}       
#bloco-banner .link-laranja-medio{
	color:#f39309;
	font-size:1.8em;
	text-decoration: none;
	display: block;
	float: left;
	text-shadow:1px 1px 2px #333;
}
#bloco-banner .link-laranja-medio:hover{
	color:#F60;
}
#bloco-banner .btn-laranja{
	display:block;
	padding:5px 15px 5px 15px;
	background:#f39309;
	border-radius:3px;
	float: left;
	margin-left: 25px;
	color: #FFF;
	text-decoration: none;
}
#bloco-banner .btn-laranja:hover{
	background-color:#F60;
	color: #FC9;
}
        
#bloco-workflow{
	display:block;
	height:280px;
	padding-right: 100px;
	padding-left: 100px;
	background-image: url(../imagens/imagem-workflow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 55px;
	margin-bottom: 55px;
}
#bloco-workflow h1{
	font-size:3.5em;
	color: #ff9900;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	text-shadow:1px 1px 2px #999;
}
#bloco-workflow a{
	width: 700px;
	margin-top:25px;
	margin-right: auto;
	margin-left: auto;
	color: #ff9900;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size:1.3em;
	letter-spacing: 0.02em;
	line-height:25px;
}
#bloco-workflow a:hover{
	color:#F30;
}
#bloco-padraobpmn{
	display:block;
	background-color:#F84701;
	color:#FFF;
	height: 130px;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 7px;
}
#bloco-padraobpmn h1{
	background-image: url(../imagens/icone-check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 100px;
	display: block;
	min-height: 81px;
	font-size:2.5em;
	letter-spacing:0.7px;
	line-height:40px;
	text-shadow:1px 1px 2px #333;
}        
        
#bloco-manuais{
	display:block;
	height:405px;
	background-image: url(../imagens/fundo-processos.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 25px;
}
#bloco-manuais img manual-processo{
	float: right;
	display: block;
}
#bloco-manuais h1{
	display: block;
	float: left;
	width: 800px;
	font-weight: normal;
	font-size:3em;
	color: #999;
	margin-top: 25px;
	margin-bottom: 35px;
}
#bloco-manuais a{
	display: block;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	float: left;
	width: 730px;
	font-size:1.3em;
	letter-spacing:0.09px;
	line-height:28px;
}
#bloco-manuais a:hover{
	color:#333;                
}
#bloco-contato{
	display: list-item;
	padding-right: 100px;
	padding-left: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 380px;
}
#bloco-contato h1{
	color: #00A59D;
	font-size:4em;
	width: 650px;
	line-height:70px;
	float: left;
}
#bloco-contato span{
	color: #00A59D;
	font-size:1.3em;
	width: 650px;
	display: block;
	float: left;
}
        
#bloco-contato form{
	display: block;
	float: left;
	width: 450px;
	margin-left: 35px;
}
#bloco-contato input{
}
#bloco-contato form input{
	font-weight: normal;
	color: #00A59D;
	text-decoration: none;
	display: block;
	height: 45px;
	width: 400px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #00A59D;
	border-radius:4px;
	margin-top: 25px;
	font-size:1.5em;
}
#bloco-contato input[type="button"]{
	color: #FFF;
	background-color: #00A59D;
	width: 120px;
}
#bloco-contato input[type="button"]:hover{
	color: #D7FFFF;
	background-color: #005551;
	width: 120px;
}

#bloco-rodape{
	display: block;
	height: 200px;
	background-color: #455868;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 25px;
}
#bloco-rodape img{
}
#bloco-rodape span{
	display: block;
	clear: both;
	color: #FFF;
	margin-top: 25px;
}


/*  INÍCIO DO CSS DA PÁGINA QUEM SOMOS */

#conteudo-quem-somos{
	display: block;
	max-width:1200px;
	color: #999;
	padding-right: 100px;
	padding-left: 100px;
}
#conteudo-quem-somos h1{
	font-size:6em;
	display: block;
	padding-top: 25px;
	padding-bottom: 15px;
}
#conteudo-quem-somos h2{
	font-size:2em;
	display: block;
	padding-top:15px;
	padding-bottom: 15x;
	line-height:45px;
	margin-bottom: 15px;
}
#conteudo-quem-somos p{
	font-size:1.2em;
	line-height:30px;
	margin-bottom: 20px;
	letter-spacing:0.2px;
}
#conteudo-quem-somos li{
	list-style:circle;
}
#conteudo-quem-somos li{
	display:block;
	font-size:1em;
	line-height:25px;
	margin-bottom: 15px;
}

/*  INÍCIO DO CSS DA PÁGINA QUEM SOMOS */


#fases-mapeamento-processos{
	display: block;
	height: 500px;
	margin-bottom: 100px;
	width: 1200px;
}
#fases-mapeamento-processos h3{
	display: block;
	text-align: center;
	font-size:7em;
	border:thin dashed;
	border-radius: 100px;
	width:175;
	height:175px;
	padding-top: 30px;
}
#fases-mapeamento-processos span{
	display: block;
	float: left;
	width: 175px;
	margin-right:30px;
}
#fases-mapeamento-processos h4{
	text-align: center;
	height: 75px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	line-height: 25px;
}
#fases-mapeamento-processos .um{
	color: #60C;
	border-color: #60c;
}
#fases-mapeamento-processos .dois{
	color: #F60;
	border-color: #f60;
}
#fases-mapeamento-processos .tres{
	color: #F00;
	border-color: #f00;
}
#fases-mapeamento-processos .quatro{
	color: #090;
	border-color: #090;
}
#fases-mapeamento-processos .cinco{
	color: #06F;
	border-color: #06f;
}
#fases-mapeamento-processos span .texto-mapeamento-processos{
	font-size:0.9em;
	color:#999;
}

#bloco-formulario-curriculo{
	display: block;
	float: left;
}
#bloco-formulario-curriculo input{
}
#bloco-formulario-curriculo form input{
	font-weight: normal;
	color: #00A59D;
	text-decoration: none;
	display: block;
	height: 45px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #00A59D;
	border-radius:4px;
	margin-top: 25px;
	font-size:1.5em;
}
#bloco-formulario-curriculo input[type="button"]{
	color: #FFF;
	background-color: #00A59D;
	width: 120px;
}
#bloco-formulario-curriculo input[type="button"]:hover{
	color: #D7FFFF;
	background-color: #005551;
	width: 120px;
}
