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

::placeholder {
  color: rgba(0,0,0,0.7);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(0,0,0,0.7);
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(0,0,0,0.7);
}

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



h1  {
	font-family: Georgia, Times, "Times New Roman";
    font-size: 3em;
	color:#FFF;
	font-weight:normal;
	line-height:1em;
	text-align:left;
	padding-bottom:20px;
}


h2 {
	font-family: Georgia, Times, "Times New Roman";
	margin-top:0;
	margin-bottom:1em;
	color:#FFF;
	font-size: 2em;
	line-height: 1em;
	text-align:left;
	font-weight:normal;
}


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:45px;
	height:45px;
	background:#000;
	border:3px solid #FFF;
	position:fixed;
	bottom:25px;
	right:25px;
	z-index:99;
	background-image: url(../img/arrow_top.png);
	background-repeat: no-repeat;
	background-position:center center;
	cursor:pointer;
}


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

.header {
	z-index:2;
	top:0;
    width: 100%;
    height: 100px;	
	background-color:rgba(0,0,0,0.8);
}

.header_fixa {
	position:fixed;	
}

.header_livre {
	position:absolute;
}

.header50 {
	background-color:rgba(0,0,0,1);
	height: 60px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}

#logo {
	position: relative;	
}

.logo_normal {
	float: left;
	width: 350px;  
	margin:18px 0 0 0;
}

.logo_menor {
	width:210px;
	margin:10px 0 0 0;
}

.logo_menor img{
	position:absolute;
	
}

.drop_normal {
	margin-top: 25px;
}

.drop_menor {
	margin-top: 5px;
}

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

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

.nav_normal {
	margin:8px 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.5em;
    margin:0;
	padding:0;
    display:inline-block;
	background-image:none;
}

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

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

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

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

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

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

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


.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:#FFF;
	display:inline-block;
	width:auto;
	font-size:1.5em;
	line-height:1.2em;
	text-align:center;
	margin-top:15px;
	cursor:pointer;
	background-color:rgba(0,0,0,0.5);
	border:1px solid #666;

}

.p_botao_maior {
	font-size:2.7em;
}

.p_botao a {
	width:100%;
	height:100%;
	display:block;
	padding:12px 17px;
	text-decoration:none;
	color:#FFF;
}

.p_botao:hover, .botao_ativo {
	background-color:rgba(51,51,51,0.7);

}


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

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

.div_areas p {
	color:#FFF;
}

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

	
.holder_animacao {
	margin-top:0;
	margin-bottom:0;
	height:100%;
	background-color:#000;
	background-image:url(../imagens/imagem-home.jpg?);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	border-bottom:1px solid #999;
}


.holder_animacao .container {
	margin:0 auto;
	width:100%;
	height:100%;
	padding-top:100px;
}

.centro_frase {
	float:left;
	display:table;
	width:100%;
	height:100%;
	text-align:center;
	
}

.frase {
	text-align:center;
	font-family: Georgia, Times, "Times New Roman";
	display:table-cell;
	vertical-align:middle;
	margin:0 auto;
	font-size:2.5em;
	color:#FFF;
}



.holder_conteudo {
	margin-top:100px;
	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:70px auto;
	width:33px;
	height:20px;
	background-image:url(../img/arrow_down.png);
}



.holder_equipe {
	padding:70px 0 50px 0;
}

.holder_equipe .container {
	max-width: 700px;
}


.holder_equipe h2 {
	color:#333;
	font-size:2.7em;
	text-align:center;
}

.holder_equipe h3 {
	color:#D2933F;
	
	font-size:2.2em;
	margin:30px auto 0 auto;
}

.holder_equipe h4 {
	margin-top:15px;
	font-size:1.6em;
}

.holder_equipe p {
	
	text-align:left;
	
}


.membro_equipe {
	margin:40px auto 20px auto;
	width:100%;
	float:left;
}

.dados1_equipe {
	float:left;
	width:30%;
	margin-right:5%;
}

.foto_curva {
	margin:0 auto;
	display:inline-block;
	text-align: center;
}

.foto_curva img {
	display:block;
}


.dados2_equipe {
	float:right;
	width:65%;
}


.dados2_equipe h4 {
	line-height: 1.3em;
}

.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_areas {
	height:auto;
	padding:80px 0 80px 0;
	background-image: url(../imagens/fundo-atuacao.jpg); background-position:center center; background-repeat: no-repeat;

}

.holder_areas h2 {
	text-align:center;
	
	font-size:3em;
	padding-bottom:40px;
}

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

.col-container .servico {
	width:auto;
	padding:0;
	vertical-align:middle;
	margin: 1%;
	display:inline-block;
	font-size:1.5em;
	line-height:1.2em;
	text-align:center;
	font-weight:bold;
	background-color:#D2933F;
}



.col-container .servico div {
	padding:20px;
	color:#FFF;
}



.botaox2 {
	display:none;
}

.holder_introducao {
	background-color:#000;
}

.holder_introducao .container {
	margin-top:70px;
	margin-bottom:70px;
	
}

.holder_introducao h1 {
	text-align:center;
}

.col-container-intro {
  display: table;
  width: 100%;
}

.texto_introducao {
	display: table-cell;
	vertical-align:middle;
	

}

.texto_introducao {
	width:40%;
}

.card_no {
	width:10%;
}

.texto_introducao2 {
	width:50%;
}


.texto_introducao p {
	color:#FFF;
	text-align:left;
}


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




.holder_contato {

	padding:80px 0 70px 0;
}

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

.div_contato {
	height:95px;
}

.div_contatox {
	height:105px;
}

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

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

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




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


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

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

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


.mapa {
	width:100%;
	height:292px;
	border:1px solid rgba(0,0,0,0.5);
}


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


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

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

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

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

	
	
	
	.form_contato_padrao .form_padrao_botao input:hover {
		background-color:#D2933F;
	}
	
	.legenda {
		
	}

	.obrigatorio .div_label {
		font-size:1.4em;
		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 {
		display:none;
		padding:2em;
		background-color:#FFF;
		width:90%;
		max-width:750px;	
		max-height:90%;
		overflow:auto;
		border:1px solid #CCC;
	}



	.well h2 {
		clear:both;
		margin:10px 60px 20px 0;
		padding-top:0;
		font-size:3em;
		color:#000;
	}

	.well p {
		clear:both;
	}

	.well p em {
		font-size:0.9em;
	}

	.well p span {
		font-size:0.9em;
	}
	
	
	.btn_fechar {
		position:absolute;
		cursor:pointer;
		right:20px;
		width:40px;
		height:40px;
		background-color:#000;
		float:right;
		text-align:center;
		text-decoration:none;
		padding-top:6px;
		color:#FFF;
		font-size:2em;
	}
	
	.btn_fechar:hover {
		background-color:#D2933F;
	}



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


.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 {
	
	margin-top:10px;
	
}


.coluna_rodape2 img {
	
}

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


.div_imagem_esquerda {
	clear:both;
	display:block;
	margin:0 0 10px 0;
	padding:2px 0 2px 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:#FFF;
}

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


.div_contatos svg, .div_email .circle_svg, .div_local .circle_svg  {
	fill:#000;
}

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

.div_contatos:hover svg, .div_email:hover .circle_svg  {
	fill:#D2933F;
}

.div_email:hover svg {
	fill:#FFF;
}

.div_local {
	padding-left:40px;
}

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

.div_local:hover svg {
	fill:#FFF;
}


#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_contatos {
	display:block;
	margin-bottom:2px;
	font-size:1.6em;
	text-decoration:none;
}

.div_telefone_contato {
	display:inline-block;
}

.div_telefone_contato2 {
	margin-left:20px;
}


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



#redes svg{
	width:35px;height:35px; margin:0 0 0 10px;
	fill:#000;
	
}


#redes .circle_svg {
	fill:#FFF;	
}

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

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

		      

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

#div_whatsapp:hover  {
	bottom:27px;
	left:23px;
}

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

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

		
		
	
/* ==========================================================================
   Media Queries
   ========================================================================== */

   
   

   

@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;
  }
  
  
  .nav {
	width:100%;
	overflow:hidden;
	margin-top:75px;
	margin-right:0;
	
  }
  
  .nav.nav-aberta {
	   position: relative;
	   padding: 0 0 0 0;
	   height: 0;
	}   
	 
	.nav ul {
		margin:0 0 0 0;
	}
	
	
	.listaNav {
		overflow:hidden;
	}
	
	
      .listaNav,.listaNav ul {
		  float: left;
	      margin: 0;
		  background:#D2933F;
		  width:100%;
		  font-size:1.5em;
		  padding-top:0;
	     }
		   
	       .listaNav li {
		         margin: 0;
		         padding: 0;
		         width:100%;
				 border-bottom:1px solid #FFF;
				 font-size: 1.2em;
				 
	        }
       			
	           .listaNav li a {
		           font-size: 1.2em;
		           display: block;
				   color: #FFF;
				   text-align:center;
					margin:0;
					background-image:none;
					padding:15px;
	           }
  
            .listaNav li:last-child {
              border-bottom:none;
			  

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

			
			.listaNav  li .ativo {
			
			
			}
			

			.listaNav  li ul li .sub_ativo{
				
			}
			
			
	       
		   .listaNav li ul.subs {
			
			
			margin:0;
		}
		   
		   
		   .listaNav li:hover ul.subs {
			
			width:100%;
		}
		   
		   .listaNav .paisub {
			display:none;
		   }
		   
		   .listaNav ul {
			height:auto;
			left:0;
			z-index:2;
			position:relative;
			overflow:hidden;
			

		}
		
		.listaNav li ul {
		border-top:1px solid #CCC;
		}
		
		.listaNav li:hover ul {
		float:left;
		width:100%;
		border-top:1px solid #CCC;
		}
		
		
		.listaNav li ul li {
			border-bottom:1px solid #CCC;
			margin-bottom:0;
		}
		.listaNav li ul li a {
		line-height:20px;
		font-size:0.5em;
		
		padding:15px;
		background-color:#777E90;
		color:#FFF;
		}
		
		.listaNav li:hover ul li a {
		line-height:20px;
		background-color:#777E90;
		}
		
		.listaNav li:hover ul li a:hover {
		background-color:#777E90;
		color:#F6F3E4;
		}
		
		.listaNav ul li{
		opacity:1;
		
		}

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

			.listaNav  li:hover ul li .sub_ativo{
				
				
			}
			
			.listaNav  li ul li .sub_ativo{
				background-color:#F6F3E4;
				color:#FFF;
			}

		   
	   .nav-toggle {
			display: block;
			position:absolute;
			padding: 0;
			margin: 10px 0 0 0;
			right:0;
			z-index:10;
	   }

}






@media screen and (max-width: 920px) {
	
	.holder_secao .principal {
		width:104.8%;
	}
	
	.coluna_item {
		width:46%;
		margin:1.5% 1.5% 60px 1.5%;
	}
	
	
	
	.holder_areas .coluna_item {
		width:47.5%;
		margin:0 1% 2% 1%;
	}
	
	
}



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

	
	
	.holder_introducao {
		background-position:center bottom;
	}
	
	.texto_introducao {
		display:block;
		width:100%;
	}
	
	.texto_introducao2 {
		margin-top:40px;
	}
		
	.card_no {
		display:none;
	}
	
	
	.esquerda {
		width:100%;
	}
	
	.esquerda_conteudo div {
		width:500px;
	}
	
	.direita {
		clear:both;
		width:100%;
	}
	
	#texto_frase {
		width:60%;
	}
	
	.my-gallery a {
		width:48%;
	}
	
	
	
	.duas_colunas_formulario, .duas_colunas_contato {
		width:100%;
	}

	.duas_colunas_contato {
		margin-top:80px;
	}
	
	.div_contato {
		height:auto;
		margin-bottom:20px;
	}
	
	.div_telefone_contato {
		display:block;
		margin-left:0;
	}
	
	
	
	.div_contatox {
		min-height:auto;
		padding-bottom:10px;
	}
	
	
}


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

	.holder_animacao {		
		background-image:url(../imagens/imagem-home-cel.jpg?);
		background-size:cover;
		background-position:center top;
		background-attachment:scroll;
	}
	
	
	.col-container .servico {
		width:100%;
		margin: 0 0 20px 0;
	}
	
	.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%;
	}
	
	
	.footer {

	background-position:center bottom;
	background-size:contain;
	padding-bottom:40px;
	}
	
	.coluna_rodape {
		width:100%;
	}

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

	.coluna_rodape1 {
		display:none;
	}
	
	
	.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;
	}
	
	.coluna_rodape1 a:hover svg .circle_svg {
		fill:#360032;
	}

}



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


	
	.holder_conteudo {
		min-height:400px;
	}
	
	.holder_secao .principal {
		width:107.4%;
	}
	
	
	
	
	.coluna_servico h3 {
		font-size:3em;
	}
	
	.coluna_info {
		height:auto;
		min-height:auto;
		padding-bottom:30px;
	}
	
	.duas_colunas_formulario, .duas_colunas_contato {
		width:100%;
	}
	
	.duas_colunas_contato2 {
		margin:90px 0 0 0;
	}
	
	
	.duas_colunas {
		margin-bottom:0;
	}
	
	.div_contato, .div_email {
		display:block;
		text-align:left;
	}
	
	
}


@media screen and (max-width: 580px) {
	
	.dados1_equipe {
		text-align:center;
		width:100%;
	}
	
	.foto_curva {
		margin:0 auto 30px auto;
	}
	
	.dados2_equipe {
		width:100%;
	}
	
	.dados2_equipe h3, .dados2_equipe h4 {
		text-align:center;
		margin-bottom:30px;
	}


	
}

@media screen and (max-width: 520px) {
	
	
	
	.texto_introducao {
		padding:0;
	}
	
	
	#texto_frase {
		width:100%;
	}
	
	.esquerda_conteudo div {
		width:100%;
	}
	
	.holder_conteudo p {
		text-align:left;
	}
	
	
	.holder_secao .principal {
		margin-left:0;
		width:100%;
	}
	
	
	.holder_areas {
		background-image:url(../imagens/fundo-atuacao-cel.jpg);
		background-size:cover;
	}
	
	.lista li {
		text-align:left;
	}
	

	
	
}


@media screen and (max-width: 450px) {
	
	.logo_normal  {
		width:260px;
		margin-top:25px;
	}
	
	.logo_menor  {
		width:220px;
		margin-top:10px;
	}
}


@media screen and (max-width: 370px) {
	
	.logo_normal  {
		width:200px;
		margin-top:30px;
	}
	
	.logo_menor  {
		margin-top:14px;
	}
	
	
	.coluna_rodape1 {
		width:100%;
	}
}

@media screen and (max-width: 350px) {
	.div_email {
		font-size:1em;
	}
}


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

.paginacao .selecionado{
	cursor:default;
}



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