.departamento-page {
  padding-bottom: 4rem;
}

.departamento-page .entry-title {
  padding-bottom: 3rem;
  border-bottom: none;
}

@media (min-width: 640px) {
  .departamento-page .entry-title {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .departamento-page .entry-title {
    padding-bottom: 6rem;
  }
}

.departamento-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.departamento-col__title {
  margin-bottom: 1.5rem;
}

.departamento-col__content p {
  margin-bottom: 0.5em;
}

.departamento-col__content p:last-child {
  margin-bottom: 0;
}

.departamento-leyenda {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 0.25rem;
}

.departamento-leyenda__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.departamento-leyenda__dot,
.departamento-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.departamento-table thead th,
.departamento-table tbody tr:first-child th,
.departamento-table tbody tr:first-child td {
  border-top: none;
}

.departamento-table td {
  vertical-align: middle;
}

.departamento-table__col-nombre {
  width: 30%;
}
.departamento-table__col-categoria {
  width: 35%;
}
.departamento-table__col-docencia {
  width: 10%;
}
.departamento-table__col-mail {
  width: 25%;
}

.departamento-table__docencia {
  white-space: nowrap;
}

.departamento-table__docencia-inner {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.departamento-table__mail {
  text-decoration: none;
  color: var(--color-black);
}

.departamento-table__mail:hover {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .departamento-page {
    padding-bottom: 5rem;
  }

  .departamento-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .departamento-cols {
    gap: 4rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.departamento-profesorado .entry-title {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .departamento-profesorado .entry-title {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .departamento-profesorado .entry-title {
    padding-bottom: 2rem;
  }
}

@media (min-width: 640px) {
  .departamento-profesorado {
    width: 83.333%;
    margin-left: auto;
  }
}

@media (max-width: 639px) {
  .departamento-table thead {
    display: none;
  }

  .departamento-table,
  .departamento-table tbody,
  .departamento-table tr,
  .departamento-table td {
    display: block;
    width: 100%;
  }

  .departamento-table tbody tr {
    border-top: 0.5px solid var(--color-border, #e0e0e0);
    padding: 0.65rem 0;
  }

  .departamento-table tbody tr:last-child {
    border-bottom: 0.5px solid var(--color-border, #e0e0e0);
  }

  .departamento-table td {
    padding: 0;
    border: none;
    margin-top: 2px;
  }

  .departamento-table__nombre {
    font-weight: 700;
  }
  
  .departamento-table td:nth-child(1) {
    margin-bottom: 0.2rem;
  }

  .departamento-table td:nth-child(2),
  .departamento-table td:nth-child(3),
  .departamento-table td:nth-child(4) {
    font-size: 0.85em;
  }

  .departamento-table td:nth-child(3) {
    display: inline-block;
    margin-right: 6px;
  }

  .departamento-table td:nth-child(4) {
    display: inline-block;
  }

  .departamento-table__mail {
    color: inherit;
  }
}
