*{
	box-sizing: border-box;
}
body, html {
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
	font-family: 'Quicksand', sans-serif;
    min-width: 100%;
    position: relative;
    background: #353032;
}
img{
	max-width: 100%;
	vertical-align: top;
}
/**{
	transition: all .2s linear 2s;	
}*/
a{
	text-decoration: none;
}

body .logos{
	position: absolute;
	width: 100%;
	height: auto;
	display: inline-block;
	bottom: 20px;
	left: 0;
	z-index:2;
}
body header{
	display: inline-block;
	width: 100%;
	text-align: center;
	transition: all 1s linear 4s;
	opacity: 0;
}
body > header{
	position: fixed;
	top: 0;
	z-index: 999999;
	opacity: 1;
	display: inline-block;

}
body > header > span, header .closebtn{
	display: none;
}
body header nav{
	font-size: 0;
}
body header ul{
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	padding: 10px 0;
}

body.fp-viewing-secondPage > header ul{
	background:#d14d44;
	position: relative;
	
}

body.fp-viewing-3rdPage > header ul {
    background: white;
    position: relative;
}

body.fp-viewing-4thpage > header ul {
    background: white;
    position: relative;
}

/*body.fp-viewing-secondPage > header ul:after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -2;
	display: inline-block;
	background: #d14d44;
	border-bottom: 3px solid #fff;
	content: "";
    transform: skew(-1deg, -2.5deg) ;
    -webkit-transform: skew(-1deg, -2.5deg) ;
    -moz-transform: skew(-1deg, -2.5deg) ;
    -o-transform: skew(-1deg, -2.5deg) ;
    -ms-transform: skew(-1deg, -2.5deg) ;


}*/
body ul.lang{
	margin-top: 20px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0 auto;
	z-index: 3;
}
body header ul li, body ul.lang li{
	display: inline-block;
}
body header ul li.logo{
	display: none;
}
body header ul li a, body ul.lang li a{
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	font-size: 18px;

}
body > header ul li.lang{
	display: none;
}
body ul.lang li.lang a{
	padding: 10px 6px 10px;
	margin-right: 5px;
}
body ul.lang li.lang a.activated{
	color: #353032;
	color: #fff;
	background: url(../images/white_bar.png) no-repeat center top;
	background-size: 100%;
}
body.fp-viewing-firstPage header ul li a:hover{
	color: #d14d44;
}
body.fp-viewing-3rdPage > header ul li a, body.fp-viewing-4thpage > header ul li a{
	color: #353032;
}
body header ul li.active a{
	color: #d14d44
}
body.fp-viewing-secondPage header ul li.active a{
	color: #aa3f37;
}
body.fp-viewing-firstPage > header{
	opacity: 0;
	display: none;

}

body #fullpage #section0{
	z-index: 99999;
}
body #fullpage .section{
	font-size: 0;
	text-align: center;
	padding: 80px 0 0;
	overflow-y: scroll;
}
body #fullpage #section1.section{
	background: #d14d44;
}
body #fullpage .section .fundo{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	transition: all 2s linear 1s;	
	top: 0;
    background: no-repeat center center;
    background-size: cover;
}
body #fullpage #section3.section{
	
    background: url(../images/contactos.png) no-repeat center center #fff;
    background-size: cover;}
body #fullpage #section3.section .fundo{
	opacity: 0.2;
	direction: 

}
body #fullpage .section .fundo #map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
body #fullpage .section .fundo .gradient{
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
body #fullpage .section .fundo.one{
	opacity: 0.2;
}
body #fullpage .section .content{
	display: inline-block;
	max-width: 770px;
	z-index: 2;
	position: relative;
	height: auto;
	vertical-align: middle;
	transition: all 2.5s linear 1s;	
	max-height: 100%;

}

body #fullpage #section0.section .content{
		opacity: 0;	

}
body #fullpage #section3.section .content{
	text-align: center;
}
body  #fullpage #section0.section .content.two{
	opacity: 1;
}
body #fullpage .section .content header{
	opacity: 1;
}
body #fullpage .section .content .imagem{
	padding-bottom: 50px;
	margin-bottom: 20px;
	background: url(../images/white_bar.png) no-repeat center bottom;

}
body #fullpage .section .content h1{
	font-size: 80px;
	line-height: 50px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 75px;
	color: #d14d44;
	background: url(../images/red_bar.png) no-repeat center top;
}
body #fullpage #section1.section .content h1{
	color: #fff;
	background: url(../images/white_bar.png) no-repeat center top;
}
body #fullpage .section .content h1 span{
	display: inline-block;
	font-size:23px;
	font-weight: 300;
	width: 100%;
	text-transform: none;
}
body #fullpage .section .content .text{
	padding-top: 40px;
	font-size: 17px;
	color: #fff;
	text-align: left;
	line-height: 24px;
	padding-bottom: 80px;
}
body #fullpage #section3.section .content .text{
	text-align: center;
	color: #d14d44;
}
body #fullpage #section3.section .content .text a{
	color: #aa3f37;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
body #fullpage .section .content .text h2{
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}
body #fullpage .section .content .text > p{
	margin-bottom: 30px;
}
body #fullpage .section .content .text > p.imagens{
	text-align: center;
}
body #fullpage .section .content .text > p.imagens img{
	vertical-align: middle;
	margin: 0 10px;
}
body #fullpage .section .content .text ul{
	font-size: 0;
	margin: 50px 0;
}
body #fullpage .section .content .text ul li{
	text-align: center;
	width: 30%;
	margin-right: 2%;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	background:#aa3f37;
	font-size: 0;
	transition: all 0.5s linear 0s;	

}
body #fullpage .section .content .text ul li:hover{
	background-color: #fff;

}
body #fullpage .section .content .text ul li:hover p{
	color: #aa3f37
}
body #fullpage .section .content .text ul li p{
	font-size: 17px;
	color: #fff;	
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 18px;
}
body #fullpage .section .content .text ul li:nth-of-type(3n){
	margin-right: 0;
}
footer{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #aa3f37;
	z-index:99999;
}
footer a{
	color: #d14d44;
	font-weight: 500;
}
@media only screen and (max-width: 860px){
	body #fullpage .section .content{
		padding: 0 5%;
	}
}
@media only screen and (max-width: 480px){
	body #fullpage .section .content .text ul li{
		width: 100%;
		margin-right: 0;
	}
	body #fullpage .section .content .text ul li:nth-of-type(3n){
	margin-right: 0;

	}
	body #fullpage .section .content .text ul li:nth-of-type(2n){
		margin-right: 0;
	}
	body #fullpage .section .content header{
		display: none;
	}
	body > header > span{ 
		display: inline-block;
	background:rgba(209,77,68,0.9);
	width: 100%;
	padding: 10px 0;
	}
	body > header > span img{
		max-height: 20px;
	}
	body > header{
		position: fixed;
		top: 0;
		width: 100%;
	}
	body > header nav{
		position: fixed;
		height: 0;
		width: 100%;
		top: 0px;
		left: 0;
	 	overflow-x: hidden; 
		transition: all .2s linear .2s;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d14d44+0,d14d44+100&1+1,0.8+71,0+100 */
background: -moz-linear-gradient(top,  rgba(209,77,68,1) 0%, rgba(209,77,68,1) 1%, rgba(209,77,68,0.8) 71%, rgba(209,77,68,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(209,77,68,1) 0%,rgba(209,77,68,1) 1%,rgba(209,77,68,0.8) 71%,rgba(209,77,68,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(209,77,68,1) 0%,rgba(209,77,68,1) 1%,rgba(209,77,68,0.8) 71%,rgba(209,77,68,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d14d44', endColorstr='#00d14d44',GradientType=0 ); /* IE6-9 */

	}
	
	body.fp-viewing-firstPage > header{
		opacity: 1;
		display: inline-block;

	}
	body.fp-viewing-3rdPage > header ul li a, body.fp-viewing-4thpage > header ul li a{
		color: #fff;
	}
	body header ul li.active a, body.fp-viewing-secondPage header ul li.active a{
		color: #fff;
		font-weight: 700;
	}
	body header ul li.active a:hover, body.fp-viewing-firstPage header ul li a:hover{
		color: #fff;
	}
	body > header nav {
		font-size: 0;
	}
	body > header nav ul{
		vertical-align: top;
		width: 100%;
		display: inline-block;
		padding-top: 80px;
	}
	body > header nav ul li{
		width: 100%;

	}
	body #fullpage .section .content{
		width: 100%;
	}
	body #fullpage .section .content h1{
		font-size: 30px;
	}
	body > header nav ul li.logo{
		display: inline-block;
		padding: 0 5%;
		margin-bottom: 30px;
	}
	/* Position the close button (top right corner) */
	header .closebtn {
	    font-size: 40px;
        right: 0;
        display: inline-block;
        position: absolute;
        top: 0px;
        color: #fff;
        width: 100%;
        text-align: center;
	}
	body > header ul li.lang{
		display: inline-block;
	}
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}