:root {
    --font-body-size: 2.6rem;
    --mobile-nav-height: 25px;
    --spacing-md-desktop: 10px;
    --spacing-md-mobile: 10px;
    --spacing-md-tablet: 10px;
    --desktop-zoneheader-margintop: 0px;
    --desktop-zoneheader-marginbottom: 0px;
    --desktop-modheader-height: 100px;
    --mobile-modheader-height: var(--desktop-topheader-height) - 25px;    
    --mobile-modheader-height: var(--desktop-topheader-height) - 25px;
}
.line-header .container .row-fluid > div.zone-header .mod-header-logo, .line-header .container-fluid .row-fluid > div.zone-header .mod-header-logo {
    height: 75% !important
}
div.mod-banner__content {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}
.line.site_line__item.line-footer {
    padding-top: 25px !important;
    padding-bottom: 0px !important
}
.col-md-12 {
    width: 100% !important;
}
.event-jumbotron__title {
    margin-bottom: 0px;
    margin-top: 0px;
}
.btn.btn-primary {
    width: auto !important;
}
div.line.site_line__item.line-footer {
    margin-top: 0px !important;
}
.tabella-viola {
    width: 100%;
    margin-bottom: 20px;
}
.tabella-viola th,
.tabella-viola td {
    border: 1px solid #4f246e;
    border-collapse: collapse;
    padding: 6px;
    font-size: 16px;
}
.tabella-viola th {
    background-color: #4f246e;
    color: #ffffff;
}
.tabella-viola td:first-child {
    text-align: center;
}
.tabella-viola td:last-child {
    text-align: center;
}
.tabella-viola tr:nth-child(even) {
    background-color: #f2f2f2;
}
.img-zoom {
    transition: transform 0.3s ease; /* animazione fluida */
}
.img-zoom:hover {
    transform: scale(8); /* ingrandisce del 800% */
}