@use "../../../../src/scss/utilities.scss";
.contentStycky {
  position: sticky;
  top: 5%;
}

.vBSAT {
  .slidersVBSAT {
    &__img {
      position: relative;
      min-height: 550px;
    }
    .swiper-slide {
      min-height: 550px;
    }
    .swiper-pagination {
      bottom: 0px;
    }
  }
  .imgAbsolute {
    @extend %img-absolute;
  }

  &-description {
    .press__description {
      strong {
        font-weight: 600;
      }
      a,
      a:hover {
        color: var(--a-azul-unops);
      }
      ul,
      ol {
        list-style: initial !important;
        li {
          margin: 0.8rem 0;
        }
      }
    }
  }
}
