/*
Theme Name: JLservice
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de Zaune.
*/

*{
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin:0;
}

.wrap{
    width: 90%;
    margin:auto;
    max-width: 1200px;
}

.clear{
    clear: both;
}

::selection{
	background: #1cace1;
	color: #ffffff;
}

* img{
	height: auto;
}

/* header */
header{
	position: fixed;
	width: 100%;
	padding: 20px 0;
	z-index: 9999;
	transition: all .2s ease;
}

header.stick{
	background: #313131;
	padding: 10px 0;
}

header .logo{
	float: left;
}

header .logo a{
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	font-size: 30px;
	position: relative;
}

header .logo img{
	width: 100%;
}

@media(max-width:800px){
	header, header.stick{
		position: relative;
		background: #313131;
		padding: 10px 0;
	}

	header .logo{
		width: 50%;
		float: none;
	}
}
/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}

@media(max-width:800px){
	#btn-nav{
		display: none;
	}

	header label{
		background: #1cace1;
		width: 45px;
		height: 45px;
		position: absolute;
		top:9px;
		right: 15px;
		z-index: 9999;
		display: block;
		border-radius: 3px;
		cursor: pointer;
		outline: none;
	}

	header label span{
		background: #ffffff;
		width: 60%;
		height:3px;
		position: absolute;
		left: 50%;
		transform:translateX(-50%);
	}

	header label span:nth-child(1){
		top:13px;
	}

	header label span:nth-child(2){
		bottom:13px;
	}
}

/* nav */
nav{
	float: right;
	margin:10px 0 0 0;
}

header.stick nav{
	margin:0px 0 0 0;
}

nav ul li{
	display: inline-block;
	list-style: none;
	margin:0 0 0 10px;
}

@media(max-width:800px){
	nav{
		position: absolute;
		width: 60%;
		top:0;
		left: 0;
		background: #212121;
		z-index: 99999;
		margin:0 0 0 0;
		z-index: 9999;
	}

	nav ul li{
		display: block;
		border-radius: 0;
	}
}

nav ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	line-height: 45px;
	position: relative;
	padding: 0 10px;
}

nav ul li:last-child a{
	background: #ffffff;
	border-radius: 50px;
	color: #212121;
	font-weight: 700;
	padding: 0 10px 0 55px;
	font-size: 15px;
}

nav ul li:last-child a i{
	display: inline-block;
	background: #1cace1; /* Old browsers */
	background: -moz-linear-gradient(left,  #1cace1 1%, #2dd2f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1cace1 1%,#2dd2f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1cace1 1%,#2dd2f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cace1', endColorstr='#2dd2f5',GradientType=1 ); /* IE6-9 */
	line-height: 45px;
	width: 45px;
	position: absolute;
	left: 0;
	text-align: center;
	border-radius: 50px;
	transform: scale(1.1);
	box-shadow: 3px 0 5px rgba(0,0,0,.2);
	color: #ffffff;
}

@media(max-width:800px){
	nav{
		position: absolute;
		width: 60%;
		top:0;
		left: 0;
		background: #212121;
		z-index: 99999;
		transform: translateY(-100%);
		transition: all .3s ease;
	}

	#btn-nav:checked ~ nav{
		transform: translateY(0%);
	}

	nav ul li{
		display: block;
		border-radius: 0;
		margin:0 0 0 0;
	}

	nav ul li:last-child a{
		border-radius: 0;
		margin:0 0 0 0;
		padding: 0 10px;
	}

	nav ul li:last-child a i{
		transform: scale(1);
	}
}

/* home */
.home{
	height: 100vh;
	position: relative;
}

.home:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.4);
	top:0;
	left: 0;
}

.home .wrap{
	padding: 16% 0 0 0;
	position: relative;
	z-index: 10;
}

.home .wrap h1{
	font-size: 54px;
	line-height: 60px;
	max-width: 55%;
	color: #ffffff;
}

.home .wrap h2{
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	margin:20px 0;
	max-width: 55%;
	display: block;
}

@media(max-width:800px){
	.home{
		height: auto;
		padding: 50px 0;
		text-align: center;
	}

	.home .wrap{
		padding: 0 0 0 0;
	}

	.home .wrap h1{
		margin:auto;
		max-width: 90%;
		font-size: 30px;
		line-height:40px;
	}

	.home .wrap h2{
		margin:auto;
		max-width: 90%;
		font-size: 20px;
		line-height:30px;
	}
}

.home .wrap p a{
	display: inline-block;
	color: #313131;
	background: #ffffff;
	padding: 16px 40px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	margin:40px 0 0 0;
}

.home .wrap p a:hover{
	background: #1cace1;
	color: #ffffff;
	transition-delay: .2s;
}

/* wellcome */
.wellcome{
	padding: 120px 0;
}

.wellcome .left{
	width: 48%;
	float: left;
}

.wellcome .left article:nth-child(1){
	width: 100%;
	margin:0 0 20px 0;
}

.wellcome .left article:nth-child(1) h2{
	color: #313131;
	font-size: 40px;
	font-weight: 700;
}

.wellcome .left article:nth-child(1) p{
	font-size: 18px;
	font-weight: 600;
	color: #444444;
}

.wellcome .left article:nth-child(2){
	width: 49%;
	margin:0 2% 0 0;
	float: left;
}

.wellcome .left article:nth-child(3){
	width: 49%;
	float: left;
}

.wellcome .left article:nth-child(2) .icon,
.wellcome .left article:nth-child(3) .icon{
	color: #1cace1;
	font-size: 40px;
}

.wellcome .left article:nth-child(2) h2,
.wellcome .left article:nth-child(3) h2{
	font-size: 25px;
	color: #313131;
}

@media(max-width:800px){
	.wellcome{
		padding: 40px 0;
	}

	.wellcome .left{
		width: 100%;
		float: none;
		margin:0;
	}

	.wellcome .left article:nth-child(1) h2{
		font-size: 30px;
	}

	.wellcome .left article:nth-child(2) h2,
	.wellcome .left article:nth-child(3) h2{
		font-size: 20px;
		color: #313131;
	}
}

.wellcome .left article:nth-child(2) p,
.wellcome .left article:nth-child(3) p{
	font-size: 16px;
	color: #444444;
}



.wellcome .right{
	width: 48%;
	float: right;
}

@media(max-width:800px){
	.wellcome .right{
		width: 100%;
		margin:40px 0 0 0;
	}
}

.wellcome .right img{
	width: 100%;
	margin:0 0 -5px 0;
	border-radius: 5px;
}

/* showcase */
.showcase{
	padding: 80px 0;
	background: #FFF7F0;
}

.showcase h2{
	text-align: center;
	font-size: 40px;
	color: #313131;
}

.showcase .subtitle{
	margin:0 0 40px 0;
}

.showcase .subtitle h3{
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	width: 60%;
	color: #444444;
	margin:auto;
}

@media(max-width:800px){
	.showcase{
		padding: 40px 0;
	}

	.showcase h2{
		font-size: 30px;
	}

	.showcase .subtitle h3{
		font-size: 18px !important;
		width: 90%;
	}
}

.showcase article{
	width: 45%;
	float: left;
	margin:0 2% 2% 0;
	padding:50px 2%;
	background: #ffffff;
	border-radius: 5px;
}

@media(max-width:800px){
	.showcase article{
		width: 90%;
		margin:0 auto 20px auto;
		float: none;
	}
}

.showcase article:nth-child(2n + 0){
	margin:0 0 2% 0;
}

.showcase article .icon{
	font-size: 30px;
	width: 60px;
	height: 60px;
	background: #1cace1; /* Old browsers */
	background: -moz-linear-gradient(left,  #1cace1 1%, #2dd2f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1cace1 1%,#2dd2f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1cace1 1%,#2dd2f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cace1', endColorstr='#2dd2f5',GradientType=1 ); /* IE6-9 */
	border-radius: 50px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	margin:0 0 20px 0;
}

.showcase article h4{
	font-size: 20px;
	color: #313131;
	margin:0 0 10px 0;
}

.showcase article p{
	font-size: 18px;
	color: #444444;
	margin:0 0 30px 0;
}

.showcase article p:last-child{
	margin:0 0 0 0;
	font-size: 16px;
}

.showcase article p:last-child a{
	display: block;
	text-decoration: none;
	color: #313131;
}

.showcase article p:last-child a i{
	display: inline-block;
	color: #1cace1;
	font-size: 14px;
	margin:0 0 0 10px;
	transition:all .3s ease;
}

.showcase article p:last-child a:hover i{
	margin:0 0 0 20px;
}

.showcase .btn-more{
	display: table;
	text-align: center;
	margin:20px auto 0 auto;
}

.showcase .btn-more a{
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	background: #1cace1; /* Old browsers */
	background: -moz-linear-gradient(left,  #1cace1 1%, #2dd2f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1cace1 1%,#2dd2f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1cace1 1%,#2dd2f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cace1', endColorstr='#2dd2f5',GradientType=1 ); /* IE6-9 */
	color: #ffffff;
	padding: 16px 30px;
	border-radius: 50px;
	transition: all .3s ease;
}

.showcase .btn-more a:hover{
	letter-spacing: 2px;
}

/* banner-1 */
.banner-1{
	position: relative;
	overflow: hidden;
	background: #000000;
	padding: 100px 0;
}

.banner-1 img{
	position: absolute;
	width: 100%;
	height: auto;
	top:50%;
	transform: translateY(-50%);
	z-index: 1;
	opacity: .5;
	pointer-events: none;
}

.banner-1 .wrap{
	position: relative;
	z-index: 3;
	text-align: center;
}

.banner-1 .wrap h2{
	font-size: 40px;
	color: #ffffff;
	max-width: 700px;
	margin:0 auto 20px auto;
}

.banner-1 .wrap .subtitle h3{
	font-size: 20px;
	font-weight: 300;
	max-width: 600px;
	margin:0 auto 40px auto;
	color: #ffffff;
}

@media(max-width:800px){
	.banner-1{
		padding: 40px 0;
	}

	.banner-1 img{
		width: 200%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.banner-1 .wrap h2{
		font-size: 30px;
	}
}

.banner-1 .wrap article{
	width: 20%;
	display: inline-block;
}

.banner-1 .wrap article .icon{
	font-size: 50px;
	color: #ffffff;
	margin:0 0 10px 0;
}

.banner-1 .wrap article h3{
	font-size: 25px;
	font-weight: 700;
	color: #ffffff;
}

.banner-1 .wrap article h4{
	font-weight: 400;
	color: #ffffff;
}

/* testimonials */
.testimonials{
	padding: 80px 0;
}


.testimonials .wrap > h2{
	font-size: 40px;
	color: #313131;
	text-align: center;
	margin:0 0 30px 0;
}

.testimonials article{
	width: 30%;
	float: left;
	margin:0 5% 0 0;
}

@media(max-width:800px){
	.testimonials{
		padding: 40px 0;
	}

	.testimonials .wrap > h2{
		font-size: 30px;
	}

	.testimonials article{
		width: 100%;
		margin:0 0 40px 0;
	}
}

.testimonials article:nth-child(3){
	margin:0 0 0 0;
}

.testimonials article p{
	font-size: 15px;
	line-height: 30px;
	color: #777777;
}

.testimonials article .user-info .image{
	width: 50px;
	overflow: hidden;
	float: left;
	border-radius: 50px;
}

.testimonials article .user-info{
	margin:20px 0 0 0;
}

.testimonials article .user-info .image img{
	width: 100%;
	margin:0 0 -5px 0;
}

.testimonials article .user-info .busines{
	margin:0 0 0 70px;
}

.testimonials article .user-info .busines h2{
	font-size: 20px;
	color: #313131;
}

.testimonials article .user-info .busines h3{
	color: #515151;
	font-weight: 300;
	font-size: 15px;
}

/* blog */
.blog{
	padding: 100px 0;
	background: #f0f0f0;
}



.blog h2{
	text-align: center;
	font-size: 40px;
	color: #313131;
}

.blog .subtitle{
	margin:0 0 40px 0;
}

.blog .subtitle h3{
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	width: 60%;
	color: #444444;
	margin:auto;
}

.blog article{
	width: 30%;
	float: left;
	margin:0 5% 0 0;
	background: #ffffff;
}

.blog article:nth-child(3){
	margin:0 0 0 0;
}

@media(max-width:800px){
	.blog{
		padding: 40px 0;
	}

	.blog h2{
		font-size: 30px;
	}

	.blog article{
		width: 100%;
		float: none;
		margin:0 0 40px 0;
	}
}

.blog article .image{
	overflow: hidden;
}

.blog article .image img{
	width: 100%;
}

.blog article a{
	text-decoration: none;
	color: inherit;
}

.blog article h3{
	font-size: 20px;
	color: #313131;
	padding: 0 10px;
}

.blog article .date{
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
}

.blog article p{
	color: #515151;
	font-size: 15px;
	line-height: 25px;
	padding: 10px 10px;
}

.blog article .info-entry{
	background: #99999990;
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #313131;
	font-weight: 700;

}

.blog article .info-entry i{
	background: #1cace1;
	color: #ffffff;
	display: inline-block;
	line-height: 20px;
	width: 20px;
	border-radius: 50px;
	text-align: center;
	margin:0 10px 0 0;
}

/* suscribe */
.suscribe{
	padding: 60px 0;
}

.suscribe .left{
	width: 50%;
	float: left;
}

.suscribe .left h2{
	font-size: 30px;
	font-weight: 700;
	color: #313131;
}

.suscribe .left h3{
	font-size: 18px;
	font-weight: 400;
	color: #555555;
}

.suscribe .right{
	width: 50%;
	float: right;
	text-align: right;
}

@media(max-width:800px){
	.suscribe .left{
		width: 100%;
		float: none;
		text-align: center;
	}

	.suscribe .right{
		text-align: center;
		width: 100%;
		float: none;
	}
}

.suscribe .right ul{
	margin:10px 0 0 0;
}

.suscribe .right ul li{
	display: inline-block;
	line-height: 50px;
	margin:0 10px;
}

.suscribe .right ul li a{
	display: block;
	text-decoration: none;
	color: #313131;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.suscribe .right ul li a i{
	font-size: 30px;
	color: #1cace1;
	display: inline-block;
	transform: translateY(5px);
	margin:0 10px 0 0;
}

.suscribe .right ul li:nth-child(3) a{
	color: #ffffff;
	font-weight: 700;
	padding: 0 40px;
	border-radius: 50px;
	background: #1cace1; /* Old browsers */
	background: -moz-linear-gradient(left,  #1cace1 1%, #2dd2f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1cace1 1%,#2dd2f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1cace1 1%,#2dd2f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cace1', endColorstr='#2dd2f5',GradientType=1 ); /* IE6-9 */


}

/* page-banner */
.page-banner{
	padding: 100px 0;
	background-size: 200%;
	background: #212121;
}

.page-banner h1{
	font-size: 20px;
	color: #ffffff;
}

/* content */
.content{
	padding: 50px 0;
}

.content input[type="text"],
.content input[type="number"],
.content input[type="tel"],
.content input[type="email"],
.content input[type="password"],
.content textarea{
	padding: 14px 1%;
	border:none;
	background-color: #f0f0f0 !important;
	color: #313131 !important;
	outline: none;
	width: 98%;
	margin:0 0 10px 0;
	-webkit-appearance: none;
	resize: none;
}

.content input[type="submit"]{
	padding: 17px 40px;
	border:none;
	outline: none;
	color: #ffffff;
	background-color: #1cace1;
	cursor: pointer;
	border-radius: 50px;
}


/* sub-footer */
.sub-footer{
	padding: 80px 0;
	background: #1cace1; /* Old browsers */
	background: -moz-linear-gradient(left,  #1cace1 1%, #2dd2f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1cace1 1%,#2dd2f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1cace1 1%,#2dd2f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cace1', endColorstr='#2dd2f5',GradientType=1 ); /* IE6-9 */
}

.sub-footer article{
	width: 19%;
	float: left;
	margin:0 1.2% 0 0;
}

.sub-footer article:nth-child(5){
	margin:0 0 0 0;
}

@media(max-width:800px){
	.sub-footer{
		padding: 40px 0;
	}

	.sub-footer article{
		width: 100%;
		float: none;
		text-align: center;
		margin:0 0 50px 0;
	}

	.sub-footer article:nth-child(5){
		margin:0px 0 0 0;
	}
}


.sub-footer article h2{
	font-size: 20px;
	color: #ffffff;
	margin:0 0 20px 0;
}

.sub-footer article ul li{
	list-style: none;
	font-weight: 600;
	padding: 10px 0;
}

.sub-footer article ul li a{
	text-decoration: none;
	color: rgba(255,255,255,.7);
}

.sub-footer article ul li a:hover{
	color: #ffffff;
	transition: all .3s ease;
}

.sub-footer article ul.social{
	margin:20px 0 0 0;
}

.sub-footer article ul.social li{
	display: inline-block;
	width: 45px;
	line-height: 45px;
	margin:0 5px 0 0;
	padding: 0;
}

.sub-footer article ul.social li a{
	color: #1cace1;
	text-align: center;
	font-size: 20px;
	display: block;
	line-height: 45px;
	background: #ffffff;
	border-radius: 50px;
}

.sub-footer article ul.social li a:hover{
	background: #313131;
}

/* footer */
footer{
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	background: #1cace1; /* Old browsers */
	background: -moz-linear-gradient(left,  #1cace1 1%, #2dd2f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1cace1 1%,#2dd2f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1cace1 1%,#2dd2f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cace1', endColorstr='#2dd2f5',GradientType=1 ); /* IE6-9 */
}

footer a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

