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

@import 'fonts.css';


html, body{height:100%;}

body{
	margin:0;
	padding:0;
	font-family: 'cabinmedium';
    font-size: 16px;
    line-height: 26px;
    color: #4f4f4f;
	background: #fff;
}
#tudo{
	width:100%;
	position:relative;
	min-height:100%;
}
* html #tudo{height:100%;}




/*------Defult-----*/
:focus{outline:none;}
a{
	text-decoration:none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	    color: #c59d5f;
}
a:hover, a:focus{
	text-decoration:none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	color: #a07c45;
}
img{max-width: 100%}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="email"], textarea, select{
    width: 100%;
    padding: 13px 14px;
    margin-bottom: 15px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    color: #333;
    background: #fbfaf8;
    border-left: #d8c089 4px solid;
    font-size: 15px;
}
textarea{
	height: 160px;
	resize: none;
}

::-webkit-input-placeholder {
   color: #cfc6b4;
}

:-moz-placeholder {
   color: #cfc6b4;
}

::-moz-placeholder {
   color: #cfc6b4;  
}

:-ms-input-placeholder {  
   color: #cfc6b4;  
}
/*-----Fim Defult-----*/





/*-----Header-----*/
header{
	width:100%;
	height: 100vh;
	min-height: 600px;
	max-height: 900px;
}

header .content{
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	background-color: rgba(38, 26, 26, 0.45);
	top: 0;
	left: 0;
}

header .navbar-default {
	position: fixed;
	z-index: 13;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	border: none;
	padding: 40px 3% 80px;
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.0) 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.0) 100%);
	background-image: -webkit-gradient(linear,top left,bottom left,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;

	-webkit-transition: all .05s linear;
	-moz-transition: all .05s linear;
	-ms-transition: all .05s linear;
	-o-transition: all .05s linear;
	transition: all .05s linear;
}
@media (min-width:768px){header .navbar-nav{float: right; padding-top: 10px}}
header .logotipo_img{width: 200px}
header .navbar-default .navbar-nav>li>a{
	color: #d8c089;
	font-size: 13px;
	font-family: 'cabinbold';
	font-weight: bold;
	padding: 8px 12px;
	text-transform: uppercase;
}
header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li>a:focus{color: #fbf3e8;}
header .navbar-default .navbar-nav>li:last-child>a{
	border: 1px solid #fbf3e8;
	color: #fbf3e8;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 5px;
}
header .navbar-default .navbar-nav>li:last-child>a:hover, header .navbar-default .navbar-nav>li:last-child>a:focus{
	background: #fbf3e8;
	color: #d8c089;
}

header.fixed .navbar-default{
	padding-top: 15px;
	padding-bottom: 10px;
	background: rgba(38, 26, 26, .9);
	border-radius: 0;
}
header.fixed *{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
header.fixed .logotipo_img {width: 160px;}
header.fixed .navbar-nav {padding-top: 11px;}

header .content .welcome{
	text-align: center;
	color: #fbf3e8;
	margin-top: 18.5%;
}
header .content .welcome h3{
	font-size: 80px;
	line-height: 40px;
	margin: 0;
	font-family: 'boucherie_cursiveregular';
	font-weight: normal;
	color: #fbf3e8;
	text-align: center;
}
header .content .welcome h2{
	font-size: 100px;
	line-height: 90px;
	font-weight: 600;
	font-family: 'helvetica_bqregular';
	text-transform: uppercase;
	text-align: center;
	color: #c59d5f;
	letter-spacing: 0.1em;
	margin: 0;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
header .content .welcome h2:before{
	content: '';
	position: absolute;
	width: 120px;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	border-bottom: #c59d5f 9px solid;
}
header .content .welcome h4{
	text-align: center;
	font: 1.5em/1.1em;
	color: white;
	letter-spacing: .2em;
	text-transform: uppercase;
}

header .content .go-to-page{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	opacity: 0.8;
	z-index: 11;
	background-image: url(../img/icon/arrow_dow.svg);
}
header .content .go-to-page:hover{opacity: 1}


header .slide, header .slide .carousel-inner, header .slide .carousel-inner .item{height: 100%;}
header .slide.carousel-inner .item{
	background-size: cover;
	background-position: center;
}
header .slide.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
header .slide.carousel-fade .carousel-inner .active {opacity: 1;}
header .slide.carousel-fade .carousel-inner .active.left,
header .slide.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
header .slide.carousel-fade .carousel-inner .next.left,
header .slide.carousel-fade .carousel-inner .prev.right {opacity: 1;}
header .slide .carousel-inner .item{
	background-size: cover;
	background-position: center;
}
/*-----Fim Header-----*/





/*-----Conteúdo-----*/
#conteudo{padding-bottom:70px;}

.bg-opace{background: #faf6f0; padding: 50px 0;}

.title-style{margin-bottom: 30px;}
.title-style h3{
	font-size: 50px;
    line-height: 40px;
    margin: 30px 0 0;
    font-family: 'boucherie_cursiveregular';
    font-weight: normal;
    color: rgba(38, 26, 26, 1);
    text-align: center;
}
.title-style h2{
	font-size: 50px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'helvetica_bqregular';
    text-transform: uppercase;
    text-align: center;
    color: #c59d5f;
    letter-spacing: 0.1em;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.title-style h2:before{
	content: '';
	position: absolute;
	width: 120px;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	border-bottom: #c59d5f 9px solid;
}
.title-style h4{
	text-align: center;
	font: 1.5em/1.1em;
	color: white;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0;
}
.title-style h5{
    margin: 20px 0;
    line-height: initial;
    font-size: 25px;
    font-family: 'boucherie_cursiveregular';
    font-weight: normal;
    color: rgba(38, 26, 26, 1);
    text-align: center;
}
.title-style.white h3, .title-style.white h4, .title-style.white h5{color: #fbf3e8;}

.title-style.left h2, .title-style.left h3, .title-style.left h4, .title-style.left h5{text-align: left;}
.title-style.left h2:before{margin-left: 0; left: 0}

.title-style-simple{
	text-align: center;
}
.title-style-simple h4{
	text-align: center;
    font: 1.5em/1.1em;
    color: #333;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.title-style-simple.left h4{text-align: left;}


#conteudo section{padding: 130px 0;}


#conteudo section#brandscump{
	padding: 30px 0;
	background: #faf6f0;
	display: none;
}
#conteudo section#brandscump ul li{display: inline-block;}
#conteudo section#brandscump ul li i{margin-right: 10px;}
#conteudo section#brandscump ul li:last-child i.fa-angle-double-right{display: none} 

ul.menu{margin: 0 -3px 0; padding: 0 20px 0}
ul.menu li{padding: 0 3px; margin: 3px 0}
ul.menu li a{position: relative; display: block;}
ul.menu li a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(197, 157, 95, 0.9);
	top: 0;
	left: 0;
	opacity: 0;
	
	-ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4); 
    transform: scale(0.4, 0.4);	
}
ul.menu li a:hover:before{
	opacity: 1;
	
	-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1); 
    transform: scale(1, 1);	

    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
ul.menu li a p{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    font-family: 'helvetica_bqregular';
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: -13px 0 0;
    opacity: 0;
}
ul.menu li a:hover p{
	opacity: 1;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
ul.menu li a p:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	border-bottom: 3px solid #fff;
}


#conteudo section#intro img{
    display: table;
    margin: 0 auto;
}


#conteudo section#endereco{
	padding-top: 130px; 
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg-endereco.jpg);
	position: relative;
}
#conteudo section#endereco ul{
	display: table;
	margin: 45px auto;
	width: 95%;
}
#conteudo section#endereco ul li{float: left;}
#conteudo section#endereco ul li p{
    text-align: center;
    color: #c39b5e;
    background: #fbf3e8;
    text-transform: uppercase;
    font-size: 12px;
    margin: 2px auto;
    padding: 0 5px;
    font-weight: bold;
}
#conteudo section#endereco ul.tel{display: table; margin: 0 auto; width: initial}
#conteudo section#endereco ul.tel li{margin: 0 50px;}
#conteudo section#endereco ul.tel li a{margin: 0; font-size: 16px;}


#conteudo section#footer{
	background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg-footer.jpg);
}
#conteudo section#footer .logo{
	width: 170px;
	display: table;
	margin: 0 auto 20px;
}
#conteudo section#footer ul{
	display: table;
	margin: 10px auto 0;
}
#conteudo section#footer ul li{float: left;}
#conteudo section#footer ul li a{
	color: #d8c089;
    font-family: 'cabinbold';
    font-weight: bold;
    padding: 8px 12px;
	text-transform: uppercase;
    font-size: 12px;
}
#conteudo section#footer ul li a:hover{color: #fff}


#conteudo section#alacarte{padding: 80px 0 40px}



#conteudo section#depoimentos{
	background: rgba(38, 26, 26, .9);
	padding: 70px 0;
	color: #c59d5f;	
}
#conteudo section#depoimentos .title-style h3{color: #fff;}
#conteudo section#depoimentos .title-style h4{color: #c59d5f;}
#conteudo section#depoimentos .item h4{
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 30px;
}
#conteudo section#depoimentos .slide{padding-bottom: 40px;}
#conteudo section#depoimentos .carousel-indicators{
    bottom: 0;
    margin: 0;
    padding: 0;
    left: 0;
    width: initial;
}
#conteudo section#depoimentos .carousel-indicators .active {background-color: #c59d5f;}
#conteudo section#depoimentos .carousel-indicators li {border: 1px solid #c59d5f;}



#conteudo section.three-intro{text-align: center;}
#conteudo section.three-intro a img{
	opacity: 0.8;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#conteudo section.three-intro a:hover img{
	opacity: 1;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#conteudo section.three-intro h4{
    text-align: center;
    margin: 15px 0;
    font-size: 16px;
    color: #4f4f4f;
}
#conteudo section.three-intro h4 b{
	color: #c59d5f;
    font-size: 18px;
}
#conteudo section.three-intro h4 span{
	font-size: 12px;
    display: block;
    color: #c1c1c1;
    margin-top: 5px;
}
#conteudo section.three-intro h2{
    font-size: 15px;
    font-weight: 400;
    font-family: 'helvetica_bqregular';
    text-transform: uppercase;
    text-align: center;
    color: #c59d5f;
    letter-spacing: 0.1em;
    position: relative;
    margin: 0 0 20px;
}
@media (min-width: 768px){
	#conteudo section.three-intro .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	#conteudo section.three-intro .row [class^="col-"]{padding-left: 5px;padding-right: 5px;}
}


#conteudo section.google-maps{
	padding:0;
	position: relative;
}
.google-maps .mapArea{
	height:400px;
	overflow:hidden;
	width:100%;
}
.google-maps .mapArea iframe{
	width:100%;
	height:400px;
}
.scrolloff {
	pointer-events: none;
}


#success_page{text-align: center;}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
	text-align: center;
}
/*-----Fim Conteúdo-----*/





/*-----Footer-----*/
footer{
	background-color:#261a1a;
	width:100%;
	position:absolute;
	bottom:0;
}
footer p{
	line-height: 70px;
	margin: 0;
	font-size: 13px;
}
footer p, footer a{color: #6f665d}
footer a:hover{color: #fbf3e8}
/*-----Fim Footer-----*/





/*-----Classes Globais-----*/
.clr{clear:both;}
.col-center{float: none; margin: 0 auto;}

.button{
    border: 2px solid #d8c089;
    color: #d8c089;
    font-size: 13px;
    font-family: 'cabinbold';
    font-weight: bold;
    padding: 8px 15px;
    text-transform: uppercase;
    position: relative;
    margin: 30px auto 0;
    display: table;
    text-align: center;
    position: relative;
    background: transparent;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.button:before, .button:after{
	content: '';
	position: absolute;
	top: 50%;
	height: 24px;
	width: 43px;
	margin-top:-12px;
	background-position: center;
	background-repeat: no-repeat;
}
.button:before{
	left: -43px;
	background-image: url(../img/icon/rococo_l_.png);
}
.button:after{
	right: -43px;
	background-image: url(../img/icon/rococo_r_.png);
}
.button:hover, .button:focus{
	background: #d8c089;
	color: #fbf3e8;
	
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.button.white{
	border-color: #fbf3e8;
	color: #fbf3e8;
}
.button.white:before{background-image: url(../img/icon/rococo_l_white.png);}
.button.white:after{background-image: url(../img/icon/rococo_r_white.png);}
.button.white:hover, .button.white:focus{background-color: #fbf3e8; color: #d8c089}


ul.lista-especial{
	margin-bottom: 30px;
}
ul.lista-especial li{
    color: #c59d5f;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}


ul.destaque{
	padding-left: 20px;
    color: #c59d5f;
    border-left: 8px solid #c59d5f;
    margin-top: 50px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'helvetica_bqregular';
}

.video-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#mask{
	position: absolute;
    z-index: 20000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.73);
    top: 0;
    left: 0;
}
#mask .box-promo{
    position: absolute;
    width: 620px;
    padding: 10px;
    top: 30px;
    left: 50%;
    margin-left: -310px;
    background: #fff;
}
#mask a{
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon/close-mask.png);
    background-size: cover;
    background-position: center;
    opacity: .8;
}
#mask a:hover{opacity: 1}
/*-----Fim Classes Globais-----*/