@import url(//fonts.googleapis.com/css?family=Montserrat+Alternates:400,700); */

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	padding: 0px;
	margin: 0px;
	background: #FFF;
}
* {
	font-family: "Montserrat Alternates", sans-serif;
	letter-spacing: 0.2px;
	font-size: 13px;
	color: #000;
}
a {
	color: #666;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #F2B43D;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #333 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=submit], input[type=reset], input[type=button], button {
	border: #333 1px solid;
	background: #559AC3;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	transition: all 700ms;
	outline: none;
	padding: 4px 12px 4px 12px;
	border-radius: 5px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #F2B43D;
}
input[type=text], input[type=password], input[type=search], textarea {
	border: #333 1px solid;
	font-weight: normal;
	border-radius: 5px;
	padding: 4px;
	outline: none;
}
header {
	border-bottom: #FFF 1px solid;
	position: fixed;
	z-index: 99988;
	top: 0px;
	width: 100%;
	background: rgba(5, 11, 20, 0.5);
}
header.fixed {
	background: #0B2535;
	border: none;
}
header div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}
header ul {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0px;
	float: right;
}
header ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 4px 0;
	margin: 0 0 0 40px;
	cursor: pointer;
	cursor: hand;
}
header li ul {
	position: absolute;
	background: rgba(5, 11, 20, 0.5);
	margin: 4px 0 0 -178px;
	float: none;
	padding: 7px;
	border: #FFF 1px solid;
	border-radius: 7px;
	display: none;
	z-index: 9988;
}
nobr, header form {
	display: block;
	width: auto;
}
header li ul:before, header li ul:after {
	bottom: 100%;
	left: 190px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
header li ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
header li ul:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #CCC;
	border-width: 7px;
	margin-left: -7px;
}
header li ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
header ul form {
	padding: 0px;
	margin: 0px;
}
header ul li:hover >ul {
	display: block;
}
header input[type=image] {
	background: transparent;
	padding: 2px 5px 1px 5px;
	border: #000 1px solid;
	display: inline-block;
	vertical-align: top;
}
header ul input[type=text], header ul input[type=password], header ul input[type=search] {
	font-size: 14px;
	background: transparent;
	border: #FFF 1px solid;
	padding: 3px;
	color: #FFF;
	outline: none;
	border-radius: 4px;
}
header ul input[type=text], header ul input[type=password] {
	width: 80px;
}
header ul input[type=image] {
	background: transparent;
	border: #FFF 1px solid;
	border-radius: 4px;
	transition: all 0.5s;
}
header ul input[type=image]:hover {
	background: #F2B43D;
}
header li ul a {
	font-size: 11px;
	display: inline-block;
	padding-top: 5px;
	color: #FFF;
}
header ul li a:hover {
	text-decoration: none;
}
header ul li label {
	color: #FFF;
	font-weight: bold;
}
header #menu {
	display: none;
}

/* Banner gigante */
.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
    /* size of bullet elment */
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div {
	background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -35px -5px;
}
.jssorb21 .av {
	background-position: -65px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -95px -5px;
}

.jssora21l, .jssora21r {
	display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../img/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }

/* Fim do banner gigante */

nav {
	border-bottom: #CCC 1px solid;
	background: #FFF;
	z-index: 9987;
}
nav.fixed {
	position: fixed;
	top: 87px;
	width: 100%;
}
nav div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: center;
}
nav ul {
	list-style: none;
	padding: 0 0 0 4px;
	margin: 0px;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0 0 0 -4px;
}
nav ul li a, nav ul li label {
	display: inline-block;
	vertical-align: top;
	color: #666;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 25px 15px 25px 15px;
	font: 200 16px/16px "Montserrat Alternates", sans-serif;
  	letter-spacing: -0.4px;
	background: #FFF;
	transition: all 0.5s;
}
nav.fixed ul li a, nav.fixed ul li label {
	padding: 7px 15px 7px 15px;
}
nav ul li a:hover, nav ul li label:hover {
	background: #f0cc50;
	color: #000;
	text-decoration: none;
}

nav li ul {
	padding: 2px;
	margin: 2px 0 0 0;
	position: absolute;
	z-index: 9988;
	background: #FFF;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	transition: all 0.5s;
	border: #CCC 1px solid;
	text-align: left;
}
nav li ul li {
	display: block;
	padding: 0px;
	margin: 0px;
}
nav li ul li a, nav.fixed li ul li a {
	border: none;
	display: block;
	padding: 2px 15px 2px 15px;
	font-size: 14px;
}
nav li ul li a:hover {
	border: none;
	padding: 2px 15px 2px 15px;
	background: #f0cc50;
	color: #000;
}
nav li:hover > ul {
	opacity: 1;
	height: auto;
}

#folha {
	width: 980px;
	padding: 0 0 50px 0;
	margin: 0 auto 0 auto;
}
#folha.fixed {
	margin-top: 140px;
}
.ttl, .subttl {
	font: 400 56px/56px "Montserrat Alternates", sans-serif;
    letter-spacing: -2.4px; 
	color: #666;
	margin: 20px 0 30px 0;
}
.subttl {
	font-size: 28px;
	letter-spacing: -0.4px;
}
#paginas {
	text-align: center;
	padding: 50px 0 0 0;
}
#paginas * {
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	min-width: 15px;
	border: #CCC 1px solid;
	padding: 3px;
	margin: 3px;
}
#paginas span {
	background: #4FA3EC;
	color: #FFF;
}
#paginas a:hover {
	background: #f0cc50;
	color: #000;
	text-decoration: none;
}
footer {
	height: 420px;
}
#bgfooter {
	position: absolute;
	width: 100%;
	height: 420px;
	min-height: 420px;
	z-index: -1;
}
footer div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
	height: 246px;
	clear: both;
	float: none;
}
#logo_footer {
	float: right;
}
footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	max-width: 380px;
}
footer label {
	font-size: 42px;
	color: #FFF;
	display: block;
	padding: 0 0 20px 0;
}
footer form span {
	color: #FFF;
	display: block;
	padding: 10px 0 0 0;
}
footer input[type=text] {
	display: inline-block;
	vertical-align: top;
	background: transparent;
	border: #FFF 1px solid;
	border-radius: 5px;
	padding: 6px;
	outline: none;
	font-size: 12px;
	color: #FFF;
	width: 270px;
}
footer input[type=image] {
	display: inline-block;
	vertical-align: top;
	border: #FFF 1px solid;
	background: transparent;
	border-radius: 5px;
	margin: 0 0 0 4px;
	padding: 1px 7px 1px 7px;
	transition: all 0.5s;
}
footer input[type=image]:hover {
	background: #F2B43D;
}
#tel {
	border-top: #FFF 1px solid;
	text-align: center;
	padding: 10px 0 10px 0;
	height: auto;
	width: 980px;
	margin: 0 auto 0 auto;
}
#tel span {
	font-size: 38px;
	color: #FFF;
	display: block;
	text-align: center;
}
#tel label {
	color: #FFF;
	font-size: 11px;
}
#madeby {
	width: auto;
	background: rgba(5, 11, 20, 0.8);
	padding: 0px;
	margin: 0px;
	height: auto;
}
#madeby div {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: right;
	padding: 8px 0 8px 0;
	height: auto;
}

#mensagem {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 120px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #161616;
}
#mensagem div {
	padding-top: 30px;
	color: #161616;
}

.galcard {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	margin: 0 3px 30px 3px;
	width: 152px;
	height: 220px;
	text-align: center;
}
.galcard span {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	border: #666 1px solid;
	text-align: center;
	margin: 0 0 10px 0;
}
.galcard img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 150px;
}
.galcard label {
	display: block;
	width: 150px;
	padding: 10px 0 0 0;
	max-height: 47px;
	overflow: hidden;
}

/* Lightbox */
#lightbox {
	margin-top: 100px;
}
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#imgaleria span {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 6px 3px;
	border: #666 1px solid;
	width: 150px;
	height: 150px;
}
#imgaleria a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	height: 150px;
}
#imgaleria img {
	max-height: 150px;
	max-width: 150px;
	width: auto;
	height: auto;
}
.botoes {
	padding-top: 30px;
	text-align: right;
}
.botoes a {
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	border: #CCC 1px solid;
	padding: 3px 7px 3px 7px;
}
.botoes a:hover {
	background: #f0cc50;
	color: #000;
	text-decoration: none;
}

#top {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 87px;
}

/* Págine de abertura */
#ultimas {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0 0 40px 0;
}
#ultimas .subttl {
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
#ultimas article {
	background: #FFF;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 10px 5px;
	width: 230px;
	height: 320px;
	border: #ccc 1px solid;
}
#ultimas .img {
	height: 175px;
	cursor: pointer;
	cursor: hand;
}
#ultimas span {
	display: block;
	padding: 7px;
}
#ultimas span div {
	padding-top: 10px;
	text-align: right;
	width: auto;
}
#ultimas span p {
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 10px;
}
#ultimas span label {
	display: block;
	vertical-align: top;
	height: 36px;
	overflow: hidden;
}
#ultimas a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
#ultimas a:hover {
	text-decoration: none;
	color: #559AC3;
}

#galerias {
	background: #E7E8EA;
}
#galerias div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}
#galerias #esq {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0 45px 0 0;
	width: 590px;
	min-height: 100px;
	border-right: #666 1px dashed;
}
#galerias #dir {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0 0 0 45px;
	width: 250px;
}
#galerias .subttl {
	margin-top: 0px;
}
#galerias ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#galerias li {
	display: block;
	padding: 2px 0 2px 0;
}
#galerias * {
	color: #333;
}
#galerias input[type=text] {
	display: block;
	margin: 4px 0 0 0;
	width: 170px;
	background: transparent;
	border: #666 1px solid;
	color: #000;
}
#galerias input[type=password] {
	display: inline-block;
	vertical-align: bottom;
	margin: 4px 0 0 0;
	width: 170px;
	background: transparent;
	border: #666 1px solid;
	color: #000;
}
#galerias input[type=image] {
	display: inline-block;
	vertical-align: bottom;
	padding: 2px 7px 2px 7px;
	background: transparent;
	border: #666 1px solid;
	border-radius: 4px;
	transition: all 0.5s;
}
#galerias input[type=image]:hover {
	background: #F2B43D;
}
#galerias form {
	padding: 0 0 10px 0;
}

/* Slider pagina de inicio */
.jssorb05 { position: absolute;}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url(../img/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

.jssora12l, .jssora12r {
	display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(../img/a12.png) no-repeat;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }

@media only screen
and (min-device-width: 481px)
and (max-device-width: 1024px)
and (orientation:portrait) {
	header div {
		padding: 10px 25px 10px 10px
	}
	nav ul li a, nav ul li label {
		font-size: 14px;
	}
	#folha {
		padding: 0 7px 50px 7px
	}
	#folha * {
		max-width: 95%;
	}
	#galerias #esq {
		width: 480px;
		padding: 0 20px 0 7px;
	}
	#galerias #dir {
		padding: 0 0 0 20px;
		width: auto;
	}
	#galerias #slider2_container, #galerias #slide-board {
		max-width: 480px;
	}
	.jssora12r{
		left: 538px;
	}
	#ultimas article {
		width: 180px;
	}
	header div, footer, footer div, #tel, #madeby div, #folha, nav div, #galerias div, #ultimas {
		width: auto;
	}
	footer {
		height: auto;
	}
	#bgfooter {
		height: 300px;
		min-height: 300px;
	}
	footer div {
		height: 170px;
		padding: 10px 7px 0 7px;
	}
	#tel {
		padding: 5px 0 0 0;
	}
}

@media only screen
and (min-device-width : 320px) 
and (max-device-width : 480px){
	header, #top, nav, nav.fixed {
		position: relative;
		width: 100%;
		top: auto !important;
	}
	header {
		background: #03161F;
	}
	header div {
		padding: 10px;
		text-align: center;	
	}
	#logo {
		max-width: 95%;
		height: auto;
	}
	header ul {
		display: block;
		float: none;
		margin: 15px 0 0 0;
	}
	header ul img {
		height: 30px;
		width: auto;
	}
	header ul li {
		margin: 0 20px 0 20px;
	}
	header li ul {
		text-align: left;
	}
	header div, footer, footer div, #tel, #madeby div, #folha, nav div, #galerias div, #ultimas {
		width: auto;
	}
	header ul li:hover >ul { 
		margin: 0 0 0 -60px;
	}
	header li ul:before, header li ul:after {
		opacity: 0;
	}
	nav ul, nav ul li {
		padding: 0px;
		margin: 0px;
		display: block;
	}
	nav ul li a, nav li ul li a, nav.fixed li ul li a {
		display: block;
		font-size: 18px;
		padding: 7px 15px 7px 15px;
		text-align: center;
	}
	nav li ul {
		opacity: 1;
		height: auto;
		position: relative;
		border: none;
	}
	#folha {
		padding: 0 10px 50px 10px
	}
	#folha * {
		max-width: 95%;
	}
	#folha.fixed {
		margin-top: 0px;
	}
	.ttl {
		font-size: 32px;
	}
	nav ul li label, #top, #slider1_container, #galerias, footer ul {
		display: none;
	}
	#ultimas {
		text-align: center;
		margin-top: -30px;
	}
	#ultimas article {
		width: 90%;
	}
	footer div {
		text-align: center;
		height: 200px;
	}
	#logo_footer {
		float: none;
	}
	header #menu {
		display: inline-block;
	}
	nav {
		opacity: 0;
		height: 0px;
		overflow: hidden;
		transition: all 0.8s;
	}
	nav.activo {
		opacity: 1;
		height: auto;
	}
}

