html {
  height: 100%;
}

body {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 100%;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

p {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

ul {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3 {
  font-family: 'Exo 2', Helvetica, sans-serif;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 600;
  font-size: 1.55em;
}

h3 {
  font-size: 1.185em;
  line-height: 1.2;
  padding-bottom: .5rem;
}

/* Navegacao */

header {
  background-color: #fff;
}

.navbar-brand img {
  width: 135px;
}

.nav-item {
  cursor: default;
  color: #000;
  font-family: 'Exo 2', Helvetica, sans-serif;
  font-size: .9em;
  text-transform: uppercase;
  width: auto;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.nav-item:hover {
  border-color: #000;
}

.nav-link {
  color: #000;
}

.nav-item a:hover {
  color: #f97160;
}

.nav-link.active {
  color: #ff2e13;
  font-weight: 600;
}

/* Limitador */

.bem_vindo,
.abc_acesso,
.documentacao {
  margin: 0 auto;
  max-width: 900px;
}

/* Principal */
.main {
  flex-shrink: 0 !important;
  background-color: #eee;
}

.fundo_bem_vindo {
  width: 100%;
  background-color: #fff;
}

.bem_vindo_ilustracao {
  max-width: 380px;
  z-index: 1;
}

.abc {
  background-color: #eee;
  padding: 0 15px;
  flex: 1;
}

.abc_links a {
  color: #ff2e13;
  border: 1px solid #ff2e13;
  border-radius: 5px;
  font-weight: 600;
}

.abc_texto {
  margin-bottom: 30px;
}

.acesso {
  background-color: #fff;
  padding: 0 15px;
  flex: 1;
}

.acesso_icone {
  height: 50px;
  display: flex;
  margin: 15px 0;
}

.acesso_icone img {
  height: 50px;
  float: left;
  margin-right: 12px;
}

.acesso_icone p {
  margin-top: .85em;
  width: 200px;
}

.em_breve {
  text-align: center;
  color: #333;
  border-radius: 1em;
  background: #aaa;
  display: inline;
  padding: 2px 10px;
  font-size: .65em;
  font-weight: bold;
}

.abc_capa img {
  max-height: 240px;
}

.abc_links {
  display: inline-block;
}

.bem_vindo_texto a {
  color: #fff;
  border: 1px solid #ff2e13;
  background-color: #ff2e13;
}

/* Aplicativos */

.aplicativos_icone img {
  width: auto;
  height: 45px;
}

/* Icones */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rodape */

footer {
  background-color: #000;
  box-shadow: 0 50vh 0 50vh #000;
  /* extende o fundo do footer ate a base */
  box-sizing: border-box;
}

.copyright p {
  font-size: .67em;
  color: #ddd;
  margin: 0;
}

.copyright a {
  font-size: 1em;
  color: #ddd;
  text-decoration: none;
}

.grupo_a_logo img {
  width: 90px;
}

/* Documentacao */

.documentacao {
  background-color: #fff;
}

.documentacao_bloco:nth-of-type(2n) {
  background-color: #eee;
}

.icone_doc {
  width: 64px;
  padding-bottom: .5rem;
}

.icone_doc img {
  width: 100%;
}

.documentacao_bloco a {
  color: #ff2e13;
  font-weight: 600;
}

/* Media Queries */

@media (min-width: 578px) {
  .acesso {
    background-color: #eee;
  }

  .bem_vindo_ilustracao {
    margin-bottom: -21px !important;
  }

  .documentacao_bloco {
    width: 50%;
  }

  /*    .documentacao_bloco:last-of-type {
        width: 100%;
        max-width: 38em;
    }
*/
  .documentacao_bloco:last-of-type {
    background-color: #eee;
  }

  .documentacao_bloco:nth-of-type(2n) {
    background-color: transparent;
  }

  .documentacao_bloco:nth-of-type(3n+1) {
    background-color: #eee;
  }
}

@media (min-width: 768px) {
  .nav-item {
    border-bottom: none;
    margin-left: 5px;
  }
}

@media (min-width: 900px) {
  .wrap {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (min-width: 370px) {
  .navbar-brand img {
    width: 180px;
  }
}
