/* GERAL */
*                                   { margin:0; padding:0; outline:0; font-size:100%; line-height:1.1em; font-family: 'Lato', sans-serif; font-weight:inherit; font-style:inherit; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
p                                   { margin-bottom:15px; line-height:1.4em; }
hr                                  { clear:both; float:none; width:100%; }
.ie6 body hr, .ie7 body hr          { display:block; margin:-8px; } 
hr.clear                            { display:block; visibility:hidden; clear:both; height:0; margin:0; padding:0; border:0; }
a                                   { cursor:pointer; }
a, img                              { border:none; text-decoration:none;}
a:hover                             { text-decoration:underline; }
ul                                  { list-style:none; }
h1,h2,h3,h4,h5,h6                   { font-weight: normal; } 
textarea                            { overflow:auto; resize:none; }
strong                              { font-weight:bold !important; }
em                                  { font-style:italic; }
.bt                                 { -webkit-appearance: none; }
.left                               { float:left !important; }
.right                              { float:right !important; }
.clear                              { clear:both; }
.block                              { display:block; } 
.margin-0                           { margin: 0 !important; }
fieldset                            { border:none; }
body                                { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; color: #716a62; background: #f8f8f8; font-size: 16px; font-family: 'Lato', sans-serif; }
.cont                               { max-width: 1170px; margin: auto; }
.content                            { height: calc(100vh - 100px); position: relative; overflow: hidden; }
#preload                            { position: absolute; z-index: 99999; width: 100%; height: 100%; top: 0; background: #FFF; }
#preload img                        { display: block; position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -10px; }

/* VALIDATE */
label.error                         { display: none !important; }
.campo.error                        { background: #FFF0F1 !important; border: solid 1px red !important; }
.retorno-enviado                    { display: none; font-size: 14px !important; margin-bottom: 20px !important; border: solid 1px green; color: green; padding: 5px 0; text-align: center; }
.retorno-erro                       { display: none; font-size: 14px !important; margin-bottom: 20px !important; border: solid 1px red; color: red; padding: 5px 0; text-align: center; }
.processo                           { display: none; }

/* HEADER */
header                              { background: #FFF; height: 50px; padding: 12px 150px 0 150px; }
header .logo                        { display: block; float: left; background: url('../imagens/estrutura/logo.png'); width: 200px; height: 25px; text-indent: -9999px; }
header .menu                        { display: block; float: right; width: 22px; margin-top: 6px; }
header .menu span                   { display: block; width: 100%; height: 2px; background: #504332; margin-bottom: 4px; }
header .menu:hover span             { background: #886c4a }
header .tel-mobile                  { display: none; float: right; margin-right: 20px; color: #504332; font-size: 20px; position: relative; top: 2px; }

.menu-open                          { position: fixed; top:0; bottom:0; right: 0; width: 100%; z-index: 9999; background: rgba(82, 67, 49, 0.95); -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.menu-open .fechar                  { position: absolute; right: 150px; top: 0; width: 50px; height: 50px; background: #524331; color: #FFF; line-height: 50px; text-align: center; transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; -moz-transition: 0.6s; }
.menu-open .fechar:hover            { background: #886c4a; }
.menu-open .fechar span             { display: block; width: 22px; height: 22px; background: url('../imagens/icons/fechar.png'); margin-top: 14px; margin-left: 14px; }
.menu-aberto.menu-open              { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.menu-aberto.menu-open .global-menu { margin-bottom: 100px; }
.center                             { position: absolute; width: 100%; top: 50%; -webkit-transform: translateY( -50% ); -moz-transform: translateY( -50% );  transform: translateY( -50% ); }
.global-menu                        { margin-bottom: 0px; transition: 2s; -webkit-transition: 2s; }
.global-menu ul                     { text-align: center; }
.global-menu ul li                  { display: inline-block; margin: 0 30px; }
.global-menu ul li a                { color: #FFF; font-weight: 100; color: #FFF; font-size: 46px; transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; -moz-transition: 0.6s; }
.global-menu ul li a:hover          { color: #886c4a; text-decoration: none; }
.last-news                          { text-align: center; width: 100%; }
.last-news p                        { text-align: left; color: #FFF; font-weight: 100; font-size: 26px; margin-bottom: 0; }
.last-news div                      { display: inline-block; }
.last-news ul li                    { display: inline-block; }
.last-news ul li img                { display: block; width: 100px; }

/* HOME */
.home .slide                        { display: block; width: 100%; height: 100%; position: relative; }
.home .slide img                    { position: absolute; }
.home .slide .nav-right             { right: 150px; position: absolute; top: 70%; z-index: 999; }
.home .slide .nav-right .seta       { display: block; width: 104px; height: 54px; transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; -moz-transition: 0.6s; }
.home .slide .nav-right .seta:hover { margin-top: 5px; }
.home .slide .nav-right .next       { background-image: url('../imagens/icons/seta_bottom.png'); }

/* ABOUT */
.about                              { background: #edecea; }
.about>div                          { height: 50%; width: 100%; background: #f9f9f9; position: absolute; bottom: 0; }
.about .left                        { width: 50%; float: left; height: 100%; }
.about .left img                    { display: block; height: 100%; float: right; }
.about .right                       { width: 50%; float: right; height: 100%; position: relative; }
.about .right div                   { right: 150px; background: #FFF; width: 90%; padding: 50px; padding-bottom: 30px; top: -50%; position: absolute; }
.about .right div h1                { color: #716a62; margin-bottom: 20px; font-size: 26px; font-weight: 300; }
.about .right div p                 { color: #716a62; font-weight: 300; font-size: 18px; }

/* PRESS */
.page-press                         { position: static; overflow: auto; background: #f8f8f8; }
.press h1                           { text-align: center; margin: 75px 0; color: #4f4430; font-size: 60px; font-weight: 200; }
.press ul li                        { overflow: hidden; position: relative; background: #FFF; margin-bottom: 50px; }
.press ul li .left                  { width: 50%; padding-right: 30px; }
.press ul li .right                 { width: 50%; }
.press ul li h2                     { font-size: 30px; font-weight: 200; margin-bottom: 10px; }
.press ul li h3                     { font-size: 20px; font-weight: 300; }
.press ul li p                      { font-weight: 300; font-size: 18px; }
.press ul li a                      { color: #716a62; text-decoration: underline; }
.press ul li.press-01>div           { padding: 50px; overflow: hidden; padding-bottom: 20px; }
.press ul li.press-02 .left         { padding-right: 20px; }
.press ul li.press-02 .left img     { display: block; width: 100%; }
.press ul li.press-02 .right        { padding-left: 20px; position: absolute; right: 0; height: 100%; }
.press ul li.press-02 .right div    { position: absolute; padding-right: 50px; width: 100%; top: 50%; -webkit-transform: translateY( -50% ); -moz-transform: translateY( -50% ); transform: translateY( -50% ); }
.press ul li.press-02 .right div h3 { margin-bottom: 50px; }

/* SLIDE SHOWCASE */
.showcase-view                      { height: calc(100vh - 50px); }
.slide-showcase-view                { display: block; width: 100%; height: 100%; position: relative; }
.slide-showcase-view .nav-right     { width: 100%; right: 150px; position: absolute; top: 5%; height: 90%; z-index: 999; text-align: right; }
.slide-showcase-view .nav-right .setas{ position: absolute; top: 50%; margin-top: -104px; height: 208px; right: 0; }
.slide-showcase-view .nav-right .seta { display: block; width: 104px; height: 54px; right: 0; position: absolute; transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; -moz-transition: 0.6s; }
.slide-showcase-view .nav-right .next { background: url('../imagens/icons/seta_bottom.png'); bottom: 0; }
.slide-showcase-view .nav-right .next:hover { bottom: -5px; }
.slide-showcase-view .nav-right .prev { background: url('../imagens/icons/seta_top.png'); top: 0; }
.slide-showcase-view .nav-right .prev:hover { top: -5px; }
.slide-showcase-view .nav-right .back { color: #FFF; font-weight: 300; transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; -moz-transition: 0.6s; }
.slide-showcase-view .nav-right .back:hover { padding-right: 5px; text-decoration: none; }
.slide-showcase-view .nav-right h2    { position: absolute; bottom: 6px; text-align: right; display: block; width: 100%; color: #FFF; font-size: 18px; font-weight: 300; }
.slide-showcase-view .swiper-slide>img { position: absolute; }
.balinks                            { display: none; }

.ba-slider{position:relative;overflow:hidden;}.ba-slider img{width:100%;display:block;}.ba-slider .resize{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden;}.ba-slider .handle{position:absolute;left:50%;top:0;bottom:0;width:4px;margin-left:-2px;background:rgba(0,0,0,.5);cursor:ew-resize;}.ba-slider .handle:after{position:absolute;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;content:'\21d4';color:white;font-weight:bold;font-size:36px;text-align:center;line-height:64px;background:#ffb800;border:1px solid #e6a600;border-radius:50%;transition:all 0.3s ease;box-shadow:0 2px 6px rgba(0,0,0,.3),inset 0 2px 0 rgba(255,255,255,.5),inset 0 60px 50px -30px #ffd466;}.ba-slider .handle.draggable:after{width:48px;height:48px;margin:-24px 0 0 -24px;line-height:50px;font-size:30px;}
.ui-draggable                       { top: 0 !important; width: 2px !important; background: #FFF; opacity: 1 !important; }
.left-10                            { margin-left: -10px !important; }

/* SHOWCASE */
.showcase                           { height: calc(100vh - 50px); background: #edecea; padding: 70px 150px; position: relative; }
.global-showcase                    { display: block; height: 100%; }
.slide-showcase                     { position: relative; overflow: hidden; display: block; height: 100%; }
.slide-showcase .see                { opacity: 0.96; position: absolute; top: 0; width: 538px; height: 100%; right: 0; background: url('../imagens/bgs/camada.png') bottom right no-repeat; z-index: 2; }
.slide-showcase .see div            { width: 100%; bottom: 150px; position: absolute; left: 100px; transition: 2.5s; -webkit-transition: 2.5s; -o-transition: 2.5s; -moz-transition: 2.5s; }
.slide-showcase .see div a          { display: block; float: left; margin-right: 10px; width: 190px; height: 38px; text-align: center; line-height: 36px; font-size: 20px; font-weight: 300; border-radius: 20px; background: rgba(113, 101, 85, 0.80); color: #FFF; transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; -moz-transition: 0.6s; }
.slide-showcase .see div a:hover    { background: #716555; text-decoration: none; }
.slide-showcase .see div h2         { display: block; float: left; line-height: 38px; font-size: 26px; font-weight: 400; }
.slide-showcase .see div h2 span    { font-weight: 300; padding-left: 20px; }
.slide-showcase .swiper-slide-active .see div { left: -30px; }
.slide-showcase .swiper-slide>img   { position: absolute; }
.global-showcase .seta              { display: block; width: 30px; height: 60px; z-index: 999; position: absolute; top: 50%; margin-top: -30px; transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; -moz-transition: 0.6s; }
.global-showcase .next              { background-image: url('../imagens/icons/seta_right.png'); right: 50px; }
.global-showcase .next:hover        { right: 45px; }
.global-showcase .prev              { background-image: url('../imagens/icons/seta_left.png'); left: 50px; }
.global-showcase .prev:hover        { left: 45px; }

#antes-depois { height: 600px !important; }
.global-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    -webkit-transform: translateY(-100%); -ms-transform: translateY(-150%); -o-transform: translateY(-150%); transform: translateY(-150%); -webkit-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;
}
.global-popup.ativo              { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.global-popup>.fechar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.global-popup .popup {
    position: absolute;
    background: #FFF;
    width: 1067px;
    left: 50%;
    margin-left: -535px;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    transform: translateY( -50% );
    z-index: 2;
    height: 600px;
}

.global-popup .popup .fechar {
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 30px;
    color: #716a62;
    cursor: pointer;
    font-weight: 300;
    font-size: 17px;
}
.global-popup .popup .fechar:hover {
    color: #222;
}

.view                               { 
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 150px; bottom: 5%;
    color: #666;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    z-index: 999;
    padding: 0 20px;
}
.view:hover { text-decoration: none; background: #FFF; }

/* CONTACT */
.contact .dados                     { width: 100%; height: 50%; top: 0; background: #f8f8f8; position: relative; }
.contact .dados>div                 { right: 150px; position: absolute; top: 50%; -webkit-transform: translateY( -50% ); -moz-transform: translateY( -50% ); transform: translateY( -50% ); }
.contact .dados>div p               { margin: 0; color: #716a62; font-size: 32px; text-align: right; font-weight: 300; }
.contact .dados>div p a             { color: #716a62; }
.contact .dados>div p a:hover       { text-decoration: none; color: #222; }
.contact .foto                      { height: 50%; width: 100%; bottom: 0; background: #000; position: absolute; text-align: center; }
.contact .foto img                  { display: inline-block; height: 100%; }

/* FOOTER */
footer                              { height: 50px; line-height: 50px; text-align: center; position: relative; }
footer>a                            { color: #524630; margin: 0 3px; font-size: 16px; }
footer>a:hover                      { opacity: 0.6; text-decoration: none; }
footer div                          { position: absolute; right: 150px; top: 20px; width: 46px; }
footer div a                        { display: block; background: url('../imagens/estrutura/fd.png'); width: 46px; height: 11px; }

/* RESPONSIVO */
@media only screen and (max-width: 1170px) {

.global-popup .popup { width: 800px; height: 450px; margin-left: -400px; }

#antes-depois { height: 450px !important; }

.cont                               { padding: 50px; }

footer div                          { right: 50px; }

header                              { padding: 12px 50px 0 50px; }
.menu-open .fechar                  { right: 50px; }
.home .slide .nav-right             { right: 50px; }
.contact .dados>div                 { right: 50px; }
.showcase                           { padding: 40px 50px; height: calc(100vh - 50px) }
.about .right div                   { width: 100%; right: 50px; top: -70%; padding: 30px; padding-bottom: 10px; }
.about .right div p                 { font-size: 15px; }

.press h1                           { margin: 30px 0 10px 0; }

.slide-showcase-view .nav-right     { right: 50px; }

.slide-showcase .see div            { bottom: 50px; left: 600px; }
.slide-showcase .see                { background: url(../imagens/bgs/camada.png) 0 -400px no-repeat; }
.slide-showcase .swiper-slide-active .see div { left: 150px; }
.slide-showcase .see div h2         { font-size: 15px; }
.slide-showcase .see div a          { font-size: 17px; width: 140px; }

.global-showcase .next              { right: 70px; }
.global-showcase .next:hover        { right: 65px; }
.global-showcase .prev              { left: 70px; }
.global-showcase .prev:hover        { left: 65px; }

.view                               { left: 50px; }


}

@media only screen and (max-width: 800px) {

.content                            { height: calc(100vh - 120px); }

.comfooter .content                 { height: calc(100vh - 160px); }

.cont                               { padding: 25px; }

footer div                          { right: inherit; left: 50%; margin-left: -23px; top: 50px; }

header                              { padding: 12px 25px 0 25px; }
header .tel-mobile                  { display: block; }
.menu-open .fechar                  { right: 25px; }
.global-menu ul li                  { display: block; margin: 0; margin-bottom: 3px; }
.global-menu ul li a                { font-size: 30px; }
.last-news p                        { font-size: 16px; }
.menu-aberto.menu-open .global-menu { margin-bottom: 50px; }

.home .slide .nav-right             { right: 25px; }
.home .slide .nav-right .seta       { width: 80px; height: 39px; background-size: 80px; }


.showcase                           { padding: 25px; height: calc(100vh - 120px) }
.slide-showcase .see                { background: none; width: 100%; }
.slide-showcase .swiper-slide-active .see div { left: 0; text-align: center; }
.slide-showcase .see div            { bottom: 20px; }
.slide-showcase .see div a          { display: inline-block; float: none; margin-right: 0; height: 30px; line-height: 30px; }
.slide-showcase .see div h2         { float: none; width: 100%; display: block; text-align: center; color: #FFF; }
.global-showcase .seta              { width: 20px; height: 40px; background-size: 20px }
.global-showcase .prev              { left: 35px; }
.global-showcase .prev:hover        { left: 30px; }
.global-showcase .next              { right: 35px; }
.global-showcase .next:hover        { right: 30px; }

.slide-showcase-view .swiper-slide>img { position: absolute; width: 100% !important; height: auto !important; left: 0 !important; top: 50% !important; -webkit-transform: translateY( -50% ); -moz-transform: translateY( -50% ); transform: translateY( -50% ); }
.slide-showcase-view .nav-right h2  { color: #666; padding-left: 50px; text-align: center; bottom: 40px; }
.slide-showcase-view .nav-right     { right: 25px; }
.slide-showcase-view .nav-right .setas { height: 120px; margin-top: -60px; }
.slide-showcase-view .nav-right .seta { width: 80px; height: 39px; background-size: 80px; }
.slide-showcase-view .nav-right .back{ color: #666; }
.view { left: 50%; margin-left: -75px; }

.about .right div                   { right: 25px;}
.about.content                      { height: auto; }
.about>div                          { height: auto; position: static; }
.about .left                        { float: none !important; height: auto; width: 100%; }
.about .left img                    { float: none; width: 100%; height: auto; }
.about .right                       { float: none !important; height: auto; width: 100%; }
.about .right div                   { position: static; width: 100%; }

.press ul li                        { margin-bottom: 20px; }
.press ul li h2                     { margin-bottom: 0; }
.press ul li.press-01>div           { padding: 20px; }
.press ul li .left,
.press ul li .right                 { width: 100%; margin-top: 10px; padding-right: 0; }
.press ul li .right                 { margin-top: 20px; }
.press ul li>img                    { display: block; width: 100%; }
.press ul li.press-02 .right        { position: static; padding: 20px; }
.press ul li.press-02 .right div    { position: static; transform: translateY( -0 ); -webkit-transform: translateY( -0 ); -moz-transform: translateY( -0 ); padding: 0; }
.press ul li.press-02 .right div h3 { margin-bottom: 20px; margin-top: 10px; }

.contact .dados>div                 { right: 25px; }
.contact .dados>div p               { font-size: 20px; }

}

@media only screen and (max-height: 730px) {

.about .right div                   { width: 100%; right: 50px; top: -70%; padding: 30px; padding-bottom: 10px; }

}

@media only screen and (max-height: 450px) {

.content                            { height: calc(100vh - 50px) !important; }
.comfooter .content                 { height: calc(100vh - 100px) !important; }

}