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

.simply-section {
background: #f44336;
	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: white;
}

.simply-word {
	font-weight: 300;
	font-size: 30px;
	    color: white;
}


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



/* ? ----- REDES SOCIALES ----- */
