
/* ? ----- PORTADA ----- */
.portada {
  background: url('../img/salta-desafio-bg.jpg')center; background-attachment: fixed; background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .5s ease-out all;
	padding-top: 20px;
}





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

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

.simply-amount {
	display: block;
	font-size: 40px;
	font-weight: 700;
}

.simply-word {
	font-weight: 300;
	font-size: 20px;
}

@media (max-width: 600px) {

	#cuenta {
	margin-bottom: 30px;
}

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

.simply-amount {
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.simply-word {
	font-weight: 300;
	font-size: 15px;
}

h1.logotipo{font-size: 30px
	}
 
 h2.mensaje{font-size: 20px
	}
}
