.dBgWhite{
	background-color: #fff;
	width: 100%;
	float: left;
	padding:1%;
}
.dCatalogo{
	position: relative;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: auto;
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 90vh;
}
.carousel {
    position: relative;
    width: 100%;
}
.dMarca{
	height: 85px;
    float: left;
    width: 100%;
    background-color: #000000d9;
    position: absolute;
    bottom: 0;
}
.d33{
	width: 33%;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 85px;
}
.d33 img{
	width: 100%;
	max-width: 45px;
	margin-right: 15px;
}
.d33 span{
	font-size: 22px;
	color: #fff;
}
.dTitMarca{
	font-size: 30px;
	color: #fff;
	margin: 0;
}
.carousel-indicators {
    bottom: 95px !important;
}
.dCuerpo{
	float: left;
	width: 100%;
	background-color: #fff;
}
.dCuerpo .col-md-4{
	display: block;
	/*display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	flex-direction: column;*/
}
.dCuerpo .col-md-4 h3{
	font-size: 20px;
}
.dContProd{
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	flex-direction: column;
}
.dContProd img{
	margin-bottom: 20px;
	box-shadow: 0px;
	width: 100%;
	transition: all ease 0.5s;
	overflow: hidden;
}
.dContProd img:hover{
	 transform: scale(1.05);
	 transition: all ease 0.5s;
	 overflow: hidden;
}
/**/
.round-button {
		box-sizing: border-box;
		display:block;
		width:80px;
		height:80px;
		padding-top: 14px;
		padding-left: 8px;
		line-height: 20px;
		border: 6px solid #fff;
		border-radius: 50%;
		color:#f5f5f5;
		text-align:center;
		text-decoration:none;
		background-color: transparent;
		font-size:20px;
		font-weight:bold;
		transition: all 0.3s ease;
		box-shadow: 0px 0px 10px 0px #131313;
	}
	.round-button i{
		text-shadow: 0px 0px 4px #131313;
		transition: all 0.3s ease;
	}
	.bg-img:hover .round-button i{
		text-shadow: 0px 0px 10px rgb(251, 251, 251);
		transition: all 0.3s ease;
	}
	.round-button:hover {
	    background-color: transparent;
	    box-shadow: 0px 0px 10px rgb(251, 251, 251);
	    text-shadow: 0px 0px 10px rgb(255, 255, 255);
	    color: #fff;
	    transition: all 0.3s ease;
	}
	.dCatalogoIcon {
		box-sizing: border-box;
		display:block;
		width:110px;
		height:110px;
		text-align: center;
		margin: auto;
	}
	.dCatalogoIcon img{
		max-width: 90px;
	}
	.bg-img:hover .round-button {
	    background-color: transparent;
	    box-shadow: 0px 0px 10px rgb(251, 251, 251);
	    text-shadow: 0px 0px 10px rgb(255, 255, 255);
	    color: #fff;
	    transition: all 0.3s ease;
	}
	.dInfoVideo{
		float: left;
		width: 100%;
		text-align: center;
		background-color: #131313;
		margin-bottom: 0px;
	}
	.dInfoVideo h3{
		color: #fff;
	    float: left;
	    width: 100%;
	    font-size: 18px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    font-weight: 300;
	}
	.dInfoVideo span{
		color: #fff;
		float: left;
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.dCatalgoItem {
	    height: auto;
	    min-height: 340px;
	    background-color: transparent !important;
	}

	.dCatalgoItemProduct {
	    height: auto;
	    min-height: 340px;
	    background-color: transparent !important;
	}

	.bg-img{
		min-height: 285px;
	}
	.dVideoProduct{
		width: 33.33%;
		float: left;
		background-color: #fff;
	}
	.dCatalgoItem {
	    width: 100%;
	    margin-top: 0;
	    background-color: white;
	    float: left;
	    height: 285px;
	}

	.dCatalgoItemProduct {
	/*     width: 100%; */
	    width: unset !important;
	    margin-top: 0;
	    background-color: white;
	    float: left;
	    height: 285px;
	}
	
	.dInfoProduct{
		float: left;
		width: 66.66%;
		background-color: #fff;
		border-right: solid 2px #131313;
	}
	.dPackingProduct{
		float: left;
		width: 33.33%;
		background-color: #fff;
		min-height: 430px;
	}
	/*tabla*/

	.dPrincipal {
	    width: auto;
	    border-collapse: collapse;
	    margin: 25px auto;
	    min-width: 315px;
	}

	/* Zebra striping */

	th {
		background: #ffffff;
		color: #131313;
		font-weight: bold;
		}

	td, th {
		padding: 10px;
		/*border-bottom: 1px solid #ccc; */
		text-align: left;
		font-size: 14px;
		}
	tr{
		border-bottom: 1px solid #ccc;
	}

	.dCapTable{border-bottom: 1px solid #ccc;}
	.dNoborder{border-bottom: 0px solid #ccc;}
	.dBorderTable{
		border-left: 1px solid grey;
	}
	.dBorderTableR{
		border-right: 1px solid grey;
	}
	.dContProd h3{font-size: 22px;}
	.dContProd span{
		margin-bottom: 10px;
	}

	.dSecundaria {
	    width: 80%;
	    border-collapse: collapse;
	    margin: 25px auto;

	}
	.dTitlePicking {
	    width: 80%;
	    margin: 25px auto;
	    display: block;
	    font-size: 20px;
	    text-align: center;
	    border-bottom: 2px solid #131313;
	}

	.clase_series{
			width: 16.666666667%;
		/* 	height: 350px; */ /* COMENTADO POR VICTOR PARA SOLUCIONAR ERROR DE TEXTO QUE SE SOLAPA CON IMAGENES */
		}
	.dContVideos{
		background-color: #fff;
		display: block;
		float: left;
		width: 100%
	}
	@media (max-width: 1738px){
		.clase_series{
			width: 25%;
		}
	}

	@media (max-width: 720px){
		.clase_series{
			width: 100%;
		}
		.dVideoProduct {
		    width: 100%;
		    float: left;
		    background-color: #000;
		}
		.dCatalgoItem{
			margin:0;
		}
	}

	@media screen and (max-width: 768px){
		.d33{
			width: 45%;
			float: left;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
			vertical-align: middle;
			height: 85px;
		}
	}

	@media only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		.dPrincipal {
		  	width: 100%;
		}
		.dPrincipal, thead, tbody, th, td, tr {
			display: block;
		}
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		tr { border: 1px solid #ccc; }

		td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		td:before {
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			content: attr(data-column);
			color: #000;
			font-weight: bold;
		}

	}
