.presentacion-ddhub {
  padding-top: 5rem;
  padding-bottom: 5rem;

  .text-presentacion {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: var(--fonts-heading);
    font-style: italic;
  }

  .content {
    padding: 2.5rem 4rem;
    height: 100%;

    .link-presentacion {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 2rem;
      color: var(--color-primary-dark);
      text-decoration: underline;
      font-weight: 700;
      font-style: italic;
      text-underline-offset: 5px;
      text-align: center;
    }
  }
}

.links-relacionados {
  padding-top: 5rem;
  padding-bottom: 5rem;

  p {
    width: 75%;

    @media (width < 992px) {
      width: 100%;
    }
  }

  .box-img-lab {
    height: 25rem;
    margin-bottom: 1.5rem;

    @media (width < 992px) {
      height: 30vh;
      margin-top: 2rem;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: filter 0.3s ease;

      &:hover {
        filter: brightness(0.5);
      }
    }
  }

  .link-hover {
    text-decoration: none;
    color: var(--color-azul);
    font-size: var(--size-h4);
    font-family: var(--fonts-heading);

    &:hover {
      text-decoration: underline;
    }
  }
}
