
.hora {
	margin: 5% 0 auto 0;
	font-size: 140pt;
	text-align: center;
	color: #fff;
	text-shadow: 6px 6px 30px #000;
}

/* Monitores até 1024   */
@media (max-width: 1024px) {
	.relogio {
	  	background-image: url("../img/bg_time.jpg");
		width: 1024px;
		height: 600px;
	}

}

/* Monitores até 1370   */
@media (min-width: 1025px) and (max-width: 1281px) {
	.relogio {
	  	background-image: url("../img/bg_time.jpg");
		width: 1280px;
		height: 720px;
	}
}

/* Monitores até 1370   */
@media (min-width: 1282px) and (max-width: 1370px) {
	.relogio {

		background-image: url("../img/bg_time.jpg");
		width: 1366px;
		height: 768px;
	}
}

/* Monitores grandes acima de 1400   */
@media (min-width: 1400px) and (max-width: 1900px) {
	.relogio {

		background-image: url("../img/bg_time.jpg");
		width: 1440px;
		height: 900px;
	}
}

/* Monitores grandes acima de 1920   */
@media (min-width: 1920px) {
	.relogio {

		background-image: url("../img/bg_time.jpg");
		width: 1920px;
		height: 1080px;
	}
}
