
/*------------------- MAQUETACIÓN PARTICULAR DE CADA HISTORIA DE ÉXITO -------------------*/
.unaHDE{
	width: 220px; /*modificable*/
	
	padding: 15px 10px;	
	border-radius: 8px;	
	
	margin-bottom: 50px;
    border: none; 
    background-color: #FFFFFF;
    border-radius: 12px; 
    box-shadow: 
    	0 5px 10px rgba(0, 0, 0, 0.05)
    	,-1px -1px 1px rgba(0, 0, 0, 0.04);

}
.MB .unaHDE {  
    box-shadow: 
        /* Capa 1: El "anillo" perimetral (simula un borde ultra fino y elegante) */
        -1px -1px 0 0 rgba(0, 0, 0, 0.01), 
        /* Capa 2: Un ligero refuerzo en la parte superior para dar definición */
        0 -1px 1px 0 rgba(0, 0, 0, 0.03),
        /* Capas de elevación (las que ya teníamos) */
        0 4px 6px -1px rgba(0, 0, 0, 0.03), 
        0 10px 15px -3px rgba(0, 0, 0, 0.03);
}
.parte1HDE{
	cursor: pointer;
}
.wpImgHDE {
	height: 378px; /*modificable*/

	width: 100%;
	background: rgba(0,0,0,.1);
	border-radius: 5px;
	overflow: hidden;
	min-height: 100px;	
	margin: 0 auto 15px auto;
	position: relative;
}
.wpImgHDE img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.numImgsHDE{
	font-family: fontBold;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #703b3b;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 4px;
}
.nombreHDE{	
	font-family: fontBold;
	text-align: center;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;	
	height: 48px; /*modificable*/
	margin-bottom: 15px;
	font-size: 15px;
}
.resumenhde{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.btnVerHDE{	
	display: block;
	border: none;
	font-family: fontRegular;
	background: transparent;
	cursor: pointer;
	width: 100%;
	text-align: center;
	color: #703b3b;
	margin-top: 15px;
	font-size: 14px;
}
.DK .unaHDE:hover .btnVerHDE
,.MB .unaHDE:active .btnVerHDE{
	font-family: fontBold;
}
/*--------- REPRODUCTOR (TRIANGULO) PARA CUANDO ES VIDEO EL PRIMER -----------*/
.playVideo{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
.playVideo svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}