@use "../utilities";
.contact {
  &__head {
    position: relative;
    min-height: 250px;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(13, 30, 47, 0) 200%,
      rgba(13, 30, 47, 0.75)
    );
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    .img-absolute {
      @extend %img-absolute;
      z-index: -1;
    }
    &--title {
      @extend %VFSans-font;
      font-size: 35px;
      font-weight: 600;
      line-height: 1.37;
      text-align: center;
      color: var(--a-blanco);
    }
  }
  &__description {
    font-size: 18px;
    font-weight: 300;
    color: var(--a-negro-unops);
    p {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }

  &__links {
    &--item,
    &--link {
      font-size: 18px;
      font-weight: 300;
      color: var(--a-negro-unops);
    }
    &--link {
      font-weight: 600;
      color: var(--a-azul-unops);
    }
  }
}
