.menu-mobile { width: 300px; max-height: 84vh; position: fixed; background: white; overflow: scroll; visibility: hidden; padding-bottom: 15%; transition: .3s; box-shadow: 0 2px 14px rgba(0,0,0,.1); z-index: 1000; &.ativo { visibility: visible; transform: translateX(0); } &__items { list-style: none; padding: 0; margin-bottom: 0; a { @include estilo-fonte('Open Sans', 14, $azulEngeplus, 500); display: flex; align-items: center; .descricao { div { @include estilo-fonte(false, 11, $cinzaFraco, false) } } .svg { font-size: 50px; } } .item-menu-mobile { text-align: left; padding: 27px 30px; border-bottom: 1px solid #d2d2d2; position: relative; &.mobile-sub-menu { a:first-child { font-size: 20px; font-weight: 600; } .descricao { margin-top: 30px; } } &:hover { &::after { width: 1em; display: block; content: url('data:image/svg+xml;charset=UTF-8, cheveron-right'); background-size: 28px 28px; position: absolute; top: 40%; right: 0; margin-right: 20px; } } } } }