html {
  height: 100%;
}

* {margin: 0; padding: 0;}

a{
	text-decoration: none;
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}

body {
	color: #666;
font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	overflow-x:hidden;
	font-weight:500;
  height: 100%;
  text-align:left;
}
.alignLeft{ float:left; padding:2px 30px 5px 0;}
.alignRight{ float:right; padding:2px 0 5px 15px;}
.alignCenter{ text-align:center; margin:0px auto;}
/*/////////
SEÇÕES
////////*/
article{ padding:30px 0;}
article p{
	text-align:justify;
}
/*==================================================
HEADER
====================================================*/

#head-p{ width: 100%; }
#head-p{
	background:url('img/slider.jpg') 50% 0 no-repeat fixed;
	color: #fff;
	height: 600px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
}
#textArea{ text-align:center; color:#fff; border:1px solid #fff; width:inherit; min-width:300px; max-width:600px; margin:0px auto; padding:15px;}
#textArea div.first{ font-weight:500 !important; font-size:29px !important; text-transform:uppercase;} 
#textArea div.last{ font-weight:600 !important; font-size:14px !important; text-transform:uppercase;} 

#jump{ padding-top:20px;}
#jump a{
	
	border:1px solid #fff;
	padding:3px 14px;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	background-color:#fff;
	color:#2c5781;
	}
#jump a:hover{ background:#2c5781; color:#fff;}
#barraIntro{	
	padding:40px 10px;
	margin-bottom:10px;
}
#barraIntro h2{
	padding:30px 0;
	line-height:140%;
font-weight:400;
font-size:26px;
text-align:center;
font-style:italic;
color:#fff;
padding:0px;
}
#barraIntro h2 span{
	font-weight:700;
}
/*==============================
HOME
==============================/*/
#quem-somos .bg{
	width:100%;
	min-height:400px;
	background-color:#e0e0e0;
-moz-background-size:100% 100%;
-webkit-background-size:100% 100%;
background-size:cover;
background-position:left bottom;
background-repeat:no-repeat;
background-image: url(img/home_qs.jpg);
	display:table;

}
.home-qs-texto{
	display:table-cell;
		vertical-align:middle;
}
.home-qs-texto p{
		vertical-align:middle;	
		max-width:600px;
		margin-top:30px;
		margin-bottom:30px;
		margin-left:10%;
		padding:50px;
	color:#143555;
	font-size:18px;
}
.home-qs-texto p strong{
	font-weight:bold !important;
}
#home-areas{ padding:30px 0;}
.section-title{ display:block;  margin-bottom:50px;}
.section-title span{
	padding:7px 0px;
	border-bottom:1px solid #2c5781;
}
.section-title h1{
	padding:0px !important;
	font-weight:700 !important;
}
.section-title h1{
font-size:29px;
color:#2c5781;
text-align:left !important;
}
.Areas { padding:50px 0;}
.Areas .item{
	width:48.5%;
	color:#666;
	margin:3px;
	padding:0px;
	display:inline-block;
	vertical-align:top;
}
.Areas .cd-img-overlay {
	opacity:0;
}
.Areas .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 102, 0.1);
  opacity: 1;
  border-radius: .15em .15em 0 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.Areas .cd-img-overlay:hover{
  background: rgba(0, 51, 102, 0.4);	
	opacity:1;
}
.Areas .cd-img-overlay:hover span{
	
background: rgba(0, 0, 0, 0.5);
}
.Areas .cd-img-overlay span {
padding:12px 0;
line-height:140%;
background: rgba(0, 0, 0, 0.1);
width:100%;
display:block;
font-size:17px;
text-transform:uppercase;
font-family: 'Roboto Condensed', serif;
text-align:center;
font-weight:700;

  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  color: #FFF;
}
.Areas figure {
  position: relative;
  margin:0px;
  padding:0px;
}#newsletter{

padding:90px 0;
background: #242947 url('img/bg_newsletter.jpg') center center no-repeat fixed;
background-size: cover;
color:#fff;
}
#newsletter h1{
font-family: 'Exo', sans-serif;
font-size:45px;
text-align:left;
}
#newsletter h2{
font-size:16px;
text-transform:uppercase;
font-weight:500;
}
#newsletter form{ margin:0px auto;
width:90%;
}
#newsletter input{
display:block;
width:83%;
float:left;
border:none;
padding:17px;
color:#fff;
font-size:15px;
background:#324757;
}
#newsletter form input.botao {
	width:auto;
	display:inline;
background:#4b6070;
color:#fff;
font-weight:700 !important;
border:none;
cursor:pointer;
font-size:25px;
line-height:63%;
-webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
#newsletter input[type=submit]:hover { background-color:#2f9fd5;}
.abaDown{
	background:#ee3431 url(img/setadown.png) no-repeat center center;
	height:25px;
	display:block;
	margin:0px auto;
	margin-top:-20px;
	left:0%;
	right:0;
	width:1000px;
	max-width:1000px;
	position:absolute;
}
/*==================================================
CONTEUDO
====================================================*/
article ul{
	margin-left:10px;
	padding:10px;
	line-height:200%;
	list-style-type:square;
}
#pageHead{
	background: #f0f0f0 url('img/topo.jpg') 50% 200% no-repeat fixed;
	height: 180px;
	background-size: cover;
}
#titulo{ 
background:#036;
	padding:0px 10px;
	margin-bottom:10px;
}
#titulo, #titulo a{color:#fff !important;}
#titulo h1{
	
	padding:40px 0;
	line-height:140%;

font-size:28px;
text-align:left;
font-weight:800;
}

.miolo{
	min-height:200px; height:auto;
}
.conteudo{ padding:40px 0;}
.conteudo p{ margin-bottom:12px;}

/*////////////////////////////
FULLAREA - AREAS
////////////////////////////*/
.fullArea{
	width:100%;
	min-height:400px;
	background-color:#e0e0e0;
-moz-background-size:100% 100%;
-webkit-background-size:100% 100%;
background-size:cover;
background-position:center center;
}
.fullArea .infoArea{
	position:absolute;
	z-index:9;
	color:#fff;
	display:table;
	width:99%;
	text-align:center;
}
.fullArea .infoArea div{
	display:table-cell;
	vertical-align:middle;
	height:393px;
	text-align:center;
}
.fullArea .infoArea span.subArea{
	padding:8px 18px;
	font-size:35px;
	font-weight:600;
	text-transform:uppercase;
-webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;	
}
/*////////////////////////////
SUBMENU
////////////////////////////*/
#submenu{
	background:#f0f0f0;
	padding:5px;
}
#submenu ul li{
	padding:14px 0px;
border-bottom:1px solid #fff;	
	display:block;
	-webkit-transition: text-indent .15s, height .3s;
  transition: text-indent .3s, height .3s;
  box-sizing: border-box;
  font-weight:700;
}
#submenu ul li:last-child{ border:none;
}
#submenu ul li a{
	color:#666;
	font-size:15px;
	line-height:100%;
	display:block;
	padding:8px;
	text-transform:uppercase;
}
#submenu ul li a:hover{ color:#000; background-color:#f8f8f8; }
.sideNews{ padding:20px 30px; margin-top:0px;
background:#069;
 color:#fff;
}
#sidebar{ }
.sideNews h2{ font-size:12px;  letter-spacing:1px; text-transform:uppercase;}
.sideNews p{ padding:5px 0 10px 0;}
.sideTXT{ 
-webkit-box-shadow: inset 2px 2px 5px -3px rgba(0,0,0,0.34);
-moz-box-shadow: inset 2px 2px 5px -3px rgba(0,0,0,0.34);
box-shadow: inset 2px 2px 5px -3px rgba(0,0,0,0.34);
padding:8px; background:#fff; border:1px solid #e0e0e0; color:#333; width:100%; margin-bottom:12px;
width:92%;
}
.sideTXT, .sideBTN{ display:inline;}
.sideBTN{background:#069; color:#fff; padding:6px 8px; font-weight:600; border:1px solid #fff; font-size:10px; cursor:pointer;}
.sideBTN:hover{ background:#fff; color:#666;border:1px solid #e0e0e0;  }

/*==================================================
PROFISSIONAIS
====================================================*/
#lista-prof ul li.item{ clear:both; display:block; width:100%; padding:30px 30px 15px 30px !important; background:#f0f0f0; margin-bottom:20px;}
#lista-prof ul li.item figure{ float:left; margin-right:20px; display:block; width:200px;} 
#lista-prof ul li.item .adv-info{vertical-align:top; float:right; width:74%; font-size:13px; line-height:140% !important;}
#lista-prof ul li.item .adv-cur ul li{ line-height:100%; font-size:12px;}
#lista-prof ul li.item ul{ margin-top:0px !important; padding-top:0px !important;}
.divisor{ border-bottom:1px solid #ccc; margin:10px 0 10px 0;}
.patt{ background-color:#e0e0e0; padding:40px 0;}
.bloco-texto, .bloco-img {
	float: none;
	vertical-align: top;
}
.table {
	display: table;
	background: url(img/pattern.gif) repeat;
}
.bloco-texto {
	background-color:#f2f2f2;
	display: table-cell;
	padding:30px;
	min-width:700px;
  

}
.respiro{
min-height:400px;
	height:auto !important;
	height:400px;
}
.centro{ padding:50px 0;}
.bloco-img {
	width: 30%;
	display: table-cell;
	background-repeat: no-repeat;
-moz-background-size: cover;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-color: transparent;
background-size: cover;
 background-position: cover;
  max-width: 1000px;
}

#profInfo{ padding-bottom:15px; margin-bottom:15px; border-bottom:1px dotted #ccc;}
#profInfo h2{
font-family: 'Exo', sans-serif; 
font-weight:400 !important;
font-size:34px;
}
#profInfo div{ padding-top:5px; font-size:13px; line-height:1.4em; color:#666;}
#profInfo div a{ color:#666;}
.foto-adv{
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
margin:12px 0;
}
.ancora a {
  display: block;
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 4px;
  font-size: 18px;
  background-color:#2c3657;
  color: #fff;
  line-height: 40px;
   border-radius: 10px 0px 10px 0px;
-moz-border-radius: 10px 0px 10px 0px;
-webkit-border-radius: 10px 0px 10px 0px;
}
.ancora a:hover{ background-color:#00a3e8; color:#fff;}
a.btn-block{
	background-color:#666;
	padding:8px 14px;
	display:block;
	color:#ccc;
	 -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}	
a.btn-block:hover{ background-color:#000; text-indent:8px;}
.btn-block span{ font-weight:800; font-size:14px;}
p.voltar{	margin-top:25px !important;}
.voltar span, .voltar .fa{ font-weight:700; font-size:12px;}
a.voltar{
	background-color:#00a3e8;
	padding:5px 12px;
	color:#fff;
	 -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}	
a.voltar:hover{ background-color:#2c3657; text-indent:8px;}
/*==============================
LISTA NOTICIAS
==============================*/
#lista-v ul{
	list-style:none;
	margin-left:0px !important;
	padding-left:0px !important;
}
#lista-v ul li{
	margin:5px;
	padding:10px 0px 15px 0px;
	clear:both;
	display:block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background:transparent;
		font-size:13px !important;
}
.data-noticia{ font-size:13px; margin-bottom:8px;}
#lista-v ul li figure{ padding:5px; margin-right:12px; float:left; width:240px; display:block;}
#lista-v ul li p img{ display:none !important;}
#lista-v ul li h2{ 
 margin:1px 0 1px 0 !important;
 padding:0px;
font-size:20px;
line-height:110%;
}
#lista-v ul li h2 a{ 
color:#333;
padding:2px 0px 2px 0 !important;
}
#lista-v ul li h2 a:hover{ color:#e42528; text-decoration:underline;}

#lista-v ul li a.leiamais{ font-size:12px !important;}
#lista-v ul li p{
	margin:0px !important;
	padding:0px 0 10px 0 !important;
	text-align:justify !important;
	line-height:130%;
}

/*/////////
RODAPE
////////*/
footer{ 
 background:#336799;
	padding:27px 0 27px 0;
	 font-size:14px;
	 }
footer, footer a{
color:#fff;
}
#enderecos {}
ul.social{ padding-top:10px;}
ul.social li{ display:inline; text-align:left; margin-right:15px; font-size:22px;}
ul.social li a{ opacity:0.6;}
ul.social li a:hover{ opacity:1;}
.selo{ display:block; padding-top:15px; text-align:right; float:right;}
.nomargin{ margin:0px auto  !important; padding:0px !important;}
.inp{ padding:8px; color:#333; border:none; background:#fff; clear:both; margin-bottom:3px; width:90%;}
.btn{ padding:8px; color:#fff; border:none; background:#036; text-transform:uppercase;clear:both; cursor:pointer; font-weight:600; font-size:11px;}
.btn:hover{ background:#09F;} 
/*/////////
CLASSES
////////*/
.compartilhe{ padding: 10px 0;}
.ulReset{ list-style:none; margin:0px; padding:0px;}
.clear{ clear:both;}
.clearH{ clear:both; height:50px;}
.full{ width:100%;}
.by{ padding:45px 0 0 0; font-size:11px; text-align:center; margin:0px auto;}

.lerCur{ background:#fff; color:#2c3657 !important; padding:6px 10px; font-weight:500 !important;}
.lerCur:hover{ background:#2f9fd5; color:#fff !important;}
.btnMore {
  display: inline-block;
  margin:0px;
  background-color: #2f9fd5;
  border:1px solid #fff;
  text-decoration: none;
  padding: 4px 14px;
  position: relative;
  overflow: hidden;
font-family: 'Roboto Condensed', sans-serif;
text-transform:uppercase;
font-size:13px;  
font-weight:600 !important;
letter-spacing:1px;
}
.btnMore:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #2c5781;
  font-weight:600 !important;
}
.btnMore span {
  position: relative;
  z-index: 99;
  color:#fff;
}
.btnMore:hover span{ color:#fff;}

.btn-effect1 {
  -webkit-transition: background 0.15s, color 0.25s;
  transition: background 0.15s, color 0.25s;
}
.btn-effect1:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 0) translateZ(0);
          transform: scale(1, 0) translateZ(0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-effect1:hover {
  color: #333;
}
.btn-effect1:hover:before {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
.btn-effect2 {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btn-effect2:before {
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -webkit-transition: all .45s;
  transition: all .45s;
}
.btn-effect2:hover:before { height: 400%;}
.sidebar{ padding-top:20px;}
.sideNews{ margin-top:30px;}
.news-inp{ display:block; width:85%; padding:8px; border:1px solid #ccc; font-size:14px;}
.news-btn{ background:#2c3657; color:#fff; border:none;
padding:6px 10px; font-weight:600; text-transform:uppercase; cursor:pointer; margin-top:10px;}
.news-btn:hover{ background:#00a3e8;}
/*/////////
botao subir
////////*/
#back-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
}
#back-top a {
	width: 40px;
	display: block;
	color: #324a97;
	/* background color transition */
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	opacity:0.5;
}
#back-top a:hover {
		opacity:1;
}
/* arrow icon */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: #2e9fd5  url(img/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


/*///////////////////////////
PARALLAX
////////////////////////*/

.parallax { 
  margin:0;
  padding:0;
  height: 100%;
  overflow-x: hidden;
}

.parallax .module.parallax {
  min-height: 300px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax .module.parallax .container {
  overflow:hidden;
  position: relative;
  top: 0%;
  text-align:left !important;
  padding-top:30px;
  background:url(img/barra_dourada.jpg) no-repeat center top;
}
@mixin vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.parallax .module.parallax .container *{
  @include vertical-align;
}
.parallax .module.parallax {
  background-image: url("img/paralax.jpg");
}
/*#slider {
		max-width: 900px;
		margin: 50px auto;
}*/
/*==================================================
FORM
====================================================*/

.wpcf7-form { 
	background:none; 
	padding:0px; 
	margin:0px; 
}
 
.wpcf7-form input {
	width:100%;
	background:#fff; 
	padding:10px; 
	border:1px solid #ccc; 
	margin-bottom:8px; 
	-webkit-box-shadow: inset 5px 7px 5px -4px rgba(0,0,0,0.19);
-moz-box-shadow: inset 5px 7px 5px -4px rgba(0,0,0,0.19);
box-shadow: inset 5px 7px 5px -4px rgba(0,0,0,0.19);
}
 
.wpcf7-form textarea { 
	width:100%;
	padding:10px; 
	border:1px solid #ccc;
	max-height:100px;
	height:100px;
	-webkit-box-shadow: inset 5px 7px 5px -4px rgba(0,0,0,0.19);
-moz-box-shadow: inset 5px 7px 5px -4px rgba(0,0,0,0.19);
box-shadow: inset 5px 7px 5px -4px rgba(0,0,0,0.19);
} 
.wpcf7-form p { 
	margin:10px 0;
}
 
.wpcf7-form .wpcf7-submit {
	width:auto;
	background:#333; 
	cursor:pointer; 
	padding-left:15px; 
	padding-right:15px; 
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
.wpcf7-form .wpcf7-submit:hover{
	background-color:#ccc;
}
.wp-pagenavi *{ text-align:center; margin:0px auto;}
.wp-pagenavi span.current{color: #999999;}
.wp-pagenavi a, .wp-pagenavi span{background: #FFFFFF;border-radius: 30px 30px 30px 30px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);color: #000;margin: 0 6px;display: inline-block;float: left;font-weight: 400;line-height: 1.2em;text-decoration: none;padding: 10px 12px;}
.wp-pagenavi a:hover {background: #222;color: #fff;}
div.wp-pagenavi-navigation {
text-align: center;
padding:0px 0px 10px 0px;
}​