/* NICE SCROLL */
#ascrail2000 {
 background-color: #d7d7d7;
 width: 16px!important;
 z-index: 100000;
 z-index: 100000!important;
}
/* /NICE SCROLL */

* { margin: 0px;
	padding: 0px;
	list-style:none;
	text-decoration:none;
   	font-family: 'nerislight';
	letter-spacing:0.5px;
	word-wrap:break-word; 
}

body {
	color:#666;
	font-size:15px;
}

a {
	color:#666;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;	
}
a:hover {
	text-decoration:none !important;
	color:#a7cf46;
}
a:focus {
	text-decoration:none !important;
	color:#a7cf46;
}

/*CORES SELEÇÃO*/
*::-moz-selection {
background:#a7cf46;  /*---Cor de fundo--*/
color:#FFF;   /*--cor da fonte--*/
}

*::selection {
background:#a7cf46;/*---Cor de fundo--*/
color:#FFF;  /*--cor da fonte--*/
}

.sem-margin-e-padding {
	margin:0 !important;
	padding:0 !important;
}
.sem-padding{
	padding:0 !important;
}

.margin-0-auto {
	margin:0 auto;
	display:block;
}

.titulo-principal{
	font-size:50px;
	color:#a7cf46;
   	font-family:'nerisblack';
	text-align:center;
	text-transform:uppercase;
	margin:25px 0 15px 0;
}

.hidden-normal{
	display:none !important;
}

.efeito-jquery{
	
	position:relative;
	opacity: 0;
}

.botao-principal{
    background:#a7cf46;
    position:relative;
    height:40px;
	line-height:40px;
    width: 170px;
    cursor:pointer;
    outline:none;
    margin:20px auto;
    display:block;
  
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
   	font-family:'nerisblack';
	color:#FFF;
    border:1px solid transparent;
	
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.botao-principal:hover{
	margin:30px auto 10px auto;
    background:#fff;
    color:#a7cf46;
    border:1px solid #a7cf46;
}


/* CORES */
.branco{
	color:#FFF !important;
}
.verde{
	color:#a7cf46 !important;
}
.bold{
   	font-family: 'nerisblack';
}
.light{
  font-family:'nerislight';	
}
.semibold{
	font-family:'nerissemibold';
}
strong{
   	font-family: 'nerisblack';
}

.carousel-indicators{
	z-index:3;
}

/*FORMS*/
input {
	width:100%;
	height:35px;
	outline:none;
	border:solid 1px #ccc;
	line-height:35px;
	padding:0 5px;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
}
input:focus {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-o-box-shadow: 		0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-moz-box-shadow:    0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	box-shadow:         0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	border:solid 1px #a7cf46;
}
select {
	width:100%;
	height:35px;
	outline:none;
	border:solid 1px #ccc;
	line-height:35px;
	padding:0 5px;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
}
select:focus {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-o-box-shadow: 		0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-moz-box-shadow:    0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	box-shadow:         0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	border:solid 1px #a7cf46;
}
textarea {
	width:100%;
	outline:none;
	border:solid 1px #ccc;
	padding:0 5px;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
}
textarea:focus {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-ms-box-shadow: 	0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-o-box-shadow: 		0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	-moz-box-shadow:    0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	box-shadow:         0px 0px 7px 0px rgba(167, 207, 70 , 0.65);
	border:solid 1px #a7cf46;
}

#topo {
	width:100%;
	height:160px;
	position:absolute;
	background:url(../images/fundo-topo.png) repeat;
	z-index:9999999;
}

#topo .logo {
	position:relative;
	z-index:10;
	float:left;
	margin-top:10px
}

#topo .logo a{
	float:left;
	width:220px;
	height:141px;
	text-indent:-9999px;
	position:relative;
	background:url(../images/logo.png) no-repeat center center;
}

#topo .menu {
	float:right;
}

#topo .menu-topo{
	float:right;
}

#topo .menu .menu-principal { 
	float:left;
	margin-top:40px;
	
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;	
}		
#topo .menu .menu-principal .link-principal {
	color:#fff;
	padding:30px 12px;
	float:left;
	font-size:18px;
	max-height:100px;
  font-family:'nerislight';
	
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;	
}
#topo .menu .menu-principal:hover {
	background:#a7cf46;
}
#topo .menu .menu-principal.telefone-topo:hover {
	background:none;
}
#topo .menu .menu-principal.separador-topo {
	width:1px;
	height:85px;
	border-left:1px solid #a7cf46;
	margin:40px 20px 0 20px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40); 
	-moz-opacity:0.4; 
	opacity: 0.4;
	
}
#topo .menu .menu-principal.telefone-topo .link-principal{
	padding:30px 5px;
}
#topo .menu .menu-principal.telefone-topo img {
	float:left;
	padding:30px 5px;
	margin-left:5px;
}



#topo .menu .menu-principal .submenu {
	background:#bfdb7b;
	margin-top:85px;
	padding:0 10px;
	position:absolute;
	display:none;
	z-index:5;
}

#topo .menu .menu-principal .submenu li {
	width:100%;
	float:left;
}

#topo .menu .menu-principal .submenu li a {
	padding:8px;
	font-size:18px;
	line-height:30px;
	float:left;
	width:100%;
	color:#FFF;
	position:relative;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
}

#topo .menu .menu-principal .submenu li:hover a{
	padding:8px 2px 8px 14px
}


#topo ul .menu-principal .submenu .submenu-2 {
	width:150px;
	left:75px;
	background:#bfdb7b;
	padding:0 10px;
	position:absolute;
	display:none;
	z-index:6;
}

#topo ul .menu-principal .submenu .submenu-2 li {
	width:100%;
	margin:0 0 4px 0;
	color:#FFF;
}

#topo ul .menu-principal .submenu .submenu-2 li a {
	padding:5px 0;
	height:40px;
	font-size:16px;
	line-height:40px;
	float:left;
	width:100%;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
}

#topo ul .menu-principal .submenu .submenu-2 li a:hover {
	margin-left:10px;
}

/*---------------------------------------------------------------*/

#topo ul .menu-principal .submenu .submenu-2 .submenu-3 {
	width:150px;
	left:120px;
	background:#bfdb7b;
	padding:0 10px;
	position:absolute;
	display:none;
	z-index:10;
}

#topo ul .menu-principal .submenu .submenu-2 .submenu-3 li {
	width:100%;
	margin:0 0 4px 0;
	color:#FFF;
}

#topo ul .menu-principal .submenu .submenu-2 .submenu-3 li a {
	padding:5px 0;
	height:40px;
	font-size:16px;
	line-height:40px;
	float:left;
	width:100%;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
}

#topo ul .menu-principal .submenu .submenu-2 .submenu-3 li a:hover {
	margin-left:10px;
}


#topo .menu .bt-abrir{
  float: right;
  font-size: 40px;
  text-transform: uppercase;
  background: none;
  border: 0;
  outline: none;
  margin-right: 20px;
  line-height: 60px;
  display:none;
  position: relative;
  z-index: 20;
}

#topo .fa-chevron-down{
	  font-size: 13px;
  position: relative;
  bottom: 4px;
  right: 15px;
}

#topo .panel-collapse{
	padding-right:30px;
}

#fundo-internas{
	width:100%;
	height:330px;
}
#fundo-internas .imagem-internas{
	max-width:100%;
	height:330px;
	overflow:hidden;
}
#fundo-internas .fundo-quem-somos{
	background:url(../images/banner.jpg) no-repeat center center;
}
#fundo-internas .fundo-produtos{
	background:url(../images/fundo-produtos.jpg) no-repeat center center;
}
#fundo-internas .fundo-projetos{
	background:url(../images/fundo-projetos.jpg) no-repeat center center;
}
#fundo-internas .fundo-contato{
	background:url(../images/fundo-contato.jpg) no-repeat center center;
}
#caminho{
	background:url(../images/fundo-madeira.jpg) no-repeat center center;
	border-top:5px solid #a7cf46;
}
#caminho .titulo-internas {
	width:100%;
	font-size:50px;
	text-align:left;
	position:relative;
	opacity:0;
	font-family:'nerisblack';
	text-transform:uppercase;
	top:-70px;
}
#caminho .breadcrumb { 
	background:none;
	width:100%;
	margin:0 0 20px 0;
	opacity:0;
	left:-70px;
	position:relative;
} 

#caminho .breadcrumb a {
	padding:8px 5px;
	font-size:13px;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
} 

#caminho .breadcrumb a:hover {
	color:#a7cf46 !important;
	padding:8px 0 8px 10px;
} 

#caminho .breadcrumb span {
	font-size:15px;
   	font-family: 'nerissemibold';  
	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
} 


/* HOME */
#banner {
	width:100%;
	z-index:2;
	float:left;
	margin-bottom:10px;
}

#banner .img-banner{
	width:100%;
	z-index:2;
	float:left;
	margin:0;
}
#quem-somos-home{
	background:url(../images/fundo-madeira.jpg) no-repeat center center;
}
#quem-somos-home .titulo-principal{
	top:-70px;
}
#quem-somos-home .texto-quem-somos-home{
	text-align:center;
	color:#fff;
	bottom:-70px;
}
#quem-somos-home .img-quem-somos-home{
	background:url(../images/img-quem-somos-home.png) no-repeat center bottom;
	min-height:345px;
	min-width:393px;
	height:100%;
}
#produtos-home .texto-produtos-home{
	text-align:center;
	margin:10px 0 60px 0;
}
#produtos-home .produtos-carousel .titulo-produto{
	font-size:16px;
	text-align:center;
	margin:10px 0;
	font-family:'nerissemibold';
	text-transform:uppercase;	
}
#produtos-home .produtos-carousel img{
	height:auto;
    top: 0px;
    position: relative;
	margin:auto;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#produtos-home .produtos-carousel .botao-principal{
	margin:10px auto;
}
#produtos-home .produtos-carousel:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity: 0.7;
}
#produtos-home .produtos-carousel:hover .titulo-principal{
	color:#a7cf46;
}
#produtos-home .produtos-carousel:hover .botao-principal{
	margin:10px auto;
    background:#fff;
    color:#a7cf46;
    border:1px solid #a7cf46;
}
#servicos-home{
	background:url(../images/fundo-servicos-home.jpg) no-repeat center bottom;
	padding:40px 0;
	overflow-x:hidden;
}
#servicos-home .titulo-principal{
	margin:0 0 40px 0;
}
#servicos-home .img-servicos-home{
	display:block;
	margin:0 auto;
}
#servicos-home .titulo-servicos-home{
	text-align:center;
	font-size:16px;
	margin:25px 0;
	text-transform:uppercase;
}
#servicos-home .texto-servicos-home{
	text-align:center;
	font-size:14px;
}
#projetos-home{
	background:url(../images/fundo-projetos-home.jpg) repeat-y center;
}
#projetos-home .texto-projetos-home{
	text-align:center;
	margin:10px 0 60px 0;
}
#projetos-home .projetos-carousel .titulo-projeto{
	font-size:16px;
	text-align:center;
	margin:10px 0;
	font-family:'nerissemibold';
	text-transform:uppercase;	
}
#projetos-home .projetos-carousel img{
	height:auto;
    top: 0px;
    position: relative;
	margin:auto;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#projetos-home .projetos-carousel .botao-principal{
	margin:10px auto;
}
#projetos-home .projetos-carousel:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity: 0.7;
}
#projetos-home .projetos-carousel:hover .titulo-principal{
	color:#a7cf46;
}
#projetos-home .projetos-carousel:hover .botao-principal{
	margin:10px auto;
    background:#fff;
    color:#a7cf46;
    border:1px solid #a7cf46;
}
#depoimentos-home{
	background:#FFF;
	width:100%;
	margin:0;
	padding-bottom:20px;
}
#depoimentos-home .titulo-depoimentos-home{
	text-align:center;
	font-size:45px;
	margin-top:40px;
}
#depoimentos-home .img-depo{
	margin:40px auto 20px auto;
	display:block;
}
#depoimentos-home .texto-depo{
	font-size:15px;
	text-align:center;
}
#depoimentos-home .autor-depo{
	font-size:16px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	margin:20px 0;
}
#depoimentos-home .seta-depo-esquerda{
	-moz-transform:rotate(180deg);
	-os-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
#depoimentos-home .carousel-control {
  top: 70px;
}
/* FECHA HOME */

/* INTERNAS */
#quem-somos{
	margin-top:40px;
}
#quem-somos .left{
	float:left;
}
#quem-somos .right{
	float:right;
}
#quem-somos .col-md-12{
	margin:15px auto;
}
#quem-somos p{
	color:#222;
}
#quem-somos .imagem-quem-somos{
	max-width:450px;
}
#quem-somos .imagem-quem-somos .img-quem-somos{
	max-width:100%;
	max-height:300px;
	overflow:hidden;
	border:1px solid #a7cf46;
	padding:1%;
	display:block;
	margin:0 auto;
}
#produtos{
	margin-top:50px;
}
#produtos .texto-produtos{
	text-align:center;
}
#produtos .item-produtos{
	margin:40px 0;
}
#produtos .item-produtos .titulo-item-produtos{
	font-size:16px;
	text-align:center;
	margin:10px 0;
	font-family:'nerissemibold';
	text-transform:uppercase;	
}
#produtos .item-produtos img{
	height:auto;
    top: 0px;
    position: relative;
	margin:auto;
	display:block;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#produtos .item-produtos .botao-principal{
	margin:10px auto;
}
#produtos .item-produtos:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity: 0.7;
}
#produtos .item-produtos:hover .titulo-item-produtos{
	color:#a7cf46;
}
#produtos .item-produtos:hover .botao-principal{
	margin:10px auto;
    background:#fff;
    color:#a7cf46;
    border:1px solid #a7cf46;
}
/* DETALHE */
#produtos .detalhe-do-produto{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #dedede;
}
#produtos .detalhe-do-produto .foto-produto-grande{
	max-width:100%;
	max-height:400px;
	margin-top:6px;
	border:1px solid #a7cf46;
}
#produtos .detalhe-do-produto .foto-produto-grande .img-foto-produto{
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:1%;
}
#produtos .detalhe-do-produto .foto-produto-thumb .img-produto-thumb{
	max-width:90%;
	max-height:100px;
	margin:0 auto;
}
#produtos .detalhe-do-produto .descricao .titulo-produtos-detalhe{
	font-size:26px;
	text-transform:uppercase;
	margin-top:0;
}
#produtos .detalhe-do-produto .descricao .subtitulo-produtos-detalhe{
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #dedede;
}
#produtos .detalhe-do-produto .descricao .descricao-produto{
	font-size:18px;
	margin-bottom:15px;
}
#produtos .detalhe-do-produto .descricao .texto-descricao{
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
}
#produtos .detalhe-do-produto .descricao .botao-principal{
	display:block;
	width:100%;
}
#produtos .outros-produtos {
	margin-bottom:-30px;
}
#produtos .outros-produtos .titulo-outros-produtos{
	text-align:center;
	font-size:26px;
	text-transform:uppercase;
	margin-bottom:30px;
}
#projetos{
	margin-top:50px;
}
#projetos .texto-projetos{
	text-align:center;
}
#projetos .item-projetos{
	margin:40px 0;
}
#projetos .item-projetos .titulo-item-projetos{
	font-size:16px;
	text-align:center;
	margin:10px 0;
	font-family:'nerissemibold';
	text-transform:uppercase;	
}
#projetos .item-projetos img{
	height:auto;
    top: 0px;
    position: relative;
	margin:auto;
	display:block;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#projetos .item-projetos .botao-principal{
	margin:10px auto;
}
#projetos .item-projetos:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity: 0.7;
}
#projetos .item-projetos:hover .titulo-item-projetos{
	color:#a7cf46;
}
#projetos .item-projetos:hover .botao-principal{
	margin:10px auto;
    background:#fff;
    color:#a7cf46;
    border:1px solid #a7cf46;
}
/* DETALHE */
#projetos .detalhe-do-projeto{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #dedede;
}
#projetos .detalhe-do-projeto .foto-projeto-grande{
	max-width:100%;
	max-height:400px;
	margin-top:6px;
	border:1px solid #a7cf46;
}
#projetos .detalhe-do-projeto .foto-projeto-grande .img-foto-projeto{
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:7px;
}
#projetos .detalhe-do-projeto .foto-projeto-thumb .img-projeto-thumb{
	max-width:90%;
	max-height:100px;
	margin:0 auto;
}
#projetos .detalhe-do-projeto .descricao .titulo-projetos-detalhe{
	font-size:26px;
	text-transform:uppercase;
	margin-top:0;
}
#projetos .detalhe-do-projeto .descricao .subtitulo-projetos-detalhe{
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #dedede;
}
#projetos .detalhe-do-projeto .descricao .descricao-projeto{
	font-size:18px;
	margin-bottom:15px;
}
#projetos .detalhe-do-projeto .descricao .texto-descricao{
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
}
#projetos .detalhe-do-projeto .descricao .botao-principal{
	display:block;
	width:100%;
}
#projetos .outros-projetos {
	margin-bottom:-30px;
}
#projetos .outros-projetos .titulo-outros-projetos{
	text-align:center;
	font-size:26px;
	text-transform:uppercase;
	margin-bottom:30px;
}
#contato{
	margin-top:40px
}
#contato .texto-contato{
	margin-bottom:30px;
	text-align:center;
}
#contato .contato-lateral{
	margin-top:45px;
}
#contato .contato-lateral .img-rodape{
	display:block;
	margin:5px auto;	
}
#contato .contato-lateral .telefone{
	font-size:18px;
}
#contato .contato-lateral .telefone, #contato .contato-lateral .endereco, #contato .contato-lateral .email{
	text-align:center;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ebebeb;
}
#contato .contato-lateral .email{
	border:0;
}
#contato .botao-principal{
	float:left;
}
/* FECHA INTERNAS */



#divisor-rodape{
	background:url(../images/fundo-rodape.png) no-repeat center top;
	height:120px;
	width:100%;
	margin:0 0 0 0;
}
#menu-rodape{
	width:100%;
	height:59px;
	padding-bottom:20px;
}
#menu-rodape .conteudo-menu-rodape{
	float:none;
	margin:0 auto;
}
#menu-rodape .conteudo-menu-rodape .ul-menu-rodape{
	width:60%;
	margin:10px auto;
}
#menu-rodape .menu-item-rodape { 
	float:left;
}		
#menu-rodape .menu-item-rodape a {
	color:#FFF;
	padding:10px;
	float:left;
	font-size:16px;
	font-family:'nerislight';
	text-transform:lowercase;
	
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;	
}		
#menu-rodape .menu-item-rodape:hover a {
	color:#FFF;
	font-size:18px;
	margin:0 2.5px;
}
#rodape{
	width:100%;
	position:relative;
	opacity:0;
	background:url(../images/fundo-madeira.jpg) center top;
}
#rodape .container{
	padding-bottom:20px;
}
#rodape .rodape{
	border-top:1px solid #a7cf46;
	padding-top:20px;
	margin-top:10px;
}
#rodape .telefone {
	font-size:14px;
	text-align:center;
}
#rodape .endereco {
	font-size:14px;
	text-align:center;
	padding:0 8%;
}
#rodape .email .email{
	font-size:14px;
	text-align:center;
}
#rodape .img-rodape{
	display:block;
	margin:15px auto;
}
#rodape .creditos-rodape{
	font-size:13px;
	background:#000;
	padding:25px 0;
	text-align:center;
	color:#fff;
	font-family:'nerislight';
}

#rodape .creditos-rodape a{
	font-size:13px;
	color:#fff;
}
	
@media (max-width: 1200px) {
.hidden-1200{
	display:none !important;
}

#banner-internas {
  margin-top: -110px;
}
#topo .menu .menu-principal .link-principal {
  padding: 20px 9px;
}

#menu-rodape .conteudo-menu-rodape .ul-menu-rodape{
	width:70%;
}
@media (max-width: 992px) {

.pull-left, .pull-right{
	float: none !important;
}
p, h2, h3, span{
	text-align:center !important;
}
.titulo-principal {
  font-size: 26px;
}
img {
	margin: 0 auto;
	display:block;
	float:none;
}
.sem-padding-mobile{
	padding:0;
	margin:10px 0;
}
.botao-principal{
	float:none !important;
	margin:1px auto !important;
}
.botao-principal:hover{
	float:none !important;
	margin:1px auto !important;
}
.clearfix-mobile {
	clear:both;	
}
.hidden-mobile{
	display:none !important;
}
.hidden-normal{
	display:block !important;
}
.hidden-normal img{
	  max-width: 100%;
	  height:auto;
}


/* TOPO MOBILE */

.distancia-mobile{
	margin-top:110px !important;
}

#topo{
	position:fixed;
	background:#a7cf46;
	z-index:9999999;
	height:110px;
}

#topo li {
	width:100%;
	text-align:right;	
	margin: 0 !important;
}
#topo .container ul li .submenu { 
	z-index:-99999999999999 !important;
	margin-top:-999px !important;
	
}

#topo .logo{
	position:absolute;
	left:-5px;
	z-index:50;
	margin:12px 0 0 10px;
	width:223px;
}

#topo .logo a{
	width:223px;
	background:none;
	margin-left:-5px;
}

#topo .menu{
	overflow:auto !important;
	height:	109px;
	width:100%;
	background:#a7cf46 ;
}

#topo .menu-mobile{
	float:right;
	height:110px;
	background:#a7cf46 url(../images/logo-mobile.png) no-repeat left center;
}

#topo .menu-mobile .bt-abrir{
	padding:25px 10px 5px 0;
}

#topo .container .menu-topo .menu .menu-principal {
	float:right;
	border-bottom:solid 1px #a7cf46;

}

#topo ul .menu-principal {
	background:#FFF;
}

#topo ul .menu-principal a{
	float:right !important;
	padding:10px !important;
	min-height:40px !important;
	line-height:39px !important;
	width:100%;
	font-size:26px !important;
	text-align:right;	
	color:#a7cf46 !important;
	display:block;
	font-family:'nerisblack';
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
}

#topo ul .menu-principal:hover a{
	color:#FFF !important;
}

#topo .bt-abrir{
	float:right;
	display:block !important;	
}
/* FINAL TOPO MOBILE */


/* INTERNAS */

#quem-somos .left{
	float:none;
	margin:15px auto;
}
#quem-somos .right{
	float:none;
	margin:15px auto;
}

#produtos .detalhe-do-produto .descricao .subtitulo-produtos-detalhe{
	text-align:center;
}
#produtos .detalhe-do-produto .descricao .descricao-produto{
	text-align: center;
    display: block;
}

#projetos .detalhe-do-projeto .descricao .subtitulo-projetos-detalhe{
	text-align:center;
}
#projetos .detalhe-do-projeto .descricao .descricao-projeto{
	text-align: center;
    display: block;
}
/* FECHA INTERNAS */


/* HOME */
#quem-somos-home{
	padding-bottom:50px;
}
/* FECHA HOME */
#contato .container .row .form-contato {
	border-left:0;
	border-bottom:solid 1px #faf2f2;
	padding-bottom:20px;	
}

#contato .right {
	width:100%;
}
#contato .botao-principal{
	width:100%;
	display:block;
}

#contato .container .row .form-contato .form-group.form-nascimento{
	height: auto;
	line-height: normal;
}
#contato .container .row .form-contato .form-group.form-nascimento .nascimento-dia{
	margin:5px 0;
}
#contato .container .row .form-contato .form-group.form-nascimento .nascimento-mes{
	margin:5px 0;
}
#contato .container .row .form-contato .form-group.form-nascimento .nascimento-ano{
	margin:5px 0;
}

#menu-rodape{
	height:40px !important;
}

#rodape .rodape{
	border-top:0;
}
#rodape .link-email{
	display:block;
	text-align:center;
}
}