<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a img {
  border: none;
}
#bannersblockbot {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  top: -45px;
  margin-bottom: -70px;
  z-index: 999;
}
#blocoDestaques {
  position: relative;
  width: 970px;
  height: 300px;
}
#blocoDestaques ul,
#blocoDestaques ul li {
  list-style: none;
}

/* Estilos padrÃ£o para telas grandes (a partir de 1900px) */
#blocoDestaques,
#blocoDestaques ul,
#blocoDestaques ul li,
#blocoDestaques ul li img {
  margin: 0;
  padding: 0;
  width: 1900px;
  height: 608px;
}

/* Media query para telas mÃ©dias (entre 1200px e 1899px) */
@media screen and (max-width: 1899px) {
  #blocoDestaques,
  #blocoDestaques ul,
  #blocoDestaques ul li,
  #blocoDestaques ul li img {
    width: 1348px;
    height: 432px;
  }
}

/* Media query para telas menores (entre 768px e 1199px) */
@media screen and (max-width: 1199px) {
  #blocoDestaques,
  #blocoDestaques ul,
  #blocoDestaques ul li,
  #blocoDestaques ul li img {
    width: 768px;
    height: 232px;
  }
}

/* Media query para telas pequenas (atÃ© 767px) */
@media screen and (max-width: 767px) {
  #blocoDestaques,
  #blocoDestaques ul,
  #blocoDestaques ul li,
  #blocoDestaques ul li img {
    width: 400px;
    height: 128px; /* Ajusta automaticamente a altura conforme a largura */
  }
}

@media screen and (max-width: 450px) {
  #blocoDestaques,
  #blocoDestaques ul,
  #blocoDestaques ul li,
  #blocoDestaques ul li img {
	width: 400px;
    height: 128px; /* Ajusta automaticamente a altura conforme a largura */
  }
}


#blocoDestaques ul li {
  position: relative;
}

#blocoDestaques ul li div.fundo {
  width: 970px;
  height: 300px;

  position: absolute;
  bottom: 0px;
  left: 0px;

  background: #333;
  background: rgba(0, 0, 0, 0.5); /*CSS 3*/
}

#blocoDestaques ul li p {
  margin: 0px;
  padding: 20px 15px;

  position: absolute;
  bottom: 0px;
  left: 0px;

  line-height: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

#blocoDestaques ul li p a {
  color: white;
  text-decoration: none;
}

#blocoDestaques div.paginas {
  position: absolute;
  bottom: 5px;
  right: 5px;

  z-index: 100;
}

#blocoDestaques div.paginas a {
  height: 15px;
  width: 15px;
  border-radius: 50px;

  display: block;
  float: left;
  margin-left: 6px;

  color: rgba(0, 0, 0, 0);
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  outline: none;

  background: #ffe600;
}

#blocoDestaques div.paginas a:hover,
#blocoDestaques div.paginas a.activeSlide {
  background: #cf0404;
  font-weight: bold;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

#blocoDestaques ul li p,
#blocoDestaques ul li div.fundo {
  display: none;
}
</pre></body></html>