/* ===== CONTADOR HOMEPAGE - LAYOUT CLARO ===== */

.pv-homepage * {
	box-sizing: border-box !important;
}

.pv-homepage {
	display: block;
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto 10px auto;
	font-size: 0;
	text-align: center;
	background-color: transparent !important;
	background-image: url("https://cdn.awsli.com.br/524/524600/arquivos/contador_escuro.png");
	background-repeat: no-repeat;
}

.pv-homepage a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 0;
	background-color: transparent;
}

.pv-homepage .pv-date-items {
	position: absolute;
	top: 38px;
	left: 345px;
}

.pv-homepage .pv-date-items div {
	position: relative;
	width: 70px;
	height: 35px;
	margin: 0 10px 0 0 !important;
	font-family: 'Share Tech Mono', sans-serif;
	font-size: 28px !important;
	line-height: 36px;
	text-align: center;
	color: #000;
	border: solid 1px transparent !important; /* ALTERAR AQUI */
	border-bottom: 0 !important;
	background-color: transparent; /* ALTERAR AQUI */
	float: left;
}

.pv-homepage .pv-date-items div:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 18px;
	bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 0px !important;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: none !important;
	background-color: transparent !important; /* ALTERAR AQUI */
}



.pv-homepage .pv-date-items div:last-child {
	margin-right: 0 !important;
}

.pv-homepage .pv-day {
	animation: date-blink-pv-homepage 2s infinite;
}

.pv-homepage .pv-day:after {
	content: "DIAS";
}

.pv-homepage .pv-hour:after {
	content: "HORAS";
}

.pv-homepage .pv-min:after {
	content: "MINUTOS";
}

.pv-homepage .pv-sec:after {
	content: "SEGUNDOS";
}

@-webkit-keyframes date-blink-pv-homepage {
	0%   {color: rgb(0, 0, 0)background-color: rgba(255,255,255,0.0);}
	50%  {color: rgba(255, 255, 255, 0.9); background-color: white;}
	100% {color: rgb(0, 0, 0)background-color: rgba(160, 65, 65, 0)}
}

@-moz-keyframes date-blink-pv-homepage {
	0%   {color: rgb(0, 0, 0)background-color: rgba(255,255,255,0.0);}
	50%  {color: rgba(255, 255, 255, 0.9); background-color: white;}
	100% {color: rgb(0, 0, 0)background-color: rgba(255,255,255,0.0)}
}

@-o-keyframes date-blink-pv-homepage {
	0%   {color: rgb(0, 0, 0)background-color: rgba(255,255,255,0.0);}
	50%  {color: rgba(255, 255, 255, 0.9); background-color: white;}
	100% {color: rgb(0, 0, 0)background-color: rgba(255,255,255,0.0)}
}

@keyframes date-blink-pv-homepage {
	0%   {color: rgb(0, 0, 0)background-color: rgba(255,255,255,0.0);}
	50%  {color: rgba(255, 255, 255, 0.9); background-color: #a7a7a78f;}
	100% {color: rgb(0, 0, 0)background-color: rgba(255,255,255,0.0)}
}

@media only screen and (max-width: 767px) {
	.pv-homepage {
		width: 100%;
		background-position: center;
	}
	.pv-homepage .pv-date-items {
		position: absolute;
		width: 100%;
		left: 50%;
		margin-left: -155px;
	}
}
