/* ESTILIZAÇÃO - TAGS */

ul.keywords-tags {

    margin: 0;

font-size: 0;

}

ul.keywords-tags li {

display: inline-block;

margin: 0 5px 5px 0;

    font-size: 13px;

    line-height: 32px;

border: 1px solid rgba(43,93,111,0.2);

border-radius: 3px !important;

}

ul.keywords-tags li:hover {

border: 1px solid rgba(43,93,111,0.5);

    background-color: rgba(43,93,111,0.1);

}

ul.keywords-tags li a {

    display: block;

    padding: 0 10px;

    text-decoration: none;

}

/* ===== AVISO COOKIES ===== */

.box-cookies.accept {
    display: none !important
}

.box-cookies {
    bottom: 0;
    width: 100%;
    z-index: 998;
    color: #fff;
    position: fixed;
    background: rgba(0, 0, 0, .9)
}

.msg-cookies {
	margin-bottom: 0 !important;
    margin-left: auto !important;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
}

.msg-cookies a{
	text-decoration: underline;
	color: #ffffff;
}

.btn-cookies {
	width: 10%;
	height: 40px !important;
    margin-right: auto !important;
    color: white;
    background: #0289ff;
    border-radius: 5px !important;
}

@media screen and (min-width: 576px) {
    .box-cookies {
        display: flex;
        align-items: center;
        height: 60px
    }

}

@media screen and (max-width: 600px) {
    
    .box-cookies .btn-cookies {
        width: 100%;
        border-radius: 0 !important;
    }
}

/* ===== CONTADOR HOMEPAGE - LAYOUT ESCURO ===== */

.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/1599/1599708/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: #fff;
	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(0, 0, 0, 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;
	}
}

