#rotator{

	position: relative;
}

#rotator .flex-caption{

	position: absolute;
	top: 140px;
	left: 50px;
	width: 435px;
	background: transparent;
	color: #cb252e;
	text-shadow: 0 0 0;	
	text-transform: uppercase;
	font-weight: 100;
	padding:0;
}


#rotator .flex-caption span{

	font-size: 30px;
	margin: 0 0 15px;
	line-height: 35px;
	display: block;
}

#rotator .flex-caption span.subtitulo{

	font-size: 18px;
	margin: 0 0 5px;
	line-height: 25px;
}


#rotator .flex-caption span.subtituloII{

	color: #000;
	font-size: 11px;
	text-transform: uppercase;
}

.rotator_lermais{

	background-color: #000;
	padding: 10px 30px;
	color:#FFF;
	font-size: 13px;
	display: table !important;
}

.rotator_lermais:hover{

	color: #c8242d;
}

#rotator .flex-control-nav{

	top:50%;
	left: 10px;
	transform: translateY(-50%);
	width: auto;
	bottom: auto;
}

#rotator .flex-control-nav li{

	display: block;
	margin-bottom: 10px;

}

/*
#rotator ul.slides > li:last-child h4{

	font-size: 30px;
	margin: 0 0 5px;
}

#rotator ul.slides > li:last-child h3{

	font-size: 30px;
	margin: 0 0 5px;
	text-shadow: 0px 0px 0px;
	color: #cd1719;
}

#rotator ul.slides > li:last-child .flex-caption{

    color: #292929;
    width: 470px;
    text-align: left;
}*/

.rotator_lermais.video{

	margin: 20px 0 0 !important;
	background: #000 url(../../../media/site/icon_videoII.png) no-repeat 13px 9px;
	background-size: 5%;
	padding-left: 50px;
	padding-right: 20px;
	margin-top:20px;
}

.rotator_lermais.video.uma_linha{

	background-size: 11%;
}


#contador h3{

	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	float: left;
	padding-top: 40px;
	line-height: 45px;	
}

#tabela_contador{

	float: left;
	color: #000;
}

#tabela_contador td{

	text-align: center;
	margin: 0;
	display: inline-block;
}

#tabela_contador .text{

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#tabela_contador #horas{

	border:solid 4px #82667c;
}

#tabela_contador #minutos{

	border: solid 4px #872d51;
}


#tabela_contador #segundos{

	border: solid 4px #f33d33;
}

#tabela_contador #tabela_esconde{

	display: none;
}