
.vdocs {
	width: 250px;
    height: 320px;
    box-shadow: -5px 6px 14px 6px rgb(0 0 0 / 20%);
    margin: 29px;
    border-radius: 2.8%;
	/* esto para amrcar bordes de imagen junto al div */
	overflow: hidden;
	position: relative;
}

.vdocs:hover {
	/* border: 2px solid black; */
	box-shadow: -4px 4px 20px 11px rgb(0 0 0 / 53%);
}


/* .mostrador {
} */


.down-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: DodgerBlue;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .2s ease;
	
	text-align: center;
}


/*.dowbo {
	cursor: pointer;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
*/
.down-btn a {
	white-space: nowrap; 
	background: dodgerblue;
	/* padding: 100% 100%; */
	color: white;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

	padding: 15px;
    /* background-color: red; */
    width: 100%;
}

.vdocs:hover .down-btn {
	height: 15%;
  }


/* .data-card {
	padding: 15px;
	position: absolute;
	top: 0px;
} */


.card-title {
	position: absolute;
    text-align: center;
    width: 100%;
    background-color: #0000004f;
}

.card-title a h2 {
	margin: 0px;
    padding: 12px;
	font-size: 1.1rem;
}


.catego-card {
    position: absolute;
    bottom: 15%;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    background-color: #0000004d;
    color: white;
    font-weight: 400;
}

.date-card {
	position: absolute;
    bottom: 0px;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    background-color: #00000080;
    color: white;
    font-weight: 500;
	padding: 4.7%;
}
