.aovivo-bar {
    background: #df1717;
    color: white;
    padding: 10px;
}

.aovivo-bar .container {
    display: flex;
}

.aovivo-bar-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 20px;
}

.aovivo-bar span {
    padding: 5px 20px;
    background: white url('../img/aovivo.png') no-repeat;
    background-size: 20px 20px;
    background-position: 20px 10px;
    border-radius: 60px;
    color: #df1717;
    font-size: 20px;
    font-weight: bolder;
    display: inline-block;
    padding-left: 50px;
}

.aovivo-bar-text,
.aovivo-bar-text h3,
.aovivo-bar-text h5,
.aovivo-bar-text p {
    color: white;
    margin: 0;
    font-weight: normal;
}
@media (max-width: 762px) {

}
@media (max-width: 480px) {
    .aovivo-bar{
        padding: 0;
    }
    .aovivo-bar .container {
        display: block;
    }
    .aovivo-bar-title{
        display: block;
        margin: 0 auto;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .aovivo-bar span{
        border-radius: 0 0 10px 10px;
    }
    .aovivo-bar-text{
        display: block;   
        text-align: center;
        margin-bottom: 20px;
    }
    .aovivo-bar-text h3{
        margin-bottom: 10px;
        font-size: 1.4em;
        font-weight: bold;
    }
}
@media (max-width: 320px) {

}