.aovivo-bar {
  background: #df1717;
  color: white;
  padding: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
  position: relative;
}

.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 10px;
  background: white url('../img/aovivo.png') no-repeat;
  background-size: 20px 20px;
  background-position: 10px 5px;
  border-radius: 60px;
  color: #df1717;
  font-size: 15px;
  font-weight: bolder;
  display: inline-block;
  padding-left: 40px;
}

.aovivo-bar-text,
.aovivo-bar-text h3,
.aovivo-bar-text h5,
.aovivo-bar-text p {
  color: white;
  margin: 0;
  font-weight: normal;
}
