/*
#027F44;//#FADA4b//#535353
#27326a;
#333333;
#000;
*/
/* 075c9f */
html,
body {
	/*
	height: 100% !important;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	*/
	color: #01522c;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	
	/*position: relative;*/
	margin: 0;
	padding: 0;
	background:#027F44;	
}




a {
  color: #01522c;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

a:hover,
a:focus {
  color: #02b05e;
  text-decoration: none;
}

.affix {
	top: 0;
	width: 100%;
	z-index:3 !important;
}
/* .affix .navbar-brand img {*/
/*   height: 65px; */
/*  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);*/
/*    transition:         all 600ms cubic-bezier(0.19, 1, 0.22, 1); */
/*} */
.affix + .container-fluid {
  padding-top: 10px;
}


/** google translate
***********************************************************************/
#google_translate_element,.goog-te-banner-frame,.goog-te-balloon-frame,#goog-gt-tt,.goog-te-balloon-frame,.goog-tooltip,.goog-tooltip:hover{display:none!important;}html,body{top:0!important;}font{background:transparent!important;color:inherit!important;font:inherit!important;}font:hover,.goog-text-highlight:hover,.goog-text-highlight{-webkit-box-shadow:inherit!important;-moz-box-shadow:inherit!important;box-shadow:inherit!important;box-sizing:inherit!important;-webkit-box-sizing:inherit!important;-moz-box-sizing:inherit!important;}

/** Bandeiras tradução
***********************************************************************/
.bandeiras li {
	display: inline-block;
	margin: 0 0px 0px 0;
}


/* Diversos 
*****************************************************/
.faixa_sup{min-height:30px;color:#fff;background:#027F44;font-size:13px;padding-top:6px;}

.conteudo{margin:0;padding:0;background: rgba(255,255,255, 0.99);}
.bg{
	background: rgba(247,187,36, 0.5);
	/*background-color:#027F44;*/
}
.center {margin-left:auto;margin-right:auto;}
.clear {clear:both;}
.img100 {max-width:100%;}

.mostra {display:;}
.oculta {display:none;}

.risco {
  border-bottom: 1px solid #027F44;
  width:100%;
  font-size:15px;
}

.legenda {
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  right: 0;
  top:40%;
  z-index: 10;
  /*padding-bottom:2px;*/
  color: #fff;
  text-align:center;
  font-size: 35px;
  text-shadow: 4px 4px 10px #000;
  /*min-height:60px;*/
}

.w100 {width:100%;min-width: 100%;}
.h100 {height:100%;min-height:100%;width:100%;}

.mtop10{margin-top:10px;}
.mtop50{margin-top:50px;}
.mtop100{margin-top:100px;}

.ptop50{padding-top:50px;}
.ptop100{padding-top:100px;}

u {
    text-decoration: none;
    border-bottom: 1px solid #027F44;
	width:100%;
}

table {
    border-collapse: collapse;
	width:100%;
	/*max-width:800px;*/
}

table, th, td {
    border: 1px solid #027F44;
	padding:3px;
}

.coronavirus{
	margin:30px 0px;
	padding:10px;
	background-color:red;
	color:#fff;
	font-size:18px;
	border-radius:8px;
}

.coronavirus .tit{
	font-size:28px;
} 
.coronavirus a{
	color:#fff;
}

.coronavirus a:hover{
	color:#fff;
}



.p_destaque{
	font-size: 90px;
	font-family: 'Livvic', sans-serif;
	color: #027F44;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	font-style: italic;
	}

.destaque{
	font-size: 40px;
	font-family: 'Livvic', sans-serif;
	color: #027F44;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	font-style: italic;
	}

.topico{
	font-size: 22px;
	font-family: 'Livvic', sans-serif;
	color: #027F44;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	}

.titulo_blog {
	font-size: 20px;
	color: #027F44;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	}
.titulo_blog a{
	font-size: 20px;
	color: #027F44;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	}

.texto_blog_chamada{
	font-size: 12px;
	color: #027F44;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	}
.texto_blog_chamada a{
	font-size: 12px;
	color: #027F44;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	}

.texto_blog{
	color: #027F44;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	}

.alinha-vertical {
  border: 1px solid red;
  height: 300px;
  width: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/*
https://csshexagon.com/
*/

/*--------------------------- 
 circulos 
-----------------------------*/

.circulo {
    background: #333;
    color: #fff;
    border-radius: 50%;
    font-size: 2em;
    
    display: -webkit-flex;
     display: -ms-flexbox;
            display: flex;

    -webkit-align-items: center;
      -webkit-box-align: center;
	     -ms-flex-align: center;
	        align-items: center;
    
  justify-content: center;
}

.tam-50 {
    background: #027F44;
    height: 50px;
    width: 50px;
}

.tam-100 {
    background: #027F44;
    height: 100px;
    width: 100px;
}

.tam-150 {
    background: #027F44;
    height: 150px;
    width: 150px;
}

.tam-200 {
    background: #027F44;
    height: 200px;
    width: 200px;
}



/*--------------------------- 
Preloader 
-----------------------------*/
#preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

#preloader .preloader-img{
    display: block;
    width:100px;
    height:100px;
    position: absolute;
    top:50%;
    left:50%;
    margin:-50px 0 0 -50px;
    background: url('img_site/preloader.gif') no-repeat;
	background-size: 100px 100px;
        
}

/* IMG HOVER
************************************************/
.img-hover {
  position: relative;
  overflow: hidden;
}

.img-hover img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

.img-hover:hover img {
  -moz-transform: scale(1.1 rotateZ(2.5deg));
  -o-transform: scale(1.1) rotateZ(2.5deg);
  -ms-transform: scale(1.1) rotateZ(2.5deg);
  -webkit-transform: scale(1.1) rotateZ(2.5deg);
  transform: scale(1.1) rotateZ(2.5deg);
  opacity: 0.8;
}

.img-hover:hover .item-img-overlay span {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img_site/plus.png) no-repeat center center rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}


/*--------------------------- 
Flexslider 
-----------------------------*/
/*
.texto_slide{
	position: absolute;
	font-family: 'Livvic', sans-serif;
	width:100%;
	top:40%;
	color:#fff;
	margin-top:0px;
	z-index: 1000;
	text-shadow: 2px 2px 2px rgba(0,00,0,.9);
	line-height:24px;
}

.texto_slide h1{
	font-weight: 400;
	font-size: 55px;	
}

.texto_slide p{
	font-weight:400;
	font-size: 25px;
	color: #fff;
	line-height:30px;
}


.flexslider .slides > li { 
  background-position: center;
  height:100%;
  height: 450px;
  max-height:100%;
  width: 100%;
  display: none; 
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
    height: 100%;
}

ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0; 
  padding: 0; 
  width: 100%; 
  height: 100%; 
  border: 0px; 
  overflow: hidden;
}
*/



/*******************************************************/

.slider-reg {
  width: 100%;
  /*min-height:500px;*/
}

.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  /*background: rgba(255,255,255,.3);*/
  color: #027F44;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 18px;
  line-height: 18px;
  text-align:center;
}

@media (max-width: 767px) {
  .slider-reg.transparent-header-slider {
    margin-top: 5px;
  }
}
.main-flex-slider {
  position: relative;
  /*min-height:500px;*/
}

.main-flex-slider .flex-control-nav {
  bottom: 10px;
  margin: 0;
  height: 14px;
  z-index: 10;
}

.main-flex-slider .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.7) !important;
  width: 26px;
  height: 8px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.main-flex-slider .flex-control-paging li a.flex-active {
  background-color: #027F44 !important;
}

.slider-overlay {
  background: rgba(0, 0, 0, 0.2);
  /*
  background-image: url("../img_site/pattern.png");
  background-repeat: repeat;
  */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider-text {
  margin-left:auto;margin-right:auto;
  max-width:700px;
  /*background: rgba(255, 255, 255, 0.5);*/
  /*
  background: rgba(214,223,96, 0.2);
  border: 10px solid rgba(0, 0, 0, 0.3);
  */
  border-radius:15px;
  text-align: center;
  margin-top: 30px;
}

.slider-text h1 {
  font-size: 3.75em;
  color: #FFF;
  padding: 5px 10px 0px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

.slider-text p {
  /*font-family: "Great Vibes", cursive;*/
  color: #fff;
  font-size:60px;
  margin-bottom: 50px;
  font-weight: 400;
  text-shadow: 2px 2px 0px rgba(0,0,0, 1);
}

.slider-text p a {
  font-style: normal;
}

@media (min-width: 1200px) {
  .slider-text {
    margin-top: 230px;
  }
}
@media (max-width: 1199px) {
  .boxed-wrapper .navbar-default {
    left: 0;
    width: 100%;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .slider-text {
    margin-top:230px;
  }
}
@media (max-width: 768px) {
  .slider-text {
    margin-top: 50px;
  }

  .slider-text h1 {
    font-size: 2em;
  }
}
@media (max-width: 667px) {
  .slider-text {
    margin-top: 30px;
  }

  .slider-text h1 {
    font-size: 2em;
  }
}
@media (max-width: 533px) {
  .slider-text p a {
    /*display: none;*/
  }
}
@media (max-width: 414px) {
  .slider-text p {
   /*display: none;*/
   font-size:30px;
  }

  .slider-text h1 {
    font-size: 1.5em;
    margin-top: 45px;
  }
}
@media (max-width: 384px) {
  .slider-text h1 {
    font-size: 1.5em;
    margin-top: 45px;
  }
}



.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.9);
  background: #027F44;
  cursor: default;
}


/*--------------------------- 
Scroll-button 
-----------------------------*/
.scroll-button{
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-35px;
	color:#027F44 !important;
	padding:20px;
	font-size:48px;
	-webkit-animation: moving 2s ease-out infinite;
	animation: moving 2s ease-out infinite;
	z-index: 1000;
}

@-webkit-keyframes moving {
    0% 		{ bottom: 30px; }
    30% 	{ bottom: 10px; }
    60% 	{ bottom: 30px; }
}

@keyframes moving {
    0% 		{ bottom: 30px; }
    30% 	{ bottom: 10px; }
    60% 	{ bottom: 30px; }
}

/* Social icons 
/*********************************************************************************/
a.social								{ 
	display:inline-block; 
	width:45px; height:45px; 
	line-height:45px; 
	font-size:22px; 
	text-align:center; 
	background:rgba(0,0,0,0.3); 
	color:#fff; 
	margin-top:0px; 
	text-decoration:none;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}

a.social.default:hover					{ background:#37353A!important; color:#fff!important; }
a.social.fa-twitter:hover				{ background:#41b7d8!important; color:#fff!important; }
a.social.fa-facebook:hover 				{ background:#3b5997!important; color:#fff!important; }
a.social.fa-google-plus:hover 			{ background:#d64937!important; color:#fff!important; }
a.social.fa-linkedin:hover 				{ background:#0073b2!important; color:#fff!important; }
a.social.fa-vimeo-square:hover 			{ background:#388fc5!important; color:#fff!important; }
a.social.fa-youtube-square:hover 		{ background:#A40F09!important; color:#fff!important; }
a.social.fa-flickr:hover 				{ background:#ff0084!important; color:#fff!important; }
a.social.fa-pinterest:hover 			{ background:#cb2027!important; color:#fff!important; }
a.social.fa-skype:hover 				{ background:#00aff0!important; color:#fff!important; }
a.social.fa-rss:hover					{ background:#e0812a!important; color:#fff!important; }
a.social.fa-instagram:hover				{ background:#3d739c!important; color:#fff!important; }
a.social.fa-whatsapp:hover				{ background:#6bd700!important; color:#fff!important; }
a.social.fa-phone:hover					{ background:#ff9d3c!important; color:#fff!important; }
a.social.fa-envelope-o:hover			{ background:#ff8000!important; color:#fff!important; }
a.social.fa-tripadvisor:hover			{ background:#599144!important; color:#fff!important; }

a.social.rounded 						{ width:45px; height:45px; line-height:45px; }


/** faixa_titulo
**************************************************************** **/

.faixa_titulo {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('xxximg_site/faixa_sup.jpg');
  margin-bottom:40px;
}

.faixa_rgb {
  padding:5px 0;
  background: rgba(2,127,68, 0.5);
  /*background:#027F44;*/
  background-repeat: repeat;
  width:auto;
  height:auto;
  border-bottom:1px solid #027F44;; 
}

.faixa_titulo h4 {
  margin: 0px;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  letter-spacing:-1px;
  /*text-transform: uppercase;*/
  /*font-family: "Cabin", sans-serif;*/
  text-shadow: 1px 1px 0px rgba(0,0,0, 1);
  text-align:right;
  font-style: italic;
}



/** Image hover effect
**************************************************************** **/

.item-img-wrap {
  margin-bottom:25px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img_site/plus.png) no-repeat center center rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.item-img-wrap:hover img {
  -moz-transform: scale(1.1 rotateZ(2.5deg));
  -o-transform: scale(1.1) rotateZ(2.5deg);
  -ms-transform: scale(1.1) rotateZ(2.5deg);
  -webkit-transform: scale(1.1) rotateZ(2.5deg);
  transform: scale(1.1) rotateZ(2.5deg);
}

.item-img-wrap:hover .item-img-overlay span {
  opacity: 0.5;
}


.btn_reservas{width:250px;font-size:18px;}

/*#027F44;//#FADA4b
**********************************************************************************/

.btn-site {
	color:#fff;
	background-color: #027F44;
	border-color: #027F44;
}
.btn-site a {
	color: #fff;
	background-color: #027F44;
}
.btn-site:focus,
.btn-site.focus {
	color: #fff;
	background-color: #FADA4b;
	border-color: #FADA4b;
}
.btn-site:hover {
	color: #000;
	background-color: #FADA4b;
	border-color: #027F44;
}
.btn-site:active,
.btn-site.active,
.open > .dropdown-toggle.btn-site {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-site:active:hover,
.btn-site.active:hover,
.open > .dropdown-toggle.btn-site:hover,
.btn-site:active:focus,
.btn-site.active:focus,
.open > .dropdown-toggle.btn-site:focus,
.btn-site:active.focus,
.btn-site.active.focus,
.open > .dropdown-toggle.btn-site.focus {
	color: #fff;
	background-color: #FADA4b;
	border-color: #FADA4b;
}

.btn-site:active,
.btn-site.active,
.open > .dropdown-toggle.btn-site {
	background-image: none;
}
.btn-site.disabled:hover,
.btn-site[disabled]:hover,
fieldset[disabled] .btn-site:hover,
.btn-site.disabled:focus,
.btn-site[disabled]:focus,
fieldset[disabled] .btn-site:focus,
.btn-site.disabled.focus,
.btn-site[disabled].focus,
fieldset[disabled] .btn-site.focus {
	background-color: #fff;
	border-color: #ccc;
}





.btn-destaque {
	color:#fff;
	background-color: #027F44;
	border-color: #027F44;
}
.btn-destaque a {
	color: #fff;
	background-color: #027F44;
}
.btn-destaque:focus,
.btn-destaque.focus {
	color: #fff;
	background-color: #FADA4b;
	border-color: #FADA4b;
}
.btn-destaque:hover {
	color: #000;
	background-color: #FADA4b;
	border-color: #027F44;
}
.btn-destaque:active,
.btn-destaque.active,
.open > .dropdown-toggle.btn-destaque {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-destaque:active:hover,
.btn-destaque.active:hover,
.open > .dropdown-toggle.btn-destaque:hover,
.btn-destaque:active:focus,
.btn-destaque.active:focus,
.open > .dropdown-toggle.btn-destaque:focus,
.btn-destaque:active.focus,
.btn-destaque.active.focus,
.open > .dropdown-toggle.btn-destaque.focus {
	color: #fff;
	background-color: #FADA4b;
	border-color: #FADA4b;
}

.btn-destaque:active,
.btn-destaque.active,
.open > .dropdown-toggle.btn-destaque {
	background-image: none;
}
.btn-destaque.disabled:hover,
.btn-destaque[disabled]:hover,
fieldset[disabled] .btn-destaque:hover,
.btn-destaque.disabled:focus,
.btn-destaque[disabled]:focus,
fieldset[disabled] .btn-destaque:focus,
.btn-destaque.disabled.focus,
.btn-destaque[disabled].focus,
fieldset[disabled] .btn-destaque.focus {
	background-color: #fff;
	border-color: #ccc;
}


/** ToTop
**************************************************************** **/
	#toTop {
	background-color: #027F44;
	border-radius: 4px 4px 0 0;
	border:1px solid #027F44; 
	color: #FFF;
	position: fixed;
	height: 35px; width: 48px;
	right: 6px; bottom: 0;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	padding-top: 7px;
	text-decoration:none;
	display:none;
	z-index: 1000;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
	}
	#toTop:before {
		font-family: "fontawesome";
		content: "\f077";
		color:#ffffff;
	}


/**********************************************************************************************************************/

/* MENU
*****************************************************/

/****navigation***/
.navbar-default {
  z-index:1200;
  font-family: 'Cabin Condensed', sans-serif;
  background: rgba(255, 255, 255, 0.99);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
 
  border-top:0px solid #027F44;
  border-bottom:2px solid #027F44;

  padding:2px;
  height:100px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding:0px;
  margin:0px;
}

.navbar-default .navbar-nav > li > a {

  padding:65px 0px 0px 30px;

  color: #027F44;
  /*font-weight:bold;*/
  /*text-transform: uppercase;*/
  font-size: 18px;
  /*font-family: 'Oswald', sans-serif;*/
  /*text-shadow: 2px 1px 15px rgba(255, 255, 255, 1)*/
  
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
 
  }

.navbar-default .navbar-nav > li > a:hover {
  color:#64A764; 
  border-bottom:0px solid red;
  }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color:#64A764;
  border-bottom:0px solid red;
  }

.navbar-default .navbar-brand {
  color: #027F44;
  font-size: 30px; 
  background-image: url('img_site/logo.png');
  background-color:transparent; 
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  width:270px;
  height:90px;/*igual ao height do navbar*/
  /*border-radius:10px;*/
  border-left:10px solid transparent;/*empurra o logo mas pra direita*/
  border-top:3px solid transparent;/*empurra o logo mas pra baixo*/
  border-bottom:3px solid transparent;/*empurra o logo mas pra baixo*/
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
 
  }

.navbar-default .navbar-brand:hover {
  color: #027F44; 
  }


/*.dropdown-menu-right {margin-right:0px;background-color:red;}/*gambi ´ra simular alinhamento a direita do dropdown*/


/*.dropdown-menu {padding:0px;margin:-60px; background-color: #FFFFFF;}*/

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #027F44;}

.dropdown-menu>li>a { 
	color: #000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
	color: #000;
}
.navbar .navbar-nav>.dropdown>a .caret { border-top-color: #000;}
.navbar .navbar-nav>.dropdown>a:hover .caret { border-top-color: #027F44;}
.navbar .navbar-nav>.dropdown>a .caret { border-bottom-color: #000;}
.navbar .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #FFFFFF;}



/**on scroll change navigation style
*******************************************************************************************************************/
.navbar-default.shrink {
	 z-index:1200;
  background: rgba(255, 255, 255, 0.99);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);

  border-top:0px solid #027F44;
  border-bottom:2px solid #027F44;

  padding:2px;
  height:85px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-default.shrink .navbar-nav > li > a {
  padding:55px 0px 0px 30px;
  /*/color: #000;*/
  /*font-weight:normal;*/
  /*padding-top:58px;*/
  /*font-family: 'Oswald', sans-serif;

 
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  */
  }

.shrink.navbar-default .navbar-nav > .active > a, .shrink.navbar-default .navbar-nav > .active > a:focus, .shrink.navbar-default .navbar-nav > .active > a:hover {
  color:#64A764;
  background-color: transparent; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color:#64A764;
  background-color: transparent; }

.navbar-default.shrink .navbar-brand {
  color: #000;
  font-size: 30px;
  background-image: url('img_site/logo.png');
  background-color:transparent; 
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  width:240px;
  height:80px;/*igual ao height do navbar*/
  /*border-radius:10px;*/
  border-left:10px solid transparent;/*empurra o logo mas pra direita*/
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  }

.navbar-default.shrink .navbar-brand:hover {
  color:#64A764;
  }
 .navbar-default.shrink .navbar-nav > li > a:hover {
  color:#64A764;
  }

.navbar-default.shrink .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color:#64A764;
  background-color: transparent;
}




/* cor do icone menu responsivo */
.navbar-toggle {
	margin-top:50px;
	height:30px;
	border-color: #027F44;
	background-color:transparent;
	padding:3px;
}

.navbar-toggle .icon-bar a {
	border-color: #027F44;
	background-color:transparent;
}
.navbar-toggle .icon-bar:hover,
.navbar-toggle .icon-bar:focus {
	border-color: #027F44;
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	background-color: transparent;
}

/*
.navbar-right  {
	margin-top:45px;
	background-color: transparent;
}
*/

/*******************************************************************************************************************************/


/*----------------------- 
GMap Styles -------------------------*/

#map{
	display: block;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

#map .infowin{
    padding:10px 20px;
}

#map .infowin p{
    margin-bottom:10px;
    font-family:Raleway, Arial, sans-serif;
    font-size:16px;
    line-height:24px;
}

#map .infowin a{
    color:#027F44;
}

#map .infowin a:hover{
    text-decoration:underline;
}


footer {
	width: 100%;
	border-top:3px solid #027F44;
	border-bottom:0px solid red;
	font-size:16px;
	background:#027F44;
	color:#fff;
	padding:5px 0px 20px 0px;
}

footer h3 {
	font-size: 20px;
	color:#027F44;
	margin:0px;padding:0px;
	}

footer hr {
	background:#027F44;
	height:1px;
	margin:5px 0px 5px 0px;
	}

footer ul {
        /*float: right;*/
		list-style-type: none;
        margin: 0;
        padding:0;
    }

footer li {
        /*display: inline;*/
		
        padding:3px 0 3px 0;
        border-bottom: solid 1px #e6e6e6;
    }

footer a {
	color:#fff;
}

footer a:visited {
	color:#fff;
}

footer a:hover {
	color:#fff;
}



/* Responsivo
*********************************************************/

/* tablet deitado e desktops */

@media (min-width:0px) and (max-width: 780px) {
	.faixa_sup{display: none !important;}

@media (min-width:0px) and (max-width: 979px) {

	

	.navbar-default .navbar-nav > li > a {
		padding:10px;
		background-color: rgba(255, 255, 255, 0.9) !important;
		background-color: #fff;
		border-bottom:1px solid #027F44;
	}

	.navbar-default.shrink .navbar-nav > li > a {
		padding:10px;
	}

	footer{
		font-size:11px;
	}

	.legenda {
	  font-size: 9px;
	  text-shadow: 4px 4px 10px #000;
	}

}/*/mediaquery*/


/* collapse em 1200 */
@media (min-width:0px) and (max-width: 979px) {	
	
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-header .collapse, .navbar-toggle {
		display:block !important;
	}
	.navbar-header {
		float:none;
	}	
}/*/mediaquery*/