.color-card{
	background: white;
}
/*---- NODO PADRE ----*/
.card {
	min-height: 350px;
	padding-right: 15px;
	margin-bottom: 30px;
	height: 380px;
	padding-left: 15px;
	border: 0px transparent;
}

/*---- CONTENEDOR CABEZERA ----*/
.card .card-head{
	height: 50px;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}
.card-head .card-title{
	font-size: 14pt;
	text-align: center;
	color:green !important;
	margin-bottom: 5px;
}

/*---- CONTENEDOR BODY ----*/
.card .card-body{
	padding-bottom: 0px;
	padding-top: 0px;
}
.card .card-text .categoria{
	text-align: center;
	font-size: 15px;
	line-height: 14px;
	margin-bottom: 0px;
	color: black;
}
.card .card-text .subcategoria{
	text-align: center;		
	font-size: 13px;
	line-height: 23px;
	color: black;
}
.card .precio{
	margin-bottom: 0px;
	text-align: center;
	font-size: 19pt !important;
	color: grey;
}

/*---- CONTENEDOR IMAGEN ----*/
.card .imagen{
	height: 195px;
	overflow: hidden;
}
.imagen .card-img-top {
    max-height: 265px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*---- BOTON  ----*/
.card .btn-card{
	padding: 8px 15px;
	width: 100%;
	margin-top: 0px;
	position: absolute;
	z-index: 99;
	bottom: 0;
	width: 100%;
	left: 0;
}

/*---- HOVER ----*/
.card:hover {
	opacity: 0.5;
}

@media(max-width: 991px){

	.card .card-head {
    	height: 55px;
    }
    .card-head .card-title {
    	font-size: 12pt;
    }
    .card .card-text .categoria {
    	font-size: 13px;
	}
	.card .card-text .subcategoria {
    	font-size: 12px;
    	line-height: 13px;
	}
	.card .precio {
    	margin-bottom: 0px;    
    	font-size: 17pt !important;
    }
}
@media(max-width: 550px){
	.card {
    	height: 450px;
   	}
    .card-head .card-title {
    	font-size: 15pt;
    }
    .card .card-text .categoria {
    	font-size: 15px;
	}
	.card .card-text .subcategoria {
    	font-size: 13px;
    	line-height: 23px;
	}
	.card .precio {
    	margin-bottom: 0px;    
    	font-size: 19pt !important;
    }
    .card .imagen {
    	height: auto;
	}
} 
@media(max-width: 340px){
	.card {
    	height: auto;
   	}
}