*:focus { 
    border:none;
	outline:0;
}

html {
	height:100%;
}

body {
    font-size: 62.5%;
    line-height: 1.3;
    font-family:'Lato','Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    color: #333;
	background-color:#FFF;
	height:100%;
	text-align:justify;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: underline;
    font-size: 1em;
}

a:hover {
    text-decoration: none;
}

p, li, span {
    font-size: 1.6em;
	line-height:1.2em;	
}

p span {
    font-size: 1em;
}


li {
	text-align:left;
}


.holder ul { margin-left:-40px; }
.holder ul li { padding:0 0 10px 20px; background-image: url(../img/marcador.png); background-repeat: no-repeat; list-style-type:none; background-position:0 6px; text-align:justify; }

h1  {
	margin-top:0;
    font-size: 3em;
	color:#000;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	padding-bottom:10px;
}


h2 {
	
	margin-top:0;
	margin-bottom:1em;
	color:#000;
	font-size: 3em;
	line-height: 1em;
	font-weight:BOLD;
}


h3 {
    margin-top:10px;
	margin-bottom:0.5em;
	font-size: 2.0em;
	line-height: 1em;
	text-align:left;
}

h4 {
    margin-top:50px;
	margin-bottom:20px;
	font-size: 1.5em;
	line-height: 0.5em;
	text-align:left;
}

#menTop {
	width:40px;
	height:40px;
	background:#000;
	border:2px solid #FFF;
	position:fixed;
	bottom:19px;
	right:19px;
	z-index:90;
	cursor:pointer;
}

#menTop i {
  margin:14px 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: -25px;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.sidenav_opened {
	width:450px;
}

.sidenav a {
  text-decoration:none;
  
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  
}

.menu_conteudo {
	background-color:#712A2A;
	padding:10px 40px 10px 10px;
	float: left;
	width:100%;
	margin-top:60px;
}

.menu_conteudo_menor {
	margin-top:20px;
}


.menu_side {
	list-style:none;
    width:100%;
	float: left;
	margin:0;
	padding:0;
}

.menu_side li {
	text-align:right;
}

.menu_side li a {
	font-size:1em;
	color:#FFF;
	display:block;
	padding:8px 0 8px 5px;
	
	border-bottom:1px solid #CCC;
}



.menu_side li:last-child a {
	border-bottom:0;
}

.menu_side .subs {
list-style-type:none;

margin-top:5px;
padding-bottom:5px;
padding-left:0;
margin-left:0;

}

.menu_side .subs li a, .menu_side .subs li:last-child a {
	font-size:0.6em;
	padding:0 15px 0 2px;
	color:#CCC;
	border-bottom:none;
	line-height: 1.1em;
}

.menu_side .subs li a{
background-image: url(../img/marcador_menu.png); background-repeat: no-repeat;
background-position:right center;
margin:5px auto;
}


.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 45px;
  font-size: 5em;
  color: #712A2A;
  cursor:pointer;
  padding:0;
}

.sidenav_menor .closebtn {
  top: -5px;
}

.opaque {
    height: 100%;
  width: 0;
  position: fixed;
  z-index: 92;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  
  overflow-x: hidden; 
  cursor:no-drop;
}

.opaque_opened {
	width:100%;
}

#aviso_cookies {position: fixed; z-index:1000; bottom:10px; right:10px; max-width: 300px; width:auto; background-color:#FFF; border:1px solid #CCC; box-shadow: 0 0 15px rgba(0,0,0,0.5);}
.aviso_cookies_interno {padding:15px;}
.aviso_cookies_titulo { font-size:15px; font-weight:bold; }
.aviso_cookies_texto {margin-top:5px; font-size:14px;}
.aviso_cookies_botao {margin:20px auto 10px auto;}
#aceitar_cookies {cursor:pointer; background-color:#CCC; padding:10px; font-size:14px; text-decoration:none; font-weight:bold; }

img,
picture,
video,
embed {
    max-width: 100%;
}

.header {
	z-index:2;
	top:0;
    width: 100%;
    height: 100px;	
	background-color:#FFF;
}

.header_fixa {
	position:fixed;	
}

.header_livre {
	position:absolute;
}

.header50 {
	height: 60px;

}

#logo {
	position: relative;	
}

.logo_normal {
	float: left;
	width: 290px; 
	margin:25px 0 0 0;
}

.logo_menor {
	width:180px;
	margin:15px 0 0 0;
}

.logo_menor img{
	position:absolute;
	
}

.ico_menu {
	display:none;
	position:relative;
	float:right;
}

.drop_normal {
	margin-top: 10px;
}

.drop_menor {
	margin-top: 5px;
}

.nav-toggle {
	display: none;
	text-align:left;
	width:50px;
	cursor:pointer;	
}

.nav {
    width: 70%;
    float: right;
}

.nav_normal {
	margin:20px 0 0 0;
}

.nav_menor {
	margin:8px 0 0 0;	
}

.nav ul {
    float: right;
	padding:0;
	margin:0;
}

.listaNav,.listaNav ul {
    list-style:none;
    margin:0;
}

.listaNav {
    position:relative;
}

.listaNav ul {
    height:0;
    left:0;
    z-index:2;
    position:absolute;
    overflow:hidden;
	padding-top:5px;
}

.listaNav li {
    float:left;
    position:relative;
	font-size:1.4em;
    margin:0;
	padding:0;
	background-image:none;
	margin-left:1px;
}


.listaNav li a {
    color:#333;

    display:block;
    padding:8px 8px 10px 8px;
	margin-left:0;
    text-decoration:none;
	line-height:1em;
	cursor:pointer;
}


.listaNav li:hover > a {
	color:#FFF;
	background-color:#000;
}

.listaNav li:last-child a {
	border-right:none;
}

.listaNav ul {
	margin-top:0;
}

.listaNav li:hover ul.subs {
    height:auto;
    width:auto;
	white-space: nowrap;
}

.listaNav ul li {
    opacity:0;
    width:100%;
}

.listaNav li ul li {   
	padding:0;
	font-size:1.6em;
	margin-bottom:2px;
}

.listaNav li:hover ul li {
    opacity:1;
}

.listaNav ul li a {
	background-color:#666;
    color:#FFF;
    line-height:1px;
	font-size:0.6em;
	padding:10px 10px 12px 10px;
	text-align:center;
}

.listaNav li:hover ul li a {
    line-height:1.2em;
	display:block;
}

.listaNav ul li a:hover {
	color:#FFF;
	
}

.listaNav .sub {
	display:none;
	
}

.listaNav  li .ativo {
	/*background-color:#000;
	color:#FFD445;*/
}

.listaNav .subs .sub_ativo{	
	color:#FFF;
}



.holder {
    float:left;
	width:100%;
    margin: 0 auto 0 auto;
}
	
.container {
    max-width: 1128px;
    margin: 0 auto;
	padding:0 20px;
}


.holder_conteudo h2 {
	font-size:2.3em;
}



.holder_cabecalho {
	padding-top:30px;
	margin-top:100px;
	margin-bottom:30px;
	background-color:#712A2A;
	
}

.holder_cabecalhox_8 {
	margin-top:-20px;
	padding-top:40px;
}

.holder_cabecalho_evento {
	margin-bottom:0;
}

.holder_cabecalho h1 {
	color:#FFF;
	padding:0;
	font-size:4em;
}

.oculta {
	display:none;
}

.bgParallax {
	background-attachment: fixed;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.separador {
	clear:both;
	margin-top:20px;
}

.centralizar {
	margin-top:30px;
}

.centralizar, .centralizar h1, .centralizar h2, .centralizar h3 {
	text-align:center;
}

.p_botao {
	border:2px solid #000;
	color:#000;
	display:inline-block;
	
	font-size:1.9em;
	font-weight:100;
	line-height:1.2em;
	text-align:center;
	margin-top:15px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	background-color:#000;
}

.p_botao_maior {
	font-size:2.7em;
}

.p_botao a {
	width:100%;
	height:100%;
	display:block;
	padding:15px 25px;
	text-decoration:none;
	color:#FFF;
	z-index:2;
	font-weight:400;
	position:relative;
}



.p_botao::before {
	content: '';
	position:absolute;
	top:0;
	left:-50px;
	width:0;
	height:100%;
	transform:skewX(35deg);
	z-index:1;
	transition: width 1s;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003666+0,1f91a9+57 */
	background: #712A2A; /* Old browsers */
	background: -moz-linear-gradient(top,  #712A2A 0%, #666 57%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #712A2A 0%,#666 57%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #712A2A 0%,#666 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712A2A', endColorstr='#666',GradientType=0 ); /* IE6-9 */

}

.p_botao:hover::before {
	width:250%;	
}

.p_botao:hover a {
	color:#FFF;
}


.div_areas {
	float:left;
	width:100%;
	margin-top:30px;
}

.div_areas a, .div_areas .lista li {
	color:#CCC;
}

.div_areas p {
	color:#CCC;
}

.p_botao_livre {
	display:block;
	margin:40px auto;
	width:360px;
	font-size:2.5em;
}

	
.holder_animacao {
	margin-top:90px;
	margin-bottom:0;
	background-color:#CCC;
}


.holder_animacao .p_botao {
	margin-top:30px;
	border:2px solid #FFF;
}

.holder_animacao .p_botao strong {
	width:100%;
	height:100%;
	display:block;
	padding:15px 25px;
	text-decoration:none;
	z-index:2;
	font-weight:bold;
	position:relative;
	font-size: 1.2em;
	color:#FFF;
}

.holder_animacao .p_botao:hover strong { 
	color:#FFF;
	
}



.holder_conteudo {
	
	padding-bottom:20px;
}


.holder_conteudo_5 p a {
	color:#000;
	line-height:1.5em;
	font-weight:bold;
	text-decoration:none;
	
}

.h2_conteudo_4, .h2_conteudo_7, .h2_conteudo_8 {
	text-align: center;
}

#arrow_down {
	position:relative;
	float:left;
	width:100%;
	height:50px;
}	

#arrow_down a { 
	position:relative;
	display:inline-block;
	margin:0 auto;
	width:40px;
	height:50px;
	cursor:pointer;
}

#arrow_down_link {
	opacity:1;
	position:relative;
	z-index:500;
	margin:40px auto;
	width:33px;
	height:20px;
	background-image:url(../img/arrow_down.png);
}





.container_lista_cursos {
	text-align: center;
}


.holder_equipe .container {
	padding-top:50px;
	padding-bottom:30px;
	text-align:center;
}



.holder_equipe h2 {
	margin-top:0;
	text-align:center;
	font-size:5em;
	
	font-weight:bold;

}


.membro_equipe {
	float:left;
	width:100%;
	text-align:left;
	margin:10px 0 20px 0;
}

.foto_equipe {
	float:left;
	width:150px;
	z-index:1;
}

.foto_curva {
	width:120px;
	height:120px;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}

.foto_equipe img {
	display:none;
}



.dados1_equipe {
	float:left;
	width:100%;
	margin-left:-150px;
	z-index:2;
}

.dados1_equipe_inner {
	margin-left:150px;
}


.dados1_equipe h3 {
	font-size:2em;
	font-weight:bold;
	text-align:left;
	margin-top:5px;
}

.dados1_equipe h4 {
	margin:0;
	font-size:1.5em;
	font-weight:normal;
	color:#666;
	text-align:left;
	line-height:1.1em;
	font-style:italic;
}

.dados1_equipe p {
	margin-top:5px;
	padding-bottom:0;
}



.lista { margin-left:-40px; }

.lista li {
	padding:0 0 5px 15px;
	list-style-type:none;
	background-image: url(../img/marcador.png);
	background-repeat: no-repeat;
	background-position:0 4px;
	text-align:justify;
	color:#000;
}

.data_lista {
	font-size:1em;
	color:#666;
	font-style:italic;
}

.holder_secao .container {
	text-align:center;
}


.container_sobre_divs {
	float:left;
	width:100%;
	margin-top:-20px;
	background-color: #000;
	padding:40px 20px 10px 20px;
	margin-bottom:40px;
	color:#FFF;
}

.sobre_div {
	display:inline-block;
	width:30%;
	margin:0 4% 20px 4%;
	vertical-align: middle;
	
	
}


.sobre_div h2 {
	color:#FFD445;
}

.sobre_div:first-child, .sobre_div:last-child {
	margin:0 auto 20px auto;
}

.sobre_div:last-child {
	margin-bottom:0;
}



.holder_parceiros {
	height:auto;
	padding:80px 0 50px 0;
	text-align:center;
}

.holder_parceiros h2 {
	text-align:center;
	color:#666;
	font-size:3em;
	padding-bottom:0;
}





.container_esquerda {
	float:left;
	width:100%;
	margin-right:-320px;
	z-index:2;
}

.container_esquerda_inner {
	margin-right:320px;
}

.container_direita {
	float:right;
	width:250px;
	z-index:1;
}

.container_direita  h4 {
	color:#000;
	margin-top:5px;
	font-size:1.9em;
	font-weight:bold;
	padding-bottom:10px;
}


.holder_blog {
	height:auto;
	padding:60px 0 60px 0;	
	text-align:center;
	background-color:#F5F5F5;
	
}



.holder_blog h2 {
	text-align:center;
	font-size:3em;
	font-weight:bold;
	margin-bottom:50px;
}


.holder_blog h2:after {
	content: "";
	position: absolute;
	margin-left:-40px;
	left: 50%;
	bottom: -10px;
	width: 80px;
	border-bottom: 4px solid #D71926;
}

.holder_blog .p_botaox {
	margin-top:50px;
}

.holder_blog .p_botaox a {
	color:#333;
}


.botaox2 {
	display:none;
}



.holder_introducao .container {
	padding-top:40px;
	padding-bottom:40px;
}


.holder_introducao .p_botao {
	border:none;
	background-color:#000;
}

.holder_introducao .p_botao a {
	color:#FFF;
}

.holder_introducao p, .holder_introducao h1 {
	text-align: center;
	color:#000;
}

.holder_introducao h1:after {
	content: "";
	position: absolute;
	margin-left:-40px;
	left: 50%;
	bottom: -10px;
	width: 80px;
	border-bottom: 4px solid #D71926;
}



.introducao_esquerda {
	width:30%;
	margin-top:70px;
}

.introducao_direita {
	float:left;
	width:45%;
	margin-top:0;
}

.introducao_direita .iframe_video {
	margin-top:0;
}

.logo_home {
	width:100%;
	text-align:center;
}


.esquerda {
	float:left;
}

.direita {
	float:right;
}

.principal {
	float:left;
	width:100%;
}

.holder_secao .principal {
	margin-left:-20px;
	width:103.8%;
}


table { border-collapse: collapse;   border-spacing: 0; overflow:hidden; }
td, th { padding: 10px;   font-size:1.4em;   text-align:center; color:#000;}
th { padding:15px; font-size:1.4em; background-color: #000; color:#FFF }

table { width:auto; margin-top:10px; border-top:1px solid #000; border-right:1px solid #000; margin-bottom:10px; }
table td, table th { border-left:1px solid #000; line-height:1.4em;  }

table,
table th,
table td { border-bottom:1px solid #000; }
table td { width:auto; background-color:#FFF;}

.tabela_scroll { overflow-x:auto; padding-bottom:20px;}


table .p_botao {
	margin-top:5px;
	font-size:1.1em;
}

table .p_botao a {
	padding:10px;
}

.coluna {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 0 2% 0;
	height:auto;
	z-index:0;
}



.coluna_item {
	width:31%;
	color:#FFF;
	margin:1.5% 1% 20px 1%;
}	


.coluna_item_4 {
	width:21%;
	color:#FFF;
	margin:1.5% 1% 20px 1%;
}	

.coluna_item_lateral {
	width:100%;	
	margin-bottom:40px;
	margin-left:0;

}

.coluna_item p {
	margin:0;
	color:#666;
}

.coluna_item a {
	text-decoration:none;
}

.coluna_header {
	width:100%;
	padding-top:10px;
	float:left;
}

.coluna_header div {
	display:inline-block;
}


.data_fim {
	margin-top:40px;
	float:left;
	text-align: right;
	width:100%;
	font-size:1.3em;
}

.data_coluna_header {
	float:left;
	padding-top:5px;
	font-size:1.4em;
}

.tipo_coluna_header {
	float:right;
	padding:5px 7px;
	color:#FFF;
	font-size:1.2em;
	background-color:#000;
}

.coluna_titulo {
	width:100%;
	z-index:2;
	display:table;
}

.coluna_titulo div {
	position:relative;
	width:100%;
	text-align:left;
	font-size:1.5em;
	line-height:1em;
	padding:30px 0 8px 0;
	display:table-cell;
	vertical-align:middle;
	color:#333;
	text-align:center;
}

.coluna_subtitulo {
	font-size:1.2em;
	color:#712A2A;
}

.coluna_item_home p {
	text-align:left;
}

.coluna_titulo_home div {
	padding-top:15px;
	text-align:left;
	font-size:1.6em;
	
}

.coluna_item_4 .coluna_titulo div, .coluna_item_4 p {
	text-align:center;
}



.coluna_foto {
	overflow:hidden;
	position: relative;
    overflow: hidden;
    padding-top: 59.9%;
	height:auto;
	z-index:3;
	border:1px solid #CCC;
}

.coluna_foto_4 {
	padding-top: 79.9%;
}

.coluna_foto_11 {

	padding-top: 149.9%;
}

.coluna_foto_home {
	
}

.coluna_item:hover .coluna_foto .coluna_mascara, .my-gallery .foto_galeria:hover div {
	background-color:rgba(51,51,51,0.3);
}

.coluna_foto .coluna_mascara {
	background-color:rgba(51,51,51,0);
	position:absolute;
	overflow:hidden;
	float:left;
	top: 0;
    left: 0;
	width:101%;
	height:100%;
	padding-top:100px;
	z-index:2;
}

.coluna_foto .coluna_foto_img {

	overflow:hidden;
	width:101%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1;
	background-color:#F5F5F5;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.coluna_foto .coluna_foto_img img {
	display:none;
}



.holder_oficinas {
	background-color:#712A2A;
	background-image: url(../imagens/fundo-oficinas.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}


.holder_oficinas .container{
	text-align:center;
	padding-top:60px;
	padding-bottom:60px;
	font-size:1.3em;
	color:#FFF;
	font-weight: 300;
}

.holder_oficinas .container a {
	color:#FFF;
	text-decoration: none;
	font-weight: 600;
}



.holder_contato {

	padding:80px 0 70px 0;
}

.holder_contato h2 {
	color:#333;
	font-size:3em;
}


.div_contatox {
	height:105px;
}


.div_contatox p {
	font-size:0.8em;
	font-weight:normal;
	vertical-align:top;
	display:inline-block;
}

.div_contatos a {
	text-decoration:none;
	line-height:2em;
}


.div_contato p {
	font-size:1em;
	margin-top:0;
}

.div_contato p a {
	font-size:1em;
	
}

.div_contato p .link_fone {
	font-size:1.3em;
	font-weight:normal;
	margin-top:0;
	line-height:1.2em;
}


.h_secao {
	display:none;
}


.quebra {
	clear:both;
	float:left;
	width:100%;
	margin:40px auto;
}


.saiba {
	font-size:1.5em;
}

.botao {
	text-align:center;
	width:100%;
	margin-top:80px;
	float:left;
	clear:both;
}


.iframe_video {
	clear:both;	
	text-align:center;
	width:600px;
	max-width:100%;
	margin:40px auto 20px auto;
	border:1px solid #000;
}

.iframe_video div {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe_video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


#mensagemok {
	text-align:center;
	padding:2em;
	
	background-color:#43AC34;
	color:#FFF;
	margin:0 0 50px 0;
	font-size:2em;
}


#mensagemerro {
	text-align:center;
	padding:20px;
	font-weight:bold;
	background-color:#990000;
	color:#FFF;
	margin:20px 0 30px 0;
	font-size:1.7em;
}

.imagem_post2 {
	margin:30px auto 60px auto;
	width:100%;
	text-align:center;
}


.imagem_post2_final {
	margin-top:50px; 
}

.imagem_post2 .classe_foto {
	max-height:500px;
	max-width:700px;
	max-width:100%;
	background-color:#FFF;
}

.imagem_post2 p {
	font-size: 1.4em;
}

.imagem_post_5 {
	text-align:left;
	margin:10px auto 30px auto;
}


.my-gallery {
	float:left;
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
	width:102%;
}

.my-gallery div {
margin:0;
}

.my-gallery figure {
	display:none;
}

.foto_lista {
	overflow:hidden;
	height:180px;
}

.my-gallery .foto_galeria {
width:22.5%;
display:inline-block;
margin:0 1.5% 1.5% 0;
}

.my-gallery .foto_galeria div {
background-image:none;
}

.my-gallery .coluna_foto {

}

.my-gallery a {
	width:100%;
	background-size:cover;
	background-position:center center;
}

.my-gallery a div {
	height:100%;
	width:100%;
	background-image:url(../img/transp.png);
	background-position:center center;
}

.my-gallery img {
	position:absolute;
	left:-10px;
	top:-10px;
	width:0;
	height:0;	
}


.duas_colunas {
 float:left;
 width:100%;
 margin-bottom:30px;
}

.duas_colunas_formulario {
	width:48%;
	float:left;
}

.duas_colunas_contato {
	width:48%;
	float:right;
}


.mapa, .duas_colunas_contato iframe {
	width:100%;
	height:280px;
	border:1px solid #CCC;
}


.formulario_padrao {
		float:left;
		margin-top:10px;
		padding:0;
		width:100%;
		display:table;
		padding-bottom:10px;
	}


	.form_padrao .campo {
		float:left;
		padding:0 0 1px 0;
		width:100%;
	}
	


	.form_padrao .campo input, .form_padrao .campo textarea, .form_padrao .campo select {
		width:100%;
		font-size:1.5em;
		padding:10px;
		border:1px solid #CCC;
	}
	
	.form_contato_padrao .campo input, .form_contato_padrao .campo textarea {
		border:none;
		
		font-size:1.5em;
		border:1px solid #CCC
	}
	


	.form_padrao .campo textarea {
		height:90px;
	}

	.form_padrao .campo_botao {
		clear:both;
		text-align:center;
		width:100%;
		padding-top:20px;
		text-align:center;
	}
	

	.form_padrao .campo_botao input {
		cursor:pointer;
		border:0;
		
	}

	.form_padrao .form_padrao_botao input {
		color:#FFF;
		background-color:#000;
		width:200px;
		height:40px;
		font-size:1.6em;
		
	}

	
	
	
	.form_contato_padrao .form_padrao_botao input:hover {
		background-color:#CCC;
		color:#000;
	}
	
	.legenda {
		font-size:1.4em;
		padding:10px 0 5px 0;
	}

	.obrigatorio .div_label {
		
		display:inline-block;
		width:auto;
		color:#FF0000;
		padding:0 0 0 5px;
	}

	.form_padrao p {
		text-align:center;
	}
	
	.oculta, .ocultar {
		display:none;
	}

	.div_label { 
		display:none;
	}
	
	.obrigatorio .div_label2 {
	float:left;
	}
	
	.aviso_form {
		clear:both;
		float:left;
		margin-top:10px;
		padding:10px;
		width:100%;
	}
	
	#aviso_form {
		background-color:#FFFF00;
		color:#000;
	}
	
	#aviso_form2 {
		background-color:#009900;
		color:#FFF;
	}
	
	#aviso_form_erro {
		background-color:#FF0000;
		color:#FFF;
	}





#well_popup {
	/*flag*/
	display:none;
}

.well {
	transform: translateX(0) translateY(-40%);
}

.popup_visible .well {
	transform: translateX(0) translateY(0);
}

.well {
		box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
		display:none;
		padding:2em;
		background-color:#FFF;
		width:90%;
		max-width:1000px;
		min-width:300px;
		max-height:90%;
		overflow:auto;
}

.well_cadastro {
	max-width:600px;
}


.well h2 {
	clear:both;
	margin:0 0 30px 0;
	padding-top:0;
	text-align:left;
	font-size:2.5em;
	color:#000;
}

	
.well a {
	color: #000;
}

.well .p_botao a {	
	color:#FFF;
}

.well .botao_ativo2 a {	
	color: #000;
}


.well p {
	clear:both;
	font-size:1.5em;
	color:#000;
} 


.btn_fechar {
	float:right;
	clear:both;
	cursor:pointer;
	font-weight:bold;
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
	width:40px;
	height:40px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position:center center;
}




.footer {
	float:left;
    width: 100%;
	background-color:#FFF;
		
}



.footer_center {
	max-width: 1128px;
	height:auto;
	margin:80px auto 60px auto;
	text-align:center;
	display:table;
	width:100%;
}


.footer_final {
	max-width: 1128px;
	height:auto;
	margin:20px auto 50px auto;
	text-align:center;
	display:table;
	width:100%;
	font-size: 0.8em;
}

.coluna_apoio {
	display:inline-block;
	text-align: left;
	vertical-align: top;
	width:40%;
}

.coluna_apoio_titulo {
	font-size:1.8em;
	padding-bottom:20px;
	color:#000;
}

.coluna_apoio_titulo_margem {
	padding-bottom:40px;
}

.coluna_rodape {
	width:33%;
	float:left;
	
}

.coluna_rodape p {
font-size:1em;
color:#000;
}

.coluna_rodape1 {
	text-align:left;
	margin-top:0;
	
	
}



.coluna_rodape1 a {
	text-decoration:none;
	font-size:1.1em;
}

.coluna_rodape1 a:hover {
	text-decoration:underline;
}


.coluna_rodape1 div {
	
}

.coluna_rodape1 .div_telefone_rodape {
	font-size:2.2em;
}

.coluna_rodape2 div {
	font-size:0.6em;
	color:#FFF;
	margin-top:20px;
}


.coluna_rodape3 {
	text-align:right;
	margin-top:10px;
}


.div_imagem_esquerda {
	width:100%;
	clear:both;
	display:block;
	margin:0 0 10px 0;
	padding:2px 0 8px 0;
	background-position:center left;
	background-repeat:no-repeat;
	font-size:0.2em;
}

.div_imagem_esquerda a {
	text-decoration:none;
}

svg {
	display:inline-block;
	vertical-align:middle;
	width:35px;height:35px; margin:-5px 10px 0 0;
	fill:#FFF;
}

.circle_svg {
	fill:#712A2A;
}

.div_contatos svg {
	width:35px;height:35px;
}


.div_contatos svg, .div_email .circle_svg, .div_local .circle_svg  {
	
}

.div_email svg, .div_local svg {
	fill:#FFF;
}


.coluna_rodape .circle_svg {
	fill:#712A2A;
}



.div_contato .div_email svg, .div_contato .div_local svg {
	
}

.div_contatos:hover svg, .div_email:hover .circle_svg  {
	
}

.div_email:hover svg {
	
}


.div_local svg {
	position:relative;
	margin-left:-43px;
	top:7px;
}

.div_local:hover svg {
	
}


#redes {
	position:relative;
	text-align:right;
}

.esquerda_conteudo {
	width:30%;
	margin:20px auto;
	text-align:center;
}

.direita_conteudo {
	width:65%;
}

.esquerda_conteudo div {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:310px;
	margin:0 auto;
}



.div_contato {
	display:block;
	margin-bottom:2px;

	text-decoration:none;
}




.div_contatos {
	display:block;
	margin-bottom:2px;
	font-size:1.6em;
	text-decoration:none;
}


.div_local {
	padding-left:40px;

}

.div_telefone_contato {
	display:inline-block;
}

.div_telefone_contato2 {
	margin-left:20px;
}




#redes svg {
	width:40px;height:40px; margin:0 0 0 10px;
	fill:#FFF;
	position:relative;
	top:0;
}

#redes .desenho_svg {
	fill:#FFF;
}


#redes .circle_svg {
	fill:#712A2A;	
}

#redes a {
	padding-bottom: 10px;
	display:inline-block;
	vertical-align: top;
}

#redes a:hover svg {
	top:-5px;
}

		      

#div_whatsapp {
	width:50px;
	height:50px;
	position:fixed;
	bottom:10px;
	left:15px;
	z-index:99;
	cursor:pointer;
}
		
#div_whatsapp #whatsapp {
	width:46px;height:46px;
	fill:#FFF;
}

#div_whatsapp:hover  {
	bottom:12px;
	left:12px;
}

#div_whatsapp:hover #whatsapp {
	width:50px;height:50px;
}

#div_whatsapp .logo_green {
	fill:#54CC62;
}

		

#lightSlider {
		margin:0;
	}


#lightSlider li {
	background-image:none;
}



.slide {
	margin:10px 10px 10px 0;
	width:90%;
	height: 170px;
	display:table;
	text-align:center;
	overflow:hidden;
	}



.slide div {
	display:table-cell;
	vertical-align:middle;
}
	
.slide img {
	max-height:100%;
	max-width:100%;
}
	
.link_slide {
		float:left;
		width:5%;
		height:200px;
		margin-top:10px;
		
	}

.link_slide a {
		position:relative;
		top:30%;
		width:100%;
		height:60px;
		float:left;
		background-repeat: no-repeat;
		background-position:left center;
		background-image: url(../img/arrow_left.png);
		cursor:pointer;
	}

	
	.link_slide:last-child a, .link_slide_dir a {
		background-image: url(../img/arrow_right.png);
		background-position:right center;
	}
	
	.container_slider {
		float:left;
		width:90%;
		height:auto;
	}

		
		
		
		
	.jssorb05 {
            position: absolute;
			bottom:10px;right:30px;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            width: 30px;
            height: 20px;
            background: url('../img/b05.png?') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -6px -5px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -36px -5px; }
        .jssorb05 .av { background-position: -66px -5px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -96px -5px; }

        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
			margin: 0 30px 0 30px;
            height: 68px;
            cursor: pointer;
            background: url('../img/a22.png') center center no-repeat;
            overflow: hidden;
			top:0px;
        }
        .jssora22l { background-position: -10px -25px; }
        .jssora22r { background-position: -70px -25px; }
        .jssora22l:hover { background-position: -130px -25px; }
        .jssora22r:hover { background-position: -190px -25px; }
        .jssora22l.jssora22ldn { background-position: -250px -25px; }
        .jssora22r.jssora22rdn { background-position: -310px -25px; }
		
		
		
		
		
		.jssora22lb, .jssora22rb {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22b.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22lb { background-position: -10px -31px; }
        .jssora22rb { background-position: -70px -31px; }
        .jssora22lb:hover { background-position: -130px -31px; }
        .jssora22rb:hover { background-position: -190px -31px; }
        .jssora22lb.jssora22ldn { background-position: -250px -31px; }
        .jssora22rb.jssora22rdn { background-position: -310px -31px; }
		
		
		
		
		
		
		.jssora22lc, .jssora22rc {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22b.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22lc { background-position: -10px -31px; }
        .jssora22rc { background-position: -70px -31px; }
        .jssora22lc:hover { background-position: -130px -31px; }
        .jssora22rc:hover { background-position: -190px -31px; }
        .jssora22lc.jssora22ldn { background-position: -250px -31px; }
        .jssora22rc.jssora22rdn { background-position: -310px -31px; }
		
		
		#jssor1b a {
			width:100%;
			height:100%;
			display:block;
		}
		
		.jss_fundo {
			width:1500px;
			 height: 600px;
			background-size:cover;
			background-position:center center;
		}
		
		
		
		.jssor1 {
				position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1500px; height: 600px; overflow: hidden; visibility: hidden;
		}
		
		.jssor1b {
				cursor: default; position: relative; top: 0px; left: 0px; width: 1500px; height: 600px; overflow: hidden;
		}
		
		
	
		
		.jssor_load {
			position: absolute; top: 0px; left: 0px;
		}
		
		.jssor_loada {
			filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;
		}
		
		.jssor_loadb {
			position:absolute;display:block;background:url('../img/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;
		}
		
		
		.frase1_0{position:relative; top:100px;left:150px;height:400px;width:650px; display:table; }
		.frase1_1{position:relative; text-align:center; display:table-cell; vertical-align:middle; color:#FFF; width:100%; }
		.frase1_0 {
	}
		
		.frase {
			display:inline-block;
			margin:0 auto;
			padding:0;
			text-align:left;
			color:#FFF;
			text-align:left;
		}
		
		
		.frase_titulo {
			color:#FFF;
			font-weight: bold;
			font-size:4em;
			line-height: 1.2em;
		}

		.frase_subtitulo {
			margin-top:20px;
			color:#FFF;
			font-size:2.2em;
			font-weight: 300;
		}
		
		
		
	
/* ==========================================================================
   Media Queries
   ========================================================================== */

   
   

@media screen and (max-width: 1070px) {
	
	
	.holder_introducao .container {

	}
	
	
	
}

@media screen and (max-width: 1020px) {
	
	.listaNav li {
		
		font-size:1.2em;
		
	}

	.holder_introducao {
		background-image: none;
	}

	.holder_introducao .esquerda {
		width: 100%;
	}

	.introducao_esquerda {
		margin:0 auto;

	}

}


@media screen and (max-width: 950px) {

#logo {
	position: absolute;	
	z-index:20;
	margin-left:20px;
}



.holder_secao .principal {
	width:104.2%;
}

.header .container {
	padding:0;
}

.wrap {
		 max-width: 100%;
		 margin: 0;		 
	}
	
	.drop {
     height: 40px;
     position: relative;
	 z-index: 10;
	 margin-top:0;
  }
  
  .ico_menu {
	  display:block;
	}
	
	.nav-toggle {
			display: block;
			position:absolute;
			padding: 0;
			margin: 35px 0 0 0;
			right:0;
			z-index:10;
	   }
  
	.nav {
		display:none;
	}
	
	.drop_menor {
	margin-top: -20px;
	}
	
	
	


}






@media screen and (max-width: 920px) {
	
	.holder_secao .principal {
		width:104.8%;
	}
	
	.coluna_item {
		width:46%;
		margin:1.5% 1.5% 60px 1.5%;
	}
	
	.container_esquerda, .container_esquerda_inner, .container_direita {
		width:100%;
		margin:0;
	}
	
	.container_direita {
		margin-top:50px;
	}
	
	

	#entidades {
		
		margin-top:20px;
		
	}

	.holder_introducao .mostra {
		display:none;
	}

	
	.esquerda {
		width:100%;
	}
	
	.esquerda_conteudo div {
		width:500px;
	}
	
	.direita {
		clear:both;
		width:100%;
	}
	
	#texto_frase {
		width:60%;
	}
	

	.introducao_direita {
		margin-top:40px;
	}
	

	
	
	.duas_colunas_formulario, .duas_colunas_contato {
		width:100%;
	}
	
	

	.duas_colunas_contato {
		margin-top:80px;
	}
	
	.div_contatox {
		min-height:auto;
		padding-bottom:10px;
	}
	
	
}


@media screen and (max-width: 800px) {


	.container_sobre_divs {
		padding:20px 20px 0 20px;
	}
	.sobre_div {
		display:block;
		width:100%;
		margin:0 auto 20px auto;
		
	}

	.coluna_rodape {
		width:100%;
	}
	
	.coluna_rodape1 {
		margin-top:0;
	}

	.coluna_rodape1, .coluna_rodape3 {
		text-align:center;
		padding:0;
	}


	
	.coluna_rodape2 {
		margin-top:50px;
	}
	
	
	.coluna_rodape3, #redes {
		text-align:center;
		margin-top:40px;
	}
	
	#redes svg{
	width:50px;height:50px; margin:0 10px 0 10px;
	}
	
	#redes #whatsapp {
	width:56px;height:56px;
	}
}

@media screen and (max-width: 750px) {
	
	
	
	
	
	.texto_introducao {
		width:100%;
	}

	
	.membro_equipe {
		margin:0 auto;
		width:100%;
	}
	
	.membro_equipe2 {
		margin-top:60px;
	}
	
	.col-container {
		display:none;
	}
	
	
	.botaox2 {
		clear:both;
		display:block;
	}
	
	.botaox2 a {
		font-size:1.6em;
		line-height:1em;
	}
	
	.div_areas {
		margin-top:10px;
		margin-bottom:30px;
	}
	

	
	
	.botaox .mostra {
		display:none;
	}
	
	.holder_secao .principal {
		width:106%;
	}
	
	.coluna_item {
		width:45%;
		margin:1.5% 1.6% 60px 1.6%;
	}
	
	
	
	
	
	.holder_depoimento svg {
		width:50px;height:50px;
	}
	


}



@media screen and (max-width: 650px) {

	.jss_fundo, .jssor1, .jssor1b {
		width:650px;
		 height:650px;
	}
		
	.frase1_0 {
		 left: 100px;   height: 400px; width:450px;
	}
	
	
	.frase {
		
		text-align:center;
		width:100%;
	}
	
	
	
	.frase_titulo {
		font-size:3.5em;
		line-height:1em;
	}
	

	.holder_conteudo {
		min-height:400px;
	}
	
	.holder_secao .principal {
		width:107.4%;
	}
	
	
	
	.holder_cabecalho h1 {
		font-size:3em;
	}
	
	
	
	
	.coluna_info {
		height:auto;
		min-height:auto;
		padding-bottom:30px;
	}
	
	.membro_equipe {
		margin-bottom:50px;
	}
	
	.foto_equipe {
		width:100%;
		text-align:center;
	}

	.foto_curva {
		margin:0 auto;
	}
	
	.dados1_equipe {
		margin-top:20px;
		margin-left:auto;
		
	}

	.dados1_equipe_inner {
		margin-left:auto;
	}
	
	.dados1_equipe h3, .dados1_equipe h4 {
		text-align:center;
	}
	
	.dados1_equipe h4 {
		margin-bottom:40px;
	}
	
	.holder_equipe {
		padding-bottom:0;
	}
	

	.iframe_video {
		width:100%;
	}
	
	
	.foto_lista {
		height:120px;
	}


	.holder_oficinas {
		background-image: url(../imagens/fundo-oficinas-cel.jpg);
	}
	
	.duas_colunas_formulario, .duas_colunas_contato {
		width:100%;
	}
	
	.duas_colunas_contato2 {
		margin-top:70px;
	}
	
	.div_contato, .div_email {
		display:block;
		text-align:left;
	}


	.coluna_apoio {
		width:280px;
		margin-bottom:40px;
	}

	.coluna_apoio_titulo_margem {
		padding-bottom:10px;
	}
	
	
}


@media screen and (max-width: 520px) {
	
	
	#texto_frase {
		width:100%;
	}
	
	.esquerda_conteudo div {
		width:100%;
	}
	
	.holder_conteudo p {
		/*text-align:left;*/
	}
	
	
	.holder_secao .principal {
		margin-left:0;
		width:100%;
	}
	
	
	
	
	.lista li {
		text-align:left;
	}
	
	
	.holder_parceiros {
		padding:100px 0 80px 0;
	}
	
	.coluna_item{
		width:100%;	
		margin-bottom:60px;
		margin-left:0;

	}
	
	.sidenav_opened {
		width:100%;
	}
	
	.menu_side li a {
		font-size:1.3em;
	}
	
	.menu_side .subs li a, .menu_side .subs li:last-child a {
		font-size:0.7em;
		padding:0 20px 0 2px;
	}
	
	
}


@media screen and (max-width: 450px) {
	
	
	.link_slide {

		height:150px;
		
	}

	.my-gallery .foto_galeria {
	width:48%;
	}
	
}

@media screen and (max-width: 390px) {

	.logo_normal {
		width:250px;
		margin:30px 0 0 0;
	}

	.logo_menor {
		width:180px;
		margin:15px 0 0 0;
	}
	
	
	.coluna_rodape2 br {
		display:none;
	}
}



.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 	PAGINAÇÃO #################################################################
###############################################################################
############################################################################ */



.paginacao {
	clear:both;
	margin:0 auto;
	text-align:center;
	padding:20px;
}

.paginacao a {
	position:relative;
	padding:0.5em 1em 0.5em 1em;
	margin:2px;
	font-size:1.5em;
	background-color:#CCC;
	text-decoration:none;
	line-height:50px;
	color:#000;
}

.paginacao a:hover, .paginacao .selecionado  {
	background-color:#000;
	color:#FFF;
}

.paginacao .selecionado{
	cursor:default;
}



/* 	FIM PAGINAÇÃO ############################################################# */
