@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,400italic,500,500italic,700,700italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200italic);

*{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

.ir-arriba {
	display:none;
	padding:30px;
	font-size:30px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:30px;
	right:20px;
	background-image: url(../images/top.png?bv2);
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 100%;	
	z-index: 2000;
}

body{
	margin: 0px;
	padding: 0px;
	border-top: solid 5px #C5CAE9;
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
}

header{
	padding: 10px 5%;
	width: 90%;
	background-color: #f7f7f7;
}

header .logo{
	float: left;
	font-size: 30px;
	font-weight: bold;
}

header > nav{
	float: right;
	margin-top: 20px;
}

header > nav > ul{
	float: right;
}

header > nav > ul > li{
	float: left;
	list-style: none;
	line-height: 40px;
	padding: 0px 10px;
	border-left: solid 1px #f7f7f7;
	position: relative;
}

header > nav > ul > li > a{
	display: block;
	text-decoration: none;
	color: #888888;
	font-weight: 300;
	padding: 15px 30px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-top: solid 1px transparent;
	border-bottom:solid 1px transparent;
}

header > nav > ul > li > a:hover, .active{
	border-top: solid 1px #C5CAE9;
	border-bottom:solid 1px #C5CAE9;
	color: #C5CAE9;
}

header > nav > ul > li:last-child{
	border-right: solid 1px #f7f7f7;
}

header > nav > ul > li > ul{
	padding-top:30px;
	height: 0px;
	overflow: hidden;
	line-height: 40px;
	position: absolute;
	left: -50%;
	width: 200%;
	z-index: 2000;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}

header > nav > ul > li:hover > ul{
	opacity: 1;
	height: auto;
}

header > nav > ul > li ul li{
	background-color: #009bdb;
}

header > nav > ul > li ul:after{
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	left: 50%;
	top: 0px;
	margin-left: -5%;
	border-bottom: solid 15px #009bdb;
	border-top: solid 15px transparent;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
}

header > nav > ul > li > ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	display: block;
	padding: 0px 10px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

header > nav > ul > li > ul > li > a:hover{
	background-color: #333;
}

/*top-banner*/
.top-banner{
	background-color: #ffffff;
	padding: 120px 5% 80px 5%;
}

.wellcome{
	width: 55%;
	float: left;
	padding-right: 5%;
	margin-top: 100px;
}

.wellcome h3{
	font-family: 'Raleway', sans-serif;
	color: #009bdb;
	font-weight: 200;
	font-size: 35px;
	margin: 0px;
	padding: 0px;
}

.wellcome h3 span{
	color: #111111;
}

.wellcome h4{
	color: #999999;
	font-size: 20px;
}

.wellcome p{
	font-weight: 300;
	color: #444444;
	font-size: 18px;
}

.wellcome .btn01{
	width: 150px;
	line-height: 45px;
	margin-top: 20px;
}

.wellcome .btn01 a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #607D8B;
	text-align: center;
	font-size: 16px;
	border-radius: 1px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.wellcome .btn01 a:hover{
	box-shadow:inset 10em 0em #795548;
}

.top-banner .image01{
	width: 40%;
	float: right;
	margin-top: 0px;
}

.top-banner .image01 img{
	width: 100%;
	max-width: 100%;
}

/*page-banner*/
.page-banner{
	padding: 50px 5%;
	background-color: #333;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #fcfcfc;
	background-image: url(../images/bg-banner.png?1j);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	text-align: right;
	box-shadow: inset 0px 90px 40px rgba(0,0,0,.4);
}

.page-banner a{
	color: #f7f7f7;
	text-decoration: none;
}

.page-banner a:hover{
	text-decoration: underline;
}

/*contents*/
.contents{
	margin-bottom: 100px;
	padding: 20px 5%;
}

.contents > h1{
	color: #333333;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	padding: 30px 0px;

}

.contents .text{
	color: #777777;
}

.contents p{
	font-weight: 300;
	color: #777777;
	font-size: 20px;
}

.contents a{
	color: #607D8B;
	text-decoration: none;
}

.contents a:hover{
	text-decoration: underline;
}

.contents img{
	max-width: 100%;
}

.contents table{
	max-width: 100%;
}

.contents ul, .contents ul li{
	list-style: none;
	font-size: 24px;
	margin: 10px;
}

/*contact-form*/
.contact-form{
	width: 50%;
	padding: 20px 0%;
	float: left;
}

input[type="text"], textarea{
	width: 90%;
	font-family: 'Ubuntu', sans-serif;
	padding: 15px;
	margin-top: 5px;
	border:solid 1px #f0f0f0;
	outline: none;
	resize: vertical;
}

input[type="text"]:focus, textarea:focus{
	border-color: #607D8B;
	box-shadow: 0px 0px 5px #607D8B;
	border-radius: 2px;
	resize: none;
}

.contact-info{
	width: 40%;
	float: right;
	text-align: right;
	margin-top: 50px;
}

.contact-info .map{
	border:solid 1px #f0f0f0;
	background-color: #f7f7f7;
}

.contact-info p{
	font-size: 15px;
	font-weight: 300;
}

.contact-info p:nth-child(2){
	font-size: 28px;
	font-weight: bold;
	margin-top: 15px;
}

input[type="submit"]{
	padding: 20px 40px;
	border:none;
	outline: none;
	background-color: #333;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
}

.list{
	width: 32%;
	display: inline-table;
	margin: .5%;
	text-align: center;
}

.list a{
	display: block;
	padding: 40px 1%;
	background-color: #009bdb;
	color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}

.list a:hover{
	box-shadow: inset 0em 5em #333;
	text-decoration: none;
}


/*showcase*/
.showcase{
	width: 90%;
	padding: 0px 5%;
	margin-top: -60px;
}

.showcase > article{
	width: 30.5%;
	display: inline-table;
	padding: 20px 1%;
	color: #fff;
	margin: .2%;
}

.showcase > article h1{
	font-weight: bold;
	font-size: 17px;
	border-bottom:solid 1px #fff;
	padding: 10px 0px;
}

.showcase > article:nth-child(1){
	background-color: #795548;
}

.showcase > article:nth-child(2){
	background-color: #607D8B;
}

.showcase > article:nth-child(3){
	background-color: #727272;
}

.showcase > article p{
	font-weight: 300;
	padding: 10px 0px;
}

.icons{
	padding: 100px 10%;
	text-align: center;
}

.icons article{
	width: 30%;
	display: inline-block;
	min-height: 150px;
	margin: 0px 1%;
}
.icons article .icon{
	background-color: #009bdb;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 10px auto;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}

.icons article:hover .icon{
	background-color: #333;
	box-shadow: inset 0px 0px 0px 10px #fff, 0px 0px 0px 10px #333;
	background-size: 40%;
}

.i1{
	background-position: left top;
	background-image: url(../images/check.png);
}

.i2{
	background-image: url(../images/pulgar.png);
}

.i3{
	background-image: url(../images/clock.png);
}

.icons article .name{
	font-weight: bold;
	color: #009bdb;
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 10px;
	margin-top: -10px;
	
}


.icons article:hover .name{
	background-color: #333;
	color: #fff;
}

/*client*/
.client{
	padding: 100px 10% 0px 40%;
	width: 40%;
	background-color: #ffffff;
	background-image: url(../images/image2.png);
	background-repeat: no-repeat;
	background-position: 5% bottom;
	background-size: 30%;
}

.client article{
	font-weight: 300;
	font-size: 20px;
	color: #999999;
	font-style: italic;
	width: 400px;
	height: 200px;
}

.client article p{
	position: relative;
}

.client article span{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #777;
}

/*sub-footer*/
.sub-footer{
	background-color: #444444;
	color: rgba(255,255,255,.5);
	padding: 40px 10%;
}

.sub-footer > h3{
	text-align: center;
	font-weight: 300;
	font-size: 34px;
	font-family: 'Raleway', sans-serif;
}

.sub-footer > p{
	font-weight: 300;
	text-align: center;
}

.sub-footer .left-box{
	width: 40%;
	float: left;
	padding: 5%;
}

.sub-footer .right-box{
	width: 40%;
	float: right;
	padding: 5%;
}

.sub-footer h4{
	font-size: 20px;
}

.sub-footer p{
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
}


/*footer*/
footer{
	background-color: #333333;
	padding: 20px 5%;
	text-align: center;
	color: rgba(255,255,255,.4);
	font-size: 14px;
	font-weight: 300;

}

footer a{
	color: #fcfcfc;
	text-decoration: none;
}