.tv_fundo {
  background-image:url(../images/background.png);
  background-color: #3E4095
;
  background-size:cover;
  position: relative;
  top: -140px;
}
.tv_fundo img {
  height: auto;
  width: 100%;
  position: relative;
  max-width:1200px;
  bottom:-150px;
}
@media screen and (max-width:991px){
.tv_fundo {
  top: -100px;
}
.tv_fundo img {
  bottom: -100px;
}
}
@media screen and (max-width:720px){
.tv_fundo {
  top: -80px;
}
.tv_fundo img {
  bottom: -80px;
}
}
@media screen and (max-width:576px){
.desktop {
display: none;
}
.mobile {
display: table;
}
}
@media screen and (max-width:480px){
.tv_fundo {
  top: -60px;
}
.tv_fundo img {
  bottom: -60px;
}
}
@media screen and (max-width:320px){
.tv_fundo {
  top: -50px;
}
.tv_fundo img {
  bottom: -50px;
}
}
.cidade-selector {
  position: relative;
  color:#FFFFFF;
  font-size:12px
}

.lista-cidades {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  z-index: 10;
}

.lista-cidades li {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.lista-cidades li:hover {
  background-color: #f0f0f0;
}