
/* classes do bootstrap */
		.navbar-collapse .navbar-nav li a{
			color: #fff; !important;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
		}
		.navbar-collapse .navbar-nav li a:hover {
			background:#900 !important;
			color: #fff !important;
		}
		#bs-example-navbar-collapse-1{
			position:absolute;
			z-index:9999;
			width:100%;
		}
		
		modal-content {
			z-index:0;
			position:relative;
		}
		.modal fade {
			z-index:1;
			position:relative;
			background-color:#FFF;
		}
		
body { 
/*display:inline-block;
overflow-x: hidden*/
}


.italic{
   font-family: 'impact';
   src: url("..fonts/impact.ttf");
}

.titulo-logo{
	font-family:impact;
	font-size:30px;
	color:#FFF;
	margin-top:-20px;
}

.topo-menu{
	background-image:url(../imagens/bg.jpg);
	background-position: center; 
    background-size: cover;
	height:242px;
	
}
.topo-menu{
	border-bottom:10px solid #F00;
}
.topo-menu p{
	color:#FFF;
	font-size:16px
}
.logo{
	margin-top:20px;	
}
.menu{
	color:#FFF;	
	margin-top:100px;
}
.titulo{
	font-family:impact;
	font-size:30px;
	padding-top:20px;
	text-align:center;
	margin-bottom:20px;
}

.titulo-servicos{
	font-family:impact;
	font-size:16px;
	margin-top:15px;
}
.titulo-rodape{
	font-family:impact;
	font-size:20px;
	margin-top:10px;
}

.box{
	height: 350px;
}

.texto-servicos{
	margin-bottom:20px;	
}
.empresa{
	background-color:#f2f2f2;
	height:auto;
	padding:30px;
	margin-top:30px;
}
.form-control{
	border-radius: 2px;
	height:40px;
	margin-bottom:10px;
}

.rodape{
	background-color:#0A2431;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFF
}

.whatsapp-fixo {
		position: fixed;
		bottom:10px;
		right:10px;
		z-index: 999;
}

[data-anime] {
  opacity: 0;
  transition: .3s;
}

[data-anime="left"] {
  transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(50px, 0, 0);
}

[data-anime="top"] {
  transform: translate3d(0, -50px, 0);
}

[data-anime].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE */
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: none;	
	filter: none;	
}
.parallax {
  /* The image used */
  background-image: url('../imagens/bghome.jpg');
  /* Full height */
  /*height: 100%; */
  min-height: 250px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-servicos{
	object-fit: cover;
	object-position: center;
	height:200px;
	width:300px;
}


/*-------------------------------------------------*//* versao celular */

@media(min-width: 280px) and (max-width: 750px) {
	
	#bs-example-navbar-collapse-1{
		position:absolute;
		z-index:9999;
		width:100%;
		background:#1f1e24;
		color:#fff;
		border-bottom:1px solid #ccc !important;
		margin-left:-15px;
		margin-bottom: 10px;
	}
	.navbar-collapse .navbar-nav li a:hover {
		background:#900 !important;
		color: #fff !important;
		width:100%;
	}
	
	.menu{
		color:#FFF;	
		margin-top:-60px;
		
	}

	
}
