/* Sub-Menu*/
.submenu {
  margin-top: 78px;
  background-color: #f9f9f9;
  height: 40px;
}

.submenus {
  padding-top: 5px;
}

.submenus a {
  color: #333333;
  font-size: 0.8em;
  text-decoration: none;
}

.submenus a:hover {
  color: #1b1b1b;
  font-size: 0.8em;
  text-decoration: none;
}

.submenus span {
  color: #a2a2a2;
  font-size: 0.8em;
  text-decoration: none;
}

.submenus .fa-angle-double-right {
  color: #929292;
  font-size: 0.7em;
  padding-top: 10px;
}


/* Citações */
.destaques {
  margin-top: 0px;
  width: 100%;
  height: 120px;
  background-image: url(../img/fundos.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.708);
}

.destaques h3 {
  margin-top: 20px;
  color: #d6a94b;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.destaques p {
  color: #f2f2f2;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  margin-top: -10px;
}

/* Blog Leitura */
.blog {
  margin-top: 40px;
}

.leitura h3 {
  font-weight: 700;
  line-height: 30px;
}

.leitura .data {
  font-size: .8em;
  color: #9c9c9c;
}

.leitura p {
  font-size: 1em;
}

.leitura img {
  width: 95%;
  padding-bottom: 20px;
}

.leitura ul {
  padding-left: 20px;
}

.leitura h5 {
  font-weight: 700;
}


/* Publicidade */
.publicidade {
  background-color: #000;
  height: 250px;
  border-radius: 10px;
}

/* Responsive Tela Smartphone */
@media (max-width: 768px) {

  /* Sub-Menu*/
  .submenu {
    margin-top: 50px;
    height: 60px;
  }

  /* Biblioteca */
  .submenus {
    padding-top: 23px;
  }

  .submenus a {
    color: #444444;
    font-size: 0.7em;
    text-decoration: none;
  }

  .submenus a:hover {
    color: #1b1b1b;
    font-size: 0.7em;
    text-decoration: none;
  }

  .submenus span {
    color: #7a7a7a;
    font-size: 0.7em;
    text-decoration: none;
  }

  .submenus .fa-angle-right {
    color: #7a7a7a;
    font-size: 0.6em;
    padding-top: 10px;
  }

  /* Blog */
  .blog {
    margin-top: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 10px solid #ffffff;
    padding-bottom: 20px;
  }

}