@font-face {
     font-family: ebrima;
     src: url('../fonts/ebrima.ttf');
	 
}

/* classes do bootstrap */
		.navbar-collapse .navbar-nav li a{
			color: #fff; !important;
			font-family:ebrima;
			font-size:12px;
			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;
		}
.form-control{
	border-radius: 2px;	
}
*{font-family:ebrima}	
h1{font-weight:bold; font-size:24px}
h2{font-weight:bold; font-size:18px}

.topoMenu{
	background-color:#000;
	color:#FFF;
	height:50px;
}
.txtBusca{
	width:300px !Important;	
}
.img-responsive, .thumbnail a>img, .thumbnail>img {
    /* display: block; */
    max-width: 100%;
    height: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    /* display: block; */
    max-width: 100%;
    height: auto;
}

.logo{
	background-image:url(../imagens/bgHome.jpg);
	background-size: cover;
	height:390px;
	background-position: center; 
}

.logo img {
	margin-top:-50px !important;	
}
.imgLojas{
	margin-bottom:5px;	
}
.tituloLojas{
	padding:10px;
	font-size:12px
}

.produtos{
	background-color:#f2f2f2;
	height:auto;
	padding:50px;
}
.produtosIcones{
	margin-top:30px;
	margin-bottom:30px;
}
.quemSomos{
	padding:50px;	
}

.parallax{
  background-image:url(../imagens/parallax.jpg);		
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
[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;	
}
.whatsapp-fixo {
		position: fixed;
		bottom:10px;
		right:10px;
		z-index: 999;
}

.promocao{
	padding:50px;	
}

.botao{
	background-color:#000;
	color:#FFF;
	width:100px;
}

.contato{
	background-color:#f2f2f2;
	height:auto;
	padding:50px;
}
.formContato{
	margin-bottom:10px;	
}
.contatoTitulo{
	margin-bottom:30px;	
}

.rodape{
	background-color:#333;
	color:#FFF;
	padding-top:50px;
	
}
.copyright{
	text-align:center;
	font-size:10px;
	margin-top:10px;
}	

.conteudo{
	padding:50px;	
}

/*-------------------------------------------------*//* 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%;
	}
	
	.txtBusca{
		width:200px !Important;	
	}
	
	.produtosIcones img{
		margin-bottom:10px;	
	}
	
	.copyright{
		text-align:center;
		font-size:10px;
		margin-top:20px;
}	

.logo{
	background-image:url(../imagens/bgHome.jpg);
	background-size: cover;
	height:auto;
	background-position: center; 
}
	
}
