* {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

html,
body {
  background-color: #f8f8f8;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  color: #b5276b;
}

.arquivo-item {
  margin-bottom: 30px;
}

.arquivo-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  padding: 10px;

  font-size: 20px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  word-break: break-word;

  text-decoration: none;

  background-color: #ffffff;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.arquivo-item a:hover {
  color: #a6276e;

  box-shadow: 0 0 10px -4px #333;
}

.card-header {
  padding: 0 !important;
}

.btn-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px !important;

  font-size: 18px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;

  background: #b52a6c;
  border-radius: 0;
  text-decoration: none !important;
}

.collapsed {
  background: #f9f9f9;
  color: #9d2a70;
}

.card:first-child .btn-link {
  border-radius: 5px 5px 0 0;
}

.btn-link:hover {
  color: #ffffff;

  background: #b52a6c;
}

i {
  transition: transform .4s ease-in-out;
}

.btn-link i {
  transform: rotate(-180deg);
}

.collapsed i {
  transform: rotate(0);
}

.card-body {
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;

    margin: 0 !important;
    padding: 10px 20px;

    background-color: #fff;
    box-shadow: 0 0 10px -4px #333;
  }

  .header img {
    width: 180px;
  }

  .offset-header {
    height: 90px;
  }
}
