.rotate-180{transform:rotate(180deg);display:block;width:100%}.footer{background:#f4cfb5;padding:50px 40px;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}.footer-col h4::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:3px;border-radius:2px}.contact-info .icon{font-size:1.2rem}.footer .redes{list-style:none;padding:0;margin:0;display:flex;gap:15px;align-items:center}footer{position:relative}.footer .redes li{margin:0}.footer .redes a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.footer .redes a:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.15);background:#d4966a}.footer .redes img{width:24px;height:24px;transition:filter .3s ease}.footer .redes a:hover img{filter:brightness(0)invert(1)}@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%)}.contact-info p{justify-content:center}.footer .redes{justify-content:center}}