.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slide {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}

.swiper-pagination-bullet-active{
    background-color:#fff;
}

h1, h2, h3, h4, h5, h6, strong {
    color: #ee1d23;
}
header.page-header {
    height: 130px;
}
.history-item {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}
.linear-gradient {
    display: inline-block;
    position: absolute;
    right: 0;    
    height: 100%;
}
.right .linear-gradient {
    left: 0;
    right: unset;
}
#storia1 .linear-gradient {
    background: url('../images/storia1.jpg');
}
#storia2 .linear-gradient {
    background: url('../images/storia2.jpg');
    background-position: center;
}
#storia3 .linear-gradient {
    background: url('../images/storia3.jpg');
}
#storia4 .linear-gradient {
    background: url('../images/storia4.jpg');
    background-position: center;
}
.linear-gradient:after {
    content: " ";
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-storia {
    list-style: none;
    padding: 0 35px;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bg-storia div {
    color: white;
    mix-blend-mode: difference;
    padding: 15px 0;
    font-size: 1.2rem;
}
.right .bg-storia div {
    text-align: right;
}
.logo {
    position: fixed;
    left: 0;
    top: 0;
    width: 125px;
    color: #fff;
    z-index: 999;
}
.logo img {
    width: 100%;
}

.spettacolo {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
}
img.banner {
    width: 100%;
    max-width: 400px;
}

.spettacolo .banner {
    max-width: 250px;
}

section.mission:before {
    content: " ";
    width: 100%;
    background: rgba(238, 30, 36, .7);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.mission {
    background: url(../images/Gruppob.jpg);
    background-size: cover;
    font-size: 2rem;
    text-align: center;
    line-height: 5rem;
    position: relative;
}
section.mission p {
    color: white;
    position: relative;
}
.spacer {
    text-align: center;
    color: #ee1d23;
}
.section-title{
    position: relative;
    line-height: 1.5;
}