/*
Theme Name: 3M Partes
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
*/

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

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

.clear{
	clear: both;
}

* img{
	height: auto;
}

/* top-banner */
.top-banner{
	border-top:solid 4px #ebc010;
	line-height: 30px;
	padding: 10px 0;
	background-color: #313131;
	border-bottom: solid 1px rgba(0,0,0,.5);
	margin:0 0 -1px 0;
}

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

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

.top-banner .social li{
	display: inline-block;
}

.top-banner .social li a{
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,.7);
	font-size: 14px;
	margin:0 4px;
	width: 20px;
	transition: all 400ms ease;
}

.top-banner .social li a:hover{
	color: #ebc010;
}

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

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

.top-banner .contact-top li a{
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,.7);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
}

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

/* header */
header{
	padding: 0px 0;
	overflow: hidden;
}

header .logo{
	float: left;
	width: 320px;
	margin:10px 0;
}

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

header .logo img{
	width: 100%;
}

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

header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		display: block;
		position: absolute;
		top:11px;
		right: 20px;
		background-color: #ebc010;
		line-height: 45px;
		width: 45px;
		text-align: center;
		border-radius: 5px;
		outline: none;
		cursor: pointer;
		font-size: 20px;
	}
}

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

nav li{
	display: inline-block;
	list-style: none;
}

@media(max-width: 800px){
	nav{
		float: none;
		position: absolute;
		top:0;
		left: 0;
		line-height: 45px;
		background-color: #ffffff;
		z-index: 999999;
		width: 50%;
		transform: translateX(-100%);
		opacity: 0;
		-webkit-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}

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

	nav li{
		display: block;
	}
}

nav li a{
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	padding: 0 20px;
	margin:0 -3px;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}

nav li:hover a,
nav li.current_page_item a{
	color:#ebc010;
	background-color: #111111;
}

/* slider */
.slider{
	background-color: #f0f0f0;
	position: relative;
}

.slider .single{
	height: 100%;
	background-size: 100%;
	background-attachment: scroll;
	box-shadow: inset 0em 100em rgba(255,255,255,.3);
}

.slide1{
	background-image: url(img/slide1.jpg);
}

.slide2{
	background-image: url(img/slide2.jpg);
}

.slider .single .wrap{
	height: 100%;
}

.slider .single .middle{
	height: 100%;
	display: table;
}

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

.slider .single .middle .inter h1{
	font-size: 55px;
	display: table;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #212121;
	max-width: 60%;
}

.slider .single .middle .inter p:nth-child(2){
	max-width: 50%;
	margin:3px 0 0 0;
	padding: 30px;
	font-size: 24px;
	color: #212121;
	font-weight: 500;
}

.slider .single .middle .inter p a{
	background-color: #ebc010;
	color: #212121;
	padding: 15px 50px;
	text-decoration: none;
	display: inline-block;
	margin:1px 0 0 20px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
}



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

	.slider .single .middle .inter p:nth-child(2){
		font-size:20px;
		max-width: 100%;
		text-align: center;
	}

	.slider .single .middle .inter p a{
		display: none;
	}
}

.slider .single .middle .inter p a:after{
	content: "";
	background-image: url(img/arrow-left.svg);
	width: 25px;
	height: 25px;
	right: 15px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.slidesjs-pagination{
	position: absolute;
	right: 6%;
	text-align: center;
	z-index: 10;
	top:50%;
	transform: translateY(-50%);
}

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

.slidesjs-pagination li{
	margin:10px 0;
	list-style: none;
}

.slidesjs-pagination li a{
	display: block;
	text-decoration: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	font-size: 0;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}

.slidesjs-pagination li a.active{
	background-color: #ebc010;
	transform: scale(1.5);
}

/* banner-home */
.banner-home{
	margin:-100px 0 0 0;
}
.banner-home .wrap{
	z-index: 10;
	width: 80%;
	background-color: #fff;
	position: relative;
}

.banner-home .wrap article{
	width: 16%;
	padding:24.5px 2%;
	text-align: center;
	float: left;
}

@media(max-width: 800px){
	.banner-home{
		margin:0 0 0 0;
	}
	.banner-home .wrap{
		width: 100%;
	}

	.banner-home .wrap article{
		width: 96%;
		float: none;
		padding: 40px 2%;
	}
}

.banner-home .wrap article:nth-child(1){
	background-color: #222222;
}

.banner-home .wrap article:nth-child(2){
	background-color: #191919;
}

.banner-home .wrap article:nth-child(3){
	background-color: #101010;
}

.banner-home .wrap article:nth-child(4){
	background-color: #ebc010;
	padding: 60px 2%;
	transform: translateY(-20px);
	position: relative;
}

@media(max-width: 800px){
	.banner-home .wrap article:nth-child(4){
		transform: translateY(0px);
	}
}

.banner-home .wrap article:nth-child(5){
	padding: 40px 2% 40px 2%;
}

.banner-home .wrap article:nth-child(4):before{
	content: "";
	position: absolute;
	border-bottom: solid 20px #ad9222;
	border-left: solid 20px transparent;
	top:0px;
	left: -20px;
}

.banner-home .wrap article:nth-child(4):after{
	content: "";
	position: absolute;
	border-bottom: solid 20px #ad9222;
	border-right: solid 20px transparent;
	top:0px;
	right: -20px;
}

.banner-home .wrap article:nth-child(4) .inter:before{
	content: "";
	position: absolute;
	border-top: solid 20px #ad9222;
	border-left: solid 20px transparent;
	bottom:0px;
	left: -20px;
}

.banner-home .wrap article:nth-child(4) .inter:after{
	content: "";
	position: absolute;
	border-top: solid 20px #ad9222;
	border-right: solid 20px transparent;
	bottom:0px;
	right: -20px;
}

.banner-home .wrap article:nth-child(5){
	background-color: #000000;
}

.banner-home .wrap article .icon{
	width: 100px;
	margin:auto;
	transition: all 1000ms ease;
	line-height: 100px;
	font-size: 50px;
	color: #ffffff;
}

.banner-home .wrap article:nth-child(1) .icon{
	width: 20%;
	margin:0 auto 32px auto;
}

.banner-home .wrap article:nth-child(4) .icon{
	color: #212121;
	width: 40%;
}

.banner-home .wrap article:nth-child(5) .icon{
	color: #ffffff;
	width: 20%;
}

.banner-home .wrap article:nth-child(5) .icon a{
	color: #ffffff;
	text-decoration: none;
}

.banner-home .wrap article:hover .icon{
	transform: rotateY(360deg);
}

.banner-home .wrap article .icon img{
	width: 100%;
	transform: scale(1.5);
}

.banner-home .wrap article h2{
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin:10px 0 10px 0;
}

.banner-home .wrap article:nth-child(4) h2{
	color: #212121;
}

.banner-home .wrap article h2 span{
	display: block;
	font-weight: 300;
}

.banner-home .wrap article p{
	color: rgba(255,255,255,.7);
	font-weight: 300;
	text-align: center;
	font-size: 14px;
}

.banner-home .wrap article:nth-child(4) p{
	color: rgba(0,0,0,.7);
}

.banner-home .wrap article .btn-more{
	width: 40%;
	margin:10px auto 0 auto;
	padding: 0px 20px;
	line-height: 30px;
	text-align: center;
}

.banner-home .wrap article:nth-child(4) .btn-more a{
	background-color: #2a343f;
}

.banner-home .wrap article:nth-child(4) .btn-more a:hover{
	background-color: #222;
}

.banner-home .wrap article .btn-more a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight:600;
	border-radius: 3px;
	margin:auto;
	background-color: #ebc010;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
}

.banner-home .wrap article .btn-more a:hover{
	background-color: #cf6947;
}


/* showcase */
.showcase{
	text-align: center;
	padding: 40px 0;
	background-image: url(img/bg1.jpg?a);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.showcase .left{
	width: 70%;
	float: left;
}

.showcase h2{
	font-size: 50px;
	font-weight: 900;
	color: #212121;
	margin:0 0 10px 0;
}

.showcase article{
	width: 43.5%;
	padding: 1% 2% 20px 2%;
	margin:0 2% 2% 0;
	float: left;
	position: relative;
	background-color: #ffffff;
	border: dashed 1px rgba(235,192,16,.3);
}

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

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

	.showcase article{
		width: 90%;
		float: none;
		margin:0 auto 20px auto;
	}
}

.showcase article:nth-child(3n +4){
	margin-right: 0px;
}

.showcase article .image{
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.showcase article .image img{
	height: 100%;
	width: auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.showcase article h2{
	font-size: 50px;
	font-weight: 900;
	color: rgba(0,0,0,.8);
	padding: 10px 0;
}

.showcase article h3{
	color: #212121;
	margin:25px 5% 0 5%;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	border-top: 1px dashed rgba(235,192,16,.3);
}

.showcase article h2 span{
	font-size: 15px;
	display: block;
	font-weight: 400;
}

.showcase article ul{
	padding: 30px 0;
}

.showcase article li{
	list-style: none;
	color: #666666;
	padding: 14px 0;
	font-weight: 300;
}

.showcase article .btn-add{
	line-height: 45px;
}

.showcase article .btn-add a{
	display: inline-block;
	text-decoration: none;
	background-color: #ebc010;
	padding: 0 20px;
	color: #212121;
	font-size: 17px;
	font-weight: 600;
	margin:15px 0 0 0;
}

.showcase .right{
	width: 25%;
	float: right;
	text-align: left;
	background-color: #f7f7f7;
	padding: 20px 2%;
	margin:77px 0 0 0;
	border-radius: 5px;
}

@media(max-width: 800px){
	.showcase .right{
		width: 91%;
		float: none;
		margin:auto;
	}
}

.showcase .right input[type="text"],
.showcase .right textarea{
	background-color: #ebc010;
	border:none;
	padding: 12px 2%;
	width: 96%;
	margin:0 0 10px 0;
	border-radius: 5px;
	resize: none;
	font-size: 12px;
	font-weight: 400;
	outline: none;
}

.showcase .right input[type="text"]::placeholder,
.showcase .right textarea::placeholder{
	color: #212121;
}

.showcase .right input[type="submit"]{
	background-color: #ebc010;
	color: #212121;
	font-weight: 500;
	font-size: 12px;
	padding: 15px 30px;
	border:none;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

/* banner-bottom */
.banner-bottom{
	padding: 40px 0;
	background-attachment: scroll;
	background-size: 100%;
	background-position: center;
	background-color: #f0f0f0;
	background-image: url(img/slide3.jpg);
	box-shadow: inset 0em 100em rgba(235,192,16,.9);
}

.banner-bottom .left{
	width: 50%;
	float: left;
}

.banner-bottom .left h2{
	color: #212121;
	font-size: 24px;
	font-weight: 600;
}

.banner-bottom .left h3,
.banner-bottom .left p{
	font-size: 20px;
	color: #212121;
	font-weight: 400;
}

.banner-bottom .right{
	float: right;
	width: 30%;
}

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

	.banner-bottom .right{
		width: 290px;
		float: none;
		margin:auto;
		text-align: center;
	}
}

.banner-bottom .right .btn-call{
	width: 80%;
	line-height: 45px;
	text-align: center;
	margin:15px 0 0 0;
	border-radius: 3px;
}

.banner-bottom .right .btn-call span{
	background-color: #aa9023;
	display: inline-block;
	width: 45px;
	border-radius: 3px 0 0 3px;
	float: left;
	transform: rotateX(-10deg);
	display: inline-block;
	border-top:solid 0px transparent;
	border-bottom: solid 5px #9d810e;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
}

.banner-bottom .right .btn-call:hover span{
	border-top:solid 3px #6c590b;
	border-bottom: solid 2px #6c590b;
	background-color: #6c590b;
	transform: rotateX(0deg);
}

.banner-bottom .right .btn-call em{
	float: left;
	font-style: normal;
	padding:0 30px;
	background-color: #ebc010;
	border-radius: 0 3px 3px 0;
	transform: rotateX(-10deg);
	display: inline-block;
	border-bottom: solid 5px #aa9023;
	border-top:solid 0px transparent;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
}

.banner-bottom .right .btn-call:hover em{
	border-top:solid 3px #9d810e;
	transform: rotateX(0deg);
	border-bottom: solid 2px #9d810e;
	background-color: #9d810e;
}

.banner-bottom .right .btn-call a{
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
}

/* page-banner */
.page-banner{
	padding: 50px 0;
	text-align: center;
	box-shadow: inset 0em 100em rgba(235,192,16,.6);
	background-size: 100%;
}

.page-banner h1{
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

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

.content input[type="text"],
.content input[type="email"],
.content textarea{
	padding: 14px 2%;
	width: 96%;
	border:none;
	background-color: #f0f0f0;
	border-radius: 4px;
	outline: none;
	margin:0 0 10px 0;
	resize: none;
}

.content input[type="submit"]{
	background-color: #ebc010;
	color: #111111;
	border:none;
	outline: none;
	cursor: pointer;
	padding: 16px 30px;
	border-radius: 4px;
}

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

.sub-footer img{
	width: 150px;
	margin:0 0 10px 0;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 5px;
	opacity: .7;
}

.sub-footer input[type="text"],
.sub-footer input[type="email"]{
	padding: 12px 1%;
	width: 40%;
	background-color: #ffffff;
	border:none;
	outline: none;
	border-radius: 4px;
}

.sub-footer input[type="submit"]{
	padding: 12px 1%;
	width: 30%;
	background-color: #ebc010;
	color: #212112;
	border:none;
	border-radius: 4px;
	margin:0 0 0 5px;
	cursor: pointer;
}


.sub-footer article{
	font-family: 'Montserrat', sans-serif;
	width: 20%;
	float: left;
	margin:0 1% 0 0;
}

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

}

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

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

	.sub-footer article,
	.sub-footer article:nth-child(1),
	.sub-footer article:nth-child(4){
		width: 90%;
		margin:0 auto 20px auto;
		text-align: center;
		float: none;
	}
}

.sub-footer article h3{
	letter-spacing: 1px;
	font-size:1.3em;
	color: #ffffff;
	font-weight: 400;
	margin:0 0 20px 0;
}

.sub-footer article li,
.sub-footer article li a{
	color: #999999;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	list-style: none;
}

.sub-footer .logo-footer{
	text-align: center;
	margin:80px 0 0 0;
}

.sub-footer .logo-footer p{
	color: #999999;
	padding: 10px 20%;
}

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

.sub-footer .social li{
	display: inline-block;
	line-height: 45px;
	height: 45px;
	width: 40px;
	font-size: 14px;
	margin:0 5px;
}

.sub-footer .social li a{
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
}

/* footer */
footer{
	text-align: center;
	background-color: #111111;
	color: #999999;
	font-size: 15px;
	padding: 50px 10% 30px 10%;
}

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