#covid-19 {
  margin-top: 60px;
}

#covid-19 .container {
  flex-direction: column;
}

#covid-19 .item {
  background-color: #b6b6b6;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#covid-19 .item h3 {
  color: #ffffff;
  font-family: Arial;
  font-size: 1.5rem;
}

#covid-19 .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}

#covid-19 .item a img {
  width: 20px;
  transition: all .3s;
}

#covid-19 .item a img {
  transform: rotate(270deg);
}

#covid-19 .item a.aberto img {
  transform: rotate(180deg);
}

#covid-19 .arquivos {
  display: none;
  flex-direction: column;
  background-color: #e9e9e9;
  margin-bottom: 20px;
  margin-top: -10px;
  padding: 15px 15px 30px 15px;
  border-bottom: 2px solid #b6b6b6;
  border-left: 2px solid #b6b6b6;
  border-right: 2px solid #b6b6b6;
}

#covid-19 .arquivos a::before,
#covid-19 .arquivos-sem-ano a::before {
  content: "";
  background-image: url('/common/default/img/icone-download.png');
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 5px;
}

#covid-19 .arquivos a,
#covid-19 .arquivos-sem-ano a {
  font-size: 1rem;
  font-family: Arial;
  font-weight: normal;
  color: #696969;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 15px;
  transition: all .3s;
  display: none;
  align-items: center;
}

#covid-19 .arquivos a:hover,
#covid-19 .arquivos-sem-ano a:hover {
  color: #000000;
}

#covid-19 .ano {
  background-color: #d7d7d7;
  padding: 10px;
  box-shadow: inset 0px 0px 3px 0px #848484;
  margin-bottom: 10px;
}

#covid-19 .ano h4 {
  cursor: pointer;
  color: #4b4b4b;
  font-family: Arial;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  user-select: none;
}

#covid-19 .sinal {
  font-size: 1.5rem;
  width: 20px;
  font-family: 'Ford Antenna Light';
}

#covid-19 .arquivos-sem-ano {
  display: none;
  flex-direction: column;
}

#covid-19 .arquivos-sem-ano a {
  margin-left: 0;
}

.simple-pagination {
  padding: 0;
  position: relative;
  bottom: 55px;
  left: 15px;
}

.paginacao a {
  text-decoration: none;
}

@media (max-width:576px) {
  #covid-19 {
    margin-top: 20px;
  }
}