@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
* CONTAINER
* ---------------------------------------------------------- */
.container-fluid {
  padding: 0 1.5rem !important;
}

/* ----------------------------------------------------------
* COLORS
* ---------------------------------------------------------- */
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
p,
.p {
  color: #00263e;
}

.block_slider-image-text {
  overflow: hidden;
}
.block_slider-image-text .slider-text-image {
  height: auto;
  max-height: auto;
}
@media (min-width: 992px) {
  .block_slider-image-text .slider-text-image {
    height: 100%;
    max-height: 500px;
  }
}
@media (min-width: 1200px) {
  .block_slider-image-text .slider-text-image {
    height: 100%;
    max-height: 400px;
  }
}
.block_slider-image-text .slider-text-image .swiper-slide {
  display: flex;
  justify-content: center;
}
.block_slider-image-text .swiper-button-prev-custom,
.block_slider-image-text .swiper-button-next-custom {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  background-color: #ae1919;
  border-radius: 50%;
  padding: 0.5rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .block_slider-image-text .swiper-button-prev-custom,
  .block_slider-image-text .swiper-button-next-custom {
    transform: rotate(90deg);
    right: 5px;
  }
}
@media (min-width: 1200px) {
  .block_slider-image-text .swiper-button-prev-custom,
  .block_slider-image-text .swiper-button-next-custom {
    right: 32px;
  }
}
.block_slider-image-text .swiper-button-prev-custom:after,
.block_slider-image-text .swiper-button-next-custom:after {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: scale(0.8);
  filter: brightness(100);
  top: 1px;
  left: 2px;
}
@media (min-width: 992px) {
  .block_slider-image-text .swiper-button-prev-custom:after,
  .block_slider-image-text .swiper-button-next-custom:after {
    top: 1px;
    left: 2px;
  }
}
.block_slider-image-text .swiper-button-prev-custom {
  left: 16px;
}
@media (min-width: 992px) {
  .block_slider-image-text .swiper-button-prev-custom {
    top: 50%;
    left: auto;
  }
}
.block_slider-image-text .swiper-button-prev-custom:after {
  content: url(../img/arrow-slider-prev.svg);
}
.block_slider-image-text .swiper-button-next-custom {
  left: 80px;
}
@media (min-width: 992px) {
  .block_slider-image-text .swiper-button-next-custom {
    top: calc(50% + 55px);
    left: auto;
  }
}
.block_slider-image-text .swiper-button-next-custom:after {
  content: url(../img/arrow-slider-next.svg);
}
.block_slider-image-text .swiper-button-disabled {
  opacity: 0.5;
}