@-webkit-keyframes show{from{-webkit-transform:translate3d(500px,0,0);transform:translate3d(500px,0,0);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes show{from{-webkit-transform:translate3d(500px,0,0);transform:translate3d(500px,0,0);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes load{from{opacity:1}to{opacity:0;display:none;z-index:-1}}@keyframes load{from{opacity:1}to{opacity:0;display:none;z-index:-1}}@-webkit-keyframes menu{from{opacity:0;-webkit-transform:translate3d(0,-200px,0);transform:translate3d(0,-200px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes menu{from{opacity:0;-webkit-transform:translate3d(0,-200px,0);transform:translate3d(0,-200px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}body>header{-webkit-animation-delay:0s;animation-delay:0s}@media (max-width:768px){body>header{background-color:#fff}}body>header>nav>ul>li{background:rgba(255,255,255,.4)}body .headline{width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;position:relative}@media (max-width:1000px){body .headline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:767px){body .headline{top:5rem;height:auto}}body .headline>img{width:50%}@media (max-width:1000px){body .headline>img{width:100%}}body .headline__gradient{width:10%;height:100vh;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;background:#fff;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,#fff));background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1)}@media (max-width:1000px){body .headline__gradient{display:none}}body .headline__content{width:50%;height:calc(100vh - 10.3125rem);-ms-flex-item-align:end;align-self:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}@media (max-width:1000px){body .headline__content{width:100%;height:auto}}@media (max-width:768px){body .headline__content{margin-top:3.75rem}}body .headline__content>article{display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;place-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body .headline__content>div{max-width:75rem;margin:3.75rem auto}@media (max-width:1000px){body .headline__content>div{width:80%;margin:2.8125rem auto}}body .headline__content>div>p{text-align:center;max-width:31.25rem;margin:0 auto}@media (max-width:1000px){body .headline__content>div>p{max-width:unset}}body .headline__content>div>p+p{margin-top:.9375rem}body .headline__content a button{color:#fff;background-color:#c63725;border:none;outline:0;font-family:Cinzel;padding:1rem;font-size:1.125rem;cursor:pointer}body .headline__title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-size:1.6875rem;background-color:#c63725;color:#fff;padding:.53571rem}@media (max-width:1200px){body .headline__title{font-size:1.125rem}}@media (max-width:1000px){body .headline__title{text-align:center;width:100%}}body .headline__title+h1{margin-top:.9375rem}@media (max-width:1300px){body .headline__title+h1{margin-bottom:1.875rem}}@media (max-width:768px){body .headline__title+h1{margin-bottom:unset}}body>main{overflow:hidden}body>main .containerBg{position:relative}body>main .containerBg .bgStyled{position:absolute;top:0;z-index:-1}body>main .planta{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:3.75rem 0;cursor:pointer}@media (max-width:1200px){body>main .planta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}body>main .planta:first-of-type{padding-top:15rem}@media (max-width:1200px){body>main .planta:first-of-type{padding-top:7.5rem}}body>main .planta__mainImg{width:60%;height:40.625rem;background-size:contain;margin-right:.9375rem}@media (max-width:1200px){body>main .planta__mainImg{height:28.125rem;width:80%;margin-right:unset}}@media (max-width:767px){body>main .planta__mainImg{height:15.625rem}}body>main .planta__cta{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#fff;font-family:Cinzel;font-size:1.40625rem;background:#c63725;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:upright;padding:.9375rem}@media (max-width:1200px){body>main .planta__cta{text-orientation:unset;-webkit-writing-mode:unset;-ms-writing-mode:unset;writing-mode:unset;width:80%}}body>main .planta__container{background-color:#c63725}body>main .planta__container>p{font-family:Cinzel;color:#fff;padding:.46875rem 1.875rem}body>main .planta__info{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);height:100%;position:relative;z-index:-1;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s;position:relative;opacity:0}@media (max-width:1200px){body>main .planta__info{width:80%}}@media (max-width:767px){body>main .planta__info{display:none}}body>main .planta__info::before{content:"";width:calc(100% + 5px);height:100%;background:#fff;position:absolute}body>main .planta__info.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;z-index:-1;opacity:1}body>main .planta__info.active::before{content:"";background-color:unset}@media (max-width:767px){body>main .planta__info.active{display:block}}body>main .planta__callGallery{color:#c63725;padding:.46875rem 1.875rem;cursor:pointer}body>main .planta__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;width:90%;padding:1.875rem 0;opacity:0;height:0;content-visibility:auto}@media (max-width:767px){body>main .planta__gallery{margin-top:1.875rem}}body>main .planta__gallery .slick-dots{bottom:0}body>main .planta__gallery .slick-dots li button:before{color:#c63725;font-size:12px}body>main .planta__img{width:100%;height:21.875rem;margin:0 .9375rem}@media (max-width:1200px){body>main .planta__img{background-size:contain}}@media (max-width:767px){body>main .planta__img{width:100%;height:12.5rem}}body>main .planta__img:focus{outline:0}body>main .planta .on{opacity:1;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}body>main>section.ending{padding:7.5rem 10%}body>main>section.ending>h1{text-align:center;color:#c63725;font-size:2.25rem;line-height:1.5em}@media (max-width:767px){body>main>section.ending>h1{font-size:1.6875rem}}body>main>section.ending>a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.9375rem;font-size:1.6875rem;background-color:#ffe600;color:#c63725;border-radius:1.875rem;margin:1.875rem auto;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;text-align:center;line-height:1.5em}body>main>section.ending>a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media (max-width:767px){body>main>section.ending>a{font-size:1.125rem}}.frente01{background:no-repeat center/cover url(../img/lacca_frente01.png);background-size:cover!important}.frente02{background:no-repeat center/cover url(../img/lacca_frente02.png);background-size:cover!important}.frente03{background:no-repeat center/cover url(../img/lacca_frente03.png)}.lateral01{background:no-repeat center/cover url(../img/lacca_Lateral01.png);background-size:cover!important}.lateral02{background:no-repeat center/cover url(../img/lacca_lateral02.png);background-size:cover!important}.lateral03{background:no-repeat center/cover url(../img/lacca_lateral03.png)}.fundo01{background:no-repeat center/cover url(../img/laca_TerracoFundo.png);background-size:cover!important}.fundo02{background:no-repeat center/cover url(../img/lacca_fundo02.png);background-size:cover!important}.fundo03{background:no-repeat center/cover url(../img/lacca_fundo03.png)}.livingFundos{background:no-repeat center/cover url(../img/lacca_livingFundos.png);background-size:cover!important}.terracaoLateral{background:no-repeat center/cover url(../img/lacca_terracaoLateral.png);background-size:cover!important}.gardenExterna{background:no-repeat center/cover url(../img/lacca_GardenExterna.png);background-size:cover!important}