/* 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: 160px;
  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;
}

/* O Escritório */
.escritorio h4 {
  margin-top: 20px;
  color: #b3802b;
  font-weight: bold;
}

.escritorio p {
  font-size: 1em;
  color: #000;
}

.foto_escritorio {
  text-align: center;
  margin-top: 50px;
}

.foto_escritorio img {
  width: 90%;
}

.escritorio h6 {
  font-weight: bold;
}


/* 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;
  }

  /* Citações */
  .destaques {
    margin-top: 0px;
    width: 100%;
    height: 220px;
    background-image: url(../img/fundos.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .destaques h3 {
    margin-top: 20px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.6em;
  }

  .destaques p {
    color: #f7f7f7;
    text-align: left;
    font-size: 1em;
  }

  /* O Escritório */
  .escritorio h4 {
    margin-top: 5px;
  }

  .escritorio p {
    font-size: 1em;
    color: #000;
  }

  .foto_escritorio {
    text-align: center;
    margin-top: 10px;
  }

  .foto_escritorio img {
    width: 100%;
  }
}