/*
Theme Name: Serfospa
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad. ¿Sabías que este diseño ha sido creado exclusivamente para tu empresa? Cualquier cambio al código provocará cancelación de cualquier garantía.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width, SA Publicidad, SA Hosting

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

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

.wrap{
    width: 95%;
    margin:auto;
}

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

.clear{
    clear: both;
}

* img{
	height: auto;
}

/* header */
header{
    padding: 10px 0;
}

header.stick{
    position: fixed;
    width: 100%;
    background: #f9f9f9;
    top:0;
    z-index: 99999;
    padding:5px 0;
    box-shadow: 0 0 12px #00000020;
}

header .logo{
    width: 100px;
    float: left;
    max-width: 20%;
}

header .logo img{
	width: 100%;
	margin:0 0 -5px 0;
}

@media(max-width:800px){
	header .logo{
		width: 30%;
		max-width: 110px;
	}
}

header .logo img{
    margin:0 0 -5px 0
}

/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}

@media(max-width:800px){
	header label{
		display: block;
		position: absolute;
		width: 45px;
		height: 45px;
		background-color: #F2357B;
		position: absolute;
		top:14px;
		right: 14px;
		cursor: pointer;
		border-radius: 3px;
		box-shadow: 0 0 0 1px #5EBF6C;
	}

	header label span{
		position: absolute;
		width: 60%;
		height: 2px;
		background-color: #ffffff;
		left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
	}

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

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

	#btn-nav:checked ~ label span:nth-child(1){
		transform: rotate(45deg) translateX(-70%);
		top:36px;
		transition-delay: .2s;
	}

	#btn-nav:checked ~ label span:nth-child(2){
		transform: rotate(-45deg) translateX(-70%);
		bottom:35px;
	}
}

/* nav */
nav{
    float: right;
    text-align: center;
    margin:30px 0 0 0;
}

nav > ul{
    list-style: none;
}

nav > ul > li{
    display: inline-block;
}

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

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

	nav > ul > li{
		display: block;
		text-align: left;
	}
}

nav > ul > li > a{
    display: block;
    text-decoration: none;
    color: #777777;
    line-height: 45px;
    padding:0 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all .3s ease;
}

nav > ul > li:hover > a{
	color: #444444;
	transition-delay: .2s;
}

nav > ul > li.current-menu-item a{
    color:#121212;
}


/* home */
.home{
	padding: 200px 0;
	position: relative;
}

.stick2{
	margin:63px 0 0 0;
}

/* slider */
.slider{
	background: #000000;
	max-width: 95%;
	margin:auto;
}

.slider .single{
	position: relative;
	width: 100%;
	height: 100%;
}

.slider .single img{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: .8;
}

.slider .single .middle{
	height: 100%;
	position: relative;
	z-index: 99;
	width: 100%;
	display: table;
}

.slider .single .middle .inter{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.slider .single .middle .inter h1{
	font-size: 20px;
	color: #ffffff;
}


.slider .single .middle .inter h2{
	font-size: 40px;
	max-width: 900px;
	color: #ffffff;
	margin:30px auto 30px auto;
	font-weight: 700;
}

.slider .single .middle .inter p a{
	display: inline-block;
	background: #025373;
	margin:20px 0 0 0;
	line-height: 55px;
	padding: 0 50px;
	border-radius: 50px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

@media(max-width:800px){
	.slider .single .middle .inter h1{
		font-size: 30px;
	}

	.slider .single .middle .inter h2{
		font-size: 18px;
		font-weight: 500;
		max-width: 90%;
		margin:auto;
	}

	.slider .single .middle .inter p a{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0;
		left: 0;
		margin: 0;
		border-radius: 0;
		padding: 0;
		opacity: 0;
	}
}

.slider .single .middle .inter p a:hover{
	background: #05AFF2;
	transition: all .3s ease;
	letter-spacing: 2px;
}

/* wellcome */
.wellcome{
	padding: 140px 0;
	text-align: center;
}

.wellcome h2{
	font-size: 50px;
	font-weight: 600;
	color: #313131;
	margin:0 0 40px 0;
}

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

	.wellcome h2{
		font-size: 30px;
		margin:0 0 20px 0;
	}
}

.wellcome p{
	font-weight: 300;
	max-width: 800px;
	line-height: 35px;
	font-size: 17px;
	margin:auto;
}


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

section.showcase{
	display: flex;
	width: 95%;
	margin:auto;
	height: 600px;
}

section.showcase article{
	width: 0px;
	flex-grow: 1;
	object-fit: cover;
	transition: .5s ease;
	overflow: hidden;
	position: relative;
	background: #000000;
}
section.showcase article:hover{
	cursor: crosshair;
	width: 500px;
	opacity: 1;
	filter: contrast(120%);
}

section.showcase article img{
	position: absolute;
	width: auto;
	height: 100%;
	z-index: 1;
	opacity: .6;
}

section.showcase article .middle{
	height: 100%;
	top:0;
	z-index: 99;
	width: 100%;
	position: relative;
	display: table;
}

section.showcase article .middle .inter{
	vertical-align: middle;
	display: table-cell;
	padding: 0 5%;
}

section.showcase article .middle .inter h2{
	font-size: 30px;
	font-weight: 900;
	color: #ffffff;
	white-space: pre;
}


@media(max-width:800px){
	section.showcase{
		padding: 0;
		display: block;
		height: auto;
	}

	section.showcase article{
		width: 100%;
		position: relative;
		margin:0 0 20px 0;
		padding: 50px 0;
		overflow: hidden;
	}

	section.showcase article img{
		width: auto;
		height: 100%;
		top:0;
	}

	section.showcase article:hover{
		cursor: crosshair;
		width: 100%;
		opacity: 1;
		filter: contrast(120%);
	}


	section.showcase article .middle .inter h2{
	font-size: 30px;
	white-space: pre-line;
}
}


section.showcase article .middle .inter p{
	font-size:18px;
	font-weight: 300;
	color: #ffffff;
	width: 300px;
}

section.showcase article .middle .inter .btn-more{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	border:solid 1px #ffffff;
	text-decoration: none;
	color: #ffffff;
	margin:20px 0 0 0;
	border-radius: 3px;
}

section.showcase article .middle .inter .btn-more a{
	color: inherit;
	padding: 15px 50px;
	display: block;
	text-decoration: none;
	transition: all .3s ease;
}

section.showcase article .middle .inter .btn-more:hover a{
	background: #ffffff;
	color: #212121;
}

/* blog */
.blog{
	padding: 170px 0;
}

.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: 50px 0;
	}

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

	.blog .subtitle h3{
		width: 90%;
		font-size: 18px;
	}

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

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

.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{
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #313131;
	font-weight: 700;

}

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



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

.banner-3 > img{
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	z-index: 1;
	opacity: .4;
	pointer-events: none;
}

.banner-3 .wrap{
	position: relative;
	z-index: 9999;
	max-width: 1200px;
}

.banner-3 article:nth-child(1){
	width: 30%;
	float: left;
	margin:0 2% 0 0;
}

.banner-3 article:nth-child(1) h2{
	font-size: 20px;
	color: #5EBF6C;
	letter-spacing: 1px;
}

.banner-3 article:nth-child(1) h3{
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
}

.banner-3 article:nth-child(1) p{
	font-size: 17px;
	font-weight: 400;
	color: rgba(255,255,255,.8);
	margin:20px 0 0 0;
}

.banner-3 article:nth-child(2),
.banner-3 article:nth-child(3){
	width: 30%;
	float: left;
	margin:0 0 0 3%;
} 

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

	.banner-3 > img{
		height: 100%;
		width: auto;
	}

	.banner-3 article:nth-child(1){
		float: none;
		width: 90%;
		margin:0 auto 50px auto;
		text-align: center;
	}

	.banner-3 article:nth-child(1) h3{
		font-size: 25px;
	}

	.banner-3 article:nth-child(2),
	.banner-3 article:nth-child(3){
		width: 90%;
		float: none;
		margin:0 auto 40px auto;
	}
}

.banner-3 article .bounce{
	background: #F2F2F2;
	padding: 40px;
	border-radius: 5px;
	position: relative;
	margin:0 0 30px 0;
}

.banner-3 article .bounce:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 10%;
	border-top:solid 10px #F2F2F2;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

.banner-3 article .bounce p{
	color: #777777;
	line-height: 26px;
}

.banner-3 article .bounce p i{
	color: #5EBF6C;
	font-size: 30px;
}

.banner-3 article .user-profile{
	padding: 0 6%;
}

.banner-3 article .user-profile .image{
	width: 50px;
	overflow: hidden;
	border-radius: 500px;
	float: left;
}

.banner-3 article .user-profile .image img{
	width: 100%;
	margin:0 0 -4px 0;
}

.banner-3 article .user-profile .info{
	margin:5px 0 0 60px;
	padding: 10px 0 0 0;
	color: #ffffff;
}

.banner-3 article .user-profile .info h4{
	font-size: 14px;
	font-weight: 400;
}

/* suscribe */
.suscribe{
	text-align: center;
	padding: 70px 0;
}

.suscribe .icon{
	font-size: 40px;
	color: #5EBF6C;
}

.suscribe h2{
	color: #313131;
	font-size: 40px;
}

.suscribe h3{
	font-size: 22px;
	font-weight: 300;
	color: #777777;
}

.suscribe form{
	margin:20px auto;
	max-width: 500px;
}

@media(max-width:800px){
	.suscribe form{
		width: 90%;
	}
}

.suscribe form input[type="text"],
.suscribe form input[type="email"]{
	padding: 17px 2%;
	float: left;
	width: 76%;
	border:none;
	background: #f0f0f0;
	font-size: 16px;
	border-radius: 50px 0 0 50px;
	outline: none;
	-webkit-appearance: none;
}

.suscribe form input[type="submit"]{
	padding: 17px 0%;
	float: left;
	width: 20%;
	background: #5EBF6C;
	color: #ffffff;
	font-size: 16px;
	border:none;
	border-radius: 0 50px 50px 0;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

.suscribe p{
	font-weight: 400;
	color: #777777;
	display: block;
	font-size: 15px;
	margin:10px 0 0 0;
}

/* banner-4 */
.banner-4{
	padding: 50px 0;
	background: #212121;
	color: #ffffff;
}

.banner-4 h2{
	max-width: 60%;
	line-height: 50px;
	font-size: 34px;
}

@media(max-width:800px){
	.banner-4 h2{
		max-width: 90%;
		margin:auto;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
	}
}

/* notfound */
.notfound{
    padding: 80px 0;
    text-align: center;
}

.notfound i{
    font-size: 100px;
    color: #313131;
}

.notfound h1{
    font-size: 60px;
    font-weight: 900;
    color: #313131;
}

.notfound h2{
    font-weight: 300;
    font-size: 22px;
    line-height: 40px;
    max-width: 500px;
    margin: auto;
}

/* page-banner */
.page-banner{
    padding: 150px 0 50px 0;
    background-color: #5EBF6C;
}

.page-banner h1{
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    color: #ffffff;
}

@media(max-width:800px){
    .page-banner{
        text-align: center; 
    }

    .page-banner h1{
        text-align: center;
        font-size: 30px;
    }
}

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

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

.content input[type="text"],
.content input[type="email"],
.content textarea{
    border:solid 1px rgba(0,0,0,.2);
    padding: 16px 2%;
    width: 96%;
    border-radius: 3px;
    outline: none;
    resize: vertical;
    margin:0 0 15px 0;
    font-size: 16px;
    -webkit-appearance: none;
    max-height: 100px;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content textarea:focus{
    border-color: #5EBF6C;
    transition: all .3s ease;
    transition-delay: .05s;
}

.content input[type="submit"]{
    background-color: #5EBF6C;
    color: #ffffff;
    padding: 22px 50px;
    font-size: 18px;
    font-weight: 600;
    border:none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-appearance: none;
}

.content input[type="submit"]:hover,
.content input[type="submit"]:focus{
    background-color: #D9043D;
}

/* sub-footer */
.sub-footer{
	background: #212121;
	padding: 0 0 80px 0;
}

.sub-footer article{
	width: 23%;
	float: left;
	margin:0 2% 0 0;
}

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

@media(max-width:800px){
	.sub-footer article{
		float: none;
		width: 100%;
		text-align: center;
		margin:0 0 50px 0;
	}
}

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

.sub-footer article ul li{
	list-style: none;
	padding: 10px 0;
}
.sub-footer article ul li a{
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,.6);
}

.sub-footer article .image img{
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
}

/* footer */
footer{
	background: #212121;
	padding: 20px 0;
	line-height: 45px;
}


footer .left{
	float: left;
	color: #999999;
}

footer .left i{
	font-style: normal;
}

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

	footer .left i{
		display: none;
	}

	footer .left span{
		display: block;
		margin:0 0 70px 0;
	}
}

footer .left a{
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}

footer .left a:hover{
	color: #5EBF6C;
	transition: all .3s ease;
}

footer .right{
	float: right;
}

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

footer .right ul li{
	display: inline-block;
	width: 45px;
	text-align: center;
	margin:0 0 0 10px;
}

footer .right ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #5EBF6C;
	border-radius: 4px;
	transition: all .3s ease;
}

footer .right ul li:hover a{
	background: #05AFF2;
}

.go-top{
	display: none;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	bottom: 25px;
	right: 25px;
	line-height: 50px;
	width: 50px;
	background: #5EBF6C;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
}

/* float-buttons */
.float-buttons{
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 220px;
	text-align: center;
	z-index: 99999;
}

.float-buttons ul li{
	list-style: none;
	margin:10px 0 0 0;
	line-height: 50px;
}

.float-buttons ul li a{
	display: block;
	background-color: #f0f0f0;
	font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 50px;
	transition: all .2s ease;
}

.float-buttons ul li a:hover{
	transform: scale(1.1);
}

.float-buttons ul li a{
	background: #25d366; /* Old browsers */
	background: -moz-linear-gradient(top,  #25d366 0%, #09b54a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #25d366 0%,#09b54a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #25d366 0%,#09b54a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#09b54a',GradientType=0 ); /* IE6-9 */

}

.float-buttons ul li a span{
	display: inline-block;
	margin:0 0 0 8px;
}

@media(max-width:800px){
	.float-buttons{
		width: 50px;
	}
	.float-buttons ul li a span{
		display: none;
	}
}

