/**  PRODUCTO **/
#tabla-prod {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}

.prod {
	margin-top: 20px;
	margin-bottom: 80px;
	
}

.prod > div {
	margin-top: 30px;
	overflow: hidden;
}

.prod div a, .prod div a img {
	display: block;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

.prod div a:before {
	width: 100%;
	height: 38px;
	top: -38px;
	background: url("img_esp/view.png")  50% 50% no-repeat;
	margin-left: -17px;
	content: "";
	position: absolute;
	display: block;
	opacity: 1;
	z-index: 500;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.prod div:hover a:before {
	top: 35%;
}

.prod div:hover img {
	-khtml-opacity:.20; 
	-moz-opacity:.20; 
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
	opacity:.20; 

}

.prod div .title {
	background: #f6f6f6;
	padding: 30px 0;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.prod div:hover .title {
	background: #363b3f;
}

.prod div .title h5 {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	height: 1.2em;
	margin-bottom: 0;
}

.prod div .title h5 span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.prod div .title h5 span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.prod div:hover .title h5 span, .prod div:focus .title h5 span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
img {
	max-width: 100%;
	height: auto;
}
.prod-single ol {
    counter-reset:li;
}
.prod-single ol li {
    position:relative;
    padding:2px 0 4px 10px;
    margin-bottom: 10px;
    list-style:none;
}
.prod-single ol li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    margin-right:8px;
    padding:4px;
    color:#fff;
    font-weight: 700;
  
    text-align:center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.prod-single ol li span {
	display: inline-block;
	font-weight: 700;
	width: 100px;
}

.prod-single .carousel-indicators {
	width: 200%;
	height: auto;
	left: auto;
	margin: 0;
	position: relative;
	bottom: 0;
	margin-top: 45px;
}
.prod-single .carousel-indicators li {
	text-indent: initial;
	padding: 0;
	margin: 0 5px;
	width: 500px;
	height: auto;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.prod-single .carousel-indicators li.active {
	opacity: .5;
}


.inf-prod h2 {
	font-size: 32px;
	text-align: left;
}
.inf-prod h3 {
	color: #777777;
	text-align: left;
}

.inf-prod p {
	font-size: 15px;
	text-align: left;
	margin-top: 10px;
	line-height: 22px;
}
.inf-prod h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
}
.inf-prod i {
	width: 25px;
	height: auto;
}
.inf-prod li {
	text-align: justify;
	font-size: 14px;
	margin-top: 10px;
}


@media (max-width: 767px) {

#home_carousel .carousel-indicators {
		bottom: 10px !important;	
	}

	.prod-single .carousel-indicators {
		width: auto;
		height: auto;
		left: auto;
		margin: 0;
		position: relative;
		bottom: 0;
		margin-top: 45px;
	}
}

.carousel-indicators li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	background-color:rgba(0,0,0,0);
	border: 1px solid #fff;
	
}

.carousel-indicators .active{
	width:12px;
	height:12px;
	margin:0;
	background-color:#fff
}

.carousel-caption{
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn{
	text-shadow:none
}

@media screen and (min-width:768px){
	
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{
		width:30px;
		height:30px;
		margin-top:-10px;
		font-size:30px
	}
	
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{
	margin-left:-10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{
	margin-right:-10px
}	
.carousel-caption{
	right:20%;
	left:20%;
	padding-bottom:30px
}
.carousel-indicators{
	bottom:20px}
}


.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{
	display:block;
	max-width:100%;
	height:auto
}
.carousel-inner{
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-inner>.item{
	position:relative;
	display:none;
	-webkit-transition:.3s ease-in-out left;
	-o-transition:.3s ease-in-out left;
	transition:.3s ease-in-out left
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{
	line-height:1
}
@media all and (transform-3d),(-webkit-transform-3d){
.carousel-inner>.item{
		-webkit-transition:-webkit-transform .3s ease-in-out;
		-o-transition:-o-transform .3s ease-in-out;
		transition:transform .3s ease-in-out;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		-webkit-perspective:1000px;
		perspective:1000px}
.carousel-inner>.item.active.right,.carousel-inner>.item.next{
			left:0;-webkit-transform:translate3d(100%,0,0);
			transform:translate3d(100%,0,0)
		}
.carousel-inner>.item.active.left,.carousel-inner>.item.prev{
			left:0;-webkit-transform:translate3d(-100%,0,0);
			transform:translate3d(-100%,0,0)
		}
.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{
	left:0;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)}
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
	display:block
}
.carousel-inner>.active{
	left:0
}
.carousel-inner>.next,.carousel-inner>.prev{
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next{
	left:100%
}
.carousel-inner>.prev{
	left:-100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
	left:0
}
.carousel-inner>.active.left{
	left:-100%
}
.carousel-inner>.active.right{
	left:100%
}

/**  MENU **/

  .pl-3 {
	padding-left: 25px !important;
	height: 50px;
  }
  .pl-4 {
	padding-left: 35px !important;
  }
  .py-2 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;	
  }
  .ml-2 {
	margin-left: 10px !important;
  }
  .wp-content {
	margin-top: 60px;
	margin-left: 75px;
  }
  
  button .focus,
  a .focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
  }
  button:focus,
  a:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
  }
  
  [data-component=sidebar] .sidebar {
	position: fixed;
	z-index: 9999;
  }
  [data-component=sidebar] .first-menu {
	position: fixed;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	height: 44%;
	width: 70px;
	top: 102px;
	overflow: hidden;
	transition: width 0.5s;
	margin-left: -70px;
  }
  .ico-logo {
	background-image: url(../img_esp/menu/ico-menu/ico_logo.png);
	padding: 12px 0 25px 0;
	background-repeat: no-repeat;
  }
  .ico1 {
	background-image: url(../img_esp/menu/ico-menu/ico1.png);
	padding: 12px 0 25px 0;
	background-repeat: no-repeat;
  }
  .ico2 {
	background-image: url(../img_esp/menu/ico-menu/ico2.png);
	padding: 12px 0 25px 0;
	background-repeat: no-repeat;
  }
  .ico3 {
	background-image: url(../img_esp/menu/ico-menu/ico3.png);
	padding: 12px 0 25px 0;
	background-repeat: no-repeat;
  }
  .ico4 {
	background-image: url(../img_esp/menu/ico-menu/ico4.png);
	padding: 12px 0 25px 0;
	background-repeat: no-repeat;
  }
  [data-component=sidebar] .first-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
  }
  [data-component=sidebar] .first-menu i {
	padding-left: 45px;
  }
  [data-component=sidebar] .first-menu span {
   opacity: 0;
	visibility: hidden;
  }
  [data-component=sidebar] .first-menu:hover span {
    opacity: 1;
    visibility: visible;
    font-family: "MYRIADPRO REGULAR";
    font-style: normal;
    font-size: 13px;
  }
  [data-component=sidebar] .first-menu .list-group-item {
	border-radius: 0;
	margin: 5px 0;
  }
  [data-component=sidebar] .first-menu .list-group-item:hover {
	background-color: #2e2e2e;
  }
  [data-component=sidebar] .first-menu {
	padding: 3px 0 25px 0;
  }
  [data-component=sidebar] .first-menu:hover {
	width: 207px;
	padding: 3px 0 25px 0;
  }
  [data-component=sidebar] .list-group-item {
	list-style: none;
  }
  
  
  /* SUBMENU JABON MANOS */
  [data-component=sidebar] .submenu {
	position: fixed;
	left: 182px;
	width: 160px;
	top: 165px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 33vw;
	opacity: 0;
	visibility: hidden;
	transition: 600ms opacity 600ms, 600ms visibility 600ms;
	list-style: none;
  }
  [data-component=sidebar] .submenu .list-group-item {
	margin-top: 3px;
  }
  [data-component=sidebar] .first-menu li:hover .submenu {
	visibility: visible;
	opacity: 1;
  }
  
  /* SUBMENU JABON ESPUMA */
  [data-component=sidebar] .submenu1 {
	position: fixed;
	left: 182px;
	width: 160px;
	top: 220px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 33vw;
	opacity: 0;
	visibility: hidden;
	transition: 600ms opacity 600ms, 600ms visibility 600ms;
	list-style: none;
  }
  [data-component=sidebar] .submenu1 .list-group-item {
	margin-top: 3px;
  }
  [data-component=sidebar] .first-menu li:hover .submenu1 {
	visibility: visible;
	opacity: 1;
  }
  
  /* SUBMENU JABON CUERPO */
  [data-component=sidebar] .submenu2 {
	position: fixed;
	left: 182px;
	width: 160px;
	top: 274px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 17vw;
	opacity: 0;
	visibility: hidden;
	transition: 600ms opacity 600ms, 600ms visibility 600ms;
	list-style: none;
  }
  [data-component=sidebar] .submenu2 .list-group-item {
	margin-top: 3px;
  }
  [data-component=sidebar] .first-menu li:hover .submenu2 {
	visibility: visible;
	opacity: 1;
  }
  
  /* SUBMENU SHAMPOO */
  [data-component=sidebar] .submenu3 {
	position: fixed;
	left: 182px;
	width: 160px;
	top: 330px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 17vw;
	opacity: 0;
	visibility: hidden;
	transition: 600ms opacity 600ms, 600ms visibility 600ms;
	list-style: none;
  }
  [data-component=sidebar] .submenu3 .list-group-item {
	margin-top: 3px;
  }
  [data-component=sidebar] .first-menu li:hover .submenu3 {
	visibility: visible;
	opacity: 1;
  }
  
  /* submenu 2 */
  [data-component=sidebar] .list-group-item {
	background-color: transparent;
	border: none;
	border-radius: 0;
  }


/* BANNER */
  .banner-prod {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 300px;
}
.wrapper{
	position: relative;
}
ol,ul {
	list-style:none;
}

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-large{
	width: 100%;
	height: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
	height: 500px;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #000;
}
.ei-slider-thumbs{
	width: 95%;
	height: 13px;
	margin-left: 30px;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 30px;
	z-index: 10;
	text-indent: -9000px;
	background: rgb(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.3);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	text-align: center;
	position: absolute;
	top: 32px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* BANNER 2*/
.banner-prod1 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 300px;
}

.banner{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.banner-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.banner-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.banner-large li img{
	width: 100%;
}

.banner-thumbs{
	height: 13px;
	margin-left: 260px;
	position: relative;
}
.banner-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.banner-thumbs li.banner-element{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 30px;
	z-index: 10;
	text-indent: -9000px;
	background: rgb(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.3);
}
.banner-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.banner-thumbs li a:hover{
	background-color: #f0f0f0;
}
.banner-thumbs li img{
	text-align: center;
	position: absolute;
	top: 32px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.banner-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.foto-prod1{
	margin: 0 auto;
	
}
.foto1{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;	
}
.foto-prod1 li {
	float: left;
	height: 100%;
}
.foto-prod1 li img{
	position: relative;
	top: 25px;
	left: 260px;
}
.foto-prod1 li img:hover{
	filter: opacity(34%);
-webkit-filter: opacity(34%);
-moz-filter: opacity(34%);
}




/* CUADROS PRODUCTOS*/
.foto-prod{
	margin: 0 70px;
}
.foto{
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 400px;
	margin: 0 auto;	
}
.foto-prod li {
	float: left;
	height: 100%;
	
}
.foto-prod li img{
	position: relative;
	top: 25px;
	left: 30px;
	
}
.foto-prod li img:hover{
	filter: opacity(34%);
-webkit-filter: opacity(34%);
-moz-filter: opacity(34%);
}

