/* MINIATURAS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.mini:hover,
.mini,
.mini-imagen:hover img, 
.mini-imagen img {
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

.mini {
	border: solid thin #E9EEEF;
	box-shadow: 3px 3px 20px 3px rgba(0,0,0,.1);	
	background: #FFF;
	border-radius: 5px;	
	margin-bottom: 20px	
}

.mini:hover {
	box-shadow: none;	
}

.mini-imagen {
	position: relative;
	overflow: hidden;
	background: #00b1eb;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
.mini-imagen img {
	max-height: 400px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;	
}

.mini-imagen:hover img {
	transform: scale(1.1);
	opacity: .2;
}

.mini-contenido {	
	padding:  40px;
}

.mini-resumen {	
	padding-top: 20px;
	padding-bottom: 20px;	
}

.mini-boton {	
	font-size: 80%;
	font-weight: 800;	
}

/* MINIATURAS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */