body {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	color: #666;
	margin: 0px;
	background-color:#fff;
}
a {
	text-decoration: none;
	color:#EE5C23;
	transition: 0.4s;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3{
	margin:0;
	padding:0;
	font-weight:500;
	color: #110C53;
}
h1{
	font-size:40px;
	margin-bottom:20px;
}
h2{
	margin-bottom:20px;
	font-size:30px;
}
h3{
	margin-bottom:20px;
	font-size:25px;
}
.clear{
	clear:both;
}
header{
	width:100%;
	height:80px;
	background-color: #f7f7f7;
	z-index: 1000;
	padding-bottom: 20px;
	padding-top: 20px;
}
#topo{
	width:100%;
	max-width: 1500px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	
}
#logo {
	height: 80px;
	width: 247px;
	cursor:pointer;
	float: left;
	margin-left: 30px;
}
#logo img{
	width: 100%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: rgba(17,12,83, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  
}
.overlay-content img{
	width: 230px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  transition: 0.5s;
}

.overlay a:hover, .overlay a:focus {
  color: #B6B8BA;
}

.overlay .closebtn {
  position: absolute;
  right: 45px;
  padding: 0;
  font-size: 60px;
}

#btnMobile{
	cursor:pointer;
	margin-top: 15px;
	margin-right: 20px;
	width:50px;
	float: right;
}
#hamb {
  width: 50px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#hamb img{
	width: 100%;
}
#menuLeft{
	display: inline-table;
	vertical-align: top;
	margin-top: 50px;
}
#menuRight{
	display: inline-table;
	vertical-align: top;
	margin-left: 5%;
	margin-top: 50px;
}
.overlay-content ul{
	margin:0;
	padding:0px;
	margin-bottom: 20px;
}
.overlay-content ul li{
	list-style:none;
	padding:0;
	display: block;
}
.overlay-content ul li a{
	color:#FFFFFF;
	font-size:20px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 3px solid #EE5C23;
	font-weight: 300;
}
.overlay-content ul li a:hover{
	background-color: #FFFFFF;
	color:#110C53;
}

footer{
	max-width:100%;
	height:auto;
	background-color:#110C53;
	color: #fff;
}
#inFooter{
	padding-top: 80px;
	padding-bottom: 60px;
	width: 100%;
	max-width: 1500px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}
#inFooter h2{
	color: #FFFFFF;
	font-size: 40px;
	margin-bottom: 0;
}
#inFooter h2 span{
	color: #EE5C23;
}
#bf1{
	display: inline-table;
	vertical-align: middle;
	width: 45%;
}
#endereco{
	width: 75%;
	padding-left: 15%;
	font-size: 20px;
	background-image: url(../resources/geral/pin.png);
	background-size: 35px 47px;
	background-repeat: no-repeat;
	background-position: 30px top;
	margin-top: 55px;
}
#telefone{
	width: 75%;
	padding-left: 15%;
	font-size: 20px;
	background-image: url(../resources/geral/tel.png);
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: 30px top;
	margin-top: 55px;
	min-height: 35px;
}
#redes{
	width: 75%;
	padding-left: 15%;
	font-size: 20px;
	margin-top: 40px;
	min-height: 35px;
}
#redes img{
	width: 35px;
	margin-right: 15px;

}
#logoFooter{
	width: 75%;
	padding-left: 30px;
	margin-top: 50px;
}
#logoFooter img{
	width: 310px;
}
#bf2{
	width: 50%;
	display: inline-table;
	vertical-align: middle;
	
}
#fale_conosco{

}
.campos{
	background-color:#ffffff;
	font-size:20px;
	padding-left:2%;
	padding-right:2%;
	padding-top:7px;
	padding-bottom:7px;
	border: solid 2px #EE5C23;
	width:94%;
	margin-top:5px;
	margin-bottom:15px;
	border-radius:10px;
}
.g-recaptcha{
	display: inline-table;
}
#status{
	color: #EE5C23;
}
.botao_laranja{
	padding:10px 40px;
	font-weight: 400;
	font-size: 20px;
	color: #FFF;
	background-color: #EE5C23;
	border: none;
	border-radius:10px;
	cursor: pointer;
}
.botao_laranja:hover {
	color: #B6B8BA;
}
#footer2{
	width: 100%;
	text-align: center;
	background-color: #002960;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
#copy{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}
#by {
	font-size: 11px;
	text-align: center;
	float: left;
	margin-left: 80%;
	margin-top: -20px;
}
#by a{
	color:#666666;
}
#by a:hover{
	color:#f7f7f7;
	text-decoration:none;
}
#chat_wp{
	position:fixed;
	bottom: 60px;
	right:0;
	padding: 15px;
	padding-right: 40px;
	text-align:center;
	color:#fff;
	font-size:16px;
	cursor: pointer;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: #31BA39;
	border: none;
	z-index:1000;
}
#chat_wp a{
	color: #fff;
	font-weight: 500;
}
#chat_wp a:hover{
	text-decoration: none;
}
#chat_wp img{
	width: 40px;
	display: block;
}
#bannersLivres{
	width: 100%;
	padding: 0;
	margin: 0;
}
.bannerslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index:100;
 }

.bannerslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
  .bannerslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.bannerslides img {
  display: block;
  height: auto;
  
  width: 100%;
  border: 0;
}
.titBanner{
	position: absolute;
	top:35%;
	left: 11%;
	z-index:100;
	width: 60%;
	padding-left: 5%;
	border-left: 7px solid #EE5C23;
}
.titBanner h1{
	font-size: 60px;
	font-weight: 500;
	color: #FFFFFF;
}

.fullWidth{
	width: 100%;
}
#fullSobreHome{
	background-color: #110C53;
	clear: left;
}

#homeSobre{
	width: 100%;
	max-width: 1500px;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
}
#titResumo{
	display: inline-table;
	vertical-align: middle;
	width: 15%;
	text-align: left;
	
}
#titResumo h2{
	color: #FFFFFF;
	font-size: 40px;
	margin-bottom: 0;
	text-align: left;
}
#resumoHome{
	display: inline-table;
	vertical-align: middle;
	width: 55%;
	margin-left: 5%;
	text-align: left;
	color: #FFFFFF;
	border-left: 7px solid #EE5C23;
	padding-left: 30px;
}

#resumoHome p{
	font-size: 30px;
	margin: 0;
}
#fullAtuacoesHome{
	
}
#homeAtuacoes{
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 50px;
	clear: left;
}
#homeAtuacoes h2, #homePublicacoes h2{
	font-size: 40px;
	font-weight: 500;
	color: #110C53;
	margin-bottom: 40px;
	text-align: left;
}
.cadaAtuacao{
	width:26%;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 2%;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 100px;
	display: inline-table;
	vertical-align: top;
	text-align: left;
	margin-bottom: 4%;
	color: #FFFFFF;
	border-left: 5px solid #EE5C23;
	background-color: #110C53;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.cadaAtuacao a{
	color: #FFFFFF !important;
}
.cadaAtuacao a:hover{
	color: #EE5C23 !important;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#homeAtuacoes p, #homePublicacoes p{
	font-weight: 500;
	font-size: 25px;
	text-align: right;
	margin: 0;
}
#homeAtuacoes a{
	color: #EE5C23;
	
}
#fullPublicacoesHome{
	background-color: #EEF1F8;
}
#homePublicacoes{
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 50px;
	clear: left;
}
.cadaNoticia{
	display: inline-table;
	vertical-align: top;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 30px;
	margin-top: 30px;
}
.cadaNoticia img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.cadaNoticia h3{
	font-size: 25px;
	text-align: left;
	font-weight: 500;
}
.cadaNoticia h3 a{
	color: #666;
}
.cadaNoticia h3 a:hover{
	color: #999;
}

section#conteudo{
	width:100%;
	max-width: 1500px;
	min-height:400px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 50px; /*dvd fixed menu*/
	clear: left;
}
section#conteudo h2{
	margin-bottom: 40px;
	font-size: 40px;
}
#geralLeft{
	display: inline-table;
	vertical-align: top;
	width: 64%;
	padding: 2%;
}
#geralRight{
	display: inline-table;
	vertical-align: top;
	width: 21%;
	margin-left: 5%;
	padding: 2%;
	text-align: center;
}
#geralRight img{
	width: 80%;
	margin-top: 40px;
	margin-bottom: 40px;
}
#atuacoes h2{
	text-align: left;
}
#textoAtuacao, #textoNoticia, #textoSetor{
	width: 55%;
	display: inline-table;
	vertical-align: top;
	padding-left: 5%;
	padding-right: 5%;
}
img.imagemTexto{
	display: inline-table;
	vertical-align: top;
	width: 33%;
	margin-right: 2%;
	border-radius: 20px;
}
#setores{
	
}
.cadaSetor{
	display: block;
	width: 93%;
	background-color: #110C53;
	margin-bottom: 40px;
	border-left: 10px solid #EE5C23;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.cadaSetor img{
	display: inline-table;
	vertical-align: middle;
	height: 300px;
}
.cadaSetor h3{
	display: inline-table;
	vertical-align: middle;
	margin-left: 40px;
	font-size: 35px;
	text-transform: uppercase;
}
.cadaSetor h3 a{
	color: #FFFFFF;
}
.cadaSetor h3 a:hover{
	color: #EE5C23;
}










.paginacao{
	text-align: center;
	font-size: 18px;
}
.paginacao span{
	text-decoration: underline;
	color: #B6B8BA;;
}

.top{
	position:fixed;
	bottom:0;
	right:28px;
	text-align:center;
	color:#000000;
	display:none;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	font-size:12px;
	width:30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background: rgba(0,0,0,0.7);
	z-index:50;
	cursor:pointer;
	z-index:1000;
}
.top img{
	 width:100%;
	margin-bottom:3px;
}
.top:hover{
	color:#e5e5e5;
}




