* {
	margin: 500;
	padding: 0;
	box-sizing: border-box;
}

/* ? ----- Cuenta Regresiva ----- */
#cuenta {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.simply-section {
	background: #0e599e;
	width: 180px;
	height: 180px;
	margin: 0 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.simply-amount {
/*	display: block;*/
	font-size: 50px;
	font-weight: 700;
	color:#ffff;
}

.simply-word {
	font-weight: 200;
	font-size: 30px;
    color:#ffff;
    
}


/* ? ---------------------------- */


