﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed|Roboto);
.sub-header {
  font-size: 18px;
  color: #ffffff;
  font-weight: bolder;
  background: #AC5527;
  margin: 0;
  padding: 0;
  height: 80px;
  font-family: 'Open Sans', sans-serif;
}
.sub-header ul.number {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
.sub-header ul.number li {
  list-style: none;
  float: left;
  font-size: 18px;
  width: auto;
  padding: 0 70px;
  opacity: 0.2;
}
.sub-header ul.number li.ativado {
  opacity: 0.9;
}
.sub-header ul.number li.one {
  background: url('../img/number1.png') left no-repeat;
  width: 330px;
  height: 80px;
  float: left;
  padding: 0 60px !important;
}
.sub-header ul.number li.two {
  background: url('../img/number2.png') left no-repeat;
  width: 390px;
  height: 80px;
  float: left;
  padding: 0 85px !important;
}
.sub-header ul.number li.three {
  background: url('../img/number3.png') left no-repeat;
  width: 500px;
  height: 80px;
  float: left;
  padding: 0 85px !important;
}
.sub-header h3 {
  float: left;
  margin: 30px 0 0 45px;
  position: absolute;
}
ul.setas {
  font-size: 25px;
  color: #ffffff;
  height: 40px;
  background: #DDDDDD;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.setas a {
  color: #2692FF;
}
ul.setas a li {
  list-style: none;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 10px;
  float: left;
  text-transform: uppercase;
  font-size: 25px;
}
ul.setas a li:hover {
  background: #2692FF;
  color: #ffffff;
}
.pergunta_footer {
  height: 111px;
  background: #2693FF;
}
.pergunta_footer img {
  border: 0;
  margin: 0;
  padding: 5px 40px 0 0;
  float: left;
}
.pergunta_footer ul.btn-pergunta {
  width: 285px;
  padding: 5px;
  float: left;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #006DD9;
  text-align: center;
  background: #006DD9;
  margin: 35px 0 0 0;
}
.pergunta_footer ul.btn-pergunta a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
}
.pergunta_footer ul.btn-pergunta a li {
  list-style: none;
  width: 50%;
  display: inline-table;
  float: left;
  color: #ffffff;
}
.pergunta_footer ul.btn-pergunta a li:hover {
  background: #004B97;
  color: #ffffff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
/*# sourceMappingURL=registrar-manifestacao.css.map */