@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Cinzel&family=Poppins:wght@300;400&display=swap);@-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)}}@font-face{font-family:"Segoe UI";src:url(../font/segoeui.ttf)}@font-face{font-family:"Segoe UI Bold";src:url(../font/segoeuib.ttf);font-weight:700}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0}body a{display:block;text-decoration:none}body h1,body h2,body p{margin:0;font-weight:400}body img{display:block;max-width:100%}body ul{margin:0;padding:0}body li{list-style:none}body{font-family:Cinzel,serif;font-size:1.125rem;line-height:1.5em;color:#4a4a4a}body p{font-family:Poppins}body p+p{margin-top:.9375rem}body p>a{color:#c63725;text-decoration:underline;display:unset}body .loader{width:100%;height:100vh;background:#c63725;position:absolute;top:0;z-index:99;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:load .5s forwards;animation:load .5s forwards;-webkit-animation-delay:1s;animation-delay:1s}body .loader>.wrapper{width:12.5rem;height:3.75rem;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}@media (max-width:1200px){body .loader>.wrapper{left:10%}}body .loader>.wrapper>.circle{width:1.25rem;height:1.25rem;position:absolute;border-radius:50%;background-color:#fff;left:15%;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:circle .5s alternate infinite ease;animation:circle .5s alternate infinite ease}@-webkit-keyframes circle{0%{top:60px;height:5px;border-radius:50px 50px 25px 25px;-webkit-transform:scaleX(1.7);transform:scaleX(1.7)}40%{height:20px;border-radius:50%;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{top:0}}@keyframes circle{0%{top:60px;height:5px;border-radius:50px 50px 25px 25px;-webkit-transform:scaleX(1.7);transform:scaleX(1.7)}40%{height:20px;border-radius:50%;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{top:0}}body .loader>.wrapper>.circle:nth-child(2){left:35%;-webkit-animation-delay:.2s;animation-delay:.2s}body .loader>.wrapper>.circle:nth-child(3){left:auto;right:35%;-webkit-animation-delay:.3s;animation-delay:.3s}body .loader>.wrapper>.shadow{width:1.25rem;height:.25rem;border-radius:50%;background-color:rgba(0,0,0,.5);position:absolute;top:62px;-webkit-transform-origin:50%;transform-origin:50%;z-index:-1;left:15%;-webkit-filter:blur(1px);filter:blur(1px);-webkit-animation:shadow .5s alternate infinite ease;animation:shadow .5s alternate infinite ease}@-webkit-keyframes shadow{0%{-webkit-transform:scaleX(1.5);transform:scaleX(1.5)}40%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:.7}100%{-webkit-transform:scaleX(.2);transform:scaleX(.2);opacity:.4}}@keyframes shadow{0%{-webkit-transform:scaleX(1.5);transform:scaleX(1.5)}40%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:.7}100%{-webkit-transform:scaleX(.2);transform:scaleX(.2);opacity:.4}}body .loader>.wrapper>.shadow:nth-child(4){left:35%;-webkit-animation-delay:.2s;animation-delay:.2s}body .loader>.wrapper>.shadow:nth-child(5){left:auto;right:35%;-webkit-animation-delay:.3s;animation-delay:.3s}body>header{width:100vw;height:10.3125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;z-index:9999;-webkit-animation:menu 2s backwards;animation:menu 2s backwards;-webkit-animation-delay:2s;animation-delay:2s;opacity:1}@media (max-width:767px){body>header{height:5rem}}body>header>nav{width:100%;max-width:75rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body>header>nav>a.logo{max-width:12.5rem}@media (max-width:1300px){body>header>nav>a.logo{margin-left:5%;max-width:9.375rem}}@media (max-width:768px){body>header>nav>a.logo{margin-left:10%}}@media (max-width:767px){body>header>nav>a.logo>img{max-height:2.5rem}}body>header>nav>ul{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1300px){body>header>nav>ul{margin-right:5%}}@media (max-width:768px){body>header>nav>ul{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;background:#fff;position:fixed;z-index:-1;top:0;-webkit-animation:show .3s ease-in-out;animation:show .3s ease-in-out}}body>header>nav>ul>li{border:1px solid #c63725}@media (max-width:1300px){body>header>nav>ul>li{font-size:.9rem}}@media (max-width:768px){body>header>nav>ul>li{width:300px;margin-top:1.875rem}}body>header>nav>ul>li+li{margin-left:.9375rem}@media (max-width:768px){body>header>nav>ul>li+li{margin-left:unset}}body>header>nav>ul>li>a{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#c63725;padding:.9375rem;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}@media (max-width:1300px){body>header>nav>ul>li>a{padding:.46875rem}}@media (max-width:768px){body>header>nav>ul>li>a{padding:.9375rem}}body>header>nav>ul>li>a:hover{background-color:#c63725;color:#fff}body>header>nav>.active{display:-webkit-box;display:-ms-flexbox;display:flex}body>header>nav>.menuMobile{display:none}@media (max-width:768px){body>header>nav>.menuMobile{height:100%;margin-right:10%;width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}body>header>nav>.menuMobile::after,body>header>nav>.menuMobile::before{content:"";width:100%;background-color:#c63725;height:3px;position:absolute;border-radius:1.875rem}body>header>nav>.menuMobile::after{width:60%;top:60%;right:0}}body>header.active{background-color:#fff;-webkit-box-shadow:5px 5px 15px 0 rgba(44,44,44,.15);box-shadow:5px 5px 15px 0 rgba(44,44,44,.15);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}body .container__align{max-width:75rem;margin:0 auto}@media (max-width:1300px){body .container__align{margin:0 10%}}body>footer{color:#fff;font-family:"Segoe UI",Arial,sans-serif}body>footer>.footer__container{padding:1.875rem 0;background-color:#4a4a4a;text-align:center}body>footer>.footer__container>p:first-of-type{font-family:"Segoe UI Bold",Arial,sans-serif}body>footer>.footer__container img{max-width:12.5rem;margin:1.875rem auto}body>footer>.footer__container>p:nth-of-type(2){width:50%;margin:0 auto}@media (max-width:767px){body>footer>.footer__container>p:nth-of-type(2){width:80%}}body>footer>.footer__container>.container__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.875rem}body>footer>.footer__container>.container__social>a+a{margin-left:.9375rem}body>footer>.footer__container>.container__social>a path,body>footer>.footer__container>.container__social>a svg{width:2.8125rem;fill:#fff}body .rdFormContainer{width:100%;height:calc(100vh - 10.3125rem);position:fixed;top:10.3125rem;background-color:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;place-items:center;z-index:9}@media (max-width:767px){body .rdFormContainer{height:calc(100vh - 5rem + 30px);top:5rem}}body .rdFormContainer .rdFormClose{width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;place-items:center;position:relative;cursor:pointer;-ms-flex-item-align:start;align-self:flex-start;margin-top:4rem}@media (max-width:767px){body .rdFormContainer .rdFormClose{margin-top:15vh}}@media (max-width:400px){body .rdFormContainer .rdFormClose{margin-top:15px}}body .rdFormContainer .rdFormClose::after,body .rdFormContainer .rdFormClose::before{content:"";height:4px;width:100%;background:#fff;position:absolute;border-radius:30px;top:0;left:0;right:0;bottom:0;margin:auto}body .rdFormContainer .rdFormClose::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}body .rdFormContainer .rdFormClose::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}body .rdFormContainer .rdForm{width:80%;max-width:800px;-webkit-box-shadow:5px 5px 15px 0 rgba(44,44,44,.15);box-shadow:5px 5px 15px 0 rgba(44,44,44,.15)}body .rdFormContainer .rdForm .bricks-form__label{font-family:Poppins!important;color:#c63725}body .rocketchat-widget{right:auto!important;left:0!important}.TipoFinal1{background:no-repeat center/cover url(../img/ANDAR-TIPO_FINAL1.png)}.TipoFinal1Mod{background:no-repeat center/cover url(../img/ANDAR-TIPO_FINAL1_MOD.png)}.TipoFinal2{background:no-repeat center/contain url(../img/ANDAR-TIPO_FINAL2.png)}.TipoFinal3{background:no-repeat center/contain url(../img/ANDAR-TIPO_FINAL3.png)}.TipoFinal4{background:no-repeat center/contain url(../img/ANDAR-TIPO_FINAL4.png)}@media (min-width:1200px){.TipoFinal4{background-size:50%!important}}.GardenFinal1{background:no-repeat center/cover url(../img/GARDEN_FINAL1.png)}.GardenFinal2{background:no-repeat center/contain url(../img/GARDEN_FINAL2.png)}.GardenFinal3{background:no-repeat center/contain url(../img/GARDEN_FINAL3.png)}.GardenFinal4{background:no-repeat center/cover url(../img/GARDEN_FINAL4.png)}.final2Horizontal{background:no-repeat center/cover url(../img/final-2-horizontal.png)}.final3Horizontal{background:no-repeat center/cover url(../img/final-3-horizontal.png)}
.entrega{font-size: 20px;background-color: #c63725;color: #fff;padding: .53571rem;margin: 0;display: inline-block;margin-bottom: 20px;}
.noscript{position: relative;}.v-aviso{position: absolute; top: 166px; right: 0; z-index: 2;}

.dropdown {
   position: relative;
   display: inline-block;
   border: 1px solid #c63725;
 }
 .dropdown a{
   color: #c63725;
   padding: .9375rem;
 }
 .dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   padding: 12px 16px;
   z-index: 1;
 }
 .dropdown-content a{
   color: #c63725;
   padding: 10px;
 }
 .dropdown-content a:hover{
   color: #f9f9f9;
   background-color: #c63725;
 }
 
 .dropdown:hover .dropdown-content {
   display: block;
 }