@font-face {
     font-family: monteserrat;
     src: url('Montserrat-Regular.ttf');
}
/* classes do bootstrap */
		.navbar-collapse .navbar-nav li a{
			color: #333; !important;
			font-family:monteserrat;
			font-size:14px;
			font-weight:bold;
		}
		.navbar-collapse .navbar-nav li a:hover {
			background:#090 !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;
		}
*{font-family:monteserrat}	
h1{font-size:24px; font-weight:bold}	
h2{font-size:16px; font-weight:bold}	
.form-control{
	margin-bottom:10px;
	border-radius: 4px;
}
	
.topo{
	position: sticky;
	top: 0;
	z-index:999;	
}
	
.institucional{
	padding:50px;	
	background-color:#f2f2f2;
}
.produtos{
	padding:50px;
	
}

.contato{
	padding:50px;	
}

.produtos h1{
	text-align:center	
}

.menu{
	margin-top:20px;
}	
.imgProdutos{
	object-fit: cover;
	object-position: center;
	height:250px;
	width:300px;
	margin-top:20px;
}	
.boxProdutos{
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding-bottom:40px;
	border:10px solid #fff;
	margin-bottom:20px;
	height:450px;
	
}
.parallax {
  background-image:url(../imagens/fachada.jpeg);
  width: 100%;
  height: 30vh;
  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;
}


.rodape{
	background-color:#000;
	padding:50px;
	color:#FFF
}

/*-------------------------------------------------*//* 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%;
	}
	
}
