* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
}

.cabecalho {
  background-color: #060E12;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 24px 0;
}

.cabecalho-imagem {
  width: 10%;
}

.cabecalho-lista-item {
  display: inline-block;
  margin: 0 16px;
  font-size: 20px;
}

.foto-titulo {
  width: 25%;
}

#academia {
  background-image: linear-gradient(#060E12, #1789DB);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.academia-div {
  width: 35%;
}

.academia-titulo {
  padding: 24px 0;
}

#instrutores{
  padding: 24px 0;
}
.foto-instrutor {
  width: 180px;
}

.instrutor-icone {
  width: 24px;
}

.instrutor-div {
  text-align: center;
}

.instrutores-titulo {
  text-align: center;
  padding: 50px 0;
}

.todos-instrutores {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.rodape {
  background-color: black;
  text-align: center;
}

.foto-rodape {
  height: 120px;
  padding: 15px 0;
}

.cabecalho-lista-item a{
  text-decoration: none; 
  color: white;
}