/*Estilo Banner Publicidade*/
.cars {
  width: 196px;
  height: 56px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  left: 20px;
  z-index: 9;
  font-size: 20px;
  color: #fff;
  }
#carouselSite {
  position: absolute;
  width: 154px;
  height: 44px;
  left: 50%;
  top: 50%;
  margin-left: -77px;
  margin-top: -22px;
}
h1 {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-family: 'Open Sans Condensed', sans-serif;
}
#pegadasertaneja {
  width: 100%;
  height: 95%;
  position: absolute;
  left: 0px;
  top: 0px;
}
/*Fim Banner Publicidade*/

/*Ultimas Tocadas*/
.Ultimas-Tocadas-Box {
  width: 70%;
  height: 50px;
  position: absolute;
  left: 25px;
  bottom: 27px;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
}
.UltimaTocada {
  color: #ff7229;
}
@media only screen and (max-width: 992px) {
  .cars {
    display: none;
  }
  .Ultimas-Tocadas-Box {
    display: none;
  }
  #pegadasertaneja {
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .background_hora{
    display: none;
  }
  #relogio{
    display: none;
  }
}
/*Hora Certa*/
.background_hora{
  width: 196px;
  height: 56px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50px;
}
#relogio{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #20236a;
}
/*Modal*/
.contact {
  padding-top: 20px;
  padding-bottom: 20px;
  }
}
