@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;
}
img {
	border: 0;
}
a{
	text-decoration:none;
}
body{
	position:relative;
}
body, html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body{
	min-width:900px;
	min-height:600px;
	background-color:#000000;
}
/* Menu */
nav{
	box-shadow:2px 2px 2px #000;
	height:51px;
	position:relative;
	z-index: 1;
}

nav, footer, .fume {
	background-color: transparent;
	background-image:url("../img/bg.png");
}
header {
	min-width:930px;
	width:auto;
	padding:0px 15px;
}

#menu {
	padding-top: 15px;
    position: absolute;
    right: 10px;
    top: 0;
}
#menu li {
	background-image: url("../img/nav_list_bg.png");
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    list-style: none outside none;
    margin-left: 5px;
    padding-right: 10px;
}

#menu a:hover,
#menu a.atual {

	border-bottom:1px solid #e5dcb8;
}



/* Newsletter */
#menu .newsletter_label, #menu li:last-child{
	background:none;
}
#newsletter {
	margin-top:-8px;
}
#newsletter label:first-child {
	padding-right:10px;
}
#newsletter input.email {
	background-color:transparent;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	width:195px;
	height:22px;
	padding-left:5px;
}
#logo {
	width:350px;
}
#sucesso {
	font-size: 9px;
    position: absolute;
    right: 95px;
    top: 37px;
    width: 200px;
    display: none;
}
#submit {
	position: relative;
    top: 7px;
}




/* Footer */
footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:35px;
	min-width:950px;
}
footer span {
	display: inline-block;
    font-size: 10px;
    margin-top: 12px;
}
footer span:first-child{
	float:left;
	margin-left:10px;
}
footer span:last-child{
	float:right;
	margin-right:10px;
}
footer span strong, footer a {
	color: #bfb692;
}


/* Paginas */
#conteudo,
#contato_container {
	box-shadow: 2px 2px 10px #000000;
}

#conteudo {
	background-image: url("../img/bg.png");
    height: 300px;
    left: 25%;
    margin-left: -200px;
    margin-top: -160px;
    opacity: 0;
    padding: 25px;
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 2;
}
#scroll {
	height:270px;
	overflow:auto;
	margin-top:20px;
}

#contato_container {
	background-image: url("../img/bg.png");
    height: 320px;
    margin-right: -250px;
    margin-top: -185px;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: 25%;
    top: 50%;
    width: 450px;
    z-index: 3;
}


#contato_container label {
	display: inline-block;
    width: 90px;
}
#contato_container input, textarea {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    margin-bottom: 15px;
    padding: 2px;
    width: 350px;
}
#contato_container input.ddd {
	width:30px;
}
#contato_container input.telefone {
	margin-left:20px;
	width:290px;
}
textarea {
	 resize: none; 
	display: inline-block;
    margin-bottom: 8px;
    vertical-align: top;
}
#contato_container form{
	border-bottom: 1px solid  #e5dcb8;;
}
#contato_container #submit2{
	background-image: url("../img/contato_btn.jpg");
    border: medium none;
    color: transparent;
    float: right;
    height: 24px;
    margin-right: 5px;
    width: 60px;
    cursor: pointer;
}
#contato_container #submit2:hover {
	background-position: bottom;
}
#contato_container label.aviso{
	margin: 8px 0;
}
#contato_container  #enviou {
	display: none;
    font-size: 10px;
    position: absolute;
    right: 25px;
    text-align: right;
    top: 314px;
    width: 500px;
}


#proximo {

	background-position:right;
}

#catalogo {
	overflow:hidden;
}

#catalogo, #catalogo ul {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:600px;
	min-width:950px;
	 z-index: 0;
}
#catalogo ul {
	display: inline-block;
    width: auto;
}

#catalogo ul li {
	float:left;
	display:inline;
}
#wrapper {
	left:50%;
	display: block;
    position: absolute;
    top: 0;
    width: 548%;
    z-index: -1;
}

}
#wrapper, #wrapper ul, #wrapper li, #wrapper img {
	height:100%;
}
.ie8 #wrapper img{
	height:auto;
}

/* Navegação no catalogo */
#catalogo nav {
	background:none;
	border:none;
	box-shadow:none;
	height:100%;
}
.colecao {
	background-image:url("../img/colecao_nav.png");
	background-repeat:no-repeat;
	background-position:center left;
	width:45px;
	height:100%;
	display:block;	
	position:absolute;
	cursor:pointer;
}
#proximo {
	right:8px;
}
#anterior {
	cursor: default;
	opacity:0.2;
	left:8px;
}
/*fim da navegação */


/* WORDPRESS */
.wordpress, #vouchers_container{
	width: 100%;
	text-align: center;
}
.item-categoria{
	display: inline-block;
	margin-right: 1em;
	border: 2px solid #FFF;
	padding: 3em 2em;
	box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
}

.item-categoria button{
	background: transparent;
	border: none;
	cursor: pointer;
}

.item-categoria:hover > button,
.item-categoria> button:hover{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	filter: invert(100%);	
	-webkit-filter: invert(1);
}

.item-categoria:last-child{
	margin-right:0 
}
.item-categoria h2{
	margin-top: 1em;
	color: #fff;
}

.item-categoria:hover{
	background: #fff;	
};



.filtro-posts{
	margin: 0 auto;
	padding: 0;
}

.item-categoria-post-resumo{
	display: inline-block;
	margin-right: 1em;
	border: 2px solid #FFF;
	padding: 3em 2em 2em 2em;
	box-shadow: 0px 0px 0px 2px #000 inset, 0px 0px 0px 3px #fff inset;
	background-color: #fff;
	color: #464646;
	max-width: 400px;
	font-size: 12px;
	position: relative;
	position: relative;
	z-index: 1;
	margin-top: 2em;
	margin-bottom: 2em;
}

#filtro-posts > .item-categoria-post-resumo{ width: 100%; }

.separador{ margin: 0.5em 0px; }

.item-categoria-post-resumo button {
	background: transparent none repeat scroll 0% 0%;
	border: 0 none;
	cursor: pointer;
	margin: 0;
	padding: 0.3em;
}

.item-categoria-post-resumo button h2{
	color: #000;
	font-size: 1em;
}
.items-slider {
    list-style: none !important;
    width: 100%;
}
.conteudo-voucher-texto{
	border: 1px solid rgb(0, 0, 0);
	padding: 3em;
	max-width: 220px;
	margin: 4em auto 1em;
}

.maxwidth{
	max-width: 180px !important;
}

.titulo { margin: 0 0 1em 0; font-size: 16px}

.conteudo-voucher-texto p:last-child{
    border-top: 1px solid rgb(70, 70, 70);
    border-bottom: 1px solid rgb(70, 70, 70);
    padding: 1em 0px;
    width: 80%;
	margin: 0 auto;
}




#filtro-posts{
	width: 90%;
	margin: 0 auto;
}

#filtro-posts .slick-arrow{
	border: 0px none;
	position: absolute;
	z-index: 999;
	top: 30%;
	background: transparent none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	font-size: 45px;
}
#filtro-posts .slick-prev{	left: -50px; }
#filtro-posts .slick-next{	right: -50px; }

#items-slider .slick-arrow {
	position: absolute;
	top: -3px;
	text-shadow: 0px 0px 1px #000;
	color: #FFF;
	font-size: 33px;
	vertical-align: middle;
	line-height: 0;
}

#items-slider .slick-prev {	left: 0 }
#items-slider .slick-next {	right: 0 }


#items-slider .slick-list.draggable{
	width: 50%;
	margin: 0px auto;
}


.item-logo-header > button:nth-child(2) {
	text-shadow: 0px 0px 1px #000;
}

.slider-item-eventos{
	min-height: 40px;
}

.item-logo-header{
    min-height: 150px;
    display: block;
    width: 100%;
    height: auto;
	background-size: 90% auto !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.item-logo-header .logo{
	padding-bottom: 1em;
	margin: 0px auto;
	height: auto;
	max-width: 100%;
	width: auto;
}