/* Sub-Menu*/
.submenu {
  margin-top: 110px;
  background-color: #f7f7f7;
  height: 50px;
}

.submenus {
  padding-top: 10px;
}

.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;
}

/* titulo principal */
.titulo {
  padding-top: 40px;
}

.titulo h4 {
  color: #1b8b23;
}

.titulo p {
  margin-top: 20px;
}

/* Citações */
.destaques {
  margin-top: 0px;
  width: 100%;
  height: 170px;
  background-image: url(../img/tecido.jpg);
  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(30, 61, 32, 0.936);
}

.destaques h2 {
  margin-top: 30px;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.destaques p {
  color: #f2f2f2;
  text-align: left;
}

/* Projetos */
.projetos {
  margin-top: 30px;
  border: 5px solid #424242;
  height: auto;
  background-color: #fff;
}

.projetos h6 {
  background-color: #424242;
  padding: 20px;
  color: #fff;
}

.projetos p {
  padding-left: 20px;
}

.projetos span {
  color: #fff;
  background-color: #2f83b7;
  padding: 5px 10px 5px 10px;
  font-size: .9em;
  font-weight: 600;
}

.projetos i {
  color: #fff;
  background-color: #298f1c;
  padding: 5px 10px 5px 10px;
  font-size: .9em;
  font-weight: 600;
}


/* Responsive Tela Smartphone */
@media (max-width: 768px) {

  /* Sub-Menu*/
  .submenu {
    margin-top: 99px;
    background-color: #f7f7f7;
    height: 50px;
  }

  /* Biblioteca */

  .submenus {
    padding-top: 5px;
  }

  .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: 170px;
    background-image: url(../img/tecido.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 61, 32, 0.936);
  }

  .destaques h2 {
    margin-top: 20px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: left;
  }

  .destaques p {
    color: #f7f7f7;
    text-align: left;
  }

  /* Projetos */
.projetos {
  margin-top: 40px;
  border: 5px solid #424242;
  height: auto;
  background-color: #fff;
}

.projetos h6 {
  background-color: #424242;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  line-height: 28px;
}

.projetos p {
  padding-left: 20px;
}

.projetos span {
  color: #fff;
  background-color: #2f83b7;
  padding: 5px;
  font-size: .8em;
}

.projetos i {
  color: #fff;
  background-color: #298f1c;
  padding: 5px;
  font-size: .8em;
}

}