/*
Theme Name: La Carmelita
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: 'Roboto', sans-serif;
	padding: 0;
	margin:0;
}

.clear{
	clear: both;
}

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


/* header */
header{
	padding: 10px 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

header .logo{
	height: 120px;
	width: auto;
	margin:0 0 0 10px;
	float: left;
}

header .logo img{
	height: 100%;
}

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

	header .logo img{
		height: auto;
		width: 100%;
	}
}

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

header label{
	display: none;
}

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

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

nav > ul > li{
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	margin:0 0 0 30px;
}

nav > ul > li > a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all .3s ease;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 3px;
}

nav > ul > li:hover > a,
nav > ul > li.current-menu-item > a{
	color: #784d91;
	background-color: #ffffff;
}

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

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

	nav > ul > li{
		display: block;
		margin:0 0 0 0;
	}

	nav > ul > li a{
		border-radius: 0 !important;
		line-height: 50px;
	}

	nav li.current-menu-item a{
		border-radius: 0px;
	}
}

/* sub-nav */
nav ul > li > ul{
	display: none;
}
/* slider */
.slider{
	background-color: #313131;
	height: 100vh;
}

.slider .single{
	height: 100%;
	width: 100%;
	background-size: cover;
}

.slider .single .middle{
	height: 100%;
	display: table;
	width: 90%;
	margin:auto;
	max-width: 1400px;
}

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

.slider .single .middle .inter h1{
	font-size: 90px;
	text-transform: uppercase;
	max-width: 60%;
	color: #ffffff;
	margin:100px auto 0 auto;
	text-align: center;
	position: relative;
}

.slider .single .middle .inter h1:before{
	content: "";
	width: 120px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: -110px;
	top:50%;
}

.slider .single .middle .inter h1:after{
	content: "";
	width: 120px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	right: -110px;
	top:50%;
}

.slider .single .middle .inter h2{
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	font-size: 19px;
}

.slider .single .middle .inter a{
	display: inline-block;
	line-height: 50px;
	margin:50px 0 0 0;
	background-color: #ffffff;
	padding: 0 40px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #313131;
	transition: all .3s ease;
}

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

	.slider .single .middle .inter h1:before,
	.slider .single .middle .inter h1:after{
		display: none;
	}

	.slider .single .middle .inter a{
		margin:20px 0 0 0;
	}
}

.slider .single .middle .inter a:hover{
	background-color: #784d91;
	color: #ffffff;
}

.slide1{
	box-shadow: inset 0em 100em rgba(0,0,0,.3);
}

/* banner-1 */
.banner-1{
	padding: 100px 0;
}

.banner-1 .left{
	width: 60%;
	float: left;
	margin:50px 0 0 0;
}

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

	.banner-1 .left{
		width: 100%;
		text-align: center;
	}
}

.banner-1 .left h2{
	font-size: 38px;
	text-transform: uppercase;
	color: #313131;
	line-height: 40px;
	letter-spacing: 3px;
	margin:0 0 50px 0;
}

.banner-1 .left h2 span{
	color: #784d91;
	font-size: 50px;
	line-height: 30px;
	margin:0 0 0 10px;
}

.banner-1 .left article{
	width: 45%;
	display: inline-table;
	margin:0 5% 50px 0;
}

.banner-1 .left article:nth-child(2n +0){
	margin:0 0 50px 0;
}

.banner-1 .left article .icon{
	color: #784d91;
	font-size: 25px;
	margin:0 0 5px 0;
	width: 45px;
}

.banner-1 .left article .icon img{
	width: 100%;
	height: auto;
}

.banner-1 .left article h3{
	color:#313131;
	margin:0 0 10px 0;
}

.banner-1 .left article p{
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}

.banner-1 .right{
	width: 33%;
	float: left;
	margin:0 0 0 5%;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.banner-1 .right:before{
	content: "";
	position: absolute;
	border-left: solid 300px #ffffff;
	border-top:solid 100px transparent;
	bottom:-1px;
	right: 50%;
}

.banner-1 .right:after{
	content: "";
	position: absolute;
	border-right: solid 300px #ffffff;
	border-top:solid 100px transparent;
	bottom:-1px;
	left: 50%;
}

.banner-1 .right img{
	max-height: 600px;
	width: auto;
	margin:0 0 -5px 0;
}


@media(max-width: 800px){
	.banner-1 .right{
		width: 70%;
		float: none;
		margin:0 auto;
	}

	.banner-1 .right img{
		max-height: 300px;
	}
}
/* banner-3 */
.banner-3{
	padding: 100px 0;
	background-image: url(img/slide1.jpg?a);
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0em 100em rgba(0,0,0,.4);
}

.banner-3 article{
	width: 18%;
	float: left;
	margin:0 3% 0 0;
}

.banner-3 article:nth-child(1){
	width: 30%;
}


.banner-3 article:nth-child(1) h2{
	font-size: 55px;
	color: #ffffff;
	line-height: 60px;
	font-weight: 600;
}

.banner-3 article:nth-child(1) h3{
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	border:none;
	line-height: 30px;
}

.banner-3 article h2{
	font-size: 20px;
	font-weight: 300;
	font-size: 50px;
	line-height: 90px;
	color: #ffffff;
}

.banner-3 article h3{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	border-top:solid 1px rgba(255,255,255,.4);
	line-height: 60px;
}

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

	.banner-3  article{
		width: 100%;
		float: none;
	}

	.banner-3 article:nth-child(1){
		margin:0 0 20px 0;
	}

	.banner-3 article:nth-child(1) h2{
		font-size: 30px;
		line-height: 30px;
		margin:0 0 0 0 !important;
	}

	.banner-3 article h2{
		font-size: 40px;
		line-height: 50px;
		margin:30px 0 0 0;
	}

	.banner-3 article h3{
		line-height: 20px;
		margin:0 0 0px 0;
	}
}

/* banner-4 */
.banner-4{
	padding: 100px 0;
	text-align: center;
}
.banner-4 h2{
	font-size: 38px;
	text-transform: uppercase;
	color: #313131;
	line-height: 40px;
	letter-spacing: 3px;
	text-align: center;
	margin:0 0 50px 0;
}

.banner-4 h2 span{
	color: #784d91;
	font-size: 50px;
	line-height: 30px;
	margin:0 0 0 10px;
}

.banner-4 article{
	width: 22%;
	display: inline-block;
	margin:0 4% 0 0;
	padding: 40px 2%;
	background-color: #f4f6fa;
	border:solid 1px #d6dee3;
	text-align: left;
	border-radius: 5px;
}

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

	.banner-4 article{
		width: 96%;
		margin:0 0 20px 0;
	}
}


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

.banner-4 article > p{
	font-size: 16px;
	color: #6b788c;
	line-height: 25px;
}

.banner-4 article .info-client{
	margin:10px 0 0 0;
}

.banner-4 article .info-client .image{
	width: 50px;
	float: left;
}

.banner-4 article .info-client .image img{
	width: 100%;
	height: auto;
	margin:0 0 -5px 0;
	border-radius: 5px;
}

.banner-4 article .info-client .info{
	margin:0 0 0 60px;
}

.banner-4 article .info-client .info h3{
	color: #313131;
	font-size: 18px;
}

.banner-4 article .info-client .info p{
	color: #777777;
	font-size: 14px;
	margin:3px 0 0 0;
}

/* page-banner */
.page-banner{
	background-size: 100%;
	background-color: #313131;
	background-position: center;
	box-shadow: inset 0em 100em rgba(0,0,0,.3);
	padding: 170px 0 40px 0;
}

.page-banner h1{
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	margin:0 0 5px 0;
}

.page-banner .breadcum{
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}

@media(max-width: 800px){
	.page-banner{
		padding: 180px 0 20px 0;
	}

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

	.page-banner .breadcum{
		font-size: 12px;
	}
}

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

.page-banner .breadcum i{
	display: inline-block;
	margin:0 10px;
	font-size: 12px;
	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{
	font-family: 'Open Sans', sans-serif;
	padding: 17px 1%;
	border:none;
	background-color: #f0f0f0;
	outline: none;
	width: 98%;
	margin:0 0 10px 0;
	resize: vertical;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}

.content input[type="submit"]{
	font-family: 'Open Sans', sans-serif;
	border:none;
	outline: none;
	color: #ffffff;
	background-color: #784d91;
	padding: 15px 30px !important;
	cursor: pointer !important;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}



/* sub-footer */
.sub-footer{
	text-align: center;
	background-color:  #313131;
	padding: 120px 0 20px 0;
	position: relative;
	overflow: hidden;
}

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

.sub-footer:before{
	content: "";
	position: absolute;	
	border-top:solid 50px #ffffff;
	border-right:solid 300px transparent;
	border-left:solid 300px transparent;
	top:-1px;
	left: 50%;
	transform: translateX(-50%);
}

.sub-footer img{
	width: 180px;
	height: auto;
	margin:0 auto 30px auto;
}

.sub-footer p{
	max-width:500px;
	font-weight: 300;
	color: #888888;
	margin:20px auto;
}

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

.sub-footer .social li a{
	background-color: #ffffff;
	color: #313131;
	border-radius: 50%;
	display: block;
	text-decoration: none;
	font-size: 14px;
	transition: all .3s ease;
}

.sub-footer .social li:hover a{
	background-color: #313131;
	color: #ffffff;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

/* footer */
footer{
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
	background-color: #313131;
	color: #999999;
}

/* btn-whatsapp */
.btn-whatsapp{
	width:60px;
	position:fixed;
	bottom:16px;
	right:16px;
}

.btn-whatsapp:hover{
	transform:scale(1.1);
	transition:all .3s ease;
}







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