@font-face {
    font-family: "vff";
    src: url("Titillium_Web/TitilliumWeb-ExtraLight.ttf");
}
@font-face {
    font-family: "vff-bold";
    src: url("Titillium_Web/TitilliumWeb-Bold.ttf");
}
body {
    margin: 0;
    padding: 0;
    background-color: #000;
    background-image: url(sfondo-body-vff.png);
    background-repeat: repeat-x;
    font-family: "vff", sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #aaa;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fc0;
}
.barra-menu a {
    font-size: 20px;
}
h1 {
    color: #fc0;
    text-align: center;
    font-size: 42px;
    margin: 0;
    padding: 20px;
}
h2 {
    color: #fff;
    text-align: center;
    margin: 40px 0 30px 0;
    padding: 0;
}
h3 {
    color: #fc0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0;
}
.corpo a {
    margin-right: 20px;
}
a h4 {
    display: inline-block;
    font-size: 17px;
    text-align: center;
    width: 180px;
    padding: 0 10px 2px;
    background-color: #300;
    border-top: 1px solid #900;
    border-bottom: 1px solid #900;
}
a h5 {
    display: block;
    margin: 30px auto 50px;
    font-size: 17px;
    text-align: center;
    width: 180px;
    padding: 0 10px 2px;
    background-color: #300;
    border-top: 1px solid #900;
    border-bottom: 1px solid #900;
}
a:hover h4 {
    color: #fc0;
}
img .lin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
li a {
    color: #ccc;
}
ul {
    list-style: none;
    margin-bottom: 30px;
}
ul li {
    padding-top: 10px;
}
li ol {
    list-style-type: lower-latin;
}
.barra-superiore {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.barra-superiore a img {
    margin: 6px 8px 0px 8px;
}
.logo {
    background-image: url(sfondo-logo-vff.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 420px;
}
.logo img {
    display: block;
    margin: 0 auto;
    width: 335px;
    padding-top: 30px;
}
.barra-menu {
    display: grid;
    background-color: #000;
    background-image: url(sfondo-bottoni-vff.png);
    background-position: center 0;
    background-repeat: no-repeat;
    width: 1200px;
    margin: 0 auto;
    grid-template-columns: auto 160px 160px 160px 160px 160px 160px auto;
    grid-template-rows: 48px;
}
[class^="menu"] {
    padding: 6px 23px;
}
.smartphone {
    display: none;
}
.banner {
    background-image: url(vff-banner-1.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    height: 560px;
}
.corpo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    width: 1200px;
    margin: 0 auto;
}
.corpo-colonna {
    position: relative;
    width: 1200px;
    min-height: 640px;
    margin: 0 auto;
    background-color: #000;
}
.corpo-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 50px;
    width: 950px; /* dipende da width del selettrore a h4 */
    margin: 0 auto;
}
.corpo-sx {
    margin: 0 0;
    box-sizing: border-box;
    padding: 20px;
    background-color: #000;
}
.corpo-dx {
    margin: 0 0;
    box-sizing: border-box;
    padding: 20px;
    background-color: #000;
}
p {
    line-height: 30px;
    text-align: justify;
    margin: 10px 10px 30px;
}
.corpo li {
    margin: 10px;
    line-height: 25px;
}
.corpo-colonna li {
    margin: 15px;
    line-height: 25px;
}
.corpo ol {
    margin-top: 50px;
}
.corpo img {
    display: block;
    margin: 20px auto 40px;
    width: 85%;
}
.biglietti {
    width: 70% !important;
    max-width: 400px !important;
}
.barra-piede {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    margin: 60px auto -20px;
    border-top: 1px solid #900;
    background-color: #200;
    color: #ccc;
    padding: 10px 50px 10px 10px;
    box-sizing: border-box;
}
.barra-piede p {
    text-align: center;
    line-height: 23px;
    margin: 15px 0px 10px 40px;
}
.barra-piede img {
    width: 50% !important;
    margin: 10px 0px 25px 40px;
}
.barra-inferiore {
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 20px auto 0;
    background-color: #900;
    color: #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.barra-inferiore img {
    display: block;
    width: 240px;
    margin: 0 auto;
}
.barra-inferiore a {
    color: #ccc;
}
.barra-inferiore a:hover {
    font-weight: normal;
}
.barra-inferiore a img {
    display: inline-block;
    width: 28px;
    height: 20px;
    margin: 10px;
}
.titolo {
    font-family: "vff-bold";
    color: #fc0;
}
.giallo {
    color: #fc0;
}
.laurel {
    padding-top: 0px;
    padding-bottom: 60px;
    width: 250px !important;
    margin: 20px auto 50px !important;
    opacity: 0.75;
}
.testo-centro p {
    text-align: center;
}
.testo-mini {
    font-size: 12px;
}
.bold {
    font-family: "vff-bold";
}
.bold-no {
    font-family: "vff";
}
.bordo {
    border: 1px solid #222;
    box-sizing: border-box;
}
.video {
    display: block;
    margin: 0 auto;
    width: 1120px;
    height: 630px;
}
iframe {
    display: block;
    margin: 0 auto;
    width: 1120px;
    height: 630px;
}

@media screen and (min-width: 1070px) and (max-width: 1220px) {
    .barra-superiore, .logo, .barra-menu, .corpo, .barra-inferiore {
        width: 100%;
    }
    .corpo-colonna {
        width: 90%;
        margin: 20px;
    }
    .corpo-flex {
        width: 950px; /* dipende da width del selettrore a h4 */
    }
    .barra-superiore a {
        margin-left: 5px;
        margin-right: 5px;
    }
    .corpo img {
        width: 85%;
    }
    .video {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 540px;
    }
    iframe {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 680px;
    }
}

@media screen and (max-width: 1069px) {
    .barra-superiore, .barra-menu, .barra-inferiore {
        width: 100%;
    }
    .logo {
        width: 100%;
        height: 240px;
        background-position: center -144px;
    }
    .logo img {
        padding-top: 15px;
        width: 200px;
        height: 215px;
    }
    .corpo {
        width: 100%;
        grid-template-columns: 1fr;
    }
    .corpo-colonna {
        width: 90%;
    }
    .corpo-flex {
        width: 200px; /* dipende da width del selettrore a h4 */
    }
    .barra-superiore a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .barra-menu {
        display: none;
    }
    .barra-piede {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 20px;
        height: auto;
    }
    .barra-piede-sinistra {
        order: 1;
    }
    .barra-piede-destra {
        order: 2;
    }
    .barra-piede-centro {
        order: 3;
    }
    .smartphone {
        display: block;
        position: relative;
        width: 100%;
        height: 300px;
        padding-top: 0px;
        border-top: 2px solid #ccc;
        border-bottom: 3px solid #600;
        background-color: #900;
        background-image: url(sfondo-smartphone.png);
        background-position: center 7px;
        background-repeat: repeat-y;
        /* box-sizing: border-box; */
    }
    .smartphone a {
        display: block;
        text-align: center;
        padding: 0px;
        padding-top: 6px;
        margin-top: 8px;
        font-size: 17px;
        line-height: 34px;
    }
    .corpo img {
        width: 100%;
        max-width: 750px;
    }
    p, li {
        font-size: 16px;
    }
    h1 {
        font-size: 38px;
    }
    a h4 {
        font-size: 16px;
    }
    a h5 {
        font-size: 16px;
    }
    .video {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 480px;
    }
    iframe {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 760px;
    }
}