/* 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;
}

/* Conhecimento Jurídicos */
.outras_info {
  margin-top: 40px;
}

.noticias {
  background-color: #ffffff;
  height: 380px;
  border-radius: 10px;
}

.imagens {
  width: 100%;
}

.imagens img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  object-position: center;
  padding: 10px;
}

.noticias p {
  font-size: .7em;
  color: #b9b9b9;
  padding-top: 5px;
  padding-left: 10px;
}

.noticias h6 {
  margin: -10px 10px 10px 10px;
}

.noticias h6 a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  line-height: 23px;
}

.noticias h6 a:hover {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

.leia {
  margin-top: 20px;
}

.leia a {
  margin-left: 10px;
  background-color: #a88143;
  padding: 5px 10px;
  font-size: .8em;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.leia a:hover {
  margin-left: 10px;
  background-color: #a88143;
  padding: 5px 10px;
  font-size: .8em;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.leia .fas {
  font-size: .6em;
}

/* 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: 140px;
    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;
  }

  /* Conhecimento Jurídicos */
  .outras_info {
    margin-top: 40px;
  }

  .noticias {
    background-color: #ffffff;
    height: auto;
    border-radius: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .imagens {
    width: 100%;
  }

  .imagens img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
    object-position: center;
    padding: 10px;
  }

  .noticias p {
    font-size: .7em;
    color: #b9b9b9;
    padding-top: 5px;
    padding-left: 10px;
  }

  .noticias h6 {
    margin: -10px 10px 10px 10px;
  }

  .noticias h6 a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    line-height: 23px;
  }

  .noticias h6 a:hover {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
  }

  .leia {
    margin-top: 20px;
  }

  .leia a {
    margin-left: 10px;
    background-color: #000000;
    padding: 5px;
    font-size: .8em;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
  }
}