html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    *overflow-x: hidden;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    /*line-height: 1;*/
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
hr { display: none; }

fieldset{ display: block; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Utils
   ========================================================================== */
.fleft { float     : left; }
.fright { float    : right; }
.block { display   : block; }
.hide { display    : none; }
.in-block { display : inline-block; }
.relative { position: relative; }
.absolute { position: absolute; }
.upper { text-transform: uppercase; }
.center { text-align: center; }
.replacement {
    display    : block;
    text-indent: -9999px;
    clear      : both;
}
.corner-all {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.center-block {
    display     : block;
    margin-left : auto;
    margin-right: auto;
}
.transition,
a {
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

/* Fonts
   ========================================================================== */
@font-face {
    font-family: 'PTSerifRegular';
    src: url('../fonts/pt-serif-regular/pt_serif-web-regular-webfont.eot');
    src: url('../fonts/pt-serif-regular/pt_serif-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt-serif-regular/pt_serif-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt-serif-regular/pt_serif-web-regular-webfont.woff') format('woff'),
         url('../fonts/pt-serif-regular/pt_serif-web-regular-webfont.ttf') format('truetype'),
         url('../fonts/pt-serif-regular/pt_serif-web-regular-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/lato-regular/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PTSerifItalic';
    src: url('../fonts/pt-serif-italic/pt_serif-web-italic-webfont.eot');
    src: url('../fonts/pt-serif-italic/pt_serif-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt-serif-italic/pt_serif-web-italic-webfont.woff2') format('woff2'),
         url('../fonts/pt-serif-italic/pt_serif-web-italic-webfont.woff') format('woff'),
         url('../fonts/pt-serif-italic/pt_serif-web-italic-webfont.ttf') format('truetype'),
         url('../fonts/pt-serif-italic/pt_serif-web-italic-webfont.svg#pt_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
    Defaults
    ========================================================================== */
body {
    font: normal 14px 'LatoRegular', arial, sans-serif;
    color: #535353;
    overflow-x: hidden;
}
a { 
    text-decoration: none; 
    outline: 0;
}
a:hover, a:active, a:focus {
    outline: 0;
}


img { max-width: 100%; }
.title-page {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    clear: both;
    overflow: hidden;
}
.title-page-small {
    font-family: 'PTSerifRegular', arial, sans-serif;
    font-size: 16px;
}
.title-box {
    font-family: 'PTSerifRegular', arial, sans-serif;
    font-weight: normal;
    color: #B7A584;
    font-size: 42px;
    /*line-height: 30px;*/
    line-height: 1.1em;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 4px;
}
.title-box a {
    color: inherit;
    letter-spacing: 0px;
    font-size: 38px;
    text-decoration: none;
}
.title-box-small {
    font-family: 'LatoRegular', arial, sans-serif;
    font-size: 11px;
    color: #666;
    line-height: 30px;
}
.title-content {
    font: normal 30px 'PTSerifRegular', arial, sans-serif;
    color: #444;
    margin-bottom: 40px;
}
.wrapper {
    /*max-width: 1280px;*/
    /*min-width: 960px;*/
    max-width: 767px;
    min-width: 320px;
    margin: 0 auto;
}
.wrapper-big {
    max-width: 1600px;
}
.wrapper-small {
    min-width: 320px;
    max-width: 767px;
    height: 429px;
}

.crop {
    /* width: 960px; */
    min-width: 320px;
    max-width: 767px;
    margin: 0 auto;
}
.sprite {
    background: url(../img/layout/sprite-default.png) no-repeat;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto /*60px */;
    padding: 0;
    *zoom: 1;
    z-index: 100;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    /*min-height:370px;*/
    height:auto;
}

.bx-wrapper{
    /* width: 532px; */
}
.box-slider-home{
 width: 320px;
}
.box-slider-home #slider{
	min-height:446px;
}
.box-slider-home #slider li{
	width:100%!important;
}
/* ==========================================================================
    Header
    ========================================================================== */
#header {
    height: 200px;
    background: url(../img/layout/bg-header.png) top center no-repeat;
    /* padding: 20px 0; */
    width: 100%;
    margin-bottom: 60px;
}
#header.header-no-margin { margin-bottom: 0; }
.logo { margin-bottom: 50px; }
.logo a {
    height: 50px;
    width: 217px;
    background: url(../img/layout/logo.png) no-repeat;
}

/* Nav
   ========================================================================== */
#nav {
    margin-top: 15px;
}
.nav-item {
    float: left;
    position: relative;
    margin-left: 20px;
	padding-bottom: 5px
}
.nav-item:hover .submenu {
    display: block;
}
.nav-item a {
    font-weight: bold;
    font-size: 12px;
    color: #B7A584;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bt-submenus{
    background: url(../img/layout/seta-down.png) center right no-repeat;
    padding-right: 15px;
}
.submenu{
    background: #292927;
    left: 0;
    padding: 8px 18px 10px;
    position: absolute;
    top: 20px;
    width: 220px;
}
.submenu li{ padding: 7px 0; }
.submenu li a{ color: #FFF; font-size: 11px;}
.submenu li a:hover{ color: #B7A584;}
/* ==========================================================================
    Content
    ========================================================================== */
#content {
    /*min-height: 500px;*/
    margin-bottom: 0px;
}
#content.content-no-margin {
    margin-bottom: 0;
}

/* List Same
   ========================================================================== */
.list-same-item {
    /*width: 290px;*/
    width: 24%;
    margin: 0 0 40px 8px;
    float: left;
    overflow: hidden;
}
.list-same-item a,
.list-noticia-item a{
    color: #545454;
    text-align: center;
}
.list-same-item figure{
    width:290px;
	/*height:300px;*/
	text-align:center;
	/*background-color: #eee; */
	padding-top:10px;
	padding-bottom:5px;
	display: table-cell;
	margin-bottom:10px;
	vertical-align: middle;
}
.list-same-item strong {margin-top: 10px;}
.list-same-pic {
    /*margin-bottom: 16px;*/
    padding: 2px;
}

@media (max-width: 1024px){
    .list-same-item {margin: 0 0 40px 5px; width: 325px;}
}
@media (max-width: 1024px){
    .list-same-item figure {display: block; width: 100%;}
}


/* Nav categories top
   ========================================================================== */
.box-nav-categories {
    height: 50px;
    background-color: #555;
}
.box-nav-fixed {
	position: fixed;	
	top: 0px;
	width: 100%;	
	margin-bottom: 175px !important;
}
.nav-cat-item {
    font-size: 11px;
    /*font-weight: bold;*/
    color: #fff;
    height: 50px;
    padding: 16px 0;
    display: inline-block;
    margin-right: 11px;
    border-bottom: 2px solid transparent;
}
.nav-cat-selected,
.nav-cat-item:hover {
    border-bottom-color: #E60E16;
}

/* Show Pictures
   ========================================================================== */
.box-pictures {
    background-color: #353535;
}

.box-pictures .viewport{
    height: 346px;
}
.slider-pictures {
    height: 370px;
}

.box-pictures .btn-picture-share{
    background-position: 0px -554px;
}

.slider-pictures .image {
    height: 294px;
    width: 320px;
    /* vertical-align: bottom; */
    vertical-align: middle;
    display:table-cell;
}
/*
.box-pictures .bx-controls a {
    width: 74px;
    height: 70px;
    top: -320px;
    background-position: 0 -419px;
}
*/
.box-pictures .bx-controls .bx-prev {
    left: 0;
    width: 22px;
    height: 45px;
}
.box-pictures .bx-controls .bx-next {    
    right: 0;
    background: url(../img/layout/seta_frente_mobile.png) center center;
    right: 0;        
    background-repeat: no-repeat;
    width: 22px;
    height: 45px;
}


.box-pictures .bx-controls a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.btn-picture-expand {
    top: 10px;
    right: 0;
    font: normal 10px arial, sans-serif;
    color: #fff;
    height: 50px;
    width: 50px;
    padding-top: 32px;
    background-color: #B7A684;
    background-position: 16px -496px;
}
.box-pictures .picture-info {
    height: 72px;
    bottom: -69px;
}

.picture-info {
    bottom: -11px;
    left: 0;
}
.picture-legend {
    font: normal 16px 'PTSerifRegular', arial, sans-serif;
    background-color: #B7A684;
    width: 265px;
}
.picture-info-item {
    height: 76px;
    color: #fff;
    padding: 7px 25px;    
    line-height: 24px;
    padding-top: 13px;
}
.btn-picture-share {
    font-size: 11px;
    /*width: 180px;*/
    background-color: #3A589B;
    /* margin-left: 2px; */
    padding-left: 30px;
    background-position: 0 -568px;
}

.box-pictures .bx-prev, .box-pictures .bx-next {
    position: absolute;
    top: -10px;
    height: 56px;
    width: 15px;
    background: url(../img/layout/seta_retorno_mobile.png) center center no-repeat;
    text-indent: -9999em;
    margin: 0px 18px;
}
.box-pictures .bx-controls {
    bottom: -43px;
    color: #FFFFFF;
}

.box-pictures .bx-pager{
    line-height: 30px;
    top: 7px;
}

/* ==========================================================================
    Home
    ========================================================================== */

/* Header ( Home )
   ========================================================================== */
#page-home #header {
    /*background: url(../img/layout/bg-header-home.png) top center no-repeat;*/
    /*background: url(../img/layout/border-header-home.png) bottom center no-repeat;*/
    height: 113px;
    /*height: 450px;*/
    position: absolute;
    top: 0;
    z-index: 9999;
}

/* Slider Banner ( Home )
   ========================================================================== */
.box-slider-home {
    position: relative;
    margin: 0 auto 40px;
    text-align: center;
    min-height:370px;
    height:auto;
}
.bx-controls {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 100;
}

.bx-pager-item {
    display: inline-block;
    margin-right: 5px;
}
.bx-pager-item a {
    display: block;
    text-indent: -9999em;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    background: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.bx-pager-item .active {
    background-color: #fff;
}

.bx-prev,
.bx-next {
    position: absolute;
    top: -270px;
    height: 74px;
    width: 32px;
    background: url(../img/layout/sprite-default.png) 0 0 no-repeat;
    text-indent: -9999em;
}
@media (max-width: 1024px){
    .box-slider-home .bx-prev, .box-slider-home .bx-next {top: -170px;}
}

.bx-prev:hover
.bx-next:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.bx-prev {
    left: 10%;
}
.bx-next {
    right: 10%;
    background-position: -32px 0;
}
.box-slider-home .fazemos-parte {
    height: 150px;
    width: 260px;
    line-height: 22px;
    padding: 46px 0 0 165px;
    font-family: 'PTSerifRegular', arial, sans-serif;
    font-size: 22px;
    color: #fff;
    bottom: -34px;
    z-index: 100;
    left: 10%;
    background-position: 0 -78px;
}

.box-slider-home .fazemos-parte a {
    color: #fff; 
}

/* Call WhatsApp ( Home )
   ========================================================================== */
.whatsapp {
    position: fixed;
    bottom: 45px;
    right: 25px;
    z-index: 999;
}
.call-whats {
    text-indent: -9999px;
    background: #fff url(../img/icons/whatsapp.png) center no-repeat;
    -webkit-background-size: 70%;
    background-size: 70%;
    height: 50px;
    width: 50px;
    border: solid 1px #d9d9d9;
    border-radius: 50px;
}
.info-whats {
    width: 240px;
    border: solid 1px #d9d9d9;
    bottom: 55px;
    right: 0;
    background: #FFF;
}
.info-whats ul li {
    padding: 7px 12px;
    /*border-bottom: solid 1px #d9d9d9;*/
    background-image: linear-gradient(to bottom, #f7f7f7, #f9f9f9, #fbfbfb, #fdfdfd, #ffffff);
}
.info-whats ul li:last-child {
    border-bottom: none;
}
.info-whats ul li p {
    font-family: 'PTSerifRegular', arial, sans-serif;
}
.info-whats ul li p a {
    text-decoration: none;
    color: #999;
}
.info-whats ul li p a span {
    color: #b5a38f;
    font-size: 14px;
}

/* Ambients Carousel ( Home )
   ========================================================================== */
.box-ambientes-home {    
    margin-top: 60px;
}
.box-ambientes-home .bx-prev,
.box-ambientes-home .bx-next {
    top: -180px;
}
.box-ambientes-home .bx-prev {
    left: 40px;
}
.box-ambientes-home .bx-next {
    right: 40px;
}
.box-ambientes-home .bx-wrapper img{
	min-height: initial;
}
#ie .box-ambientes-home .bx-wrapper img{
	min-height: auto;
}
/* Products ( Home )
   ========================================================================== */
.box-products-home {
    max-width: 767px;
    background-color: #eee;
    margin-bottom: 35px;
    padding: 33px 0px 22px;
}
.box-products-home .title-box {
    color: #666;
}
.product-item-home {
    width: 220px;
    float: left;
    margin: 0 26px 20px 0;
}
.product-item-home:nth-child(4n) {
    margin-right: 0;
}
.product-item-home .product-item-name {
    font-size: 12px;
    color: #535353;
    margin-top: 8px;
}

/* Instagram Widget ( Home )
   ========================================================================== */
.title-box-insta {
    background-position: 12px 12px;
    width: 312px;
    height: 65px;
    padding-left: 50px;
    padding-top: 1px;
    background: url(../img/layout/box-instagram.jpg) no-repeat;
    background-position: 13px 11px;
}

/* ==========================================================================
    Ambients
    ========================================================================== */
#page-ambientes {
    /* background: url(../img/layout/bg-ambientes2.jpg) top center no-repeat;*/
}
#page-ambientes li.menu-ambientes a{
    color:#fff;
}

/* ==========================================================================
    Produts
    ========================================================================== */
#page-produtos {
    /* background: url(../img/layout/bg-produtos.jpg) top center no-repeat; */
}
#page-produtos li.menu-produtos a{
    color:#fff;
}
#page-produtos li.menu-produtos ul li.submenu-produtos a {
    color:#B7A584;
}
/* View ( Products )
   ========================================================================== */
.product-logo {
	/* float: left; */
	clear: both;
        padding: 15px 0px;
}
#page-produto-view #header {
    background: url(../img/layout/bg-product-shadow.png) top center no-repeat;
    height: 350px;
}
#page-produto-view li.menu-produtos a{
    color:#fff;
}

#page-produto-view .logo { margin-bottom: 125px; }
#page-produto-view .box-nav-categories {
    margin-bottom: 45px;
}
.box-product-colors { width: 500px; }
.box-product-colors img { max-width:none; }
.title-box-product {
    font: normal 28px 'PTSerifRegular', arial, sans-serif;
    color: #666;
    margin-bottom: 16px;
}
.title-product-min {
    font: bold 11px 'LatoRegular', arial, sans-serif;
}
.product-line-info{ 
    margin-bottom: 40px;    
}

.product-text {
    /* width: 375px; */        
    margin-top: 30px;
    font-family: PT Serif;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 1px;
    padding: 0px 5%;
}
.btn-product-pdf {
    height: 50px;
    background-position: 0 -1382px;
    padding: 10px 0 0 50px;
    font-size: 13px;
    color: #999;
    line-height: 18px;
    margin: 34px 0px 0px 12px;
}
.btn-product-pdf strong {
    font-size: 14px;
    color: #444;
}
.product-colors { margin-left: -15px; }
.product-color {
    float: left;
    margin: 0 0 20px 15px;
}
.product-color-name {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-top: 12px;
}
.box-product-medidas { width: 300px; }
.table-medidas {
    color: #666;
    width: 100%;
    font-size: 12px;
}
.table-medidas th {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.tb-medidas-label {
    font-weight: bold;
    text-transform: uppercase;
}
.table-medidas td {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.list-categories { margin: 0 0 70px -30px; }
.category-item {
    width: 300px;
    float: left;
    margin-left: 30px;
}
.category-pic { margin-bottom: 16px; }
.category-name {
    font-weight: bold;
    font-size: 18px;
    color: #444;
    margin-bottom: 2px;
}
.category-desc {
    font-size: 13px;
    color: #999;
}
.title-gallery {
    font: normal 28px 'PTSerifRegular', arial, sans-serif;
    color: #666;
    margin-bottom: 28px;
}
.title-gallery-small {
    font: bold 11px 'LatoRegular', arial, sans-serif;
    color:#666666;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.gallery-products { margin-left: -8px; }
.gallery-product-item {
    float: left;
    margin: 0 0 18px 4px;
}

.gallery-product-item figure{
    width:414px;
	height:330px;
	text-align:center;
	/*background-color: #eee; */
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}


.gallery-item-pic { margin-bottom: 14px; }
.gallery-item-name {
    font: normal 13px 'PTSerifRegular', arial, sans-serif;
    color: #525252;
}
.box-form-product {
    /*background-color: #EEEFF1;*/
    padding: 20px 5%;
    margin-top: 30px;
}
.box-form-product .title-gallery {    
    margin-bottom: 30px;
    padding: 0px 10px;
    margin-top: 30px;
}
.box-form-product .fields{ 
    /*width: 470px; */
}
.form-product label {
    float: left;
    display: inline;
    width: 105px;
    margin-top: 6px;
}
#page-produto-view .field {
    /*width: 340px;*/
    width: 100%;
    /*border-color: #B4A181;*/
    height: 55px;
    background: none;
    color: #666;
}
#page-produto-view .t-field {
    height: 137px;
    padding: 15px 20px;
    width: 100%;
}
#page-produto-view .btn-submit {    
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #B4A181;
    color: #B7A584;
    background-position: 202px -1436px;    
}
.form-optional {
    font: normal 11px 'PTSerifRegular', arial, sans-serif;
    color: #666;
    margin: 6px 0 0 104px;
}

/* ==========================================================================
    Projects
    ========================================================================== */
#page-profissionais {
    background: url(../img/layout/bg-projetos.jpg) top center no-repeat;
}
#page-profissionais li.menu-profissionais a{
    color:#fff;
}

/* List ( Projects )
   ========================================================================== */
.list-projects {
    margin-left: -25px;
}
.project-item {
    margin: 0 0 50px 25px;
}
.project-item .project-item-author,
.project-item .project-item-name {
    color: #666;
}
.project-item figure {
    width:467px;
	height:240px;
	text-align:center;
	/*background-color: #eee; */
	/*padding-top:10px;*/
	padding-bottom:10px;
	display:block;
	margin-bottom:10px;
}

/* View ( Projects )
   ========================================================================== */
#page-projetos .box-pictures { padding-bottom: 50px; }
.author-infos {
    margin-top: 40px;
    color: #fff;
    line-height: 20px;
}
.author-pic { margin-right: 32px; }
.author-name {
    font: normal 16px 'PTSerifRegular', arial, sans-serif;
    margin-bottom: 14px;
}
.author-link { font-weight: bold; }
.author-email {
    text-decoration: underline;
    color: #B7A584;
}
.author-email:hover { text-decoration: none; }
.author-phone { color: #fff; }
.author-link:after {
    content: "";
    display: block;
}

/* ==========================================================================
    Pages
    ========================================================================== */
.display {
    /* background: url(../img/layout/bg-pages.jpg) top center no-repeat;*/
}
.display #content {
    color: #444;
    line-height: 20px;
}
.text-page-margin { margin-bottom: 85px; }
.list-pages { margin-bottom: 40px; }
.list-pages li {
    padding-left: 40px;
    background: url(../img/layout/sprite-default.png) 14px -676px no-repeat;
}
/*.display .row { margin-bottom: 110px; } -- comentado por causa da pagina empresas */
.display .page-video:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    /*background: url(../img/layout/sprite-default.png) 0 -710px no-repeat;*/
    top: 95px;
    left: 175px;
}
.pic-left { margin-right: 55px; }
.pic-right { margin-left: 55px; }
.page-caption {
    font: normal 13px 'PTSerifRegular', arial, sans-serif;
    color: #525252;
}

/* ==========================================================================
    Company
    ========================================================================== */
/*
#page-empresa {
    background: url(../img/layout/bg-empresa.jpg) top center no-repeat;
}
#page-empresa li.menu-empresa a{
    color:#fff;
}
#page-empresa #content p {
    line-height: 22px;
    margin-bottom: 30px;
    color: #525252;
    font: normal 15px 'PTSerifRegular', arial, sans-serif;
}
#page-empresa #header {
    height: 90px;
    background: none;
}
*/
.company-mg-bottom { margin-bottom: 70px; }
.company-mg-top { margin-top: 80px; }
.company-text-white { min-height: 370px; }
#page-empresa #content .text-white { color: #fff; }
.company-text-white p {
    width: 410px;
}
.company-pictures {
    width: 50%;
    margin-right: 3%;
}
.fig-company { margin-bottom: 20px; }
.company-caption {
    font: normal 13px 'PTSerifRegular', arial, sans-serif;
    color: #525252;
    margin-top: 15px;
    text-align: center;
}
.company-last-text { width: 30%; }
.title-company-last {
    font-weight: normal;
    font-size: 15px;
    color: #E50C14;
    margin-bottom: 35px;
}
.company-last-box { margin-bottom: 80px; }
.title-structure {
    font-size: 20px;
    font-weight: normal;
    color: #777;
}
.list-structures { margin-left: -4px; }
.structure {
    width: 33%;
    margin-left: 3px;
}
.structure figure {
    width:425px;
	height:305px;
	text-align:center;
	/*background-color: #eee;*/
	padding-top:10px;
	padding-bottom:5px;
	display:table-cell;
	margin-bottom:10px;
	vertical-align: middle;
}
.structure-name {
    font: normal 13px 'PTSerifRegular', arial, sans-serif;
    margin-bottom: 14px;
    color: #525252;
    margin-top: 10px;
}
.box-premio-pedecril {
    background-color: #006197;
    padding: 90px 0;
}
.premio-text { width: 475px; }
.premio-selos li { margin-right: 40px; }

#fabrica {
	background: url(../img/layout/bg-fabrica.jpg) top center no-repeat;
	height: 750px;
	margin: 0 auto;
	padding-top: 150px;
	padding-right:24%;
	padding-left:42%;
	/*text-align:right;*/
}

/* Timeline ( Company )
   ========================================================================== */
#trajetoria {
    padding: 60px 0 90px;
    background-color: #B0B5B4;
}
#trajetoria .bx-viewport {
    overflow: inherit !important;
}
#trajetoria .bx-controls { top: 0; }
.title-timeline-box {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    left: 42%;
    top: 20px;
}
.timeline-controls .btn-control {
    font: normal 14px 'PTSerifRegular', arial, sans-serif;
    color: #fff;
    width: 115px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 56px;
    background: url(../img/layout/sprite-default.png) 0 -1250px no-repeat;
}
.timeline-controls .btn-control:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
#timeline-prev {
    text-align: left;
    padding-left: 35px;
}
#timeline-prev a {
    color:#fff;
}
#timeline-next {
    text-align: right;
    padding-right: 35px;
    background-position: 90px -1315px;
}
#timeline-next a {
    color:#fff;
}
.slider-timeline {
    padding-top: 42px;
    border-top: 2px solid #fff;
	overflow-x:hidden;
	width:100%;
}
.slider-timeline img {
    max-width: none;
}
.item-timeline:after {
    content: "";
    position: absolute;
    top: -65px;
    left: 0;
    height: 58px;
    width: 1px;
    background-color: #fff;
}
.row-timeline {
    line-height: 16px;
    margin-bottom: 40px;
}
.timeline-pic { margin-bottom: 6px; }
.timeline-title {
    font-weight: normal;
    font-size: 16px;
}
.timeline-desc {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
.timeline-location { font-size: 11px; }
.timeline-year {
    font-size: 22px;
    color: #fff;
    top: -36px;
    left: 5px;
}

/* ==========================================================================
    Processo Produtivo
    ========================================================================== */
#page-processo-produtivo li.menu-produtos a{
    color:#fff;
}
#page-processo-produtivo li.menu-produtos ul li.submenu-processo-produtivo a {
    color:#B7A584;
}
/* ==========================================================================
    Contact
    ========================================================================== */
#page-contatos {
    /*background: url(../img/layout/bg-contato.jpg) top center no-repeat;*/
}
#page-contatos li.menu-contatos a{
    color:#fff;
}
.box-form { width: 400px; }
.box-contact-list { width: 460px; }
.form-default label {
    font: normal 16px 'PTSerifRegular', arial, sans-serif;
    display: block;
    color: #525252;
    margin-bottom: 4px;
}
.form-default .input { margin-bottom: 12px; }
.form-default .field {
    border: 1px solid #ddd;
    padding: 5px 20px;
    height: 55px;
    margin: 0;
    width: 100%;
    font-family: "PTSerif";
}
.form-default .field:focus,
.form-default .field:hover {
    border: 1px solid #C0B193;
}
.form-default .t-field {
    resize: none;
    height: 120px;
}
.form-default .field-phone{ 
    /* width: 200px; */
}
.form-default .btn-submit {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    padding: 12px 49px 14px 16px;
    background: #C0B193 url(../img/layout/seta-submit-contato.png);
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 181px 15px;
    height: 40px;
    width: 218px;
}
.form-default .btn-submit:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
div.form-error,
.form-default .form-error {
    border: 1px solid #ebccd1;
    /*background-color: #f2dede;*/
}
div.form-error {
    color: #a94442;
    padding-left: 30px;
    background: url(../img/layout/sprite-default.png) 12px -948px no-repeat;
    padding: 8px 35px 8px 32px;
    font-size: 12px;
    font-family: arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.address-line {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.contact-address-name {
    font: normal 15px 'PT Serif', arial, sans-serif;
    color: #666;
    margin-bottom: 14px;
}
.contact-phone {
    font: normal 18px 'PT Serif', arial, sans-serif;
    /*color: #B7A584;*/
    color:#666666;
    font-size: 15px;
}
.btn-address-map {
    font-weight: bold;
    font-size: 12px;
    color: #AAAAAA !important;
    /*background: url(../img/layout/sprite-default.png) 0 -916px no-repeat;*/
    /*padding: 0 0 4px 16px;*/
    /*margin-bottom: 12px;*/
}
.mail-contact,
.address-contact {
    font-size: 13px;
    color: #777;
    line-height: 22px;
}
.mail-contact { text-decoration: underline; }
.mail-contact:hover { text-decoration: none; }
.author-address {
    font-weight: bold;
    margin-bottom: 4px;
}

#flashMessage {
    padding-bottom: 30px;
    display: block;
    margin: 0 auto;
    padding: 20px 20px 10px 20px;
    max-width: 768px;
    font-size: 17px;
}
#flashMessage.success strong {
	color: green;
}
#flashMessage.error {
	color: red;
}

/* ==========================================================================
    404
    ========================================================================== */
.content-error {
    padding-left: 174px;
    background: url(../img/layout/sprite-default.png) 0 -1008px no-repeat;
    width: 600px;
    margin: 110px auto 140px;
    min-height: 120px;
}
.content-error:after {
    content: "";
    position: absolute;
    height: 38px;
    width: 40px;
    background: url(../img/layout/sprite-default.png) 0 -1192px no-repeat;
    top: 78px;
    right: 110px;
}
.content-error .title-content {
    margin-bottom: 16px;
}

/* ==========================================================================
    Acabamentos
    ========================================================================== */
#page-acabamentos, #page-noticias  {
    background: url(../img/layout/bg-acabamentos.jpg) top center no-repeat;
}
#page-acabamentos li.menu-acabamentos a{
    color:#fff;
}
#page-acabamentos li.menu-produtos ul li.submenu-acabamentos a {
    color:#B7A584;
}
.list-acabamentos {
    margin-left: -32px;
}
.acabamento-item {
    float: left;
    margin: 0 0 80px 18px;
}
.acabamento-item a {
    display: block;
	width: 180px;
}
.acabamento-item-pic {
    /* margin-bottom: 32px; */
}
.acabamento-item-name {
    font-size: 11px;
    color: #535353;
    height:11px;
    text-transform: uppercase;
}
.hover-first-picture {
    position: absolute;
    height: 240px;
    width: 240px;
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 5px;
    top: -200px;
    left: -44px;
    z-index: 100;
}
.hover-box:hover .hover-first-picture {
    display: block;
}
.hover-first-picture:after {
    content: "";
    position: absolute;
    height: 14px;
    width: 25px;
    background: url(../img/icons/arrow-box.png) no-repeat;
    bottom: -14px;
    left: 110px;
}

/* ==========================================================================
    Texturas
    ========================================================================== */
.list-texturas {
    margin-left: -16px;
}
.textura-item {
    float: left;
    border: 1px solid #F4F4F4;
    margin: 0 0 50px 15px;
}
.textura-item-info {
    color: #525252;
    font-size: 13px;
    padding: 14px 12px;
    min-height: 70px;
}
.textura-item .hover-first-picture {
    top: -140px;
    left: -34px;
}

/* ==========================================================================
    Breadcrumb
    ========================================================================== */
#breadcrumb {
    margin-bottom: 20px;
	margin-top: -30px;
}
.breadcrumb-item strong,
.breadcrumb-item a {
    font: normal 14px 'PTSerifRegular', arial, sans-serif;
    color: #525252;
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}

/* ==========================================================================
    Footer
    ========================================================================== */
/*
#footer {
    background: url(../img/layout/bg-footer.jpg) top center no-repeat;
    height: 795px;
    margin: 0 auto;
    padding-top: 80px;
}
#footer.footer-small {
    height: 235px;
    background: url(../img/layout/bg-footer-rpt.png) repeat-x;
}
.box-footer-espaco .title-box-small {
    color: #fff;
}
.btn-more-footer {
    font: bold 12px 'LatoRegular', arial, sans-serif;
    color: #fff;
    padding: 12px 40px 12px 15px;
    border: 1px solid #fff;
    margin-top: 18px;
}
.btn-more-footer:after {
    content: "";
    position: absolute;
    padding: 5px;
    box-shadow: 1px -1px 0 1px #fff inset;
    -webkit-box-shadow: 2px -2px #fff inset;
    border: solid transparent;
    border-width: 0 0 1px 1px;
    transition: 0.2s;
    transform: rotate(225deg);
    right: 18px;
}
.title-box-footer { margin-bottom: 70px; }
.title-box-footer:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 240px;
    width: 335px;
    height: 1px;
    background-color: #B7A684;
}
.title-box-footer a {
    color: #fff;
}
.box-slider-footer {
    height: 320px;
    margin-bottom: 90px;
}
.box-slider-footer .bx-controls {
    position: relative;
    bottom: -20px;
}
.box-slider-footer .bx-pager-item a {
    border-color: #B7A684;
}
.box-slider-footer .bx-pager-item .active {
    background-color: #B7A684;
}
.box-slider-footer .bx-wrapper img {
	min-height: initial;	
}
#ie .box-slider-footer .bx-wrapper img {
	min-height: auto;	
}
.slider-prof-pic {
    margin-bottom: 15px;
}
.slider-prof-name {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}
.slider-prof-company {
    font-family: 'PTSerifRegular', arial, sans-serif;
    color: #E0D9CC;
}
.logo-footer {
    text-indent: -9999em;
    background-position: 0 -250px;
    height: 34px;
    width: 150px;
}
.box-companies {
    width: 80%;
    text-align: left;
}
.list-company-footer {
    margin-bottom: 25px;
}
.company-footer-item {
    margin-right: 5%;
}
.company-footer-last {
    margin-right: 0;
}
.company-location-name {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px;
}
.list-company-footer .company-phone {
    font-family: 'PTSerifRegular', arial, sans-serif;
    color: #E0D9CC;
    display: block;
    width: 105px;
}
.list-company-footer .company-phone:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
.list-company-footer .company-phone:hover {
    text-decoration: underline;
}
.social-footer li {
    margin-right: 10px;
}
.social-footer-item {
    width: 41px;
    height: 40px;
    background-position: 0 -290px;
}
.social-footer-insta {
    background-position: -47px -290px;
}
.social-footer-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
*/


/* ======================================================================= */
/* ==================================== MOBILE =========================== */
/* ======================================================================= */
#container-mobile{
    max-width: 768px;
    margin: 0 auto;
}

footer{
    margin: 0 auto;
    background-color: #4F4F4F;
}

.rodape {
  /* background-color:#4F4F4F; */
  padding-bottom:80px;
  margin: 0 auto;
  max-width: 768px;
}

.ico-redes-rodape:nth-child(1) {
  margin-right:5px;
}

.container-ico-rodape {
  display:inline-block;
  float:right;
  /*margin-top:5px;*/
}

.logo-rodape {
  width:150px;
}

.h3-endereco-rodape {
  font-family:'Lato';
  font-size:12px;
  color:#FFFFFF;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-top:0px;
  margin-bottom:10px;
}

.p-fone-rodape {
  font-family:'PT Serif';
  font-size:14px;
  color:#DFD8CC;
  margin:0px;
}

.margin-top-180 {
  margin-top:180px;
}

.margin-bottom-180 {
  margin-bottom:180px;
}

.margin-top-80 {
  margin-top:80px !important;
}

.margin-bottom-80 {
  margin-bottom:80px !important;
}

.margin-top-60 {
  margin-top:60px;
}

.margin-bottom-60 {
  margin-bottom:60px;
}

.margin-top-50 {
  margin-top:50px;
}

.margin-bottom-50 {
  margin-bottom:50px;
}

.margin-top-40 {
  margin-top:40px;
}

.margin-bottom-40 {
  margin-bottom:40px;
}

.margin-top-30 {
  margin-top:30px !important;
}

.margin-bottom-30 {
  margin-bottom:30px !important;
}

.margin-top-25 {
  margin-top:25px;
}

.text-center {
  text-align:center;
}

.margin-center {
  margin:0 auto;
}

.margin-bottom-20 {
  margin-bottom:20px;
}

@media (max-width: 1199px) {
  .margin-top-180 {
    margin-top:90px;
  }
}

@media (max-width: 1199px) {
  .margin-bottom-180 {
    margin-bottom:90px;
  }
}

@media (max-width: 991px) {
  .margin-top-180 {
    margin-top:50px;
  }
}

@media (max-width: 991px) {
  .margin-bottom-180 {
    margin-bottom:50px;
  }
}

@media (max-width: 991px) {
  .margin-top-80 {
    margin-top:60px !important;
  }
}

@media (max-width: 991px) {
  .margin-bottom-60 {
    margin-bottom:50px !important;
  }
}

@media (max-width: 991px) {
  .margin-top-60 {
    margin-top:50px;
  }
}

@media (max-width: 991px) {
  .margin-top-50 {
    margin-top:40px;
  }
}

@media (max-width: 991px) {
  .margin-bottom-50 {
    margin-bottom:40px;
  }
}

@media (max-width: 991px) {
  .margin-top-40 {
    margin-top:40px;
  }
}

@media (max-width: 991px) {
  .margin-bottom-40 {
    margin-bottom:40px;
  }
}

@media (max-width: 767px) {
  .margin-top-180 {
    margin-top:30px;
  }
}

@media (max-width: 767px) {
  .margin-bottom-180 {
    margin-bottom:30px;
  }
}

@media (max-width: 767px) {
  .margin-top-80 {
    margin-top:40px !important;
  }
}

@media (max-width: 767px) {
  .margin-bottom-80 {
    margin-bottom:40px !important;
  }
}

@media (max-width: 767px) {
  .margin-top-50 {
    margin-top:30px;
  }
}

@media (max-width: 767px) {
  .margin-bottom-50 {
    margin-bottom:30px;
  }
}

@media (max-width: 767px) {
  .margin-top-30 {
    margin-top:30px;
  }
}

@media (max-width: 767px) {
  .margin-bottom-30 {
    margin-bottom:30px;
  }
}

.margin-top-60 {
}



a.link-gold {
  font-family:lato;
  font-size:12px;
  font-weight:bold;
  color:#B7A584;
  letter-spacing:2px;
  padding:10px 16px;
  border-color:#B7A584;
  border-width:1px;
  border-style:solid;
  margin:0 auto;
  display:block;
  text-decoration:none;
  width:220px;
  background-image:url(../img/layout/seta_link_gold.png);
  background-repeat:no-repeat;
  background-position:193px 12px;
}

.title-box-insta a{
  font-size: 38px;
  text-decoration: none;
  padding-left: 20px;
}

/* ======================================================================================= */
/* ================================== EMPRESA / STUDIO =================================== */
/* ======================================================================================= */



.fundo-mobile-empresa {
    background: url(../img/layout/fundo_empresa_topo.jpg) center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    background-size: cover;
}

.h2-empresa {
  font-family:'PT Serif';
  font-style:italic;
  font-size:30px;
  color:#FFFFFF;
  text-align:left;
}

.p-empresa {
  font-family:'PT Serif';
  font-size:15px;
  color:#FFFFFF;
  letter-spacing:1px;
  line-height:1.8em;
  margin-top:30px;
}

.h3-mobile-empresa-futuro {
  font-family:lato;
  font-size:14px;
  color:#666666;
  text-align:center;
  letter-spacing:3px;
  margin:0px;
}

.h3-mobile-empresa-futuro:nth-child(1) {
  margin-bottom:20px;
}

div.container-mobile-empresa-futuro {
  padding:45px 0px;
}

div.img-empresa-futuro {
  background:url(../img/layout/fundo_mobile_futuruo_full.jpg) center center;
  min-height:300px;  
  background-repeat:no-repeat;
  max-width:768px;
  margin:0 auto;
}

div.img-empresa-futuro2 {
  background:url(../img/layout/fundo_empresa_futuro2_full.jpg) center center;
  min-height:300px;  
  background-repeat:no-repeat;
  max-width:768px;
  margin:0 auto;
}

.p-futuro{
  font-family:'PT Serif';
  font-size:15px;
  color:#666666;
  line-height:1.8em;
}

.p-futuro-fundadores{
    margin-top: 10px;
}

.container-empresa-3 {
  background:url(../img/layout/fundo_empresa_futuro3.jpg) center center;
  max-width:768px;
  margin:0 auto;
  background-size:cover;
  padding:25px 15px;
}

.h3-empresa-3 {
  font-family:'PT Serif';
  font-size:19px;
  color:#666666;
  font-style:italic;
  margin-top:0px;
  margin-bottom:0px;
  line-height:1.5em;
}

.h3-empresa-3:nth-child(2) {
  margin-top:4px;
}

div.container-padrao {
  max-width:767px;
  margin:0 auto;
}

.container-historia {
  padding:35px 0px;
}

.container-apresentacao {
  padding-bottom:10px;
}

.img-empresa-donos {
  display:block;
  width:100%;
}

div.container-empresa-azul {
  background-color:#006197;
  padding:30px 15px;
  max-width:768px;
  margin:0 auto;
}

.h3-empresa-azul {
  color:#FFFFFF;
  margin:0px;
  font-family:'PT Serif';
  font-style:italic;
  font-size:19px;
}

.p-futuro-azul {
  font-family:'PTSerif';
  font-size:15px;
  color:#FFFFFF;
  letter-spacing:1px;
  line-height:1.8em;
  margin-top:15px;
  margin-bottom:25px;
}

.coluna-container-mobile{
  max-width: 767px !important;
}

/* =========================== */
/* ======== AMBIENTES ======== */
/* =========================== */

.container-ambientes {
  max-width:768px;
  padding:15px 15px;
  margin:0 auto;
}
.h3-ambientes {
  font-family:'Lato';
  font-size:14px;
  text-transform:uppercase;
  color:#545454;
  letter-spacing:1px;
  text-align:center;
}

.img-ambientes {
  width:144px;
  height:126px;
}

.container-bloco-ambientes {
  width:144px;
  margin:0 auto;
  padding-bottom:25px;
}

.ampliar-mobile{
    background: url(../img/layout/ampliar.jpg);
    width: 41px;
    height: 41px;
    right: 0px;
}
/* ====================================== */
/* ============ CROP-PRODUTOS =========== */
/* ====================================== */
.crop-produtos-view{
    max-width: 767px;
    min-width: 320px;
    margin: 0 auto;
}

.img-produto{
    width: 100%;    
}

.produtos-cores{
    height: 50px;
    background: url(../img/layout/icone_cores.png);
    font-size: 13px;
    color: #999;
    line-height: 18px;
    /* margin: 34px 0px 0px 50px; */
    margin: 34px 0px 0px 12px;
    padding: 10px 0px 0px 50px;
    display: inline-block;
    background-repeat: no-repeat;
    color: #444
}

.container-downloads-produtos-mobile{
    width: 300px;    
}

.container-galeria-produtos-mobile{
    /* background-color: #EEEEEE; */
}

.container-titulo-galeria-produto{
    background-color: #EEEEEE;
    height: 112px;
    padding: 3px;
    margin: 0 auto;    
    margin-bottom: -10px;
}

.galeria-produtos-view{
    height: 359px;
}
.container-produtos-fornecedores{
    margin-top: 30px;
}

.container-slides-fornecedores{
    margin-top: 40px;
}
.container-slides-fornecedores .bx-pager-item a{
    border: 2px solid #545454;    
}
.container-slides-fornecedores .bx-pager-item .active {
    background-color: #545454;
}
.container-slides-fornecedores .bx-controls {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -46px;
    z-index: 100;
}
.container-produtos-formulario{
    padding: 5px 15px;
    display: block;
    min-width:320px;
    max-width: 767px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 30px;
}
.container-produtos-formulario input,
.container-produtos-formulario select,
.container-produtos-formulario textarea
{
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 5px;
    color: #CCCCCC;
    width: 95%;    
    height: 55px;
    margin-bottom: 0px;
    width: 100%;
}


.container-contato-formulario{
    padding: 5px 15px;
    display: block;
    min-width:320px;
    max-width: 767px;
    margin: 0 auto;
    margin-top: 11px;
}
.container-contato-formulario input,
.container-contato-formulario select,
.container-contato-formulario textarea
{
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 5px;
    color: #CCCCCC;
}



.submit-contato-produtos{
    font-family: "Lato" !important;
    font-size: 12px !important;
    margin-top: 10px !important;
    background-color: transparent !important;
    border: 1px solid #B4A181 !important;
    color: #B7A584 !important;
    text-transform: uppercase;
    background: url(../img/layout/seta_contato_produtos.png);
    background-repeat: no-repeat;
    padding: 10px 38px 10px 20px !important;
    background-position: 251px 14px;
    width: 288px !important;
    margin: 0 auto;
    display: block;
    height: 40px !important;
}

.submit-contato{
    font-family: "Lato" !important;
    font-size: 12px !important;
    margin-top: 10px !important;
    background-color: transparent !important;
    border: 1px solid #B4A181 !important;    
    color: #B7A584 !important;
    text-transform: uppercase;
    background: url(../img/layout/seta_contato_produtos.png);
    background-repeat: no-repeat;
    padding: 10px 38px 10px 20px !important;
    background-position: 251px 12px;
    width: 288px;
    margin: 0 auto;
    display: block;
}




.galeria-produtos-view .bx-controls .bx-next{    
    background: url(../img/layout/seta_next_produtos.png) center center;    
    background-repeat: no-repeat;
    width: 22px;
    height: 45px;
    position: absolute;
    top: -174px;
    text-indent: -9999em;
    margin: 0px 18px;
}

.galeria-produtos-view .bx-controls .bx-prev{
    background: url(../img/layout/seta_prev_produtos.png) center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 45px;
    position: absolute;
    top: -174px;
    text-indent: -9999em;
    margin: 0px 18px;
}

.container-mobile{
    min-width: 320px;
    max-width: 767px;
    margin: 0 auto;
}

.h2-processo-mobile{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    text-align: center !important;
    color: #666666 !important;
    font-size: 28px;
}

.p-processo-mobile{
    font-family:'PT Serif';
    padding: 0px 20px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 1.6em;
    text-align: justify;
    margin-bottom:30px;
}

.container-titulo-paginas-mobile{
    background-color: #5B5B5B;    
    padding: 20px 0px;
}
.h2-paginas-mobile{
    color: #FFFFFF;
    font-family: 'PT Serif';
    font-size: 30px;
    font-style: italic;    
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

.box-contact-list-mobile{
    min-width: 320px;
    max-width: 767px;
    padding: 5px 15px;
    margin-top: 70px;
    margin-bottom: 22px;
}


/* =======================================================  */
/* ============================= MENU ====================  */
/* =======================================================  */

#header {
    background: #fff;
    width: 100%;
    height: 95px;
    border-color: transparent;
    z-index: 9999
}

#header .logo {
    float: left;
    margin: 23px 0
}

#Body-home header {
    background: #9c9a9a;
    /*background: rgba(0, 0, 0, .5);*/
    background: url(../img/layout/fundo_menu.png);
    background-repeat: repeat;
    height: 116px;
    position: absolute;
}

#Body-outros header {
    height: 73px;
    position: absolute;
    display: block;
    position: relative;
    background: #484848;
    margin-bottom: 0px;
}

#Body-outros header .navbar-default .navbar-toggle .icon-bar{
    background-color: white;
}






#Body-home header nav ul.nav-main li a {
    color: #fff
}

#header nav ul.nav-main>li+li {
    margin-left: -4px
}

#header nav ul.nav-main li a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    /*color: #000;*/
    color: #FFFFFF;
    border-top: 7px solid transparent;
    border-radius: 0;
    padding: 21px 35px 39px;
    font-family:"Lato";
    font-weight:lighter;
}

#header nav ul.nav-main li.active a,
#header nav ul.nav-main li a:focus,
#header nav ul.nav-main li a:hover {
   
    background-color: transparent!important;
    /* border-top: 7px solid #a4a4a4 */
}

#header nav ul.nav-main li ul a {
    text-transform: none;
    font-weight: 400;
    font-size: .9em
}

#header nav ul.nav-main li.dropdown:hover>ul {
    display: block
}

#header nav ul.nav-main li a.dropdown-toggle.extra {
    display: none
}

#header nav ul.nav-main ul.dropdown-menu {
    background-color: #eee;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    top: auto;
    margin: 0;
    min-width: auto;
    width: 100%
}

#header nav ul.nav-main ul.dropdown-menu li:hover>a {
    -webkit-filter: none;
    filter: none;
    background: #999;
    color: #fff
}

#header nav ul.nav-main ul.dropdown-menu li:last-child>a {
    border-bottom: 0;
}

#header nav ul.nav-main ul.dropdown-menu>li>a {
    color: #fff;
    font-weight: 400;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: none;
    position: relative;
    padding: 17px 10px 16px 17px;
    font-size: .9em;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    color: #33373e;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 1px solid #e2e2e2
}

#header nav ul.nav-main ul.dropdown-menu>li>a:hover {
    color: #33373e;
    font-weight: 700
}

#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    border-radius: 0;
    background-color: #e5e5e5
}

#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu li {
    border-top: 1px solid #d6d6d6
}

#header nav ul.nav-main .dropdown-submenu {
    position: relative
}

#header nav ul.nav-main .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%
}

#header nav ul.nav-main .dropdown-submenu.pull-left {
    float: none
}

#header nav ul.nav-main .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px
}

#header nav ul.nav-main .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

#header nav ul.nav-main .dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

#header>.navbar-collapse>.container {
    position: relative
}

#header .header-top {
    min-height: 50px
}

#header .header-top form {
    margin: 0
}

#header .header-top p {
    float: left;
    font-size: .9em;
    line-height: 50px;
    margin: 0
}

#header .header-top i {
    margin-right: 6px;
    margin-left: 6px;
    position: relative;
    top: 1px
}

#header .header-top nav {
    float: left;
    width: auto
}

#header .header-top ul.nav-top {
    margin: 7px 0 0 -15px;
    min-height: 5px
}

#header .header-top ul.nav-top li.phone {
    margin-right: 10px
}

#header .header-top ul.nav-top li a {
    padding-left: 4px
}

.navbar-default {
    background-color: transparent;
    border-color: transparent
}

.navbar-default .navbar-collapse {
    float: right;
    padding: 0;
    border: 0
}

.navbar-default .navbar-brand {
    height: auto;
    padding: 9px 0
}

.nav-main .fa-angle-right {
    font-size: 20px;
    text-align: right;
    position: absolute;
    right: 22px;
    top: 19px
}

@media (min-width:768px) and (max-width:993px) {
    #header nav ul.nav-main li a {
        padding: 21px 12px 28px;
    }
}
@media (max-width: 2024px) {
    .navbar-toggle {
        float: left
    }
    #Body-home .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-default .navbar-brand {
        float: right;
        padding: 13px 10px;
    }
    .navbar-default .navbar-brand img {
        width: 200px
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: 19px;
        left: 249px;
        margin-left: 10px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #34373e;
        width: 30px;
        height: 1px
    }
    .navbar-default .navbar-toggle.collapsed {
        left: 0;
    }
    .navbar-default .navbar-collapse {
        /* background: #eee; */
        background: #403D37;
        left: 0;
        top: 0;
        position: absolute;
        width: 0;
        z-index: 9999;
        height: auto !important;
    }
    .navbar-default .navbar-collapse .navbar-brand {
        display: block!important;
        float: left;
        padding: 14px 34px;
        width: 100%
    }
    .navbar-collapse.in {
        width: 259px
    }
    #Body-home header nav ul.nav-main li a,
    #header nav ul.nav-main li a {
        /*color: #2c2e32; */
        color: #FFFFFF;
        padding: 20px 15px 25px 25px;
    }
    #header nav ul.nav-main ul.dropdown-menu {
        display: none!important
    }
    #header nav ul.nav-main li.open>ul,
    #header nav ul.nav-main li a i {
        display: block!important
    }
    .nav-pills>li {
        width: 100%;
        border-top: 1px solid #ddd
    }
    ul.produtos {
        display: none
    }
    .dropdown-menu {
        position: relative;
        display: none
    }
    .dropdown-menu .dropdown-submenu.open i.fa.fa-angle-right,
    .dropdown.open .dropdown-toggle i.fa.fa-angle-right {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    #header nav ul.nav-main li.active a,
    #header nav ul.nav-main li a:hover {
        border: 0;
        background-color: #a4a4a4
    }
    #header nav ul.nav-main ul.dropdown-menu li:hover>a {
        font-weight: 700;
        color: #2c2d32
    }
    #header nav ul.nav-main .dropdown-submenu>.dropdown-menu {
        left: 0
    }
    .has-hover-image {
        height: 71px
    }
    .hover-product-mobile {
        display: block!important;
        width: 69px;
        height: 69px;
        float: left
    }
    .hover-product-mobile img {
        width: 100%;
        height: auto
    }
    #header nav ul.nav-main ul.dropdown-menu>li>a.mobile {
        padding: 0 7px
    }
    #header nav ul.nav-main ul.dropdown-menu>li>a.mobile span {
        line-height: 63px;
        padding-left: 20px;
        font-size: 16px;
        color: #2c2d32;
        font-weight: 700
    }
    .list-news .item .info {
        z-index: 0
    }
    .transition {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
}

@media (min-width:769px) {
    .li-label-menu-mobile{
         display: none !important;
    }
    .itens-menu-mobile{
        font-family: "Lato" !important;
        font-weight: lighter !important;
        font-size: 14px !important;
    }
}



/* SOBRESCREVENDO BOOTSTRAP */
.navbar-toggle {
    padding: 0px !important;
    margin-top: 0 px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px !important;
}
                                              
.container-acabamentos{
    padding: 0px 10px 20px 10px;
}

.box-insta{
    padding: 0px 0px 30px;
}

.titulo-box-produtos{
    margin-bottom: 10px;
}
.titulo-box-instagram{
    margin-top: 15px;
    text-align: left;
    padding-left: 37px;
    line-height: 10px;
}
.bloco-instagram{
    width: 316px;
    height: 86px;
    display: block;
    margin: 0 auto;
}
.titulo-box-nossos-produtos{
    width: 217px;
    display: block;
    margin: 0 auto;
}
.cabecalho-menu{
    font-size: 30px;
}

/* SLICK PRODUTOS */
.slick-container-produtos{
    min-width: 310px;
    max-width: 768px;
    display: block;
    margin: 0 auto;
    height: 220px
}
.slick-product-item-pic{
    padding: 5px;
}



/* SLICK AMBIENTES */
.slick-ambiente-item-pic{
    padding: 2px;
}
.slick-container-ambientes{
    max-width: 767px;
    height: 350px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}
.product-item-name, .ambiente-item-name{
    font-family: "Lato";
    color: #545454;
    letter-spacing: 1px;
}
.ambiente-item-name{
    text-align: center;
    padding: 15px 0px;
    font-size: 14px
}
.product-item-name{
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 5px;
    text-decoration:none;
    font-weight: 500;
}

.slick-link-produtos:hover, .slick-link-ambientes:hover{
    text-decoration:none !important;
}


.label-menu-mobile{
    font-family: "PTSerif" !important;
    font-size: 30px !important;
    color: #FFFFFF;
    font-weight: lighter !important;
}

.itens-menu-mobile{
	/*
    font-family: "Lato" !important;
    font-weight: lighter !important;
    font-size: 15px;
    */
}

.ambientes-col-xs-6, .produtos-col-xs-6{
    width: 50%;
    float:left;
}
.mensagem-contato-produtos{
     display: block;
     min-width: 320px;
     max-width: 767px;
     padding: 5%;
     margin: 0 auto;
}

.container-erro-404{
    padding: 30px;
}

.h2-erro-404{
  font-size: 18px !important;
  display:  block;
  padding-left: 100px;
  margin-bottom: 20px;
}
.img-erro-404{
    width: 80px  !important;
    display: block !important;
    float: left;
}
.p-erro-404{
    font-size: 18px !important;
    display: block;
    /*padding-left: 15px;*/
    text-align: justify;
    padding-top: 30px;
}
.p2-erro-404{
  clear: both;
  display: block;
  padding-top: 20px;
  font-size: 18px;
}
.container-erro-404-menor{
    display: table;
    margin: 0 auto;
}
.menu-404{
    padding: 5px;
    padding-left: 15px;
    margin-top: 20px;
    list-style-image: url('../img/layout/seta_link_gold.png');
}
.menu-404 li{
    padding: 10px;
}
.menu-404 li a{
    color: #B7A584;
    font-style: italic;
}

.list-noticias {
    margin-top: 30px;
}

.list-events .list-noticia-item .date {
    font-style: italic;
    color: #545454;
    display: table;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    float: right;
    position: relative;
    width: 100%;
    margin-right: 5px;
}
.list-events .list-noticia-item .name{
    text-transform: uppercase;
    color: #545454;
    display: table;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 35px;
}

.list-events .list-noticia-item .ver-mais {
    position: relative;
    color: #545454;
    text-transform: lowercase;
    font-size: 17px;
    line-height: 20px;
    transition: 0.5s;
    display: block;
    text-align: right;
    margin-top: 18px;
    text-decoration: underline;
    margin-right: 5px;
    margin-bottom: 34px;
}


#page-noticias .pages {
    position: relative;
    display: block;
    text-align: center;
}

#page-noticias .pages span a,
#page-noticias .pages span.current,
#page-noticias .pages span.disabled {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    color: #545454;
}
#page-noticias .pages span.disabled {
    display: none;
}
#page-noticias .pages span.current {
    font-weight: 900;
    color: #B7A584;
}

#page-noticias.view .date {
    font-size: 15px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: right;
    width: 100%;
    font-style: italic;
    font-weight: 900;
}

#page-noticias.view p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

#page-noticias.view .titulo {
    position: relative;
    display: block;
    margin-bottom: 32px;
    font-size: 23px;
    text-align: center;
    margin-top: 35px;

}

#page-noticias .list-pics {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 14px;
}

#page-noticias .list-pics .item {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
}

#page-noticias .gallery-event h5 {
    font-size: 16px;
    position: relative;
    display: block;
    margin: 22px 0px;
}

#page-noticias .container {
    margin-bottom: 50px;
}

.picture-info .pit {
    position: absolute;
    display: block;
    top: -72px;
    left: 4px;
}

