html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
ol,ul
{
	list-style:none;
}
blockquote,q
{
	quotes:none;
}
:focus
{
	outline:0;
}
del
{
	text-decoration:line-through;
}
img
{
	max-width: 100%;	
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}
.oculto
{
	overflow:hidden;
	text-indent:-99999px;
}
strong
{
		font-size: 14px;
		font-weight: bold;
}
body
{
	line-height:1;
	text-align:left;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	background: url(../imagens1/bg.jpg) repeat;
}
h1
{
	font-size: 24px;
	color:#0070b8;
	margin: 10px 0 0 10px;
}
h1 a
{
	text-decoration: none;
	color:#0070b8;
}

h2
{
	font-size: 18px;
	color:#000;
	margin:20px 0;
}
h3
{
	font-size: 16px;
	color:#000;
	margin:20px 0;
}
a
{
	color:#000;
}
p
{
	line-height:18px;
}
.clear
{
	clear:both;
}
.linkNormal
{
	text-decoration:none;
	cursor:text;
	color:#000;
}
.semnegrito
{
	font-weight:400;
	font-variant:normal;
}
.fotoLegenda
{
	display:inline-block;
	padding:3px;
}
.fotoLegenda strong
{
	clear:both;
	display:block;
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	padding:4px;
	color:#666;
}
main
{
	width:100%;
	min-width: 320px;
	max-width: 760px;/*---TAMANHO DO SITE ORIGINAL DO CLIENTE-----TOPO TAMBEM--------*/
	margin: 0 auto;
	text-align:left;
	background: #fff;
}
.layout
{
	clear:both;
	padding: 10px;
	margin-top: 390px;
	background: url(imagens1/layout.html) top no-repeat #fff;
}
.topoMobile 
{
	display: none;
}

header
{
	width:100%;/*----NÃO IMPORTA A SITUAÇÃO ISSO É SEMPRE EM %----*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.h1Header
{
	margin: 0 auto;	
	
}
.h1Header a
{
	margin: 0 auto;	
	
}
.alinhaH1
{
	min-width: 320px;/*--DE ACODO COM TOPO E MAIN--*/
	max-width: 760px;	/*--DE ACODO COM TOPO E MAIN--*/
	margin: 0 auto;
}
header .topo
{
	min-width: 320px;
	max-width: 760px;/*----TAMANHO DO SITE ORIGINAL DO CLIENTE ; MAIN TAMBEM-----*/
	margin: 0 auto;
	z-index: 99;
	height: auto;
}
header .logo
{
	float:left;
	background:url(../imagens1/logo.gif) no-repeat;
	margin: 10px 0 0 0;
}
header .logo a
{
	display:block;
	width:525px;
	height:80px;
	overflow:hidden;
	text-indent:-99999px;
}
header .direita
{
	float: right;
	margin: 20px 10px 0 0;
	color: #fff;
	font-size: 12px;
}
header .direita a
{
	text-decoration: none;
}

header .direita strong
{
	font-size: 20px;
	color: #fff;
}

header.smaller
{
	height: 60px;
	background: url(../imagens1/bg.jpg) repeat;
}
header.smaller .imgTopo
{
	
	display:none;
}
header.smaller .h1Header{
	display:none;/*---NONE ELE NAO APARECE------BLOCK ELE APARECE---------*/	
}
header.smaller .direita
{
	display: none;
}
header.smaller .logo
{
	background:url(../imagens1/logo.gif) no-repeat;
	background-size: contain;
}
header.smaller .logo a
{
	width: 170px;
	height: auto;
	line-height: 30px;
	font-size: 30px;
	margin: 50px 0 0 50px;
}
header.smaller nav
{
	margin-top: -50px;
	background: url(../imagens1/menu_bg.jpg) repeat-x;
	width: 100%;
	float: right;
	
}
header.smaller nav ul li a
{
	padding: 0 16px;
}
header.smaller nav ul li a:hover
{
	background: none;
}

nav
{
	height:37px;
	width: 100%;
	margin: 0;
	background: url(../imagens1/menu_bg.jpg) repeat-x;
}
nav .menu li
{
	position:relative;
	float:left;
	font-size: 14px;
}
nav .menu li a
{
	display:block;
	line-height:37px;
	padding:0 16px;
	color:#000;
	text-decoration:none;
}
nav .menu li a:hover
{
	background: url(../imagens1/hover.gif) repeat-x;
	color:#fff;
	border:none;
}
nav .menu li ul
{
	position:absolute;
	left:0;
	top:37px;
	background-color:#ccc;
	display:none;
	padding:0;
	border:none;
	z-index:9999;
}
nav .menu li:hover ul,.menu li.over ul
{
	display:block;
	left: 0;
	top:37px;
	border:none;
	background: #94d4fa;
	height:auto;
	padding:5px 0 3px;
	width:560px;
}
nav .menu li ul li
{
	margin:0;
	width:280px;
	float:left;
}
nav .menu li ul li a
{
	color:#000;
	text-decoration:none;
	padding:5px 10px;
	display:block;
	margin:0;
	font-size: 13px;
	line-height: 18px;
}
nav .menu li ul li a:hover
{
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	margin:0;
	line-height: 18px;
}
article
{
	float: left;
	width:500px;
	text-align:left;
}
article p,.layout p
{
	margin:17px 0;
}
#breadcrumb
{
	font-size: 9px;
	color:#999;
	margin-bottom:10px;
}
#breadcrumb a
{
	color:#999;
	text-decoration:none;
}
#breadcrumb a:hover
{
	text-decoration:underline;
}
#breadcrumb strong
{
	font-weight:400;
}
.fotoBorda
{
	border:solid 2px #6b6b6b;
}
.regioes h3
{
	margin-bottom:10px;
}
.regioes ul
{
	float:left;
	padding:0 0 0 15px;
	width:30%;
}
.regioes ul li
{
	list-style:disc;
	font-size:11px;
	margin:5px 0;
}
.tabela
{
	border:solid 1px #666;
}
.tabela td
{
	border:solid 1px #666;
	padding:4px;
}
.listaThumbs 
{
	margin: 0 0 0 15px;
}
.listaThumbs li
{
	float:left;
	margin:10px 15px;
	text-align:center;
	width:200px;
	height:190px;
	border: double #145db0;
}
.listaThumbs a
{
	text-decoration:underline;
	color:#000;
}
.listaThumbs a:hover
{
	text-decoration:none;
	color:#666;
}
.fotoEsquerda
{
	float: left;
	margin-right: 10px;
}

.fotoDireita
{
	float: right;
	margin-left: 10px;
}

.topicos
{
	margin: 0 0 20px 40px;
}

.topicos li
{
	list-style: disc;
	margin: 6px 0;
	line-height: 18px;
}

.textoContato
{
	margin-bottom: 20px;
}

.vejaTambem
{
	clear: both;
	background: #eee;
	border: solid 1px #ccc;
	padding: 10px;
	margin: 15px 0;
}

.vejaTambem h4
{
	color: #6d6e70;
	font-size: 14px;
	margin-bottom: 5px;
}

.vejaTambem ul
{
}

.vejaTambem li
{
	display: inline;
	margin: 0 7px;
	font-size: 11px;
	color: #999;
}

.vejaTambem li a
{
	color: #666;
}

.vejaTambem li a:hover
{
	color: #333;
}

.tags
{
	font-size: 9px;
	color: #666;
	background: #eee;
	padding: 5px;
	margin-bottom: 15px;
}

.tags em
{
	text-transform: lowercase;
}
/* ---- Galeria Fotos ---- */
.galeriaFotos
{
	float: left;
	width: 100%;
	height: auto;
}
.galeriaFotos li
{
	float:left;
	margin:10px 5px;
	text-align:center;
	width:160px;
	height:160px;
}
.galeriaFotos li img
{
	width: 100%;
	height: auto;
}

/* ------------------ Coluna ------------------ */

.coluna
{
	width:225px;
	float: right;
	padding:10px 5px;
	padding-top:0;
	margin: 0 5px 0 0;
}

.coluna h3
{
	font-size: 18px;
	color:#1772b8;
	margin: 10px 0;
}
.coluna h3 a
{
	font-size: 18px;
	color:#145d96;
	margin: 10px 0;
	font-weight: bold;
}
.menuLateral
{
	margin-bottom: 15px;
}
.menuLateral ul li
{
	font: 11px tahoma;
}

.menuLateral ul li a
{
	width: 270px;
	display: inline-block;
	font-weight: bold;
	padding: 5px;
	color: #006eb4;
	text-decoration: underline;
}

.menuLateral ul li a:hover
{
	color: #006eb4;
	width:270px;
	text-decoration: none;
}

.redesSociais
{
	display: inline-block;
}

.redesSociais li
{
	float: left;
	margin-right: 10px;
}
.botaocurtir 
{ 
	text-indent: -5000px; 
	overflow: hidden; 
	display: block; 
	width: 55px; 
	height: 20px; 
	background: url(../imagens1/icones/botoes.png) no-repeat 0 -40px; 
}

.botaocurtir:hover
{
	background-position: 0px -60px;
}

.botaotwitter
{ 
	text-indent: -5000px; 
	overflow: hidden; 
	display: block; 
	width: 55px; 
	height: 20px; 
	background: url(../imagens1/icones/botoes.png) no-repeat 0 0;
}

.botaotwitter:hover
{
	background-position: 0px -20px;
}

/* ------------------ Rodape ------------------ */
footer
{
	clear:both;
	padding:10px;
}
footer .direita
{
	float: right;
	text-align: right;
}
footer .direita ul
{
	text-align: right;
	padding:5px 0;
}
footer .direita ul li
{
	display:inline;
	padding:0 8px 0 5px;
	border-right:solid 1px #000;
}
footer .direita ul li a
{
	color:#000;
	font-size: 11px;
	text-decoration:underline;
}
footer .direita ul li a:hover
{
	text-decoration:none;
	color:#000;
}
footer address
{
	clear:right;
	text-align:right;
	padding:15px 0;
	color:#000;
	font-size: 10px;
}
footer address a
{
	color:#000;
}
footer .foneRodape
{
	font:700 16px;
	text-align: left;
	float: left;
	color:#000;
}
footer .foneRodape strong
{
	font:700 32px;
	letter-spacing:-2px;
}

footer .canais
{
	float: left;
	margin-left: 15px;
}

footer .canais h4
{
	margin-bottom: 10px;
}

.direitos
{
	text-align:center;
	font-size: 10px;
	color:#666;
	padding:7px 0;
}
.direitos a, .direitos a:hover
{
	color:#666;
	text-decoration:none;
	cursor:text;
}
.direitosTexto a,.direitosTexto
{
	font-size: 10px;
	color:#999;
}

/* ------------------ Formulário ------------------ */
.formulario label
{
	float:left;
	width:170px;
	font-weight:700;
	text-align:right;
	line-height:28px;
	padding-right:5px;
}
input,textarea,select
{
	margin:4px 0;
	padding:6px;
	border:solid 1px #666;
}
input:focus,textarea:focus,select:focus
{
	background:#e3e3e3;
}
.soma
{
	float: left;
	line-height:28px;
	padding: 0 5px;
	margin:4px 4px 4px 0;
	border: solid 1px #ccc;
	background: #333;
	color: #fff;
	font-weight: bold;
}

.formulario submit
{
	border:solid 1px #000;
	background:#fff;
	padding:3px 8px;
	font-weight:700;
}
.formulario .ajuda
{
	font-size: 10px;
	color: #666;
}
#Sucesso
{
	color:#693;
	background:#b9efc5;
	border:solid 1px #666;
	padding:30px 10px;
	font:700 18px Verdana, Geneva, sans-serif;
	margin:10px auto;
	text-align:center;
	text-transform:uppercase;
}
#Sucesso img,.formulario,.cursosTreinamentos li img
{
	float:left;
}
#Erro
{
	color:#900;
	background:#ff9;
	border:solid 1px #666;
	padding:10px;
	font-size: 14px;
	margin:10px auto;
	text-align:center;
	text-transform:uppercase;
}
#Erro img,#Sucesso img
{
	margin:0 5px;
}
#avisos
{
	border:solid 2px #FF9;
	background:#FF9;
	height:40px;
	width:350px;
	padding:5px;
	margin:10px 0;
}
.contatos
{
	float:right;
	text-align:right;
	width:310px;
	color:#989898;
	font-size: 11px;
}
.contatos strong
{
	color:#6d6e71;
}

/* ------------------ Mapa do site ------------------ */
.mapaSite,.mapaSite ul
{
	margin-left:30px;
}
.mapaSite li
{
	font:bold 16px sans-serif;
	margin:10px 0;
}
.mapaSite li a
{
	color:#000;
}
.mapaSite li ul
{
	margin-left:35px;
}
.mapaSite li ul li
{
	margin:5px 0;
	padding:0;
}
.mapaSite li ul li a
{
	font-size: 12px;
	color:#666;
}
.mapaSite li ul li ul li
{
	margin:5px 0;
}
.mapaSite li ul li ul li a
{
	font:12px arial;
	color:#ababab;
}
.mapaSite li a:hover,footer address a:hover,a:hover,ins
{
	text-decoration:none;
}
.slicknav_menu
{
	display: none;
}
.popUpTelefones
{
	display: none;
}
.popUp
{
	display: none;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #333 url(../imagens1/seta.html) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333;
  opacity: 1;
}