/* Global */
@font-face{
	font-family: 'BauhausLtBTLight';
	src: url('bauhausl.eot');
	src: url('bauhausl.eot') format('embedded-opentype'),
		 url('bauhausl.woff') format('woff'),
		 url('bauhausl.ttf') format('truetype'),
		 url('bauhausl.svg#BauhausLtBTLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "BauhausMdBTMedium";
	src: url('bauhausm.eot');
    src: url('bauhausm.eot') format('embedded-opentype'),
         url('bauhausm.woff') format('woff'),
         url('bauhausm.ttf') format('truetype'),
         url('bauhausm.svg#BauhausMdBTMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "BauhausMdBTBold";
	src: url('bauhausb.eot');
    src: url('bauhausb.eot') format('embedded-opentype'),
         url('bauhausb.woff') format('woff'),
         url('bauhausb.ttf') format('truetype'),
         url('bauhausb.svg#BauhausMdBTBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.preloader{
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	z-index:99999;
} 
.preloader .item{
	position:absolute;
	width:100%;
	height:100%;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
}
html, body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	-webkit-font-smoothing: subpixel-antialiased!important;
	color:black;
	font-weight:400;
	height:100%;
}
a{
	text-decoration:none;
	outline:none;
	font-size:14px;
}
h1{
	font: 30px/30px 'BauhausMdBTMedium';
	color:#FFF;
	font-weight: bold;
	margin-bottom: 20px;
}
.textPt{
	font: 20px/25px 'BauhausLtBTLight';
	color:#FFF;
	max-width: 400px;
	margin: 50px auto 20px;
}
.textEn{
	font: italic 18px/28px 'BauhausLtBTLight';
	color:#3BE1E0;
	max-width: 400px;
	margin: 0px auto;
}
p{
	font-size:14px;
	color:white;
	font-weight:300;
	letter-spacing:1px;
	margin-top:40px;
}
h1 span{
	color:#2fa68e;
}
.container{
	position:absolute;
	width:100%;
	height:100%;
}

/* Start page */
.start-page{
	position:relative;
	width:100%;
	height:100%;
	z-index:10;
	background:url('../img/background/start-page.jpg') bottom center fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.start-page h1{
	font: 30px/30px 'BauhausMdBTMedium';
	color:#FFF;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.start-page .opacity{
	position:absolute;
	width:100%;
	height:100%;
	background:url('../img/background/start-page-opacity.png') repeat;
}
.start-page .content{
	position:relative;
	width:700px;
	margin:0 auto;
	height:100%;
}
.start-page .content .text{
	position:absolute;
	text-align:center;
	margin:auto;
	top:0; 
	left:0; 
	bottom:0; 
	right:0;
	width:700px;
	height:520px;
}
.start-page .content .text .logo{
	width:300px;
	height:212px;
	margin:0 auto 20px;
}
.start-page .content .arrow-bg{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -15px;
	width: 25px;
	height: 42px;
	display: block;
	border: 3px solid #FFF;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius: 15px;
}
.start-page .content .arrow-bg a{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	width: 25px;
	height: 42px;
}
.start-page .content .arrow-down{
	position: absolute;
	bottom: 115px;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 6px;
	background: #FFF;
	display: block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	-webkit-animation: bounce-fade 0.9s infinite; /* Safari 4+ */
	-moz-animation:    bounce-fade 0.9s infinite; /* Fx 5+ */
	-o-animation:      bounce-fade 0.9s infinite; /* Opera 12+ */
	animation:         bounce-fade 0.9s infinite; /* IE 10+ */
}
@-webkit-keyframes bounce-fade{
    0%   { opacity: 1; bottom: 80px; height: 1px;}
    50%  { height: 10px;}
	100% { opacity: 0; bottom: 45px;}
}
@-moz-keyframes bounce-fade{
    0%   { opacity: 1; bottom: 80px; height: 1px;}
    50%  { height: 10px;}
	100% { opacity: 0; bottom: 45px;}
}
@-o-keyframes bounce-fade{
    0%   { opacity: 1; bottom: 80px; height: 1px;}
    50%  { height: 10px;}
	100% { opacity: 0; bottom: 45px;}
}
@keyframes bounce-fade{
    0%   { opacity: 1; bottom: 80px; height: 1px;}
    50%  { height: 10px;}
	100% { opacity: 0; bottom: 45px;}
}

/* Menu mobile */
.menu-media{
	position:relative;
	width:100%;
	height:70px;
	background:#2DA8A8;
	z-index:1000;
	display:none;
}
.menu-media .menu-content{
	position:relative;
	margin: 0 35px;
}
.menu-media .menu-content .logo{
	width:152px;
	float:left;
	padding-top: 12px;
}
.menu-media .menu-content .icon{
	width:34px;
	height:30px;
	float:right;
	margin-top: 20px;
}
.menu-click{
	display:none;
}
.menu-click li{
	position:relative;
	width:100%;
	height:70px;
	color:#4C5967;
	font: 20px 'BauhausLtBTLight';
	text-align:center;
	height:55px;
	padding-top: 15px;
	z-index:1000;
	border-bottom:1px solid #f2f2f2;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.menu-click li:hover{
	background:#1F3B47;
	color: #FFF;
}
 .menu-click li span{
	position:relative;
	display:block;
	height:10px;
	top:-3px;
	font-size:14px;
	font-style:italic;
	color:#4C5967;
}
.menu-click li span:hover{
  color: #FFF;
}


/* Menu */
.menu{
	position:relative;
	width:100%;
	height:60px;
	background: #1F3B47;
	z-index:1000;
}
.menu-content{
	position:relative;
	margin:0 35px;
}
.menu-content .logo{
	width:184px;
	float:left;
	list-style: none;
	padding-top: 2px;
}
.menu-content ul{
	width:500px;
	left:50%;
	float:right;
	text-align:right;
	list-style:none;
}
.menu-content li{
	display:inline-block;
	position:relative;
}
.menu-content li a{
	color:#FFF;
	font: 20px 'BauhausLtBTLight';
	display: block;
	padding: 7px 20px 0 20px;
	height:53px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.menu-content li.active a{
	color:#66CCCC;
}
.menu-content li a:hover{
	color: #11868D;
}
.menu-content li a span{
	position:relative;
	display:block;
	height:10px;
	top:-3px;
	font-size:14px;
	font-style:italic;
	color:#FFF;
}
.menu-content li.active a span{
	color:#66CCCC;
}
.menu-content li a span:hover{
	color: #11868D;
}

/* About us */
.about-us{
	position:relative;
	width:100%;
	background:white;
	z-index:10;
	background:#0A131D url('../img/background/about-us.jpg') center bottom fixed no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.about-us .content{
	position:relative;
	padding: 40px 40px 60px;
	margin: 0 auto;
	overflow: hidden;
}
.aboutPT{
	font: 20px/30px 'BauhausLtBTLight';
	color:#FFF; 
	width:50%; 
	margin: 40px 4% 40px 0px;
	background-color: rgba(10, 19, 29, 0.6);
	float: left;
}
.aboutPT h1{
	font: 50px 'BauhausMdBTBold';
	line-height:60px;	
	color:#FFF; 
	margin-bottom: 10px;
}
.aboutEN{
	font: italic 20px/30px 'BauhausLtBTLight';
	color:#2CA7A7; 
	width:40%; 
	margin: 40px 0px 40px 4%;
	background-color: rgba(10, 19, 29, 0.6);
	float: left;
}
.aboutEN h1{
	font: italic 50px 'BauhausMdBTBold';
	line-height:60px;
	color:#2CA7A7; 
	margin-bottom: 10px;	
}

/* Solutions */
.solutions{
	position:relative;
	width:100%;
	background:white;
	z-index:10;
	background: #384C59;
}
.solutions .content{
	position:relative;
	padding: 60px 40px 30px;
	margin: 0 auto;
	overflow: hidden;
}
.solutions .content h1{
	font: 50px 'BauhausMdBTMedium';
	line-height:50px;	
	color:#FFF; 
	margin-bottom: 0px;
	float: left;
}
.solutions .content h2{
	font: italic 50px/50px 'BauhausLtBTLight';
	color:#2CA7A7; 
}
.solutions .content h3{
	text-align: center;
	font: italic 20px/30px 'BauhausLtBTLight';
	color:#2CA7A7; 
	margin-top: 10px;
}
.solutions .column{
	width:20%;
	float:left;
	padding:70px 2.5%;
}
.solutions .column p{
	font: 16px/25px 'BauhausLtBTLight';
	color:#FFF;
	text-align: center;
	margin-top: 10px; 
}
.solutions .column .solutionsEN{
	font: italic 16px/25px 'BauhausLtBTLight';
	color:#2ca7a7;
	text-align: center;
	margin-top: 10px; 
}
.solutions .column .circle-one{
	height: 130px;
	position:relative;
	margin:0 auto;
	background: #2CA7A7 url(../img/icons/solution1.png) no-repeat center center;
	width: 130px;
	padding: 15px;
	cursor:pointer;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius: 100px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.solutions .column .circle-one:hover{
	background-color: #BCD800;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.solutions .column .circle-two{
	height: 130px;
	position:relative;
	margin:0 auto;
	background: #2CA7A7 url(../img/icons/solution2.png) no-repeat center center;
	width: 130px;
	padding: 15px;
	cursor:pointer;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius: 100px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.solutions .column .circle-two:hover{
	background-color: #BCD800;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.solutions .column .circle-three{
	height: 130px;
	position:relative;
	margin:0 auto;
	background: #2CA7A7 url(../img/icons/solution3.png) no-repeat center center;
	width: 130px;
	padding: 15px;
	cursor:pointer;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius: 100px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.solutions .column .circle-three:hover{
	background-color: #BCD800;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.solutions .column .circle-four{
	height: 130px;
	position:relative;
	margin:0 auto;
	background: #2CA7A7 url(../img/icons/solution4.png) no-repeat center center;
	width: 130px;
	padding: 15px;
	cursor:pointer;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius: 100px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.solutions .column .circle-four:hover{
	background-color: #BCD800;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Coment */
.coment{
	position:relative;
	padding: 70px 20%;
	z-index:10;
	background:url('../img/background/coment.jpg') #c0c0c0 bottom center fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 	background-size: cover;
}
.coment .content{
	position:relative;
	width:100%;
	margin:0 auto;
}
.coment .content .text{
	text-align:center;
}
.coment .content .text h1{
	font: 20px/20px 'BauhausMdBTMedium';
	color:#FFF;
	font-weight: bold;
	margin: 30px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}
.coment .content .text .textPt{
	font: 30px/35px 'BauhausLtBTLight';
	color:#FFF;
	max-width: 100%;
	margin: 0px auto 20px;
}
.coment .content .text .textEn{
	font: italic 28px/38px 'BauhausLtBTLight';
	color:#3BE1E0;
	max-width: 100%;
	margin: 0px auto;
}

/* Portfolio */
.portfolio{
	position:relative;
	width:100%;
	background:url('../img/background/portfolio.jpg') center fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:10;
}
.portfolio .portfolio-margin{
	position:relative;
	width:100%;
	overflow:hidden;
	padding:70px 0px;
}
.portfolio .portfolio-margin h1{
	font: 50px 'BauhausMdBTMedium';
	line-height:50px;	
	color:#FFF; 
	margin-left: 40px;
	float: left;
}
.portfolio .portfolio-margin h2{
	font: italic 50px/50px 'BauhausLtBTLight';
	color:#2CA7A7; 
}

/* Portfolio grid */
.grid{
	margin-top:70px;
	width:100%;
	position:relative;
	margin-bottom:70px;
	overflow:hidden;
}
.grid li{
	width: 33.3%;
	float: left;
	position: relative;
	overflow: hidden;
}
.grid img{
	width:100%;
	float: left;
	position: relative;
}
.grid .text{
	position: absolute;
	width: 100%;
	height:100%;
	background: url(../img/icons/more.png) no-repeat center bottom;
	z-index: 2;
	opacity:0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.grid .text:hover{
	opacity:0.8;
	background: url(../img/icons/more.png) no-repeat center center;
}
.grid .no-text{
	position: absolute;
	width: 100%;
	height:100%;
	background: url(../img/icons/more.png) no-repeat center bottom;
	z-index: 2;
	opacity:0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.grid .no-text:hover{
	opacity:0.8;
	background: url(../img/icons/more.png) no-repeat center center;
}
.grid p{
	float:left;
	margin:20px;
	color: #2DA8A8;
	background: #FFF;
	padding: 5px;
	font: 20px 'BauhausLtBTLight';
}
.grid p.description{
	font: 16px 'BauhausMdBTMedium';
	color: #FFF;
	position:absolute;
	bottom: 0px;
	border: none;
	background: none;
}
.clear{ 
    clear:both; 
}

/* Contact */
.contact{
	position:relative;
	background:url('../img/background/contact.jpg') #c0c0c0 bottom center fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:10;
	overflow:hidden;
	margin-bottom: 300px;
	padding: 60px 40px 30px;
}
.contact h1{
	font: 50px 'BauhausMdBTMedium';
	line-height:50px;	
	color:#FFF; 
	float: left;
}
.contact h2{
	font: italic 50px/50px 'BauhausLtBTLight';
	color:#2CA7A7; 
}
.contact .content{
	position:relative;
	overflow:hidden;
	margin: 60px 7%;
}
.contact .content .form{
	overflow:hidden;
	height:auto;
	padding-left:10%;
	text-align: right;
	width: 40%;
}
.contact .content .contact-text{
	overflow:hidden;
	height:auto;
	width: 50%;
	float: left;
}
.contact .content .contact-text .imgContact{
	widht: 30px;
	height: 30px;
	margin: 0px 15px 20px 0px;
	float: left;
}
.contact .content .contact-text .textContact{
	widht: 30px;
	height: 30px;
	margin: 0px 0px 20px;
	font: 18px/28px 'BauhausLtBTLight';
	color:#FFF;
}
.contact .content .contact-text .textContact a{
	widht: 30px;
	height: 30px;
	margin: 0px 15px 20px 0px;
	font: 18px/28px 'BauhausLtBTLight';
	color:#2CA7A7;
}
.contact .content .contact-text .textContact a:hover{
  	color:#BCD800;
}
.contact .content .contact-text h3{
	text-align: left;
	font:30px/30px 'BauhausLtBTLight';
	color:#2CA7A7; 
	margin: 0px 0px 25px;
}
.inptText{
	width:92%;
	height:25px;
	padding:5px;
	margin-bottom:15px;
	border:1px solid #FFF;
	background: none;
	color: #FFF;
	font: 17px 'BauhausLtBTLight';
}
.areaText{
	width:92%;
	height:120px;
	padding:5px;
	margin-bottom:15px;
	border:1px solid #FFF;
	background: none;
	color: #FFF;
	font: 17px 'BauhausLtBTLight';
}
input:focus, textarea:focus{
	background: none;
	color: #EBEBEB;
	border:1px solid #2DA8A8;
}
input::-webkit-input-placeholder{
   	color: #EBEBEB; 
}
input:-moz-placeholder{
    color: #EBEBEB;
}
textarea::-webkit-input-placeholder{
   	color: #EBEBEB;  
}
textarea:-moz-placeholder{
    color: #EBEBEB; 
}
input:focus, textarea:focus{
	background: #none;
	color: #EBEBEB;
	border:1px solid #2DA8A8;
}
.btEnviar{
	float:right;
	color:#fff;
	border: none;
	background:#2DA8A8;
	font: 20px 'BauhausLtBTLight';
	padding: 7px 30px 11px;
}
.btEnviar:hover{
	background:#333;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/* Footer */
.footer{
	position:fixed;
	bottom:0;
	width:100%;
	background:#1F2A32;
}
.footer .logo{
	position:relative;
	width:200px;
	height:141px;
	margin: 0 auto;
	padding-top:43px;
}
.footer .copyright{
	width:80%;
	position:relative;
	font: 20px 'BauhausLtBTLight';
	margin:0 auto;
	padding:30px 0 50px;
	text-align:center;
	font-size:14px;
	line-height:36px;
	color:#FFF;
}