.footer{background-color:var(--primary-color);color:var(--white);padding-top:5rem}.footer.footer-dark{background-color:#050505;border-top:1px solid #222}.footer.footer-dark .footer-bottom{background-color:#000}.footer.footer-light{background-color:#F9F9F9;color:#333333;border-top:1px solid #eeeeee}.footer.footer-light .footer-bottom{background-color:#F1F1F1}.footer.footer-light .footer-bottom p{color:#888888}.footer.footer-light .footer-brand p,.footer.footer-light .footer-contact h3,.footer.footer-light .footer-contact li,.footer.footer-light .footer-instagram h3{color:#333333}.footer.footer-light .social-box{background:rgba(0,0,0,.05);color:#333333}.footer.footer-light .highlight-contact{background:white;border:1px solid #eeeeee;border-left:3px solid var(--accent-orange)}.footer-container{display:grid;grid-template-columns:1.5fr 1fr 1.5fr;grid-gap:4rem;gap:4rem;padding-bottom:4rem}.footer-logo-image{max-width:140px;max-height:50px;object-fit:contain;margin-bottom:1.5rem;background-color:white;padding:6px;border-radius:8px}.footer-brand p{color:rgba(255,255,255,.8);margin-bottom:2rem;line-height:1.8;max-width:350px;font-size:.95rem}.social-links{display:flex;gap:1rem}.social-box{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);color:var(--white);transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.social-box:hover{transform:translateY(-4px);background:var(--white)}.social-box.instagram:hover{color:#E1306C;box-shadow:0 5px 15px rgba(225,48,108,.4)}.social-box.whatsapp:hover{color:#25D366;box-shadow:0 5px 15px rgba(37,211,102,.4)}.footer-contact h3,.footer-instagram h3{color:var(--white);font-size:1.25rem;margin-bottom:1.8rem;font-family:Outfit,sans-serif;letter-spacing:.5px}.footer-contact ul{display:flex;flex-direction:column;gap:1.2rem}.footer-contact li{display:flex;align-items:center;gap:1rem;color:rgba(255,255,255,.8);font-size:.95rem}.footer-contact li svg{color:var(--secondary-color);flex-shrink:0}.highlight-contact{background:rgba(255,255,255,.08);padding:1rem;border-radius:var(--border-radius-sm);border-left:3px solid var(--accent-orange)}.whatsapp-number{color:var(--accent-orange)!important;font-weight:700;font-size:1.1rem;display:flex;flex-direction:column;gap:.2rem}.chat-badge{font-size:.75rem;background:var(--accent-orange);color:white;padding:.2rem .6rem;border-radius:50px;display:inline-block;align-self:flex-start;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:transform .2s ease}.highlight-contact:hover .chat-badge{transform:scale(1.05)}.instagram-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.insta-mock-img{aspect-ratio:1/1;border-radius:8px;overflow:hidden;position:relative}.insta-mock-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.insta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.insta-mock-img:hover img{transform:scale(1.1)}.insta-mock-img:hover .insta-overlay{opacity:1}.follow-us-link{color:var(--secondary-color);font-weight:600;text-decoration:underline;text-underline-offset:4px;transition:color .2s}.follow-us-link:hover{color:var(--white)}.footer-bottom{background-color:rgba(0,0,0,.2);padding:1.5rem 0;text-align:center}.footer-bottom p{color:rgba(255,255,255,.5);font-size:.9rem}@media (max-width:900px){.footer-container{grid-template-columns:1fr 1fr;gap:3rem}.footer-brand{grid-column:1/-1}}@media (max-width:600px){.footer-container{grid-template-columns:1fr;gap:2.5rem}}.hm-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:70px;background-color:#FFFFFF;box-shadow:0 -4px 15px rgba(0,0,0,.1);z-index:1200;align-items:center;justify-content:space-around;padding:.5rem 1rem;border-top:1px solid #eeeeee}@media (max-width:768px){.hm-mobile-nav{display:flex}body{padding-bottom:70px}}.hm-mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-decoration:none;font-size:.7rem;font-weight:700;min-width:60px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;-webkit-tap-highlight-color:transparent}.hm-mobile-nav-item,.hm-mobile-nav-item svg{color:#666666;transition:color .3s ease}.hm-mobile-nav-item.active,.hm-mobile-nav-item.active svg,.hm-mobile-nav-item:active,.hm-mobile-nav-item:active svg,.hm-mobile-nav-item:hover,.hm-mobile-nav-item:hover svg{color:#E91E63}.hm-mobile-nav-item.whatsapp{position:relative;top:-15px}.hm-mobile-nav-icon-bg{width:50px;height:50px;background-color:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(37,211,102,.4);border:4px solid #ffffff}.hm-mobile-nav-item.whatsapp span{margin-top:5px}.hm-mobile-nav-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1.5px solid #e91e63}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;align-items:center;gap:.8rem;text-decoration:none;transition:var(--transition)}.whatsapp-label{background-color:var(--hm-white);color:var(--hm-dark);padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:.9rem;box-shadow:0 4px 15px rgba(0,0,0,.1);opacity:0;transform:translateX(20px);transition:all .3s ease;pointer-events:none;white-space:nowrap;border:1px solid var(--hm-gray-light)}.floating-whatsapp:hover .whatsapp-label{opacity:1;transform:translateX(0)}.whatsapp-icon-wrapper{background-color:#25D366;color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(37,211,102,.4);animation:pulse-ring 2s infinite;transition:transform .3s ease;flex-shrink:0}.floating-whatsapp:hover .whatsapp-icon-wrapper{transform:scale(1.1);animation:none}@media (max-width:768px){.floating-whatsapp{bottom:1.5rem;right:1.5rem}.floating-whatsapp.hide-mobile{display:none!important}.whatsapp-icon-wrapper{width:50px;height:50px}.whatsapp-label{display:none}}