/*
Theme Name: Bello Consultores
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: 'Lora', serif;
font-family: 'Open Sans', sans-serif;
*/

*{
	padding: 0;
	margin:0;
}

html, body{
	font-family: 'Open Sans', sans-serif;
}

* img{
	height: auto;
}

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

.clear{
	clear: both;
}

*::selection {
    background: #212121;
    color: black;
    color: #ffffff;
}

/* Firefox */
*::-moz-selection {
    background: #212121;
    color: black;
    color: #ffffff;
}

/* header */
header{
	padding: 14px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: all .3s ease;
}

header.stick{
	background-color: #313131;
}

@media(max-width: 800px){
	header,
	header.stick{
		position: absolute;
		background-color: transparent;
		width: 100%;
	}
}

header .logo{
	width: 220px;
	float: left;
	transition: all .3s ease;
}

header.stick .logo{
	width: 160px;
}

@media(max-width: 800px){
	header .logo, header.stick .logo{
		width: 60%;
		float: none;
		max-width: 250px;
	}
}

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;
		top:20px;
		right: 20px;
		background-color: #199DDE;
		width: 45px;
		line-height: 45px;
		height: 45px;
		text-align: center;
		border-radius: 3px;
		cursor: pointer;
		color: #ffffff;
	}

	header label i{
		padding: 14px 0;
		display: block;
	}

	header label i:nth-child(2){
		display: none;
	}

	#btn-nav:checked ~ label i:nth-child(1){
		display: none;
	}

	#btn-nav:checked ~ label i:nth-child(2){
		display: block;
	}
}

/* nav */
nav{
	font-family: 'Lora', serif;
	letter-spacing: 1px;
	float: right;
	margin:20px 0 0 0;
	line-height: 35px;
	font-size: 15px;
	text-transform: uppercase;
	transition: all .3s ease;
}

header.stick nav{
	margin:12px 0 0 0;
}

nav ul > li{
	float: left;
	list-style: none;
	margin:0 0 0 30px;
	position: relative;
}

@media(max-width: 800px){
	nav, header.stick nav{
		position: absolute;
		top:0;
		left: 0;
		background-color: #313131;
		margin:0 0 0 0;
		float: none;
		width: 60%;
		line-height: 45px;
		transform: translateX(-100%);
		opacity: 0;
		transition: all .3s ease;
	}

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

	nav ul > li{
		margin:0 0 0 0;
		width: 100%;
		float: none;
		display: block;
	}

	nav ul > li > a{

	}
}


nav ul > li > a{
	display: block;
	text-decoration: none;
	color: #f9f9f9;
	padding: 0 10px;
	position: relative;
}

nav ul > li:hover > a{
	opacity: .8;
}

/* sub-nav */
nav ul > li > ul{
	position: absolute;
	left: 0;
	top:100%;
	width: 200px;
	background-color: #313131;
	transition: all .3s ease;
	max-height: 0px;
	overflow: hidden;
}

@media(max-width: 800px){
	nav ul > li > ul{
		width: 100%;
		position: static;
	}
}

nav ul > li:hover > ul{
	max-height: 350px;
}

nav ul > li > ul > li{
	display: block;
	text-decoration: none;
	text-align: left;
	float: none;
	margin:0 0 0 0;
}

nav ul > li > ul > li a{
	display: block;
	padding: 12px 10px;
	font-size: 14px;
	line-height: 20px;
}

nav ul > li > ul > li:hover a{
	background-color: #212121;
}
/* home */
.home{
	padding: 270px 0 140px 0;
	position: relative;
}

.home:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	background-color: #ffffff;
	bottom: 50px;
	right:5%;
}

.home:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #ffffff;
	bottom: 50px;
	right:5%;
}

@media(max-width: 800px){
	.home:before, 
	.home:after{
		max-width: 30px;
		max-height: 30px;
	}
}

.home .inter{
	width: 45%;
}

.home .inter h1{
	font-family: 'Lora', serif;
	font-size: 70px;
	line-height: 80px;
	color: #f9f9f9;
	font-weight: 600;
}

.home .inter h2{
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	margin:30px 0 20px 0;
	color: #f9f9f9;
}

.home .inter a{
	display: inline-block;
	line-height: 50px;
	border:solid 2px #f9f9f9;
	color: #f9f9f9;
	padding: 0 50px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	transition:all .3s ease;
}

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

	.home .inter{
		width: 90%;
	}

	.home .inter h1{
		font-size: 40px;
		line-height: 45px;
	}

	.home .inter h2{
		font-size: 20px;
		line-height: 25px;
	}
}

.home .inter a span{
	position: relative;
	z-index: 2;
}

.home .inter a:hover{
	color: #313131;
}

.home .inter a:before{
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	top:0;
	left: 0;
	background-color: #ffffff;
	transition: all .3s ease;
}

.home .inter a:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	top:0;
	right: 0;
	background-color: #ffffff;
	transition: all .3s ease;
}

.home .inter a:hover:before{
	width: 50%;
}

.home .inter a:hover:after{
	width: 50%;
}

/* wellcome */
.wellcome{
	padding: 160px 0 40px 0;
}

.wellcome .left{
	width: 45%;
	float: left;
}

.wellcome .left h2{
	font-weight: 300;
	color: #717171;
	position: relative;
	margin:50px 0 55px 0;
}

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

	.wellcome .left{
		width: 100%;
		float: none;
	}

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

.wellcome .left h2:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #199DDE;
	left: 0;
	bottom: -10px;
}

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

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

.wellcome .left p{
	font-weight: 300;
	font-size: 18px;
	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: #199DDE;
	border:solid 2px #199DDE;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 14px;
	margin:20px 0 0 0;
	transition: all .3s ease;
}

.wellcome .left p a:hover{
	background-color: #199DDE;
	color: #ffffff;
}

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

.wellcome .right .logo-wellcome{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 200px;
}

.wellcome .right:before{
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	border-bottom: solid 400px #ffffff;
	border-right: solid 150px transparent;
}

.wellcome .right:after{
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	border-top: solid 180px #ffffff;
	border-left: solid 205px transparent;
}

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

	.wellcome .right:before,
	.wellcome .right:after{
		border-right-width: 50px;
		border-left-width: 50px;
	}
}

.wellcome .right img{
	width: 100%;
}

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

.showcase article{
	width: 18%;
	float: left;
	text-align: center;
	margin:0 9% 0 0;
	position: relative;
}

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

@media(max-width: 800px){
	.showcase article{
		width: 47%;
		margin:0 5% 45px 0;
	}

	.showcase article:nth-child(2),
	.showcase article:nth-child(4){
		margin:0 0 54px;
	}
}


.showcase article .icon{
	width: 50px;
	margin:auto;
}

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

.showcase article a{
	text-decoration: none;
}

.showcase article h3{
	font-size: 16px;
	font-weight: 600;
	margin:10px 0;
	color: #199DDE;
}

.showcase article p{
	font-size: 14px;
	color: #199DDE;
}

/* banner-1 */
.banner-1{
	background-image: url(../img/slide1.jpg?a);
	background-size: cover;
	padding: 150px 0;
	background-attachment: fixed;
	box-shadow: inset 0em 100em rgba(0,0,0,.4);
	background-color: #313131;
}
.banner-1 h1{
	font-family: 'Lora', serif;
	font-size: 60px;
	color: #f0f0f0;
	max-width: 60%;
}

.banner-1 h2{
	font-size: 24px;
	margin:20px 0 0 0;
	max-width: 60%;
	color: rgba(255,255,255,.6);
	font-weight: 300;
}

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

	.banner-1 h1{
		max-width: 100%;
		text-align: center;
		font-size: 30px;
	}

	.banner-1 h2{
		font-size: 18px;
		max-width: 100%;
		text-align: center;
	}
}



/* page-banner */
.page-banner{
	padding: 290px 0 30px 0;
	position: relative;
	background-size: 100%;
	background-position: center;
}


.page-banner:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgb(0,0,0,.2);
	z-index: 2;
}

.page-banner h1{
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.page-banner h1 a{
	text-decoration: none;
	color: #ffffff !important;
	font-weight: 400;
}

.page-banner h1 i{
	font-size: 10px;
	transform: translateY(-1px);
	margin:0 10px;
}

@media(max-width: 800px){
	.page-banner{
		padding: 150px 0 20px 0;
		text-align: left;
		background-size: 300%;
	}

	.page-banner h1{
		text-align: left;
		font-size: 14px;
	}
}

.content{
	padding: 50px 0;
	background-color: #ffffff;
}

.content ul{
	padding: 0 20px;
}


.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;
}

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



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

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

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

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

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

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

.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;
}

.info-contact-footer li:nth-child(1){
	margin:0 0 10px 0;
	display: block;
}

@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 ul{
	display: none;
}

.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;
}

/* 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;
	right:16px;
}

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






