body {font-family: 'Playfair Display', serif; font-size: 16px; color: #FFF; font-weight: 400; background-color: #000;}
#cols {position: absolute; bottom:0; z-index: 9999; width: 100%; padding: 0 0 20px 0; background-color: rgba(0,0,0,0.0);}
#col1 {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position:top left;
	margin-left: 5%;
	margin-top: 30px;
	padding-top: 110px;
}
#col2, #col3, #col4, #col5 {
	letter-spacing: 0.3px;
	font-style: italic;
	margin-top: 30px;
	line-height: 30px;
	font-weight: 400;
}
#col4{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size: 13px; font-style: normal; letter-spacing: 0; color: rgba(255,255,255,0.6);
}
#col2 b { color: rgba(255,255,255,0.5)
}
#txt {z-index:999; position: absolute; top: 5%; left: 5%; width: 100%; text-align: left; color: #BBB;  }
h1, h2, h3{font-size: 90px; margin: 0; padding: 0; line-height: 1em; text-shadow: 1px 1px 3px rgba(0,0,0,0.20);}
h1{font-weight: 700;}
#txt row div{margin: 0; padding: 0;}
.gold{color: #c59949;}
.bold{font-weight: 700;}
.palavras{font-weight: 400; color: #FFF;
}
a.lang{text-decoration: none; color: rgba(255,255,255,0.5); border-bottom: solid 1px rgba(255,255,255,0.1);}
a:hover.lang{text-decoration: none; color: rgba(255,255,255,1); border-bottom: solid 1px rgba(255,255,255,0.5);}
.EN{margin-top: 10px !important;}
ul{margin: 0; padding: 0;}
li{margin: 0; padding: 0; list-style: none;}
.lang-space{margin-left: 15px;}
a{	
	color: rgba(255,2555,255,1);
	cursor: pointer;
	transition: color 0.5s ease;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	padding-bottom: 1px;
}
a:hover {
	color: rgba(255,255,255,0.7);
	cursor: pointer;
	text-decoration: none;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	padding-bottom: 1px;
}
.slides-pagination {display:none; } 
.footer-text, .footer-text a {font-size: 14px; line-height: 0.5em !important; margin: 0; padding: 0; color: rgba(255,255,255,0.5)}
@media (max-width: 1250px) { 
	#cols {
		position: relative; background: rgba(197,155,73,1); z-index: 9999; width: 100%; padding: 20px; color:#565656; color: #FFF;
	}
	h1, h2, h3{font-size: 60px}	
	#col1 {
		background-image: url("../images/logo-branco.png");		
		background-position: left top;
		margin-bottom: 20px !important;
		padding: 90px 0 10px 0;
		margin-left: 0 !important;
	}
	#menu img{width: 100%; height: auto;}
	.lslide img{width: 100%}
	#lightSlider img{width: 100% !important; height: auto !important}

}
@media (max-width: 600px) { 
	#txt {
		z-index: 999; position: absolute; top:3%; width: 100%; }
	h1, h2, h3{font-size: 36px; text-shadow: none; line-height: 1em;}
	#col2, #col3, #col4, #col5{text-shadow: none;}
	#menu img{width: 100%; height: auto;}
	.lslide img{width: 100%}
}

@media (max-width: 768px) {
	#cols {padding: 5%;}
	#cols row {padding: 0px;}	
	#cols .col-xs-12 {
		margin: 0 auto;
		width: 100%;
		padding-left: 5px;
	}
	.col-xs-12, .col-sm-12 .col-md-12{
		padding-left: 0px;
	}	
	
	#col2, #col3, #col4, #col5{text-shadow: none; padding: 0px; font-size: 14px;}
	a.lang{text-decoration: none; color: rgba(0,0,0,0.4); border-bottom: solid 1px rgba(0,0,0,0.4);}
	a:hover.lang{text-decoration: none; color: rgba(0,0,0,1); border-bottom: solid 1px rgba(0,0,0,1);}
	#menu img{width: 100%; height: auto;}
	.lslide img{width: 100%}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	#txt {
		z-index: 999; position: absolute; top: 7%; width: 100%; text-align: left;
	}
	
	#cols .col-xs-12 {
		margin: 12px auto;
		width: 100%;
	}
	#col1 {
		text-align: left; margin-bottom: 20px !important;
	}
	#menu img{width: 100%; height: auto;}
	.lslide img{width: 100%}
}
.overlay-off:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; 
	background-color: rgba(0,0,0,0.5)
}
.overlay:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; 
	background-color: rgba(0,0,0,0.8)
}