body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	background-color: #282828;
}
a {
	color: #646363;
}
a:hover {
	text-decoration: none;
}
.sub-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}
.sub-menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sub-menu li a {
}
.sub-menu li a:hover, .sub-menu li a.active {
}
 @media (max-width:992px) {
.visible-pc {
	display: none;
}
}
.cookies {
	background-color: rgba(0,0,0,0.65);
	padding: 4px;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
}
.cookies .cookie-mensagem {
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 4px 0px;
}
.cookies .cookie-bts {
	text-align: center;
}
.cookies .cookie-bts .btn-default {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right: 10px;
	padding: 4px 10px;
}
.cookies .cookie-bts .btn-default.btn-cookies {
	background-color: #a79578;
	color: #fff;
}

/*CONTAINER RESOLUCOES*/
@media (min-width:992px) {
.container {
	width: 1000px
}
}
@media (min-width:1200px) {
.container {
	width: 1024px
}
}
#header {
	position: relative;
}
@media (max-width:768px) {
#header {
	display: none;
}
}
#header .titulo {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #666666;
	float: right;
	position: absolute;
	top: 5px;
	right: 0px;
}
@media (max-width:768px) {
#header .titulo {
	color: rgba(240,240,240,0.4);
}
}
/*CABECALHO*/
.cabecalho {
	background-color: #282828;
	min-height: 118px;
	background-image: url(../images/bg_cabecalho.jpg);
	background-repeat: repeat-x;
}
@media (min-width:768px) {
.cabecalho-index {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
}
}
.cabecalho .container {
	position: relative;
	padding: 0px;
}
@media (min-width:768px) {
.cabecalho .redesociais {
	text-align: center;
	position: absolute;
	top: 30px;
	right: 0px;
}
}
@media (max-width:768px) {
.cabecalho .redesociais {
	display: none;
}
}
.cabecalho .redesociais a {
	display: inline-block;
	height: 26px;
	width: 26px;
	margin-left: 3px;
	margin-right: 0px;
	background-image: url(../images/sprite_redesociais.png);
	background-repeat: no-repeat;
	background-size: 515%;
	background-color: #FFFFFF;
	border: solid 2px rgba(255, 255, 255, 0);
	text-indent: -9000em;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
@media (max-width:768px) {
.cabecalho .redesociais a {
	margin-right: 5px;
}
}
.cabecalho .redesociais a:hover {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
.cabecalho .redesociais .bt_facebook {
	background-position: left 100%;
}
.cabecalho .redesociais .bt_twitter {
	background-position: 25% 100%;
}
.cabecalho .redesociais .bt_googlemais {
	background-position: 50% 100%;
}
.cabecalho .redesociais .bt_linkedin {
	background-position: 75% 100%;
}
.cabecalho .redesociais .bt_email {
	background-position: right 100%;
}
.cabecalho .navbar-header {
	float: none;
}
@media (max-width:768px) {
.cabecalho .navbar-header {
	margin: 0px;
}
}
.cabecalho .navbar-header {
}
.cabecalho .navbar-header .navbar-brand {
	height: auto;
	padding: 0px;
	float: left;
}
.cabecalho .navbar-header .navbar-brand img {
	margin-top: 27px;
	margin-bottom: 0px;
}
 @media (max-width:768px) {
.cabecalho .navbar-header .navbar-brand {
	float: none;
}
.cabecalho .navbar-header .navbar-brand img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
}
.cabecalho .navbar-header .navbar-toggle {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cabecalho .navbar-header .navbar-toggle .icon-bar {
	background-color: #282828;
}
.cabecalho .aviso {
	line-height: 16px;
	font-size: 12px;
	background-color: #a00000;
	color: #ffffff;
	float: left;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 22px;
	margin-left: 30px;
	padding: 1px 10px;
}
@media (max-width:768px) {
.cabecalho .aviso {
	float: none;
	margin: auto 0px;
	position: absolute;
	z-index: 0;
	bottom: 0px;
	left: 20%;
	right: 20%;
}
}
.cabecalho .navbar-toggle-container {
}
.cabecalho .navbar-toggle-container a.btn-inicio {
	background-image: url(../images/bt_inicio.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 35px;
	margin-top: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-indent: -9000em;
}
@media (min-width:768px) {
.cabecalho .navbar-toggle-container {
	display: none;
}
}
@media (min-width:768px) {
.cabecalho #menu-geral {
	text-align: center;
	margin-top: 2px;
}
}
@media (max-width:768px) {
.cabecalho #menu-geral {
	background-color: #ffffff;
}
}
@media (min-width:768px) and (max-width:992px) {
.cabecalho #menu-geral {
	padding: 0px;
}
}
 @media (min-width:768px) {
.cabecalho #menu-geral ul {
	display: inline-block;
	float: none;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: -4px;
	margin-left: -15px;
}
}
.cabecalho #menu-geral ul li {
	color: #FFF;
}
.cabecalho #menu-geral ul li a {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
@media (min-width:768px) {
.cabecalho #menu-geral ul li a {
	color: #28323d;
	float: left;
	padding: 9px 10px;
}
.cabecalho #menu-geral ul li a:hover, .cabecalho #menu-geral ul li.active a {
	background-color: transparent;
}
.cabecalho #menu-geral ul li a:active {
	background-color: transparent;
}
.cabecalho #menu-geral ul li a:focus {
	background-color: transparent;
}
}
@media (max-width:768px) {
.cabecalho #menu-geral ul li a {
	padding: 10px 25px;
}
.cabecalho #menu-geral ul li a:hover, .cabecalho #menu-geral ul li.active a {
	background-color: #282828;
	color: #ffffff;
}
.cabecalho #menu-geral ul li a:active {
	background-color: #282828;
	color: #ffffff;
}
.cabecalho #menu-geral ul li a:focus {
	background-color: #282828;
	color: #ffffff;
}
}
@media (min-width:768px) and (max-width:992px) {
.cabecalho #menu-geral ul li a {
	font-size: 13px;
}
}
/*SLIDESHOW*/
.c-slideshow {
	background-color: #ffffff;
	position: relative;/*display: none;*/
}
@media (max-width:768px) {
.c-slideshow {
	/*display: none;*/ 
	padding: 0px 15px;
	margin-top: 1px;
}
}
.slideshow-geral.c-slideshow {
	overflow: hidden;
}
.slideshow-geral .carousel-caption {
	color: #000000;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 300;
	text-shadow: 0 0 5px rgba(255,255,255,0.5), 0 0 5px rgba(255,255,255,0.5), 0 0 5px rgba(255,255,255,0.5), 0 0 5px rgba(255,255,255,0.5);
	top: 35%;
}
@media (min-width: 1200px) {
.slideshow-geral .carousel-caption {
/* right: 35%; */
	/* left: 35%; */
}
}
@media (max-width:768px) {
.slideshow-geral .carousel-caption {
	display: none;
}
}
.slideshow-geral .btn-geral {
	margin-top: 10px;
}
.slideshow_produtos .glyphicon-chevron-left:before, .slideshow_produtos .glyphicon-chevron-right:before {
	content: '';
}
.slideshow_produtos .carousel-control.left, .slideshow_produtos .carousel-control.right {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #282828;
	width: 50px;
	height: 50px;
	margin-left: 3px;
	text-indent: -9000em;
	display: block;
}
.slideshow_produtos .carousel-control.left {
	background-image: url(../images/bt_anterior.png);
	left: 20px;
	top: 37%;
	bottom: auto;
}
.slideshow_produtos .carousel-control.right {
	background-image: url(../images/bt_seguinte.png);
	right: 20px;
	top: 37%;
	bottom: auto;
}
.slideshow_produtos .carousel-control.left:hover, .slideshow_produtos .carousel-control.right:hover {
	filter: Alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.slideshow_produtos .carousel-control .glyphicon-chevron-left, .slideshow_produtos .carousel-control .icon-prev {
}
.slideshow_produtos .carousel-control .glyphicon-chevron-right, .slideshow_produtos .carousel-control .icon-next {
}
 @media (min-width: 768px) {
.slideshow_produtos .carousel-control.left, .slideshow_produtos .carousel-control.right {
	display: none;
}
}
 @media (min-width: 768px) {
.cabecalho #menu-geral {
	text-align: center;
	margin-top: 2px;
}
}
 @media (min-width: 768px) {
.cabecalho #menu-geral {
	text-align: center;
	margin-top: 2px;
}
}
.slideshow-geral #slideshow .item, .slideshow-geral #slideshow .item img {
	width: 100%;
}
#slideshow .carousel-control.left span {
	margin-left: -35%;
}
#slideshow .carousel-control.right span {
	margin-right: -35%;
}
.slideshow-geral .blank {
	/*background-image: url(../images/bg_slideshow-foto.png);*/
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
/*CORPO SITE*/
.corposite {
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (max-width:992px) {
.corposite {
	padding: 0px;
}
}
@media (min-width:992px) {
.corposite .col-md-12 { /* padding: 0px; */
}
.corposite .col-esquerda {
	padding: 0px;
}
.corposite .col-direita {
	padding: 0px;
}
/*.corposite .col-md-9.col-esquerda { width: 77%; }
.corposite .col-md-3.col-direita { width: 23%; }*/
}
@media (min-width:768px) and (max-width:992px) {
.corposite .col-md-12 {
	padding: 0px;
}
.corposite .col-esquerda {
	padding: 0px;
}
.corposite .col-direita {
	padding: 0px
}
}
.conteudos {
	/*font-size: 13px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
@media (max-width:768px) {
.conteudos:after {
	display: none;
}
}
@media (min-width:768px) {
.conteudos .col-md-12 {
	padding: 0px;
}
}
.conteudos a {
	text-decoration: underline;
}
.conteudos a:hover {
	text-decoration: none;
}
.conteudos .btn-geral {
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.conteudos .btn-geral:hover {
	background-color: #a79578;
	color: #ffffff;
}
.btn-geral {
	border: 1px solid #a79578;
	color: #a79578;
	font-size: 18px;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.65);
	color: #6f5b44;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	max-width: 100%;
	height: auto;
}
.btn-geral:hover {
	background-color: rgba(255,255,255,1);
}
.conteudos p {
}
.conteudos h1.titulo, .conteudos h2.titulo {
	color: #666;
	font-weight: 700;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.conteudos h1.titulo a, .conteudos h2.titulo a {
	color: #fff;
}
.conteudos p.titulo, .conteudos strong.titulo {
	color: #666;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}
.conteudos p.titulo:last-word {
 font-weight: bold;
}
.conteudos h1.subtitulo, .conteudos h3.subtitulo {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 0px;
}
.conteudos h2.subtitulo {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.conteudos p.subtitulo, .conteudos strong.subtitulo {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.conteudos h4.subtitulo {
	color: #666;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	margin: -10px 0px 10px 0px;
	padding: 0px;
}
.conteudos .subtitulo {
}
.conteudos .breadcrumb {
	background-color: rgba(228, 228, 228, 0);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: left;
	padding: 8px 0px;
}
.conteudos .breadcrumb a {
	color: #a79578;
	font-weight: bold;
}
 @media (max-width:768px) {
.bloco {
	display: none;
}
}
.bg_faixa {
	background-color: #a79578;
}
.bg_faixa-before {
	text-align: center;
	position: relative;
}
.bg_faixa-before:before {
	background-color: #a79578;
	content: '';
	width: 100%;
	height: 38px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bg_faixa-before .conteudos .titulo {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 300;
	margin-top: 5px;
}
.bg-faixa-normal {
	padding-top: 30px;
	padding-bottom: 60px;
}
.bg-faixa-normal .conteudos .titulo {
	color: #a79578;
	font-weight: 400;
}
.bg-faixa-normal:before {
	height: 5px;
}
 @media (max-width:768px) {
.produtos-listagem {
	margin: 0px;
}
}
.produto {
}
.produto-item {
	clear: both;
}
@media (min-width:768px) {
.produto-item {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	/*height: 430px;*/
	min-width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}
}
.produto-pag-listagem {
	clear: both;
	margin: 0px;
}
 @media (max-width:768px) {
.produtos-listagem .produto-item .btn-geral, .produto-pag-listagem .produto-item .btn-geral {
	max-width: 100%;
	height: auto;
	font-size: 15px;
	margin-bottom: 5px;
}
}
.produto-item .thumb {
	width: 100%;
	height: auto;
}
.produto-item .thumb_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 8000;
	display: block;
}
.produto-item .thumb_mask img {
	width: 100%;
	height: 100%;
	display: block;
}
.produto-item:hover .descricao {
	bottom: 0px;
}
@media (min-width:768px) {
.produto-item:hover .thumb {
	/*width: 105%;
	height: auto;
	margin-left: -2.5%;
	margin-right: -2.5%;
	margin-top: -2.5%;*/
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
}
.produto-item .descricao {
	width: 100%;
	height: auto;
}
@media (min-width:768px) {
/*.produto-item:before {
	background-color: rgba(255,255,255,0);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;		
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;		
}	*/
.produto .produto-item .thumb {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.produto:hover .produto-item .thumb {
	filter: Alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.produto .produto-item .thumb, .produto:hover .produto-item .thumb {
	-webkit-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.produto-item .descricao {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	position: absolute;
	bottom: 0%;
	left: 0px;
	z-index: 9000;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.produto-item:hover .descricao {
	/*background-color: rgba(255,255,255,0.6);*/
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.produto-item:hover:before {
	background-color: rgba(255,255,255,0.6);
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
}
.produto-item .tit, .produto-item .ref {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}
.produtos-listagem-index .produto-item .ref, .produtos-listagem .produto-item .tit, .produtos-listagem .produto-item .ref {
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.produto-item .tit {
	color: #000000;
	text-transform: uppercase;
}
.produto-item .btn-geral {
	max-width: 70%;
}
.produto-item .btn-geral:hover {
	background-color: rgba(255,255,255,1);
	color: #a79578;
}
 @media (max-width:768px) {
.produto-item .redesociais {
	margin-bottom: 30px;
}
}
.produto-item .redesociais a {
	display: inline-block;
	height: 26px;
	width: 26px;
	margin-left: 2px;
	margin-right: 2px;
	background-image: url(../images/sprite_redesociais_produto.png);
	background-repeat: no-repeat;
	background-size: 515%;
	background-color: #FFFFFF;
	text-indent: -9000em;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
 @media (max-width:768px) {
.produto-item .redesociais a {
	height: 35px;
	width: 35px;
}
}
.produto-item .redesociais a:hover {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
.produto-item .redesociais .bt_facebook {
	background-position: left 100%;
}
.produto-item .redesociais .bt_twitter {
	background-position: 25% 100%;
}
.produto-item .redesociais .bt_googlemais {
	background-position: 50% 100%;
}
.produto-item .redesociais .bt_linkedin {
	background-position: 75% 100%;
}
.produto-item .redesociais .bt_email {
	background-position: right 100%;
}
 @media (min-width:768px) {
.produto-pag-listagem .produto-item .descricao {
	top: 89%;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.produto-pag-listagem .produto-item:hover .descricao {
	top: 68%;
}
.produto-pag-listagem .produto-item:hover .tit {
	background-color: rgba(255,255,255,0);
	padding: 0px;
}
.produto-pag-listagem .produto-item .tit {
	background-color: rgba(255,255,255,0.6);
	width: 95%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.produto-pag-listagem .produto-item .btn-geral {
	font-size: 13px;
}
}
 @media (min-width:768px) {
.produto-item .descricao, .produto-item:hover .descricao, .produto-item .thumb, .produto-item:hover .thumb, .produto-item .btn-geral, .produto-item .btn-geral:hover, .produto-item:before, .produto-item:hover:before, .produto-pag-listagem .produto-item .descricao, .produto-pag-listagem .produto-item:hover .descricao, .produto-pag-listagem .produto-item .tit, .produto-pag-listagem .produto-item:hover .tit {
	-webkit-transition: all .20s ease-in-out;
	-ms-transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-o-transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;
}
}
.produtos-pagina .redesociais a {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-left: 0px;
	margin-right: 2px;
	background-image: url(../images/sprite_redesociais_produto.png);
	background-repeat: no-repeat;
	background-size: 515%;
	background-color: #FFFFFF;
	text-indent: -9000em;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: 1px solid #a79578;
}
.produtos-pagina .redesociais a:hover {
	background-image: url(../images/sprite_redesociais_produto-hover.png);
	background-color: #a79578;
}
.produtos-pagina .redesociais .bt_facebook {
	background-position: left 100%;
}
.produtos-pagina .redesociais .bt_twitter {
	background-position: 25% 100%;
}
.produtos-pagina .redesociais .bt_googlemais {
	background-position: 50% 100%;
}
.produtos-pagina .redesociais .bt_linkedin {
	background-position: 75% 100%;
}
.produtos-pagina .redesociais .bt_email {
	background-position: right 100%;
}
.produtos-pagina {
	padding: 20px 0px;
}
.produtos-pagina a {
	text-decoration: none;
}
.produtos-pagina .gal_imagem {
	width: 100%;
	height: auto;
}
.produtos-pagina .gal_titulo {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
.produtos-pagina .gal_subtitulo {
	text-transform: uppercase;
	color: #a79578;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
@media (max-width:992px) {
.produtos-pagina .tags {
	display: none;
}
}
.produtos-pagina .tags a {
	display: block;
	float: left;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	-moz-box-shadow: 0px 0.1px 0.1px rgba(0, 0, 0, 0.2), inset 0px -0.1px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0.1px 0.1px rgba(0, 0, 0, 0.2), inset 0px -0.1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0.1px 0.1px rgba(0, 0, 0, 0.2), inset 0px -0.1px 0px rgba(0, 0, 0, 0.3);
	margin-right: 5px;
	margin-bottom: 5px;
}
.produtos-pagina .tags a:hover {
	background-color: #a79578;
	color: #ffffff;
}
.produto-pagina-separador {
	clear: both;
}
 @media (min-width: 768px) {
#slideshow.slideshow_produtos {
}
#slideshow.slideshow_produtos .item {
	display: block;
}
.produto_noactive {
	display: none !important;
}
.produto-pag-listagem .bt_consultenos {
	display: none;
}
.produtos-listagem .bt_consultenos, .produtos-listagem-index .bt_consultenos {
	display: none;
}
}
@media (max-width: 768px) {
.proximos-produtos {
	display: none;
}
.produto-pag-listagem .bt_consultenos {
	display: none;
}
.produtos-listagem .bt_descubra, .produtos-listagem-index .bt_descubra {
	display: none;
}
.produtos-listagem .thumb_mask, .produtos-listagem-index .thumb_mask {
	display: none;
}
}
.produto-loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 100%;
	display: none;
}
.galeria_controls {
	background-color: rgba(0, 0, 0, 0.05);
	position: relative;
	clear: both;
	margin-bottom: 10px;
}
.galeria_controls:after {
	content: '';
	width: 100%;
	height: 1px;
	margin-bottom: -1px;
	clear: both;
	display: block;
}
.galeria_controls .gal_previous {
	background-image: url(../images/bt_anterior.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #282828;
	width: 50px;
	height: 50px;
	margin-left: 3px;
	text-indent: -9000em;
	display: block;
	float: right;
}
.galeria_controls .gal_next {
	background-image: url(../images/bt_seguinte.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #282828;
	width: 50px;
	height: 50px;
	margin-left: 3px;
	text-indent: -9000em;
	display: block;
	float: right;
}
.galeria_controls span.gal_previous, .galeria_controls span.gal_next {
	background-color: #ccc;
}
.galeria_controls .gal_previous:hover, .galeria_controls .gal_next:hover {
	background-color: #a79578;
}
.galeria_controls .gal_counter {
	text-transform: uppercase;
	font-size: 15px;
	color: #a79578;
	font-weight: 400;
	text-align: center;
	padding-top: 8px;
	display: block;
}
.galeria_controls .gal_counter .gal_count {
	text-align: right;
	color: #282828;
	font-size: 22px;
}
.galeria_controls .gal_back {
	background-color: #a79578;
	background-image: url(../images/bt_voltar-galeria.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	line-height: 13px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	width: 30%;
	height: 50px;
	padding-top: 11px;
	padding-left: 30px;
	padding-right: 10px;
	display: block;
	float: left;
}
.galeria_controls .gal_back:hover {
	background-color: #282828;
}
 @media (min-width:768px) {
.corposite.destaques .container {
	padding-right: 11px;
	padding-left: 10px;
}
}
.caixa-destaque {
	padding-top: 45px;
}
@media (min-width:768px) {
.caixa-destaque {
	padding-left: 5px;
	padding-right: 5px;
}
}
.caixa-destaque .caixa {
	line-height: normal;
}
.caixa-destaque .caixa a {
	text-decoration: none;
}
.caixa-destaque .caixa .thumb {
	width: 100%;
	margin-bottom: 5px;
}
.caixa-destaque .caixa .titulo {
	color: #000000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px;
}
.caixa-destaque .caixa .subtitulo {
	color: #9c8b77;
	text-transform: uppercase;
	font-size: 12px;
}
.caixa-destaque .caixa .btn-geral {
	margin-top: 10px;
	width: 100%;
}
.caixa-destaque.caixa-formulario {
	color: #FFF;
}
.caixa-destaque.caixa-formulario .titulo {
	color: #FFF;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	width: 70%;
}
.caixa-destaque.caixa-formulario .opcoes {
	font-size: 10px;
	line-height: 16px;
}
.caixa-destaque.caixa-formulario .caixa {
	background-color: #a79578;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.formulario.pedido_contacto {
}
.formulario.pedido_contacto .form-control {
	background-color: #FFF;
	font-size: 12px;
	color: #000000;
	height: 24px;
}
.formulario.pedido_contacto .form-group {
	margin-bottom: 8px;
}
.formulario.pedido_contacto .form-group label {
	font-size: 12px;
	color: #ffffff;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 2px;
}
.formulario.pedido_contacto .btn-enviar {
	background-color: rgba(255,255,255,0.25);
	font-size: 18px;
	text-transform: none;
	font-weight: 300;
	width: 100%;
	height: auto;
	margin-top: 0px;
}
/*RODAPE*/
.rodape-links {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	height: 40px;
	padding-top: 8px;
	vertical-align: middle;
}
.rodape-links a {
	color: #ffffff;
	font-size: 0.82vw;
	margin-left: 5px;
	margin-right: 5px;
}
@media (min-width:1200px) {
.rodape-links a {
	font-size: 12px;
}
}
.rodape-links a:first-child {
	margin-left: 0px;
}
.rodape-links a:last-child {
	margin-left: 0px;
}
@media (max-width:768px) {
.rodape-links .container {
	display: none;
}
}
.rodape img {
	vertical-align: top;
}
.rodape {
	color: #ae9b7c;
	font-size: 12px;
	padding-top: 35px;
	padding-bottom: 0px;
}
.rodape .tit {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.rodape a {
	color: #ae9b7c;
	text-decoration: underline;
}
.rodape p {
}
@media (min-width:992px) {
.rodape .col-newsletter {
	padding-left: 80px;
}
}
 @media (max-width:768px) {
.seo-links {
	display: none;
}
}
.seo-links {
	line-height: normal;
	margin-top: 45px;
}
.seo-links h4 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 0px;
}
.seo-links ul {
}
.seo-links ul li {
	line-height: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.seo-links ul li a {
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px;
}
.seo-links h4, .seo-links ul li a {
	color: #544e44;
}
.seo-links ul li a:hover {
	color: #ae9b7c;
	text-decoration: underline;
}
.formulario.newsletter {
	text-align: center;
}
.formulario.newsletter .form-control {
	background-color: #ffffff;
}
.formulario.newsletter .form-group {
	margin-bottom: 10px;
}
.formulario.newsletter .form-group label {
	display: none;
}
.formulario.newsletter .btn-enviar {
	background-color: #282828;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom: solid 1px #ffffff;
}
/*COPTYRIGHT*/
.copyright {
	color: #ae9b7c;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright a {
	color: #ae9b7c;
	text-decoration: none;
}
.copyright p {
}
.col-formulario {
	background-color: #ededed;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (min-width: 768px) {
.col-formulario {
	width: 43%;
}
}
.col-formulario a {
	color: #fff;
}
.col-formulario .dados-pagamento {
	color: #f2e8d1;
}
.formulario {
}
.formulario .form-group {
	text-transform: uppercase;
}
.formulario .form-control {
	background-color: #F1F1F1;
	color: #333;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.col-formulario .formulario .form-control {
	background-color: #ffffff;
}
.formulario .btn-enviar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px none;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #282828;
}
.formulario .btn-cancelar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	border: 0px none;
	text-transform: uppercase;
	font-size: 13px;
	color: #282828;
}
.formulario .campos {
	display: block;
	float: right;
}
.image {
	position: absolute;
	left: -9000px;
}
/* ----- */
.zankyou_recomendado {
	background-color: #f2fded;
	width: 310px;
	padding: 7px 15px;
}
.zankyou_recomendado a {
	text-decoration: none;
}	
.zankyou_recomendado img {
	text-decoration: none;
	float: left;
	width: 80px;
	height: auto;
	margin-right: 15px;
}
.zankyou_recomendado b {
    color: #5baaa1;
    margin-top: 17px;
	display: inline-block;
}
.zankyou_recomendado em {
	font-weight: 400;
}