/*
Theme Name: Artesania Theme 2018
Description: 
Author: Jean Staig
Author URI: http://uilab.cl/
Theme URI: http://uilab.cl/
Version: 1.0
Tags: 
License: 
License 
*/

body{
  background-color: #fff;
}
.bgFondo{
	position:fixed;
	top: 0px;
	z-index:10;
	width:100vw;
	height:100vh;
	background-size:cover;
	background-image:url(http://artesania.uilab.cl/wp-content/uploads/2018/05/bg.jpg);
}
header{
	text-align: center;
	position:relative;
	z-index:100;
}
.whiteBg{
	background-color:rgba(255,255,255,1);
}

h1{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -99999px;
  margin:0px;
}

.logo{
  width: 210px;
  display: block;
  padding-top: 15px;
	float:left;
}
header ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.area-menu{
  margin: 10px 0px 15px;
	float:right;
}
ul.menu{
  display: block;
  width: 100%;
  text-align: center;
}
ul.menu li{
  display: inline-block;
}
ul.menu li a{
  display: table-cell;
  color: #6b6b6b;
  text-align: center;
  border-left: 1px solid #808080;
  vertical-align: middle;
  padding: 3px 10px;
}
ul.menu li a:hover{
  text-decoration: none;
  color:#000;
}
ul.menu li:first-child a{
  border-left: 0px;
}
ul.menu li a.active{
	font-weight:bold;
	color: #000;
}
.area-menu .segunda-area{
  display: inline-block;
  width: 72px;
  height:45px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.segunda-area .contacto{
  display: block;
  width: 72px;
  height: 45px;
  position: relative;
  text-align: center;
  color: #fff;
  border-left: 1px solid #808080;
  font: normal normal normal 20px/1 FontAwesome;
}
.segunda-area .contacto span{
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.segunda-area .contacto:before{
  content: "\f003";
  position:absolute;
  left: 0px;
  right: 0px;
  top: 12px;
  margin:0 auto;
}
.drop-menu{
  position: relative;
}
.drop-menu span{
  display:block;
  width: 72px;
  height:45px; 
  border-left: 1px solid #808080;
  background-color: #464646;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
}
.drop-menu span:hover{
  background-color: #f15a24;
}
.drop-menu ul{
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  right: 0px;
  background: #ababab;
  width: 170px;
  z-index: 99; 
  padding: 0px 15px;
}
.drop-menu:hover ul{
  max-height: 300px;
}
.drop-menu ul li a{
  color:#666666;
  text-align: center;
  display: block;
  padding: 7px 0px;
  border-bottom: 1px solid #666666;
}
.drop-menu ul li:last-child a{
  border-bottom: 0px;
}
.drop-menu ul li a:hover{
  text-decoration: none;
}

footer{
	background-color: #1a1a1a;
	padding: 50px 0px;
	position:relative;
	z-index:100;
}
footer p, footer a{
  color: #fff;
}

main{
	position:relative;
	z-index:100;
}
#home{
	padding:40px;
	background-image: url(http://artesania.uilab.cl/wp-content/uploads/2018/06/fondo.jpg);
}
.box-destacado{
	position:relative;
	display: inline-block;
	width:100%;
	margin-bottom:100px;
	box-shadow: 0px 0px 8px #8a8a8a;
}
.box-destacado img{
	width:100%;
	height:auto;
}
.box-descripcion{
	position:absolute;
	width:70%;
	max-width:350px;
	left:30px;
	bottom:-40px;
	background-color:#ddd;
	padding: 15px 60px 15px 15px;

}

.box-descripcion h3,.box-descripcion p{
	margin:0px;
}
.box-descripcion a{
	position:absolute;
	width:60px;
	text-align:center;
	right:0px;
	font-size:36px;
	height:50px;
	top:50%;
	margin-top:-25px;
	line-height: 1.2;
	color:#000;
	transform:scale(1);
	transition:0.5s;
}
.box-descripcion a:hover{
	text-decoration:none;
	transform:scale(1.2);
}
#principal{
	width:100%;
	min-height:400px;
	background-color:#eaeef4;
	padding:55px 45px;
}
#principal h2{
	font-size:72px;
	text-transform:uppercase;
}
#principal h2 span{
	color: #e88150;
}
.whiteBg2{
	background-color:#eaeef4;
}
.whiteBg2:after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	clear:both;
}



.btn{
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-white{
  border:1px solid #fff;
  color: #fff;
}
.slider-home{
  margin-bottom: 30px;
}
.box-slide{
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.caja-texto{
  position: absolute;
  bottom: 50px;
  left: 25px;
  max-width: 50%;
  color: #fff;
}
.caja-destacado{
  width: 100%;
  height: 240px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.caja-destacado h3{
  display: block;
  width: 42%;
  color: #fff;
  text-shadow: 1px 1px 3px #464646;
  margin: 30px;
  float: left;

}
.box-carrusel{
  border:1px solid #E8E8E9;
  text-align: center;
}
.box-carrusel h4{
  font-size: 14px;
  font-weight: normal;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 35%;
  height: 45px;
  width: 45px;
  border-radius: 0px;
  box-shadow: 1px 1px 4px #999;
  background-color: #fdfdfd;
  color: #000;
}
.owl-prev{
  left: -80px;
}
.owl-next{
  right: -80px;
}   
.owl-prev:before,.owl-next:before {
  font-family: 'fontAwesome';
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  font-size: 25px;
  text-align: center;
}
.owl-prev:before{
  content: '\f104';
}
.owl-next:before{
  content: '\f105';
}

.box-producto{
	margin-bottom:30px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.box-producto h3{
	color:#000;
	font-size:19px;
	font-weight:300;
	margin-top:5px;
}
.box-image{
	width:100%;
	height:200px;
	position:relative;
	background-size:cover;
	background-position:center;
	background-color: #f1f1f1;
}
.link-noticia{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#000;
	right:20px;
	bottom:-25px;
	color:#fff;
	text-align:center;
	font-size: 30px;
    padding-top: 7px;
    line-height: 1;
    font-weight: 100;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	transform:scale(1);
	transition:0.6s;
}
.link-noticia:hover{
	text-decoration:none;
	color:#fff;
	transform:scale(1.15);
}
.info-noticia{
	padding:20px;
	min-height: 130px;
    text-align: left;
}