/*==============================================================*/
/* Standard elements */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  background: #444 url(ghost-background.jpg);
  color: #bbb;
  font: normal 62% "Lucida Sans Unicode", sans-serif;
}

p,
ul {
  font-size: 1.2em;
  padding-bottom: 1.2em;
}

blockquote {
  font: bold 1em sans-serif;
}

code {
  background: #444;
  display: block;
  font-size: 12px;
  margin: 0 10px 12px;
  overflow: auto;
  padding: 8px 10px;
  white-space: pre;
}

img {
  border: none;
}

ul {
  margin-left: 2em;
}

h1 {
  font: normal 2.4em sans-serif;
}

h2 {
  font: bold 1.6em Verdana, sans-serif;
  padding-bottom: 4px;
}

/*==============================================================*/
/* Misc */
.clearer {
  clear: both;
}

/*==============================================================*/
/* Remove as linhas laterais */
.stripes {
  background: none !important;
  height: 0 !important;
}

/* Remover qualquer elemento lateral com borda ou fundo */
.container {
  border: none !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*==============================================================*/
/* Header */
.header {
  background: none !important; /* Remover fundo */
  border-bottom: none !important; /* Remover borda inferior */
  height: auto !important; /* Ajustar altura */
  display: flex;
  justify-content: center;
  align-items: center;
}

.header a {
  display: inline-block;
  text-decoration: none;
}

.header img {
  width: 90%; /* Ajuste o tamanho da imagem */
  height: auto;
}

.header span {
  padding-left: 32px;
}

.header a:hover {
  background: #191919;
  color: #bbb;
}

/*==============================================================*/
/* Structure */
.main {
  background: #303030;
  border-bottom: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
}

.main .left {
  width: 64%;
}

.main .right {
  width: 36%;
}

.content {
  border-top: 1px solid #444;
  padding: 16px;
}

/*==============================================================*/
/* Content elements */
.content h1 {
  background: url(bgh1.gif) repeat-x left bottom;
  color: #eee;
  margin-bottom: 10px;
  padding: 6px 0 4px;
}

.content a {
  color: #999;
  text-decoration: underline;
}

.content a:hover {
  color: #ccc;
}

.content .descr {
  margin-bottom: 5px;
}

.content .tagline {
  background: url(bgh1.gif) repeat-x left bottom;
}

/*==============================================================*/
/* Navigation */
.nav {
  background: #191919 url(nav.gif);
}

.nav a {
  background: #191919 url(nav.gif);
  border-right: 1px solid #161616;
  color: #ccc;
  float: left;
  font: bold 1em Verdana, sans-serif;
  line-height: 41px;
  padding: 0 20px;
}

.nav a:hover {
  background: #191919 url(nav_hover.gif);
}

/*==============================================================*/
/* Sub-navigation */
.subnav {
  background: #2a2a2a;
  border: 1px solid #1e1e1e;
  border-top-color: #444;
  padding: 12px;
}

.subnav h1 {
  padding-top: 8px;
}

.subnav ul {
  margin: 0;
}

.subnav li {
  background: url(li.gif) no-repeat left bottom;
  list-style: none;
  margin: 0;
}

.subnav li a {
  color: #777;
  line-height: 2.4em;
  padding-left: 18px;
  text-decoration: none;
}

.subnav li a:hover {
  color: #bbb;
}

.subnav h1 {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2px 0 2px;
}

/*==============================================================*/
/* Footer */
.footer {
  background: #191919;
  border-top: 1px solid #444;
  color: #999;
  padding: 3% 3% 1%;
}

.footer ul {
  border-top: 1px solid #262626;
  margin: 0;
}

.footer li {
  border-bottom: 1px solid #262626;
  list-style: none;
}

.footer li a {
  display: block;
  line-height: 2em;
  padding-left: 4%;
  width: 96%;
}

.footer a {
  color: #666;
}

.footer a:hover {
  color: #bbb;
  background: #222;
}

/*==============================================================*/
/* Column layout */
.col3,
.col3center {
  float: left;
  width: 31%;
}

.col3center {
  margin: 0 3%;
}

/*==============================================================*/
/* Bottom */
.bottom {
  color: #666;
  clear: both;
  font-size: 1.1em;
}

.bottom a {
  color: #888;
}

/*==============================================================*/
/* Search form */
.styled {
  border: 3px double #e5e5e5;
  padding: 2px 3px;
}

.button {
  border: 1px solid #aaa;
  margin-left: 5px;
  padding: 2px 3px;
}
