body {background-color: #FFF;font-family: 'Oswald', sans-serif;color: #262727; }

h2{
	text-align: center;
	font-size: 185%;
}
p{
	font-size: 110%;
}
a{
	color: #41AFB5;
}
/*Styles comuns*/
.bg-blck-trans{
	background-color: rgba(0, 0, 0, 0.7);
}
.bg-dark{
	background-color: #262727;
}
.bg-gray{
	background-color: #f2f2f2;
}
.no-pd{
	padding: 0 !important;
}
.no-mg{
	margin: 0 !important;
}
.cl-green{
	color: #8fc53f;
}
.cl-dark{
	color: #262727;
}
.cl-white{
	color: #FFF;
}
.cl-gray{
	color: #ccc;
}
.fnt-lght{
	font-weight: lighter;
}
.fnt-bld{
	font-weight: bold;
}
.fnt-cur{
	font-style: italic;
}
.fnt-up{
	text-transform: uppercase;
}
.fnt-titi{
	font-family: 'Titillium Web', sans-serif;
}
.an-left{
	transform: translate3d(-100px, 0px, 0px) scale(1);
	opacity: (0);
	-webkit-filter: opacity(0);
	-moz-filter: opacity(0);
	-o-filter: opacity(0);
	-ms-filter: opacity(0);
	filter: opacity(0);
	-webkit-transform: translate3d(-100px, 0px, 0px) scale(1);
	-moz-transform: translate3d(-100px, 0px, 0px) scale(1);
	-o-transform: translate3d(-100px, 0px, 0px) scale(1);
	-ms-transform: translate3d(-100px, 0px, 0px) scale(1);
	transform:translate3d(-100px, 0px, 0px) scale(1);
	transition: all 500ms ease-out;
}
.an-right{
	transform: translate3d(100px, 0px, 0px) scale(1);
	opacity: (0);
	-webkit-filter: opacity(0);
	-moz-filter: opacity(0);
	-o-filter: opacity(0);
	-ms-filter: opacity(0);
	filter: opacity(0);
	-webkit-transform: translate3d(100px, 0px, 0px) scale(1);
	-moz-transform: translate3d(100px, 0px, 0px) scale(1);
	-o-transform: translate3d(100px, 0px, 0px) scale(1);
	-ms-transform: translate3d(100px, 0px, 0px) scale(1);
	transform:translate3d(100px, 0px, 0px) scale(1);
	transition: all 500ms ease-out;
}
.an-up{
    transform: translate3d(0px, -100px, 0px) scale(1);
  opacity: (0);
  -webkit-filter: opacity(0);
  -moz-filter: opacity(0);
  -o-filter: opacity(0);
  -ms-filter: opacity(0);
  filter: opacity(0);
  -webkit-transform: translate3d(0px, -100px, 0px) scale(1);
  -moz-transform: translate3d(0px, -100px, 0px) scale(1);
  -o-transform: translate3d(0px, -100px, 0px) scale(1);
  -ms-transform: translate3d(0px, -100px, 0px) scale(1);
  transform:translate3d(0px, -100px, 0px) scale(1);
  transition: all 500ms ease-ou;
}
.an-zoom{
	overflow: hidden;
}
/*Header*/
.parallax-container{
		height: 430px;
	}
.parallax img{
	position: fixed;
	top: 0;
	min-height: auto;
	width: 210%;
}
.header-cont{
	width: 85%;
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i{
	    height: 100px;
    line-height: 100px;
}
.brand-logo{
	text-align: center;
}
.brand-logo img{
	width: 215px;
	position: relative;
	top: 13px;
}
.title-parallax{
	    top: 50%;
    position: absolute;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
}
.title-parallax-btn{
	    border: solid 3px #FFF;
    max-width: 400px;
    margin: 0 auto;
    margin-top: -5%;
}
.title-parallax-btn h1{
	    font-size: 595%;
    margin-bottom: 5px;
    margin-top: 0;
}
.title-parallax-btn h4{
	    font-size: 150%;
    	margin-top: 0;
}
.title-parallax-btn.home h3{
		font-size: 160%;
		margin:40px 20px;
	}
nav ul a:hover{
	color: #8fc53f;
}
/*Page */
.container-page{
	position: absolute;
	width: 100%;
	top: 0;
	overflow: hidden;
}
/*FOOTER*/
.links-footer div{
	float: left;
	margin: 0 20px;
}
.legal{
	position: absolute;
	bottom: 0;
	right: 2%;
	font-size: 70%;
}
.logo-footer img{
	max-width: 195px;
}
.des-service h5{
	line-height: 1.3;
}
@media (max-width: 1209px){
	.links-footer div{
		margin: 2px 9px;
	}
}
@media (max-width: 1100px){
	.links-footer div{
		float: none;
		margin: 2px 20px;
	}
}
@media (max-width: 600px){
	.logo-footer,.links-footer{
		text-align: center;
	}
	.links-footer{
		margin-top: 20px;
	}
	.legal{
		position: relative;
		text-align: center;
		margin-bottom: -25px;
		margin-top: 15px;
	}
	.title-parallax-btn.home h3{
		font-size: 130%;
		margin:30px 20px;
	}	
}
@media (max-width: 400px){
	.brand-logo img{
		width: 140px;
		position: relative;
		top: 10px;
		margin-top: 2px;
	}
	.title-parallax-btn {
	    max-width: 261px;
	}
	.title-parallax-btn h1{
		font-size: 520%;
	}
	.title-parallax-btn h4{
		font-size: 140%;
	}
	.title-parallax-btn.home h3{
		font-size: 120%;
		margin: 30px 0;
	}
}
@media (max-width: 292px){
	.logo-footer{
		padding-top: 10px;
	}
	.logo-footer img{
		width: 100%;
	}
}


