:root{--color-primary:#fc6c79;--color-primary-dark:#c94e66;--color-primary-light:#ffd6dd;--color-primary-button:#fc6c79;--color-text-on-primary-button:#fff;--color-border-button:#000;--color-hover-button:#c94e66;--color-secondary:#4a97d4;--color-secondary-dark:#3784bc;--color-secondary-light:#d6eeff;--color-accent-yellow:#d9b040;--color-accent-green:#5aab5c;--color-bg-marca:#ebeb95;--color-bg-light:#fff;--color-bg-soft:#f8f7f6;--color-border:#d0d0d0;--color-text-primary:#494949;--color-text-secondary:#545454;--color-text-disabled:#767676;--color-hover-primary:#c94e66;--color-hover-secondary:#3784bc;--color-disabled-bg:#e8e8e8;--color-disabled-text:#767676;--color-error:#d42e2e;--color-success:#2e8132;--color-warning:#d98a23;--color-info:#0d8bce;--shadow-card:0 2px 8px rgba(0,0,0,.08);--color-bg-hover-navbar:#e6d8c0;--color-nav-link-a:#494949;--color-bg-hover-navbar-a:hsla(0,0%,100%,.1);--color-nav-link-scrolled-a:#494949;--color-bg-hover-navbar-scrolled-a:#494949;--color-primary-gradient:linear-gradient(135deg,#fc6c79,#c94e66);--color-primary-gradient-inverted:linear-gradient(135deg,#c94e66,#fc6c79);--color-secondary-gradient:linear-gradient(135deg,#4a97d4,#3784bc);--color-divisor-gradient:linear-gradient(135deg,#ebeb95,#e0dfd5);--color-bg-footer:#e6d8c0;--color-text-footer:#494949}*{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}.white-container{background-color:var(--color-bg-light)}.container{background-color:var(--color-bg-soft)}.container-items{margin:0 auto;max-width:90vw;padding:0 2rem 4rem}.title{color:var(--color-text-primary);font-size:2.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:1.5rem;padding:0 1rem 1rem;position:relative;text-align:center}.title:after{border-radius:3px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translate(-50%);width:80px}.title span{color:var(--color-primary);display:inline-block;position:relative}.title span:before{background-color:var(--color-primary-light);border-radius:4px;bottom:5px;content:"";height:8px;left:0;opacity:.6;position:absolute;width:100%;z-index:-1}@media(max-width:768px){.title{font-size:1.8rem;margin-bottom:1.2rem}.title:after{width:60px}}.logo img{height:auto;margin:0 6rem 0 2rem;width:11rem}.banner{position:relative}.banner,.banner-image{height:100vh;width:100%}.banner-image{-o-object-fit:cover;object-fit:cover}.banner:after{background-color:#0000004d;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.footer{background-color:var(--color-bg-footer);padding:4rem 0 1.5rem}.footer,.footer *{color:var(--color-primary)}.footer-container{margin:0 auto;padding:0 2rem}.footer-main{border-bottom:2px solid var(--color-primary);display:grid;gap:3rem;grid-template-columns:1.5fr 2fr 1.5fr;margin-bottom:3rem;padding-bottom:2rem}.footer-brand{display:flex;flex-direction:column}.footer-logo{margin-bottom:1.5rem;max-width:180px}.footer-logo img{height:auto;width:100%}.footer-slogan{color:var(--color-text-footer);font-size:1rem;font-weight:700;margin-top:.5rem}.footer-links{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-links-group h4{color:var(--color-text-footer);font-size:1.2rem;font-weight:700;margin-bottom:1.2rem;position:relative}.footer-links-group h4:after{background-color:var(--color-primary-dark);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:30px}.footer-links-group ul{list-style:none;margin:0;padding:0}.footer-links-group ul li{margin-bottom:.8rem}.footer-links-group ul li a{color:var(--color-text-footer);font-size:1rem;font-weight:600;opacity:.8;text-decoration:none;transition:all .3s ease}.footer-links-group ul li a:hover{color:var(--color-text-footer);display:inline-block;opacity:1;transform:translate(5px)}.footer-newsletter h4{color:var(--color-text-footer);font-size:1.1rem;font-weight:700;margin-bottom:1rem;position:relative}.footer-newsletter h4:after{background-color:var(--color-primary-dark);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:30px}.footer-newsletter p{color:var(--color-text-footer);font-size:.95rem;font-weight:600;margin-bottom:1.2rem}.newsletter-form{display:flex;margin-top:1rem}.newsletter-form input{background-color:#ffffffe6;border:2px solid var(--color-primary);border-radius:4px 0 0 4px;color:var(--color-text-primary);flex:1;font-size:.9rem;font-weight:600;padding:.8rem 1rem;transition:all .3s ease}.newsletter-form input:focus{background-color:#fff;border-color:var(--color-primary-dark);outline:none}.newsletter-form input::-moz-placeholder{color:var(--color-text-secondary);opacity:.7}.newsletter-form input::placeholder{color:var(--color-text-secondary);opacity:.7}.newsletter-form button{background:var(--color-primary-gradient);border:none;border-radius:0 4px 4px 0;box-shadow:0 4px 12px #fc6c794d;color:#fff;cursor:pointer;font-weight:700;padding:0 1.5rem;transition:all .3s ease}.newsletter-form button:hover{background:var(--color-primary-gradient-inverted);box-shadow:0 6px 16px #fc6c7966}.footer-bottom{align-items:center;display:flex;justify-content:space-between;padding-top:1.5rem}.copyright p{color:var(--color-text-footer);font-size:.9rem;font-weight:600}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background-color:#fc6c7933;border:2px solid var(--color-primary);border-radius:50%;color:var(--color-primary);display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-links a:hover{background:var(--color-primary-gradient);box-shadow:0 6px 16px #fc6c7966;color:#fff;transform:translateY(-3px)}@media(max-width:992px){.footer-main{grid-template-columns:1fr 1fr}.footer-newsletter{grid-column:span 2;margin-top:2rem}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-main{gap:2rem;grid-template-columns:1fr}.footer-newsletter{grid-column:span 1}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.social-links{justify-content:center}}@media(max-width:480px){.footer-links{grid-template-columns:1fr}.newsletter-form{flex-direction:column;gap:.5rem}.newsletter-form input{border-radius:4px}.newsletter-form button{border-radius:4px;padding:.8rem 1rem}}.appear{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.appear.appear-active{opacity:1;transform:translateY(0)}.modern-navbar[data-v-2ff5fcdf]{left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.modern-navbar[data-v-2ff5fcdf],.modern-navbar[data-v-2ff5fcdf]:hover{background:var(--color-bg-hover-navbar)}.modern-navbar.scrolled[data-v-2ff5fcdf]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--color-bg-hover-navbar);box-shadow:0 4px 15px #00000014;opacity:.3}.modern-navbar.scrolled[data-v-2ff5fcdf]:hover{opacity:1}.modern-navbar.scrolled[data-v-2ff5fcdf] *{color:var(--color-nav-link-scrolled-a)}.navbar-container[data-v-2ff5fcdf]{height:50px;justify-content:space-between;margin:0 auto;padding:0 1rem}.navbar-container[data-v-2ff5fcdf],.navbar-logo[data-v-2ff5fcdf]{align-items:center;display:flex}.logo-image[data-v-2ff5fcdf]{height:auto;-o-object-fit:contain;object-fit:contain;transition:width .3s ease;width:65px}.scrolled .logo-image[data-v-2ff5fcdf]{width:65px}.desktop-menu[data-v-2ff5fcdf]{gap:2rem}.desktop-menu[data-v-2ff5fcdf],.nav-link[data-v-2ff5fcdf]{align-items:center;display:flex}.nav-link[data-v-2ff5fcdf]{border-radius:8px;color:var(--color-nav-link-a);cursor:pointer;font-size:1rem;font-size:.8rem;font-weight:600;gap:.3rem;padding:.5rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link[data-v-2ff5fcdf]:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--color-bg-hover-navbar-link)}.scrolled .nav-link.active[data-v-2ff5fcdf],.scrolled .nav-link[data-v-2ff5fcdf]:hover{background:#fff3;color:var(--color-bg-hover-navbar-scrolled-a)}.nav-link.active[data-v-2ff5fcdf]:after{background:var(--color-bg-hover-navbar);border-radius:50%;bottom:-6px;content:"";height:6px;left:50%;position:absolute;transform:translate(-50%);width:6px}.scrolled .nav-link.active[data-v-2ff5fcdf]:after{background:red}.nav-dropdown[data-v-2ff5fcdf]{position:relative}.dropdown-content[data-v-2ff5fcdf]{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:12px;box-shadow:0 10px 30px #0000001a;left:0;min-width:180px;opacity:0;overflow:hidden;padding-bottom:1rem;position:absolute;top:calc(100% + 5px);transform:translateY(-10px);transition:all .3s ease;visibility:hidden}.nav-dropdown:hover .dropdown-content[data-v-2ff5fcdf]{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item[data-v-2ff5fcdf]{color:var(--color-text-primary);display:block;padding:1rem 1rem 0;text-decoration:none;transition:all .3s ease}.dropdown-item[data-v-2ff5fcdf]:hover{background:var(--color-bg-hover-navbar-light);color:var(--color-primary)}.scrolled .dropdown-item[data-v-2ff5fcdf]:hover{background:var(--color-bg-hover-navbar-light);color:var(--color-bg-hover-navbar)}.user-dropdown[data-v-2ff5fcdf]{position:relative}.user-link[data-v-2ff5fcdf]{align-items:center;display:flex;gap:.5rem;white-space:nowrap}.user-link i.pi-user[data-v-2ff5fcdf]{font-size:1.2rem}.dropdown-item.logout[data-v-2ff5fcdf]{color:#e74c3c;cursor:pointer}.dropdown-item.logout[data-v-2ff5fcdf]:hover{background:#e74c3c1a}.dropdown-item i[data-v-2ff5fcdf]{margin-right:.5rem}.navbar-actions[data-v-2ff5fcdf]{align-items:center;display:flex;gap:1rem}.cta-nav-button[data-v-2ff5fcdf]{background:var(--color-primary-gradient);border:none;border-color:var(--color-primary);border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.cta-nav-button[data-v-2ff5fcdf]:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.scrolled .cta-nav-button[data-v-2ff5fcdf]{background:#fff;color:var(--color-bg-hover-navbar)}.mobile-menu-toggle[data-v-2ff5fcdf]{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;padding:0;z-index:1010}.hamburger-line[data-v-2ff5fcdf]{background:#fff;border-radius:2px;height:2px;transition:all .3s ease;width:24px}.hamburger-line.active[data-v-2ff5fcdf]:first-child{transform:translateY(9px) rotate(45deg)}.hamburger-line.active[data-v-2ff5fcdf]:nth-child(2){opacity:0}.hamburger-line.active[data-v-2ff5fcdf]:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu[data-v-2ff5fcdf]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;display:flex;flex-direction:column;height:calc(100vh - 80px);left:0;opacity:0;overflow-y:auto;padding:2rem;position:fixed;top:80px;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:100%}.mobile-menu.active[data-v-2ff5fcdf]{opacity:1;transform:translateY(0);visibility:visible}.mobile-user-info[data-v-2ff5fcdf]{align-items:center;background:#ffffff1a;border-radius:12px;color:#fff;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.mobile-user-info i[data-v-2ff5fcdf]{font-size:2rem}.mobile-nav-link[data-v-2ff5fcdf]{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);color:#fff;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1rem;text-decoration:none;transition:all .3s ease}.mobile-nav-link.active[data-v-2ff5fcdf]{color:var(--color-bg-hover-navbar)}.mobile-nav-link[data-v-2ff5fcdf]:hover{background:#ffffff0d}.dropdown-toggle[data-v-2ff5fcdf]{cursor:pointer}.mobile-dropdown-content[data-v-2ff5fcdf]{background:#ffffff0d;max-height:0;overflow:hidden;transition:all .3s ease}.mobile-dropdown-content.active[data-v-2ff5fcdf]{max-height:300px}.mobile-dropdown-item[data-v-2ff5fcdf]{border-bottom:1px solid hsla(0,0%,100%,.05);color:#fffc;display:block;padding:1rem 1.5rem;text-decoration:none;transition:all .2s ease}.mobile-dropdown-item[data-v-2ff5fcdf]:hover{background:#ffffff1a;color:var(--color-bg-hover-navbar)}.pi.rotated[data-v-2ff5fcdf]{transform:rotate(180deg);transition:transform .3s ease}.mobile-cta-button[data-v-2ff5fcdf]{background:linear-gradient(135deg,var(--color-bg-hover-navbar),var(--color-bg-hover-navbar-dark));border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:2rem;padding:1rem;transition:all .3s ease;width:100%}.mobile-cta-button[data-v-2ff5fcdf]:active{transform:scale(.98)}.logout-btn[data-v-2ff5fcdf]{background:linear-gradient(135deg,#e74c3c,#c0392b)!important}.logout-btn[data-v-2ff5fcdf]:hover{transform:scale(1.02)}@media(max-width:1200px){.navbar-container[data-v-2ff5fcdf]{padding:0 1.5rem}.desktop-menu[data-v-2ff5fcdf]{gap:1.5rem}}@media(max-width:1024px){.navbar-container[data-v-2ff5fcdf]{height:70px}.logo-image[data-v-2ff5fcdf]{width:80px}.nav-link[data-v-2ff5fcdf]{font-size:.9rem;padding:.4rem .8rem}.cta-nav-button[data-v-2ff5fcdf]{font-size:.9rem;padding:.6rem 1.2rem}}@media(max-width:768px){.desktop-menu[data-v-2ff5fcdf],.navbar-actions[data-v-2ff5fcdf]{display:none}.mobile-menu-toggle[data-v-2ff5fcdf]{display:flex}.modern-navbar[data-v-2ff5fcdf]{background:var(--color-bg-hover-navbar)}.logo-image[data-v-2ff5fcdf]{width:70px}.mobile-menu[data-v-2ff5fcdf]{height:calc(100vh - 70px);top:70px}}@media(max-width:480px){.navbar-container[data-v-2ff5fcdf]{height:60px;padding:0 1rem}.logo-image[data-v-2ff5fcdf]{width:60px}.mobile-menu[data-v-2ff5fcdf]{height:calc(100vh - 60px);padding:1.5rem;top:60px}.hamburger-line[data-v-2ff5fcdf]{width:20px}.mobile-nav-link[data-v-2ff5fcdf]{font-size:1rem}.mobile-cta-button[data-v-2ff5fcdf]{font-size:1rem;padding:.8rem}}@media(max-width:350px){.navbar-container[data-v-2ff5fcdf]{padding:0 .8rem}.logo-image[data-v-2ff5fcdf]{width:50px}}@media(max-height:500px)and (orientation:landscape){.mobile-menu[data-v-2ff5fcdf]{padding:1rem}.mobile-nav-link[data-v-2ff5fcdf]{padding:.6rem 1rem}.mobile-dropdown-item[data-v-2ff5fcdf]{padding:.6rem 1.5rem}.mobile-cta-button[data-v-2ff5fcdf]{margin-top:1rem;padding:.7rem}}.whatsapp-button[data-v-859fe7d5]{bottom:20px;height:6rem;position:fixed;right:20px;width:6rem;z-index:1000}.whatsapp-button img[data-v-859fe7d5]{border-radius:100%;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.whatsapp-button[data-v-859fe7d5]:hover{transform:scale(1.1);transition:transform .3s ease}[data-v-859fe7d5] ul li{font-size:1.3rem!important}
