#pagina {
    position:relative;
    width: 100%;
    max-width: 1920px;

    margin: 0 auto;
}

#meio {
    width: 100%;
    max-width: 1920px;
    float:none;
}
#centro-parceiro {
    float:none;
    margin: 0px auto;
    padding: 0px;
}

#esquerda-loja {
	width:185px;
	float:left;
	padding:8px 0px 0px 0px;
}

#centro-loja {
    height: auto;
	float:left;
	padding:4px 9px 0 9px;
	position:relative;
}

#direita-loja {
	width: 155px;
	float: right;
	padding:8px 0px 0px 0px;
}

.box-menu-shop, .box-menu-shop-parceiro {
	/*background*/
	background: #0469ac; /* IE6-9* and old browsers */
	background: -moz-linear-gradient(top,  #0469ac 7%, #0078c8 46%, #0469ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#0469ac), color-stop(46%,#0078c8), color-stop(100%,#0469ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0469ac', endColorstr='#0469ac',GradientType=0 ); /* IE no border-radius*/

	width: 100%;
    max-width:1920px;
	height:auto;
	position:absolute;
	top:164px;
	left:0;
	z-index:3;

	/*border: 1px solid #efefef;*/
	border-radius: 8px;
	box-shadow: 1px 1px 1px #ccc;
}
.box-menu-shop-parceiro {
	top: 210px;
    width: 100%;
    max-width:1920px;
    left: 0;
    height: auto;
    border-radius: 0px;
}

.menu-shop-parceiro-mobile {
    z-index: 9999;
}

.menu-shop-parceiro-mobile ul li {
    background-color: #666;
    z-index: 9999;
    display: block;
}
/*
@media (max-width: 768px) {
    .box-menu-shop-parceiro {
        display: none;
    }
}

@media (min-width: 767px) {
    .menu-shop-parceiro-mobile {
        display: none;
    }
}
*/
#nav-shop {
	list-style:none;
	padding:0 0 0 0px;
	padding: 20px 0;
	margin:0;
	width: 100%;
    max-width:1920px;
	height: auto;
	display: table;
    background: none;
	border: 0px solid #FFFFFF;
	border-radius: 0px;
}

.box-menu-shop #nav-shop {
	padding: 3px 0;
	text-align: center;
	z-index:100;
}

#nav-shop li {
	/*float:left;*/
	display:inline-block;
	height:39px;
	list-style:none;
	padding:0;
	margin:0;
    /*border-right: solid 1px #fefefe;*/
}
#nav-shop li.li-right {
	float: right;
    margin-right: 15px;
}
#nav-shop li:nth-last-child(3) {
	margin-right: 5px;
}

#nav-shop li a {
	cursor: pointer;
	display:block;
	height:28px;
	padding:11px 7px 0 6px;
	text-align:center;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size:15px;
	text-transform:uppercase;
}

#nav-shop li a:hover {
	color:#f7cc01;
	text-decoration:none;
}

a.btn-vip-topo {
	background: #ffcc33;
	color: #003862;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
a.btn-vip-topo:hover {
	color: #003862;
}	

a.btn-social-item {
	/*background: #FFFFFF;*/
	max-width: 30px;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

a.btn-social-item img {
	width: 100%;
	max-width: 30px;
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {

    .nav-shop {
        height: auto;
        z-index: 9999999 !important;
    }
    #nav-shop li {
        float: none;
    }

}

.divi-menu-shop, .divi-menu-shop-r {
	background:url(imgs/divi-menu-n.png) no-repeat;
	width:1px;
	height:17px;
	float:left;
	margin:11px 4px 0 4px;
}
.divi-menu-shop-r {
	float: right;
}

#topo2{
	width: 610px;
	height: auto;
	float:left;
	padding:0px 9px 0 9px;
	position:relative;
}

div#div-topo-total-parceiro {
    float: none;
    text-align: center;
}
div#div-topo-total-parceiro img.img-topo-total {
    width: 100%;

    max-width: 1920px;

}

.box-shop1 {
	width: 990px;
	background-color: #fcfcfc;
	margin: 0 auto;
	position: relative;
	height: 180px;
}

#esquerda-loja h1 {
	color:#6ac395;
	font-size:14px;
	text-transform:uppercase;
	font-family:"FuturaBlk", Arial, Helvetica, sans-serif;
	text-align:center;
}

#direita-loja h1 {
	color:#6ac395;
	font-size:14px;
	text-transform:uppercase;
	font-family:"FuturaBlk", Arial, Helvetica, sans-serif;
	text-align:center;
}

.borda-menu {
	height:34px;
	border: 1px solid #b2b2b2;
	border-radius: 8px 8px 0px 0px;
	box-shadow: 1px 1px 1px #b2b2b2;
}
.nav-menu {
	/*text*/
	font-family: 'Ubuntu',sans-serif;
	font-weight: 700;
    text-align: center;
    font-size: 15px;
	color: #FFFFFF;
	padding: 7px;
	text-transform: capitalize;
	/*border*/
	border: 1px solid #FFFFFF;
	border-radius: 7px 7px 0px 0px;
	box-shadow: 1px 1px 1px #b2b2b2;
	/*background*/
	background: #0469ac; /* IE6-9* and old browsers */
	background: -moz-linear-gradient(top,  #0469ac 7%, #0078c8 46%, #0469ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#0469ac), color-stop(46%,#0078c8), color-stop(100%,#0469ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0469ac', endColorstr='#0469ac',GradientType=0 ); /* IE no border-radius*/
}
.nav-menu img {
	height:17px;
	z-index: 1;
}
.nav-menu a {
	font-family: 'Ubuntu',sans-serif;
	font-weight: 700;
    text-align: center;
    font-size: 15px;
	color: #FFFFFF;
}
.nav-menu a:hover {
	color:#dec805;
	text-decoration:none;
}


.banner-parceiro{
	display: block;
	width:100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-bottom:5px;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.banner-parceiro img{
	border: 0px solid #FFFFFF;
	border-radius: 0px;
	width:100%;
}

.post-feed,
.post-feed2 {
	border-radius: 0px;
}

#rodape {
	width: 100%;
    /*height:69px;*/
	height:auto !important;
	margin:0px auto;
	position:relative;
	padding-bottom: 10px;

	background: #0469ac; /* IE6-9* and old browsers */
	background: -moz-linear-gradient(top,  #0469ac 7%, #0078c8 46%, #0469ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#0469ac), color-stop(46%,#0078c8), color-stop(100%,#0469ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0469ac 7%,#0078c8 46%,#0469ac 100%); /* W3C */

}
#rodape-loja{
	width:100%;
	min-height: 46px;
	margin: 0px 0px 1px 0px;

	background-color:#EDEDED;
	border-bottom:6px solid #036eb6;
}
#menu-rod {
    width: 100%;
	max-width:990px;
	min-height: 50px;
	margin:auto;
	position: relative;
}
#menu-rod ul{
	padding: 0px;
	margin: 0px;
	/*float: left;
	width: 100%;*/
	background-color: #EDEDED;
	list-style: none;
}
#menu-rod ul li {
	display: inline-block;
}

#menu-rod ul li a {
    padding: 2px 10px;
    width: 140px;
    height: 42px;
    float: left;
    /* visual do link */
    font-family: 'Ubuntu',sans-serif;
    text-align: center;
    font-size: 15px;
    background-color:#EDEDED;
    color: #333;
    text-decoration: none;
    /*border-bottom:6px solid #036eb6;*/
}

#menu-rod ul li a:hover {
    background-color:#D6D6D6;
    color: #6D6D6D;
    height: 42px;
    /*border-bottom:6px solid #1da1fa;*/
}
#aspectos{
	padding: 3px;
	color: #FFFFFF;
	text-align: center;
}
#aspectos a{
	font-family: 'Ubuntu',sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
}
#aspectos a:hover{
	color:#ebbd3d;
}
.h1-loja {
	color:#0469ac;
	font-size:14px;
	text-transform:uppercase;
	font-family:"FuturaBlk", Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #7f7f7f;
	padding:9px 0 0 0;
	font-weight: 700;
}
.item-loja {
	width:160px;
	height: 200px;
/*	float:left;*/
	display: inline-block;
	margin:20px 5px 0 5px;

	text-align:center;
}

.item-pg-parceiro {
	margin-left: 18px !important;
	margin-right: 8px !important;
}

.item-circ {
	width:140px;
	height: 140px;
	border-radius: 50%;
    display: inline-block;
    text-align:center;
    margin:20px 8px 0 8px;
    border: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;
}
span.item-titulo-circ {
	top: 35%;
	left: 0;
	width: 140px;
	padding: 10px 0;
	position: absolute;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0, 0, 0, .5);
	text-decoration: none !important;
}

.item-loja .nome {
	color:#262626;
	font-weight:bold;
	font-size:12px;
	display:block;
	height: 30px;
	overflow: hidden;
}

.item-loja .preco {
	color:#0469ac;
	font-weight:bold;
	font-size:12px;
}

.item-foto{
	width: 100%; height:94px;
	border-radius: 5px;
	border: 1px solid #dedede;
}

.box-top {
    width:100% !important;
    max-width: 1920px;
}

.box-top-loja {
	position:absolute;
	background:url(imgs/barra-top-loja.png) no-repeat;
	width:180px;
	height:22px;
	top:8px;
	right:8px;
}

.link-preco {
	color:#262626;
	font-size:12px;
	font-weight:bold;
	background:url(imgs/carrinho-ico.png) left center no-repeat;
	padding:2px 0 0 27px;
	margin:2px 0 0 11px;
	float:left;
}

.link-lock {
	color:#262626;
	font-size:12px;
	font-weight:bold;
	background:url(imgs/lock-ico.png) left center no-repeat;
	padding:2px 0 0 23px;
	margin:2px 0 0 7px;
	float:left;
}

.link-user {
	color:#262626;
	font-size:12px;
	font-weight:bold;
	background:url(imgs/user-ico.png) left center no-repeat;
	padding:2px 0 0 23px;
	margin:2px 0 0 7px;
	float:left;
}

.pag-loja {
	width:400px;
	float:right;
	text-align:right;
	margin:20px 5px 0 0;
}

.pag-loja a {
	color:#262626;
	font-size:12px;
	font-weight:bold;
	padding:0 3px 0 3px;
}

.pag-loja a.atual {
	color:#6ac395;
}

.nome-prod-g {
	width:750px;
	height:40px;
	float:left;
	padding:0 0 5px 0;
}

.nome-prod-g p {
	font-size:26px;
	font-weight:bold;
	color:#262626;
	padding:10px 0 0 0;
	float:left;
	height:30px;
	margin:0;
	text-indent:0;
}

.nome-prod-g a {
	color:#6ac395;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin:20px 0 0 0;
}

.box-img-g {
	float:left;
	width:321px;
}
.box-item-img-g {
	float:left;
	width:321px;
	padding-right: 9px;
	text-align: center;
}

.img-g, .img-item-g {
	display: block;
	/*background:url(imgs/bg-img-g.png) no-repeat;*/
	width:311px;
	height:198px;
	float:left;
	margin:0 4px 6px 4px;
	text-align:center;
	padding:2px 0 0 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: #FFFFFF;
}
.img-item-g {
	height: auto;
	padding-bottom: 15px;
}

.img-p {
	background:url(imgs/bg-img-p.png) no-repeat;
	width:99px;
	height:62px;
	float:left;
	margin:0 3px 0 4px;
	text-align:center;
	padding:2px 0 0 0;
}

.info-prod-g {
	width:380px;
	float:right;
	margin:0 0 0 5px;
}

.preco-g {
	color:#0469ac;
	font-size:30px;
	font-weight:30px;
	float:left;
	width:192px;
	font-weight:bold;
	text-indent:0;
}

.box-mais-vendedor {
	width:145px;
	float:right;
    text-align: center;
}

.mais-prod {
	width:145px;
	height:100px;
	border-radius: 7px;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 2px #888;
	/*background:#d1d1d1;*/
}

.box-mais-vendedor a {
	color:#0469ac;
	font-size:11px;
	font-weight:bold;
}

.link-info-g {
	width:200px;
	float:left;
	/*padding:25px 0 0px 0;*/
	color: #0469ac;
	font-size: 12px;
	text-align: center;
}

.info a {
	color: #0469ac;
	font-size: 12px;
	text-decoration: none;
}

.parceiro-anuncios .anuncios .info{
	border: none;
	box-shadow: none;
}

.info {
	background: #FFFFFF;
	width: 210px;
	/*border: 1px solid #CCC;
	box-shadow: 1px 1px 2px #888;*/
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px 0px;
}
.box-prod-desc {
	width:380px;
	float:left;
	padding:0 0 80px 0;
	text-align: justify;
}
.box-item-desc {
	/*width:410px;*/
	float:left;
	text-align: justify;
	font-size: 13px;
}

.box-prod-desc p {
	color:#262626;
	font-size:14px;
	text-indent:0;
}

.box-prod-desc p.p-descri {
	font-weight:bold;
	color:#0469ac;
	padding:0 0 5px 0;
}

.list_tab {
  border-collapse: collapse;
  /*border: 1px solid #CCCCCC;*/
  color: #777777;
  width: 100%;
  text-align: center;
  font-size: 12px;
  background: #FFFFFF;
  margin: 20px 0;
}
.list_tab thead {
  color: #FFFFFF;
  background-color: #CCCCCC;
}
.list_tab thead tr {
  background: #777777;
}

.list_tab tr td {
  padding: 4px;
  vertical-align: middle;
}
.list_tab tr td a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}
.list_tab tr td a:hover {
  text-decoration: underline;
}
.list_tab thead tr th {
  padding: 4px 6px;
}
.list_tab tr td.rht {
  text-align: right;
}
.list_tab tr td.lft {
  text-align: left;
}

#p_barra {
  margin: 15px 5px;
  text-align: center;
  font-size: 13px;
}
#p_barra span {
  padding: 3px 10px;
}
#p_barra span.etapa_atual {
  background-color: #E6FFE5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 3px 10px;
}

div.barra_carrinho {
  clear: both;
  margin-top: 10px;
  width: auto;
  height: 40px;

}


.btn_padrao, input.btn_padrao {
  width: 179px;
  height: 30px;
  padding-top: 10px;
  background: url(../imgs/bg-btn.png) 0 0 no-repeat;
  color: #393939;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow:0px 0px 5px #E6FFE5;
}
.btn_padrao:hover {
  background-position: 0 -40px;
  text-decoration: none;
}

.btn_limpar_carrinho {
  width: 160px;
  height: 30px;
  padding-top: 10px;
  padding-left: 34px;
  background: url(imgs/carrinho-ico-limpar.png) left center no-repeat;
  color: #393939;
  font-size: 14px;
  float: left;
  text-decoration: none;
}
.btn_limpar_carrinho:hover {
  text-decoration: none;
  color: #777777;
}

.boxForm {
  font-size: 14px;
  padding: 10px;
}

#frm_cep input, .frm_compras input, .form_endereco input, .novo_endereco input {
  border:  1px solid #393939;
  width: 65px;
  padding: 3px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: right;
  margin-bottom: 3px;

}
.frm_compras input {
  text-align: center;
  width: 20px;
}
.form_endereco {
  /*text-align: center;*/
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.novo_endereco label {
  width: 80px;
  display: block;
  clear: left;
  float: left;
  margin-top: 5px;
  padding-right: 3px;
  text-align: right;
  font-size: 14px;
  color: #25955B;
}


.form_endereco input, .novo_endereco input {
  width: 300px;
  text-align: left;
}
.form_endereco input.ipt1 {
  width: 100px;
}
.form_endereco input.radiofrete, .novo_endereco input.radiofrete {
  width: auto;
}

.form_endereco input.btn_padrao[type=submit], .novo_endereco input.btn_padrao {
  display: block;
  width: 179px;
  height: 30px;
  padding-top: 10px;
  background: url(../imgs/bg-btn.png) 0 0 no-repeat;
  color: #393939;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow:0px 0px 5px #E6FFE5;
  margin: 10px auto;
  border: none;
}
.form_endereco input.btn_padrao[type=submit]:hover, .novo_endereco input.btn_padrao:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -40px;
}


.dados {
  padding: 15px 10px;
  padding-left: 68px;
}
.dados4 {
  margin-left: 38px;
  margin-top: 10px;
}

.p0, .p1 {
  font-size: 14px;
}
.p1 {
  padding-left: 10px;
  background: url(../imgs/flecha_cinza.gif) left center no-repeat;
}

.divul4{
	width: 25%;
	height: 120px;
	float: left;
	text-align:center;
	margin-bottom: 10px;
}
.divul4 span {
	color:#0078c8;
	font-family:'Ubuntu',sans-serif;
	font-size:14px;
	font-weight: 500;
	margin: 5px 0;
	display: block;
	width: 135px;
	text-align: center;
}
.diimg {
	width: 137px;
	height: 82px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #b2b2b2;
	text-align: center;
	background: #ccc;
}
.divul4 img {
	width: 135px;
	height: 80px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
.divul4 a:hover{
	cursor: pointer;
	text-decoration: underline;
	color: #0078c8;
}
.publi{
	margin-top: 5px;
	border: 1px solid #b2b2b2;
	border-radius: 9px !important;
	box-shadow: 1px 1px 1px #dddddd !important;
}
.publi img{
	border: 1px solid #FFFFFF;
	border-radius: 9px !important;
}
/*#frm_estado{
	width: 40px;
	margin: 5px 0px;
}
#frm_cidade{
	width: 110px;
	margin: 5px 0px;
}*/
.parceirocomercial {
    float: left;
    margin: 10px;
    background: #FFFFFF;
    width: 350px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #ccc;
    font-size: 13px;
}
.parceirocomercial a {
    color: #555;
}
.parceiroonline {
    float: left;
    margin: 10px;
    background: #FFFFFF;
    width: 350px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #ccc;
    font-size: 13px;
    line-height: 138%;
    position: relative;
}
.parceiroonline a.p-chat {
	padding: 5px;
	padding-right: 32px;
	background: #F0F5F9 url(../imgs/icon/icon-chat.png) 41px center no-repeat;
	position: absolute;
	bottom: 1px;
	right: 1px;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-bottomright: 9px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.parceiroonline a:hover {
	text-decoration: none;
	color: #036EB6;
}
.parceiroonline a.p-chat:hover {
	background-color: #B4B4B4;
	color: #FFF;
}

.par-img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

table.table-sorteio {
	margin: 5px auto;
}

.topo-parc-esquerda {
	float: left;
	/*width: 580px;*/
	/*width: 720px;*/
	overflow: hidden;
	/*background: #CCCCCC;*/
}
.topo-parc-direita {
	float: right;
	/*width: 345px;*/
	width: 240px;
	/*background: #CCCCCC;*/
}

.div-finaliza {

	float: right;
	width: 250px;
	text-align: center;
}

.item-video {
	margin: 10px auto;
}


div.div-bp {
    float:left;
    width:280px;
    font-weight:bold;
    text-align:right;
    margin-top:5px;
    color:#FFF;
}



a.p-chat-parceiroinfo {
	padding: 8px;
	padding-right: 40px;
	background: #036CB2 url(../imgs/icon/icon-chat2.png) 49px center no-repeat;
	/*bottom: 1px;*/
	right: 25px;
	text-transform: uppercase;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	float: right;
	color: #FFFFFF;
	position: absolute;
	top: -8px;
	font-weight: bold;
}

a.p-chat-parceiroinfo:hover {
	background-color: #B4B4B4;
	color: #FFF;
}

/*a.parc-btn1-shopping {
    display: block;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-family:"FuturaBlk", Arial, Helvetica, sans-serif;
    background: #233B5E url(../imgs/icon-more.png) left center no-repeat;
    color: #fefefe;
    width: 125px;
    height: 30px;
    padding-top: 10px;
    padding-left: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 4px;
}

a.parc-btn1-vitrine {
	display: block;
	float: left;
	font-size: 16px;
    text-transform: uppercase;
    font-family:"FuturaBlk", Arial, Helvetica, sans-serif;
	background: #233B5E url(../imgs/icon-more.png) left center no-repeat;
	color: #fefefe;
	width: 125px;
	height: 30px;
    padding-top: 10px;
    padding-left: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 4px;
}*/

a.parc-btn1-shopping {
    display: block;
    float: left;
    font-size: 20px;
    background: #036CB2 url(../imgs/icon/shopping-icon.png) center center no-repeat;
    color: #FFFFFF;
    width: 175px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 4px;
}

a.parc-btn1-vitrine {
	display: block;
	float: left;
	font-size: 20px;
	background: #036CB2 url(../imgs/icon/btn-shoppingvirtual.png) center center no-repeat;
	color: #FFFFFF;
	width: 175px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 4px;
}

/*a.parc-btn1-vitrine:hover, a.parc-btn1-shopping:hover {
    background-color: #2F507E;
    text-decoration: none;
}*/


#esquerda-prod-podi{
	background:#036CB2;
	width:175px;
	margin-left: 8px;
	float:left;
	padding-top:5px;
	padding-left: 5px;
	padding-bottom:5px;
	border-radius:9px;
	border:1px solid #fefefe;
}
#esquerda-prod-podi > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}
#esquerda-prod-podi > ul {
	display: block;
	position: relative;
	width: 175px;
}
#esquerda-prod-podi > ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 175px;
	text-align: left;
}
#esquerda-prod-podi > ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 5px;
	width: 164px;
	background: #036CB2;
	color:#FFFFFF;
	font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dotted rgb(170, 170, 170);
    text-transform: uppercase;
}
#esquerda-prod-podi > ul li:first-child>a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 0;
}
#esquerda-prod-podi > ul li:last-child>a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0;
}
#esquerda-prod-podi > ul li>a:hover, #esquerda-prod-podi > ul li:hover>a {
	color: #fff;
	text-decoration:none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	background: #036CB2;
	border-color: transparent;
	border-bottom: 1px dotted rgb(170, 170, 170);
}
#esquerda-prod-podi > ul li:last-child>a:hover {
	border-bottom: 0;
}
#esquerda-prod-podi > ul .has-sub>a::after {
	content: '';
	position: absolute;
	top: 11px;
	right: 0px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	/*border-left: 4px solid #0565a5;*/
}
#esquerda-prod-podi > ul .has-sub>a::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}
#esquerda-prod-podi > ul li>a:hover::after, #esquerda-prod-podi > ul li:hover>a::after {
	border-left: 4px solid #fff;
}
#esquerda-prod-podi > ul li>a:hover::before, #esquerda-prod-podi > ul li:hover>a::before {
	border-left: 4px solid rgba(0, 0, 0, .3);
}
/* SUBMENUS */
#esquerda-prod-podi > ul ul {
	position: absolute;
	left: 171px;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
}
#esquerda-prod-podi > ul li:hover>ul {
	top: 0px;
	opacity: 1;
	text-decoration:none;
}


.personalizado {
    clear: both;
    padding: 0px auto;
}
.personalizado p {
    text-align: center;
    margin: 0;
    padding: 0;
}
.personalizado table {
	margin: 0 !important;
	padding: 0 !important;
}
.personalizado div img,
.personalizado p img,
.personalizado a.a-person,
.personalizado img {
    width: 100% !important;
    height: auto !important;
}

a.a-list-vit {
    margin: 10px auto;
    color: #036CB2;
    display: block;
}

a.a-list-vit img {
    max-width: 960px;
}

a.a-list-vit h2.titulo-vitrine-lista {
    text-transform: uppercase;
    color: #036CB2;
    border-bottom: 1px dotted rgb(170, 170, 170);
    border-top: 1px dotted rgb(170, 170, 170);
    padding: 8px 0;
}


#post_conteudo_det {
    /*background-color: #000;*/
}
#post_conteudo_det p a img,
#post_conteudo_det a img,
#post_conteudo_det img {
    width: 100% !important;
    height: auto !important;
    padding-top:0px
}


.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
  }
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
  }


a.link-pagina-parceiros {
	background-color: #ffffff !important;
	border-radius: 5px;
	display: block;
	height: 250px;
	margin-top: 1px;
	margin-bottom: 1px;	
}
a.link-pagina-parceiros div.logo-pagina-parceiros {
	height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.link-pagina-parceiros h5 {
	text-decoration: none;
	text-align: center;
	line-height: 125%;
}
a.link-pagina-parceiros h5:hover {
	color: #000000;
	text-decoration: none;
}
a.link-pagina-parceiros:hover {
	text-decoration: none;
}

