.rotate-180{transform:rotate(180deg);display:block;width:100%;margin-bottom:-2px;margin-top:-2px}.footer{background:#f4cfb5;padding:0 40px;padding-bottom:30px;display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap}.footer-col{flex:1;min-width:250px}.footer-col h4{font-size:1.3rem;font-weight:700;margin-bottom:20px;position:relative;padding-bottom:10px;color:#3b2a1a}.footer-col h4::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:3px;background:var(--color-accent);border-radius:2px}.contact-info p{color:#3b2a1a;margin-bottom:8px}.contact-info a{color:#3b2a1a;transition:color .3s}.contact-info a:hover{color:var(--color-accent)}.footer-map{width:100%;height:220px;border:0;border-radius:12px;display:block}.footer .redes{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.footer .redes a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#3b2a1a;border-radius:50%;transition:background .3s,transform .3s;box-shadow:0 2px 8px rgba(0,0,0,.15)}.footer .redes a:hover{background:var(--color-accent);transform:translateY(-4px)}.footer .redes a svg{width:22px;height:22px;fill:#fff}.footer .redes a svg path,.footer .redes a svg rect,.footer .redes a svg circle,.footer .redes a svg polygon{fill:#fff}footer{position:relative}.footer-bottom{background:#f4cfb5;border-top:1px solid rgba(59,42,26,.15);padding:16px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer-bottom p{font-size:.85rem;color:#5a3e28;margin:0}.footer-bottom a{font-size:.85rem;color:#5a3e28;font-weight:600;transition:color .3s}.footer-bottom a:hover{color:var(--color-accent)}@media(max-width:768px){.footer{flex-direction:column;text-align:center;padding:40px 20px;gap:35px}.footer-col h4::after{left:50%;transform:translateX(-50%)}.footer .redes{justify-content:center}.footer-bottom{flex-direction:column;text-align:center;padding:16px 20px}}