/*
Theme Name: HDPE Melipilla
Author: SA Publicidad SpA
Author URI: https://www.sapublicidad.cl/
Description: Template desarrollado por SA Publicidad, el uso de este template es privado y de exclusivo uso de SA Publicidad SpA.
Version: 2.0
License: Privada
Tags: minimalista, responsive, modern, full width

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


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

* img{
	height:auto;
	
}

.clear{
	clear: both;
}

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

/* top-banner */
.top-banner{
	padding: 5px 0;
	line-height: 30px;
	background-color: #f0f0f0;
}

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

.top-banner .contact-top{
	float: left;
}

.top-banner .contact-top li{
	display: inline-block;
	margin:0 10px 0 0;
}

.top-banner .contact-top li a{
	text-decoration: none;
	color: #555555;
	font-weight: 400;
	font-size: 12px;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.top-banner .contact-top li a span{
	color: #c33d3a;
}

.top-banner .contact-top li a:hover{
	color: #c33d3a;
}

.top-banner .social-top{
	float: right;
}

.top-banner .social-top li{
	display: inline-block;
	width: 30px;
	text-align: center;
	margin:0 0 0 10px;
}

.top-banner .social-top li a{
	display: block;
	text-decoration: none;
	color: #444444;
	background-color: rgba(0,0,0,.1);
	border-radius: 5px;
	font-size: 12px;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.top-banner .social-top li a:hover{
	background-color: #408B61;
	color: #ffffff;
}

/* header */
header{
}

header .logo{
	width: 250px;
	float: left;
	margin:15px 0;
}

@media(max-width: 800px){
	header .logo{
		width: 50%;
		float: none;
		margin:10px auto;
	}
}


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

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

header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		display: block;
		line-height: 45px;
		width: 45px;
		text-align: center;
		background-color: #f0f0f0;
		cursor: pointer;
		outline: none;
		border-radius: 4px;
		top:10px;
		right: 20px;
		position: absolute;
		z-index: 9999999;
	}
}

/* nav */
nav{
	float: right;
	line-height: 81px;
}

nav li{
	float: left;
	list-style: none;
	position: relative;
}

nav li a{
	display: block;
	text-decoration: none;
	color: #212121;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}

nav li a:after{
	transform: rotateY(90deg);
	position: absolute;
	content: "";
}


nav li.current-menu-item a:after,
nav li:hover a:after{
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	background-color: #408B61;
	content: "";
	left: 0;
	top: 0;
	transform: rotateY(0deg);
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

@media(max-width: 800px){
	nav{
		position: absolute;
		top:0;
		margin:0 0 0 0;
		left: 0;
		width: 50%;
		z-index:99999999;
		transform: translateX(-100%);
		opacity: 0;
		transition: all .4s ease;
		background-color: #ffffff;
	}

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

	nav ul > li{
		display: block;
		margin:0 0 0 0;
		float: none;
		width: 100%;
		border-bottom: solid 1px rgba(0,0,0,.1);
	}

	nav ul >li > a{
		line-height: 45px;
	}

	nav ul > li.current-menu-item:after{
		display: none;
	}

	nav ul > li.current-menu-item > a{
		background-color: #408B61;
		color: #ffffff;
	}
}


/* slider */
.slider{
	position: relative;
}

.slider .single{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #111111;
}

.slider .single .image{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #313131;
	opacity: .6;
}

.slider .single .image img{
	width: 100%;
	height: 100%;
}

.slider .single .text{
	position: absolute;
	z-index: 10;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 50px;
	font-weight: 900;
	color: #ffffff;
}

@media(max-width: 800px){
	.slider .single .text{
		font-size: 18px;
		width:90%;
	}
}

.slidesjs-pagination{
	position: absolute;
	left: 50%;
	bottom:10%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
}

@media(max-width: 800px){
	.slidesjs-navigation{
		display: none;
	}
}

.slidesjs-pagination-item{
	list-style: none;
	margin:0 20px 0 0;
	display: inline-table;
}

.slidesjs-pagination-item a{
	display: block;
	text-decoration: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	line-height: 16px;
	border:solid 1px #212121;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.slidesjs-pagination-item a:hover{
	border-color: rgba(0,0,0,.5);
}

.slidesjs-pagination-item a.active{
	background-color: #212121;
}

a.slidesjs-previous{
	position: absolute;
	left: 5%;
	top:0;
	width: 50px;
	height: 50px;
	top:50%;
	transform: translateY(-50%);
	background-image: url(img/previous.svg);
	z-index: 999;
}

a.slidesjs-next{
	position: absolute;
	top:0;
	width: 50px;
	height: 50px;
	top:50%;
	right: 5%;
	transform: translateY(-50%);
	background-image: url(img/next.svg);
	z-index: 999;
}

/* wellcome */
.wellcome{
	padding: 140px 0;
	text-align: center;
	background-image: url(img/bg3.jpg);
	background-size: 100%;
	background-attachment: scroll;
}

.wellcome h1{
	font-size: 40px;
	font-weight: 300;
	position: relative;
	margin:0 0 20px 0;
}

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

.wellcome h1:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	background-color: #408B61;
	width: 100px;
	height: 1px;
}

.wellcome h2{
	margin:50px auto 0 auto;
	font-weight: 300;
	max-width: 70%;
	font-size: 14px;
	line-height: 30px;
	color: #313131;
}

/* title-section */
.title-section{
	padding: 50px 0 0 0;
}

.title-section h2{
	position: relative;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #313131;
}

.title-section h2:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #313131;
	transition:all .4s ease;
}

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

.showcase article{
	width: 20%;
	float: left;
	margin:0 6% 5% 0;
	position: relative;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #313131;
}

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

	.showcase article,
	.showcase article:nth-child(4n +0){
		width: 100%;
		float: none;
		margin:0 0 20px 0;
	}
}

.showcase article:after{
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	bottom: -2px;
	left: 0;
	background-color: #313131;
	transition:all .4s ease;
}

.showcase article:before{
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	bottom: -2px;
	left: 0;
	background-color: #313131;
	transition:all .4s ease;
}

.showcase article:hover:after{
	bottom: 8px;
	height: 1px;
	opacity: .2;
}

.showcase article:hover:before{
	bottom: 15px;
	height: 1px;
	opacity: .2;
}

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

.showcase article .image{
	margin:0 0 10px 0;
	overflow: hidden;
	position: relative;
	padding: 0 20px 20px 10px;
}

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


.showcase article h2{
	font-size: 20px;
	color: #313131;
}

.showcase article p{
	font-weight: 300;
	line-height: 24px;
	font-size: 14px;
}

.showcase article .btn-more{
	line-height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin:20px 0 0 0;
	position: relative;
}

.showcase article .btn-more a{
	display: block;
	text-decoration: none;
	color: #313131;
	border:solid 2px #313131;
	padding: 0 20px;
	position: relative;
	z-index: 2;
	color: #313131;
	transition:all .4s ease;
}

.showcase article .btn-more:hover a{
	color: #ffffff;
}

.showcase article .btn-more:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #313131;
	top:0;
	left: 0;
	z-index: 1;
	transform: rotateY(90deg);
	transition:all .4s ease;
}

.showcase article .btn-more:hover:before{
	transform: rotateY(0deg);
}

/* testimonials */
.testimonials{
	padding: 80px 0;
	background-color: #f9f9f9;
	text-align: center;
}

.testimonials img{
	border-radius: 50%;
}

.testimonials h2{
	font-size: 20px;
	color: #313131;
}

.testimonials h3{
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	position: relative;
	margin:0 0 20px 0;
}

.testimonials h3:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #999999;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

.testimonials p{
	font-weight: 300;
	font-style: italic;
	max-width: 800px;
	margin:auto;
	color: #717171;
}

.testimonials .start{
	margin:20px 0 0 0;
	font-size: 12px;
	color: #408B61;
}


/* contact */
.contact{
	box-shadow: inset 0em 100em rgba(0,0,0,.1);
	position: relative;
	z-index: 10;
}
.contact .left{
	width: 40%;
	float: left;
	padding: 0px 5%;
	background-color: #ffffff;
	position: absolute;
	height: 100%;
}

.contact .left .middle{
	height: 100%;
	display: table;
	width: 100%;
}

.contact .left .middle .inter{
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.contact .left .middle .inter h2 img{
	max-width: 220px;
	margin:0 0 20px 0;
}


@media(max-width: 800px){
	.contact .left{
		float: none;
		width: 90%;
		background-image: none;
		text-align: center;
		height: auto;
	}

	.contact .left .middle .inter h2:after{
		left: 50%;
		transform: translateX(-50%);
	}
}

.contact .left .middle .inter li{
	list-style: none;
	line-height: 30px;
	color: rgba(0,0,0,.5);
	font-weight: 300;
}

.contact .left .middle .inter li i{
	margin:0 10px 0 0;
}

.contact .left .middle .inter li a{
	text-decoration: none;
	color: rgba(0,0,0,.6)
}

.contact .right{
	float: right;
	width: 40%;
	padding: 50px 5%;
}

@media(max-width: 800px){
	.contact .right{
		float: none;
		width: 90%;
		padding: 40px 5%;
	}
}

.contact .right h2{
	font-size: 40px;
	color: #2EBAE0;
	font-weight: 300;
}

.contact .right input[type="text"],
.contact .right textarea{
	padding: 16px 2%;
	width: 96%;
	border:none;
	margin:0 0 20px 0;
	background-color: rgba(255,255,255,.7);
	color: #212121;
	font-weight: 300;
	resize: none;
	font-size: 15px;
	outline: none;
	border-radius: 5px;
	-webkit-appearance: none;
}

@media(max-width: 800px){
	.contact .right input[type="text"],
	.contact .right textarea{
		width: 96%;
		padding: 16px 2%;
	}
}

.contact .right input[type="text"]::placeholder,
.contact .right textarea::placeholder{
	color: #212121;
	font-weight: 300;
	font-size: 15px;
}

.contact .right input[type="submit"]{
	padding: 15px 50px;
	background-color: #2EBAE0;
	border:none;
	outline: none;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	-webkit-appearance: none;

} 


/* page-banner */
.page-banner{
	background-color: #408B61;
	padding: 50px 0;
	color: #ffffff;
	text-align: center;
}

.page-banner h1{
	font-weight: 600;
}



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

.content input[type="text"],
.content input[type="email"],
.content textarea,
.content input[type="tel"]{
	background-color: #f0f0f0;
	border-radius: 4px;
	padding: 17px 1%;
	width: 89%;
	resize: vertical;
	outline: none;
	color: #313131;
	margin:0 0 10px 0;
	border:none;
}

.content input[type="submit"]{
	padding: 17px 40px;
	font-size: 14px;
	font-weight: 800;
	border:none;
	outline: none;
	background-color: #408B61;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
}

.content a{
	text-decoration: none;
}


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

.sub-footer article{
	float: left;
}

.sub-footer article h2{
	color: rgba(0,0,0,.7);
	font-weight: 300;
	font-size: 20px;
	margin:0 0 40px 0;
}

.sub-footer article h3{
	color: rgba(0,0,0,.7);
	font-weight: 300;
	font-size: 18px;
	margin:0 0 40px 0;
}

.sub-footer article p{
	color: rgba(0,0,0,.5);
	font-weight: 300;
	text-align: justify;
	font-size: 14px;
	line-height: 25px;
}

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

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

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


@media(max-width: 800px){
	.sub-footer{
		padding: 40px 0;
	}
	.sub-footer article:nth-child(1),
	.sub-footer article:nth-child(2),
	.sub-footer article:nth-child(3),
	.sub-footer article:nth-child(4){
		width: 100%;
		float: none;
		margin:0 0 40px 0;
		text-align: left;
		border-bottom: solid 1px rgba(0,0,0,.2);
		padding: 0 0 40px 0;
	}

	.sub-footer article:nth-child(4){
		border-bottom: none;
	}
}

.sub-footer article li{
	list-style: none;
}

.sub-footer article li a{
	color: rgba(0,0,0,.5);
	text-decoration: none; 
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	transition: all 400ms ease;
}

.sub-footer article li a:hover{
	color: #408B61;
}

.sub-footer article form{
	margin:0 0 10px 0;
}

.sub-footer article input[type="text"]{
	padding: 14px 2%;
	width: 61%;
	float: left;
	border:none;
	outline: none;
	border-radius: 25px 0 0 25px;
	font-size: 11px;
	-webkit-appearance: none;
}

.sub-footer article input[type="text"]::placeholder{
	color: #212121;
}

.sub-footer article input[type="submit"]{
	padding: 14px 2%;
	width: 31%;
	float: left;
	border:none;
	outline: none;
	border-radius: 0 25px 25px 0;
	background-color: #408B61;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	-webkit-appearance: none;
}

.sub-footer article ul.menu-contact{
	margin:20px 0 0 0;
	line-height: 30px;
}

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

@media(max-width: 800px){
	.sub-footer article ul.social{
		text-align: center;
	}
}

.sub-footer article ul.social li{
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin:0 5px 0 0;
}

.sub-footer article ul.social li a{
	background-color: rgba(255,255,255,.1);
	display: block;
	line-height: 45px;
	border-radius: 50%;
	width: 45px;

}

.sub-footer article ul.social li:hover a{
	display: block;
	background-color: #408B61;
}

.sub-footer article ul.social li:hover a{
	color: #ffffff;
}

/* footer */
footer{
	background-color: #f0f0f0;
}

footer .wrap{
	border-top:solid 5px #408B61;
	padding: 20px 0;
}

footer .copy{
	float: left;
	width: 80%;
	color: rgba(0,0,0,.5);
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 0 0 0;
}

footer .author{
	width: 130px;
	float: right;
	max-width: 20%;
}

@media(max-width: 800px){
	footer .copy{
		float: none;
		text-align: center;
		width: 80%;
		margin:auto;
	}

	footer .author{
		text-align: center;
		float: none;
		margin:40px auto 20px auto;
		width: 30%;
		max-width: 30%;
	}
}

footer .author img{
	width: 100%;
	filter: grayscale(100%);
	opacity: .7;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

footer .author:hover img{
	filter: grayscale(0%);
	opacity: 1;
}

.whatsapp-icon{
	width: 60px;
	position:fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
	opacity: .8;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
}

.whatsapp-icon:hover{
	opacity: 1;
}

.whatsapp-icon span{
	position: absolute;
	right: 100%;
	background-color: #333333;
	z-index: 99999999;
	top:50%;
	transform: translateY(-50%);
	font-size: 12px;
	width: 100px;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	font-weight: 300;
	border-radius: 3px;
	opacity: .7;
	margin:0 12px 0 0;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

@media(max-width: 800px){
	.whatsapp-icon span{
		display: none;
	}
}

.whatsapp-icon span:after{
	content: "";
	position: absolute;
	right: -8px;
	top:50%;
	transform: translateY(-50%);
	border-left: solid 8px #333333;
	border-top:solid 5px transparent;
	border-bottom: solid 5px transparent;
}


