.content_srv{
	width: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text_list, p {
    color: #77777b !important;
    font-size: 20px;
    text-align: center !important;
}

#product-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 45% 0px 20px 0px;
    position: relative;
}

.category-image, .pi-image{
	width: 100%;
	position: relative;
	/*float: left;*/
}

.category-image img, .pi-image img{
	width: 100%;
    vertical-align: middle;
}

.prod-video{
	margin: 20px;
    display: block;
    width: 90%;
}

.see-pdf{
	margin:10px;
	color:#000;
	font-size: 22px;
    font-weight: bold;
}

.cat-info{
	background: rgba(88, 89, 91,0.7);
	padding:10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	position: absolute;
  	bottom:0;
  	z-index: 10;
  	width: 100%;
  	text-align: center;
}
.category-image{
	position: relative;
}

.cat-info .cat-name{
	color:#fff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 28px;
}

.vista {
	overflow: hidden;
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
.vista .mascara {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.vista .mascara2 {
	width: 100%;
    height: 300px;
    /* margin-top: 100%; */
    max-height: 300px;
    position: relative;
    /* overflow: hidden; */
    /* top: 0; */
    /* left: 0; */
}

.vista img {
	display: block;
	position: relative
}
.vista .legend1 {
	color: #77777b;
     position: absolute; 
    left: 0px;
    right: 0px;
    text-align: center;
    /* top: 10px; */
    top: 0;
    bottom: 0;
    overflow: hidden;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f6f6;
}
.vista .legend2 {
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	bottom: 10px;
	overflow: hidden;
	padding:5px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.vista .legend3 {
    color: #fff;
    position: absolute;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    height: 63px;
    bottom: 0%;
    overflow: hidden;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(0,0,0, 0.2);
}

.vista span {
	display: block;
    /*color: #762058 !important;*/
}
.p-name,.p-tax,.p-add input, .p-agregar input {
	color: #fff;
	font-size: 20px;
}
.prod-name{
	/*font-size: 22px;
	font-weight: bold;*/
	font-size: 22px;
    font-weight: 500;
    color: #762058;
}
.prod-desc{
	margin-top:0px;
	padding:0 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	font-size: 15px;
  	overflow-y: auto;
  	/*max-height: 145px;*/
  	height: 60%;
}

.p-tax{
	font-size: 22px;
	/*float: left;*/
	line-height: 60px;
	padding:0 10px;
	font-weight: bold;
	color: #414142;
}
.p-add, .p-agregar{
	padding: 20px 10px;
	float: right;
	line-height: 40px;
    max-height: 60px;
}
.p-add input{
	line-height: 40px;
    font-size: 30px;
    max-height: 38px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.p-agregar input{
	line-height: 40px;
    font-size: 18px;
    max-height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.vista img {
	transition: all 0.2s linear
}
.vista .mascara {
	/*opacity: 0;*/
	/*background-color: rgba(93,52,39,0.7);*/
	/*background-color: rgba(88, 89, 91,0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out*/
	opacity: 1;
    /* background-color: rgba(93,52,39,0.7); */
    /*background-color: rgba(88, 89, 91,0.7);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vista .mascara2 {
	/*opacity: 0;*/
	/*background-color: rgba(93,52,39,0.7);*/
	/*background-color: rgba(88, 89, 91,0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out*/
	opacity: 1;
    /* background-color: rgba(93,52,39,0.7); */
    /*background-color: rgba(88, 89, 91,0.7);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*.vista:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}*/
.vista:hover .mascara,
.vista:focus .mascara {
	opacity: 1
}

.notes{
	clear: both;
}

.notes a{
	color:#F18424;
}

#DJMixList{
	display: none;
	padding:5px 0 20px 0;
}

#DJMixList ul{
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
}

#DJMixList ul li{
	/*padding:2px 0;*/
	text-align: left;
}

#DJMixList ul li a{
	color: #5d3427;
	font-size: 14px;
}

#DJMixList ul li a:hover{
	color: #F18424;
}

#frm-categories{
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 1;
}

#frm-categories select{
	border: 1px solid #e1e1e1;
    background: #fff url("/images/iconos/down.png") no-repeat right 10px center;
   	color: #5d3427;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 14px;
  	padding: 5px 30px 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
    
}

#frm-categories select:focus {
    outline: 0;
}

#slt-categories option{
	background: #fff;
	padding:5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-weight: lighter;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.opt-cat{
	color: #5d3427;
	font-size: 14px;
	font-weight: bold;
}

.opt-sub{
	color: #F18424;
	font-size: 12px;
	font-weight: bold;
}

.add_pdt{
    width: 43px;
    height: 62px;
    bottom: 50px;
    background-image: url(../../../../images/iconos/add_product.png) !important;
    background-repeat: repeat-y !important;
}

.prod-desc p{
	font-size: 30px;
	margin-top: 0px;
}

.mySlides {display: none}
/*img {vertical-align: middle;}*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
	opacity: 0;
  	cursor: pointer;
  	height: 15px;
  	width: 15px;
  	margin: 0 2px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.slider__slide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translatex(-100%); // This pushes slide off when it's not active
  transition: transform 0s 0.5s; // animation timing
}

.slider__slide.is-active {
  transform: translatex(0);
  transition: transform 0.5s;
  z-index: 1;
}

.slider__slide2 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translatex(-100%); // This pushes slide off when it's not active
  transition: transform 0s 0.5s; // animation timing
}

.slider__slide2.is-active2 {
  transform: translatex(0);
  transition: transform 0.5s;
  z-index: 1;
}

/* Fading animation */
.fade {
	opacity: 1 !important;
  	-webkit-animation-name: fade !important;
  	-webkit-animation-duration: 1.5s !important;
  	animation-name: fade !important;
  	animation-duration: 1.5s !important;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media (min-width: 768px) {
	.div_none_slide{
		display: none;
	}

	.div_movil_slide{
		display: block;
	}

	.category-image{
		width: 100%;
	}

	.cat-info{
		text-align: left;
	}
	.vista{
		width: 50%;
		float: left;
	}

	#DJMixList ul li{
		width: 33.3%;
	}
	.vista {
	    width: 45%;
	    padding: 15px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.vista .legend3 {
	    color: #fff;
	    position: absolute;
	    margin-left: 0px;
	    text-align: center;
	    width: 100%;
	    height: 63px;
	    bottom: 0%;
	    overflow: hidden;
	    padding: 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    background-color: rgb(0,0,0, 0.2);
	}
	.p-add, .p-agregar {
	    padding: 0px 0px;
	    float: right;
	    line-height: 40px;
	    max-height: 60px;
	}
	.logos_m {
	    width: 93px !important;
	    height: 73px !important;
	}
	.slide .caption {
	    bottom: 16%;
	    font-size: 10px;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0px;
	    text-align: center;
	    width: 100%;
	}
}

@media (min-width: 1024px) {
	.div_none_slide{
		display: block;
	}

	.div_movil_slide{
		display: none;
	}

	.category-image{
		width: 50%;
		/*height: 938px;*/
	}

	.product-item:nth-of-type(1){
		clear: both;
	}

	.vista{
		width: 30%;
	    padding: 15px;
	    margin-left: auto;
	    margin-right: auto;
		/*width: 23%;
    	margin: 15px;*/
	}

	.prod-desc{
		height: 50%;
	}
	.p-add, .p-agregar {
	    padding: 0px 0px;
	    float: right;
	    line-height: 40px;
	    max-height: 60px;
	}

	.vista .legend3 {
	    color: #fff;
	    position: absolute;
	    margin-left: 0px;
	    text-align: center;
	    width: 100%;
	    height: 63px;
	    bottom: 0%;
	    overflow: hidden;
	    padding: 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    background-color: rgb(0,0,0, 0.2);
	}
}

@media (min-width : 1201px) {
	#DJMixList ul li{
		width: 20%;
	}

	.prod-desc{
		height: 60%;
	}
	.p-add, .p-agregar {
	    padding: 0px 0px;
	    float: right;
	    line-height: 40px;
	    max-height: 60px;
	}
	.product-item .image {
	    height: auto;
	}
}

@media only screen and (min-width : 320px) and (max-width : 500px) {
	.div_none_slide{
		display: none;
	}

	.div_movil_slide{
		display: block;
	}
}

/*Mod 2016-05-02*/
@media only screen and (min-width : 320px) and (max-width : 768px) {
	.product-item .image { height: auto; }
	.vista .legend3 {
	    color: #fff;
	    position: absolute;
	    margin-left: 0px;
	    text-align: center;
	    width: 100%;
	    height: 63px;
	    bottom: 0%;
	    overflow: hidden;
	    padding: 10px 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    background-color: rgb(0,0,0, 0.2);
	}
	.logos_m {
	    width: 15% !important;
	    height: 0% !important;
	}
	.htls{
        display: block !important;
    }
    .sueños{
        display: none;
    }
    .slide .caption {
        top: 28% !important;
        font-size: 10px;
        /* margin: 0px 0px -50px 0px; */
        left: 0px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .top_img {
	    width: 100%;
	    margin-top: 40px;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	}
	.img_izq {
	    float: none;
	    width: 73%;
	}
	#m-list {
	    width: 100%;
	    float: left;
	}
	#desc-mm {
	    color: #77777b;
	    font-family: 'Raleway_regu';
	    margin: 0px 0 0px 0px;
	    width: auto;
	    float: none;
	    font-size: 16px;
	    text-align: justify !important;
	}
	.img_izq {
	    float: left;
	    margin: 50px;
	}
	.name-item {
	    font-size: 28px;
	    color: #762058;
	    text-align: left;
	    font-family: 'Raleway';
	}
	.m-item{
		color: #000;
    	font-family: 'Raleway_regu';
	}
	.m-justi{
		font-size: 17px;
		text-align: justify !important;
	}
	.m-links {
	    overflow: hidden;
	    width: 60%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.m-btn {
	    width: 99%;
	    float: none;
	    text-align: center;
	}
	#DJMixList ul li{
		width: 50%;
		float: left;
	}
	.p-add, .p-agregar {
	    padding: 0px 0px;
	    float: right;
	    line-height: 40px;
	    max-height: 60px;
	}
	.prod-name {
	    font-size: 22px;
	    font-weight: 500;
	    color: #762058;
	    font-family: 'Raleway';
	}
	.p-tax {
	    font-size: 42px;
	    line-height: 46px;
	    padding: 0 6px;
	    font-weight: bold;
	    color: #414142;
	    font-family: 'Raleway';
	    text-align: center;
	    width: 100%;
	}
	.p-tax2{
		font-family: 'Raleway_regu';
		font-size: 25px;
	}
	.scroll-wrapper > .scroll-content {
	    border: none !important;
	    box-sizing: content-box !important;
	    height: auto;
	    left: 0;
	    margin: 0;
	    max-height: none;
	    max-width: none !important;
	    overflow: scroll !important;
	    padding: 0;
	    position: relative !important;
	    top: 0;
	    width: auto !important;
	    font-family: 'Raleway_regu' !important;
	    font-size: 16px !important;
	}
	#product-list {
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	    overflow: hidden;
	    padding: 150% 0px 20px 0px;
	    position: relative;
	}
	
	/*.category-image .image { height: 346px; }*/
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.product-item .image { height: auto; }
	.vista .legend3 {
	    color: #fff;
	    position: absolute;
	    margin-left: 0px;
	    text-align: center;
	    width: 100%;
	    height: 63px;
	    bottom: 0%;
	    overflow: hidden;
	    padding: 10px 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    background-color: rgb(0,0,0, 0.2);
	}
	#product-list {
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	    overflow: hidden;
	    padding: 62% 0px 20px 0px;
	    position: relative;
	}
	.div_none_slide{
		display: block;
	}

	.div_movil_slide{
		display: none;
	}
	/*.category-image .image { height: 680px; }*/
}
@media only screen and (min-width : 1024px) and (max-width : 1200px) {
	.product-item .image { height: auto; }
	.vista .legend3 {
	    color: #fff;
	    position: absolute;
	    margin-left: 0px;
	    text-align: center;
	    width: 100%;
	    height: 63px;
	    bottom: 0%;
	    overflow: hidden;
	    padding: 10px 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    background-color: rgb(0,0,0, 0.2);
	}
	.prod-desc{
		text-align: justify;
		font-size: 25px;
	}
	#product-list {
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	    overflow: hidden;
	    padding: 48% 0px 20px 0px;
	    position: relative;
	}
	/*.category-image .image { height: 720px;}*/
}

@media only screen and (min-width : 1200px) and (max-width : 1440px) {
	.product-item .image { 
		/*height: auto; */
		height: 350px;
	}
	.vista .legend3 {
	    color: #fff;
	    position: absolute;
	    margin-left: 0px;
	    text-align: center;
	    width: 100%;
	    height: 62px;
	    bottom: 0%;
	    overflow: hidden;
	    padding: 10px 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    background-color: rgb(0,0,0, 0.2);
	}
	.prod-desc{
		text-align: justify;
		font-size: 18px;
	}
	#DJMixList ul li{
		width: 20%;
	}

	.prod-desc{
		height: 60%;
	}
	.p-add, .p-agregar {
	    padding: 0px 10px;
	    float: right;
	    line-height: 40px;
	    max-height: 60px;
	}
	.vista {
	    width: 30%;
	    padding: 15px;
	    margin-left: auto;
	    margin-right: auto;
	}
	/*.category-image .image { height: 710px; }*/
}
@media only screen and (min-width : 1440px) and (max-width : 2560px) {
	.product-item .image { 
		/*height: auto; */
		height: 480px;
	}
	.vista .legend3 {
	    color: #fff;
	    position: absolute;
	    margin-left: 0px;
	    text-align: center;
	    width: 100%;
	    height: 62px;
	    bottom: 0%;
	    overflow: hidden;
	    padding: 10px 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    background-color: rgb(0,0,0, 0.2);
	}
	.prod-desc{
		text-align: justify;
		font-size: 25px;
	}
	/*.category-image .image { height: 952px; }*/
}
