body {
  background: url(../img/retina-dust2.png) #fff;
}
#cabecalho-top {
  background: url(../img/brilliant.png) #2B1B45 !important;
}
#cabecalho-top h1,
#cabecalho-top h2 {
  color: #ddd;
  margin: 0;
}
#cabecalho-top h1 {
  font-size: 2rem;
}
#cabecalho-top h2 {
  font-size: 1.1rem;
}
#cabecalho-top .btn {
  margin-left: 20px;
  margin-right: 20px;
  min-width: 200px;
}
.top-navbar img.logo-ginasium {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  opacity: 0.7;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
.top-navbar img.logo-ginasium:hover {
  opacity: 1;
}
.conteudo a.link {
  color: #005cbf;
}
.conteudo .titulo {
  font-size: 2rem;
  font-weight: bold;
  color: #078464;
}
.conteudo .subtitulo {
  font-size: 1.4rem;
}
#p-home {
  padding: 0;
}
#p-home .banner-principal {
  min-height: 500px;
  background: url(img/d5a31a_32d4affc702e4a79826d62f757a58cd3_mv2.jpg) no-repeat center center #fff;
}
@media (max-width: 576px) {
  #p-home .col-md-6.reverse {
    order: 2;
  }
}
#p-contato {
  /*background: url(img/bg.png) no-repeat center center #fff;*/
}
#p-contato form label {
  margin-bottom: 0;
}
#p-contato textarea {
  height: 200px;
}
#p-planos .titulo {
  background-color: #4c5a7d;
  color: #fff;
  padding: 20px;
}
#p-planos .titulo h1 {
  color: #fff;
  font-size: 2rem;
}
#p-planos .titulo h2 {
  color: #fff;
}
#p-planos .section {
  padding: 20px 0;
}
#p-sobre p {
  text-align: justify;
}
#p-sobre img.logo-ginasium {
  width: 100%;
}
#p-talento-esportivo p {
  text-align: justify;
}
#p-talento-esportivo ul.perguntas li,
#p-talento-esportivo ul.testes li {
  font-weight: 600;
}
#p-indicadores-saude h4 {
  text-align: justify;
  font-size: 15.5px;
  line-height: 150% !important;
}
#p-indicadores-saude .citacao {
  font-size: 1.1rem;
}
#p-indicadores-saude .menu-lateral li {
  color: #005cbf;
  cursor: pointer;
}
#p-indicadores-saude .menu-lateral li:hover {
  color: red;
}
#p-indicadores-saude p {
  text-align: justify;
}
#p-indicadores-saude p.destaque {
  font-size: 1.05rem;
}
#p-indicadores-saude .area {
  margin-bottom: 100px;
  border-top: 1px solid #eee;
}
#p-indicadores-saude #tb-referencia-imc th,
#p-indicadores-saude #tb-referencia-imc td {
  text-align: center;
  font-weight: bold;
}
#p-cadastro label {
  margin: 0;
}
#p-cadastro textarea {
  min-height: 200px;
}
#p-cadastro .separador {
  height: 3px;
  background-color: #999;
}
#p-cadastro .campo-obrigatorio {
  color: #f00;
}
