@charset "utf-8";
/* CSS Document 

font-family: 'Archivo Narrow', sans-serif;
font-family: 'Lora', serif;

*/


@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,500,500i,600,600i,700,700i|Lora:400,400i,700,700i');


body{margin: 0; padding: 0; font-family: 'Archivo Narrow', sans-serif; font-size: 18px;}

a{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:inherit;}
a:link{text-decoration:none; color:inherit;}
a:visited{text-decoration:none; color:inherit;}

.container-fluid{padding: 0;}

.enviar{
	background-color: #083D11;
	color: white;
	border: none;
	padding: 10px 20px;
}


.fade{
	
  opacity: 1;
}



.whatsBt{
	width:60px;
	height:60px;
	position:fixed;
	bottom:0;
	left:0;
	margin:15px;
	z-index:400;
}



.socialContato{
width: 100%;
text-align: center;
}
.socialContato p{
	display: inline;
	margin: 20px 30px;
}

.img{}
.img img{width: 100%;}


.paddingfoto{
	padding: 10px;
}





.margin-col{
	margin-top: 15px;
	margin-bottom: 15px;
}

.dropdown-menu{
	color: #fff;
	background-color:#083d11;
	font-size: 18px;
}



.detalheMenu{
	position: absolute; right: 0; bottom: 0;
	width: 579px; height: 27px;
	background: url(../dados/layout/detalheMenu.png);
}

.exibir{
	background: #083d11;
	color: white;
	border:none;
	border-radius:9px;
	outline: none;
	padding: 7px 15px;
	margin: 10px;
}


.rodape{
	width: 100%;
	position: relative;
	background-color: #083d11;
	color: #fff;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 50px 0 50px 0;
	margin: 40px 0 10px 0;
}

.rodape p{
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;

}



.passarots{
	background: url(../dados/layout/passarots.png) no-repeat center bottom;
	padding-bottom: 80px;
}



.tituloH1{
	width: 100%;
	text-align: center;
	padding: 40px 0 40px 0;
}
.tituloH1 small{
	font-weight: 300;
	font-size: 18px;
	margin: 0; padding: 0;
	color: #0e671d;
	text-transform: uppercase;	
}
.tituloH1 h2{
	font-family: 'Lora', serif;
	font-size: 1.8em;
	margin:10px 0 0 0; padding:0 0 20px 0;
}


.tituloH1 hr {
    border: 3px;
    height: 3px;
    background: #0e671d;
    width: 30%;
	margin-top: 0; margin-bottom: 0px; padding: 0;
}


h4{
	font-family: 'Lora', serif;
	font-size: 24px;
	margin:25px 0 10px 0; padding:0 0 0px 0;
	color: #0e671d;
}


.botao a{
	border: solid 1px #0e671d;
	padding: 7px 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0e671d;
	 -webkit-transition: background-color 0.5s; /* Safari */
  transition: background-color 0.5s;
	 -webkit-transition: color 0.5s; /* Safari */
  transition: color 0.5s;
}
.botao a:hover{
	background-color:#0e671d;
	color: white;
}


.boldVerde{
	color: #0e671d;
	font-weight: bold;
}

/*=====carousel====*/
#owl-demo4 .item4{
	margin: 15px;
}

#owl-demo4 h4{font-size: 2.1em}

#owl-demo4 .item4 img{
  display: block;
  width: 100%;
  height: auto;
	
}




#owl-demo5 .item5{
	margin: 15px;
}

#owl-demo5 h4{font-size: 2.1em}

#owl-demo5 .item5 img{
  display: block;
  width: 100%;
  height: auto;
	
}











/*LAZER*/
.lazer{}
.lazer img{
	width: 32%;
	padding: 0.1px;
	display: inline;
}










/*topo paginas*/
.topoPaginas{
	height: 440px;
	width: 100%;
	background-size: cover;

}
/*PARALLAX WINDOW*/
.parallax-window {
    min-height: auto;
	padding: 100px 0 100px 0;
    background: transparent;
	text-align: center;
	margin: 50px 0 50px 0;
}

.parallax-window p{
	width: 35%;
	font-size: 24px;
	margin: 0 auto;
	color: white;
	padding: 0;
	
}
.parallax-window h2{
	font-family: 'Lora', serif;
	font-size: 2.5em;
	font-weight: bolder;
	color: white;
	width: 30%;
	margin: 0 auto;
	text-transform:uppercase;
	 padding:0 0 0 0;
}
.parallax-window hr{
    border: 3px;
    height: 3px;
    background: #fff;
    width: 20%;
	margin-top: 30px; margin-bottom: 30px; padding:0;
}







.contatos{
	background: #00913d;
	margin-bottom: 1px;
}

.menu{
	background: #083d11;
	margin-bottom: 1px;
}


.socialTopo{
	padding:8px 0 8px 0px;
	height: auto;
	background:url(../dados/layout/contatoBg.png);
    background-size:100% 100%;
	text-align: center;
}


.socialTopo p{
	display: inline;
	color:white;
	padding: 0 4%;
}




/*PASSAROTS SHAKE*/
.passaroShake:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}







/* EFEITO HOVER BOXES*/

.paddingCaixa{
	padding: 30px 20px 0 30px;
}

.zoom {
  transition: transform .2s;
  width: 100%;	
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9*/
  -webkit-transform: scale(1.1); /* Safari 3-8*/
  transform: scale(1.1); 
}
.zoom img{width: 100%;}







/*MENU*/
.navbar-default{
	border: 0;
	background-color: transparent;
}
.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0;
  border: 0px solid transparent;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-nav{padding-top: 30px;}


.nav > li > a {
  position: relative;
  display: block;
	color: white!important;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
 background: url(../dados/layout/itemImg.png) no-repeat left;	
  text-decoration: none;
	background-position:-3px 10px;
  background-color: #eee;
}


.active2{
 background: url(../dados/layout/itemImg.png) no-repeat left;	
 background-position:-3px 10px;
}




/*==SLIDER==*/

.flex-direction-nav .flex-prev {margin-top:0px;}
.flex-direction-nav .flex-next { margin-top:0px;}


.flexslider .slides > li { 
  background-position: center;
  height:77vh !important;
  width: 100%;
  display: none; 
  background-size: cover !important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
	/*
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */	
  z-index:2 !important;
}


.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
    height:auto;
	padding-top:0px;
}

ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0!important; 
  padding: 0!important; 
  width: 100%; 
  height: 77vh !important; 
  border: 0px; 
  overflow: hidden;
}

/*
html, 
body {
  height: 100%;
  min-height: 100%;
}*/

/*==SLIDER==*/






.navbar-toggle{
	background-color: transparent!important;
	border:0!important;
	margin: 0 10px 0 0;
    }
	.icon-bar{
	width: 35px!important;
	margin-top: 5px!important;
	height: 5px!important;
	background-color: #4dc04a!important;
	}




@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


