<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-empresa {
  padding-top: 130px;
  padding-bottom: 80px;
  margin: 0px;
  margin-top: -60px;
  width: 100%;
  max-width: 100%;
  background-image: url("/static/bg-empresa.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #03850e;
}

.container-empresa h1 {
  color: #03850e;
  font-size: 60px;
  display: inline;
}

.flag-brasil {
  display: inline;
  margin-bottom: 10px;
}
.sobre-texto {
  margin-top: 35px;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif
}

.sobre-texto p {
  margin-top: 35px;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif
}

.sobre-video {
  padding-top: 130px;
}
</pre></body></html>