@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--animation-duration: .6s;--animation-easing: cubic-bezier(.4, 0, .2, 1);--animation-delay-step: .1s}.section-animate{opacity:0;transform:translateY(30px);transition:opacity var(--animation-duration) var(--animation-easing),transform var(--animation-duration) var(--animation-easing)}.section-animate[data-animate=hero]{transform:translateY(0)}.section-animate[data-animate=fade-up]{transform:translateY(40px)}.section-animate[data-animate=slide-left]{transform:translate(40px)}.section-animate[data-animate=slide-right]{transform:translate(-40px)}.section-animate[data-animate=zoom-in]{transform:scale(.95)}.section-animate[data-animate=flip]{transform:perspective(1000px) rotateX(5deg);transform-origin:top center}.section-animate.animate-in{opacity:1;transform:translateY(0) translate(0) scale(1) perspective(1000px) rotateX(0)}[data-animate=hero].animate-in{animation:heroEntrance .8s var(--animation-easing) forwards}@keyframes heroEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.delay-child [data-delay]{opacity:0;transform:translateY(20px);transition:opacity .5s var(--animation-easing),transform .5s var(--animation-easing)}.delay-child .animate-in [data-delay]{opacity:1;transform:translateY(0)}.card-animate{opacity:0;transform:translateY(30px) scale(.95);transition:opacity .5s var(--animation-easing),transform .5s var(--animation-easing),box-shadow .3s ease}.card-animate.animate-in{opacity:1;transform:translateY(0) scale(1)}.card-animate:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #1f4d3f26}.button-animate{position:relative;overflow:hidden}.button-animate:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.button-animate:focus:not(:active):after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}.icon-animate{transition:transform .3s ease}.icon-animate:hover{transform:scale(1.1) rotate(5deg)}.fade-in{animation:fadeIn var(--animation-duration) var(--animation-easing) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.img-loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}html{scroll-behavior:smooth}.page-container{overflow-x:hidden}.main-content{position:relative}.parallax-section{position:relative;overflow:hidden}.parallax-bg{position:absolute;inset:0;height:120%;background-size:cover;background-position:center;will-change:transform}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.section-animate{opacity:1;transform:none;transition:none}}@media(max-width:768px){.section-animate{transform:translateY(20px)}.section-animate[data-animate=slide-left],.section-animate[data-animate=slide-right]{transform:translate(0) translateY(20px)}}.header[data-v-ba698e22]{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 0}.header-content[data-v-ba698e22]{display:flex;align-items:center;justify-content:space-between;width:85%;margin:auto;position:relative}.logo[data-v-ba698e22]{display:flex;align-items:center;gap:.5rem;z-index:1001}.logo img[data-v-ba698e22]{width:120px;max-width:100%;height:auto}.align[data-v-ba698e22]{display:flex;gap:2rem;align-items:center}.nav[data-v-ba698e22]{display:flex;align-items:center;gap:2rem}.nav-link[data-v-ba698e22]{font-size:.875rem;font-weight:600;color:#292929;text-decoration:none;transition:color .3s;white-space:nowrap}.nav-link[data-v-ba698e22]:hover{color:#d91414}.btn[data-v-ba698e22]{padding:.625rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.875rem;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;white-space:nowrap}.btn-primary[data-v-ba698e22]{background-color:#d91414;color:#fff;box-shadow:0 10px 25px #8b000033}.btn-primary[data-v-ba698e22]:hover{background-color:#8c0303;transform:translateY(-2px);box-shadow:0 15px 30px #8b00004d}.menu-toggle[data-v-ba698e22]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-toggle span[data-v-ba698e22]{width:25px;height:3px;background-color:#292929;transition:all .3s ease;border-radius:2px}@media(max-width:992px){.header-content[data-v-ba698e22]{width:90%}.align[data-v-ba698e22],.nav[data-v-ba698e22]{gap:1.5rem}.nav-link[data-v-ba698e22]{font-size:.813rem}.btn[data-v-ba698e22]{padding:.5rem 1.25rem;font-size:.813rem}}@media(max-width:768px){.menu-toggle[data-v-ba698e22]{display:flex}.align[data-v-ba698e22]{position:fixed;top:0;left:0;right:0;width:100%;background-color:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:6rem 2rem 2rem;box-shadow:0 5px 15px #0000001a;min-height:100vh;opacity:0;visibility:hidden;transform:translateY(-100%);transition:transform .4s ease,opacity .3s ease,visibility .3s ease}.align.menu-open[data-v-ba698e22]{opacity:1;visibility:visible;transform:translateY(0)}.nav[data-v-ba698e22]{flex-direction:column;gap:1.5rem;width:100%;max-width:300px}.nav-link[data-v-ba698e22]{font-size:1.125rem;text-align:center;width:100%;padding:.5rem 0}.btn[data-v-ba698e22]{width:100%;max-width:300px;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}.menu-toggle.active span[data-v-ba698e22]:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.menu-toggle.active span[data-v-ba698e22]:nth-child(2){opacity:0}.menu-toggle.active span[data-v-ba698e22]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}@media(max-width:480px){.header-content[data-v-ba698e22]{width:95%}.logo img[data-v-ba698e22]{width:100px}}.hero[data-v-b5b0fce2]{padding:8rem 0 5rem;color:#fff;position:relative;overflow:hidden;background:url(/assets/imagem-hero-principal-cozinha-CJigy5er.jpg) no-repeat center center;background-size:cover;background-attachment:fixed}.hero[data-v-b5b0fce2]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8b000026,#000000b3,#29292999);z-index:1}span[data-v-b5b0fce2]{display:flex;align-items:center;justify-content:center}.hero-badge[data-v-b5b0fce2]{position:absolute;top:6rem;right:3rem;z-index:25;width:230px;height:auto;transform:rotate(12deg)}.hero-content[data-v-b5b0fce2]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:85%;margin:auto;position:relative;z-index:10}.hero-text[data-v-b5b0fce2]{display:flex;flex-direction:column;gap:2rem;position:relative;z-index:15}.tags[data-v-b5b0fce2]{display:flex;flex-wrap:wrap;gap:.75rem}.tag[data-v-b5b0fce2]{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;border:1px solid;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tag-primary[data-v-b5b0fce2]{background-color:#d91414;border-color:#8b0000;color:#fff}.tag-secondary[data-v-b5b0fce2]{background-color:#ffffff26;border-color:#ffffff4d;color:#fff}.hero-title[data-v-b5b0fce2]{font-size:4.4rem;font-weight:700;line-height:1;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.5)}.text-accent[data-v-b5b0fce2]{color:#d91414;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-description[data-v-b5b0fce2]{font-size:1.125rem;color:#e5e7eb;max-width:32rem;line-height:1.6;text-shadow:0 1px 3px rgba(0,0,0,.5)}.hero-actions[data-v-b5b0fce2]{display:flex;flex-direction:column;gap:1.5rem}.social-proof[data-v-b5b0fce2]{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:1rem}.avatars[data-v-b5b0fce2]{display:flex;margin-left:.75rem}.avatar[data-v-b5b0fce2]{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.3);margin-left:-.75rem;box-shadow:0 2px 8px #0003}.social-proof-text[data-v-b5b0fce2]{font-size:.875rem;font-weight:500;color:#f3f4f6}.social-icons[data-v-b5b0fce2]{display:flex;gap:1rem;padding-top:1rem}.social-icon[data-v-b5b0fce2]{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);transition:all .3s;color:#fff;text-decoration:none}.social-icon[data-v-b5b0fce2]:hover{background-color:#d91414;transform:translateY(-2px);box-shadow:0 4px 12px #8b00004d}.social-icon-image[data-v-b5b0fce2]{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1)}.hero-video[data-v-b5b0fce2]{position:relative;display:flex;justify-content:center;align-items:center}.video-glow[data-v-b5b0fce2]{position:absolute;inset:-1rem;background-color:#8b00004d;filter:blur(50px);border-radius:50%;transition:all .7s}.hero-video:hover .video-glow[data-v-b5b0fce2]{background-color:#8b000066}.video-wrapper[data-v-b5b0fce2]{position:relative;background-color:#000;border-radius:1rem;aspect-ratio:9/16;max-width:400px;width:100%;overflow:hidden;border:4px solid rgba(255,255,255,.15);box-shadow:0 25px 50px #00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.youtube-video[data-v-b5b0fce2]{width:100%;height:100%;border:none;border-radius:1rem}.btn[data-v-b5b0fce2]{padding:.5rem 1.5rem;border-radius:30px;font-weight:700;font-size:.25rem;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;width:42%;gap:1rem}.btn-large[data-v-b5b0fce2]{padding:1rem 2rem;font-size:1rem}.btn-accent[data-v-b5b0fce2]{background-color:#d91414;color:#fff;box-shadow:0 10px 25px #8b00004d;border:2px solid rgba(255,255,255,.1)}.btn-accent[data-v-b5b0fce2]:hover{background-color:#ff6b6b;transform:translateY(-3px);box-shadow:0 15px 35px #8b000066}@media screen and (max-width:1024px){.hero[data-v-b5b0fce2]{background-attachment:scroll;background:linear-gradient(#000c,#000000b3),url(../../assets/images/hero-bg.jpg) no-repeat center center;background-size:cover}.hero-badge[data-v-b5b0fce2]{position:absolute;top:42rem;right:0;width:120px;transform:rotate(15deg);display:block}.hero-title[data-v-b5b0fce2]{text-align:center;font-size:3.5rem}.hero[data-v-b5b0fce2]{padding:4rem 0 2rem}.hero-content[data-v-b5b0fce2]{display:flex;flex-direction:column;gap:2rem}.tags[data-v-b5b0fce2]{width:100%;display:flex;align-items:center;justify-content:center;margin-top:2.5rem}.hero-description[data-v-b5b0fce2]{text-align:center}.hero-actions[data-v-b5b0fce2]{display:flex;align-items:center;justify-content:center}.btn[data-v-b5b0fce2]{width:100%;display:flex;justify-content:center;text-align:center}.social-icons[data-v-b5b0fce2]{display:flex;align-items:center;justify-content:center}.social-icon[data-v-b5b0fce2]{width:3rem;height:3rem}.hero-video[data-v-b5b0fce2]{width:100%;margin:0 auto}.video-wrapper[data-v-b5b0fce2]{max-width:450px;width:100%;border-radius:1.2rem;aspect-ratio:9/16}.video-glow[data-v-b5b0fce2]{inset:-.5rem}}@media screen and (max-width:768px){.hero-title[data-v-b5b0fce2]{font-size:2.8rem}.social-proof[data-v-b5b0fce2]{flex-direction:column;text-align:center;gap:.75rem}.avatars[data-v-b5b0fce2]{margin-left:0;justify-content:center}.video-wrapper[data-v-b5b0fce2]{max-width:380px}}@media screen and (max-width:480px){.hero-title[data-v-b5b0fce2]{font-size:2.2rem}.hero-description[data-v-b5b0fce2]{font-size:1rem}.video-wrapper[data-v-b5b0fce2]{max-width:320px}}.stats-bar[data-v-2029584e]{background-color:#d91414;padding:1.5rem 0}.stats-content[data-v-2029584e]{display:flex;justify-content:space-around;align-items:center;gap:2.5rem;flex-wrap:nowrap;overflow:hidden;width:85%;margin:auto}.stat-item[data-v-2029584e]{color:#fff;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;flex-shrink:0}.stat-desktop[data-v-2029584e]{display:none}@media(min-width:768px){.stat-desktop[data-v-2029584e]{display:flex}.carousel-container[data-v-2029584e]{display:none}}span[data-v-2029584e]{display:flex;align-items:center;justify-content:center}@media(max-width:767px){.stat-desktop[data-v-2029584e]{display:none}.stat-item[data-v-2029584e]{font-size:1rem}.carousel-container[data-v-2029584e]{display:block;width:100%;overflow:hidden;position:relative}.carousel-track[data-v-2029584e]{display:flex;transition:transform .5s ease-in-out}.carousel-item[data-v-2029584e]{width:100%;flex-shrink:0;padding:0 1rem;box-sizing:border-box;text-align:center}}.videos-section[data-v-c98466d6]{padding:5rem 0;background-color:#f8f5f5;width:85%;margin:auto;position:relative}.section-title[data-v-c98466d6]{font-size:1.875rem;font-weight:700;margin-bottom:3rem;text-align:center;transition:opacity .3s ease}.section-title.hidden-title[data-v-c98466d6]{opacity:0;height:0;margin:0;overflow:hidden}.fullscreen-controls[data-v-c98466d6]{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem;animation:fadeIn-c98466d6 .3s ease}@keyframes fadeIn-c98466d6{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.back-button-container[data-v-c98466d6]{display:flex;justify-content:center}.back-button[data-v-c98466d6]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#d91414;color:#fff;border:none;border-radius:2rem;font-weight:600;font-size:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #8b000033}.back-button[data-v-c98466d6]:hover{background-color:#8c0303;transform:translateY(-2px);box-shadow:0 6px 16px #8b00004d}.fullscreen-cta[data-v-c98466d6]{opacity:0;transform:translateY(10px);transition:all .5s ease .3s}.fullscreen-cta.cta-visible[data-v-c98466d6]{opacity:1;transform:translateY(0)}.budget-button[data-v-c98466d6]{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#e3350d,#c12c0b);color:#fff;text-decoration:none;border-radius:2rem;font-weight:700;font-size:1.125rem;transition:all .3s ease;box-shadow:0 8px 25px #e3350d4d;white-space:nowrap}.budget-button[data-v-c98466d6]:hover{transform:translateY(-3px);box-shadow:0 12px 30px #e3350d66;background:linear-gradient(135deg,#c12c0b,#a02409)}.budget-icon[data-v-c98466d6]{flex-shrink:0}.videos-grid[data-v-c98466d6]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center;transition:all .3s ease}.videos-grid.fullscreen-mode[data-v-c98466d6]{grid-template-columns:1fr;gap:0}.video-card[data-v-c98466d6]{aspect-ratio:9/16;background-color:#292929;border-radius:1rem;overflow:hidden;position:relative;cursor:pointer;box-shadow:0 10px 30px #0003;transition:all .5s cubic-bezier(.4,0,.2,1);width:100%;max-width:100%}span[data-v-c98466d6]{display:flex;justify-content:center;align-items:center}.video-card.fullscreen-active[data-v-c98466d6]{aspect-ratio:9/16;max-width:100%;width:100%;height:auto;max-height:70vh;z-index:100;position:relative;cursor:default;box-shadow:0 20px 60px #0006;margin-bottom:1rem}.video-card.fullscreen-hidden[data-v-c98466d6]{opacity:0;visibility:hidden;height:0;transform:scale(.8);pointer-events:none}.video-card[data-v-c98466d6]:hover:not(.fullscreen-active){transform:translateY(-5px)}.video-wrapper[data-v-c98466d6]{width:100%;height:100%;position:relative;background-color:#000}.video-thumbnail[data-v-c98466d6]{width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.video-thumbnail[data-v-c98466d6]:before{content:"";position:absolute;inset:0;background:linear-gradient(#0000004d,#000000b3);z-index:1}.thumbnail-overlay[data-v-c98466d6]{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;z-index:2;padding:1rem;text-align:center}.play-button[data-v-c98466d6]{width:60px;height:60px;border-radius:50%;background:#d91414;display:flex;align-items:center;justify-content:center;transition:transform .3s,background-color .3s;cursor:pointer;z-index:3}.play-button[data-v-c98466d6]:hover{transform:scale(1.1);background:#8b0000}.video-title[data-v-c98466d6]{color:#fff;font-size:.875rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5);margin-top:.5rem;z-index:3;line-height:1.2}.youtube-short.fullscreen-video[data-v-c98466d6]{width:100%;height:100%;border:none;border-radius:1rem;position:relative;z-index:4}.cta-container[data-v-c98466d6]{margin-top:3rem;text-align:center;animation:fadeInUp-c98466d6 .5s ease}@keyframes fadeInUp-c98466d6{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cta-button[data-v-c98466d6]{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#d91414;color:#fff;text-decoration:none;border-radius:2rem;font-weight:700;font-size:1.125rem;transition:all .3s ease-in-out;box-shadow:0 8px 25px #e3350d4d}.cta-button[data-v-c98466d6]:hover{transform:translateY(-3px);box-shadow:0 12px 30px #e3350d66;background:#890b0b}.cta-icon[data-v-c98466d6]{flex-shrink:0}@media(max-width:375px){.videos-section[data-v-c98466d6]{width:95%}.videos-grid[data-v-c98466d6]{gap:.75rem}.video-card[data-v-c98466d6]{border-radius:.75rem}.play-button[data-v-c98466d6]{width:50px;height:50px}.video-title[data-v-c98466d6]{font-size:.75rem}.back-button[data-v-c98466d6],.budget-button[data-v-c98466d6],.cta-button[data-v-c98466d6]{padding:.75rem 1.5rem;font-size:1rem}.video-card.fullscreen-active[data-v-c98466d6]{max-height:60vh;width:100%;margin:0 auto 1rem}.fullscreen-controls[data-v-c98466d6]{gap:1rem}}@media(min-width:641px)and (max-width:1023px){.video-title[data-v-c98466d6]{font-size:1rem}.play-button[data-v-c98466d6]{width:65px;height:65px}.videos-grid[data-v-c98466d6]{grid-template-columns:repeat(2,1fr);max-width:600px;margin:0 auto}.video-card.fullscreen-active[data-v-c98466d6]{max-height:60vh;width:400px;margin:0 auto 1rem}.back-button[data-v-c98466d6],.budget-button[data-v-c98466d6],.cta-button[data-v-c98466d6]{padding:1rem 2rem;font-size:1.125rem}}@media(min-width:1024px){.videos-grid[data-v-c98466d6]{grid-template-columns:repeat(4,1fr)}.video-title[data-v-c98466d6]{font-size:1.125rem}.play-button[data-v-c98466d6]{width:70px;height:70px}.video-card.fullscreen-active[data-v-c98466d6]{max-height:60vh;margin:0 auto 1rem;max-width:400px}.back-button[data-v-c98466d6],.budget-button[data-v-c98466d6],.cta-button[data-v-c98466d6]{padding:1rem 2.5rem;font-size:1.25rem}}@media(min-height:800px){.video-card.fullscreen-active[data-v-c98466d6]{max-height:65vh}}@media(min-height:1000px){.video-card.fullscreen-active[data-v-c98466d6]{max-height:70vh}}@media(max-height:600px)and (orientation:landscape){.video-card.fullscreen-active[data-v-c98466d6]{max-height:80vh;max-width:50vh;margin:0 auto 1rem}.fullscreen-controls[data-v-c98466d6]{flex-direction:row;justify-content:space-between;padding:0 1rem}.budget-button[data-v-c98466d6]{font-size:1rem;padding:.75rem 1.5rem}}@media(min-width:1024px){.video-card.fullscreen-active[data-v-c98466d6]{max-width:520px;max-height:75vh}.fullscreen-cta-below[data-v-c98466d6]{opacity:1;transform:translateY(0);margin-top:1.5rem;display:flex;justify-content:center}}.testimonials-section[data-v-78754393]{padding:5rem 0;background-color:#fff}.container[data-v-78754393]{width:85%;margin:auto;position:relative;max-width:1200px}.testimonials-header[data-v-78754393]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:4rem}.stars[data-v-78754393]{display:flex;gap:.25rem}.section-title[data-v-78754393]{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;text-align:center}.section-subtitle[data-v-78754393]{color:#6b7280;max-width:42rem}.testimonials-carousel[data-v-78754393]{position:relative;overflow:hidden;margin-bottom:2rem}.testimonials-wrapper[data-v-78754393]{overflow:hidden;margin:0 4rem}@media(max-width:767px){.testimonials-wrapper[data-v-78754393]{margin:0 3.5rem}}.testimonials-grid[data-v-78754393]{display:flex;transition:transform .5s ease-in-out;gap:2rem}.testimonial-card[data-v-78754393]{flex:0 0 100%;padding:2rem;border-radius:1rem;background-color:#f8f5f5;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem;min-height:250px;box-sizing:border-box;transition:all .3s ease;position:relative}.testimonial-card.expanded[data-v-78754393]{z-index:100;box-shadow:0 20px 40px #00000026;transform:scale(1.02);min-height:auto}.testimonial-header[data-v-78754393]{display:flex;align-items:center;gap:1rem}.testimonial-avatar[data-v-78754393]{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.testimonial-name[data-v-78754393]{font-weight:700;margin-bottom:.25rem}.rating-and-date[data-v-78754393]{display:flex;align-items:center;gap:.5rem}.mini-stars[data-v-78754393]{display:flex;gap:.125rem}.testimonial-content[data-v-78754393]{flex-grow:1;position:relative}.testimonial-text[data-v-78754393]{font-size:.875rem;color:#4b5563;line-height:1.5;transition:all .3s ease}.testimonial-text.clamped[data-v-78754393]{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767px){.testimonial-text.clamped[data-v-78754393]{-webkit-line-clamp:5}}.read-more-btn[data-v-78754393]{background:none;border:none;color:#d91414;font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem 0;margin-top:.5rem;display:inline-block;transition:color .3s ease;text-align:left}.read-more-btn[data-v-78754393]:hover{color:#8c0303;text-decoration:underline}.carousel-btn[data-v-78754393]{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.carousel-btn[data-v-78754393]:hover{background-color:#d91414;color:#fff;border-color:#d91414}.carousel-btn.prev[data-v-78754393]{left:0}.carousel-btn.next[data-v-78754393]{right:0}.carousel-dots[data-v-78754393]{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem}.carousel-dot[data-v-78754393]{width:.75rem;height:.75rem;border-radius:50%;background-color:#e5e7eb;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active[data-v-78754393]{background-color:#d91414;transform:scale(1.2)}.carousel-dot[data-v-78754393]:hover{background-color:#d91414}.testimonials-cta[data-v-78754393]{display:flex;justify-content:center}.btn[data-v-78754393]{padding:.875rem 2rem;border-radius:.5rem;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn-accent[data-v-78754393]{background-color:#d91414;color:#fff;box-shadow:0 10px 25px #8b000033}.btn-accent[data-v-78754393]:hover{background-color:#8c0303;transform:translateY(-2px);box-shadow:0 12px 30px #8b00004d}@media(min-width:768px){.testimonial-card[data-v-78754393]{flex:0 0 calc(50% - 1rem);padding:1.5rem}.testimonials-grid[data-v-78754393]{gap:2rem}.testimonials-wrapper[data-v-78754393]{margin:0 4rem}}@media(min-width:1024px){.testimonial-card[data-v-78754393]{flex:0 0 calc(33.333% - 1.33rem)}}@media(max-width:767px){.carousel-btn[data-v-78754393]{display:flex;width:2.5rem;height:2.5rem}.container[data-v-78754393]{width:95%}.carousel-btn.prev[data-v-78754393]{left:.5rem}.carousel-btn.next[data-v-78754393]{right:.5rem}.testimonial-card[data-v-78754393]{min-height:280px;padding:1.5rem}.testimonial-card.expanded[data-v-78754393]{min-height:auto}.testimonials-grid[data-v-78754393]{gap:0}}.testimonial-card.expanded[data-v-78754393]:before{content:"";position:fixed;inset:0;background:#0000001a;z-index:99;pointer-events:none;opacity:0}.features-section[data-v-87569c8d]{padding:5rem 0;background-color:#f8f5f580;width:85%;margin:auto}span[data-v-87569c8d]{display:flex;align-items:center;justify-content:center}.features-content[data-v-87569c8d]{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.features-content[data-v-87569c8d]{grid-template-columns:1fr 1fr}}.features-title[data-v-87569c8d]{font-size:2.5rem;font-weight:900;margin-bottom:2rem;line-height:1.2}.text-accent[data-v-87569c8d]{color:#d91414}.features-list[data-v-87569c8d]{display:grid;gap:1.5rem}.feature-item[data-v-87569c8d]{display:flex;gap:1rem}.feature-icon[data-v-87569c8d]{flex-shrink:0;width:3rem;height:3rem;border-radius:.75rem;background-color:#8b00001a;color:#d91414;display:flex;align-items:center;justify-content:center}.feature-title[data-v-87569c8d]{font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.feature-description[data-v-87569c8d]{color:#6b7280;font-size:.875rem}.features-image[data-v-87569c8d]{position:relative;margin:auto}.design-image[data-v-87569c8d]{width:100%;border-radius:1.5rem;box-shadow:0 25px 50px #0003}.stat-card[data-v-87569c8d]{position:absolute;bottom:-1.5rem;left:-1.5rem;background-color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 30px #00000026;max-width:240px;border:1px solid #e5e7eb}.stat-number[data-v-87569c8d]{color:#d91414;font-weight:900;font-size:2.5rem;margin-bottom:.25rem}.stat-label[data-v-87569c8d]{font-size:.875rem;font-weight:700;opacity:.8}.projects-section[data-v-63cfd74f]{padding:5rem 0;background-color:#fff}span[data-v-63cfd74f]{display:flex;align-items:center;justify-content:center}.container[data-v-63cfd74f]{width:85%;margin:auto}.projects-header[data-v-63cfd74f]{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap}.header-content[data-v-63cfd74f]{flex:1}.title-wrapper[data-v-63cfd74f]{display:flex;flex-direction:column}.section-title[data-v-63cfd74f]{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.section-subtitle[data-v-63cfd74f]{color:#6b7280;max-width:42rem}.projects-nav[data-v-63cfd74f]{display:flex;gap:1rem}.nav-button[data-v-63cfd74f]{width:3rem;height:3rem;border-radius:50%;border:1px solid #e5e7eb;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.nav-button[data-v-63cfd74f]:hover{background-color:#d91414;color:#fff;border-color:#d91414}.projects-carousel[data-v-63cfd74f]{position:relative;overflow:hidden;margin-bottom:2rem;border-radius:1rem}.carousel-track[data-v-63cfd74f]{display:flex;transition:transform .5s ease-in-out;gap:1.5rem;padding:.25rem}.project-slide[data-v-63cfd74f]{flex:0 0 calc((100% - (var(--gap-count) * 1.5rem)) / var(--visible-projects));min-width:0}.project-card[data-v-63cfd74f]{position:relative;overflow:hidden;border-radius:1rem;aspect-ratio:1/1;height:100%;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card[data-v-63cfd74f]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.project-image[data-v-63cfd74f]{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.project-card:hover .project-image[data-v-63cfd74f]{transform:scale(1.05)}.project-overlay[data-v-63cfd74f]{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.3),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;opacity:.95;transition:opacity .3s ease}.project-card:hover .project-overlay[data-v-63cfd74f]{opacity:1}.project-title[data-v-63cfd74f]{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.25rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-subtitle[data-v-63cfd74f]{color:#ffffffe6;font-size:.875rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.carousel-dots[data-v-63cfd74f]{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.carousel-dot[data-v-63cfd74f]{width:.75rem;height:.75rem;border-radius:50%;background-color:#e5e7eb;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active[data-v-63cfd74f]{background-color:#d91414;transform:scale(1.2)}.carousel-dot[data-v-63cfd74f]:hover{background-color:#d91414}.projects-cta[data-v-63cfd74f]{text-align:center}.btn[data-v-63cfd74f]{padding:.875rem 2rem;border-radius:.5rem;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn-secondary[data-v-63cfd74f]{background-color:#8b00001a;color:#d91414;border:2px solid transparent}.btn-secondary[data-v-63cfd74f]:hover{background-color:#d91414;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #8b000033}.project-slide[data-v-63cfd74f]{--visible-projects: 3;--gap-count: 2}@media(max-width:1023px)and (min-width:768px){.project-slide[data-v-63cfd74f]{--visible-projects: 2;--gap-count: 1}}@media(max-width:767px){.projects-header[data-v-63cfd74f]{flex-direction:column;align-items:stretch;gap:1.5rem}.header-content[data-v-63cfd74f]{width:100%}.title-wrapper[data-v-63cfd74f]{margin-bottom:1.5rem}.projects-nav[data-v-63cfd74f]{width:100%;display:flex;justify-content:space-between;gap:.5rem}.nav-button[data-v-63cfd74f]{flex:1;width:auto;height:3.5rem;border-radius:.75rem;border:2px solid #D91414;background-color:transparent;color:#d91414;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s}.nav-button[data-v-63cfd74f]:hover{background-color:#d91414;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #8b000033}.nav-button .material-design-icon[data-v-63cfd74f]{margin-right:.25rem}.project-slide[data-v-63cfd74f]{--visible-projects: 1;--gap-count: 0;flex:0 0 100%!important}.project-card[data-v-63cfd74f]{aspect-ratio:4/3;max-width:100%;margin:0 auto}.carousel-track[data-v-63cfd74f]{gap:0;padding:0}.carousel-dots[data-v-63cfd74f]{margin-top:1.5rem}}@media(max-width:375px){.nav-button[data-v-63cfd74f]{height:3rem;font-size:.875rem;padding:0 .75rem}.nav-button .material-design-icon[data-v-63cfd74f]{width:20px;height:20px}}.why-section[data-v-4a7907b4]{padding:5rem 0;background-color:#292929;color:#fff}.container[data-v-4a7907b4]{width:85%;margin:auto;display:flex;flex-direction:column;gap:2rem}.section-title-center[data-v-4a7907b4]{text-align:center;font-size:20pt}.why-grid[data-v-4a7907b4]{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.why-grid[data-v-4a7907b4]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-grid[data-v-4a7907b4]{grid-template-columns:repeat(3,1fr)}}.why-card[data-v-4a7907b4]{padding:2rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;transition:all .3s}.why-card[data-v-4a7907b4]:hover{background-color:#8b000033;cursor:pointer}.why-title[data-v-4a7907b4]{font-size:1.25rem;font-weight:700;margin:1rem 0 .75rem}.why-description[data-v-4a7907b4]{color:#9ca3af;font-size:.875rem}.contact-section[data-v-3d4353a6]{padding:6rem 0;background-color:#fff;position:relative}.container[data-v-3d4353a6]{width:85%;margin:auto}.contact-content[data-v-3d4353a6]{display:grid;grid-template-columns:1fr;gap:5rem}@media(min-width:1024px){.contact-content[data-v-3d4353a6]{grid-template-columns:1fr 1fr}}.contact-title[data-v-3d4353a6]{font-size:3rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2}.text-accent[data-v-3d4353a6]{color:#d91414}.contact-description[data-v-3d4353a6]{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem}.contact-list[data-v-3d4353a6]{display:flex;flex-direction:column;gap:1.5rem}.contact-item[data-v-3d4353a6]{display:flex;align-items:center;gap:1rem}span[data-v-3d4353a6]{display:flex;align-items:center;justify-content:center}.contact-icon[data-v-3d4353a6]{width:3rem;height:3rem;background-color:#f8f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d91414}.contact-label[data-v-3d4353a6]{font-size:.875rem;font-weight:700;opacity:.6}.contact-value[data-v-3d4353a6]{font-size:1.125rem;font-weight:700}.contact-form-wrapper[data-v-3d4353a6]{background-color:#f8f5f5;padding:3rem;border-radius:1.5rem;border:1px solid #e5e7eb;box-shadow:0 25px 50px #0000001a}.contact-form[data-v-3d4353a6]{display:grid;gap:1.5rem}.form-row[data-v-3d4353a6]{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.form-row[data-v-3d4353a6]{grid-template-columns:repeat(2,1fr)}}.form-group[data-v-3d4353a6]{display:flex;flex-direction:column}.form-label[data-v-3d4353a6]{font-size:.875rem;font-weight:700;margin-bottom:.5rem;opacity:.8}.form-input[data-v-3d4353a6]{width:100%;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem;font-size:1rem;transition:all .3s}.form-input[data-v-3d4353a6]:focus{outline:none;border-color:#d91414;box-shadow:0 0 0 3px #8b00001a}.checkbox-grid[data-v-3d4353a6]{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.checkbox-label[data-v-3d4353a6]{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .3s;font-size:.875rem}.checkbox-label[data-v-3d4353a6]:hover{border-color:#d91414}.checkbox-label.active[data-v-3d4353a6]{border-color:#d91414;background-color:#8b00000d}.checkbox-label input[type=checkbox][data-v-3d4353a6]{width:1rem;height:1rem;border-radius:.25rem;border:1px solid #d1d5db;accent-color:#D91414}.btn[data-v-3d4353a6]{padding:.625rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.875rem;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn-large[data-v-3d4353a6]{padding:1rem 2rem;font-size:1.125rem}.btn-accent[data-v-3d4353a6]{background-color:#d91414;color:#fff;box-shadow:0 10px 25px #8b000033}.btn-accent[data-v-3d4353a6]:hover{background-color:#8c0303}.btn-full[data-v-3d4353a6]{width:100%;justify-content:center}.form-disclaimer[data-v-3d4353a6]{font-size:.625rem;text-align:center;opacity:.6}@media screen and (max-width:1024px){.contact-form-wrapper[data-v-3d4353a6]{padding:1.5rem}}.toast-notification[data-v-3d4353a6]{position:fixed;bottom:2rem;right:2rem;background-color:#fff;border-radius:.75rem;padding:1rem 1.25rem;box-shadow:0 10px 25px #00000026;display:flex;align-items:center;gap:.75rem;max-width:350px;border-left:4px solid #10b981;z-index:1000;animation:toast-float-3d4353a6 5s ease-in-out}.toast-icon[data-v-3d4353a6]{width:2rem;height:2rem;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.toast-content[data-v-3d4353a6]{flex:1}.toast-title[data-v-3d4353a6]{font-weight:700;font-size:.875rem;margin-bottom:.25rem;color:#1f2937}.toast-message[data-v-3d4353a6]{font-size:.875rem;color:#6b7280}.toast-close[data-v-3d4353a6]{background:none;border:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;padding:.25rem;line-height:1;transition:color .3s}.toast-close[data-v-3d4353a6]:hover{color:#4b5563}.toast-slide-enter-active[data-v-3d4353a6],.toast-slide-leave-active[data-v-3d4353a6]{transition:all .3s ease}.toast-slide-enter-from[data-v-3d4353a6],.toast-slide-leave-to[data-v-3d4353a6]{opacity:0;transform:translate(100%)}@keyframes toast-float-3d4353a6{0%,to{opacity:0;transform:translateY(20px)}10%,90%{opacity:1;transform:translateY(0)}}@media screen and (max-width:640px){.toast-notification[data-v-3d4353a6]{bottom:1rem;right:1rem;left:1rem;max-width:none}}.footer[data-v-d39a47bb]{background-color:#292929;color:#fff;padding:5rem 0 2.5rem;border-top:1px solid rgba(255,255,255,.05)}span[data-v-d39a47bb]{display:flex;align-items:center;justify-content:center}.container[data-v-d39a47bb]{width:85%;margin:auto}.footer-grid[data-v-d39a47bb]{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:5rem}@media(min-width:768px){.footer-grid[data-v-d39a47bb]{grid-template-columns:repeat(4,1fr)}}.footer-legal-link[data-v-d39a47bb]{text-decoration:none;color:#d91414}.logo[data-v-d39a47bb]{display:flex;align-items:center;gap:.5rem}.logo img[data-v-d39a47bb]{width:60%;max-width:200px;height:auto}.footer-description[data-v-d39a47bb]{font-size:.875rem;color:#9ca3af;line-height:1.6;margin:1.5rem 0}.footer-social[data-v-d39a47bb]{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.footer-social a[data-v-d39a47bb]{text-decoration:none;color:#9ca3af;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#ffffff0d}.footer-social a[data-v-d39a47bb]:hover{background-color:#d91414;transform:translateY(-2px);color:#fff}.footer-social-icon[data-v-d39a47bb]{cursor:pointer;transition:color .3s ease;color:#9ca3af}.footer-social a:hover .footer-social-icon[data-v-d39a47bb]{color:#fff}.image-icon[data-v-d39a47bb]{width:40px;height:40px;object-fit:contain;transition:filter .3s ease;filter:brightness(0) invert(1)}.footer-title[data-v-d39a47bb]{font-weight:700;font-size:1.125rem;margin-bottom:1.5rem}.footer-list[data-v-d39a47bb]{display:flex;flex-direction:column;gap:.75rem;list-style:none;font-size:.875rem;color:#9ca3af;padding:0;margin:0}.footer-list a[data-v-d39a47bb]{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-list a[data-v-d39a47bb]:hover{color:#d91414}.footer-list li[data-v-d39a47bb]{cursor:pointer;transition:color .3s}.footer-list li[data-v-d39a47bb]:hover{color:#d91414}.footer-map[data-v-d39a47bb]{display:flex;flex-direction:column}.map-wrapper[data-v-d39a47bb]{width:100%;height:200px;border-radius:.75rem;overflow:hidden;position:relative;box-shadow:0 4px 12px #0003}.google-map[data-v-d39a47bb]{width:100%;height:100%;border:0;filter:grayscale(100%) contrast(120%);transition:filter .3s ease}.google-map[data-v-d39a47bb]:hover{filter:grayscale(50%) contrast(110%)}.footer-bottom[data-v-d39a47bb]{padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media(min-width:768px){.footer-bottom[data-v-d39a47bb]{flex-direction:row;justify-content:space-between;text-align:left}}.footer-copyright[data-v-d39a47bb]{font-size:.75rem;color:#6b7280;margin:0;line-height:1.5}.footer-legal[data-v-d39a47bb]{display:flex;gap:1.5rem;font-size:.75rem;color:#6b7280}.footer-legal a[data-v-d39a47bb]{color:#6b7280;text-decoration:none;transition:color .3s;cursor:pointer}.footer-legal a[data-v-d39a47bb]:hover{color:#d91414}.modal-overlay[data-v-d39a47bb]{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn-d39a47bb .3s ease}.modal-content[data-v-d39a47bb]{background-color:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp-d39a47bb .3s ease;color:#333}.modal-header[data-v-d39a47bb]{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background-color:#292929;border-radius:12px 12px 0 0;color:#fff}.modal-header h2[data-v-d39a47bb]{margin:0;font-size:1.5rem;font-weight:700}.modal-close[data-v-d39a47bb]{background:none;border:none;font-size:2rem;cursor:pointer;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s}.modal-close[data-v-d39a47bb]:hover{background-color:#ffffff1a}.modal-body[data-v-d39a47bb]{padding:2rem;overflow-y:auto;flex:1}.modal-footer[data-v-d39a47bb]{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;background-color:#f9fafb;border-radius:0 0 12px 12px}.modal-button[data-v-d39a47bb]{background-color:#d91414;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-button[data-v-d39a47bb]:hover{background-color:#6a0000;transform:translateY(-2px)}.privacy-content[data-v-d39a47bb],.terms-content[data-v-d39a47bb]{font-size:.95rem;line-height:1.6}.privacy-content section[data-v-d39a47bb],.terms-content section[data-v-d39a47bb]{margin-bottom:2rem}.privacy-content h3[data-v-d39a47bb],.terms-content h3[data-v-d39a47bb]{color:#292929;font-size:1.2rem;margin-bottom:.75rem;font-weight:600}.privacy-content p[data-v-d39a47bb],.terms-content p[data-v-d39a47bb]{margin-bottom:1rem;color:#4b5563}.privacy-content ul[data-v-d39a47bb],.terms-content ul[data-v-d39a47bb],.terms-content ol[data-v-d39a47bb]{margin-bottom:1rem;padding-left:1.5rem;color:#4b5563}.privacy-content li[data-v-d39a47bb],.terms-content li[data-v-d39a47bb]{margin-bottom:.5rem}.privacy-content strong[data-v-d39a47bb],.terms-content strong[data-v-d39a47bb]{color:#292929;font-weight:600}.consent-section[data-v-d39a47bb],.acceptance-section[data-v-d39a47bb]{background-color:#f9fafb;padding:1.5rem;border-radius:8px;margin-top:2rem;border-left:4px solid #D91414}.consent-section p[data-v-d39a47bb],.acceptance-section p[data-v-d39a47bb]{margin-bottom:.5rem;color:#374151}@keyframes fadeIn-d39a47bb{0%{opacity:0}to{opacity:1}}@keyframes slideUp-d39a47bb{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.modal-content[data-v-d39a47bb]{max-height:85vh;margin:10px}.modal-header[data-v-d39a47bb]{padding:1rem 1.5rem}.modal-body[data-v-d39a47bb]{padding:1.5rem}.modal-footer[data-v-d39a47bb]{padding:1rem 1.5rem}.modal-header h2[data-v-d39a47bb]{font-size:1.3rem}}.footer-social a[data-v-d39a47bb]:focus,.footer-list a[data-v-d39a47bb]:focus,.footer-legal a[data-v-d39a47bb]:focus,.modal-close[data-v-d39a47bb]:focus,.modal-button[data-v-d39a47bb]:focus{outline:2px solid #D91414;outline-offset:2px}@media(max-width:767px){.map-wrapper[data-v-d39a47bb]{height:180px}.footer-grid[data-v-d39a47bb]{gap:2rem;margin-bottom:3rem}.footer-social[data-v-d39a47bb]{gap:.75rem}}@media(min-width:768px)and (max-width:1023px){.map-wrapper[data-v-d39a47bb]{height:180px}.footer-social[data-v-d39a47bb]{gap:.75rem}}@media(min-width:1024px){.map-wrapper[data-v-d39a47bb]{height:200px}}[data-v-1c8bb960]{margin:0;padding:0;box-sizing:border-box}.app[data-v-1c8bb960]{font-family:Raleway,sans-serif;color:#292929;background-color:#f8f5f5;line-height:1.6}span[data-v-1c8bb960]{display:flex;align-items:center;justify-content:center}.container[data-v-1c8bb960]{max-width:85%;margin:0 auto;padding:0 1.5rem}.whatsapp-float[data-v-1c8bb960]{position:fixed;bottom:1rem;right:1rem;z-index:50;width:4rem;height:4rem;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000004d;transition:transform .3s;text-decoration:none}.whatsapp-float[data-v-1c8bb960]:hover{transform:scale(1.1)}.whatsapp-icon[data-v-1c8bb960]{width:2rem;height:2rem;fill:currentColor}.whatsapp-tooltip[data-v-1c8bb960]{position:absolute;right:100%;margin-right:1rem;background-color:#fff;color:#292929;padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:700;white-space:nowrap;opacity:0;transition:opacity .3s;box-shadow:0 4px 12px #00000026}.whatsapp-float:hover .whatsapp-tooltip[data-v-1c8bb960]{opacity:1}
