/* Global */

body {
	font-family: 'Open Sans', Sans-Serif;
	font-weight: 400;
	font-size: 1em;
	/*color: #626262; /*cinzento escuro*/
	color: black; /*preto*/
	/*color: rgba(27,54,81,0.8); /*azulado*/
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #3764AF;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
a:visited {
	color: #3764AF;
	text-decoration: none;
}





/* Navigation */

.menu {
	position:fixed;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	vertical-align: middle;
	z-index:100;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: right;
	
	margin: 10px 0 0 0;
}
.navigation
{
	float: right;
	list-style: none;
	vertical-align:middle;
}
.navigation li{
	float: left;
	
	padding:0 0 0 25px;
}
.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color: #3764AF;
	font-weight:bold;
}

.macro
{
    list-style-type:square;
}



/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:110px 0;
}
.slide h1 {
	font-size: 3em;
	letter-spacing: -3px;
	line-height: 0px;
	font-weight: 700;
}

.slide h2 
{
    font-size: 2em;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

.slide h3 
{
    font-size: 1.5em;
	font-weight: 400;
}


/* Slide 1 */ 
#slide1
{
	background-color:#ffffff;
}

   

/* Slide 2 */ 
#slide2{
	/*background-color:#2196F3;*/
/*background-image: url('images/annika-treial-e4WUwbcur7Y-unsplash.jpg');*/
	color:#ffffff; /*font color*/
}


/* Slide 3 */ 
#slide3{
	background-color:#ffffff;
}


/* Slide 4 */
#slide4{
	/*background-color:#2196F3;*/
	/*background-color:#637253;*/
	/*background-color:#B0A572;*/
	background-color:#A6B5BC;
	color:#ffffff; /*font color*/
}


/* Slide 5 */
#slide5{
	background-color:#ffffff;
}

/* Slide 6 */
#slide6{
	/*background-color:#2196F3;*/
	/*background-color:#637253;*/
	/*background-color:#B0A572;*/
	background-color:#A6B5BC;
	color:#ffffff; /*font color*/
}



/* Slide 6 

#slide6{
	background-color:#8a8683;
	color:#ffffff;
}
#slide6 h1 {
	font-size: 3em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide6 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
*/


/* Slide 7 */
#slide7{
	background-color:#ffffff;
}

.lb-album2
{
    list-style: none;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	margin: 50 auto;
}
.lb-album2 li
{
    display: inline-block;
	margin: 20px 10px 10px 10px;
    vertical-align: top;
	height: 150px;
}
.lb-album2 li > a,
.lb-album2 li > a img{
	display: block;
	
}
.lb-album2 li > a{
	width: 150px;
	height: 150px;
	padding: 1px;
	position: relative;
	background: #8a8683;
}
.lb-album2 li > a span{
	width: 100%;
	text-align: center;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album2 li > a:hover span{
	opacity: 1;

	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.lb-album
{
    list-style: none;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	margin: 50 auto;
}
.lb-album li
{
    display: inline-block;
	margin: 20px 10px 10px 10px;
    vertical-align: top;
	height: 250px;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
	
}
.lb-album li > a{
	width: 250px;
	height: 250px;
	position: relative;
	padding: px;
	background: #f1d2c2;
}
.lb-album li > a span{
	width: 100%;
	text-align: center;
	color: rgba(27,54,81,0.8);
	font-size: auto;
	padding-top:150px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 100%;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 90px;
	padding: 0px 0px 30px 0px;
	z-index: 99;
	text-align: center;
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%, rgba(241,210,194,0.087) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.76)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%,rgba(241,210,194,0.6) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.76) 0%,rgba(241,210,194,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	width:80%;
	height: auto;
	margin: 40px auto 0px auto;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	height: auto;
	margin: 5px auto 5px auto;
}

.lb-overlay div p{
	text-align: left;
}

.lb-overlay div h3{
	font-size: 36px;
	text-align: left;
	
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
}
.lb-overlay div h3 span{
	display: block;

	border-bottom: 1px solid rgba(27,54,81,0.4);
}

.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.4);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 100%;
	text-align: center;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}


.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 85%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-overlay a img
{
    max-height: 100%;
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../images/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 30px 100px 15% 100px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.lb-overlay2{
	width: 0px;
	height: 100%;
	position: fixed;
	overflow: hidden;
	left: 0px;
	color: #8a8683;
	top: 130px;
	padding: 0px 0px 30px 0px;
	z-index: 99;
	text-align: left;
	background: #ccc;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay2 div p
{
    font-size: 1em;
}
.imagePub
{
    margin-top: 20px;
}
.lb-overlay2 a.lb-close{
	background: rgba(27,54,81,0.2);
	z-index: 1001;
	position: fixed;
	top: 130px;
	left: 100%;
	text-align: center;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-left: -82px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}



.lb-overlay2:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.lb-overlay2:target {
	width: auto;
	height: auto;
	overflow: auto;
	bottom: 40px;
	right: 40px;
	left: 40px;
	padding: 30px 100px 15% 100px;
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}








/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:20%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

#content {
	text-align:center;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 65%;
}
.lb-overlay
{
    top:150px;
}


.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 10px 50px 15% 50px;
}

.lb-overlay > div{
	width:100%;
}

.lb-overlay2 
{
    top:190px;
}

.lb-overlay2 a.lb-close
{
    top:190px;
}

.lb-overlay2:target 
{
    padding: 10px 50px 15% 50px;
}
    

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	
}

body 
{
    font-size: 0.7em;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

.lb-overlay2:target 
{
    padding: 10px 5px 15% 5px;
}



#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


}




