.containeractions{
	width: 100%;
	margin: 3rem 0rem;
	text-align: center;
	align-items: center;
	/* justify-content: space-around;
    display: flex; */

}

.cardactions{
	display: inline-block;
	width: 100%;
	margin: 0rem;
	margin-bottom: 1rem;
	border-radius: 1rem;
	overflow: hidden;
	background: #0E2E33;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 400ms ease;
}

.cardactions:hover{
	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
}

.cardactions img {
	width: 100%;
	height: auto;
	/* max-height: 404px; */

}


.cardactions .contentactions {
	padding: 1rem;
	text-align: center;

}

.cardactions .contentactions p {
	line-height: 1.2rem;
	color: #6a6a6a;
	font-size: 1.5rem;
}

.cardactions .contentactions h3 {
	font-weight: 400;
	font-size: 1.6rem;
	color: white;
	margin-bottom: 1.5rem;
}

.tablaestadoevals{
	padding: 0.8rem 2rem;
	border-radius: 5rem;
}

.knobavance {
	display: inline-block;
	margin: 2rem;
	border-radius: 1rem;
	overflow: hidden;
}

.knob-label {
	font-size: 1.5rem !important;
	line-height: 2.2rem;
}