

.countdown-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-10%);
	left: 5%;
}

.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}
/*color dentro de circulo de contador*/
.clock-canvas {
	background-color:  #d5d8dc ;
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}
/*Texto*/
.text {
	color: #E2231A;
	font-size: 30px;
	font-weight: bold;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: 1px 1px 1px grey;
	width: 100%;
}

.text .val {
	font-size: 50px;
}

.text .type-time {
	font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.imgw {
		width:100%;
	}

	.countdown-container {
		position: static;
		transform: translateY(-1%);
		left: 0%;
	}
}


@media (max-width: 767px) {
	.clock-item {
		margin-bottom: 30px;
		top: 50px;
		margin: 0px 50px 50px 50px;
	}
	.countdown-container {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-10%);
		left: 0%;
	}
	.imgw{
		width: 100%;
	}
}
