.footer__top{background-color:var(--footer-bg-top);padding:24px 16px}.footer__top ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center}.footer__top ul li a{display:block;color:white;text-decoration:none;font-size:17px;padding:8px}.footer__bottom{background-color:var(--footer-bg-bottom);display:flex;flex-direction:column;padding:24px 16px}.footer__bottom-images{width:100%;display:flex}.footer__bottom-images img{width:40%}.footer__bottom-images-line{background-color:white;height:100%;width:3px}.footer__bottom-texto strong{display:block;color:var(--gris-font-footer);font-size:13px;margin-bottom:24px}.footer__bottom-texto p{color:white;font-size:10px;margin:0px;color:var(--gris-font-footer)}.footer__bottom-texto p a{color:var(--azul-link-footer)}@media only screen and (min-width:768px){.footer__bottom{flex-direction:row}.footer__bottom-images{width:20%;justify-content:space-around;align-items:center}.footer__bottom-texto{width:80%;padding-left:24px}}