.aovivo-widget{
  width: 100%;
  margin: 0 auto;
  padding: 7px 0px 7px 0px;
  background: rgb(0 0 0);
  position: sticky;
  top: 0px;
  z-index: 10;
  border-top: 2px solid #d90000;
  border-bottom: 2px solid #d90000;
}
.aovivo-content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
}
.aovivo-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #f1e726;
    border-radius: 4px;
    padding: 3px 14px 3px 14px;
}
.aovivo-hero h2 {
    /* color: red; */
    font-weight: bold;
}
.aovivo-circle {
    width: 13px;
    height: 13px;
    background-color: #d90000;
    border-radius: 50%;
    animation: changeBackgroundColor 2s infinite;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #faf02a;
  }
  50% {
    background-color: #FF4136;
  }
  100% {
    background-color: #faf02a;
  }
}
.aovivo-news{
    display: flex;
    justify-content: center;
    align-items: center;
}
.aovivo-news h2{
  font-size: 26px;
  font-family: 'GuardianSans-Regular';
  color: white;
  text-transform: none;
  letter-spacing: 0.5px;
}
.aredenegocios-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
.aredenegocios-section iframe{
  width: 100%;
  min-height: 600px !important;
}

@media (max-width:1024px){
  .aovivo-news h2{
    font-size: 15px;
    line-height: 19px;
  }
  .aovivo-hero h2 {
    font-size: 12px;
}
.aredenegocios-section iframe{
  width: 100%;
  height: auto;
}

    .aovivo-widget{
  top: 69px;
}
}
@media (max-width:490px){

  .aovivo-hero {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      background-color: #f1e726;
      border-radius: 4px;
      padding: 3px 7px 3px 9px;
      flex-direction: column;
      width: 44px;
      margin-left: 17px;
  }
    .aovivo-widget{
    padding: 7px 7px 7px 7px;
  }
  .aovivo-hero h2 {
    margin-top: -6px;
  }
  .aovivo-news h2{
    font-size: 19px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}