.bloco{ width: 100%; float: left; padding: 15px; background-color: #FFF; box-shadow: 0 0 6px rgba(0,0,0,0.3); margin-top: 15px; border-radius: 3px; overflow: hidden; &:first-child{ margin-top: 0; } .links{ width: 100%; float: left; a{ display: block; padding: 10px 15px; color: #444; text-decoration: none; transition: all .25s; &:hover{ background-color: #028000; color: #FFF; } } } } .cupom{ border: dashed 1px #CCC; padding: 10px; text-align: center; border-radius: .25rem; .codigo{ width: 100%; font-family: monospace; margin-bottom: 0; } }