@import url(reset.css);
body {
    font:11px arial, freesans, garuda, helvetica, verdana, sans-serif;color:#b0b0b0;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-color: #E4E1DA;
}
/* colocar  as imagens para o contador */
body.contador{
    background-image: url(../fotos/813/cdc0b2189e4f0816ad6bb994fd33266d.jpg);
}

.imagemContador{
    background-image: url(../images/cantoTop.png);
    background-repeat: no-repeat;
    padding-left: 154px;
    padding-top: 174px;
    width: 380px;
}

.contadorText{
    height: 179px;
    width: 376px;
    padding-left: 0px;
    font:verdana, arial, helvetica, sans-serif;color:black;
    font-size: 30px;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: bold;
}

.redesSociais{
    padding-left:285px;
    padding-top: 88px;
    width: 78px;
}
.newsletter{
}
b, b p { font-weight: bold; color: #A71B45 !important; }
i { font-style: italic; color: #A71B45; }
em { text-decoration: underline; }


#geral {
    width:976px;
    padding: 0px 42px;
    margin: 0 auto;
    background: #fff url(../images/background.png) center top repeat-y;
    -moz-box-shadow: 0px 0px 10px #bfbfbf;
    -webkit-box-shadow: 0px 0px 10px #bfbfbf;
    box-shadow: 0px 0px 10px #bfbfbf;
}

/* TAG BEHAVIOUR */
a { text-decoration:none; color:#7c7c7c; }
h1 span { display:none; }
h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:24px; line-height:24px;
    font-weight:600; letter-spacing:0px;
    color: #a71b45;
}
.contraste h2 { color:#757977; }
h3 { color: #7b7b77; font-size:20px; }
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px; font-weight:bold;
    color: #757977;
}
h4.center { padding:15px 0px; text-align:center; }
h4 span { color: #a71b45; display:block; }
h5, h6 {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size:14px; font-weight:bold;
    color: #fff;
    line-height:18px;
}
h6 { color: #b0b0b0; margin-bottom:16px; }
h5 img { float:right; }
p { margin-bottom:14px; line-height:14px; }
p a { color: #A71B45; font-weight:bold; }
p a:hover { text-decoration: underline; }
/* FORM */
input, textarea {
    width: 184px; height: 10px;
    font:11px arial, freesans, garuda, helvetica, verdana, sans-serif;color:#6d6d6d;
    padding: 4px;
    background: #eeeeea;
    border:none;
    -moz-box-shadow: inset 0px 0px 5px #ccc;
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align:middle;
    max-width:95%;
}
textarea { width: 100%; height: 226px; }
input.submit {
    width:auto;
    height:18px;
    padding-left:20px;
    background: #d8d7ce url(../images/arrow_right.png) center left no-repeat;
    cursor:pointer;
}
input.button { height:18px; padding:0px 10px; vertical-align:middle; }
input.checkbox, input.radio {
    width: auto; height:auto;
    padding: auto;
    background: none;
    border:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}
label { vertical-align:middle; }
select {
    width: 130px; padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px; font-weight:bold;
    color: #6d6d6d;
    margin-top:10px;
    border:none;
    background: #d8d7ce;	
}

/* COMMOM ELEMENTS */
.info {
    background: #000;
    padding: 12px 9px;
    margin-bottom: 5px;
    position:relative;
    overflow: hidden;
    z-index:0;
}
.info.contraste { background: #e7e6df; }
.info.contraste h5 { color:#2d2d2d; }
.info.contraste h5 { color:#757977; }
.info.contraste p, .info.contraste a { color:#2d2d2d !important; }
.info .icones { margin-bottom: 3px; }

.button {
    width:auto;	height:10px;
    padding: 3px 10px;
    background:#d8d7ce;
    font: bold 10px Arial, Helvetica, sans-serif;
    color:#6d6d6d;
    -moz-box-shadow: inset 0px 0px 5px #ccc;
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align:middle;
    cursor:pointer;
}
.arrow {
    background-image: url(../images/arrow_right.png);
    background-position: 8px center;;
    background-repeat:no-repeat;
    padding-left:24px !important;
}
.mais {
    font-weight:normal;
    color: #717171;
    background: url(../images/arrow_right.png) center left no-repeat;
    padding-left:16px;
}
.mais.contraste { color:#fff; background-image: url(../images/whiteArrow_right.png); }
.mais.dark { color:#2d2d2d; background-image: url(../images/darkArrow_right.png); }
div.mais { margin-top:-5px; background:#f3f3ee; padding: 36px 11px 10px 11px; 
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */}
.chamada {
    background: #e7e6df;
    padding: 12px 10px;
    margin-bottom:5px;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.chamada h4 { margin-bottom:15px; }
.chamada p { color: #2d2d2d; }
.chamada.vermelho { background: #a71b45; }
.chamada.vermelho h4, .chamada.vermelho p, .chamada.vermelho span { color: #fff; }
.chamadaBox {
	display: block;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */}
			
/*.chamadaBox:hover { opacity: 1.2; } */

.chamadaBox:hover .chamada { background-color: #f4f4f4; }
.chamadaBox:hover .chamada.laranja { background-color: #e88123; }
.chamadaBox:hover .chamada.vermelho { background-color: #9e143d; }

.small_column a img, #related img {
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */}
.small_column a:hover img, #related a:hover img { opacity:0.9; }


/*
.chamadaBox:hover .chamada.vermelho { background-color: #000; }
.chamadaBox:hover .chamada h4, .chamadaBox:hover .chamada p, .chamadaBox:hover .chamada span { color: #fff; }
.chamadaBox:hover .chamada span {  background-image: url(../images/whiteArrow_right.png);  }
*/
.chamadaBox:hover div.mais { background-color: #000 !important; }

.vermelho span.mais { background-image: url(../images/whiteArrow_right.png); }
.vermelho a:hover { color:#000 !important; }
.destaqueFigure { position:relative; }
.destaqueFigure a { display: block; margin-bottom: -3px; }
div.destaque { position:absolute; left:-4px; top:10px; }
/*
.destaqueFrameContent { 
	outline: 43px solid transparent;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic
}
.destaqueFrame:hover .destaqueFrameContent {
	outline: 43px solid #5A4A42; z-index:1000; position:relative; 
} */
.destaqueFrame .contraste, .destaqueFrame .info, .destaqueFrame .icones, .destaqueFrame .destaqueFigure {
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		-ms-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
		 -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
			transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.destaqueFrame:hover .destaqueFigure { opacity:0.95; }
.destaqueFrame:hover .info, .destaqueFrame:hover .icones { background-color: #222; }
.destaqueFrame:hover .info.contraste, .destaqueFrame:hover .icones.contraste { background-color: #f4f4f4; }
h6.destaque {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    text-transform: uppercase;
    font-weight:bold;
    color:#fff;
    display:inline-block;
    vertical-align:top;
    margin-right: 6px;
    padding: 3px 8px;
    padding-top:4px;
    padding-left: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#3a281f url(../images/icone_asterisco.png) no-repeat 7px 4px;
}
.icones { text-align:right; /*float:right;*/ background-color: #000; padding-top:3px; position:relative; border-top: 2px solid #fff; }
.icones.contraste { background-color: #e7e6df; border-bottom: 2px solid #fff; }
#slideshow .icones { background:none; z-index:100; position:relative; }
#maininfo .icones { border:none; }
.icones a {
    display:inline-block;
    position:relative;
    width: 25px;
    height: 25px;
    overflow:hidden;
    margin-right:4px;
    z-index:9;
}
.icones a img { position:absolute; top:0; left:0; }
.icones a:hover img { top: -25px; }

/* UI */
input:focus, textarea:focus, select:focus { outline:none; }
a.selected { color:#a71b29 !important; }
header a:hover { color:#a71b29 !important; text-decoration:none; }
/* a:hover { text-decoration:underline; } 
/* a:hover img { opacity:0.95; filter: alpha(opacity=95); } */
.submit:hover { opacity:0.95; filter: alpha(opacity=95); }
.button:hover { color:#a71b29 !important; }

/* HEADER */
#busca {
    width:798px; height:18px;
    padding:7px 0px;
    border-bottom: 3px solid #626262;
    float:right;
    text-align:right;
}
header h1 {
    padding-top:48px;
    padding-left:10px;
    float:left;
}
header nav {
    float:left;
    margin-left:58px;
    padding-top:8px;
    background:#fff;
}
#mainnav { width:232px; margin-right:12px; }
#mainnav a {
    font-family: Myriad Pro Light, Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px; line-height:24px;
    font-weight: normal;
    color: #2d2d2d;
}
#secnav {
    margin-left:0px;
}
#secnav a {
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
    font-size:10px; line-height:14px;
    font-weight: normal;
    color:#707070;
}
#patrocinio { float:right; margin-top: 13px; }
#patrocinio img { vertical-align: middle; }
.banner { width: 271px;
height: 136px;
overflow: hidden; }

/* CONTENT */
#content { clear:both; margin-top: 0px; }
#content.busca { margin-top: 20px; }
#paginacao {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px; font-weight:bold;
    color: #757977;
    padding-top: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}
#paginacao span {
    background-color: #A71B45;
    padding: 2px 4px;
    color: #fff;
    font-size:15px;
}
#paginacao a { color: #A71B45; }
#estados { display: none; }

/* FOOTER */
footer { clear:both; margin: 30px -6px; margin-bottom:0px; background:#f3f3ee; padding-bottom:200px; }
footer h4 { margin-bottom: 24px; }
footer h5 { color: #bb0041; margin-bottom:10px; }
footer p { color: #7a7a7a; }
footer .submit { background: #bb0041 url(../images/whiteArrow_right.png) center center no-repeat;  width:70px; height:45px;
                 margin-top:10px;
                 -moz-box-shadow: none;
                 -webkit-box-shadow: none;
                 box-shadow: none;
                 -webkit-border-radius: 3px;
                 -webkit-border-radius: 0px;
                 -moz-border-radius: 0px;
                 border-radius: 0px; }
footer .clear { overflow: visible !important; }				 
#acompanhe { width:220px; margin-top:30px; float:right; }
#acompanhe img { vertical-align:middle; margin-right:12px; }
#acompanhe a { margin-bottom: 16px; margin-right: 10px; float:left; }
.follow, .fb-like { margin-right: 10px; float: left; }
.social { margin-bottom: 8px; clear: both; }

footer h1 { margin-left: 37px; margin-bottom:23px; padding-top:30px; }
#footer_content {
    border-top: 3px solid #626262;
    padding: 15px 10px 40px 10px;
}
.footer_item {
    float:left;
    width:130px;
    margin-right:11px;
}
footer input.text { margin-top:10px; }

#footer {
    margin:0px;
    margin-top:60px;
    border-top:1px solid #fff;
    padding: 9px 50px 0px 140px;
}
.aem { float:right; }

/* bfTitle */
.bfTitle { display:none; text-align:left; }
.bfTitle h5 { color: #000; margin-bottom: -4px; }

/* NEWSLETTER */
#newsletter p { margin-bottom: 3px; margin-top: 10px; }
#newsletter input:first-child { margin-bottom: 10px; }

/* RANK */
#rankAnchor { top: 18px; right: 15px; }
.rank {
	background: url(../images/rank.png) no-repeat;
	width: 23px; height: 22px;
	position:absolute;
	right: 3px; top: 5px;
	cursor: pointer;
	display: block;
	z-index: 20;
}
.rank.on { background: none; }
.rank.voted {
	background: url(../images/full.png) no-repeat center center;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	right: 4px; top: 5px;
}
.voted .rank_full { display: none !important; }
.rank_empty, .rank_full, .rank_style {
	position: absolute;
	top: -3px; left: -2px;	
	background: url(../images/empty.png) repeat-x center center;
	width: 25px; height: 28px;
	display: none;
}
.rank_full {
	background: url(../images/full.png) no-repeat center center;
	width: 25px;
}
.rank_style {
	background: transparent url(../images/star_white.png) no-repeat center center;
	width: 18px; height: 17px;
	top: 6px;
	border: none;
	background-size: 100% 100%;
	top: 3px; left: 3px;
}

.rank-1 .rank_full { width: 25px; }
.rank-2 .rank_full { width: 50px; }
.rank-3 .rank_full { width: 75px; }
.rank-4 .rank_full { width: 100px; }
.rank-5 .rank_full { width: 125px; }

.rank .tag {
	position: absolute;
	top: -29px; left: -18px;
	padding: 5px 14px;
	background: #F3F3EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	line-height: 14px;
	color: #666a68;
	font-weight: bold;
	border: 1px solid #666a68;
	z-index: 2;
	white-space: nowrap;
}
.tag.voted { margin-left: -23px; }
.tag img {
	position:absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}
#rankForm { right: 14px; top: 14px; z-index: 1001; display: none !important; }

/*** OVERLAY ***/

.overlay {
	position:fixed;
	top: 0; left:0;
	width: 100%; height:100%;
	background:#000;
	opacity: 0.6; filter: alpha(opacity=60);
	display:none;
	z-index: 1000;
}
.overlay a { position: absolute; top: 10%; left: 90%; margin-top: -20px; margin-left: -14px; }

.getMail {
	width: 372px;
	height: 164px;
	padding: 20px;
	background: white;
	box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 50%;	top: 50%;
	display: none;
	z-index: 1001;
	margin-left: -206px; margin-top: -102px;
}
.getMail .text { margin-bottom: 10px; }
.getMail .checkbox { margin: 6px 4px 0px 0px; vertical-align: text-bottom; }
.getMail a.button {
	display: inline-block;
	margin-bottom: 15px;
}