/*GENERAL
--------------------------*/
*{
  font-weight: 300;
  font-family: 'Lato', sans-serif;

}

h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0;
	padding: 0;
}
h1{
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}
p{
  line-height: 1.4;
}
ul{
	list-style: none;
}

.container-fluid{
    -webkit-transition: opacity .3s ;
    -moz-transition: opacity .3s ;
    -ms-transition: opacity .3s ;
    -o-transition: opacity .3s ;
    transition: opacity .3s ;
}

.pace-done .container-fluid{
	opacity: 1 !important;
}

.inner-wrapper{
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

#pre-header{
  background: #666;
  color:#fff;
  font-size:12px;
  line-height: 24px;
  overflow: hidden;
}

#header{
	background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}

#logo{
	float: left;
	width: 260px;
	height: 130px;
}

#nav{
	float: right;
  padding-top: 55px;
  text-transform: uppercase;
}
.divisor{
  background: #fff;
  width:1px;
  height: 18px;
  margin:3px 5px 0px 10px;
  float: left;
}

#nav li{
	float: left;
	padding: 0px 10px;
  border-right: solid 1px #000;
}

#nav li:last-of-type{
  border-right:none;
}

#nav a{
  color:#000;
}

.slicknav_menu {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: none;
  display: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slicknav_menu .slicknav_btn {
  background: #fff;
  margin: 43px 15px 0;
  float: right;
  display: inline-block;  
}
.slicknav_menu .slicknav_menutxt {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;  
  text-transform: uppercase;
  color: #fff;
  line-height: 22px;
}
.slicknav_menu .slicknav_icon-bar {
  background: #000;
}
.slicknav_menu .slicknav_nav {
  background: rgba(0, 0, 0, 0.85);
  top: 90px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 0;  
}
.slicknav_menu .slicknav_nav ul {
  margin-left: 0;
}
.slicknav_menu .slicknav_nav li {
  padding: 5px 0;
  border-bottom: solid 1px #222;
  text-align: center;
}
.slicknav_menu .slicknav_nav li:last-child {
  border-bottom: none;
}
.slicknav_menu .slicknav_nav li a {  
  font-weight: normal;
  font-style: normal;
  font-size: 13px;  
  text-transform: uppercase;
  color: #fff;
}
.slicknav_menu .slicknav_nav a:hover {
  background: none;
  color: #fff;
}

#footer{
	width: 100%;
	background: #666;
  overflow: hidden;
}
#footer ul, #post-footer ul, #pre-header ul{float:right;}
#footer ul{margin-top:50px;}
#footer li{float: left;text-transform: uppercase;margin-left:10px;}

#post-footer{
  background: #404040;
  color:#fff;
  overflow: hidden;
  padding:5px 0px;
  font-size:12px;
}
#post-footer div{
  line-height: 24px!important;
}

#pre-header a, #footer a, #post-footer a{
  color:#fff;
}

.contact-info{
  float:left;
  margin-left:5px;
  height:24px;
  line-height:24px;
}
.contact-info img{
  vertical-align: top;
}

.slider-hilvan,
.lSSlideOuter {

}

.slider-hilvan .slide{}

.lSSlideOuter .lSPager.lSpg{margin-top:-30px!important;position: absolute;
    left: 0;
    right: 0;}

.lSSlideWrapper{overflow: visible;height:100%;bottom:0;top:0;right:0}

.br-15{
  height:15px;
}
.br-30{
  height: 30px;
}
.br-50{
  height: 50px;
}
.br-100{
  height: 100px;
}



/***HOME***/
#main-section{
  background:url('../img/bck-home.jpg') no-repeat center /cover;
}
.inner-section h1{
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 12px;
}
.inner-section p{
  font-size: 20px;
}
#header{height:130px;}
#logo img{height: 130px;width:260px;}

.mapa img{max-width: 375px;width:100%;}

.btn{border:solid 1px #000;color:#000;padding:15px;text-transform: uppercase;font-size: 20px;display: inline-block;  -webkit-transition: all .3s ; -moz-transition: all .3s ;-ms-transition: all .3s ; -o-transition: all .3s ; transition: all .3s ;}
.btn:hover{ background: rgba(0, 0, 0, 0.25);}

#banners-home .col{
  padding:0px;
  margin:0px;
  position: relative;
  height:25vw;
  overflow: hidden;
}

#banners-home a{
  color:#000;
}
#banners-home a:hover{
  color:#fff;
  -moz-transition: all .3s ;
  -ms-transition: all .3s ;
  -o-transition: all .3s ;
  transition: all .3s ;
}
#banners-home a:hover .banner-title{
  color:#fff;
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: all .3s ;
  -moz-transition: all .3s ;
  -ms-transition: all .3s ;
  -o-transition: all .3s ;
  transition: all .3s ;
}

.banner-title{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  display: table;
  height: 101%;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.banner-title h2{
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  pointer-events: none;
}
.banner-title h2 span{
  background: rgba(255,255,255,.7);
  display: block;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #666;}

    .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #ccc;
}

.banner-servicios{
  background:url('../img/bck-banner-servicios.jpg') no-repeat center /cover;
}
.banner-productos{
  background:url('../img/bck-banner-productos.jpg') no-repeat center /cover;
}
.banner-quienes{
  background:url('../img/bck-banner-para-quienes.jpg') no-repeat center /cover;
}
.banner-hogar{
  background:url('../img/bck-banner-hogar.jpg') no-repeat center /cover;
}


/***ADN HILVAN***/
#adn-hilvan{
  background:url('../img/bck-adn-hilvan.jpg') no-repeat center /cover;
}

.smoke{background:rgba(0, 0, 0, 0.6);color:#FFF;padding:25px;}


/***FUROSHIKI***/
#furoshiki{
  background:url('../img/bck-furoshiki.jpg') no-repeat center /cover;
}

/***FUROSHIKI***/
#home-collection{
  background:url('../img/bck-home-collection.jpg') no-repeat center /cover;
}

/***PRODUCTOS***/
.productos-header{background:#ccc;}
.tops{background:url('../img/bck-product-top.jpg') no-repeat center /cover;}
.bottoms{background:url('../img/bck-product-bottoms.jpg') no-repeat center /cover;}
.aprons{background:url('../img/bck-product-aprons.jpg') no-repeat center /cover;}
.accesories{background:url('../img/bck-product-accesorios.jpg') no-repeat center /cover;}

.text-right{text-align: right;}
.text-center{text-align: center;}

/***SERVICIOS***/
.service-item h1{font-size:45px;line-height: 50px;}
.ico-service{
  width: 80%;
  max-width: 600px;
}

/***PARA QUIENES***/
#para-quienes .col{
  padding:0px;
  margin:0px;
  position: relative;
  height:33vw;
}
.banner-corporativo-1{
  background:url('../img/bck-pq-corporativo-1.jpg') no-repeat center /cover;
}
.banner-corporativo-2{
  background:url('../img/bck-pq-corporativo-2.jpg') no-repeat center /cover;
}
.banner-gastronomia-1{
  background:url('../img/bck-pq-gastronomia-1.jpg') no-repeat center /cover;
}
.banner-gastronomia-2{
  background:url('../img/bck-pq-gastronomia-2.jpg') no-repeat center /cover;
}
.banner-hoteleria-1{
  background:url('../img/bck-pq-hoteleria-1.jpg') no-repeat center /cover;
}
.banner-hoteleria-2{
  background:url('../img/bck-pq-hoteleria-2.jpg') no-repeat center /cover;
}
.banner-otras-1{
  background:url('../img/bck-pq-otras-1.jpg') no-repeat center /cover;
}
.banner-otras-2{
  background:url('../img/bck-pq-otras-2.jpg') no-repeat center /cover;
}
#para-quienes .banner-hogar-1{
  background:url('../img/bck-pq-hogar-1.jpg') no-repeat center /cover;
}
#para-quienes .banner-hogar-2{
  background:url('../img/bck-pq-hogar-2.jpg') no-repeat center /cover;
}
#para-quienes{
  background:#666;
}
#para-quienes .banner-title h2{
  font-size: 36px;
}

.banner-servicios-txt{
  text-align:left;
  display: table-cell;
  vertical-align: middle;
  padding:30px;
  color:#fff;
}

.only-mobile{display: none;}

#contact{
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}


.contact-field{
	margin-bottom: 20px;
	position: relative;
}

input:not([type="submit"]),
textarea{
	width: 100%;
	border: solid 1px #000;
}
input:not([type="submit"]){
	height: 36px;
	padding: 0 5px;
	line-height: 36px;
}

.contact-top{background:url('../img/bck-contacto.jpg') no-repeat center /cover;} 

.contact-center{
  background:#ccc;
  padding:25px 0px;
}
.contact-line{overflow: hidden;}
.c-l-ico, .c-l-txt {margin-right:5px;float:left;line-height:35px;min-height: 35px;}

.btn-enviar{
  background:#666;
  padding:10px;
  color:#fff;
  text-transform: uppercase;
  border:none;
  -webkit-transition: all .3s ;
  -moz-transition: all .3s ;
  -ms-transition: all .3s ;
  -o-transition: all .3s ;
  transition: all .3s ;
}
.btn-enviar:hover{
  background: #333;
}

textarea{
	height: 150px;
	padding: 5px;
}

#contact .parsley-errors-list {
  display: none;
  padding: 3px;
  border: none;
  margin-bottom: 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;  
  color: #f55;
  line-height: 1.5;
  clear: both;
  float: right;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;

}
#contact .parsley-errors-list.filled {
  display: block;
}
#contact #contact-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#contact #contact-loader #loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background: url(../img/loader.svg) no-repeat center;
}
#contact #contact-msg-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
#contact #contact-msg-text h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 32px;  
  color: currentColor;
  line-height: 1.5;  
}
#contact #contact-msg-text p {
  font-size: 14px;
  line-height: 1.5;  
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .only-mobile{display: block;}

  .product-tops{height:50vw; background:url('../img/bck-product-top.jpg') no-repeat center /cover;}
.product-bottoms{height:50vw; background:url('../img/bck-product-bottoms.jpg') no-repeat center /cover;}
.product-aprons{height:50vw; background:url('../img/bck-product-aprons.jpg') no-repeat center /cover;}
.product-accesories{height:50vw; background:url('../img/bck-product-accesorios.jpg') no-repeat center /cover;}


.tops, .bottoms, .aprons, .accesories{background:#ccc;}
/*.product-band, .product-band .text-right{text-align: center;}*/

  #nav {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }
  #banners-home .col, #para-quienes .col{
    height:50vw;
  }
  #para-quienes .col.height-mobile{
    height: auto;
  }
  .height-mobile .banner-title{
    position: unset;
    padding-bottom:20px;
  }
  #footer ul, #post-footer ul, #pre-header ul{
    float:none; text-align: center;
  }
  #post-footer div, footer{
    text-align: center!important;
  }
  .contact-info{
    float:none;
    display: inline-block;
  }
  .divisor{
    display: none;
  }
  .only-desktop{display: none;}
  .br-100{height:70px;}

  #header{height:65px;}

#logo, #logo img{height: 65px;width:130px;}
}

@media screen and (max-width: 640px) {
  .c-l-ico, .c-l-txt{
    float:none;
    text-align:center;
    line-height: unset;
  }
  #banners-home .col, #para-quienes .col{
    height:100vw;
  }
  .contact-info{margin-left: 0px;font-size:11px;}

  #pre-header{
    z-index: 9999;
    position: relative;
  }

  .inner-section h1 {
    font-size: 45px;
    line-height: 49px;
  }
}