:root{--color-footer:#fff;--secondary-color-footer:#000}footer{background:#000;display:flex;width:100%}.contenedor-footer{align-items:center;color:var(--color-footer);display:flex;justify-content:space-between;margin:auto;max-width:1240px;padding:40px 20px;width:100%}.footer-left{display:flex;flex-direction:column;width:33%}.footer-left img{max-height:60px;object-fit:contain;width:210px}.footer-center{display:flex;flex-direction:column;gap:10px;text-align:center;width:33%}.footer-center p{margin:0}.footer-center a{color:var(--color-footer);font-family:Karla,sans-serif;font-style:normal;font-weight:400;transition:all .3s ease}.footer-center a,.footer-center a:hover{text-decoration:none}.footer-right{gap:10px;justify-content:flex-end;width:33%}.footer-right,.footer-right a{align-items:center;display:flex}.footer-right a{height:32px;justify-content:center;transition:all .3s ease;width:32px}.footer-right a:hover{transform:scale(1.1)}.footer-right a img{height:100%;object-fit:contain;width:100%}.footer-right a svg{fill:var(--color-footer);width:100%}@media screen and (max-width:768px){.contenedor-footer{align-items:center;flex-direction:column-reverse;gap:20px}.footer-center,.footer-left,.footer-right{align-items:center;justify-content:center;width:100%}.footer-center{gap:0}.footer-left{flex-direction:column-reverse}}