/* 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: 170px;
  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;
}

/* Advogados */
.advogados .perfil {
  background-color: #ffffff;
  height: 400px;

  margin-bottom: 50px;
  text-align: center;
}

.advogados .perfil img {
  text-align: center;
  width: 100%;

}

.advogados .perfil h6 {
  color: #000000;
  padding-top: 20px;
  text-align: center;
  font-weight: 600;
}

.advogados .perfil p {
  color: #9c6f22;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
}

.advogados .perfil a {
  color: #0e0e0e;
  font-size: 1.4em;
  letter-spacing: 10px;
}

.advogados .perfil a:hover {
  color: #000000;
  font-size: 1.4em;
  letter-spacing: 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;
  }

  /* Citações */
  .destaques {
    margin-top: 0px;
    width: 100%;
    height: 290px;
    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;
  }

  /* Advogados */
  .advogados .perfil {
    height: auto;
    margin-bottom: 50px;
    border-bottom-style: solid;
    border-bottom-color: #696969;
    margin-top: 0px;
    padding-bottom: 30px;
  }

  .advogados .perfil img {
    text-align: center;
    width: 100%;
  }

  .advogados .perfil h6 {
    color: #000000;
    padding-top: 25px;
    text-align: center;
    font-size: 1.2em;
  }

  .advogados .perfil p {
    text-align: center;
    font-size: 1em;
  }

  .advogados .perfil a {
    font-size: 1.8em;
    letter-spacing: 15px;
  }

  .advogados .perfil a:hover {
    color: #000000;
    font-size: 1.8em;
    letter-spacing: 10px;
  }

}