#enviopais_banner:before {
    content: '';
    display: block;
    width: 300%;
    background: #4a4a4a;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: -100%;
}
#enviopais_banner_inner{
    width: 100%;
    left: 0;
    z-index: 999;
    top: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    position: relative;
    height: 30px;
    line-height: 35px;
    background-color: #4a4a4a;
    text-transform: uppercase;
}