body {
    overflow-x: hidden;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logo{
    background-color: #fff;
    height: 85px;
    position: fixed;
    width: 100%;
    top:0;
    display: flex;
    align-items: center;
}

.logo img{
    width: 210px;
}


.video {
    margin-top: 85px;
    height: 600px;
    background-color: black;
}


.claim, footer{
    background: #E30613;
    background: linear-gradient(90deg, rgba(227, 6, 19, 1) 0%, rgba(243, 146, 0, 1) 100%);
}

.claim .title {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.05rem;
}


.section-title {
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 500;
}

.contenuto {
    background-color: #ececec;
}


.mappa {
    background-color: #000;
    height: 700px;
}

.marchi .swiper {
    width: 100%;
}

.marchi .swiper-slide {
    width: auto;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #000;
}

footer img{
    width: 180px;
}


footer p{
    color:#fff;
}

footer i{
    color:#fff;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}