body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0px;
	background-color:#fff;
}
a {
	text-decoration: none;
	color:#1F3663;
	transition: 0.4s;
}
a:hover {
	text-decoration: none;
	color:#B6B8BA;
}
h1,h2,h3{
	margin:0;
	padding:0;
	font-weight:400;
	color: #1F3663;
}
h1{
	font-size:35px;
	margin-bottom:20px;
}
h2{
	margin:0;
	margin-bottom:20px;
	font-size:30px;
}
.clear{
	clear:both;
}
header{
	width:100%;
	height:60px;
	background-color:rgba(31,54,99,0.85);
	position: fixed;
	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: 60px;
	width: 374px;
	cursor:pointer;
	float: left;
	margin-left: 30px;
}
#logo img{
	width: 100%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(31,54,99, 0.98);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content img{
	width: 400px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  transition: 0.5s;
}

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

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

#btnMobile{
	cursor:pointer;
	margin-top: 10px;
	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%;
}
/*#hamb span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamb span:nth-child(1) {
  top: 0px;
}

#hamb span:nth-child(2),#hamb span:nth-child(3) {
  top: 16px;
}

#hamb span:nth-child(4) {
  top: 32px;
}*/



.overlay-content ul{
	margin:0;
	padding:0px;
	margin-bottom: 20px;
}
.overlay-content ul li{
	display:inline-table;
	vertical-align: top;
	list-style:none;
	padding:5px;
	
}
.overlay-content ul li a{
	
	color:#1F3663;
	font-size:16px;
	background-color: #D1D3D6;
	border-radius: 10px;
}
.overlay-content ul li a:hover{
	background-color: #FFFFFF;
	color:#1F3663;
}

footer{
	max-width:100%;
	height:auto;
	background-color:#243F73;
	padding-bottom: 0;
	color: #fff;
}
#inFooter{
	width: 100%;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	background: url(../resources/geral/marca_cinza.png);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position-x: 80%;
	background-position-y: center;
}
#bf1{
	float: left;
	width: 300px;
	height: 400px;
}
#bf1 img{
	display: block;
}
#bf2{
	width: 600px;
	padding-top: 55px;
	margin-left: 45px;
	font-size: 18px;
	float: left;
}
#bf2 p span{
	display: inline-table;
	vertical-align: middle;
}
#bf2 p img{
	display: inline-table;
	vertical-align: middle;
	margin-right: 24px;
	width: 30px;
}
#telefone{
	margin-top: 40px;
}
#redes{
	margin-top: 40px;
	margin-left: 54px;
}
#redes img{
	width: 45px;
	margin-right: 15px;

}
#copy{
	width: 100%;
	text-align: center;
	background-color: #989A9C;
	font-size: 16px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#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:25px;
	text-align:center;
	color:#fff;
	padding: 15px;
	font-size:16px;
	cursor: pointer;
	border-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;
}
#banner{
	position: relative
	
}
#banner video{
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	border-bottom: 10px solid #D1D3D6;
}
#banner #txtBanner{
	position: absolute;
	display: block;
	z-index: 150;
	text-align: center;
	width: 100%;
	margin-top: 20%;
}
#banner #txtBanner h1{
	font-size: 2.5vw;
	color: #fff;
	width: 60%;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
}
#banner #txtBanner img{
	width: 130px;
	margin-top: 40px;
}
hr.solid {
  border-top: 2px solid #D1D3D6;
  width: 25%;
  margin-top: 40px;
}

.fullWidth{
	width: 100%;
}

#homeSobre{
	width: 100%;
	max-width: 1500px;
	padding-top: 100px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	background: url(../resources/geral/marca_cinza_leve_gde.png);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position-x: 0;
	background-position-y: center;
}

#resumoHome{
	display: inline-table;
	vertical-align: top;
	width: 45%;
	margin-left: 5%;
	text-align: left;
	color: #FFFFFF;
}
#resumoHome h2, #homeAtuacoes h2, #homeNoticias h2{
	color: #FFFFFF;
	margin-bottom: 30px;
}
#resumoHome p, #homeAtuacoes p, #homeNoticias p{
	margin-top: 70px;
}
#resumoHome h2 img, #homeAtuacoes h2 img, #homePro h2 img, #homeNoticias h2 img, #formContato h2 img{
	display: inline-table;
	vertical-align: middle;
	width: 50px;
}
#formContato h2{
	margin-bottom: 50px;
}
#resumoHome a, #homeAtuacoes a{
	color: #FFFFFF;
}
.botao_branco{
	padding:10px 20px;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	background:none;
	border: solid 2px #FFFFFF;
	border-radius:10px;
	cursor: pointer;
}
.botao_branco:hover {
	color: #B6B8BA;
	border: solid 2px #B6B8BA;
}
.botao_azul{
	padding:10px 20px;
	font-weight: 400;
	font-size: 18px;
	color: #294782;
	background:none;
	border: solid 2px #294782;
	border-radius:10px;
	cursor: pointer;
}
.botao_azul:hover {
	color: #B6B8BA;
	border: solid 2px #B6B8BA;
}
#marcaHome{
	display: inline-table;
	vertical-align: top;
	width: 20%;
	margin-left: 130px;
	text-align: center;
	margin-top: 40px;
}
#marcaHome img{
	width: 100%;
	vertical-align: middle;
}

#homeAtuacoes{
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 80px;
}
.cadaAtuacao{
	display: inline-table;
	vertical-align: top;
	width: 15%;
	margin: 2%;
	height: 85px;
	background: url(../resources/geral/marca_cinza_pequena.png);
	background-repeat: no-repeat;
	background-size: 77px;
	background-position-x: right;
	background-position-y: bottom;
	background-color: #294782;
	border-radius: 10px;
	font-size: 20px;
	text-align: left;
	padding: 20px;
}
.cadaAtuacao a{
	color: #FFFFFF;
}
#fullAtuacoesHome{
	background: url(../resources/geral/fundo_helbor.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
#homePro{
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 80px;
	background: url(../resources/geral/marca_cinza_leve_gde2.png);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position-x: right;
	background-position-y: center;
}
#leftPro{
	width: 45%;
	display: inline-table;
	vertical-align: top;
	text-align: center;
	margin-top: 50px;
}
#leftPro img{
	border-radius: 10px;
	display: inline-table;
	width: 45%;
	margin-right: 5%;
}
#rightPro{
	width: 45%;
	display: inline-table;
	vertical-align: top;
	margin-left: 5%;
	font-size: 20px;
	color: #989A9C;
	text-align: left;
	margin-top: 100px;
}
.centroMob{
	text-align: left;
}
#homeNoticias{
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 250px;
	background: url(../resources/geral/marca_cinza_leve_gde2.png);
	background-repeat: no-repeat;
	background-size: 400px;
	background-position-x: right;
	background-position-y: bottom;
}
.cadaNoticia{
	display: inline-table;
	vertical-align: top;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #f7f7f7;
	padding-bottom: 30px;
	margin-top: 30px;
}
.cadaNoticia img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.cadaNoticia h3{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	text-align: left;
	font-weight: 400;
}
#boxFale{
	background: url(../resources/geral/marca_fundo_fale.png);
	background-repeat: no-repeat;
	background-size: 420px;
	background-position-x: left;
	background-position-y: center;
	text-align: center;
	padding-bottom: 85px;
}
#formContato{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D1D3D6;
	border-radius: 15px;
	margin-top: -170px;
	margin-bottom: 85px;
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 70px;
	padding-bottom: 55px;
}
#logoFale img{
	width: 30%;
}
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*/
}
#geralLeft{
	display: inline-table;
	vertical-align: top;
	width: 64%;
	padding: 2%;
	background: url(../resources/geral/marca_cinza_leve_gde2.png);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position-x: right;
	background-position-y: center;
}
#geralRight{
	display: inline-table;
	vertical-align: top;
	width: 21%;
	margin-left: 5%;
	padding: 2%;
}
#geralRight img{
	width: 100%;
	border-radius:10px;
}
.faixaTit{
	width: 100%;
	background-color: #D1D3D6;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 125px;
}
.faixaTit h1{
	color: #294782;
	font-weight: 400;
	margin-bottom:0;
}
#profissionais{
	text-align: center;
	background: url(../resources/geral/marca_cinza_leve_gde2.png);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position-x: right;
	background-position-y: center;
}
.cadaProfissional{
	width: 19%;
	text-align: center;
	display:inline-table;
	vertical-align: top;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 60px;
}
.cadaProfissional img{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
}
.cadaProfissional h2{
	
	font-size: 18px;
	font-weight: 500;
}
.cadaProfissional h2 a{
	color: #294782;
}
.cadaProfissional h2 a:hover{
	color: #B6B8BA;
}
#imagemAdv{
	display: inline-table;
	vertical-align: top;
	text-align:center;
	margin-bottom: 30px;
	width: 30%;
	padding-left: 40px;
}
#imagemAdv img{
	width: 100%;
	border-radius: 10px;
}
#textoAdv{
	display: inline-table;
	vertical-align: top;
	width: 60%;
	margin-left: 5%;
	background: url(../resources/geral/marca_cinza_leve_gde2.png);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position-x: right;
	background-position-y: center;
	min-height: 600px;
}
#textoAdv h2{
	font-weight: 500;
}
#textoAdv h2 img{
	display: inline-table;
	vertical-align: middle;
	width: 40px;
	margin-left: 20px;
}
.cadaAtuacaoPg{
	display: inline-table;
	vertical-align: top;
	width: 15%;
	margin: 2%;
	background: url(../resources/geral/marca_cinza_pequena.png);
	background-repeat: no-repeat;
	background-size: 77px;
	background-position-x: right;
	background-position-y: bottom;
	background-color: #294782;
	border-radius: 10px;
	font-size: 20px;
	text-align: left;
	padding: 20px;
	padding-bottom: 80px;
}
.cadaAtuacaoPg a{
	color: #FFFFFF;
}
.cadaAtuacaoPg img{
	width: 100%;
	border-radius: 7px;
}
#atuacoes, #noticias, #links, #privacidade{
	text-align: center;
	background: url(../resources/geral/marca_cinza_leve_gde2.png);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position-x: left;
	background-position-y: center;
}
#textoAtuacao, #textoNoticia, #privacidade{
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
img.imagemTexto{
	float: right;
	width: 35%;
	margin-left: 50px;
	margin-bottom: 50px;
	border-radius: 10px;
}
.paginacao{
	text-align: center;
	font-size: 18px;
}
.paginacao span{
	text-decoration: underline;
	color: #B6B8BA;;
}
a.cadaLink{
	width: 25%;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 5px;
	display: inline-table;
	vertical-align: top;
	background-color: #243F73;
	margin: 4%;
	color: #FFFFFF;
	font-size: 25px;
}
a.cadaLink:hover{
	color: #243F73;
	background-color: #D1D3D6;
}

#fale_conosco{
	text-align: center;
}
.campos{
	background-color:#ffffff;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	border: solid 2px #243F73;
	width:95%;
	margin-top:5px;
	margin-bottom:15px;
	border-radius:5px;
}
.g-recaptcha{
	display: inline-table;
}
#status{
	color: #F00;
}
.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;
}




