.aui { footer { padding-top: em(30px); padding-bottom: em(30px); background-color: $footer-color; .col-left { .item-footer-menu { padding: 0 10px; a { font-family: $second-font; font-weight: 200; line-height: em(20px, 12px); text-transform: uppercase; color: $footer-paragraph; text-decoration: none; transition: color $speed; &:hover, &:focus { color: darken( $footer-link, 20% ); } } } @media (max-width: 991px) { text-align: center; padding-top: 20px; padding-bottom: 20px; } } .col-right { color: $w; @media (max-width: 991px) { text-align: center; } .title-info { font-size: em(14px); font-family: $second-font; font-weight: 200; line-height: em(20px, 14px); } .font_corpo { p { color: $footer-paragraph; font-size: em(14px); font-weight: 200; margin-bottom: em(10px, 14px); a { color: $footer-link; transition: color $speed; text-decoration: none; &:hover, &:focus { color: darken( $footer-link, 20% ); } } } } } } }