.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: rgb(255 255 255 / 75%);
}

body {
    font-size: 16px;
    font-weight: 300;
}

.swiper-pagination-bullet-active,
.swiperTestataHome .swiper-pagination-bullet-active {
    width: 15px !important;
    height: 15px !important;
    background: var(--red) !important;
}

.home .soluzioni .logo {
    bottom: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--red) !important;
    color: white !important;
}
.testata,
.testata-2,
.testata-breadcrumb {
    margin-top: 0 !important;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
body.has-sticky {
    padding-top: 80px;
}

.small,
.small p {
    font-size: .875em;
}
.btn-anno.active span::before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    color: var(--red);
    font-size: 17px;
}

picture {
    height: 100%;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 21px !important;
    left: -27px !important;
}
.breadcrumbx span {
    color: white !important;
}

.breadcrumbx .breadcrumb {
   margin-bottom: 0 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--red);
}

.swiperVerticale .swiper-slide-active h2 {
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .overlay-trigger  .overlay {
        opacity: 0.65;
    }
}
@media (min-width: 992px) {
    .overlay-trigger  .overlay {
        opacity: 0;
    }
}

.overlay-trigger:hover .overlay {
    opacity: 0.65;
}

.btn-solid-red {
    background: #fe1601;
    border-radius: 0;
}

.btn-solid-red:focus,
.btn-solid-red:hover {
    background: #bd1f11;
    border-radius: 0;
}
