/**************LS****************/
.lp {
	position: fixed;
	left: 26px;
	bottom: 20px;
	height: 70px;
	width: 40px;
	display: inline-block;
	padding: 0px;
	overflow: hidden;
	margin: 0;
	vertical-align: top;
	float: left;
	z-index: 100;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.lp {
		left: 20px;
	}
}

.lp a{
	color: white;
	text-decoration: none;
}

.badge {
  height: 30px;
  width: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  line-height: 0px;
  border-radius: 50%;
  color: white;
}

.badge#de {
	border-style: none;
}

#de, #en {
	margin: 0;
}	

/***********Menu**********/
.menu-toggle {
	width: 40px;
	height: 30px;
	position: fixed;
	top: 8px;
	left: 20px;
	cursor: pointer;
	z-index: 1;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.menu-toggle {
		top: 4px;
		left: 16px;
	}
}

.menu-toggle.on .one {
	-moz-transform: rotate(45deg) translate(7px, 7px);
	-ms-transform: rotate(45deg) translate(7px, 7px);
	-webkit-transform: rotate(45deg) translate(7px, 7px);
	transform: rotate(45deg) translate(7px, 7px);
	background: #555 !important;
}
.menu-toggle.on .two {
	opacity: 0;
}
.menu-toggle.on .three {
	-moz-transform: rotate(-45deg) translate(8px, -10px);
	-ms-transform: rotate(-45deg) translate(8px, -10px);
	-webkit-transform: rotate(-45deg) translate(8px, -10px);
	transform: rotate(-45deg) translate(8px, -10px);
	background: #555 !important;
}
.one,
.two,
.three {
	width: 100%;
	height: 1px;
	background: white;
	margin: 10px auto;
	backface-visibility: hidden;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
nav ul {
	margin: 0;
	padding: 0;
	font-family: Open Sans;
	list-style: none;
	margin: 4em auto;
	text-align: center;
}
nav ul.hidden {
	display: none;
}
nav ul a {
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-decoration: none;
	color: #555;
	font-size: 2em;
	line-height: 1.5;
	width: 100%;
	display: block;
}
@media only screen and (orientation: portrait) and (max-width: 760px){
	nav ul a {
		font-size: 2.5em;
	}
}
nav ul a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.menu-section.on {
	z-index: 100;
	width: 100%;
	height: 100%;
	display: block;
	background-color: whitesmoke;
	position: fixed;
}
@media only screen and (orientation: landscape){
	.vl-1 {
		margin: 0;
		position: fixed;
		left: 78px;
		top: 0;
		border-left: 1px solid Gainsboro;
    	height: 100px;
    	z-index: 1;
	}
}
/************Style**************/
.js div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 777;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: DimGray;
}

.loading {
	margin-top: 10%;
	width: 15%;
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
	.loading {
		margin-top: 50%;
		width: 25%;
	}
}

a {
	outline: 0;
}

body {
	font-size: 2vh;
}

@media only screen and (orientation: portrait) and (min-width: 760px) {
body {
	font-size: 1.8vw;
	}
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
body {
	font-size: 3.2vw;
	}
}

.wh-1 {
	height:8em;
}

.wh-2 {
	position: relative;
	display: block;
	left: 42%;
	height: 3em;
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
	.wh-2 {
		position: relative;
		display: block;
		left: 41%;
		height: 3em;
	}
}

.sm-1 {
	position: relative;
	display: block;
	left: 45%;
	height:3em;
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
	.sm-1 {
		position: relative;
		display: block;
		left: 42%;
		height:3em;
	}
}
.sm-2 {
	position: relative;
	display: block;
	left: 47%;
	height:3em;
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
	.sm-2 {
		position: relative;
		display: block;
		left: 48%;
		height:2em;
	}
}
.map-c-1 {
	display: block;
	position: relative;
	width: 40%;
	left: 30%;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.map-c-1 {
		display: block;
		position: relative;
		width: 80%;
		left: 72px;
	}
}

.map-1 {
	width: 100%;
	left: 0;
}

.crcl {
		position: absolute;
		right: 26.8%;
		bottom: 13%;
		height: 8%;
		width: 5%;
	}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.crcl {
		position: absolute;
		right: 23.5%;
		bottom: 7%;
		height: 21%;
		width: 12%;
	}
}

/***** h1 *****/
h1 {
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
}

.hd-1 {
	position: relative;
	font-family:'Laila';
	color:white;
	font-size:1.25em;
	margin-bottom: 0;
	line-height: 0;
}

.hd-2 {
	position: relative;
	font-family:'Baloo';
	color:white;
	font-size: .8em;
	letter-spacing:2px;
	opacity: .6;
	margin-top: 0;
}

.hd-3 {
	position: relative;
	font-family:'Laila';
	color:white;
	font-size: .9em;
	font-weight:100;
}

/***** END h1 *****/

/***** h2 *****/
h2 {
	position: relative;
	width: 60%;
	left: 20%;
	margin: 0 0 0 0;
	font-size: 1.7em;
	font-family: 'Laila';
	color: #333;
	font-weight: 500;
	text-align: center;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	h2 {
		position: relative;
		left: 20%;
		width: 70%;
		margin: 0 0 0 0;
		font-size: 1.2em;
		font-family: 'Laila';
		color: #333;
	}
}
/***** END h2 *****/

/***** h3 *****/
h3 {
	position: relative;
	width: 60%;
	left: 20%;
	margin: 0 0 2em 0;
	font-size: 1em;
	font-family: 'Laila';
	color: #333;
	font-weight: 400;
	text-align: center;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	h3 {
		position: relative;
		left: 20%;
		width: 70%;
		margin: 0 0 2em 0;
		font-size: 1em;
		font-family: 'Laila';
		color: #333;
		line-height: 2.5em;
	}
}
/***** END h3 *****/

/***** p *****/
p.cit-1 {
	position: relative;
	left: 30%;
	width: 40%;
	margin: 0 0 1em 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: 1.2em;
	font-weight: 300;
	font-style: italic;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	p.cit-1 {
		position: relative;
		left: 72px;
		width: 74%;
		margin: 0 0 1em 0;
		color: #333;
		font-family: 'Open Sans';
		font-size: 1.2em;
		font-weight: 300;
		font-style: italic;
	}
}

p.an-1 {
	position: relative;
	text-align: right;
	right: 30%;
	margin: 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: 1em;
	font-weight: 300;
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
	p.an-1 {
		position: relative;
		text-align: right;
		right: 10%;
		margin: 0;
		color: #333;
		font-family: 'Open Sans';
		font-size: 1em;
		font-weight: 300;
	}
}

p.cit-2 {
	position: relative;
	left: 30%;
	width: 40%;
	margin: 0 0 1em 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: 1em;
	font-weight: 300;
	font-style: italic;
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
	p.cit-2 {
		position: relative;
		left: 72px;
		width: 75%;
		margin: 0 0 1em 0;
		color: #333;
		font-family: 'Open Sans';
		font-size: 1em;
		font-weight: 300;
		font-style: italic;
	}
}

p.an-2 {
	position: relative;
	text-align: right;
	right: 30%;
	margin: 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: .8em;
	font-weight: 300;
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
	p.an-2 {
		position: relative;
		text-align: right;
		right: 10%;
		margin: 0;
		color: #333;
		font-family: 'Open Sans';
		font-size: .8em;
		font-weight: 300;
	}
}

p.txt-1 {
	position: relative;
	left: 30%;
	width: 40%;
	margin: 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: 1.2em;
	font-weight: 300;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	p.txt-1 {
		position: relative;
		left: 72px;
		width: 74%;
		margin: 0;
		color: #333;
		font-family: 'Open Sans';
		font-size: 1.2em;
		font-weight: 300;
	}
}

p.txt-2 {
	position: relative;
	left: 30%;
	width: 40%;
	margin: 0 0 1em 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: 1em;
	font-weight: 300;
	font-style: italic;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	p.txt-2 {
		position: relative;
		left: 72px;
		width: 74%;
		margin: 0 0 1em 0;
		color: #333;
		font-family: 'Open Sans';
		font-size: 1em;
		font-weight: 300;
		font-style: italic;
	}
}

p.txt-3 {
	position: relative;
	left: 30%;
	width: 40%;
	margin: 0 0 1em 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: 1.1em;
	font-weight: 300;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	p.txt-3 {
		position: relative;
		left: 72px;
		width: 74%;
		margin: 0 0 1em 0;
		color: #333;
		font-family: 'Open Sans';
		font-size: 1.1em;
		font-weight: 300;
	}
}

ul.txt-3 {
	position: relative;
	left: 30%;
	width: 40%;
	margin: 0 0 1em 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: 1.1em;
	font-weight: 300;
	list-style-type: circle;
	padding-left: 1%;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	ul.txt-3 {
		position: relative;
		left: 72px;
		width: 74%;
		margin: 0 0 1em 0;
		color: #333;
		font-family: 'Open Sans';
		font-size: 1.1em;
		font-weight: 300;
		list-style-type: circle;
		padding-left: 10px;
	}
}

p.txt-4 {
	position: relative;
	text-align: center;
	margin: 0;
	color: #333;
	font-family: 'Open Sans';
	font-size: .8em;
	font-weight: 300;
	line-height: 1em;
	width: 100%;
	font-style: italic;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	p.txt-4 {
	font-size: 1em;
	}
}

a.txt-5 {
	position: relative;
	display: block;
	text-align: center;
	color: gray;
	font-family: 'Open Sans';
	font-size: 1vw;
	font-weight: 900;
	line-height: 0;
	font-style: italic;
	text-decoration:underline;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	a.txt-5 {
		position: relative;
		display: block;
		width: 40%;
		text-align: left;
		margin-left: 72px;
		color: gray;
		font-family: 'Open Sans';
		font-size: 2.4vw;
		font-weight: 900;
		line-height: 1em;
		font-style: italic;
		text-decoration:underline;
	}
}

a.txt-6 {
	position: relative;
	display: block;
	text-align: left;
	color: gray;
	font-family: 'Open Sans';
	font-size: 1vw;
	font-weight: 900;
	line-height: 0;
	font-style: italic;
	text-decoration:underline;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	a.txt-6 {
		position: relative;
		display: block;
		text-align: left;
		width: 20%;
		color: gray;
		font-family: 'Open Sans';
		font-size: 2.4vw;
		font-weight: 900;
		line-height: 1em;
		font-style: italic;
		text-decoration:underline;
	}
}

a.txt-7 {
	position: relative;
	display: block;
	text-align: center;
	color: gray;
	font-family: 'Open Sans';
	font-size: 1vw;
	font-weight: 900;
	line-height: 0;
	font-style: italic;
	text-decoration:underline;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	a.txt-7 {
		position: relative;
		display: block;
		width: 40%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: gray;
		font-family: 'Open Sans';
		font-size: 3vw;
		font-weight: 900;
		line-height: 1em;
		font-style: italic;
		text-decoration:underline;
	}
}

/***** END p *****/

a.btn-dir{
		display: flex;
 		margin-left: 30%;
 		margin-right: 30%;
 		width: auto;
 		height: 4em;
 		border: none;
 		align-items: center;
 		justify-content: center;
 		border-radius: 4px 4px 4px 4px;
 		-webkit-border-radius: 4px 4px 4px 4px;
 		-moz-border-radius: 4px 4px 4px 4px;
 		font-family: 'Open Sans';
 		color: #333;
 		font-size: 1.2em;
 		background-color: #e8e8e8;
 		text-decoration: none;
}
@media only screen and (orientation: portrait) and (max-width: 760px){
	a.btn-dir{
		display: flex;
 		margin-left: 72px;
 		margin-right: 10px;
 		width: auto;
 		height: 4em;
 		border: none;
 		align-items: center;
 		justify-content: center;
 		border-radius: 4px 4px 4px 4px;
 		-webkit-border-radius: 4px 4px 4px 4px;
 		-moz-border-radius: 4px 4px 4px 4px;
 		font-family: 'Open Sans';
 		color: #333;
 		font-size: 1.2em;
 		background-color: #e8e8e8;
 		text-decoration: none;
 	}
}

.ww-1 {
	position: relative;
	left: 40%;
	width: 20%;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.ww-1 {
		position: relative;
		left: 40%;
		width: 30%;
		}
}

.ww-r-1 {
	position: relative;
	left: 35%;
	width: 30%;
	border-radius: 50%;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.ww-r-1 {
		position: relative;
		left: 20%;
		width: 70%;
		border-radius: 50%;
	}
}

.hop-1 {
	position: relative;
	left: 40%;
	width: 20%;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.hop-1 {
		position: relative;
		left: 35%;
		width: 45%;
		}
}

.les-r-1 {
	position: relative;
	left: 35%;
	width: 30%;
	border-radius: 50%;
}

@media only screen and (orientation: portrait) and (max-width: 760px) {
	.les-r-1 {
		position: relative;
		left: 20%;
		width: 70%;
		border-radius: 50%;
	}
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.c-q {
		margin-left: 0;
		margin-right: 0;
		padding-left: 72px;
	}
}

.img-q {
	position: relative;
	left: 35%;
	width: 30%;
	border-radius: 4px;
}
@media only screen and (orientation: portrait) and (max-width: 760px){
	.img-q {
		width: 100%;
		left: 0;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
}

/**********Read More********/
	.morecontent span {
    	display: none;
	}
	.morelink {
		font-family: 'Open Sans';
		font-size: 1em;
		font-weight: bold;
		color: #333;
		text-decoration: none;
		outline: 0;
	}

a.morelink:hover {background-color:lightgray;}

.is-1 {
/*	position: absolute;*/
	position: relative;
	left: 0px;
/*	top: -.3em;*/
	top: -.2em;
	font-size: 6em;
/*	font-family: 'Fredericka the Great';*/
	font-family: 'Montserrat';
	line-height: 0;
	color: #666;
}

.is-2 {
	font-size: 1.5em;
	font-family: 'Montserrat';
	line-height: 0;
	color: #666;
}

.home-fx {
	position: fixed;
	z-index: 10;
	left: -92px;
	top: 45%;
	color: white;
	font-size: 16px;
	font-weight: 100;
	font-family: 'Open Sans';
	-webkit-font-smoothing: antialiased;
	-webkit-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	transform: rotate(-90deg);
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.home-fx {
	left: -89px;
	top: 45%;
	color: white;
  }
}

@media only screen and (orientation: landscape){
	.mbg {
		background-image: url(../img/0lr.jpg);
		position: absolute;
		top: 0px;
		left: 0px;
		background-size: cover;
		max-height: 100%;
		height: 100vh;
		width: 110%;
		animation: mbg-l 40s infinite ease-in-out;
	}
}	

@keyframes mbg-l {
	
	0% {transform: translateY(0) translateX(0);}
	
	50% {transform: translateY(0px) translateX(-5%);}
	
	100% {transform: translateY(0) translateX(0);}
}

@media only screen and (orientation: portrait){
	.mbg {
		background-image: url(../img/0pr.jpg);
		position: absolute;
		top: 0px;
		left: 0px;
		background-size: cover;
		max-height: 100%;
		height: 100vh;
		width: 130%;
		animation: mbg-p 40s infinite ease-in-out;
	}
}	

@keyframes mbg-p {
	
	0% {transform: translateY(0) translateX(0);}
	
	50% {transform: translateY(0px) translateX(-20%);}
	
	100% {transform: translateY(0) translateX(0);}
}

.section-2{
		background-color: white;
	}

.section-3{
		background-color: white;
	}

a.casa-1,
a.casa-2,
a.casa-3,
a.casa-4 {
	position: absolute;
	display: block;
	background-size: cover;
	background-position: center center;
	width: 41.7%;
	height: 48%;
	margin: 0;
	text-decoration: none;
	border-left-style: solid;
	border-width: 0;
}

@media only screen and (orientation: portrait){
	a.casa-1,
	a.casa-2,
	a.casa-3,
	a.casa-4 {
		position: absolute;
		display: block;
		background-size: cover;
		background-position: center center;
		width: 83%;
		height: 24%;
		border-left-style: solid;
		border-radius: 4px;
		border-width: 0;
	}
}

a.casa-1 {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%),
	url(../img/repouso-1.jpg);
	top: 1%;
	left: 8%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media only screen and (orientation: portrait){
	a.casa-1 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%),
		url(../img/repouso-1p.jpg);
		top: .8%;
		left: 72px;
	}
}

a.casa-2 {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%),
	url(../img/atlantico-1.jpg);
	top: 1%;
	right: 8%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media only screen and (orientation: portrait){
	a.casa-2 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%),
		url(../img/atlantico-1p.jpg);
		top: 25.6%;
		left: 72px;
	}
}

a.casa-3 {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%),
	url(../img/azul-1.jpg);
	top: 50%;
	left: 8%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media only screen and (orientation: portrait){
	a.casa-3 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%),
		url(../img/azul-1p.jpg);
		top: 50.4%;
		left: 72px;
	}
}

a.casa-4 {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%),
	url(../img/boa-vista-1.jpg);
	top: 50%;
	right: 8%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media only screen and (orientation: portrait){
	a.casa-4 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%),
		url(../img/boa-vista-1p.jpg);
		top: 75.2%;
		left: 72px;
	}
}

.hl-1 {
		position: absolute;
		top: 53%;
		left: 35%;
		border-bottom: 1px solid white;
    	width: 30%;
	}

.txt-cs-1 {
	position: relative;
	display: block;
	color: white;
	text-align: center;
	top: 40%;
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (orientation: portrait){
	.txt-cs-1 {
		font-size: 3em;
		top: 35%;
	}
}
.txt-cs-2 {
	position: relative;
	display: block;
	color: white;
	text-align: center;
	top: 40%;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (orientation: portrait){
	.txt-cs-2 {
		font-size: 1.5em;
		top: 35%;
	}
}
.ph-1 {
	height: 1em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-1 {
		position: relative;
		height: 1em;
		width: 100px;
	}
}

.ph-1-5 {
	height: 1.5em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-1-5 {
		position: relative;
		height: 1.5em;
		width: 100px;
	}
}

.ph-1-8 {
	height: 1.8em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-1-8 {
		position: relative;
		height: 1.8em;
		width: 100px;
	}
}

.ph-2 {
	height: 2em;
	width: 200px;
}
@media only screen and (orientation: portrait){
	.ph-2 {
		position: relative;
		height: 4em;
		width: 100px;
	}
}
.ph-3 {
	height: 3em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-3 {
		position: relative;
		height: 3em;
		width: 100px;
	}
}
.ph-4 {
	height: 4em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-4 {
		position: relative;
		height: 4em;
		width: 100px;
	}
}
.ph-4 {
	height: 5em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-5 {
		position: relative;
		height: 5em;
		width: 100px;
	}
}
.ph-6 {
	height: 6em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-6 {
		position: relative;
		height: 6em;
		width: 100px;
	}
}
.ph-7 {
	height: 7em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-7 {
		position: relative;
		height: 7em;
		width: 100px;
	}
}
.ph-9 {
	height: 9em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-9 {
		position: relative;
		height: 9em;
		width: 100px;
	}
}
.ph-11 {
	height: 11em;
	width: 500px;
}
@media only screen and (orientation: portrait){
	.ph-11 {
		position: relative;
		height: 11em;
		width: 100px;
	}
}

/****** brs ******/
@media only screen and (orientation: portrait){
	.l-break { display: none;
	}
}
@media only screen and (orientation: landscape){
	.p-break { display: none;
	}
}
@media only screen and (orientation: landscape) and (max-width: 740px){
	.ll-no-break { display: none;
	}
}
@media only screen and (orientation: portrait){
	.nt {
		display: none;
	}
}

.section p:last-chilf {
	margin: 0;
}

.fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #fff;
}

.fp-controlArrow.fp-prev {
	border-color: transparent #fff transparent transparent;
}

.af {
	margin:0;
	padding:0 0 2em 0;
	position:absolute;
	bottom: 0;
	left: 49%;
	z-index: 1;
}

@media only screen and (orientation: portrait){
	.af {
		padding:0 0 2em 0;
		position:absolute;
		margin-left: auto;
		margin-right: auto;
		bottom: 0;
		left: 48%;
		z-index: 1;
	}
}

.af-2 {
	margin:0;
	padding:0;
	position:absolute;
	bottom: 53px;
	left: 48%;
	z-index: 1;
}

@media only screen and (orientation: portrait){
	.af-2 {
		padding:0;
		position:absolute;
		margin-left: auto;
		margin-right: auto;
		bottom: 70px;
		left: 48%;
		z-index: 1;
	}
}

/***********Arrows***********/
.arrows {
/*  padding: 2em;*/
}

.arrows-1 path {
  -webkit-animation-name: arrows-1-anim;
          animation-name: arrows-1-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.arrows-1 path.a1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.arrows-1 path.a2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes arrows-1-anim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrows-1-anim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows-2 path {
  -webkit-animation-name: arrows-2-anim;
          animation-name: arrows-2-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes arrows-2-anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  6% {
    -webkit-transform: translateY(1.3em);
            transform: translateY(1.3em);
  }
  12% {
    -webkit-transform: translateY(calc(1em - 6px));
            transform: translateY(calc(1em - 6px));
  }
  18% {
    -webkit-transform: translateY(1.1em);
            transform: translateY(1.1em);
  }
  24% {
    -webkit-transform: translateY(calc(1em - 3px));
            transform: translateY(calc(1em - 3px));
  }
  30% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
}

@keyframes arrows-2-anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  6% {
    -webkit-transform: translateY(1.3em);
            transform: translateY(1.3em);
  }
  12% {
    -webkit-transform: translateY(calc(1em - 6px));
            transform: translateY(calc(1em - 6px));
  }
  18% {
    -webkit-transform: translateY(1.1em);
            transform: translateY(1.1em);
  }
  24% {
    -webkit-transform: translateY(calc(1em - 3px));
            transform: translateY(calc(1em - 3px));
  }
  30% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
}
.arrows-3 path.a1 {
  -webkit-animation-name: arrows-3-path1-anim;
          animation-name: arrows-3-path1-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.arrows-3 path.a2 {
  -webkit-animation-name: arrows-3-path2-anim;
          animation-name: arrows-3-path2-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes arrows-3-path1-anim {
  0% {
    -webkit-transform: translateY(-1000%);
            transform: translateY(-1000%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes arrows-3-path1-anim {
  0% {
    -webkit-transform: translateY(-1000%);
            transform: translateY(-1000%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrows-3-path2-anim {
  0% {
    -webkit-transform: translateY(1000%);
            transform: translateY(1000%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes arrows-3-path2-anim {
  0% {
    -webkit-transform: translateY(1000%);
            transform: translateY(1000%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*********Animations*********/

.section-2.active .ani-0 {
    -webkit-animation-name: ani-0;
    -webkit-animation-duration: 4s;
    animation-name: ani-0;
    animation-duration: 4s infinite ease-in;
}

@-webkit-keyframes ani-0 {
    0%   {opacity: 0;}
    100% {opacity:1;}
}

@keyframes ani-0 {
    0%   {opacity:0;}
    100% {opacity:1;}
}

.ani-1 {
    -webkit-animation-name: ani-1;
    -webkit-animation-duration: 4s;
    animation-name: ani-1;
    animation-duration: 4s;
}

@-webkit-keyframes ani-1 {
    0%   {opacity: 0;}
    100% {opacity:1;}
}

@keyframes ani-1 {
    0%   {opacity:0;}
    100% {opacity:1;}
}

.ani-2 {
    -webkit-animation-name: ani-2;
    -webkit-animation-duration: 6s;
    animation-name: ani-2;
    animation-duration: 6s;
}

@-webkit-keyframes ani-2 {
    0%   {opacity: 0;}
    50%   {opacity: 0;}
    100% {opacity: 1;}
}

.ani-3 {
    -webkit-animation-name: ani-3;
    -webkit-animation-duration: 8s;
    animation-name: ani-3;
    animation-duration: 8s;
}

@-webkit-keyframes ani-3 {
    0%   {opacity: 0;}
    50%   {opacity: 0;}
    75%   {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes ani-3 {
    0%   {opacity: 0;}
    50%   {opacity: 0;}
    75%   {opacity: 0;}
    100% {opacity: 1;}
}

.section-3.active > .fp-tableCell .ani-vista {
    -webkit-animation-name: ani-vista;
    -webkit-animation-duration: 4s;
    animation-name: ani-vista;
    animation-duration: 4s;
}

@-webkit-keyframes ani-vista {
    0%   {opacity: 0; left:-4em;}
    100% {opacity:1;}
}

@keyframes ani-vista {
    0%   {opacity:0; left:-4em;}
    100% {opacity:1;}
}

.section-3.active > .fp-tableCell .ani-azul {
    -webkit-animation-name: ani-azul;
    -webkit-animation-duration: 4s;
    animation-name: ani-azul;
    animation-duration: 4s;
}

@-webkit-keyframes ani-azul {
    0%   {opacity: 0; right:-4em;}
    100% {opacity:1;}
}

@keyframes ani-azul {
    0%   {opacity:0; right:-4em;}
    100% {opacity:1;}
}

.section-3.active > .fp-tableCell .ani-repouso {
    -webkit-animation-name: ani-repouso;
    -webkit-animation-duration: 4s;
    animation-name: ani-repouso;
    animation-duration: 4s;
}

@-webkit-keyframes ani-repouso {
    0%   {opacity: 0; left:-4em;}
    100% {opacity:1;}
}

@keyframes ani-repouso {
    0%   {opacity:0; left:-4em;}
    100% {opacity:1;}
}

.section-3.active > .fp-tableCell .ani-atlantico {
    -webkit-animation-name: ani-atlantico;
    -webkit-animation-duration: 4s;
    animation-name: ani-atlantico;
    animation-duration: 4s;
}

@-webkit-keyframes ani-atlantico {
    0%   {opacity: 0; right:-4em;}
    100% {opacity:1;}
}

@keyframes ani-atlantico {
    0%   {opacity:0; right:-4em;}
    100% {opacity:1;}
}

/**********FullPage***********/
/*!
 * fullPage 2.8.2
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
	 backface-visibility: hidden;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 29px 21px 29px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 29px 0 29px 21px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}

@media only screen and (orientation: portrait) and (max-width: 760px){
	.iScrollIndicator{
		display: none !important;
	}
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 38px;
}

@media only screen and (orientation: landscape) and (max-width: 760px){
	.fp-slidesNav.bottom {
    	bottom: 3%;
}
 }

@media only screen and (orientation: portrait){
.fp-slidesNav.bottom {
    bottom: 2px;
}
}

.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
 
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*********SimpleLightbox*********/
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 100px;
    line-height: 44px;
    font-family: 'Josefin Sans';
}
.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
    outline: 0;
}
body.hidden-scroll {
    overflow: hidden
}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: black;
    opacity: .7;
    display: none;
    z-index: 1050
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
	color: white;
    position: fixed
}
.sl-wrapper {
    z-index: 1040
}
.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}
.sl-wrapper button:hover {
    opacity: .7
}
.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 3rem
}
.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1060;
    font-size: 1rem
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1060;
	color: white;
}
@media only screen and (orientation: portrait) and (max-width: 760px){
	.sl-wrapper .sl-navigation button {
    	display: none;
    }
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 4px;
	border-style: solid;
	border-width: 0;
}
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    font-size: 20pt;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}
.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}
.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}
.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-ms-keyframes pulsate {
    0%, 100% {
        opacity: 0
    }
    0% {
        transform: scale(.1)
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2)
    }
}

@media only screen and (orientation: landscape){
	.dp {
		display: none;
	}
}
@media only screen and (orientation: portrait) and (max-width: 760px){
	.dl {
		display: none;
	}
}
@media only screen and (orientation: landscape){
	.dpsl {
		display: none;
	}
}
@media only screen and (orientation: portrait){
	.dlsl {
		display: none;
	}
}
@media only screen and (orientation: portrait) and (min-width: 760px){
	.dlslip {
		display: none;
	}
}