/* 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;
}

/* Contatos */
.contatos {
  margin-top: 20px;
}

.telefones {
  background-color: #fff;
  height: 400px;
  width: 100%;
}

.telefones h4 {
  color: #000000;
  font-weight: 700;
  padding: 0px 0px 20px 0px;
  margin-bottom: -2px;
  text-decoration: underline;
}

.telefones p {
  padding-left: 0;
}

.telefones a {
  text-decoration: none;
  color: #181818;
}

.telefones a:hover {
  text-decoration: none;
  color: #000;
}

.telefones .fas {
  font-size: 1.1em;
  color: #b3802b;
  font-weight: 600;
}

.telefones .far {
  font-size: 1.1em;
  color: #b3802b;
  font-weight: 600;
}

.telefones .fab {
  font-size: 1.1em;
  color: #b3802b;
  font-weight: 600;
}

.telefones .direitos {
  font-weight: 600;
  margin-top: -15px;
}

.mapa {
  margin-top: 0px;
  width: 100%;
  height: 380px;
  display: inline-block;
  overflow: hidden;
}


/* Responsive Tela Smartphone */
@media screen and (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;
  }

  /* Contatos */
  .contatos {
    margin-top: 10px;
  }

  .telefones {
    background-color: #fff;
    height: auto;
    width: 100%;
  }

  .telefones h4 {
    color: #000000;
    font-weight: 700;
    padding: 0px 0px 20px 0px;
    margin-bottom: -2px;
    text-decoration: underline;
  }

  .telefones p {
    padding-left: 0;
  }

  .telefones a {
    text-decoration: none;
    color: #181818;
  }

  .telefones a:hover {
    text-decoration: none;
    color: #000;
  }

  .telefones .fas {
    font-size: 1.1em;
    color: #b3802b;
    font-weight: 600;
  }

  .telefones .far {
    font-size: 1.1em;
    color: #b3802b;
    font-weight: 600;
  }

  .telefones .fab {
    font-size: 1.1em;
    color: #b3802b;
    font-weight: 600;
  }

  .telefones .direitos {
    font-weight: 600;
    margin-top: -15px;
  }

  .mapa {
    margin-top: 30px;
    width: 100%;
    height: 380px;
    display: inline-block;
    overflow: hidden;
  }

}