/* 
  style.css contains a reset, font normalization and some base styles.
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */

body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }


/* normalize monospace sizing */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 


/* 
 * minimal base styles 
 */

body, select, input, textarea { color:#333; } 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #1f7e35; color:#fff; text-shadow: none; }
::selection { background:#1f7e35; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #1f7e35; } 

html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
 .ie7 img { -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

 /* Primary Styles
    Author: Will Wright
    Author URL: http://www.nautillus.biz/
 */
 
body {border-top: solid 8px #1f7e35; background: #bbb;}
#container {width: 960px; margin-left: auto; margin-right: auto; margin-top: 20px; border: solid 1px #999; border-bottom-width: 0px; background-color: #f9f9f9;}
h1, h2, h3, h4, h5, h6 {font-family: 'Lato', sans-serif;}
h1 {font-weight: 300;}
h2, h3, h4, h5, h6 {font-weight: 400;}
h1 {font-size: 250%; color: #aaa; text-transform: uppercase;}
h2 {font-size: 200%; color: #222; text-transform: uppercase;}
h3 {font-size: 150%; text-transform: uppercase;}
h4 {font-size: 120%; text-transform: uppercase;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}
a, a:active, a:visited {color: #444; text-decoration: none;}
h5 a:hover, h6 a:hover {color: #111; text-decoration: none;}
.title {text-transform: uppercase; color: #aaa; margin-bottom: 5px;}
p {margin-bottom: 10px;}

/* Header */
header {background-color: #f9f9f9;}
#branding , #masthead {min-height: 60px; background-color: #f9f9f9;}
#branding {background-image: url(../images/gray-square.png); background-position: left center; background-repeat: no-repeat; width: 430px; float: left; height: 110px; padding: 50px 20px 20px 50px;}
#masthead {float: right; width: 420px; height: 110px; padding: 50px 20px 20px 20px;}



/* Navigation */

#navbar {height: 32px; width: 940px; padding-right: 10px; padding-left: 10px; background-color: #f9f9f9; clear: both;}
    #nav {list-style: none; margin-left: 0px; float: right;}
    #nav li {text-align: center; padding-top: 9px; height: 20px; width: 110px; position: relative; float: left;}
    #nav li.current, #nav li:hover {border-bottom: 3px solid #1f7e35;}
    #nav a {text-decoration: none; color: #444; text-align: center; text-transform: uppercase; display: block;}
    #nav a:hover {color: #1f7e35;}

/* Dropdown */
#nav ul{list-style:none; position:absolute; visibility: hidden; top: 32px; margin-left: 0px; z-index: 100 !important;}
#nav ul li {padding-top: 4px; height: 20px; background: #f9f9f9; float:none; opacity: 0.7; }
#nav ul a {white-space:nowrap;}
#nav li:hover ul {visibility: visible;}
#nav li:hover ul a {text-decoration:none;}
#nav li:hover ul li a:hover {background:#f9f9f9;}
#nav li ul li {border-bottom: 3px solid #f9f9f9;}
#nav li ul li:hover {border-bottom: 3px solid #1f7e35; opacity: 0.9;}

/* Slider */

.theme-light.slider-wrapper {background: #f9f9f9 !important; padding-top: 0px !important; z-index: 1 !important; overflow: hidden !important;}

	/* Main */

	.banner {width: 940px; height: 462px; padding-left: 10px; padding-right: 10px; overflow: hidden;}
	#boxes {
		width: 920px; margin-top: 10px;
	}

	.box {
		border: solid 1px #ddd;
		background-color: #fff;
		float: left;
		padding: 10px;
		margin-left: 7px;
		margin-bottom: 5px;
		word-wrap: normal;
		max-width: 200px;
		min-height: 180px;
	} /* Classe criada em 08/04/2020 para unificar boxes */

	.box-tres-colunas {
		border: solid 1px #ddd;
		background-color: #fff;
		float: left;
		padding: 10px;
		margin-left: 7px;
		margin-bottom: 5px;
		word-wrap: normal;
		max-width: 275px;
		min-height: 180px;
	} /* Classe criada em 19/04/2020 para unificar boxes */


	.filter-button {
		font-size: 18px;
		border: 1px solid #1f7e35;
		border-radius: 5px;
		text-align: center;
		color: #1f7e35;
		margin-bottom: 10px;
	}
	
	.filter-button:hover {
		font-size: 18px;
		border: 1px solid #1f7e35;
		border-radius: 5px;
		text-align: center;
		color: #ffffff;
		background-color: #1f7e35;
	}
	
	.active {
		background-color: #1f7e35;
		color: white;
	}


    .box1 {border: solid 1px #ddd; background-color: #fff; float: left; padding: 10px;}
    .box2, .box3, .box4, .box5 {border: solid 1px #ddd; background-color: #fff; padding: 10px; float: left; margin-left: 10px;}

    #box-destaque, #box-estrutura, #box-localizacao {width: 278px; height: 202px; text-align: center;}
    #box-destaque h6, #box-estrutura h6, #box-localizacao h6 {text-align: center; color: #333;}

	#content {background-color: #f9f9f9; padding: 20px; min-height: 200px; z-index: 90 !important;}
	#sidebar {width: 40%; float: right; text-align: left; background-color: #555; border: 1px solid #999; padding: 10px; color: #ffffff;}

/* RSS Box */
.rss-items {
  list-style: none;
  margin-left: 0px;
}
.rss-item {
  margin-bottom: 5px;
}
a.rss-item {
  text-decoration: underline;
  font-weight: bold;
}

a.rss-item:hover {
  color: #1f7e35;
}
			
/* Contact Form */
/* #form {min-height: 385px; height: 385px; padding-bottom: 20px; width: 640px; padding-left: 20px; padding-top: 70px; background-color: white; position: relative; float: left; display: inline;} */
#form {float: left;}
#form span {font-size: 110%;}
.label { color: #555; padding-bottom: 0.5em;}
.field { margin-left: 0px; margin-bottom: 12px; color: #555; font-size: 90%; background: #f1f1f1; border:1px solid #d1d3d4; padding: 3px;}
.button { padding: 3px; z-index: 150; color: #555; width: 60px;}
textarea { padding: 3px; margin-top: 8px;}
input[type="submit"] { min-height: 38px; margin-left: -1px; border-style: none; border-width: 0px; color: white; background-color: #1f7e35; width: 140px; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 400; }
input[type="submit"]:hover {color: white; background-color: #bbbbbb;}

/* Footer */
footer {background: #ddd; border-top: 2px solid #1f7e35; height: 115px; width: 100%; padding-top: 6px; padding-bottom: 15px; clear: both;}
#footer-content {width: 960px; margin-left: auto; margin-right: auto; padding-top: 10px;}
#contato-footer {color: #444; font-weight: bold; text-transform: uppercase; text-align: center; width: 960px;}
    #contato-footer a {color: #444; text-decoration: none;}
    #contato-footer a:hover {color: #1f7e35;}
    p#telefones {float: left; text-align: left; padding-left: 90px;}
    p#endereco {text-align: right; padding-right: 90px;}
    p#copyright {clear: both; padding-top: 15px; font-size: 80%;}
#iso9001 {right: 10px; position: absolute;}
#sign {top: 30px; padding-right: 2px; float: right; clear: both; position: relative;}	
#social {padding-left: 10px; height: 54px; position: absolute;}
	#social a { position: relative; display: inline;}
	#social a:hover {opacity: 0.7;}
	
	

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}

