.footer{width:100%;padding:clamp(3rem,6vw,5rem)clamp(1.5rem,6vw,8rem)2rem;background:rgba(4,10,23,.85);border-top:1px solid rgba(255,255,255,6%);display:flex;flex-direction:column;gap:2.5rem}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:2rem}.footer-col{display:flex;flex-direction:column;gap:.7rem}.footer-col h4{color:#eaf4ff;margin-bottom:.3rem}.footer-col a{font-size:.9rem;color:rgba(255,255,255,.6);transition:color .2s ease}.footer-col a:hover{color:#00d9ff}.footer-brand{gap:1rem}.footer-logo{height:40px;width:auto;object-fit:contain}.footer-brand p{font-size:.85rem;line-height:1.6;color:rgba(255,255,255,.55)}.footer-ubicacion{font-size:.85rem;color:rgba(255,255,255,.45)}.footer-social{display:flex;gap:.75rem;margin-top:.25rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);color:#eaf4ff;transition:border-color .25s ease,background .25s ease,color .25s ease}.footer-social a:hover{border-color:#00d9ff;background:rgba(0,217,255,8%);color:#00d9ff}.footer-social svg{width:16px;height:16px;stroke:currentColor;fill:none}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,6%);text-align:center}.footer-bottom span{font-size:.8rem;color:rgba(255,255,255,.4)}@media(max-width:900px){.footer-top{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}}@media(max-width:500px){.footer-top{grid-template-columns:1fr}}