footer{background:#eaf3f6;border-radius:2rem;margin:0 auto 1rem;padding:2rem 6rem;width:calc(100% - 2rem)}footer .superior{display:flex;justify-content:space-between}footer .superior .izquierda{display:flex;gap:8rem;justify-content:center}footer .superior .derecha{display:flex;flex-direction:column;gap:1rem}footer .superior .derecha .social{display:flex;justify-content:center}footer .superior .derecha .apps{display:flex;gap:1rem}footer .superior .derecha .apps img{max-width:130px}footer .separator{display:none}footer .inferior{display:flex;gap:6rem;justify-content:space-between;margin-top:3rem}footer .inferior .izquierda{align-items:center;display:flex;flex:1;justify-content:space-between;max-width:500px}footer .inferior .izquierda img{max-width:100px}footer .inferior .derecha{display:flex;flex:1;justify-content:space-between;max-width:720px}footer .inferior .derecha div{max-width:80%}footer a:hover{color:#2f373d;font-weight:500}@media (max-width:768px){footer{padding:2rem}footer .superior{flex-direction:column}footer .superior .izquierda{flex-direction:column;gap:1rem;padding-left:20%}footer .superior .derecha{flex-direction:column;gap:1rem;padding:1rem}footer .inferior,footer .inferior .izquierda{flex-direction:column;gap:2rem}footer .inferior .derecha{align-items:center;flex-direction:column;gap:1rem;padding-left:10%}footer .inferior .derecha div{max-width:100%}footer .separator{background:#1a4958;display:block;height:1px;margin:0 auto;width:80%}}