﻿/* *****************************************************
CSS Portal do Cliente RBS
by Grupo Conectt Poa | Filipe Flor e Rafael Silveira
filipe.flor@conectt.com.br
***************************************************** */

html, body {height:100%;} 

body {
	margin:0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

img {border:none;}

a, input {outline:none;}

p {color:#666; line-height:18px; margin:0 0 15px 0;}

select:disabled {-webkit-appearance: none;}

h1 {font-size:24px; color:#00335f;}
h2 {font-size:22px; color:#f7a012; font-weight:bold; margin: 15px 0;}
h3 {color:#666; margin: 20px 0 20px 0;}
h4 {font-size:18px; color:#00335f; margin:20px 0;}
h5 {font-size:14px; color:#003F71; margin:20px 0;}

/* Cufon Fonts */
cufon{text-indent:0 !important;}

@media screen,projection
{
    cufon
    {
        display:inline !important;
        display:inline-block !important;
        position:relative !important;
        vertical-align:middle !important;
        font-size:1px !important;
        line-height:1px !important;
    }
    cufon cufontext
    {
        display:-moz-inline-box !important;
        display:inline-block !important;
        width:0 !important;
        height:0 !important;
        overflow:hidden !important;
        text-indent:-10000in !important;
    }
    cufon canvas{position:relative !important;}
}
@media print
{
    cufon{padding:0 !important;}
    cufon canvas{display:none !important;}
}

/* Fonte */

@font-face {
	font-family: "Gill-sans";
	src: url("fonts/ufonts.com_gillsans.eot?#iefix") format('embedded-opentype'),
	     url("fonts/ufonts.com_gillsans.woff") format("woff"), 
		 url("fonts/ufonts.com_gillsans.ttf") format("truetype"), 
		 url("fonts/ufonts.com_gillsans.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Gill-sans';
        src:  url('fonts/ufonts.com_gillsans.svg') format('svg');

    }
}

/* ESTRUTURA */

#tudo { 
	width:100%;
	position:relative;
	text-align:left;
	min-height:100%;
    /*top: 7px;
    left: -1px;*/
}
* html #tudo {height: 100%;}

#conteudo {
    width:980px;
    margin:0 auto;
    padding:0;
}
#site-page, .field, .title, .nav {
	margin: 0;
}
.field, .nav {
	padding: 0;	
}
.nav {
	list-style: none;
}
.field {
	border: none;
	background: none;
	outline: none;
}
#site-page {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	background: url("../img/bg-body.png") repeat-x;
}
.container {
	width: 960px;
	margin: 0 auto;
}

/* Propriedades */
.text-right {
	text-align: right;
}
.text-right {
	text-align: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.hidden-text {
    text-align: left;
    text-indent: -999px;
    overflow: hidden;
}
.dblock {
	display: block;
}
.dinline-block {
	display: inline-block;
}
.anchor {
    text-decoration: none;
    color: #36a0c8;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.hidden-select {
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	opacity: 0;
	background: #fff;
	cursor: pointer;
}
.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.text-upper {
	text-transform: uppercase;
}

.icon {
	background-position: center;
	background-repeat: no-repeat;
}

.white-arrow-icon {
	width: 7px;
	height: 4px;
	margin-top: -2px;
	top: 50%;
	right: 7px;
	background-image: url("../img/white-arrow-icon.png");
}

.button {
	padding: 8px 12px;
	font-size: 13px;
	line-height: 15px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px #666;
}

/* TOPO -------------------------------------------------------------------------------- */
#main-header {
	background: /*url("../img/bg-header.png")*/ no-repeat center top;
}
    
#main-header .nav .anchor {
	font-family: "Gill-sans";
	font-size: 20px;
	line-height: 20px;
}

.grupo-rbs-logo {
	width: 110px;
	height: 27px;
	margin-bottom: 30px;
	clear: both;
	background: url("../Images/logoRodapeRBS.png") no-repeat center;
}


.logout {
	text-decoration: underline;
	color: #fff;
}
#main-nav > .nav {
	padding-top: 2px;
}
#main-nav .nav > li, 
#tab-nav-content .nav > li {
	float: left;
	margin-left: 2px;
	position: relative;
}
#main-nav .nav > li:first-child {
	margin-left: 0;
}
#main-nav .nav > li > .anchor {
	display: inline-block;
	padding: 14px 20px 9px;
	border-radius: 6px 6px 0 0;
	color: #fff;
	background: #399ac2;
}
#main-nav .nav > li > .active {
	color: #00335f;
	background: #fff;
	position: relative;
}
.nav-tab-content {
	background: url("../img/sub-nav-bg.png") repeat-x bottom;	
}
#tab-nav-content .nav {
	padding: 14px 0;
}
#tab-nav-content .nav > li {
	border-right: 1px solid #e2e2e2; 
}
#tab-nav-content .nav > li > .anchor {
	padding: 4px 34px;
	color: #00335f;
}
#tab-nav-content .nav > li > .active {
	color: #ff8c40;
}
#tab-nav-content .nav > li > .active:after {
	content: " ";
	display: block;
	width: 15px;
	height: 8px;
	margin-left: -4px;
	position: absolute;
	bottom: -21px;
	left: 50%;
	background: url("../img/sub-nav-arrow-icon.png") no-repeat center;
}

/* Região Cliente */
#main-header .regiao
{
    position:relative;
    float:left;
    height:22px;
    margin:21px 20px 34px 0;
    font-size:12px;    
}
#main-header .regiao .texto
{
    float:left;
    height:19px;
    padding:3px 0 0;
    margin:0 5px 0 0;
    color:#fff;
}
#main-header .regiao .boxRegiao
{
    float:left;
    cursor:pointer;
}
#main-header .regiao .boxRegiao .canto,
#main-header .regiao .boxRegiao .corpoAtual
{
    background:url('../Images/spriteBoxRegiao.png') no-repeat;
}
#main-header .regiao .boxRegiao .canto
{
    width:19px;
    height:22px;
    background-position:right top;
}
#main-header .regiao .boxRegiao .canto:first-child
{
    width:7px;
    background-position:left top;
}
#main-header .regiao .boxRegiao .corpoAtual
{
    height:20px;
    padding:2px 0 0;
    font-weight:bold;
    text-align:left;
    vertical-align:middle;
    color:#fff;
    background-position:left bottom;
    background-repeat:repeat-x;
}
#main-header .regiao .abaRegiao
{
    display:none;
    position:absolute;
    z-index:8000;
}
#main-header .regiao .abaRegiao .topo,
#main-header .regiao .abaRegiao .corpo,
#main-header .regiao .abaRegiao .corpo .ponteiro,
#main-header .regiao .abaRegiao .rodape
{
    background:url('../Images/spriteBoxRegiaoToolTip.png') no-repeat;
}
#main-header .regiao .abaRegiao .topo
{
    float:left;
    width:130px;
    height:7px;
    background-position:left top;
}
#main-header .regiao .abaRegiao .corpo
{
    float:left;
    display:table;
    width:130px;
    border:none;
    padding:0;
    margin:0;
    text-align:left;
    background-position:-130px top;
    background-repeat:repeat-y;
}
#main-header .regiao .abaRegiao .corpo .ponteiro
{
    float:left;
    width:10px;
    height:20px;
    background-position:right bottom;
}
#main-header .regiao .abaRegiao .corpo .itens
{
    float:left;
    width:102px;
    padding:5px 6px;
}
#main-header .regiao .abaRegiao .corpo .itens ul
{
    list-style:none;
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#000;
}
#main-header .regiao .abaRegiao .corpo .itens ul li
{
}
#main-header .regiao .abaRegiao .corpo .itens ul li:hover
{
    background-color:#f6ae0e;
}
#main-header .regiao .abaRegiao .corpo .itens ul li div
{
    padding:2px 0 2px 5px;
}
#main-header .regiao .abaRegiao .corpo .itens ul li a
{
    text-decoration:none;
    color:#000;
}
#main-header .regiao .abaRegiao .corpo .itens ul li a:hover
{
    color:#fff;
}
#main-header .regiao .abaRegiao .rodape
{
    float:left;
    width:130px;
    height:9px;
    background-position:left bottom;
}

/* Usuário Loja */
.user-box {
	padding-top: 20px;
}
.user {
	clear: both;
	color: #fff;
}

.user-name {
	font-weight: bold;
	color: #fab10d;
}

/* Header Box */
.header-box {
	height: 157px;	
}
.logo-box {
	padding-top: 53px;
}
.header-01, 
.assinantes-logo {
	width: 205px;
	height: 45px;	
}
.assinantes-logo {
	background: url("../img/assinante-rbs-logo.png") no-repeat center;
}
.header-01 {
	margin-right: 20px;
}
/* PRINCIPAL ----------------------------------------------------------------------------- */

#principal {
    float:left;
	width:960px;
	margin:0 10px;
}

#areaBannerHome
{
    float:left;
    position:relative;
    width:960px;
    height:260px;
}

#areaBannerInterna
{
    float:left;
    width:753px;
    height:90px;
    margin:0 0 20px 0;
}

#corpoPrincipal
{
    float:left;
    width:960px;
    margin:20px 0 0;
}

#corpoPrincipal .colPrincipal
{
    float:left;
    width:753px;
    min-height:400px;
}

/* Links Corpo Site */

#corpoPrincipal a
{
    color:#003f71;
    text-decoration:none;
}
#corpoPrincipal a:hover
{
    color:#0e78f0;
    text-decoration:none;
}

/* Abas ------------------------------------------------------------------------------- */
#container_abas
{
    float:left;
    display:table;
    width:753px;
    height:50px;
    background:url('../Images/bgAbasTopoHome.png') center 45px no-repeat;
}

div.aba
{
}
#nav 
{
    height:50px;
	margin:0;
	padding:0;
}
#nav li
{
    width:194px;
    height:50px;
	list-style:none;
	display:inline-block;
}
#nav li a
{
}
#nav li a:hover
{
}
#nav li a.corrente
{
    display:inline-block;
    width:194px;
    height:50px;
    background:url('../Images/spriteAbasVitrine.png') center bottom no-repeat;
}
#nav li:first-child a.corrente
{
    display:inline-block;
    width:194px;
    height:50px;
    background-position:center top;
}

/* BOX DE PRODUTOS - HOME / INTERNAS / PORTAL ------------------------------------------------------------------------------- */

#corpoPrincipal .colPrincipal .boxProdutos,
#corpoPrincipal .colPrincipal .boxProdutosInternas,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura
{
    float:left;
    width:736px;
    padding:20px 0 10px 17px;
    min-height:111px;
    background:url('../Images/bgAbasCorpoHome.png') left top no-repeat;
}
#corpoPrincipal .colPrincipal .boxProdutosInternas {background:url('../Images/bgCorpoInternas.png') center top no-repeat transparent;}
#corpoPrincipal .colPrincipal .boxProdutosHomePortal,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura {width:960px; padding:0; background-image:none;}

/* Titulo Produtos Home Portal */

#corpoPrincipal .colPrincipal .boxProdutosHomePortal .titOfertasPortal
{
    font-size:15px;
    font-weight:bold;
    color:#333;
    margin:20px 0 30px;
    padding:30px 0 0;
    border-top:1px solid #ccd6df;
}

/* Box de Produtos */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem
{
    float:left;
    width:350px;
    margin:0 18px 20px 0;
}
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem {width:308px; margin:0 0 20px;}

/* Categorias */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .categoria,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .categoria,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .categoria,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .categoria {float:left; width:350px; font-size:11px;}
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .categoria,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem {width:308px;}
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .categoria a,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .categoria a,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .categoria a,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .categoria a {text-decoration:none;}
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .categoria a:hover,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .categoria a:hover,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .categoria a:hover,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .categoria a:hover {text-decoration:underline;}

/* Titulo */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .titulo,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .titulo,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .titulo,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .titulo {float:left; width:350px; font-size:17px; font-weight:bold;}
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .titulo,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .titulo {width:308px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .titulo a,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .titulo a,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .titulo a,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .titulo a {text-decoration:none;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .titulo a:hover,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .titulo a:hover,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .titulo a:hover,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .titulo a:hover {text-decoration:underline;}

/* Dica */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .dica,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .dica,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .dica,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .dica {float:left; width:350px; margin:4px 0 15px 0; font-size:13px;}
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .dica,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .dica {width:308px;}

/* Foto */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .foto,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .foto,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .foto {float:left; width:150px; margin:0 10px 0 0; text-align:center;}

#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .foto {width:300px;}
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .foto {width:130px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .foto img,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .foto img,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .foto img,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .foto img {max-width:150px;}

#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .foto img,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .foto img {max-width:130px;}

/* Descrição */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao {float:left; width:190px; max-height:145px;}

#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao {width:168px;}
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao {width:300px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .texto,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .texto,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .texto {float:left; width:190px; max-height:65px; margin:0 0 10px 0; font-size:12px;}
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .texto {width:300px; max-height:65px; margin:5px 0 10px 0; font-size:12px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .texto a,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .texto a,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .texto a,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .texto a {text-decoration:none;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .texto a:hover,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .texto a:hover,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .texto a:hover,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .texto a:hover {text-decoration:underline;}

/* Tipo Assinante */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .tipoAssinante,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .tipoAssinante,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .tipoAssinante,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .tipoAssinante {float:left; width:190px; font-size:11px;}

#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .tipoAssinante,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .tipoAssinante {float:left; width:168px;}

/* Preço */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .preco,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .preco,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .preco,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .preco,
#corpoPrincipal .resultadoBusca .precosProdutos .preco {float:left; width:190px; margin:1px 0 6px;}

#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .preco {width:168px;}
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .preco {width:280px;}

#corpoPrincipal .resultadoBusca .precosProdutos .preco {float:right;  width:280px; text-align:right;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .preco .rs,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .preco .rs,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .preco .rs,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .preco .rs,
#corpoPrincipal .resultadoBusca .precosProdutos .preco .rs {font-weight:bold;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .preco .real,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .preco .real,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .preco .real,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .preco .real,
#corpoPrincipal .resultadoBusca .precosProdutos .preco .real {font-size:19px; font-weight:bold;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .preco .centavo,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .preco .centavo,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .preco .centavo,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .preco .centavo,
#corpoPrincipal .resultadoBusca .precosProdutos .precoDePor .centavo {font-size:12px; font-weight:bold;}

/* Preço De Por */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .precoDePor,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .precoDePor,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .precoDePor,
#corpoPrincipal .resultadoBusca .precosProdutos .precoDePor {float:left; width:190px; margin:1px 0 6px; font-size:12px;}
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .precoDePor { margin:1px 0 6px; font-size:12px; }

#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .precoDePor {width:168px;}
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .precoDePor {width:300px;}

#corpoPrincipal .resultadoBusca .precosProdutos .precoDePor {float:right; width:280px; text-align:right;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .precoDePor .realDe,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .precoDePor .realDe,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .precoDePor .realDe,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .precoDePor .realDe,
#corpoPrincipal .resultadoBusca .precosProdutos .precoDePor .realDe {font-size:14px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .descricao .precoDePor .realPor,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .descricao .precoDePor .realPor,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .descricao .precoDePor .realPor,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .precoDePor .realPor,
#corpoPrincipal .resultadoBusca .precosProdutos .precoDePor .realPor{font-size:16px; font-weight:bold;}

#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .descricao .periodosDesconto {font-size:10px; color:#666; margin:-5px 0 0 0;}

/* Botoes */
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes {float:right; width:190px; margin:15px 0 0; text-align:right;}
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes {width:168px;}
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes input,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes input,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes input,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes input {margin:0 0 0 5px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .btConfigureVitrine,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .btConfigureVitrine,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .btConfigureVitrine,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes .btConfigureVitrine {background:url('../Images/spritesSkinsButtons.png') no-repeat;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .btConfigureVitrine,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .btConfigureVitrine,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .btConfigureVitrine,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .btConfiguraVitrine {width:67px; height:23px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .btAssineJaVitrine,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .btAssineJaVitrine,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .btAssineJaVitrine,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .btAssineJaVitrine {width:61px; height:23px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .btCompreJaVitrine,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .btCompreJaVitrine,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .btCompreJaVitrine,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .btCompreJaVitrine {width:61px; height:23px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .btAssineJaVitrineAst,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .btAssineJaVitrineAst,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .btAssineJaVitrineAst,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes .btAssineJaVitrineAst {width:71px; height:23px;}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .linkExterno,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .linkExterno,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .linkExterno,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes .linkExterno,
#corpoPrincipal .resultadoBusca .precosProdutos .botoes .linkExterno
{
    float:right;
    height:19px;
    padding:4px 0 0;
    margin:0 0 0 10px;
    font-size:11px;
    color:#810909;
}

#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .adicionadoCarrinho,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .adicionadoCarrinho,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .adicionadoCarrinho,
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .semEstoque,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .semEstoque,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .semEstoque,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes .semEstoque,
#corpoPrincipal .resultadoBusca .precosProdutos .botoes .adicionadoCarrinho,
#corpoPrincipal .resultadoBusca .precosProdutos .botoes .semEstoque
{
    display:none;
    width:100%;
    height:21px;
    background-color:#f5f2e1;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    padding:2px 0 0;
    color:#246c04;
}
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .semEstoque,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .semEstoque,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .semEstoque,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes .semEstoque
{
    height:19px;
    padding:4px 0 0;
    background-color:#f5f2e1;
    color:#810909;
}
#corpoPrincipal .colDescricao .semEstoque,
#corpoPrincipal .resultadoBusca .precosProdutos .botoes .semEstoque
{
    float:left;
    width:300px;
    padding:10px 0;
    margin:20px 0 10px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    color:#9f4c36;
    background-color:#f5f3e8;
}
#corpoPrincipal .resultadoBusca .precosProdutos .botoes .semEstoque
{
    float:right;
    width:280px;
    font-size:11px;
    margin:5px 0;
    padding:3px 0;
}
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .adicionadoCarrinho img,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .adicionadoCarrinho img,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .adicionadoCarrinho img,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes .adicionadoCarrinho img,
#corpoPrincipal .resultadoBusca .precosProdutos .botoes .adicionadoCarrinho img
{
    margin:2px 0 0;
}
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .adicionadoCarrinho a,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .adicionadoCarrinho a,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .adicionadoCarrinho a,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes .adicionadoCarrinho a,
#corpoPrincipal .resultadoBusca .precosProdutos .botoes .adicionadoCarrinho a
{
    font-size:11px;
    color:#246c04;
}
#corpoPrincipal .colPrincipal .boxProdutos .boxItem .botoes .adicionadoCarrinho a:hover,
#corpoPrincipal .colPrincipal .boxProdutosInternas .boxItem .botoes .adicionadoCarrinho a:hover,
#corpoPrincipal .colPrincipal .boxProdutosHomePortal .boxItem .botoes .adicionadoCarrinho a:hover,
#corpoPrincipal .colPrincipal .boxProdutosAssinatura .boxItem .botoes .adicionadoCarrinho a:hover,
#corpoPrincipal .resultadoBusca .precosProdutos .botoes .adicionadoCarrinho a:hover
{
    font-size:11px;
    color:#133C02;
}

/* BANNER LATERAIS ---------------------------------------------------------------- */

#corpoPrincipal .colBanners
{
    float:right;
    width:180px;
    padding:0 0 0 27px;
}
#corpoPrincipal .colBanners div{float:left; margin:15px 0 0;}
#corpoPrincipal .colBanners div:first-child{margin:0;}

#corpoPrincipal .colBanners div img
{
    width:180px !important;
}

/* BUSCA -------------------------------------------------------------------------- */

#buscaTopo
{
    float:left;
	margin: 7px 10px 0px 263px;
}
#buscaRodape{
    float:left;
	width:960px;
	margin:40px 10px 0;
	padding:15px 0 0 0;
	border-top:1px solid #ccd6df;
}
#buscaTopo .corpo{margin:0 auto;}
#buscaRodape .corpo{display:table; width:502px; margin:0 auto;}

#buscaTopo .corpo .campo{float:left; height:32px;}
#buscaRodape .corpo .campo{float:left; width:428px; height:32px;}

#buscaTopo .corpo .campo .areaBusca,
#buscaRodape .corpo .campo .areaBusca {width:100%; height:32px; background:url('../Images/buscaBg.jpg') left top repeat-x;}

#buscaTopo .corpo .campo .areaBusca table,
#buscaRodape .corpo .campo .areaBusca table {width:100%;}

#buscaTopo .corpo .campo .areaBusca .textArea,
#buscaRodape .corpo .campo .areaBusca .textArea
{
    width:100%;
    height:32px;
    padding:0 10px 0 25px;
    background:url('../Images/iconBusca.jpg') left 9px no-repeat;
}
#buscaTopo .corpo .campo .areaBusca .textArea input,
#buscaRodape .corpo .campo .areaBusca .textArea input
{
    width:100%;
    height:22px;
    border:none;
    background-color:transparent;
    font-size:11px;
    color:#666;
}
#buscaTopo .corpo .campo .areaBusca .listArea,
#buscaRodape .corpo .campo .areaBusca .listArea
{
    padding:0 0 0 10px;
    background:url('../Images/linhaSeparaBusca.gif') left no-repeat;
}
#buscaTopo .corpo .campo .areaBusca .listArea select,
#buscaRodape .corpo .campo .areaBusca .listArea select
{
    border:none;
    margin:2px 0 0;
    min-width:120px;
    font-size:11px;
    color:#666;
}
#buscaTopo .corpo .botao,
#buscaRodape .corpo .botao
{
    float:left;
    width:64px;
    height:32px;
    margin:0 0 0 10px;
}

/* RODAPÉ -------------------------------------------------------------------------------- */

#rodape{
    position:absolute;
    bottom:0;
    width:100%;
	padding:20px 0 60px;
	margin:0;
}
#rodape .corpo
{
    width:980px;
    margin:0 auto;
}
#rodape .corpo .menu, #rodape .corpo .compras, #rodape .corpo .copy
{
    float:left;
    width:950px;
    padding:15px;
}

/* Menu */

#rodape .corpo .menu
{
    border:none;
}
#rodape .corpo .menu .item
{
    float:left;
    width:182px;
    min-height:150px;
    margin:0 0 0 10px;
    font-size:12px;
    font-weight:bold;
}
#rodape .corpo .menu div:first-child
{
    margin:0;
}
#rodape .corpo .menu .item ul
{
    list-style:none;
    padding:0;
    margin:0;    
}
#rodape .corpo .menu .item li
{
    font-weight:normal;
    padding:0 0 5px 0;
}
#rodape .corpo .menu .item li:first-child
{
    padding-top:10px;
}
#rodape .corpo .menu .item a
{
    text-decoration:none;
}
#rodape .corpo .menu .item a:hover
{
    text-decoration:none;
}

/* Compras */

#rodape .corpo .compras
{
    font-size:12px;
}
#rodape .corpo .compras .formasPagamento
{
    float:left;
    width:420px;
}
#rodape .corpo .compras .formasPagamento .titulo
{
    float:left;
    width:420px;
    margin:0 0 15px 0;
    font-size:14px;
    font-weight:bold;
}
#rodape .corpo .compras .formasPagamento .cartao,
#rodape .corpo .compras .formasPagamento .debito
{
    float:left;
    width:420px;
}
#rodape .corpo .compras .formasPagamento .cartao
{
    margin:10px 0 0;
}
#rodape .corpo .compras .formasPagamento .cartao img,
#rodape .corpo .compras .formasPagamento .debito img
{
    margin:0 0 0 6px;
}
#rodape .corpo .compras .formasPagamento .tipo
{
    float:left;
    width:194px;
    font-size:12px;
    padding:0 0 0 8px;
    margin:0 0 5px 0;
}

/* Compra Segura */

#rodape .corpo .compras .compraSegura
{
    float:left;
    width:110px;
}
#rodape .corpo .compras .compraSegura .titulo
{
    float:left;
    width:100px;
    margin:0 0 15px 0;
    font-size:14px;
    font-weight:bold;
}
#rodape .corpo .compras .compraSegura .logo
{
    float:left;
    width:100px;
    text-align:center;
}

/* Compre Telefone */

#rodape .corpo .compras .compreTelefone
{
    float:left;
    width:420px;
}
#rodape .corpo .compras .compreTelefone .titulo
{
    float:left;
    width:100px;
    padding:0 20px 0 0;
    text-align:right;
    line-height:16px;
    font-size:14px;
    font-weight:bold;
}
#rodape .corpo .compras .compreTelefone .telefones
{
    float:left;
    width:300px;
}
#rodape .corpo .compras .compreTelefone .telefones .item
{
    float:left;
    width:150px;
    margin:0 0 7px 0;
}
#rodape .corpo .compras .compreTelefone .telefones .item .canal
{
    font-size:10px;
    line-height:10px;
}
#rodape .corpo .compras .compreTelefone .telefones .item .fone
{
    font-size:20px;
    font-weight:bold;
    line-height:20px;
}

/* Copy */

#rodape .corpo .copy
{
}
#rodape .corpo .copy .logo
{
    float:left;
    width:122px;
    height:33px;
    margin:0 30px 0 0;
}
#rodape .corpo .copy .texto
{
    margin:8px 0 0;
    font-size:11px;
}

/* Clear Tags Master */

.clear {clear:both;}

/* Content HTML Portal */

.contentHTML
{
    margin:20px 0;
    text-align:center;
}

/* Novos Estilos para Home */

.yellow-button {
	color: #fff;
	background-color: #f79f12;
	background-image: linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
	background-image: -o-linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
	background-image: -moz-linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
	background-image: -webkit-linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
	background-image: -ms-linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);	
}
.field {
	padding: 9px 12px;
	border: 1px solid #e2e2e2;
	border-bottom: none;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px #999;
	font-size: 11px;
	line-height: 12px;
	color: #666;
}

.region-select {
	padding-top: 20px;
	color: #fff;
}
.fake-select {
	width: 42px;
	height: 22px;
	padding: 4px 0 0 7px;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px #666;
	color: #fff;
	background-color: #f79f12;
	background-image: linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
	background-image: -o-linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
	background-image: -moz-linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
	background-image: -webkit-linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
	background-image: -ms-linear-gradient(bottom, #ef9814 3%, #f79f12 52%, #f9b60d 76%);
}

.search-header-box {
	padding: 9px 30px 8px 0;
}
.search-header-box .field {
	width: 220px;
	margin-right: 12px;
}
.yellow-box {
	margin-bottom: 15px;
	border: 1px solid #fde6b0;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	background: #fef5e0;
}
.button-close {
	width: 34px;
	height: 35px;
	position: absolute;
	right: -13px;
	top: -13px;
	z-index: 10;
	background: url("../img/button-close.png") no-repeat center;
}
.yellow-box .left-column {
	width: 614px;
	padding: 16px 30px 16px 16px;
	margin: 0;
}
.img-box {
	margin-right: 24px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.img-box img {
	display: block;
	border: 4px solid #fff;
}
.header-03 {
	margin: 5px 0 15px;
	font-size: 16px;
	line-height: 18px;
	color: #0066a8;
}
.yellow-box .right-column {
	width: 218px;
	padding: 50px 40px 25px;
	position: relative;
	background: #fde6b0;
}
.yellow-box .right-column:after {
	content: " ";
	display: block;
	width: 15px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: -14px;
	background: url("../img/yellow-arrow-icon.png") no-repeat center;
}
.bottom-border {
	width: 100px;
	height: 6px;
	margin: 0 auto;
	background: #00428a;
}
.red-box {
	padding: 16px 16px 16px 92px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ffe1e1;
	border-left: 5px solid #ffb2b2;
	background: #ffecec url("../img/alert-icon.png") no-repeat 20px center;
}
.red-box:after,
.red-box:before {
	content: " ";
	display: block;
	width: 270px;
	height: 9px;
	position: absolute;
	bottom: -10px;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
}
.red-box:after {
	left: 10px;
	background-image: url("../img/left-red-box-shadow.png");
}
.red-box:before {
	right: 10px;
	background-image: url("../img/right-red-box-shadow.png");
}
.red-list {
	margin: 0;
	color: #ff8080;
}
.red-list li {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.red-list a {
	color: #666;
}
#both-column .left-column,
#both-column .right-column {
	/*min-height: 571px;*/
}
.column {
	padding: 30px;
	border: 1px dashed #c3c3c3;
}
.left-column {
	width: 685px;
	padding-top: 73px;
	margin-right: 8px;
}
#section-title {
	width: 451px;
	padding: 20px 0 22px;
	margin-left: -225px;
	line-height: 22px;
	font-size: 20px;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 50%;
	top: -11px;
	background: url("../img/content-title-bg.png") no-repeat center;
}
.small-column {
	width: 208px;
	margin-left: 14px;
	padding-left: 15px;
	border-left: 1px dashed #c3c3c3;
}
.header-02 + .small-column {
	margin: 0;
	padding: 0;
	border: none;
}
.box-column-item {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px dashed #c3c3c3;
}
.box-column-item:first-child {
	padding-top: 0;
	border: none;
}
.header-04 {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
	color: #36a0c8;
}
.column-list li {
	padding-left: 68px;
	background-position: left center;
	background-repeat: no-repeat;
}
.column-list li {
	margin-top: 15px;
}
.column-list li:first-child {
	margin: 0;
}
.column-list strong {
	display: block;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.column-list div {
	position: relative;
	padding-left: 13px;
}
.column-list div:before {
	content: ".";
	display: block;
	font-family: Georgia;
	font-size: 38px;
	line-height: 38px;
	color: #fab210;
	position: absolute;
	top: -22px;
	left: -2px;
}
.nav .ferias-e-feriados {
	background-image: url("../img/ferias-e-feriados.png");
}
.nav .suspensao {
	background-image: url("../img/suspensao.png");
}
.nav .assinatura {
	background-image: url("../img/assinatura.png");
}
.nav .compras-online {
	background-image: url("../img/compras-online.png");
}
.nav .reativacao {
	background-image: url("../img/reativacao.png");
}
.nav .entrega {
	background-image: url("../img/entrega.png");
}
.nav .endereco {
	background-image: url("../img/endereco.png");
}
.nav .cadastro {
	background-image: url("../img/cadastro.png");
}
.nav .pagamento {
	background-image: url("../img/pagamento.png");
}
.nav .titular {
	background-image: url("../img/titular.png");
}
.nav .endereco-adicional {
	background-image: url("../img/endereco-adicional.png");
}
.nav .notas-fiscais {
	background-image: url("../img/notas-fiscais.png");
}
.nav .extratos {
	background-image: url("../img/extratos.png");
}
.nav .problemas {
	background-image: url("../img/problemas.png");
}
.nav .fale-conosco {
	background-image: url("../img/fale-conosco.png");
}
.nav .duvidas-frequentes {
	background-image: url("../img/duvidas-frequentes.png");
}
.nav .chat {
	background-image: url("../img/chat.png");
}
.right-column {
	width: 203px;
}
.gray-column {
	background: #f8f8f8;
}
.smaller-column {
	padding: 15px;
	margin: 8px 0 0;
}
.smaller-column:first-child {
	margin: 0;
}
.smaller-column li {
	padding-left: 57px;
}
.situacao {
	background-image: url("../img/situacao.png");
}
.segunda-via {
	background-image: url("../img/segunda-via.png");
}
.dependentes {
	background-image: url("../img/dependentes.png");
}
.align-opton {
	padding: 63px 0 0;
	text-align: center;
	background: url("../img/opine-icon.png") no-repeat center 15px;
	color: #666;
}
.align-opton .anchor {
	text-transform: uppercase;
	font-weight: bold;
}
.magazine {
	overflow: hidden;
	text-align: center;
}
.magazine .align-opton {
	width: 100%;
	padding: 10px 0;
	background-image: none;
	background-color: #fff4cc;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	box-shadow: 0 -2px 4px #333;
}
.latest-news {
	padding-left: 10px;
	margin: 25px 0; 
}
.hour {
	font-weight: bold;
}
.latest-titles {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
}
.latest-news li {
	width: 168px;
	padding-bottom: 15px;
	margin-left: 20px;
	border-bottom: 1px dashed #c3c3c3;
}
.latest-news li:first-child,
.latest-news p {
	margin: 0;
}
.prod-left-column {
	width: 125px;
	margin-right: 8px;
}
.prod-right-column {
	width: 175px;
}
.offers li {
	width: 308px;
	margin-left: 13px;
	color: #666;
}
.offers li:first-child {
	margin: 0;
}
.prod-img {
	padding-top: 10px;
}
.prod-img img {
	display: block;
}
.prod-title {
	font-size: 16px;
	line-height: 20px;
	color: #f7a012;
}
.brown-text {
	margin-bottom: 6px;
	color: #9f4c36;
}
.price {
	font-size: 16px;
	line-height: 18px;
	color: #36a0c8;
}
.buy-it-now {
	color: #f7a012;
}
.offers .gray-column {
	margin-top: 10px;
	padding: 13px 10px;
}
.bottom-search-box {
	padding: 12px 0 20px;
	margin-top: 50px;
	border-top: 1px solid #ccd6df;
	text-align: center;
}
.bottom-search-box .field {
	width: 377px;
	margin-right: 10px;
	padding-left: 35px;
	background: #fff url("../img/search-icon.png") no-repeat 10px center;
}

/******* Dúvidas Frequentes ******/
.landing ul.topnav
{
    float: left;
    width: 950px;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    font-size: 19px;
}

.landing ul.topnav li.link {
    background-image: none;
}

.landing li.link {
    width: 430px;
    height: 65px;
    border: 1px solid #CCCCCC;
    margin: 0 20px 20px 0!important;
    padding: 10px!important;
}

.landing ul.topnav li {
    background: url('../Images/setaMenuPrincipal.png') right no-repeat;
}

.landing ul.topnav li {
    position: relative;
    float: left;
}

.landing .clear {
    clear: both;
}

.landing ul.topnav li a {
    float: left;
    position: relative;
    height: 41px;
    display: block;
    z-index: 3000;
}

/* Privacy tools */
.dp-cookie-policy-button-desc img {
    height: 64px @important;
}

/* POPUP */
.popup {
    position: fixed;
    padding: 32px;
    width: 380px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    z-index: 20;
    -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}


.popup .popup-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.30;
    color: #130f0f;
    margin: 0 !important;
}

.popup-footer {
    width: 100%;
}

.popup-footer button {
    width: 100%;
    border: none;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.popup button.button-redirect {
    margin-top: 16px;
    background-color: #00b270;
    color: #fff;
}

.popup button.button-redirect:hover {
    background-color: #008e5a;
}

.popup button.button-stay {
    margin-top: 12px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    color: #000;
}

.popup button.button-stay:hover {
    background-color: #e6e6e6;
}
