/* 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: 'Flaticon';
	letter-spacing:0.5px;
	word-wrap:break-word; 
}

body {
	color:#404040;
	font-size:15px;
	background:url(../images/fundo.jpg) repeat center center;
}

a {
	color:#404040;
	-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:#334a76;
}
a:focus {
	text-decoration:none !important;
	color:#334a76;
}

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

*::selection {
background:#334a76;/*---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:40px;
   	font-family:'harabara_maisharabaramaisdemo';
	text-align:center;
	text-transform:uppercase;
	margin:25px 0 15px 0;
	color:#a5ce37;
}

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

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

.botao-principal{
    background:#d1e287;
    position:relative;
    height:40px;
	line-height:43px;
    width: 60%;
    cursor:pointer;
    outline:none;
    display:block;
	margin:20px auto;
  
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
   	font-family:'harabara_maisharabaramaisdemo';
	color:#fff;
	
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	
	border:1px solid #a5ce37;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(165, 206, 55, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(165, 206, 55, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(165, 206, 55, 0.75);
}

.botao-principal:hover{
	background:#d1e287;
	margin:10px auto 30px auto;
	color:#FFF;
	border:1px solid #fff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(255,255,255,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(255,255,255,0.75);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);}

#img-mascara-cinza{
	height:28px;
	width:100%;
	position:relative;
	top:-28px;
	margin-bottom:-28px;
	background:url(../images/mascara-cinza.png) no-repeat center center;
}
#img-mascara-branca{
	height:28px;
	width:100%;
	position:relative;
	top:-28px;
	margin-bottom:-28px;
	background:url(../images/mascara-branca.png) no-repeat center center;
}
/* CORES */
.branco{
	color:#FFF !important;
}
.vermelho{
	color:#334a76;
}

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


.fancybox-opened, .fancybox-skin {
    background: #95bb40;
}
.fancybox-overlay{
    background: rgba(51,74,118,.9);
}

/*FORMS*/
input {
	width:100%;
	height:35px;
	outline:none;
	border:solid rgba(165, 206, 55 , 0.75) 1px;
	line-height:35px;
	padding:0 5px;
	color:#fff;
   	font-family: 'harabara_maisharabaramaisdemo';
	background:#d1e287;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input:focus {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-o-box-shadow: 		0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-moz-box-shadow:    0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	box-shadow:         0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	border:solid 1px #a5ce37;
}
select {
	width:100%;
	height:35px;
	outline:none;
	border:solid rgba(165, 206, 55 , 0.75) 1px;
	line-height:35px;
	padding:0 5px;
	color:#fff;
   	font-family: 'harabara_maisharabaramaisdemo';
	background:#d1e287;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
select:focus {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-o-box-shadow: 		0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-moz-box-shadow:    0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	box-shadow:         0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	border:solid 1px #a5ce37;
}
textarea {
	width:100%;
	outline:none;
	border:solid rgba(165, 206, 55 , 0.75) 1px;
	padding:0 5px;
	resize: vertical;
	max-height:180px !important;
	color:#fff;
   	font-family: 'harabara_maisharabaramaisdemo';
	background:#d1e287;
	
	-webkit-transition:all ease .2s;
	-ms-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
textarea:focus {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-ms-box-shadow: 	0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-o-box-shadow: 		0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	-moz-box-shadow:    0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	box-shadow:         0px 0px 7px 0px rgba(165, 206, 55 , 0.65);
	border:solid 1px #a5ce37;
}
#topo {
	width:100%;
	height:140px;
	z-index:99;
	background:#334a76 url(../images/bg-topo.jpg) no-repeat top center;
}

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

#topo .logo a{
	padding:70px 0;
	float:left;
	width:209px;
	height:75px;
	text-indent:-9999px;
	position:relative;
	background:url(../images/logo.png) no-repeat center center;
}
#topo .menu {
	float:left;
	margin-top:42px;
}

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

#topo .menu .menu-principal { 
	float:left;
	
	-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 {
	padding:20px 2px 5px 2px;
	float:left;
	font-size:18px;
	max-height:100px;
	color:#95bb40;
	text-transform:uppercase;
	margin:0 10px;
	font-family:"harabara_maisharabaramaisdemo";
	
	-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 .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;
}

.detalhe-banner{
	position:absolute;
	right:100px;
	height:29px;
	width:225px;
	background:url(../images/detalhe-banner.png) no-repeat center center;
	z-index:1;
}
.detalhe-banner h2{
	color:#FFF;
	font-size:22px;
	margin:0;
	margin-left:20px;
	margin-top:3px;
}
#banner{
	max-height:834px;
}
#banner .img-banner{
	max-height:834px;
}
#banner .seta-banner{
	position:absolute;
	top:40%;
	left:0;
	right:0;
}
#banner .carousel-control{
	width:25%;
}
#banner .seta-banner.esquerda{
	left:auto;
	right:0;
	-moz-transform:rotate(180deg);
	-os-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
#banner .carousel-control:hover .seta-banner.esquerda{
	animation:seta-esquerda 1s infinite;
}
@keyframes seta-esquerda{ 
  0% {
	  right:0;
  }

  40% {
	  right:15px;
  }

  100% {
	  right:0;
  }
}
#banner .carousel-control:hover .seta-banner.direita{
	animation:seta-direita 1s infinite;
}
@keyframes seta-direita{ 
  0% {
	  right:0;
  }

  40% {
	  right:15px;
  }

  100% {
	  right:0;
  }
}

#quem-somos{
}
#quem-somos .bg-quem-somos{
	float:left;
}
#quem-somos .conteudo{
	float:right;
	height:525px;
	background:rgba(51, 74, 119, .7);
}
#quem-somos .texto-quem-somos{
	color:#FFF;
	font-size:26px;
	font-family: "Flaticon";
	line-height:45px;
	margin-top:30px;
	padding:0 15px;
}

#o-que-fazemos{
}
#o-que-fazemos .bg-o-que-fazemos{
	float:left;
}
#o-que-fazemos .conteudo{
	float:right;
	height:525px;
	background:rgba(51, 74, 119, .7);
}
#o-que-fazemos ol .item-o-que-fazemos{
	color:#FFF;
	font-size:22px;
	font-family: "Flaticon";
	padding:0 20px;
	line-height:42px;
	background:url(../images/bolinha.png) no-repeat left center;
	text-transform:uppercase;
}

#fotos{
	padding:80px 0;
}
#fotos .item-foto{
	padding:0;
	margin:20px 7px;
}

#contato{
	padding:40px 0;
}
#contato .fundo-azul{
	background:rgba(51, 74, 119, .7);
	padding:30px 0;
}
#contato .texto-contato{
	font-size:17px;
	margin:15px 0;
}
#contato .texto-contato strong{
	font-size:36px;
}

#rodape{
	background:#334a76;
	margin-bottom:30px;
	width:100%;
}
#rodape a{
	color:#FFF;
}
#rodape .col-md-12{
	margin-top:10px;
}
#rodape .img-rodape{
	max-width:50%;
	margin-right:20px;
}
#rodape .fb, #rodape .insta, #rodape .qualidade{
	font-size:22px;
	color:#FFF;
}


	
@media (max-width: 1200px) {
.hidden-1200{
	display:none !important;
}

#fotos .item-foto{
	margin:20px 0;
	padding-left:15px;
	padding-right:15px;
}

@media (max-width: 992px) {
/* HOME */
.distancia-mobile{
	margin-top:140px;
}
#topo .menu {
	margin-top:0;
}
#quem-somos .conteudo{
	height:auto;
}
#rodape{
	position:relative !important;
}
#rodape .qualidade{
	font-size:14px;
	margin-top:10px;
}
#rodape a{font-size:14px;}
/* FECHA HOME */	


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


#quem-somos:hover .detalhe-titulo{
	animation: none;
}
#clientes:hover .detalhe-titulo{
	animation: none;
}
#contato:hover .detalhe-titulo{
	animation: none;
}
/* TOPO MOBILE */

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

#topo{
	position:fixed;
	background:#334a76;
	z-index:9999999;
	height:110px;
	border-top:0;
}

#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:hidden;
	height:	109px;
	width:100%;
	background:#334a76 ;
}

#topo .menu-mobile{
	float:right;
	height:110px;
	width:97%;
	background:#334a76 url(../images/logo.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 #334a76;

}

#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:#334a76 !important;
	display:block;
	font-family:'harabara_maisharabaramaisdemo';
	
	-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 */

#rodape .titulo-principal{
  font-size: 26px;
  margin: 34px 0 0 0;
}
}