/* 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;
}

/* CitaÃ§Ãµes */
.destaques {
  margin-top: 0px;
  width: 100%;
  height: 180px;
  background-image: url(../img/Kwame-Nkrumah-faces-1024x576.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(13, 106, 134, 0.927);
}

.destaques h3 {
  margin-top: 30px;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.destaques p {
  color: #f2f2f2;
  text-align: left;
  font-size: 1.1em;
}

/* Cursos */
.cursos {
  background-color: #f0f5f8;
  border: 4px;
  border-style: solid;
  border-color: #476679 #3d5364 #476779 #476b80;
  margin-top: 40px;
  padding: 15px 15px 0px 15px;
  border-radius: 10px;
}

.cursos a {
  text-decoration: none;
}

.cursos h4 a {
  font-size: 1em;
  color: #176bab;
  font-weight: 700;
}

.cursos h4 a:hover {
  color: #176bab;
  text-decoration: none;
}

.cursos p {
  font-size: .9em;
  color: #525252;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cursos .metodo img {
  margin-left: 250px;
  margin-top: -80px;
}

.cursos img {
  width: 64px;
}

.cursos span a {
  background-image: linear-gradient(to right, #5e7587, #829fb7);
  padding: 5px 15px 5px 15px;
  color: #fff;
  border-radius: 10px;
  font-size: .8em;
  font-weight: 600;
}

.cursos span a:hover {
  text-decoration: none;
}

/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

  /* Sub-Menu*/
  .submenu {
    margin-top: 99px;
    background-color: #f7f7f7;
    height: 50px;
  }

  /* CitaÃ§Ãµes */
  .destaques {
    margin-top: 0px;
    width: 100%;
    height: 220px;
    background-image: url(../img/Kwame-Nkrumah-faces-1024x576.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(13, 106, 134, 0.927);
  }

  .destaques h3 {
    margin-top: 30px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: left;
  }

  .destaques p {
    color: #f2f2f2;
    text-align: left;
    font-size: 1em;
  }

  /* Cursos */
  .cursos {
    margin-top: 50px;
  }

  .cursos h3 {
    color: #1386a9;
    font-weight: 700;
    font-size: 1.5em;
  }

  .curso {
    margin-top: 40px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px #cccccc;
  }

  .curso img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .curso h6 {
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.2em;
    color: #7b7b7b;
  }

  .curso span {
    padding-left: 25px;
    font-size: 1em;
    color: #2c2c2c;
  }

  .curso .fas {
    color: #1386a9;
  }

  .cursos .metodo img {
    margin-left: 260px;
    margin-top: -60px;
  }

}