/*
Theme Name: 2Cathch
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: 'Open Sans', sans-serif;
	padding: 0;
	margin:0;
}

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

.clear{
	clear: both;
}

* img{
	max-width: 100%;
	height: auto;
}


::selection {
		background-color: #ea5b0c;
		color: #ffffff;
}
 
/* Para Firefox */
::-moz-selection {
		background-color: #ea5b0c;
		color: #ffffff;
}



/* header */
header{ 
	padding: 0px 0 0px 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	top:0;
	width: 100%;
	background-color: #ffffff;
	z-index: 99999;
}

header.stick{
	transition:all .3s ease;
}

@media(max-width: 800px){
	header, header.stick{
		position: relative;
	}
}

header .logo{
	width: 230px;
	float: left;
	position: relative;
	z-index: 99;
	padding: 27px 0 20px 0;
}

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

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

header label{
	display: none;
}

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


/* nav */
nav{
	float: right;
	line-height: 80px;
	margin:15px 0 0 0;
}

nav li{
	display: inline-block;
	margin:0 0 0 10px;
}

nav ul li ul{
	display: none;
}

nav li a{
	display: block;
	text-decoration: none;
	color: #313131;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 10px;
	letter-spacing: 1px;
}

nav li.current-menu-item a{
	background-color: #ea5b0c;
	color: #ffffff;
}

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

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

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

	nav li a{
		border-radius: 0;
	}

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

/* slider */
.slider{
	position: relative;
	background-color: #313131;
	max-height: 100vh;
	overflow: hidden;
	padding: 70px 0 0 0 ;
}

.slider:after{
	content: "";
	position: absolute;
	border-left: solid 2000px #ffffff;
	border-top:solid 100px transparent;
	bottom: -5px;
	left: 0;
	z-index: 10;
}

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

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


.slider .single{
	height: 100%;
	background-size: cover;
	box-shadow: inset 0em 100em rgba(0,0,0,.5);
}

.slider .single .wrap{
	height: 100%;
	display: table;
	width: 90%;
}


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


.slider .single .wrap .inter h1{
	font-size: 70px;
	font-weight: 300;
	color: #ffffff;
}


.slider .single .wrap .inter h2{
	font-weight: 300;
	color: #ffffff;
	max-width: 50%;
	margin:10px 0 30px 0;
}

.slider .single .wrap .inter p a{
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	border:solid 1px #ffffff;
	line-height: 45px;
	padding: 0 35px;
}

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

	.slider:after{
		display: none;
	}

	.slider .single .wrap .inter h1{
		font-size: 24px;
		margin:20px 0 0 0;
		line-height: 20px;
		font-weight: 600;
		text-align: center;
	}

	.slider .single .wrap .inter h2{
		font-size: 16px;
		line-height: 16px;
		max-width: 100%;
		text-align: center;
	}

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

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

.wellcome .left{
	width: 80%;
	text-align: center;
	margin:auto;
}

.wellcome .left h2{
	font-weight: 600;
	color: #313131;
	position: relative;
	margin:50px 0 25px 0;
	font-size: 50px;
	line-height: 50px;
}

@media(max-width: 800px){
	.wellcome{
		padding: 50px 0;
	}
	
	.wellcome .left{
		width: 100%;
		float: none;
	}

	.wellcome .left h2{
		margin:0px 0 20px 0;
	}
}


.wellcome .left h2 span{
	font-weight: 600;
	color: #313131;
}

.wellcome .left h3{
	font-weight: 500;
	font-size: 16px;
	margin:10px 0 30px 0;
	color: #313131;
}

.wellcome .left p{
	font-weight: 300;
	font-size: 16px;
	color: #777777;
	margin:0 0 30px 0;
}

.wellcome .left p:last-child{
	margin:0 0 0 0;
}

.wellcome .left p a{
	display: inline-block;
	text-decoration: none;
	color: #313131;
	border:solid 2px #313131;
	padding: 16px 30px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin:20px 0 0 0;
	transition: all .3s ease;
}

.wellcome .left p a:hover{
	background-color: #313131;
	border-color: #313131;
	color: #ffffff;
}

.wellcome .right{
	width: 45%;
	float: right;
	height: 450px;
	position: relative;
	overflow: hidden;
}

@media(max-width: 800px){
	.wellcome .right{
		width: 100%;
		float: none;
		height: auto;
		margin:20px 0 0 0;
	}
}

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

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

.iconos article{
	float: left;
	width:21%;
	margin:0 5% 0 0;
	text-align: center;
}

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

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


.iconos article .icon{
	width: 40px;
	background-color: #404852;
	padding: 20px;
	border-radius: 50%;
	overflow: hidden;
	margin:0 auto 10px auto;
}

.iconos article .icon img{
	max-width: 100%;
}

.iconos article h3{
	font-size: 14px;
	color: #313131;
}

.iconos article .icon img{
	margin:0 0 -5px 0;
}


/* banner-1 */
.banner-1{
	padding: 80px 0;
	background-image: url(img/slide1.jpg?2);
	background-size: cover;
	background-attachment: fixed;
}

.banner-1 article{
	width: 50%;
	float: right;
	text-align: right;
}

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

	.banner-1 article{
		width: 100%;
		float: none;
		text-align: center;
	}
}

.banner-1 article h2{
	font-size: 40px;
	color: #ffffff;
	font-weight: 300;
	margin:0 0 20px 0;
	line-height: 50px;
}

.banner-1 article p{
	font-weight: 300;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}

/* banner-2 */
.banner-2{
	padding: 50px 0;
	background-image: url(img/slide1.jpg?2);
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0 100em rgba(0,0,0,.4);
}

.banner-2 article{
	width: 25%;
	float: left;
	margin:0 10% 0 0;
	text-align: center;
}


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

.banner-2 article .icon{
	width: 50px;
	margin:0 auto 20px auto;
	text-align: center;
	font-size: 40px;
	color: #ffffff;
}

.banner-2 article h2{
	color: #ffffff;
	font-size: 18px;
}

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

.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: 20px 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: #ea5b0c;
	padding: 15px 30px !important;
	cursor: pointer !important;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}


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

.sub-footer .left{
	width: 75%;
	float: left;
}

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

.sub-footer .left .logo-footer{
	width: 20%;
	float: left;
	margin:0 0 50px 0;
}

.sub-footer .left .logo img{
	width: 100%;
}

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

	.sub-footer .left .logo-footer{
		width: 100%;
		max-width: 200px;
		margin:0 auto 20px auto;
		float: none;
		display: block;
	}
}

.sub-footer .left .social{
	width: 60%;
	float: left;
	margin:0 0 0 5%;
	border-left: solid 1px rgba(255,255,255,.5);
	padding: 0 0 0 5%;
}

@media(max-width: 800px){
	.sub-footer .left .social{
		margin:10px 0;
		border:none;
		text-align: center;
		padding: 0 0 0 0;
		width: 100%;
	}
}

.sub-footer .left .social li{
	display: inline-block;
	line-height: 50px;
	width: 50px;
	font-size: 24px;
}

.sub-footer .left .social li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.info-contact-footer{
	margin:20px 0 0 0;
}

.info-contact-footer li{
	list-style: none;
}

@media(max-width: 800px){
	.info-contact-footer{
		text-align: center;
	}

	.info-contact-footer li:nth-child(1){
		margin:0 0 0  0;
		text-align: center;
		padding: 0 0 0 0;
	}
}

.info-contact-footer a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

.nav-footer{
	margin:20px 0 0 0;
}

.nav-footer li{
	display: inline-block;
	position: relative;
}

.nav-footer li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin:0 20px 0 0;
	font-size: 14px;
}

.nav-footer li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,.5);
	top:50%;
	transform: translateY(-50%);
	right: 8px;
}

.nav-footer li:last-child:after{
	display: none;
}

.sub-footer .right{
	width: 20%;
	float: right;
	margin:140px 0 0 0;
	max-width: 150px;
}

@media(max-width: 800px){
	.sub-footer .right{
		margin:00 0 0 0;
	}
}

/* footer */
footer{
	padding: 0px 0 20px 0;
	background-color: #313131;
	z-index: 1;
	width: 100%;
	bottom: 0;
}

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

footer .copy{
	font-size: 14px;
	font-weight: 300;
	color: #999999;
}

footer .author{
	font-size: 14px;
	margin:10px 0 0px 0;
	color: #999999;
}

footer .author a{
	color: #f9f9f9;
	text-decoration: none;
	font-weight: 600;
	transition:all .4s ease;
}

footer .author a:hover{
	color: #ff8000;
}

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

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


.go-top {
	display:none;
	background:#313131;
	font-size:15px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color:#ea5b0c;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}

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



