<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding-bottom: 0;
  background: url('../imagens/background.jpg');
}
fieldset {
  margin-top: 20px;
}
footer p {
    margin-bottom: 5px;
}
h1 {
  margin-bottom: 30px;
}
h2 {
  margin-bottom: 30px;
}
form h4 {
  font-weight: bold;
}
#container-base {
  background-color: white;
}
#corpo {
    min-height: 170px;
    font-size: 16px;
}
#corpo ul li {
    padding-top: 10px;
    text-align: justify;
}
#corpo p {
  text-align: justify;
}
.cc-map-wrapper {
  position: relative;
  padding-bottom: 75%; /* 4:3 */
  padding-top: 25px;
  height: 0;
}
.cc-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; !important;
  height: 100%; !important;
}
.maxwidth {
  max-width: 980px;
}
.banner {
  max-width: 100%;
  clear: both;
  display: block;
  border-bottom: 2px solid black;
}
.required-mark {
  color: red;
}
.titulo-noticia {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 17px;
  text-align: justify;
}
.foto {
    max-width: 100%;
}
.ancora, .ancora:hover {
    color: inherit;
    text-decoration: none;
}
.justificado {
    text-align: justify;
}

.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
</pre></body></html>