@use '../utilities';
.deliveryGallery[data-dg-57543] {
  //border: solid 1px var(--f-aire);
  //border-left: 0px;
  //border-right: 0px;
  border-bottom: solid 1px var(--f-aire);
  .deliveryGallery {
    position: relative;
    &__title {
      @extend %VFSans-font;
      font-size: 35px;
      font-weight: 600;
      line-height: 1.37;
      text-align: center;
      color: var(--a-negro-unops);
      @media (max-width: 991.98px) {
        font-size: 25px;
      }
    }
    &__contentSlider {
      position: relative;
      .swiper-button-next,
      .swiper-button-prev {
        &::after {
          font-weight: 300;
          font-size: 35px;
          color: var(--a-azul-unops);
        }
      }
      .swiper-button-next {
        right: -4%;
      }
      .swiper-button-prev {
        left: -4%;
      }
      @media (max-width: 1200px) {
        .swiper-button-next {
          right: -6%;
        }
        .swiper-button-prev {
          left: -6%;
        }
      }
    }
  }
}
