/*
Theme Name: Balanzas y Tallímetros
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad.
Version: 1.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{
    width: 90%;
    margin:auto;
    max-width: 1200px;
}

.clear{
    clear: both;
}

::selection{
	background: #67c4f8;
	color: #ffffff;
}


* img{
	height: auto;
}

/* header */
header{
	background: #ffffff;
	width: 100%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 99;
}

header.stick{
	box-shadow: 0 0 12px rgba(0,0,0,.2);
}

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

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

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

@media(max-width:800px){
	header .logo,
	header.stick .logo{
		width: 70%;
		float: none;
		margin:10px 0;
	}
}

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

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

header label{
	display: none;
}

@media(max-width: 800px){
	header.stick .logo img:nth-child(1){
	display: block;
	}

	header.stick .logo img:nth-child(2){
		display: none;
	}

	header  label{
		display: block;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
		border-radius: 3px;
		z-index: 99999;
		background: #67c4f8;
	}

	#btn-nav:checked ~  label{
		left: auto;
		right: 15px;
	}

	header .wrap > label > span{
		width: 50%;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 10px;
	}

	header .wrap > label > span:nth-child(1){
		top: 16px;		
		transition: all .2s ease;
	}

	header .wrap > label > span:nth-child(2){
		top: 28px;		
		transition: all .3s ease;
	}

	#btn-nav:checked ~  label span:nth-child(1){
		transform: rotate(45deg) translateX(-50%);
		top: 30px;
		transition-delay: .1s;
		left: 40%;
	}

	#btn-nav:checked ~  label span:nth-child(2){
		transform: rotate(-45deg) translateX(-50%);
		top: 15px;
		transition-delay: .3s;
		left: 40%;
	}
}

/* nav */
nav{
	float: left;
	margin:13px 0 0 5%;
	transition: all .3s ease;
}

header.stick nav{
	margin:14px 0 0 5%;
}

nav > ul > li{
	display: inline-block;
	position: relative;
	margin:0 5px 0 0;
}

nav > ul > li > a{
	display: block;
	text-decoration: none;
	color: #777777;
	line-height: 45px;
	padding: 0 12px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

@media(max-width:800px){
	nav{
		float: none;
		position: absolute;
		top:0;
		left: 0;
		width: 60%;
		z-index: 999;
		background: #ffffff;
		margin:0 0 0 0;
		transform: translateX(-100%);
		opacity: 0;
	}

	#btn-nav:checked ~ nav{
		transform: translateX(0%);
		opacity: 1;
	}
	nav > ul > li{
		display: block;
	}
}

nav > ul > li:hover > a{
	color: #212121;
}

nav > ul > li > ul{
	position: absolute;
	top:100%;
	width: 250px;
	background: #67c4f8;
	padding: 0 0px;
	max-height: 0px;
	overflow: hidden;
}

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

nav > ul > li:hover > ul{
	max-height: 400px;
	transition: all .4s ease;
}

nav > ul > li > ul > li{
	list-style: none;
}

nav > ul > li > ul > li > a{
	display: block;
	text-decoration: none;
	padding: 16px;
	color: #212121;
}

nav > ul > li > ul > li:hover > a{
	background: #67c4f8;
	color: #ffffff;
	transition: all .2s ease;
}

/* social-top */
.social-top{
	float: right;
	margin:13px 0 0 0;
	transition: all .3s ease;
}

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

header.stick .social-top{
	margin:14px 0 0 0;
}

.social-top ul li{
	display: inline-block;
	line-height: 40px;
	width: 40px;
	text-align: center;
}

.social-top ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #67c4f8;
	border-radius: 3px;
	height: 40px;
	overflow: hidden;
	border-radius: 3px;
}

/* slider */
.slider{
	margin:70px 0 0 0;
	background: #000000;
}

.slider .single{
	position: relative;
	width: 100%;
	height: 100%;
}

.slider .single img{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: .8;
}
.slider .single .middle{
	height: 100%;
	position: relative;
	z-index: 99;
	width: 100%;
	display: table;
}

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

.slider .single .middle .inter h1{
	font-size: 20px;
	color: #ffffff;
}


.slider .single .middle .inter h2{
	font-size: 40px;
	max-width: 900px;
	color: #ffffff;
	margin:30px auto 30px auto;
	font-weight: 700;
}

.slider .single .middle .inter p a{
	display: inline-block;
	background: #67c4f8;
	margin:20px 0 0 0;
	line-height: 55px;
	padding: 0 50px;
	border-radius: 50px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

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

	.slider .single .middle .inter h1{
		font-size: 16px;
		margin:0px 0;
	}

	.slider .single .middle .inter h2{
		font-size: 20px;
		margin:10px 0;
	}

	.slider .single .middle .inter p a{
		margin:0 0 0 0;
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
		padding: 0;
		opacity: 0;
	}
}


.slider .single .middle .inter p a:hover{
	background: #D33535;
	transition: all .3s ease;
}

/* banner-top */
.banner-top{
	padding:40px 0;
	background: #f0f0f0;
	text-align: center;
	font-size: 18px;
	color: #414141;
}

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

.banner-1 article:nth-child(1){
	width: 49%;
	float: left;
	position: relative;
	overflow: hidden;
	background: #000000;
	padding: 60px 0;
}

.banner-1 article:nth-child(2){
	width: 49%;
	float: right;
	position: relative;
	overflow: hidden;
	background: #000000;
	padding: 60px 0;
}


.banner-1 article img{
	position: absolute;
	width: 140%;
	opacity: .7;
	top:0;
	left: 0;
	transition: all .4s ease;
}

.banner-1 article:hover img{
	transform: scale(1.1);
}

.banner-1 article h2{
	position: relative;
	padding: 20px 40px;
	font-size: 30px;
	color: #ffffff;
}

.banner-1 article p a{
	position: relative;
	z-index: 2;
	margin:20px 40px;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	border:solid 1px #ffffff;
	line-height: 55px;
	padding: 0 40px;
	border-radius: 4px;
}

@media(max-width:800px){
	.banner-1 article:nth-child(1),
	.banner-1 article:nth-child(2){
		width: 100%;
		float: none;
		margin:0 0 20px 0;
		padding: 40px 0;
	}
	.banner-1 article img{
		width: 200%;
		left: 50%;
		transform: translateX(-50%);
	}

	.banner-1 article:hover img{
		transform: scale(1.1) translateX(-50%);
	}

	.banner-1 article h2{
		padding: 10px 20px;
		font-size: 24px;
	}

	.banner-1 article p a{
		margin: 10px 20px;
		line-height: 40px;
		padding: 0 20px;
	}
}

.banner-1 article:hover p a{
	background: #67c4f8;
	color: #ffffff;
	border-color: #67c4f8;
	transition: all .3s ease;
	transition-delay: .2s;
}

/* categorys */
.categorys{
	background: #f0f0f0;
	padding: 50px 0;
}

.categorys h2{
	font-size: 37px;
	color: #313131;
	margin:0 0 30px 0;
}

.categorys article{
	width: 14.6%;
	float: left;
	margin:0 2% 0 0;
}

@media(max-width:800px){
	.categorys h2{
		font-size:24px;
	}
	.categorys article{
		width: 48%;
		margin:0 4% 2% 0;
	}

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

.categorys article .image{
	height: 150px;
	overflow: hidden;
	border-radius: 10px;
}

.categorys article .image img{
	width: auto;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}

.categorys article:hover .image img{
	transform: translateX(-50%) scale(1.1);
}

.categorys article h3{
	color: #414141;
	font-weight: 600;
	padding: 10px;
	font-size: 16px;
	margin:10px 0;
}

/* banner-2 */
.banner-2{
	padding: 170px 0;
	position: relative;
	background: #000000;
	overflow: hidden;
}

.banner-2 img{
	position: absolute;
	width: 100%;
	z-index: 1;
	opacity: .6;
}
.banner-2 .wrap{
	position: relative;
	z-index: 2;
	text-align: center;
}

.banner-2 .wrap h2{
	font-size: 40px;
	color: #ffffff;
	max-width: 800px;
	margin:auto;
}


.banner-2 .wrap .btn-more{
	display: table;
	margin:50px auto 0 auto;
}

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

	.banner-2 img{
		width: auto;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
	}

	.banner-2 .wrap h2{
		font-size: 30px;
	}

	.banner-2 .wrap .btn-more{
		margin:20px auto 0 auto;
	}
}

.banner-2 .wrap .btn-more a{
	display: block;
	text-decoration: none;
	background: #67c4f8;
	font-size: 18px;
	padding: 0 40px;
	border-radius: 50px;
	line-height: 55px;
	color: #ffffff;
	font-weight: 600;
	transition: all .3s ease;
}

.banner-2 .wrap .btn-more a:hover{
	letter-spacing: 2px;
	color: #67c4f8;
	background-color: #ffffff;
}

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

.showcase .wrap > h2{
	font-size: 30px;
	color: #313131;
}

.showcase h3{
	font-size: 17px;
	font-weight: 400;
	color: #777777;
	max-width: 500px;
	margin:0 0 20px 0;
}

.showcase article{
	width: 21%;
	float: left;
	margin:0 5.334% 0 0;
}

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

@media(max-width:800px){
	.showcase article{
		width: 48%;
		margin:0 2% 2% 0;
	}

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

.showcase article .image{
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
}

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

.showcase article:hover .image img{
	transform: translateX(-50%) scale(1.1);	
	transition: all .3s ease;
}

.showcase article h4{
	font-size: 18px;
	padding: 10px;
	color: #313131;
}

.showcase article .btn-more{
	display: table;
	margin:10px 0 20px 10px;
}

.showcase article .btn-more a{
	display: block;
	text-decoration: none;
	background: #67c4f8;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	line-height: 45px;
	padding: 0 20px;
	border-radius: 4px;
}

.showcase article .btn-more:hover a{
	background: #D33535;
	transition: all .3s ease;
}

/* banner-3 */
.banner-3{
	padding: 100px 0;
	background: #000000;
	position: relative;
	overflow: hidden;
}

.banner-3 > img{
	position: absolute;
	width: auto;
	height: 100%;
	top:0;
	left: 0;
	z-index: 1;
	opacity: .4;
}

.banner-3 .wrap{
	position: relative;
	z-index: 2;
}

.banner-3 article:nth-child(1){
	width: 30%;
	float: left;
	margin:0 2% 0 0;
}

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

	.banner-3 > img{
		width: 520%;
		left: 50%;
		transform: translateX(-50%);
	}

	.banner-3 article:nth-child(1){
		width: 100%;
		float: none;
		margin:0 auto 20px auto;
		text-align: center;
	}
}

.banner-3 article:nth-child(1) h2{
	font-size: 20px;
	color: #ffffff;
	color: #67c4f8;
	letter-spacing: 1px;
}

.banner-3 article:nth-child(1) h3{
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
}

.banner-3 article:nth-child(1) p{
	font-size: 17px;
	font-weight: 400;
	color: rgba(255,255,255,.8);
	margin:20px 0 0 0;
}

.banner-3 article:nth-child(2),
.banner-3 article:nth-child(3){
	width: 30%;
	float: left;
	margin:0 0 0 3%;
} 

@media(max-width:800px){
	.banner-3 article:nth-child(2),
	.banner-3 article:nth-child(3){
		width: 96%;
		float: none;
		margin:0 0 60px 0;
	} 

}

.banner-3 article .bounce{
	background: #F2F2F2;
	padding: 40px;
	border-radius: 5px;
	position: relative;
	margin:0 0 30px 0;
}

.banner-3 article .bounce:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 10%;
	border-top:solid 10px #F2F2F2;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

.banner-3 article .bounce p{
	color: #777777;
	line-height: 26px;
}

.banner-3 article .bounce p i{
	color: #67c4f8;
	font-size: 30px;
}

.banner-3 article .user-profile{
	padding: 0 6%;
}

.banner-3 article .user-profile .image{
	width: 50px;
	overflow: hidden;
	border-radius: 500px;
	float: left;
}

.banner-3 article .user-profile .image img{
	width: 100%;
	margin:0 0 -4px 0;
}

.banner-3 article .user-profile .info{
	margin:5px 0 0 60px;
	padding: 10px 0 0 0;
	color: #ffffff;
}

.banner-3 article .user-profile .info h4{
	font-size: 14px;
	font-weight: 400;
}

/* suscribe */
.suscribe{
	text-align: center;
	padding: 70px 0;
}

.suscribe .icon{
	font-size: 40px;
	color: #67c4f8;
}

.suscribe h2{
	color: #313131;
	font-size: 40px;
}

.suscribe h3{
	font-size: 22px;
	font-weight: 300;
	color: #777777;
}

.suscribe form{
	margin:20px auto;
	max-width: 500px;
}

.suscribe form input[type="text"],
.suscribe form input[type="email"]{
	padding: 17px 2%;
	float: left;
	width: 76%;
	border:none;
	background: #f0f0f0;
	font-size: 16px;
	border-radius: 50px 0 0 50px;
	outline: none;
}

.suscribe form input[type="submit"]{
	padding: 17px 0%;
	float: left;
	width: 20%;
	background: #67c4f8;
	color: #ffffff;
	font-size: 16px;
	border:none;
	border-radius: 0 50px 50px 0;
	cursor: pointer;
	outline: none;
}

.suscribe p{
	font-weight: 400;
	color: #777777;
	display: block;
	font-size: 15px;
	margin:10px 0 0 0;
}

/* page-banner */
.page-banner{
	padding: 300px 0 40px 0;
	background-image: url(img/img1.webp);
	background-size: cover;
	background-color: #67c4f8;
	box-shadow: inset 0em 100em rgba(0,0,0,.4);
}

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

.page-banner h1{
	color: #ffffff:
}


/* banner-4 */
.banner-4{
	padding: 50px 0;
	background: #212121;
	color: #ffffff;
}
.banner-4 h2{
	max-width: 60%;
	line-height: 50px;
	font-size: 34px;
}

@media(max-width:800px){
	.banner-4 h2{
		line-height: 30px;
		max-width: 100%;
		text-align: center;
		font-size: 25px;
	}
}

.content{
	background-color: #f9f9f9;
	padding: 110px 0;
}

.content a{
	text-decoration: unset;
	color: unset;
}

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

.content input[type="text"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="number"],
.content textarea,
.content select{
	background-color: #ffffff;
	padding: 14px 2%;
	width: 96%;
	border:none;
	border-radius: 5px;
	outline: none;
	resize: none;
	margin:0 0 10px 0;
	font-size: 15px;
	-webkit-appearance: none;
}

.content select{
	color: #313131;
	cursor: pointer;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content input[type="tel"]:focus,
.content input[type="number"]:focus,
.content textarea:focus,
.content select:focus{
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	transition: all .3s ease;
}

.content input[type="text"]::placeholder,
.content input[type="email"]::placeholder,
.content input[type="tel"]::placeholder,
.content input[type="number"]::placeholder,
.content textarea::placeholder{
	color: #313131;
}

.content input[type="submit"]{
	background-color: #67c4f8;
	color: #0b2341;
	border:none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	padding: 17px 30px;
	margin:0 0 20px 0;
	transition: all .3s ease;
	-webkit-appearance: none;
}

.content input[type="submit"]:hover,
.content input[type="submit"]:focus{
	color: #ffffff;
	background-color: #0b2341;
}


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

.sub-footer article{
	width: 23%;
	float: left;
	margin:0 2% 0 0;
}

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

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

	.sub-footer article{
		width: 100%;
		float: none;
		text-align: center;
		margin:0 0 40px 0;
	}
}

.sub-footer article h2{
	color: #ffffff;
	font-size: 20px;
	margin:0 0 20px 0;
}

.sub-footer article ul li{
	list-style: none;
	padding: 10px 0;
}
.sub-footer article ul li a{
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,.6);
}

.sub-footer article .image img{
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
}

@media(max-width:800px){
	.sub-footer article .image img{
		max-width: 200px;
	}
}

/* footer */
footer{
	background: #212121;
	padding: 20px 0;
	line-height: 45px;
}

footer .left{
	float: left;
	color: #999999;
}

@media(max-width:800px){
	footer .left{
		width: 100%;
		float: none;
		text-align: center;
		line-height: 30px;
	}
}

footer .left a{
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}

footer .left a:hover{
	color: #67c4f8;
	transition: all .3s ease;
}

footer em{
	font-style: normal;
}

footer .right{
	float: right;
}


@media(max-width:800px){
	footer em{
		display: none;
	}

	footer span{
		display: block;
	}
	.right{
		float: none;
		text-align: center;
		width: 100%;
		padding: 20px 0 40px 0;
	}
}
footer .right ul li{
	display: inline-block;
	width: 45px;
	text-align: center;
	margin:0 0 0 10px;
}

footer .right ul li a{
	display: block;
	height: 45px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #67c4f8;
	border-radius: 4px;
}

.go-top{
	display: none;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	bottom: 25px;
	left: 25px;
	line-height: 50px;
	width: 50px;
	background: #67c4f8;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
}

