*: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;  }

h1  {
	
    font-size: 3em;
	color:#FFF;
	font-weight:normal;
	line-height:1em;
	text-align:left;
	padding-bottom:20px;
}


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


h3 {
    margin-top:30px;
	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:#EBAA2B;
	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:320px;
}

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

.sidenav a:hover {
  
}

.menu_conteudo {
	background-color: #EBAA2B;
	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:#000;
	display:block;
	padding:8px 0 8px 5px;
	border-bottom:1px solid #000;
	white-space: nowrap;
}

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

.menu_side .subs {
list-style-type:none;
border-bottom:1px solid #333;
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:2px 20px 2px 2px;
	color:#;	
	border-bottom:none;
}

.menu_side .subs li a{
background-image: url(../img/marcador.png?); background-repeat: no-repeat;
background-position:right center;
}


.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 5em;
  color: #EBAA2B;
  cursor:pointer;
  padding:0;
}

.sidenav_menor .closebtn {
  top: 0;
}

.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:rgba(0,0,0,0.5);
}

.header_fixa {
	position:fixed;	
}

.header_livre {
	position:absolute;
}

.header50 {
	background-color:rgba(0,0,0,0.9);
	height: 60px;

}

#logo {
	position: relative;	
}

.logo_normal {
	float: left;
	width: 150px; 
	margin:15px 0 0 0;
}

.logo_menor {
	width:100px;
	margin:5px 0 0 0;
}

.logo_menor img{
	position:absolute;
	
}

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

.drop_normal {
	margin-top: 20px;
}

.drop_menor {
	margin-top: 5px;
}

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

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

.nav_normal {
	margin:15px 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;
    display:inline-block;
	background-image:none;
}

.listaNav li a {
    color:#FFF;
    display:block;
    padding:8px 8px 10px 8px;
	margin-left:1px;
    text-decoration:none;
	line-height:1em;
	cursor:pointer;
}

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

.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:#FFF;
    color:#EBAA2B;
    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;
	background-color:#EBAA2B;
}

.listaNav .sub {
	display:none;
	border:1px solid #d69076;
}

.listaNav  li .ativo{	
	color:#FFF;
	background-color:#EBAA2B;
}



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

.holder_cabecalho {
	padding-top:100px;
	margin-bottom:30px;
	background-color: #000;
	border-top:2px solid #EBAA2B;
	background-image:url(../imagens/imagem-cabecalho.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.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 {
	color:#000;
	display:inline-block;
	width:auto;
	font-size:1.7em;
	font-weight:100;
	line-height:1.2em;
	text-align:center;
	margin-top:15px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	background-color:#EBAA2B;
}

.p_botao_maior {
	font-size:2.7em;
}

.p_botao a {
	width:100%;
	height:100%;
	display:block;
	padding:15px 30px;
	text-decoration:none;
	color:#000;
	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: #333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333 0%, #EBAA2B 57%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #333 0%,#EBAA2B 57%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #333 0%,#EBAA2B 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#EBAA2B',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 {
	border-top:2px solid #EBAA2B;
	margin-top:0;
	margin-bottom:0;
	
	background-color:#000;
}



.holder_conteudo {
	
	padding-bottom:20px;
}


#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);
}








.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-bottom:30px;
}

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

.foto_equipe img {
	border:1px solid #CCC;
	max-width:242px;
}


.servico {
	margin:0 2% auto 2%;
	width:46%;
	float:left;
	text-align:center;
}

.servico img {
	max-height:234px;
}

.servico {
	float:right;
}

.dados1_servico {
	margin-top:20px;
}

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

.dados1_equipe_inner {
	margin-left:280px;
}

.servico h3 {
	font-size:2.2em;
	font-weight:bold;
	text-align:center;
}


.dados1_equipe h3 {
	font-size:2.2em;
	font-weight:bold;
	text-align:left;
}

.dados1_equipe h4 {
	margin-top:5px;
	font-size:1.8em;
	font-weight:normal;
	color:#996A5E;
	text-align:left;
	line-height:1.3em;
}

.dados1_equipe p {
	padding-bottom:15px;
}



.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;
}



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





.holder_animacao_areas {
	margin-top:-30px;
	margin-bottom:20px;
	height:300px;
	background-color:#CCC;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.holder_servicos {
	background-color:#000;
	height:auto;
	padding:80px 0 80px 0;
	text-align:center;
}


.holder_servicos h2 {
	text-align:center;

	font-size:3em;
	padding-bottom:20px;
}


.servicos-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	gap: 20px;
	width: 100%;
}

.servicos-container > div {
	background-color: #EBAA2B;
	padding: 25px;
	height: 100%;
	font-size:2em;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}



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

.holder_parceiros h2 {
	text-align:center;

	font-size:3em;
	padding-bottom:20px;
}


.container_5 {

	padding-right:300px;
}



.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:#666;
	margin-top:5px;
	font-size:1.7em;
	font-weight:normal;
	padding-bottom:10px;
}


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



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


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

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


.botaox2 {
	display:none;
}

.holder_introducao {

	background-color:#000;
	background-image:url(../imagens/imagem-intro.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;

}

.holder_introducao .container {
	padding-top:80px;
	padding-bottom:60px;
	text-align:center;
}

.texto_introducao {
	margin:0 auto;
	width:70%;
}

.texto_introducao h1 {
	font-weight:bold;
	text-align:center;
	padding-bottom:0;
}

.texto_introducao h2 {
	margin-top:0;
	text-align:center;
	color:#EBAA2B;
	font-weight:normal;
}


.texto_introducao p {
	color:#FFF;
	font-size:1.8em;
	line-height:1.6em;
}


#texto_frase {
	font-size:1.5em;
	width:45%;
	text-align:left;	
}

#texto_frase p {
	color:#FFF;
}


.esquerda {
	float:left;
}

.direita {
	float:right;
}

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

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


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



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

.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_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_titulo_4 div {
	font-size:1.7em;
	font-weight:bold;
}

.coluna_item_home p {
	text-align:left;
}

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


.coluna_titulo_servico div {
	text-align:center;
}


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

.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_contato {

	padding:80px 0 70px 0;
}

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

.div_contato {
	min-height:80px;
}

.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;
	margin:40px auto 20px auto;
}

.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;
}


.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:url(../img/zoom.png);
}

.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;
	}


	.form_padrao .campo {
		float:left;
		padding:0 0 5px 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:#EBAA2B;
		width:200px;
		height:40px;
		font-size:1.6em;
		
	}

	
	
	
	.form_contato_padrao .form_padrao_botao input:hover {
		background-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;
	}




.footer {
	float:left;
    width: 100%;
	background-color:#000;
	background-image:url(../imagens/imagem-rodape.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	

}


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

.coluna_rodape {
	width:33%;
	float:left;
	font-size:1.5em;
}



.coluna_rodape1 {
	text-align:left;
	margin-top:20px;
	color:#F5F5F5;
	font-size:0.9em;
}

.coluna_rodape1 a {
	text-decoration:none;
	color:#F5F5F5;
}

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


.coluna_rodape1 .div_telefone_contato {
	font-size:2em;
	font-weight:bold;
	margin-bottom:10px;
}

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

.coluna_rodape2 p strong {
	font-size:1.1em;
}

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


.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:#EBAA2B;
}

.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:#EBAA2B;
}

.coluna_rodape .div_telefone_contato svg, .coluna_rodape .div_email_contato svg, .coluna_rodape .div_local svg {
	fill:#FFF;
}

.coluna_rodape .div_telefone_contato:hover .circle_svg, .coluna_rodape .div_email_contato:hover .circle_svg {
	fill:#FFF;
}

.coluna_rodape .div_telefone_contato:hover svg, .coluna_rodape .div_email_contato:hover svg {
	fill:#EBAA2B;
}

.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;
}


#redes .circle_svg {
	fill:#EBAA2B;	
}

#redes svg:hover {
	fill:#EBAA2B;	
}

#redes svg:hover .circle_svg {fill:#FFF;}

		      

#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: 700px;
			background-size:cover;
			background-position:center center;
		}
		
		
		
		.jssor1 {
				position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1500px; height: 700px; overflow: hidden; visibility: hidden;
		}
		
		.jssor1b {
				cursor: default; position: relative; top: 0px; left: 0px; width: 1500px; height: 700px; 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:120px;left:420px;height:500px;width:650px; display:table; }
		.frase1_1{position:relative; text-align:center; display:table-cell; vertical-align:bottom; color:#FFF; width:100%; }
		.frase1_0 {
	}
		
		.frase {
			display:inline-block;
			margin:0 auto;
			padding:20px 35px 20px 35px;
			text-align:left;
			font-size:1.2em;
			background-color:rgba(235,170,43,0.8);
			color:#000;
			text-align:center;
		}
		
		
		.frase_titulo {
			
			color:#000;
			font-size:2.8em;
		}
		
		
		
	
/* ==========================================================================
   Media Queries
   ========================================================================== */

   
   

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

	}
	
	
	
}

   

@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;
	}
	
	
	.container_5 {
		padding-right: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;
	}
	
	
}



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

	.holder_introducao .mostra {
		display:none;
	}

	
	.esquerda {
		width:100%;
	}
	
	.esquerda_conteudo div {
		width:500px;
	}
	
	.direita {
		clear:both;
		width:100%;
	}
	
	#texto_frase {
		width:60%;
	}
	
	
	
	.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: 750px) {
	
	
	.holder_animacao {		
		background-size:cover;
		background-attachment:scroll;
	}
	
	.holder_cabecalho {
		background-image:url(../imagens/imagem-cabecalho-cel.jpg);
	}
	
	.holder_introducao {
	background-image:url(../imagens/imagem-intro-cel.jpg);
	}
	
	.texto_introducao {
		width:100%;
	}
	
	.membro_equipe, .servico {
		margin:0 auto;
		width:100%;
	}
	
	.membro_equipe2, .servico2 {
		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;
	}
	
	
	.servicos-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		
	}

	
	
	.botaox .mostra {
		display:none;
	}
	
	.holder_secao .principal {
		width:106%;
	}
	
	.coluna_item {
		width:45%;
		margin:1.5% 1.6% 60px 1.6%;
	}
	
	
	.footer {
		background-image:url(../imagens/imagem-rodape-cel.jpg);
		background-attachment: scroll;
	}
	
	
	.coluna_rodape {
		width:100%;
	}
	
	
	.coluna_rodape1 .div_local svg {
		top:-15px;
	}
	
	.coluna_rodape1 .endereco {
		display:inline-block;
	padding-top:0;	
	
	}
	
	.coluna_rodape1, .coluna_rodape3 {
		text-align:center;
		padding:0;
	}

	.coluna_rodape1 {
		padding-left:0;
		width:310px;
		margin:0 auto;
		float:none;
		display:table;
	}
	
	
	.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;
	}
	
	.holder_depoimento svg {
		width:50px;height:50px;
	}
	


}



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

	.frase1_0 {
		 left: 100px;  top: 350px; height: 450px; width:550px;

	}
	
	
	.frase {
		font-size:2.4em;
		text-align:center;
		width:100%;
		
	}
	
	.jss_fundo, .jssor1, .jssor1b {
		width:750px;
		 height: 950px;
	}
	
	.frase_titulo {
		font-size:2em;
		line-height:1em;
	}
	
	.holder_conteudo {
		min-height:400px;
	}
	
	.holder_secao .principal {
		width:107.4%;
	}
	
	
	
	.holder_cabecalho h1 {
		font-size:3em;
	}
	
	
	
	
	
	
	.coluna_servico h3 {
		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;
	}
	
	.dados1_equipe {
		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;
	}

	
	
	.duas_colunas_formulario, .duas_colunas_contato {
		width:100%;
	}
	
	.duas_colunas_contato2 {
		margin-top:70px;
	}
	
	.div_contato, .div_email {
		display:block;
		text-align:left;
	}
	
	
}


@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: 370px) {
	
	.coluna_rodape1 {
		width:100%;
	}
}



.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:#EBAA2B;
	color:#FFF;
}

.paginacao .selecionado{
	cursor:default;
}



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