.floatingWhatsapp{width:100%;height:100%;text-align:left;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}.whatsappButton{width:60px;height:60px;display:flex;justify-content:center;align-items:center;position:fixed;bottom:2rem;right:2rem;cursor:pointer;background-color:#25d366;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 4px 10px 0 rgba(0,0,0,.15);z-index:9998}.whatsappButton:after{content:"";border-color:inherit;width:60px;height:60px;border-radius:50%;position:absolute;box-shadow:0 0 0 0 rgba(37,211,101,0);animation:_pulse 1.2s infinite}.whatsappButton svg{fill:#fff;padding:.5rem;width:55px;height:55px}.whatsappChatBox{display:flex;flex-direction:column;justify-content:space-between;border-radius:5%;overflow:hidden;background-color:#fff;touch-action:auto;position:fixed;bottom:7rem;right:4rem;width:375px;opacity:0;transition:height .2s ease-out;box-shadow:0 3px 10px 0 rgba(0,0,0,.2);z-index:9999}@media (max-width:575px){.whatsappChatBox{right:0;left:0;max-width:90%;margin:auto}}.whatsappChatBox.open{animation:_bounceIn .4s both}.whatsappChatBox.close{animation:_bounceOut .4s both}.chatHeader{background-color:#075e54;display:grid;align-items:center;padding:.25rem;grid-template-columns:20% 60% 1fr;grid-gap:1%;gap:1%}.chatHeader .avatar{padding:.25rem;position:relative}.chatHeader .avatar img{vertical-align:middle;border-radius:50%;height:60px;width:60px;border:1px solid hsla(0,0%,100%,.473)}.chatHeader .avatar:after{content:"";width:10px;height:10px;background:#4fbe86;border:1px solid #fff;position:absolute;border-radius:50%;bottom:5px;right:8px}.chatHeader .avatar svg{fill:#fff;vertical-align:middle}.chatHeader .status{color:#fff;display:flex;flex-direction:column;padding:.5rem}.chatHeader .statusTitle{font-size:1rem;font-weight:700}.chatHeader .statusSubtitle{font-size:.8rem;color:#f0f0f0}.chatHeader .close{padding:1rem;cursor:pointer;text-align:center}.chatHeader .close svg{fill:#fff;width:24px;height:24px}.chatBody{padding:20px;background-size:cover;background-repeat:repeat;max-height:382px;background-color:#eae6df;height:100%;opacity:.9}.chatBubble{background-color:#e6f8f1;padding:16px 28px;border-radius:20px;border-bottom-left-radius:2px;display:inline-block}.typing{align-items:center;display:flex;height:17px}.typing .dot{animation:typingAnimation 1.8s ease-in-out infinite;background-color:rgba(20,105,69,.7);border-radius:50%;height:7px;margin-right:4px;vertical-align:middle;width:7px;display:inline-block}.typing .dot:first-child{animation-delay:.2s}.typing .dot:nth-child(2){animation-delay:.3s}.typing .dot:nth-child(3){animation-delay:.4s}.typing .dot:last-child{margin-right:0}.chatBody .message{padding:7px 14px 6px;background-color:#fff;border-radius:0 8px 8px;position:relative;max-width:calc(100% - 120px);z-index:2;box-shadow:0 1px .5px rgba(0,0,0,.13)}.chatBody .accountName{font-size:13px;font-weight:700;line-height:18px;color:hsla(0,0%,7%,.5)}.chatBody .messageBody{font-size:14px;line-height:19px;margin-top:4px;color:#111;white-space:pre-wrap}.chatBody .message .triangle{display:inline-block;width:0;height:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:0 20px 20px 0;position:absolute;left:-10px;top:0}.chatBody .messageTime{display:flex;margin-top:4px;font-size:12px;line-height:16px;color:hsla(0,0%,7%,.5);justify-content:flex-end}.chatFooter{padding:.25rem;background-color:#f0f0f0}.chatFooter form{display:grid;align-items:center;grid-template-columns:85% 15%;padding:.25rem}.chatFooter form .input{border-radius:20px;padding:0 10px;border:none;background-color:#fefefe;min-height:45px;transition:box-shadow .2s ease-in-out}.chatFooter form .input:focus{border-color:#075e54;outline:0;box-shadow:0 0 0 1px rgba(7,94,84,.5)}.chatFooter form .input::placeholder{color:#949494}.chatFooter form .buttonSend{background-color:transparent;border:0;cursor:pointer}.chatFooter form .buttonSend svg{vertical-align:middle;fill:#919191}.chatFooter form .buttonSend:disabled{pointer-events:none;opacity:.5}.notificationIndicator{position:absolute;top:0;right:0;background-color:#dc3545;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.dark .chatBody{background-color:#0d1418}.dark .chatBody .message{background-color:#056162;box-shadow:0 1px .5px rgba(0,0,0,.7)}.dark .chatBody .accountName{color:hsla(0,0%,100%,.5)}.dark .chatBody .messageBody{color:hsla(240,4%,95%,.9)}.dark .chatBody .message .triangle{border-color:transparent #056162 transparent transparent}.dark .chatBody .messageTime{color:hsla(0,0%,100%,.5)}.dark .chatFooter{background-color:#1e2428}.dark .chatFooter form .input{background-color:#33383b;color:#f1f1f2}.dark .chatFooter form .input:focus{border-color:#0da896;outline:0;box-shadow:0 0 0 1px rgba(13,168,150,.5)}.dark .chatFooter form .buttonSend svg{fill:#686868}.dark .chatBubble{background-color:#32373a}.dark .typing .dot{background-color:rgba(46,148,106,.7)}@keyframes _pulse{0%{box-shadow:0 0 0 0 rgba(37,211,101,.75)}to{box-shadow:0 0 0 15px rgba(37,211,101,0)}}@keyframes _bounceIn{0%{opacity:0;transform:scale(0);transform-origin:bottom right}50%{transform:scale(1.03);transform-origin:bottom right}to{opacity:1;transform:scale(1);transform-origin:bottom right}}@keyframes _bounceOut{0%{opacity:1;height:scale(1,1);transform-origin:bottom right}to{opacity:0;transform:scale(0);transform-origin:bottom right}}@keyframes typingAnimation{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@font-face{font-family:__Fraunces_eb41fe;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_eb41fe;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fraunces_eb41fe;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_Fallback_eb41fe;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_eb41fe{font-family:__Fraunces_eb41fe,__Fraunces_Fallback_eb41fe;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:sans-serif;overflow-x:hidden;background-color:#fff}main{min-height:100vh}.cra-title{font-family:Fraunces,serif;font-weight:700;font-size:50px;margin-bottom:10px;color:#fff;text-align:center}.cra-header-bar{position:fixed;top:0;width:100%;z-index:1000;background:#003759;height:auto;display:flex;align-items:center;justify-content:space-between;padding:10px 20px}.cra-logo{width:500px;height:auto}.cra-btn-whatsapp{background-color:#25d366;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;display:flex;align-items:center;gap:10px;transition:background .2s;border:none;cursor:pointer;font-size:1rem}.cra-btn-whatsapp:hover{background-color:#128c7e}.cra-btn-whatsapp i{font-size:30px}.cra-btn-whatsapp p{margin:0}.cra-fachada{margin-top:14vh;width:100%;height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:20px}.cra-fachada:before{content:"";position:absolute;inset:0;background:var(--background-fachada-image) center /cover no-repeat;filter:blur(3px) brightness(.9);transform:scale(1.1);z-index:0}.cra-fachada-overlay{position:relative;z-index:1;width:120%;max-width:5500px;margin-top:0}.cra-fachada-content{display:flex;flex-direction:column;align-items:center}.cra-fachada-title{font-size:32px;color:#fff}.cra-carrossel-promocoes{width:100%;height:500px;margin:10px;border-radius:10px;overflow:hidden;max-width:1200px}.cra-carrossel-promocoes .keen-slider__slide{aspect-ratio:9/16}.cra-carrossel-promocoes .cra-carrossel-item{width:100%;height:100%;overflow:hidden;border-radius:12px}.cra-carrossel-promocoes img{width:100%;height:100%;object-fit:contain;display:block}.cra-hero-section{display:grid;margin-top:20px;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;max-width:100%;align-items:center;background:linear-gradient(rgba(1,37,83,.623),rgba(5,55,121,.644)),var(--background-hero-image) center /cover no-repeat}.cra-hero-carousel{border-radius:20px;padding:20px;overflow:hidden;position:relative;max-height:100%}.cra-hero-carousel .cra-title{margin-top:90px;justify-self:center;padding:30px}.cra-hero-carousel .cra-carrossel{height:600px;background-color:rgba(15,114,28,.61)}.cra-hero-content{padding:50px 30px;display:flex;flex-direction:column;justify-content:center;text-align:center;background-color:rgba(15,114,28,.61);border-radius:20px;color:#fff;margin:30px 30px 30px 0}.cra-hero-content .cra-quem-somos-title{margin-top:0;margin-bottom:20px}.cra-hero-content .cra-quem-somos-descricao{font-size:16px;line-height:1.6;text-align:justify}.cra-carrossel{width:100%;height:600px;padding:20px;border-radius:20px;overflow:hidden;max-width:100%;position:relative}.cra-carrossel-container{display:flex;height:100%;width:100%;gap:20px;transition:transform .5s ease-in-out}.cra-carrossel-item{width:100%;height:100%;overflow:hidden;flex-shrink:0;aspect-ratio:1/1;position:relative}.cra-carrossel-item:before{content:"";position:absolute;inset:0;background-size:cover;background-position:50%;filter:blur(20px);transform:scale(1.2);z-index:0}.cra-carrossel-item img{position:relative;z-index:1;max-width:100%;max-height:100%;object-fit:contain}.cra-carrossel img{width:100%;height:100%;object-fit:contain;display:block}.cra-next,.cra-prev{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.6);border:none;color:#fff;font-size:24px;padding:15px 20px;cursor:pointer;z-index:10;transition:background-color .3s ease;border-radius:5px}.cra-next:hover,.cra-prev:hover{background-color:rgba(0,0,0,.9)}.cra-prev{left:10px}.cra-next{right:10px}.cra-main{background:var(--background-hero-image) center /cover no-repeat;background-size:cover;min-height:100vh}.cra-section-content{display:flex;align-items:start;justify-content:space-between;gap:100px;max-width:1400px;margin:20px auto;text-align:center;background-color:rgba(15,114,28,.61);padding:50px;border-radius:20px;color:#fff}.cra-section-left,.cra-section-right{color:#000;line-height:1;max-width:100vw;overflow-x:hidden;flex:1 1}.cra-quem-somos{padding:20px;text-align:center;background-color:rgba(15,114,28,.61);border-radius:20px;margin:10px auto;max-width:1400px;color:#fff}.cra-quem-somos-title{font-family:Fraunces,serif;font-weight:700;font-size:36px;margin-bottom:10px;color:#fff}.cra-quem-somos-descricao{font-size:24px;line-height:1.5;text-align:justify;color:#fff;font-weight:400}.produtos-container{max-width:1400px;padding:40px 20px;margin:14vh auto 0}.produtos-header{text-align:center;margin-bottom:50px}.produtos-header h1{font-family:Fraunces,serif;font-size:48px;font-weight:700;margin-bottom:10px;color:#003759}.produtos-header p{font-size:18px;color:#666}.produtos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:30px;gap:30px;margin-bottom:40px}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.product-card img{width:100%;height:250px;object-fit:contain;background-color:#f8f8f8}.product-card-content{padding:20px}.product-card h3{font-size:18px;font-weight:700;margin-bottom:8px;color:#003759}.product-card-category{font-size:12px;color:#999;text-transform:uppercase;margin-bottom:12px}.product-card-price{font-size:24px;font-weight:700;color:#25d366;margin-bottom:16px}.product-card-button{width:100%;background-color:#25d366;color:#fff;padding:12px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .2s;text-decoration:none;display:inline-block;text-align:center}.product-card-button:hover{background-color:#128c7e}.cra-footer{background-color:#003759;color:#fff}.cra-footer-content{padding:20px}.cra-footer-content,.cra-footer-info{display:flex;justify-content:space-between;align-items:center}.cra-footer-info{flex-direction:row;gap:40px}.cra-footer-info-logo img{width:100px;height:auto}.cra-footer-social{display:flex;justify-content:left;margin-top:10px;gap:10px}.cra-footer-social a{color:#fff;font-size:24px;text-decoration:none;transition:opacity .2s}.cra-footer-social a:hover{opacity:.8}.cra-footer-info-text{font-size:16px;line-height:1.7;text-align:left;color:#fff}.cra-footer-info-text p{margin:0}.cra-footer-info-text i{margin-right:5px}.cra-footer-map iframe{width:400px;height:280px;border:0;border-radius:12px}.cra-footer-credito{text-align:center;padding:5px 0;font-size:14px;border-top:1px solid hsla(0,0%,100%,.1)}.cra-whatsapp-button-fixed{position:fixed;bottom:20px;right:20px;z-index:999;background-color:#25d366;color:#fff;padding:15px 20px;border-radius:50px;text-decoration:none;font-weight:700;display:flex;align-items:center;gap:10px;transition:all .2s;box-shadow:0 4px 12px rgba(37,211,102,.4);border:none;cursor:pointer;font-size:1rem}.cra-whatsapp-button-fixed:hover{background-color:#128c7e;transform:scale(1.1);box-shadow:0 6px 16px rgba(18,140,126,.4)}.cra-whatsapp-button-fixed i{font-size:24px}@media (max-width:1024px){.cra-hero-section{grid-template-columns:1fr;gap:20px}.cra-hero-carousel{min-height:400px}.cra-hero-content{margin:0 20px 20px}}@media (max-width:992px){.cra-header-bar{height:100px;flex-wrap:wrap;justify-content:center;gap:16px;padding:12px}.cra-fachada{margin-top:100px;height:100vh}.cra-logo{max-width:220px}.cra-btn-whatsapp{padding:10px 16px;font-size:15px}.cra-section-content{flex-direction:column;gap:30px;padding:30px;margin:20px auto}.cra-title{font-size:28px;margin-bottom:30px}.cra-quem-somos{margin:20px auto;padding:24px}.cra-quem-somos-descricao{font-size:20px;padding:0}.cra-footer-content{flex-direction:column;gap:20px;align-items:stretch}.cra-footer-info{flex-direction:column;align-items:flex-start}.cra-footer-info-logo img{width:120px;margin-bottom:10px}.cra-footer-map iframe{width:100%;height:240px}.produtos-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:768px){.cra-header-bar{height:auto;padding:14px 12px}.cra-fachada{height:100vh}.cra-hero-section{grid-template-columns:1fr;gap:20px}.cra-hero-carousel{min-height:300px}.cra-hero-carousel .cra-carrossel{height:400px}.cra-hero-content{margin:0;padding:30px 20px}.cra-hero-content .cra-quem-somos-descricao{font-size:14px}.cra-section-content{flex-direction:column;gap:30px;padding:30px}.cra-btn-whatsapp{width:100%;justify-content:center;gap:8px}.cra-btn-whatsapp i{font-size:20px}.cra-carrossel{max-width:100%;height:400px}.cra-carrossel-container{height:360px}.cra-carrossel-promocoes .keen-slider__slide{height:30vh;width:100%}.cra-quem-somos-title{font-size:26px}.cra-quem-somos-descricao{font-size:18px}.cra-next,.cra-prev{padding:10px 15px;font-size:18px}.cra-whatsapp-button-fixed{padding:12px 16px;bottom:15px;right:15px}.cra-whatsapp-button-fixed i{font-size:20px}.produtos-header h1{font-size:36px}.produtos-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}}@media (max-width:600px){.cra-fachada{margin-top:90px;height:100vh}.cra-logo{max-width:180px}.cra-section-content{padding:16px;gap:18px}.cra-carrossel-container{height:280px}.cra-quem-somos-title,.cra-title{font-size:20px}.cra-quem-somos-descricao{font-size:14px;line-height:1.6}.cra-hero-carousel .cra-carrossel{height:300px;padding:10px}.cra-carrossel-item{aspect-ratio:auto}.cra-next,.cra-prev{padding:10px 12px;font-size:14px}.cra-footer-info-text{font-size:15px}.cra-footer-map iframe{height:220px}.produtos-container{padding:20px 15px}.produtos-header h1{font-size:28px}.produtos-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px}.product-card{min-height:auto}}@media (max-width:480px){.cra-header-bar{justify-content:space-between;height:14vh;padding:10px;gap:0}.cra-logo{width:150px;height:auto}.cra-fachada{margin-top:14vh;padding:10px}.cra-title{font-size:30px;padding:10px;margin-top:10px;text-align:center}.cra-hero-carousel{padding:8px;border-radius:12px}.cra-carrossel,.cra-hero-carousel .cra-carrossel{height:400px;padding:8px;border-radius:12px;background-color:rgba(15,114,28,.61)}.cra-carrossel-container{width:100%;height:100%;gap:20px}.cra-carrossel-item{width:100%;flex-shrink:0;aspect-ratio:auto}.cra-carrossel-item img{width:100%;height:100%;object-fit:cover;object-position:center top}.cra-carrossel-promocoes .keen-slider__slide{width:100%;height:30%}.cra-next,.cra-prev{padding:6px 10px;font-size:14px}.cra-hero-content{padding:16px;margin:0 0 10px;border-radius:12px;gap:10px}.cra-hero-content .cra-quem-somos-title{font-size:18px}.cra-hero-content .cra-quem-somos-descricao{font-size:13px;line-height:1.5}.cra-section-content{padding:15px}.cra-footer-map iframe{height:200px}.produtos-container{padding:20px 10px}.produtos-header h1{font-size:24px}.produtos-grid{grid-template-columns:1fr;gap:10px}}