@charset "utf-8";
/* Daniel Designer */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
 object {
 	display: block !important;
 }
:focus {
	outline: 0;
}
 
a {	transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -webkit-transition: all .15s ease-in-out;
   text-decoration:none;
   display:block;
}


ol, ul {
	list-style: none;
}


body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
}
html, body {height: 100%;}
.center { width: 1024px; margin: 0 auto;}
.full { width:100%; float:left; position:relative;}
.left { float:left;}
.right { float: right;}
.viewport-conteudo { float: left; background-color: #fff; position: relative; z-index: 9;}
.radius {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.amazingcarousel-item:hover {
	/*background-color: #444;*/
}
aside h3 {
	font-size: 20px;
	margin: 20px 0;
}
aside .filter-cat li a {
	width: 241px;
font-size: 15px;


}
.chat {
	position: absolute;
	right: 0;
	top: -150px;
 
}
.degrade-vermelho, .filter-cat li a:hover{
	background-color: #B81128; 
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.53, #C02D43),
	color-stop(0.53, #B81128),
	color-stop(0.89, #B30018)
);
background-image: -o-linear-gradient(bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
background-image: -moz-linear-gradient(bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
background-image: -webkit-linear-gradient(bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
background-image: -ms-linear-gradient(bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
background-image: linear-gradient(to bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
color: #fff;
}
.degrade-branco, #nacional header a {
	border: 1px solid #eee;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.53, #F5F5F5),
	color-stop(0.53, #F0F0F0),
	color-stop(0.89, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #F5F5F5 53%, #F0F0F0 53%, #FFFFFF 89%);
background-image: -moz-linear-gradient(bottom, #F5F5F5 53%, #F0F0F0 53%, #FFFFFF 89%);
background-image: -webkit-linear-gradient(bottom, #F5F5F5 53%, #F0F0F0 53%, #FFFFFF 89%);
background-image: -ms-linear-gradient(bottom, #F5F5F5 53%, #F0F0F0 53%, #FFFFFF 89%);
background-image: linear-gradient(to bottom, #F5F5F5 53%, #F0F0F0 53%, #FFFFFF 89%);
-webkit-box-shadow: inset 0px -101px 5px -95px rgba(0,0,0,0.04);
-moz-box-shadow: inset 0px -101px 5px -95px rgba(0,0,0,0.04);
box-shadow: inset 0px -101px 5px -95px rgba(0,0,0,0.04);
}
a.degrade-branco:hover {
border: 1px solid #DDDDDD;	
}

.degrade-azulclaro {
	background: #00a4c1; /* Old browsers */
background: -moz-linear-gradient(top,  #00a4c1 0%, #31aec4 51%, #15aac5 53%, #44b1c4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a4c1), color-stop(51%,#31aec4), color-stop(53%,#15aac5), color-stop(100%,#44b1c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00a4c1 0%,#31aec4 51%,#15aac5 53%,#44b1c4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00a4c1 0%,#31aec4 51%,#15aac5 53%,#44b1c4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00a4c1 0%,#31aec4 51%,#15aac5 53%,#44b1c4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00a4c1 0%,#31aec4 51%,#15aac5 53%,#44b1c4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4c1', endColorstr='#44b1c4',GradientType=0 ); /* IE6-9 */

}

.degrade-amarelo {
	background: #fcd602; /* Old browsers */
background: -moz-linear-gradient(top,  #fcd602 0%, #ff9e02 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd602), color-stop(99%,#ff9e02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcd602 0%,#ff9e02 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcd602 0%,#ff9e02 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcd602 0%,#ff9e02 99%); /* IE10+ */
background: linear-gradient(to bottom,  #fcd602 0%,#ff9e02 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd602', endColorstr='#ff9e02',GradientType=0 ); /* IE6-9 */

}
#topo {
	background-color: #00173b;
	padding: 10px 0;
}

#topo-branco { background-color:#f5f5f5; padding:10px 0; 
	background-image: url('../images/diamond_upholstery.png'); 
}

.social li {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.slide-principal-internas {
left: 0;
width: 635px !important;

}
.internas .amazingcarousel-item-container, .internas .main-new {
	margin-bottom: 10px;
	padding: 10px !important;
	height: 400px;

}
.internas .amazingcarousel-item {
	width: 234px;
float: left;
margin: 10px 10px 0;
}
.internas .amazingcarousel-text {
	/*margin-left: 20px;*/
	width: 100%;

}
.internas .amazingcarousel-image {
	width: 100%;
}
.internas .bx-wrapper {
	margin-bottom: 0 !important;
}
.internas .bx-pager {
	display: none;
}
.internas .top-lidas {
	background-image: url(../images/top-lidas-azul.png);
	
}
.titulo_page {
font-size: 40px;
color: #555;
margin: 40px 0 0;
}

.breadcrumbs {
	margin: 0 0 20px ;
}
.breadcrumbs li {
	float: left;
	color: #ccc;
	margin-right: 10px;
}
  
.breadcrumbs li a { color:#30A4BC; }
.breadcrumbs li a:hover { color:#93D6E3; text-decoration: underline;}

.slide-vertical h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.filter-cat li {
	float: left;
	margin: 5px 0 0 5px;
}
.filter-cat li a {
width: 180px;
padding: 10px !important;
font-size: 12px;
color: #666;
text-align: center;
}
.descricao-filter {
	margin-bottom: 20px;
	font-size: 15px;
	color: #777;

} 
.destaque-internas {
	position: relative;
	float: left;
	/*margin-bottom: 50px;*/
	border: 1px solid #E1E1DD;

}
.info-destaques {
	position: absolute;
	line-height: 28px;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 40%;
	height: 100%;
}
.info-destaques .descricao {
	color: #333;
	float: left;
	background-color: rgba(255,255,255,0.9);
	padding: 20px;
}
.info-destaques .descricao  p {
	margin-bottom: 20px;
}
.info-destaques strong {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	width: auto;
	padding: 20px;
	left: 0px;
	top: -37px;
	float: left;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 700;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.53);
	
}

.destaque-internas img {
	width: 100%;
}

/*publicidade*/
.publicidade {
	margin: 20px auto;
}

.publicidade:before {
	content:"Publicidade";
	font-size: 10px;
	position: absolute;
	top: -10px;
}
.publicidade img {
	width: 100%;
}
.fullbanner {
	width: 728px;
	height: 90px;
	overflow: hidden;
}
h2 {
	font-size: 26px;
	font-family: 'ContinuumLight';
	text-transform: uppercase;
	margin: 10px 0;
}
h2 span {
	font-weight: bold;
	color: #ea2e49;
	font-size: 30px;
}
#cabecalho {
	float: left;
	width: 100%;
	border-top: 4px solid #ea2e49;
}


#logo {
    float: left;
    width: auto;	
}
.logo-responsive { display:none;}
.open-menu { float:right; margin-top: 30px; display:none; margin-right:10px;}

.section-bg {
	background-image: url(../images/bg-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	padding-bottom: 850px;
	background-color:#ccc;
	
}
.compras-coletivas {
	margin-top: -126px;
}
.patrocinios-banners {
	margin-bottom: 13px; overflow: hidden; width: 241px;
}
.quadrado {
	height: 200px;
}
.retangulo {
	height: 420px;
}
.patrocinios h2 {
	color:#004bb2;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.colunistas  {
	margin-bottom: 10px;
}
.colunistas  h2 {
	margin: 0;
	padding: 10px;
	font-family: 'ContinuumBold';
	color:#004bb2;
}
.colunistas ul {
	color: #004bb2;
	background-color: #004bb2;
	padding: 5px;

}
.colunistas li {
	padding: 5px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	font-family: 'ContinuumBold';
	text-transform: uppercase;
}
.colunistas li span {
	margin: 10px 0;
	float: left;
	width: 100%;
}
.sprites-menu {
	background-image: url(../images/sprites-menu.png);
	background-position: left bottom;
	width: 34px;

	height: 34px;
	margin-top: -5px;
	margin-bottom: 9px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   background-repeat: no-repeat;
   transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -webkit-transition: all .15s ease-in-out;
	
}

.sf-menu a:hover .item1 {
background-position: 0 9px;
}

.item2 {
background-position: -91px bottom;
}
.sf-menu a:hover .item2 {
background-position: -91px 9px;
}
.item3 {
background-position: -162px bottom;
}
.sf-menu a:hover .item3 {
background-position: -162px 9px;
}
.item4 {
background-position: -236px bottom;
}
.sf-menu a:hover .item4 {
background-position: -236px 9px;
}
.item5 {
background-position: -300px bottom;
}
.sf-menu a:hover .item5 {
background-position: -300px 9px;
}
.item6 {
background-position: -374px bottom;
}
.sf-menu a:hover .item6 {
background-position: -374px 9px;
}
.item7 {
background-position: -448px bottom;
}
.sf-menu a:hover .item7 {
background-position: -448px 9px;
}
.item8 {
background-position: -526px bottom;
}
.sf-menu a:hover .item8 {
background-position: -526px 9px;
}
.item9 {
background-position: -594px bottom;
}
.sf-menu a:hover .item9 {
background-position: -594px 9px;
}
.item10 {
background-position: -673px bottom;
}
.sf-menu a:hover .item10 {
background-position: -673px 9px;
}
.item11 {
background-position: -743px bottom;
}
.sf-menu a:hover .item11 {
background-position: -743px 9px;
}
.item12 {
background-position: -816px bottom;
}
.sf-menu a:hover .item12 {
background-position: -816px 9px;
}
.item13 {
background-position: -892px bottom;
}
.sf-menu a:hover .item13 {
background-position: -892px 9px;
}
#base-conteudo {
	float: left;
	background-image: url(../images/bg.jpg);
	top: -230px;
	position: relative;;
	
}

#conteudo {
-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
-o-box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
-ms-box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
box-shadow: 0px 0px 50px rgba(0,0,0,0.3);

position: relative;
    background-color: #fff;
    top: -470px;
    padding-bottom: 0;
} 
.recuo-slider {
	top: -90px;
	background-color: #fff;
	margin: 0 !important;
	padding: 6px;
	left: -10px;
	width: 600px !important;
}
.recuo2 {
	top: -132px;
	position: relative;
}
section.recuo2 {
	margin-bottom: -132px;
}
.bt-azul {
	padding: 17px  40px 17px 20px;
	background: url(../images/seta-right.png) #0589F5 no-repeat  90% center;
	color: #fff;
}
.bt-azul:hover {
	background-color: #0457be;
}
.classificados {
	margin-top: 50px;
}
.classificados header {
	padding: 10px;
}
.classificados h2 { color: #b30019;}
.alinha li {
	float: left;
	margin-left: 5px;
}
.alinha input {
	padding: 15px;
}

.menu-alfabetico li {
	float: left;
}

.menu-alfabetico li a {  
background-color: #B81128; 
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.53, #C02D43),
	color-stop(0.53, #B81128),
	color-stop(0.89, #B30018)
);
background-image: -o-linear-gradient(bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
background-image: -moz-linear-gradient(bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
background-image: -webkit-linear-gradient(bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
background-image: -ms-linear-gradient(bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
background-image: linear-gradient(to bottom, #C02D43 53%, #B81128 53%, #B30018 89%);
color: #fff;
padding: 9.87px;
border-left: 1px solid rgba(255,255,255,0.1)
}
.menu-alfabetico li a:hover {
padding-top: 4px;
}
/*Carroucels*/
.galery {
	width: 100% !important;
	overflow: hidden;
	padding: 50px 20px;
	height: 320px !important;
	border: 1px solid #eee;
	position: relative;
	float: left;
}
.disabled { color:#D2D3CB !important; background-color: #F2F2F2; background-image: none; cursor: auto;
}


.itens-sliders {
	float: left !important;
	width: 166px;
	border: 1px solid #eee;
	margin: 0 0 21px 12px;
}
.galery li img {
	width: 100%;
}
.galery li p {
	margin: 10px auto;
	width: 140px;
	font-size: 12px;
	height: 90px;
	overflow: hidden;

}
.galery li p strong {
	font-weight: 700;
	display: block;
}
.galery li a {
	text-align: left;
	padding: 10px;
	color: #333;
	position: relative;
	
}
.galery li a span {margin-left: 20px;position: absolute;right: 4px;}
.bt-prev, .bt-next {
	position: absolute;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	left: 0;
	z-index: 999;
	cursor: pointer;
}
.bt-prev { top: 0;}
.bt-next { bottom: 0;}
/*Fim carroucels*/

.classify  li p strong, .classify  li a span, .classify .bt-next, .classify .bt-prev
{color: #B70D24;}
.classify ul {
	width: 100% !important;
}

.classify  li {
	height: 254px !important;
}
.esportes {
	background: url(../images/bg_esportes.jpg) center top no-repeat;
}
.esportes header {
	padding: 5px 0;
}
.esportes h2 {
	font-weight: 700;
	margin-left:20px;
	color: #ffffff;
}
.viewport {
	width: 89%;
	margin: 0 auto;
	overflow: hidden;

}
.sports {
	height: 290px !important;
	padding: 19px 0;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	z-index: 99;
	width: 95% !important;
	margin: 0 20px 0;
}
.sports ul, .cobertura ul, .concurso ul  {
}
.sports  li {background-color: #fff;
	margin-left: 20px;

	border: 1px solid #eee;
	width: 200px !important;
	height: 248px !important;
}
.sports  li p strong {font-size: 15px; text-transform: uppercase;}
.sports  li p strong, .sports  li a span, .sports .bt-next, .sports .bt-prev {color: #5d8b05; }
.sports .bt-prev { left: 0;}
.sports .bt-next { left: 96% !important;}
.sports .bt-prev, .sports .bt-next {
	width: 30px;
	height: 100%;
	padding: 150px 0;
}
.sombra {
	position: absolute;
	bottom: -18px;
	width: 100%;
}
#tab-compras-coletivas .sombra {
	bottom: 0;
}
/*cobertura*/
.cobertura{
	border: none;
	margin-top: 110px;
}
.cobertura .viewport {
	width: 90%;

}
.cobertura  li {
	background-color: #fff;
margin-right: 18px;
border: none;
height: 248px !important;
width: 200px !important;
transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -webkit-transition: all .15s ease-in-out;
}
.cobertura li:hover {
	background-color: #0072bb;color:#fff;	

}

.cobertura  li:hover p strong {
	color:#fff;	
}
.cobertura  li p strong, .cobertura ul li a span{color: #0072bb; }
.cobertura .bt-prev, .cobertura .bt-next {
	width: 30px;
	padding: 20px 0;
	background-color: #0072bb;
	color:#fff !important;
}
.cobertura .bt-prev:hover, .cobertura .bt-next:hover {
	background-color: #5335FD;
}
.cobertura .bt-prev {top: 150px;}
.cobertura .bt-next { left: 733px !important; bottom: 150px;}

/*concurso*/
.concurso{
	border: none;
	margin: 20px 0;
	background-color: #bc2e43;
	float: left;
	width: 761px !important;

}
.concurso h2 
{
	margin-left: -60px;
}
.concurso li {
	background-color: #fff;
margin-right: 18px;
border: none;
height: 248px !important;
width: 200px !important;
}
.concurso .galery {
	padding: 10px;
	height: 270px !important;
}
.concurso .galery li {
    background-color: #fff;
	margin-left: 12px;
	height: 249px !important;}
.concurso  li p strong, .concurso ul li a span, .concurso h2 {color: #bc2e43; }
.concurso .bt-prev-conc, .concurso .bt-next-conc {
	padding: 20px 10px;
	background-color: #fff;
	color:#bc2e43 !important;
	top:50%;
	position:absolute;
	margin-top:-28px;
	cursor:pointer;
}
.concurso  li p {
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px;
}
.concurso .bt-prev-conc:hover, .concurso .bt-next-conc:hover {
	background-color: rgba(255,255,255,0.9);
}
.concurso .bt-prev-conc {}
.concurso .bt-next-conc { right: 9px;}

/*Compras slider*/
.compras-coletivas h2 {
	color: #07939c;
	margin-left: 10px;
}
.gallery-compras{

	float: left;
	width: 590px !important;
	float: right;
}
.gallery-compras ul{
min-width: 100% !important;
width: 9999px !important;
}
.gallery-compras h3 {
	font-size: 22px;
	color:#a3a3a3;
	text-transform: uppercase;
	border-bottom: 1px solid #07939c;
	font-family: 'ContinuumLight';
	position: relative;
	top: -5px;
	padding-bottom: 6px;
	margin-bottom: 9px;
}
.gallery-compras li {
	margin-bottom: 0 !important;
	border: 1px solid #eee;
}
.gallery-compras .galery {
	padding: 10px;
	height: auto !important;
	border: none;
}
.gallery-compras .galery li {
    background-color: #fff;
	overflow: visible !important;
	margin-left: 12px;
	width: 164px !important;
	height: 231px !important;
float: left;}

.gallery-compras .galery li:hover {
	background-color: #07939c;
}
.gallery-compras .galery li:hover p, .gallery-compras .galery li:hover strong {
	color: #fff;
	transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -webkit-transition: all .15s ease-in-out;
}
.gallery-compras  li p strong {font-size: 15px; text-transform: uppercase;}
.gallery-compras  li p strong, .gallery-compras ul li a span, .gallery-compras h2 {color: #07939c; }
.gallery-compras .bx-prev, .gallery-compras .bx-next {
	padding: 20px 10px;
	color: #07939c;
	position:absolute;
	margin-top:-28px;
	cursor:pointer;
	
	top: 50%;
	
}

.gallery-compras .bx-prev {left: -9px;}
.gallery-compras .bx-next { right: -8px;}
.gallery-compras .bx-next:hover {
	background-position: right top !important;
	
}
.gallery-compras .bx-prev:hover {
background-position: 0 0 !important;
}
.gallery-compras  li p {
	font-size: 11px;
	height: 90px;
}
.bx-prev, .bx-next { display: block !important;}

.gallery-compras .bt-azul {
	width: 210px;
float: right;
margin-top: 20px;
margin-right: 30px;
}
.bt-detalhe { font-weight: 700; padding:10px 40px 10px 10px; border-bottom:4px solid #d0253d;  float:right; position:relative; color:#eff0f4; background: url(../images/seta-right.png) no-repeat 90% center #ea2e49;
}
.bt-detalhe:hover {
	border-bottom: 4px solid #ea2e49;
	background-color: #d0253d;
}


#cotacao h2 {
color: #fff;
background-color: #2fb0e5;
padding: 10px;
font-family: 'ContinuumBold';
}
.pontos-cotacao {
	text-align: right;
	line-height: 30px;
}
.pontos-cotacao p {
	font-size: 28px;
	font-weight: 700;
}
.pontos-cotacao p span {
	color: #C80702
}
#youtube-player-container { position:relative;}
#youtube-player-container a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: rgba(0,0,0,0.8);
}
#youtube-player-container a p {
	position: absolute;
	padding: 12px;
	color: #ccc;
	font-weight: 700;
	bottom: 0;
	font-size: 12px;
	font-style: italic;
}


#facebook { padding:20px; background-color: #EFF0F4;}

.border-image { padding:10px; border:1px solid rgba(0,0,0,0.1);
	transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   background-color: #fff
}


/*--------------------------SPRITES-----------------------------*/
.sprites { background-image:url(../images/sprites.png); background-repeat: no-repeat;   display: inline-block;
    float: left;
    margin: 0 10px;}
.icon-play{
	background-position: -129px 0;
	width: 80px;
	height: 80px;
	position: absolute;
	top:50%; left:50%;
	margin:-40px 0 0 -40px;
	
}
/*--------------------------FIM SPRITES-----------------------------*/

.feature {
	float: left;
}
#rodape {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	background-image: url(../images/rodape.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #071427;
	margin-top: -720px;
	z-index: 1;
}
#rodape .container_12 {
	background: url(../images/map_footer.jpg) center top no-repeat;
	padding-top: 65px;
	min-height: 480px;

}
#rodape .grid_3 {
	color: #dddfe6;
}
#rodape .grid_3 h2, #rodape .grid_3 h1 {
	font-family: Georgia, serif;
	font-style: italic;
	text-transform: none;
	font-weight: 700;
	line-height: 20px;
}
#rodape .grid_3 h1 {
	font-size: 24px;
}
#rodape .grid_3 h2 {
	font-size: 13px;
	margin: 0;
}
.contatos li {
	margin-top: 20px;
}


.contatos li img {
	margin-right: 10px;
	float: left;
}
.contatos li a {
	color:#00A8CE;
}
#rodape h3 {
	text-transform: uppercase;
	margin: 20px 0 -10px;
	font-size: 18px;
}
#rodape .social {
	margin-top: 20px;
}

#rodape .sf-menu li {
	border: none;

}
.direitos {
	color: #8e9096;
	border-top: 1px dashed #32549b;
	padding: 20px 0;
	background-color: #0a0e13;

}
.direitos p {
	font-size: 12px;
}
.amazingslider-watermark-0, .amazingslider-watermark-1, #ytPlayer, .color{ display:none !important;}
#ytPlayer{ display:none !important;}
#facebook {
	background-color: #fff !important;
	padding: 0;
}

#toTop {
 background:rgba(0,0,0,0.5); 
padding: 10px 20px;
         position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
        z-index: 999;
        color: #fff !important;
        font-size: 20px;
}

.subtitulos {
font-size: 14px;
padding: 10px;
color: #fff;
margin-top: 20px;

}

.internas h4 {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin: 20px 0;
	font-size: 20px;
	font-weight: 700;
}
.valores {
font-size: 20px;
font-weight: 700;
margin-top: 20px;

}
.infos {
	float: left;
	width: 100%;
	margin-bottom: 20px;

}
.infos li {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	color: #999;
}
.infos img {
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.amazingcarousel-item-container:hover .infos li {
	color: #fff;
}
.date-ultimas {
	color: #999;
	font-size: 11px;
	float: left;
	width: 100%;
	margin: 0 0 5px;
}

/*demais noticias*/
.demais-noticias li {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #f2f2f2;
	line-height: 25px;
}
.demais-noticias li:hover {
	-webkit-box-shadow: 0 0 10px 0 #D3D3D3;
	box-shadow: 0 0 10px 0 #D3D3D3;
}
.demais-noticias li .left {
	width: 150px;
}
.demais-noticias li .left img {
	width: 100%;
}
.demais-noticias li .right {
	width: 570px;
}

.demais-noticias li strong {
	font-weight: 700;
	font-size: 18px;
	/*color: #15aac5;*/

}
.demais-noticias li .right a {
	width: auto;
	padding: 10px 50px 10px 10px;
	margin-top: 20px;
}
.demais-noticias li .infos li {
width: auto;
padding: 0;
border: none 0;
margin: 0 20px 0 0;
}
/*fim demais noticias*/

/*pager*/
ul.simplePagerNav {
	width: 100%;
	float: left;
}
ul.simplePagerNav li{
    display:block;
    float: left;
    padding: 0;
    width: auto;
}

ul.simplePagerNav li a{
    color: #333;
    text-decoration: none;
    padding: 10px;
}

li.currentPage {
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}


/*eventos*/
#eventos .esportes {
	background-position: center -670px;
}

/*colunistas*/
#colunistas .colunistas {
	 margin-top: 20px;
}
#colunistas .colunistas ul {
	width: 470px;
}
#colunistas .colunistas ul li {
	/*float: none;*/
	width: 230px;
}
#colunistas .colunistas h2 {
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;

}

#colunistas .colunas {
	width: 250px;
}
#colunistas .colunas li {
	float: left;
	
}
#colunistas .colunas li a {
	background-color: #F7F7F4;
	float: left;
	color: #333;
	padding: 15px;
}
#colunistas .colunas li a:hover {
	background-color: #004bb2;
	color: #fff;
}
#colunistas .colunas li img {
	width: 100%;
	border-bottom: 3px solid #004bb2;
	margin-bottom: 0;
}
#colunistas .colunas li span {
	font-size: 18px;
	/*text-align: center;*/
	padding: 10px 0;
	width: 100%;
	float: left;
	color: #004bb2;
}
/*redacao*/
#redacao h3 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 40px 0 10px;
	color: #00a8ce;
}
.redacao {
	padding: 10px 10px 10px 0;
	margin: 20px 0;
	width: 550px;
	float: left;
}
.redacao li  {
	float: left;
	padding: 10px;
	width: 155px;
	margin-left:20px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	color: #616161;

}
.redacao li strong {
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	color: #00a8ce;
	margin: 10px 0 5px;
}
.redacao li img {
	width: 100%;
}
.redacao li a {
	color: #00a8ce;
	margin-top: 10px;
}
.mini-side {
	width: 180px;
	float: right;
}
.mini-side li {
	width: 100%;
	margin-top: 10px;
	float: left;
}
.mini-side li a {
	padding: 10px 0 10px 10px;
	color: #6A6D5C;
}
/*fim redacao*/
