/* top bar */
.button {
  background-color: rgb(235, 166, 12);
}
.button:hover {
  background-color: rgba(235, 166, 12, 0.7);
}

button.info,
.button.info {
  background-color: rgb(235, 166, 12);
  color: white;
}

button.info,
.button.info:hover {
  background-color: rgba(235, 166, 12, 0.7);
}

/* featured Conheça o Plano Ilimitado */

.featured {
  background: rgb(235, 166, 12);
}

.featured .button {
  background-color: rgb(0, 0, 0);
}
.featured .button:hover {
  background-color: rgba(32, 27, 13, 0.8);
}

/* site */
.menu .link {
  background-color: rgb(235, 166, 12);
}

nav {
  background-color: rgb(235, 166, 12);
}

nav ul.menu li.item a.link:hover {
  background-color: rgb(230, 192, 111);
}
nav ul.menu li.item a.link {
  border-bottom: solid #161e21 5px;
}

.f-dropdown.content {
  background: rgb(235, 166, 12);
}

nav ul.menu li.item a.open {
  background: rgb(235, 166, 12);
}

/* Todos os Cursos por Área */
a:hover .area-info {
  background: #000000;
  color: #fff;
}
