/* cormorant-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-v24-latin-regular.woff2') format('woff2');
}


/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
}


/* prompt-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/prompt-v12-latin-regular.woff2') format('woff2');
}
/* prompt-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/prompt-v12-latin-700.woff2') format('woff2');
}

/* ******************************************************************* PARTI COMUNI */
::-webkit-scrollbar {width: 6px;background-color: #F2F2F2; -webkit-border-radius: 0;}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {background: #ff5a00; -webkit-border-radius: 0;}
::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {background: #ff5a00; -webkit-border-radius: 0;}

body, html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    font: 18px 'Montserrat', sans-serif;
    color: #100e95;
    text-align: center;
    background-color: #fff;
}
p {
    margin: 0;
}
a:link, a:visited, a:hover, a:active {
    color: #100e95;
    text-decoration: underline;
    transition: all 0.4s ease-out;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}
.scroll {
    bottom: 4vh;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: fixed;
    left: 2.07%;
    z-index: 599;
    color: #ff5a00;
    line-height: 32px;
    font-size: 24px;
    transition: all 0.4s ease-out;
}
.scroll.top {
    transform: rotate(180deg);
}
img {
    border: 0;
}
.hide-desktop {
    display: none !important;
}
.view_mobile, .view_ipad {
    display: none !important;
}
.btn {
    display: inline-flex;
    width: fit-content;
    border: 1px solid #ff5a00;
    border-radius: 40px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn a {
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover .btn in section-light (default) - diventa blu */
.btn:hover {
    background-color: #100e95;
    border-color: #100e95;
    cursor: pointer;
}
.btn:hover a {
    color: #fff;
}

.grecaptcha-badge, .grecaptcha-logo{
    bottom: 80px !important;
}

/* Hover .btn in section-dark - diventa bianco */
.section-dark .btn:hover {
    background-color: #fff;
    border-color: #fff;
}
.section-dark .btn:hover a {
    color: #000;
}

.recaptcha-disclaimer {
    font-size:14px;
    padding-top:30px;
    font-style: italic;
}
.vegas-animation-kenburnsSlow {
    animation: kenburnsScale ease-out;
}

@keyframes kenburnsScale {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes kenburnsScaleSlow {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

#altea-cookiebox-wrapper #altea-cookiebox-text {
    text-align: left;
    font: 13px/1.4em 'Montserrat', sans-serif;
}
#altea-cookiebox-wrapper #altea-cookiebox-close-button {
    background-color: #ff5a00;
    color: #fff;
    padding: 16px;
    font: 14px/1.4em 'Montserrat', sans-serif;
}

#cursorTracker .cursor {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    z-index: 150;
}
#cursorTracker .cursor-pointer {
    width: 28px;
    height: 28px;
    border: 1px solid #ff5a00;
    border-radius: 50%;
    top: -15px;
    left: -15px;
}
#cursorTracker .cursor-arrow-right, #cursorTracker .cursor-arrow-left {
    top: -35px;
    left: -35px;
}
#cursorTracker .cursor-arrow-left {
    transform: rotate(180deg);
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* GRID */
.grid-layout {
    width: 100%;
}
.grid-layout > div {
    width: 1px;
    height: 100%;
    background-color: rgba(187, 187, 186, 0.28);
    position: absolute;
    left: calc(100% / 6);
    bottom: 0;
    z-index: 1;
}
.grid-layout > div.line2 {
    left: calc((100% / 6) * 2);
}
.grid-layout > div.line3 {
    left: calc((100% / 6) * 3);
}
.grid-layout > div.line4 {
    left: calc((100% / 6) * 4);
}
.grid-layout > div.line5 {
    left: calc((100% / 6) * 5);
}
/* ******************************************************************* FINE GRID */

/* ******************************************************************* HEADER */
#header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 301;
    height: 115px;
    color: #282828;
    transition: all 0.4s ease;
    padding: 0;
    margin: 0;
}
#header #logo {
    position: absolute;
    left: 5.14%;
    top: 47px;
    transition: all 0.4s ease;
    overflow: hidden;
}
#header #logo a, #header #logo a img {
    display: block;
}
#header #logo #logo-mobile {
    display: none;
}
#header #service {
    position: absolute;
    right: calc(100% / 6);
    top: 40px;
    width: calc(100% / 6);
    background-color: #ff5a00;
    white-space: nowrap;
    transform-origin: right center;
    overflow: hidden;
}
#header #service .email {
    color: #fff;
    font-size: 22px;
    line-height: 64px;
    height: 64px;
    text-align: center;
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
}
#header #service .email i,
#header #service .email svg{
    display: none;
    opacity: 0;
    font-size: 25px;
    position: relative;
    top: 6px;
}
/*#header.scrolled #service .email svg {*/
/*    display: inline;*/
/*    opacity: 1;*/
/*}*/
#header #service-fixed .left {
    position: fixed;
    left: 2.07%;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}
#header #service-fixed .contatti {
    color: #fff;
    margin-left: -50%;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
}
#header #service-fixed .contatti a {
    /*color: rgba(255, 255, 255, 0.4);*/
    color: #fff;
    text-decoration: none;
}
#header #service-fixed .contatti a:hover {
    text-decoration: underline;
}
#header #service-fixed .left.lightBackground .contatti {
    color: #100e95;
}
#header #service-fixed .left.lightBackground .contatti a {
    color: #100e95;
}
#header #service-fixed .contatti .spacing {
    display: inline-block;
    padding: 0 13px;
}
#header #service-fixed .right {
    position: fixed;
    right: 5.14%;
    top: 50%;
    transform: translateY(-50%);
}
#header #service-fixed .language .lang-inline {
    margin: 13px 0;
    padding: 0;
    list-style: none;
}
#header #service-fixed .language .lang-inline a {
    color: #fff;
    line-height: 34px;
    display: block;
    text-decoration: none;
    transition: color 0.4s ease;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}
#header #service-fixed .language .lang-inline a:hover {
    color: #ff5a00 !important;
}
#header #service-fixed .social a {
    font-size: 17px;
    color: #fff;
    display: block;
    line-height: 34px;
    margin: 13px 0;
    transition: color 0.4s ease;
}
#header #service-fixed .social a:hover {
    color: #ff5a00 !important;
}

#header #service-fixed .right.lightBackground .language .lang-inline a, #header #service-fixed .right.lightBackground .social a {
    color: #100e95;
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* MENU */
#nav #mobile_nav {
    position: fixed;
    right: 5.14%;
    top: 40px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    z-index: 651;
    background: url("../images/menu-chiuso-white.svg") no-repeat center center;
    background-size: 90% 90%;
    margin-right: -23px;
}
#nav #mobile_nav.lightBackground {
    background-image: url("../images/menu-chiuso.svg");
}
#nav #mobile_nav.hover_menu {
    background-image: url("../images/menu-aperto.svg");
}
#nav #mobile_nav .text {
    display: none;
}

#box-menu {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    transition: width 0.6s ease-out;
    background: #fff;
    z-index: 601;
    transition-timing-function: ease-out;
}
#nav.hover_menu #box-menu {
    width: 100%;
}
#box-menu > .inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}
#box-menu #menu-logo {
    position: absolute;
    left: 5.14%;
    top: 47px;
    transition: all 0.4s ease;
}
#box-menu #menu-logo a, #header #menu-logo a img {
    display: block;
}
#box-menu .inner-menu {
    margin: 0 calc(100% / 6) 0 5.14%;
    display: flex;
    height: 70%;
}

#menu-highlight {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}
#menu-highlight > * {
    flex-basis: 50%;
    background-size: cover;
    margin-bottom: 33px;
}


#menu-highlight div {
    transition: all 0.4s ease-out;
   /* transform: scale(1.015);*/
}
#menu-highlight div:hover {
    transform: scale(1)!important;
}

/*#menu-highlight a:hover {*/
/*    transform: scale3d(0.95, 0.95, 0.95);*/
/*}*/

#menu-highlight > *:last-child {
    margin-bottom: 0;
}
#menu-highlight a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 49px;
    font-family: 'Prompt', sans-serif;
    text-decoration: none;
    flex-grow: 1;
}
#menu-highlight a em {
    font-weight: 400;
    font-family: 'Cormorant', serif;
    margin-left: 0.3em;
}
#menu {
    flex-basis: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    max-height: 100%;
}
#menu > li {
    flex-basis: 100%;
    padding: 0 0 35px 0;
    text-align: right;
}
#menu > li > a, #menu > li > a:hover, #menu > li > span.nav-header {
    font-size: 49px;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    color: #100e95;
    text-decoration: none;
    line-height: 1.1em;
    padding-right: 84px;
    display: block;
    position: relative;
    cursor: pointer;
}
#menu li i,
#menu li svg {
    position: absolute;
    top: 0.2em;
    right: 34px;
    font-size: 0.8em;
}
#menu > li > a:hover {
    text-decoration: underline;
}
#menu > li.current > a {
    text-decoration: underline;
}
#menu ul {
    margin: 0;
    padding: 0;
    max-height: 0;
    list-style: none;
    overflow: hidden;
    transition: max-height 0s ease;
}
#menu li.opensubnav > ul {
    max-height: 900px;
    transition: max-height 0.7s ease;
    padding-top: 13px;
}
#menu ul a, #menu ul a:hover {
    font-size: 22px;
    color: #100e95;
    text-decoration: none;
    line-height: 1.3em;
    padding: 8px 34px 8px 0;
    display: inline-block;
}
#menu ul a:hover {
    color: #ff5a00;
}
#menu ul li.current a {
    color: #ff5a00;
}

#box-menu .social {
    display: none;
}
#box-menu .contatti {
    display: none;
}
/* ******************************************************************* FINE MENU */

/* ******************************************************************* FOTO */
#foto {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 0;
    height: 100vh;
    background-color: #100e95;
}
#foto .list {
    height: 100%;
}
#foto .list img {
    display: block;
}
#foto .list img:not(:first-child) {
    display: none;
}
#foto #slide-nav {
    position: absolute;
    bottom: 3.52%;
    right: 5.14%;
    text-align: center;
    font-size: 0;
}
#foto #slide-nav a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 2px;
}
#foto #slide-nav a span {
    display: block;
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin: 14px auto;
    transition: all 0.4s ease-out;
}
#foto #slide-nav a:hover span {
    background-color: #ff5a00;
}
#foto #slide-nav a.active span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 12px auto;
}
/* ******************************************************************* FINE FOTO */

/* ******************************************************************* CONTENT */
#content {
    display: block;
    position: relative;
}
.page-text {
    text-align: left;
}
.item-page-section {
    padding: 0 calc(100% / 6);
    line-height: 2.1em;
    display: block;
    font-size: 18px;
    text-align: left;
    position: relative;
    overflow-x: hidden;
}
.item-page-section.section-image-box {
    padding: 0;
}
.item-page-section.section-main {
    background-color: #100e95;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 105px;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.pageHighlight .item-page-section.section-main {
    background-color: #fff;
    color: #100e95;
}

.item-page-section.section-dark.blue {
    background-color: #100e95;
}
.item-page-section.section-dark {
    background-color: #000;
    color: #fff;
}
.item-page-section .section-text {
    position: relative;
    z-index: 51;
    padding: 105px 0;
}
.item-page-section .section-text .card-ct {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.item-page-section .section-text .card-ct .card {
    padding: 2rem;
    border: 2px solid;
    border-radius: 2rem;
    width: 30%;
}
.item-page-section.section-main .section-text {
    padding: 0;
}
.item-page-section .section-text > *:first-child {
    margin-top: 0;
}
.item-page-section .section-text > *:last-child {
    margin-bottom: 0;
}
.page-text p {
    margin: 26px 0;
}
.page-text a {
    color: #ff5a00;
    font-weight: bold;
}
.page-text .slogan {
    font-size: 4.88vw;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0.8em 0;
    font-family: 'Prompt', sans-serif;
    position: relative;
}
body.homepage .page-text .slogan {
    font-size: 6.48vw;
}
.page-text .slogan .slogan-anim {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    clip-path: inset(0 0 0 0);
}
.page-text h1 {
    font-size: 54px;
    line-height: 1.3em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
    margin: 1em 0;
    text-transform: uppercase;
}
body.pageHighlight .page-text h1 {
    font-size: 4.88vw;
    line-height: 1.2em;
    color: #100e95;
    font-weight: 700;
    margin: 0 0 0.8em 0;
    font-family: 'Prompt', sans-serif;
    text-transform: none;
}
body.pageHighlight .page-text h1 em {
    font-weight: 400;
    font-family: 'Cormorant', serif;
    color: #ff5a00;
    font-size: 1.2em;
}
.page-text h2 {
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin: 65px 0 38px 0;
    line-height: 1.1em;
}
.page-text h3 {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin: 26px 0;
    line-height: 1.1em;
}

.item-page-section.bg-dark {
    color: #fff;
}
.item-page-section.bg-light {
    color: #100e95;
}

.content-row {
    display: flex;
    align-items: center;
}
.content-row .col-25 {
    flex-basis: 25%;
}
.content-row .col-75 {
    flex-basis: 75%;
}
.content-row .col-50 {
    flex-basis: 50%;
}
.decoration {
    max-width: 100%;
    height: auto;
}
.decoration.img-center {
    margin: 0 auto;
    display: block;
}

.section-image-box img {
    display: block;
    width: 100%;
    height: auto;
}

ol.list-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}
ol.list-col li {
    font-family: 'Prompt', sans-serif;
    font-size: 1.2em;
    padding: 130px 10px;
    margin: 0;
    flex-basis: 33%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}
ol.list-col li img {
    margin-right: 15px;
}
ol.list-col li .number {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -170px;
    width: 100%;
    height: 340px;
    color: rgba(255, 255, 255, 0.15);
    font-size: 17em;
    line-height: 340px;
    text-align: center;
    z-index: -5;
    font-weight: bold;
}

@supports (-webkit-text-stroke: 1px black) {
    #content .slogan {
        -webkit-text-stroke: 1px #fff;
        color: transparent;
    }
}

.slider {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}
.slider .outer-list {
    margin-left: calc(5.14% - 20px);
}
.slider .box-image {
    display: inline-block;
    transition: all 0.4s ease;
    padding: 35px 0 66px 20px;
    position: relative;
    width: 73vw;
    margin-right: 44px;
}
.slider .box-image.image-mobile {
    display: none;
}
.slider .box-image.is-selected img {
    animation: kenburnsScaleSlow 11s infinite;
}
.slider .box-image > .container {
    position: relative;
    overflow: hidden;
}
.slider .box-image .effect {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #100e95;
}
.slider .box-image img {
    display: block;
    width: 100%;
    height: auto;
}
/* ******************************************************************* FINE CONTENT */

/* ******************************************************************* MODULE - REFERENZE */
.referenze {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: #100e95;
    padding: 105px 0;
}
.referenze .referenze-background {
    background-color: #100e95;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.referenze .descrizione {
    position: relative;
    z-index: 51;
    margin-left: calc(100% / 6);
    text-align: left;
}
.referenze .descrizione .intro {
    font-size: 24px;
    line-height: 1.1em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.referenze .descrizione .row-flex {
    display: flex;
    align-items: flex-end;
    margin: 38px 0 68px 0;
}
.referenze .descrizione h2 {
    font-family: 'Prompt', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    margin: 0;
    width: calc((100% / 5) * 3);
    line-height: 1.1em;
}
.referenze .descrizione .link a, .referenze .descrizione .link a:hover {
    color: #ff5a00;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.referenze .descrizione .link a i,
.referenze .descrizione .link a svg {
    padding-left: 9px;
    transition: all 0.6s ease;
}
.referenze .descrizione .link a:hover i,
.referenze .descrizione .link a:hover svg {
    padding-left: 29px;
}
.referenze .descrizione > p {
    margin: 26px calc(100% / 5) 26px 0;
    line-height: 2.1em;
}
.referenze .referenze-group {
    position: relative;
    z-index: 51;
    padding-top: 60px;
    text-align: left;
}
.referenze .referenze-group > p {
    font-size: 24px;
    margin: 0 0 38px calc(100% / 6);
}
.referenze .referenze-group > p a, .referenze .referenze-group > p a:hover {
    color: #ff5a00;
    font-weight: 600;
    text-decoration: none;
}
.referenze .referenze-group > p a i,
.referenze .referenze-group > p a svg {
    transition: all 0.6s ease;
    padding-left: 9px;
}
.referenze .referenze-group > p a:hover i,
.referenze .referenze-group > p a:hover svg {
    padding-left: 29px;
}

.referenze-elenco {
    position: relative;
    margin-left: calc(5.14% - 20px);
}
.referenze-elenco .referenze-item {
    display: inline-block;
    transition: all 0.4s ease;
    padding: 0 0 66px 20px;
    position: relative;
    width: 73vw;
    margin-right: 44px;
}
.referenze-elenco .referenze-item.is-selected .referenze-image img {
    animation: kenburnsScaleSlow 11s infinite;
}
.referenze-elenco .referenze-item > .inner {
    position: relative;
    overflow: hidden;
}
.referenze-elenco .referenze-item .referenze-image {
    position: relative;
    overflow: hidden;
}
.referenze-elenco .referenze-item .referenze-image .effect {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5a00;
}
.referenze-elenco .referenze-item .referenze-image img {
    display: block;
    width: 100%;
    height: auto;
}
.referenze-elenco .referenze-item .referenze-image img.image-mobile {
    display: none;
}
.referenze-elenco .referenze-item .referenze-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09567577030812324) 18%, rgba(0,0,0,0.8) 100%);
}
.referenze-elenco .referenze-item .referenze-txt .inner {
    margin: 65px 60px 45px 60px;
    position: relative;
}
.referenze-elenco .referenze-txt .referenze-cat {
    text-transform: uppercase;
    font-size: 16px;
}
.referenze-elenco .referenze-txt .referenze-title {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin: 8px 0;
}
.referenze-elenco .referenze-txt .referenze-tags {
    margin: 0;
    padding: 0 250px 0 0;
    font-size: 16px;
    list-style: none;
}
.referenze-elenco .referenze-txt .referenze-tags li {
    display: inline-block;
    margin-right: 16px;
}
.referenze-elenco .referenze-txt .referenze-tags li:before {
    content: "•";
    font-size: 1.9em;
    position: relative;
    top: 2px;
}
.referenze-elenco .referenze-txt .referenze-tags li a, .referenze-elenco .referenze-txt .referenze-tags li a:hover {
    padding: 0 9px;
    color: #fff;
    text-decoration: underline;
}
.referenze-elenco .referenze-txt .referenze-tags li a:hover {
    color: #ff5a00;
}
.referenze-elenco .referenze-txt .link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}
.referenze-elenco .referenze-txt .link a, .referenze-elenco .referenze-txt .link a:hover {
    color: #ff5a00;
    text-decoration: none;
    font-weight: 600;
}
.referenze-elenco .referenze-txt .link i,
.referenze-elenco .referenze-txt .link svg {
    padding-left: 9px;
    transition: all 0.6s ease;
}
.referenze-elenco .referenze-txt .link a:hover i,
.referenze-elenco .referenze-txt .link a:hover svg {
    padding-left: 29px;
}
.referenze-elenco .referenze-elenco-nav {
    display: flex;
    width: 73vw;
    padding-left: 20px;
    margin-bottom: 43px;
}
.referenze-elenco .referenze-elenco-nav > * {
    flex-grow: 1;
}
.referenze-elenco .referenze-elenco-nav a {
    display: block;
    height: 2px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.6s ease;
}
.referenze-elenco .referenze-elenco-nav a.active {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 1);
}
.referenze-elenco .referenze-elenco-nav a span {
    display: none;
}
/* ******************************************************************* FINE MODULE - REFERENZE */

/* ******************************************************************* MODULE - REFERENZE FILTER */
.filter-referenze {
    position: relative;
    overflow: hidden;
    text-align: left;
}

#box-filter-referenze {
    position: relative;
    z-index: 51;
    margin-left: calc(5.14% - 20px);
}
#box-filter-referenze .title {
    font-family: 'Prompt',sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin: 105px 0 8px 20px;
    line-height: 1.1em;
}
#box-filter-referenze .referenze-item {
    display: inline-block;
    transition: all 0.4s ease;
    padding: 35px 0 66px 20px;
    position: relative;
    width: 73vw;
    margin-right: 44px;
}
#box-filter-referenze .referenze-item.is-selected .referenze-image img {
    animation: kenburnsScaleSlow 11s infinite;
}
#box-filter-referenze .referenze-item > .inner {
    position: relative;
    overflow: hidden;
}
#box-filter-referenze .referenze-item .referenze-image {
    position: relative;
    overflow: hidden;
}
#box-filter-referenze .referenze-item .referenze-image .effect {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #100e95;
}
#box-filter-referenze .referenze-item .referenze-image img {
    display: block;
    width: 100%;
    height: auto;
}
#box-filter-referenze .referenze-item .referenze-image img.image-mobile {
    display: none;
}
#box-filter-referenze .referenze-item .referenze-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09567577030812324) 18%, rgba(0,0,0,0.8) 100%);
}
#box-filter-referenze .referenze-item .referenze-txt .inner {
    margin: 65px 60px 45px 60px;
    position: relative;
}
#box-filter-referenze .referenze-txt .referenze-cat {
    text-transform: uppercase;
    font-size: 16px;
}
#box-filter-referenze .referenze-txt .referenze-title {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1em;
    margin: 16px 0 0 0;
}
#box-filter-referenze .referenze-txt .referenze-tags {
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style: none;
}
#box-filter-referenze .referenze-txt .referenze-tags li {
    display: inline-block;
    margin-right: 16px;
}
#box-filter-referenze .referenze-txt .referenze-tags li:before {
    content: "•";
    font-size: 1.9em;
    position: relative;
    top: 2px;
}
#box-filter-referenze .referenze-txt .referenze-tags li a, #box-filter-referenze .referenze-txt .referenze-tags li a:hover {
    padding: 0 9px;
    color: #fff;
    text-decoration: underline;
}
#box-filter-referenze .referenze-txt .referenze-tags li a:hover {
    color: #ff5a00;
}
#box-filter-referenze .referenze-txt .link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}
#box-filter-referenze .referenze-txt .link a, #box-filter-referenze .referenze-txt .link a:hover {
    color: #ff5a00;
    text-decoration: none;
    font-weight: 600;
}
#box-filter-referenze .referenze-txt .link i,
#box-filter-referenze .referenze-txt .link svg {
    padding-left: 9px;
    transition: all 0.6s ease;
}
#box-filter-referenze .referenze-txt .link a:hover i,
#box-filter-referenze .referenze-txt .link a:hover svg {
    padding-left: 29px;
}

#box-filter-referenze .filter-referenze-nav {
    display: flex;
    width: 73vw;
    padding-left: 20px;
    margin-bottom: 43px;
}
#box-filter-referenze .filter-referenze-nav > * {
    flex-grow: 1;
}
#box-filter-referenze .filter-referenze-nav a {
    display: block;
    height: 2px;
    background-color: transparent;
    border-bottom: 1px solid rgba(16, 14, 149, 0.3);
    transition: all 0.6s ease;
}
#box-filter-referenze .filter-referenze-nav a.active {
    background-color: #100e95;
    border-color: rgba(16, 14, 149, 1);
}
#box-filter-referenze .filter-referenze-nav a span {
    display: none;
}
/* ******************************************************************* FINE MODULE - REFERENZE */

/* ******************************************************************* MODULE - BOXES */
.boxes {
    position: relative;
    line-height: 2.1em;
}

.boxes.partner {
    padding: 105px 0;
}
.boxes.partner .box-text h2 {
    margin-bottom: 105px;
}
.boxes.partner .partner {
    display: flex;
    flex-wrap: wrap;
}
.boxes.partner .partner > * {
    flex-basis: 25%;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
}
.boxes.partner .partner p span {
    color: #ff5a00;
    text-transform: none;
    font-size: 18px;
}

.boxes.partner .partner img {
    max-width: 70%;
    height: auto;
}

.boxes.text {
    padding: 105px 0;
    text-align: left;
}
.boxes.text a, .boxes.text a:hover {
    color: #ff5a00;
    text-decoration: underline;
    font-weight: bold;
}
.boxes.text a:hover {
    text-decoration: none;
}

.boxes .box-text {
    margin: 0 calc(100% / 6);
    position: relative;
    z-index: 51;
}
.boxes .box-text h2 {
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin: 65px 0 38px 0;
    line-height: 1.1em;
}
.boxes .box-text > *:first-child {
    margin-top: 0;
}
.boxes .box-text > *:last-child {
    margin-bottom: 0;
}
.boxes .box-text p {
    margin: 26px 0;
}

.boxes.text-black {
    padding: 105px 0;
    text-align: left;
    background-color: #000;
    color: #fff;
}
.boxes.text-black .box-text {
    margin: 0 calc(100% / 6);
    position: relative;
    z-index: 51;
}
.boxes.text-black .box-text .intro {
    font-size: 24px;
    line-height: 1.1em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
    text-transform: uppercase;
}
.boxes.text-black .box-text .intro + h2 {
    margin-top: 25px;
}
.boxes.text-black .box-text strong {
    color: #ff5a00;
}
.boxes.text-black a, .boxes.text-black a:hover {
    color: #ff5a00;
    text-decoration: underline;
    font-weight: bold;
}
.boxes.text-black a:hover {
    text-decoration: none;
}
ul.list-col-3 {
    margin: 86px 0 23px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.list-col-3 > li {
    font-size: 43px;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    color: #ff5a00;
    flex: 1 0 33%;
    line-height: 1em;
    margin-bottom: 23px;
}
ul.list-col-3 ul {
    margin: 22px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.list-col-3 li li {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-left: 84px;
}
ul.list-col-3 li .titolo {
    position: relative;
    left: -19px;
    white-space: nowrap;
}
ul.list-col-3 li img.icon {
    vertical-align: middle;
}
.boxes ul.list-col-3 a, .boxes ul.list-col-3 a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.boxes ul.list-col-3 a:hover {
    color: #ff5a00;
}
/* ******************************************************************* FINE MODULE - BOXES */

/* ******************************************************************* MODULE - NEWS */
.update {
    position: relative;
    color: #fff;
    background-color: #100e95;
}
.update .descrizione {
    position: relative;
    z-index: 51;
    margin-left: calc(100% / 6);
    text-align: left;
    padding: 105px 0;
}
.update .descrizione > *:first-child {
    margin-top: 0;
}
.update .descrizione > *:last-child {
    margin-bottom: 0;
}
.update .descrizione .intro {
    font-size: 24px;
    line-height: 1.1em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.update .descrizione h2 {
    font-family: 'Prompt', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    margin: 38px 0 68px 0;
    line-height: 1.1em;
}

.update-elenco {
    position: relative;
    z-index: 51;
}
.update-elenco .update-item {
    display: block;
    transition: all 0.4s ease;
    position: relative;
    width: 100%;
}
.update-elenco .update-item > .inner {
    position: relative;
}
.update-elenco .update-item .update-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.7s ease;
}
.update-elenco .update-item .update-image img.image-mobile {
    display: none;
}
.update-elenco .update-item .update-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09567577030812324) 18%, rgba(0,0,0,0.5) 100%);
}
.update-elenco .update-item .update-txt .inner {
    margin: 65px calc(100% / 6) 45px calc(100% / 6);
    position: relative;
    text-align: left;
}
.update-elenco .update-txt .update-cat {
    text-transform: uppercase;
    font-size: 16px;
}
.update-elenco .update-txt .update-title {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin: 8px 0;
}
.update-elenco .update-txt .link {
    position: absolute;
    right: 0;
    bottom: 11px;
    font-size: 20px;
}
.update-elenco .update-txt .link a, .update-elenco .update-txt .link a:hover {
    color: #ff5a00;
    text-decoration: none;
    font-weight: 600;
}
.update-elenco .update-txt .link a i,
.update-elenco .update-txt .link a svg {
    padding-left: 9px;
    transition: all 0.6s ease;
}
.update-elenco .update-txt .link a:hover i,
.update-elenco .update-txt .link a:hover svg {
    padding-left: 29px;
}
.update-elenco .update-txt .link i,
.update-elenco .update-txt .link svg {
    padding-left: 9px;
}
.update #update-nav {
    position: absolute;
    bottom: 50px;
    right: 1vw;
    text-align: center;
    font-size: 0;
}
.update #update-nav a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}
.update #update-nav a span {
    display: block;
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin: 14px auto;
    transition: all 0.4s ease-out;
}
.update #update-nav a:hover span {
    background-color: #ff5a00;
}
.update #update-nav a.active span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 12px auto;
}
/* ******************************************************************* FINE MODULE - NEWS */

/* ******************************************************************* CONTENT - RICHIESTA */

.page-text .alteaForm .filter-nav {
    padding: 43px 0;
    text-align: center;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.page-text .alteaForm .filter-nav a {
    font-size: 2.3em;
    color: #fff;
    text-decoration: none;
    padding: 23px 34px;
    border-bottom: 1px solid transparent;
    margin: 0 25px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: normal;
}
.page-text .alteaForm.filter-nav a:hover {
    color: #ff5a00;
}
.page-text .alteaForm .filter-nav a.active {
    color: #ff5a00;
    border-color: #ff5a00;
}

.page-text .alteaForm .item-privacy {
    font-size: 15px;
    margin: 28px 0;
    line-height: 1.6em;
}
.page-text .alteaForm .item-privacy.scrolling {
    max-height: 70px;
    overflow: auto;
    padding-right: 9px;
}
.page-text .alteaForm .campi-progetto.hidden {
    display: none;
}
.page-text .alteaForm fieldset {
    border: 0;
    padding: 0;
    margin: 29px 0 0 0;
    line-height: 1.4em;
}
.page-text .alteaForm fieldset legend {
    margin: 0;
    font-weight: 700;
}
.page-text .alteaForm fieldset p {
    margin: 0.3em 0;
}
.page-text .alteaForm .personal-data .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 51;
}
.page-text .alteaForm .personal-data p {
    margin: 21px 0;
}
.page-text .alteaForm .personal-data .row .col {
    flex: 1 1 50%;
}
.page-text .alteaForm .personal-data label > span {
    width: 40%;
    display: inline-block;
}
.page-text .alteaForm .personal-data label > span.element-block {
    width: auto;
    display: block;
    padding-bottom: 7px;
}
.page-text .alteaForm .personal-data label input {
    width: 50%;
    line-height: 1.6em;
    height: 1.6em;
    vertical-align: top;
}
.page-text .alteaForm .personal-data label textarea {
    width: 100%;
    height: 125px;
}
.page-text .alteaForm .item-privacy p {
    margin: 18px 0;
}
.page-text .alteaForm .item-privacy > p:first-child {
    margin-top: 0;
}
.page-text .alteaForm .item-privacy > p:last-child {
    margin-bottom: 0;
}
.page-text .alteaForm .submit-button button {
    background-color: #ff5a00;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 21px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding: 11px 48px;
}
.page-text .alteaForm input {
    border: 1px solid #8f8f8f;
}
.alteaForm input.error, .alteaForm textarea.error {
    background-color: rgba(255, 90, 0, 0.4) !important;
    border-color: #ff5a00 !important;
}
.alteaForm .errorMessages {
    display: none;
    text-align: left;
    border: 2px solid #ff5a00;
    padding: 10px;
    margin-bottom: 20px;
}
.alteaForm .errorMessages label {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 2px;
    font-size: 0.8em;
    padding: 0;
    text-align: left;
}
.alteaForm .errorMessages p {
    color: #ff5a00;
    font-weight: bold;
    margin-top: 0;
}
.boxes.request {
    background-color: #100e95;
    color: #fff;
}
.boxes.request .alteaForm .item-privacy {
    font-size: 15px;
    margin: 28px 0;
    line-height: 1.6em;
}
.boxes.request .alteaForm .item-privacy.scrolling {
    max-height: 70px;
    overflow: auto;
    padding-right: 9px;
}
.boxes.request .alteaForm .item-privacy.scrolling p {
    margin: 0;
}
.boxes.request .row {
    margin-bottom: 1.5rem;
}
.boxes.request input[type="text"], .boxes.request input[type="email"] {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    display: block;
    font: 18px 'Source Sans Pro', sans-serif;
    line-height: 55px;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}
.boxes.request textarea {
    background-color: transparent;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    font: 18px 'Source Sans Pro', sans-serif;
    flex: 0 0 100%;
    height: 130px;
    width: 100%;
    box-sizing: border-box;
}
.boxes.request .submit-button {
    text-align: right;
}
.boxes.request button {
    color: #ff5a00;
    background-color: transparent;
    border: 0;
    line-height: 50px;
    text-align: center;
    padding: 0;
    font: 20px 'Source Sans Pro', sans-serif;
    margin-left: auto;
    display: block;
}
.boxes.request button i,
.boxes.request button svg {
    margin-left: 18px;
}
/* ******************************************************************* FINE CONTENT - RICHIESTA */

/* ******************************************************************* CONTENT - HIGHLIGHT */
.page-highlight {
}
.page-highlight .page-highlight-item {
    margin-top: 105px;
    overflow: hidden;
}
.page-highlight .page-highlight-item:first-child {
    margin-top: 0;
}
.page-highlight .page-highlight-image {
    position: relative;
}
.page-highlight .page-highlight-image .list {
    z-index: 11;
}
.page-highlight .page-highlight-image .effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5a00;
    z-index: 6;
}
.page-highlight .page-highlight-image .box-image {
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
}
.page-highlight .page-highlight-image .box-image.image-mobile {
    display: none;
}
.page-highlight .page-highlight-image .box-image img {
    width: 100vw;
    height: auto;
    display: block;
}
.page-highlight .page-highlight-image .hoverPanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 16;
}

.page-highlight .page-highlight-image .hoverPanel .hoverLeft {
    flex-basis: 50%;
}
.page-highlight .page-highlight-image .hoverPanel .hoverRight {
    flex-basis: 50%;
}
.page-highlight .page-highlight-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09567577030812324) 18%, rgba(0,0,0,0.8) 100%);
    color: #fff;
    text-align: left;
    z-index: 19;
}
.page-highlight .page-highlight-txt .inner {
    padding: 65px calc(100% / 6) 45px calc(100% / 6);
    position: relative;
    display: flex;
    align-items: flex-end;
}
.page-highlight .page-highlight-txt .inner > .text {
    flex-grow: 1;
}
.page-highlight .page-highlight-txt .highlight-title {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin: 18px 0;
}
.page-highlight .page-highlight-txt .highlight-subtitle {
    text-transform: uppercase;
    font-size: 16px;
}
.page-highlight .page-highlight-txt .link-website {
    margin-left: 75px;
}
.page-highlight .page-highlight-txt a {
    color: #ff5a00;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}
.page-highlight .page-highlight-txt a i,
.page-highlight .page-highlight-txt a svg {
    font-size: 1.3em;
    margin-left: 11px;
}
.page-highlight .page-highlight-detail {
    display: none;
}
.page-highlight .page-highlight-detail > .inner {
    padding: 65px calc(100% / 6);
    text-align: left;
}
.page-highlight .page-highlight-item.bg-dark .page-highlight-detail {
    color: #fff;
}
.page-highlight .page-highlight-detail p {
    margin: 26px 0;
}
.page-highlight .page-highlight-detail .title {
    text-transform: uppercase;
    font-size: 22px;
    margin: 48px 0 10px 0;
}
.page-highlight .page-highlight-detail .title + p {
    margin-top: 10px;
}
.page-highlight .page-highlight-detail .partner {
    margin-bottom: 51px;
}
.page-highlight .page-highlight-detail .highlight-tags {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-highlight .page-highlight-detail .highlight-tags li {
    display: inline-block;
    margin-right: 17px;
}
.page-highlight .page-highlight-detail .highlight-tags li a, .page-highlight .page-highlight-detail .highlight-tags li a:hover {
    color: #ff5a00;
    text-decoration: underline;
    font-weight: normal;
}
.page-highlight .page-highlight-detail .highlight-tags li a:hover {
    color: #fff;
}
.page-highlight .page-highlight-detail .highlight-awards ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-highlight .page-highlight-detail .highlight-awards li {
    display: inline-block;
    margin-right: 17px;
}
.page-highlight .page-highlight-detail .highlight-awards li a, .page-highlight .page-highlight-detail .highlight-awards li a:hover {
    color: #ff5a00;
    text-decoration: underline;
    font-weight: normal;
}
.page-highlight .page-highlight-detail .highlight-awards li a:hover {
    color: #fff;
}
/* ******************************************************************* FINE CONTENT - HIGHLIGHT */

/* ******************************************************************* CONTENT - REFERENZE LIST */
#referenze-content .filter-nav {
    padding: 13px 0 113px 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
#referenze-content .filter-nav a {
    display: inline-block;
    font-size: 2.3em;
    color: #100e95;
    text-decoration: none;
    padding: 23px 24px;
    border-bottom: 1px solid transparent;
    margin: 0 65px;
    font-weight: 600;
}
#referenze-content .filter-nav a svg {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto 30px auto;
}
#referenze-content .filter-nav a #icon-turismo {
    width: 64px;
    height: 64px;
}
#referenze-content .filter-nav a:hover {
    color: #ff5a00;
}
#referenze-content .filter-nav a.active {
    color: #ff5a00;
    border-color: #ff5a00;
}
#referenze-content .filter-nav a:hover svg, #referenze-content .filter-nav a.active svg {
    fill: #ff5a00 !important;
}

#referenze-content .page-referenze-list {
    margin: 0 calc((100% / 6) * 0.5);
    position:  relative;
    z-index: 51;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#referenze-content .page-referenze-list .page-referenze-item {
    flex: 0 0 calc(50% - 1vw);
    position: relative;
    margin-bottom: 2vw;
}
#referenze-content .page-referenze-list .page-referenze-item.hidden {
    display: none;
}
#referenze-content .page-referenze-list .page-referenze-item .page-referenze-image img {
    width: 100%;
    height: auto;
    display: block;
}
#referenze-content .page-referenze-list .page-referenze-item .page-referenze-image img.image-mobile {
    display: none;
}
#referenze-content .page-referenze-item .page-referenze-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09567577030812324) 18%, rgba(0,0,0,0.8) 100%);
    text-align: left;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: all 0.4s ease-out;
}
#referenze-content .page-referenze-item .page-referenze-txt .inner {
    margin: 45px 40px 25px 40px;
    position: relative;
}
#referenze-content .page-referenze-item .page-referenze-txt .referenze-cat {
    text-transform: uppercase;
    font-size: 16px;
}
#referenze-content .page-referenze-item .page-referenze-txt .referenze-title {
    font-weight: 600;
    font-size: 36px;
    margin: 8px 0;
    line-height: 1.4em;
}
#referenze-content .page-referenze-item .page-referenze-txt .referenze-tags {
    margin: 0 230px 0 0;
    padding: 0;
    font-size: 17px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#referenze-content .page-referenze-item .page-referenze-txt .referenze-tags li {
    display: inline-block;
    margin-right: 17px;
    line-height: 1.6em;
}
#referenze-content .page-referenze-item .page-referenze-txt .referenze-tags li:before {
    content: "•";
    font-size: 1.9em;
    position: relative;
    top: 2px;
    padding-right: 4px;
}
#referenze-content .page-referenze-txt .referenze-tags li a, #referenze-content .page-referenze-txt .referenze-tags li a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#referenze-content .page-referenze-txt .referenze-tags li a:hover {
    color: #ff5a00;
}
#referenze-content .page-referenze-item .page-referenze-txt .link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}
#referenze-content .page-referenze-item .page-referenze-txt .link a, .page-referenze-item .page-referenze-txt .link a:hover {
    color: #ff5a00;
    text-decoration: none;
    font-weight: 600;
}
#referenze-content .page-referenze-item .page-referenze-txt .link i,
#referenze-content .page-referenze-item .page-referenze-txt .link svg {
    padding-left: 9px;
    transition: all 0.6s ease;
}
#referenze-content .page-referenze-item .page-referenze-txt .link a:hover i,
#referenze-content .page-referenze-item .page-referenze-txt .link a:hover svg {
    padding-left: 29px;
}
#referenze-content .page-referenze-item:hover .page-referenze-txt {
    opacity: 1;
}
/* ******************************************************************* FINE CONTENT - REFERENZE LIST */

/* ******************************************************************* CONTENT - TEAM */
.boxes.page-team {
    background: rgb(16,14,149);
    background: linear-gradient(180deg, rgba(16,14,149,1) 0%, rgba(255,90,0,1) 50%, rgba(16,14,149,1) 100%);
    padding: 105px 0;
}
#team-content {
    position: relative;
    z-index: 51;
}
#team-content .page-team-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc((100% / 6) * 0.5);
}
#team-content .page-team-list .page-team-item {
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
#team-content .page-team-list .page-team-item .inner {
    overflow: hidden;
}
#team-content .page-team-item .page-team-image {
    position: relative;
}
#team-content .page-team-item .page-team-image img {
    display: block;
    width: 100%;
    height: auto;
}
#team-content .page-team-item .page-team-image .effect {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5a00;
}
#team-content .page-team-item .page-team-txt .inner {
    color: #fff;
    padding: 35px 56px 52px 56px;
    line-height: 2.1em;
    text-align: left;
}
#team-content .page-team-item .page-team-txt p {
    padding: 13px 0 0 0;
}
#team-content .page-team-item .page-team-txt .team-title {
    font-size: 33px;
    font-weight: bold;
}
#team-content .page-team-item .page-team-txt.team-text {

}
/* ******************************************************************* FINE CONTENT - TEAM */

/* ******************************************************************* CONTENT - REFERENZE */
.item-page-section.section-image {
    padding: 0;
    height: 100vh;
    background-color: #000;
    position: relative;
    font-size: 0;
}
.item-page-section.section-image .list {
    height: 100%;
    opacity: 1;
}
.item-page-section.section-image img.image-mobile {
    display: none;
}
.item-page-section.section-image img {
    display: block;
}
.item-page-section.section-image h1 {
    position: absolute;
    left: 9.14%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 70px;
    margin: 0;
    line-height: 1.2em;
    text-transform: none;
    color: #fff;
    max-width: 650px;
}

.page-referenza {
    background-color: #100e95;
    color: #fff;
}
.page-referenza .section-text {
    display: flex;
}
.page-referenza .section-text .section-col {
    flex-basis: 50%;
    position: relative;
}

.page-referenza .section-text .referenza-cat {
    font-size: 24px;
    line-height: 1.1em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
    text-transform: uppercase;
}
.page-referenza .section-text .referenza-title,
.page-referenza .section-text h1.referenza-title {
    font-family: 'Prompt', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    margin: 38px 0 68px 0;
    line-height: 1.1em;
}
.page-referenza .section-text .referenza-tags-title {
    text-transform: uppercase;
    font-size: 22px;
}
.page-referenza .section-text .referenza-tags {
    margin: 0;
    padding: 0 15% 0 0;
    list-style: none;
}
.page-referenza .section-text .referenza-tags li {
    display: inline-block;
    margin-right: 17px;
}
.page-referenza .section-text .referenza-tags li a, .page-referenza .section-text .referenza-tags li a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}
.page-referenza .section-text .referenza-tags li a:hover {
    color: #ff5a00;
}

.page-referenza .section-text .referenza-awards-title {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 48px;
}
.page-referenza .section-text .referenza-awards ul {
    margin: 0;
    padding: 0 15% 0 0;
    list-style: none;
}
.page-referenza .section-text .referenza-awards li a, .page-referenza .section-text .referenza-awards li a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}
.page-referenza .section-text .referenza-awards li a:hover {
    color: #ff5a00;
}

.page-referenza .section-text .referenza-text {
    padding-bottom: 50px;
}
.page-referenza .section-text .referenza-link {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}
.page-referenza .section-text .referenza-link a {
    text-decoration: none;
    font-weight: 600;
}
.page-referenza .section-text .referenza-link a i,
.page-referenza .section-text .referenza-link a svg {
    padding-left: 9px;
    transition: all 0.6s ease;
}
.page-referenza .section-text .referenza-link a:hover i,
.page-referenza .section-text .referenza-link a:hover svg {
    padding-left: 29px;
}

.item-page-section.page-referenza-sezioni {
    padding: 0 calc((100% / 6) * 0.5);
}
.item-page-section.page-referenza-sezioni .page-referenza-image {
    padding: 25px 0;
}
.item-page-section.page-referenza-sezioni > *:last-child {
    padding-bottom: 105px;
}
.item-page-section.page-referenza-sezioni .page-referenza-image img {
    display: block;
    width: 100%;
    height: auto;
}
.item-page-section.page-referenza-sezioni .section-content {
    position: relative;
    z-index: 51;
}
/* ******************************************************************* FINE CONTENT - REFERENZE */

/* ******************************************************************* FOOTER */
#footer {
    padding: 98px 0 48px 0;
    position: relative;
    color: #100e95;
    background-color: #fff;
    z-index: 51;
    text-align: left;
    font-size: 16px;
}
#footer .richiesta {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    margin: 0 calc(100% / 6);
    font-size: 27px;
    position: relative;
    z-index: 51;
}
#footer .richiesta .highlight {
    font-size: 60px;
    line-height: 1.1em;
    margin-bottom: 21px;
}
#footer .richiesta .highlight a {
    text-decoration: none;
    transition: all 0.6s ease;
}
#footer .richiesta .highlight a:hover {
    color: #ff5a00;
}
#footer .richiesta .highlight a i,
#footer .richiesta .highlight a svg {
    transition: all 0.6s ease;
    padding-left: 9px;
}
#footer .richiesta .highlight a:hover i,
#footer .richiesta .highlight a:hover svg {
    padding-left: 29px;
    color: #ff5a00;
}
#footer .row {
    margin: 86px calc(100% / 6) 23px calc(100% / 6);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 51;
}
#footer .row .col {
    flex: 1 1 50%;
}
#footer .row .col .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}
#footer .row .col p {
    margin: 18px 0;
}
#footer .row .col.google-partner a img {
    margin-top: 53px;
    display: inline-block;
}
#footer .row .col.social {
    display: none;
}
#footer #last-row {
    font-size: 12px;
}
#footer #last-row .menu-info {
    text-transform: uppercase;
    color: #969798;
}
#footer #last-row .menu-info p {
    display: inline;
    margin: 0;
}
#footer #last-row .menu-info a, #footer #last-row .menu-info a:hover,
#footer #last-row .menu-info .show-cookie-box {
    color: #969798;
    text-decoration: none;
    padding: 0 5px;
    white-space: nowrap;
    display: inline-block;
}
#footer #last-row .menu-info .show-cookie-box {
    cursor: pointer;
}
#footer #last-row .menu-info a:hover,
#footer #last-row .menu-info .show-cookie-box:hover {
    text-decoration: underline;
}
#footer #last-row .menu-info a:first-child {
    padding-left: 0;
}
#footer #last-row .menu-info a:last-child,
#footer #last-row .menu-info .show-cookie-box:last-child {
    padding-right: 0;
}

#cookiescript_badge {
    display:none !important;
    left: auto;
    right: 10px !important;
}



/* ******************************************************************* FINE FOOTER */
@media only screen and (min-width: 1490px) {
    #team-content .page-team-list .page-team-item {
        flex-basis: 33%;
    }
    #team-content .page-team-item .page-team-txt .inner {
        padding: 35px 36px 52px 36px;
    }
}

@media only screen and (max-height: 900px) {
    #menu > li {
        padding-bottom: 20px;
    }
    #menu ul a, #menu ul a:hover {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 1400px) {
    .referenze .descrizione .row-flex {
        display: block;
    }
    .referenze .descrizione h2 {
        width: auto;
        margin-bottom: 33px;
        margin-right: calc(100% / 5);
    }

    ol.list-col li {
        flex-wrap: wrap;
    }
    ol.list-col li > * {
        flex-basis: 100%;
    }
    .item-page-section .section-text .card-ct {
        flex-wrap: wrap;
    }
    .item-page-section .section-text .card-ct .card {
        width: 100%;
    }
}

@media only screen and (max-width: 1150px){
    .boxes.partner .partner>* {
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 990px) {
    #box-menu .inner-menu {
        flex-wrap: wrap;
        overflow: auto;
    }
    #menu-highlight {
        flex-basis: 100%;
        height: 40vh;
        margin-bottom: 33px;
    }
    #menu {
        flex-basis: 100%;
    }
    #menu > li > a, #menu > li > a:hover, #menu > li > span.nav-header {
        font-size: 47px;
    }
    #menu li li {
        position: relative;
    }

    #header #service {
        width: 64px;
        min-width: auto;
    }
    #header #service .email .text {
        display: none;
    }
    #header #service .email i,
    #header #service .email svg {
        display: inline-block;
        opacity: 1;
        position: relative;
        top: 2px;
    }

    .page-text .slogan {
        font-size: 48px;
    }
    body.homepage .page-text .slogan {
        font-size: 48px;
    }
    .page-text h1 {
        font-size: 32px;
    }
    .page-text h2 {
        font-size: 32px;
    }

    .boxes .box-text h2 {
        font-size: 48px;
    }

    .referenze .descrizione h2 {
        font-size: 48px;
    }
    .referenze .referenze-group {
        padding-top: 30px;
    }
    .referenze-elenco .referenze-txt .referenze-tags {
        padding-right: 0;
        padding-bottom: 40px;
    }
    .referenze-elenco .referenze-txt .link {
        bottom: -22px;
    }
    .referenze-elenco .referenze-item .referenze-image img.image-desktop {
        display: none;
    }
    .referenze-elenco .referenze-item .referenze-image img.image-mobile {
        display: block;
    }

    #box-filter-referenze .title {
        font-size: 48px;
    }
    #box-filter-referenze .referenze-txt .referenze-title {
        padding-bottom: 40px;
    }
    #box-filter-referenze .referenze-txt .link {
        bottom: -22px;
    }

    ul.list-col-3 > li {
        flex-basis: 100%;
        padding-bottom: 35px;
    }

    .update .descrizione h2 {
        font-size: 48px;
    }
    .update-elenco .update-item .update-image img.image-desktop {
        display: none;
    }
    .update-elenco .update-item .update-image img.image-mobile {
        display: block;
    }
    .update-elenco .update-txt .update-title {
        padding-bottom: 60px;
    }

    #footer .richiesta .highlight {
        font-size: 48px;
    }

    @supports (-webkit-text-stroke: 1px black) {
        #content .slogan {
            -webkit-text-stroke: unset;
            color: inherit;
        }
    }

    #referenze-content .page-referenze-list .page-referenze-item .page-referenze-image img.image-desktop {
        display: none;
    }
    #referenze-content .page-referenze-list .page-referenze-item .page-referenze-image img.image-mobile {
        display: block;
    }
    #referenze-content .page-referenze-item .page-referenze-txt {
        opacity: 1;
        font-size: 18px;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .referenze-title {
        font-size: 31px;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .referenze-tags {
        display: none;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .link {
        position: static;
    }

    #referenze-content .filter-nav a {
        font-size: 2.1em;
        padding: 23px 44px;
        margin: 0 25px;
    }

    .item-page-section.section-image {
        height: 70vh;
    }
    .item-page-section.section-image img.image-desktop {
        display: none;
    }
    .item-page-section.section-image img.image-mobile {
        display: block;
    }
    .page-referenza .section-text {
        flex-wrap: wrap;
    }
    .page-referenza .section-text .section-col {
        flex-basis: 100%;
    }
    .page-referenza .section-text .referenza-text {
        padding-bottom: 0;
    }
    .page-referenza .section-text .referenza-title,
    .page-referenza .section-text h1.referenza-title  {
        font-size: 48px;
    }
    .page-referenza .section-text .referenza-link {
        position: static;
        padding-top: 40px;
    }

    #team-content .page-team-list .page-team-item {
        padding: 0 10px;
    }
    #team-content .page-team-item .page-team-txt .inner {
        padding: 35px 26px 52px 26px;
    }
    #team-content .page-team-item .page-team-txt .team-title {
        font-size: 23px;
    }

    .content-row {
        flex-wrap: wrap;
    }
    .content-row .col-25 {
        flex-basis: 100%;
    }
    .content-row .col-75 {
        flex-basis: 100%;
    }
    .content-row .col-50 {
        flex-basis: 100%;
    }

    .decoration.m-img-left {
        margin-left: 0;
        margin-right: auto;
    }

    ol.list-col li {
        flex-basis: 50%;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .page-text .alteaForm .filter-nav a {
        font-size: 1.3em;
        padding: 23px 14px;
        margin: 0 15px;
    }

    .page-highlight .page-highlight-image .box-image {
        height: 100vw;
    }
    .page-highlight .page-highlight-image .box-image.image-desktop {
        display: none;
    }
    .page-highlight .page-highlight-image .box-image.image-mobile {
        display: block;
    }
    .page-highlight .page-highlight-txt .inner {
        padding: 65px 60px 45px 60px;
    }

    #cursorTracker {
        display: none;
    }
    .page-highlight .page-highlight-image .hoverPanel .hoverLeft:after {
        content: "";
        background: url("../images/freccia-dx.svg") no-repeat;
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 2vw;
        top: 50%;
        margin-top: -25px;
        transform: rotate(180deg);
    }

    .page-highlight .page-highlight-image .hoverPanel .hoverRight:after {
        content: "";
        background: url("../images/freccia-dx.svg") no-repeat;
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 2vw;
        top: 50%;
        margin-top: -25px;
    }


}

@media only screen and (max-width: 767px) {
    .grid-layout > div {
        background-color: rgba(187, 187, 186, 0.08);
    }

    #header {
        height: 65px;
        background-color: #fff;
        box-shadow: 0 5px 8px 0 rgba(0,0,0,0.35);
    }
    #header #logo, #box-menu #menu-logo {
        left: calc((100% / 6) * 0.5);
        top: 9px;
    }
    #header #logo #logo-other {
        display: none;
    }
    #header #logo #logo-mobile {
        display: block;
    }
    #header #logo a img, #box-menu #menu-logo a img {
        width: 85px;
    }
    #header #service {
        position: fixed;
        width: 54px;
        right: 0;
        top: auto;
        bottom: 3vh;
    }
    #header #service .email {
        line-height: 54px;
        height: 54px;
    }
    #header #service-fixed .left {
        display: none;
    }
    #header #service-fixed .right {
        right: 120px;
        top: 9px;
        transform: none;
    }
    #header #service-fixed .language .lang-inline {
        margin: 10px 0;
    }
    #header #service-fixed .language .lang-inline a, #header #service-fixed .language .lang-inline a:hover {
        color: #100e95;
    }
    #header #service-fixed .right .social {
        display: none;
    }

    #nav #mobile_nav {
        height: 54px;
        width: 54px;
        line-height: 54px;
        margin-right: -15px;
        right: calc((100% / 6) * 0.5);
        top: 9px;
        background-image: url("../images/menu-chiuso.svg");
    }

    body.hover_menu {
        overflow: hidden;
        height: 100vh;
    }
    #nav.hover_menu #box-menu > .inner {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #box-menu .inner-menu {
        margin-left: calc((100% / 6) * 0.5);
        margin-right: calc((100% / 6) * 0.5);
        height: 80%;
        margin-top: 3vh;
    }
    #menu-highlight > * {
        margin-bottom: 13px;
    }
    #menu-highlight a {
        font-size: 27px;
    }
    #menu > li > a, #menu > li > a:hover, #menu > li > span.nav-header {
        font-size: 27px;
        display: block;
        font-weight: 600;
        padding-right: 39px;
    }
    #menu ul a, #menu ul a:hover {
        display: block;
        font-size: 19px;
    }
    #menu li i,
    #menu li svg {
        right: 11px;
    }

    #box-menu .social {
        position: absolute;
        left: 0;
        bottom: 10vh;
        width: 100%;
        display: block;
        font-size: 29px;
    }
    #box-menu .social a {
        display: inline-block;
        margin: 0 11px;
    }
    #box-menu .contatti {
        position: absolute;
        left: 0;
        bottom: 3vh;
        width: 100%;
        font-size: 19px;
        display: flex;
        justify-content: space-around;
    }
    #box-menu .contatti a {
        flex: 0 1 40%;
        font-family: 'Prompt', sans-serif;
    }

    .item-page-section {
        padding: 0 calc((100% / 6) * 0.5);
    }
    .page-text .slogan {
        font-size: 34px;
        margin-bottom: 56px;
    }
    body.homepage .page-text .slogan {
        font-size: 34px;
    }
    .page-text h1 {
        font-size: 24px;
    }
    .page-text h2 {
        font-size: 24px;
    }

    .referenze {
        padding-top: 5px;
    }
    .referenze .descrizione {
        margin-left: calc((100% / 6) * 0.5);
        margin-right: calc((100% / 6) * 0.5);
    }
    .referenze .descrizione h2 {
        font-size: 34px;
        font-weight: 600;
        margin-right: 0;
    }
    .referenze .descrizione > p {
        margin-right: 0;
    }
    .referenze .referenze-group > p {
        margin: 0 calc((100% / 6) * 0.5) 18px calc((100% / 6) * 0.5);
        font-size: 21px;
    }
    .referenze .referenze-group {
        padding-top: 0;
    }
    .referenze-elenco {
        margin-left: 0;
    }
    .referenze-elenco .referenze-item {
        margin-right: 6px;
        width: 90vw;
        padding-left: 10px;
        padding-bottom: 46px;
        box-sizing: border-box;
    }
    .referenze-elenco .referenze-item .referenze-txt .inner {
        margin: 25px 20px 15px 20px;
    }
    .referenze-elenco .referenze-txt .referenze-cat {
        font-size: 15px;
    }
    .referenze-elenco .referenze-txt .referenze-title {
        font-size: 24px;
        margin: 0;
    }
    .referenze-elenco .referenze-txt .referenze-tags {
        display: none;
    }
    .referenze-elenco .referenze-txt .link {
        display: none;
    }
    .referenze-elenco .referenze-elenco-nav {
        width: 90vw;
        padding-left: 10px;
        box-sizing: border-box;
    }

    #box-filter-referenze {
        margin-left: 0;
    }
    #box-filter-referenze .title {
        font-size: 34px;
        font-weight: 600;
    }
    #box-filter-referenze .referenze-item {
        margin-right: 6px;
        width: 90vw;
        padding-left: 10px;
        padding-bottom: 46px;
        box-sizing: border-box;
    }
    #box-filter-referenze .referenze-item .referenze-txt .inner {
        margin: 25px 20px 15px 20px;
    }
    #box-filter-referenze .referenze-txt .referenze-cat {
        font-size: 15px;
    }
    #box-filter-referenze .referenze-txt .referenze-title {
        font-size: 24px;
        margin: 0;
        padding-bottom: 0;
    }
    #box-filter-referenze .referenze-txt .link {
        display: none;
    }
    #box-filter-referenze .referenze-item .referenze-image img.image-desktop {
        display: none;
    }
    #box-filter-referenze .referenze-item .referenze-image img.image-mobile {
        display: block;
    }

    .boxes .box-text {
        margin: 0 calc((100% / 6) * 0.5);
    }
    .boxes .box-text h2 {
        font-size: 34px;
        font-weight: 600;
    }

    .boxes.text-black {
        padding-bottom: 75px;
    }
    .boxes.text-black .box-text {
        margin: 0 calc((100% / 6) * 0.5);
    }
    .boxes.text-black .box-text .intro {
        font-size: 14px;
    }
    ul.list-col-3 > li {
        font-size: 33px;
    }
    ul.list-col-3 ul {
        margin-top: 2px;
    }
    ul.list-col-3 li li {
        font-size: 22px;
    }

    .update .descrizione {
        margin: 0 calc((100% / 6) * 0.5);
    }
    .update .descrizione .intro {
        font-size: 14px;
    }
    .update .descrizione h2 {
        font-size: 34px;
        font-weight: 600;
        margin: 18px 0 33px 0;
    }
    .update-elenco .update-item .update-txt .inner {
        margin: 25px 20px 15px 20px;
    }
    .update-elenco .update-txt .update-title {
        font-size: 24px;
        margin: 0;
        padding-bottom: 0;
    }
    .update-elenco .update-txt .link {
        display: none;
    }
    .update #update-nav {
        display: none;
    }

    #footer {
        padding-top: 58px;
    }
    #footer .richiesta {
        margin: 0 calc((100% / 6) * 0.5);
        font-size: 14px;
    }
    #footer .richiesta .highlight {
        font-size: 33px;
    }
    #footer .row {
        margin-top: 36px;
        margin-left: calc((100% / 6) * 0.5);
        margin-right: calc((100% / 6) * 0.5);
    }
    #footer .row .col {
        flex-basis: 100%;
    }
    #footer .row .col .title {
        margin-bottom: 0;
    }
    #footer .row .col.social {
        display: block;
    }

    #referenze-content .page-referenze-list .page-referenze-item {
        flex-basis: 100%;
    }
    .boxes.text.page-referenze {
        padding: 40px 0;
    }
    #referenze-content .filter-nav {
        padding: 0 0 30px 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    #referenze-content .filter-nav a {
        flex: 1 1 0;
        max-width: 33.333%;
        font-size: 14px;
        padding: 12px 4px;
        margin: 0;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.2em;
    }
    #referenze-content .filter-nav a svg {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px auto;
    }
    #referenze-content .filter-nav a #icon-turismo {
        width: 30px;
        height: 30px;
    }
    #referenze-content .page-referenze-item .page-referenze-txt {
        font-size: 14px;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .inner {
        margin: 20px 20px 15px 20px;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .referenze-cat {
        font-size: 11px;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .referenze-title {
        font-size: 20px;
        margin: 4px 0;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .referenze-tags {
        margin: 0 110px 0 0;
        font-size: 12px;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .referenze-tags li {
        margin-right: 10px;
    }
    #referenze-content .page-referenze-item .page-referenze-txt .link {
        font-size: 13px;
    }

    .page-text .alteaForm .personal-data .row .col {
        flex-basis: 100%;
    }

    .item-page-section.section-image {
        height: 60vh;
        margin-top: 65px;
    }
    .page-referenza .section-text .referenza-title,
    .page-referenza .section-text h1.referenza-title {
        font-size: 34px;
        font-weight: 600;
    }
    .page-referenza .section-text .referenza-tags {
        padding-right: 0;
    }
    .page-referenza .section-text .referenza-awards ul {
        padding-right: 0;
    }
    .page-referenza .section-text .referenza-link {
        margin-left: 0;
    }

    #team-content .page-team-list .page-team-item {
        padding: 0;
        flex-basis: 100%;
    }

    ol.list-col li {
        flex-basis: 100%;
        text-align: center;
    }

    body.pageHighlight .page-text h1 {
        font-size: 34px;
        margin-bottom: 56px;
    }
    .page-highlight .page-highlight-txt .inner {
        padding: 25px 20px 15px 20px;
    }
    .page-highlight .page-highlight-txt .link-website {
        margin-left: 25px;
    }
    .page-highlight .page-highlight-txt a .link-text {
        display: none;
    }

    .page-highlight .page-highlight-txt .highlight-title {
        font-size: 24px;
        margin: 0;
    }
    .page-highlight .page-highlight-txt .highlight-subtitle {
        display: none;
    }
    .page-highlight .page-highlight-detail > .inner {
        padding: 35px calc((100% / 6) * 0.5);
    }

    .boxes.partner .partner > * {
        flex-basis: 50%;
    }

    .item-page-section.section-image h1 {
        font-size: 38px;
    }
    .slider .box-image {
        margin-right: 13px;
    }
    .slider .box-image.image-mobile {
        display: block;
    }
    .slider .box-image.image-desktop {
        display: none;
    }
}

@media only screen and (max-width: 500px){
    .boxes.partner .partner>* {
        flex-basis: 100%;
    }
}




/*video*/


.page-video-list .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 16px;
    align-items: center; /* Centra verticalmente */
}

.page-video-list .item {
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.page-video-list .item img {
    width: 100%;
    height: auto;
    display: block;

}


@media (max-width: 1280px) {
    .page-video-list  .item {
        flex: 1 1 100%;
    }
    .last  .item.video-text {
        order: -1;
    }

}





.page-video-list  .image {
    display: block;
    width: 100%;
    height: auto;
}

.page-video-list .overlay {
    position: absolute;
    display: flex;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09567577030812324) 18%, rgba(0, 0, 0, 0.8) 100%);
    justify-content: center;

    align-items: center; /* Centra verticalmente */
}

.page-video-list .container:hover .overlay {
    opacity: 1;
}

.page-video-list .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-video-list h3 {
    font-weight: 600;
    font-size: 1.8vw;

    font-family: 'Montserrat', sans-serif;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 30px;
}
.page-video-list h4 {
    font-weight: 300;
    font-size: 1vw;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    position: absolute;
    bottom: 2vw;
    z-index: 10;
    left: 30px;
}


.page-video-list  .page-video-txt{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.page-video-list  .page-video-list {
    margin: 0 calc((100% / 6)* 0.5);
    position: relative;
    z-index: 51;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-video-list .container-text .page-text p {
    margin: 0;
}

.page-video-list p.link a:link{text-decoration:none !important;}



.page-video-list a img{height:4vw !important}



/* ******************************************************************* MODULE - ADDITIONAL SECTION */
.additional-section.item-page-section .three-boxes-ct {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    padding: 6rem 0;
}
.three-boxes-ct h2 {
    width: 100%;
}
.three-boxes-ct .box {
    border-radius: 20px;
    border: 1px solid #100E95;
    background: #FFF;

    display: flex;
    flex: 1;
    height: fit-content;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}
.three-boxes-ct .box.box-2 {
    border: 3px solid #FF5A00;
}
.three-boxes-ct .box * {
    vertical-align: text-top;
}
.three-boxes-ct .box img {
    margin-right: 0.25rem;
}
.three-boxes-ct .box p {
    margin: 0;
}
.three-boxes-ct .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.three-boxes-ct .box ul li {
    margin: 0.75rem 0 0 0;
}
.three-boxes-ct .box ul li ul {
    list-style: disc;
    padding: 0 0 0 1rem;
    margin: 0 0 0 1rem;
}
.three-boxes-ct .box ul li ul li {
    margin: 0.25rem 0 0 0;
}
.three-boxes-ct .box .title,
.three-boxes-ct .box .price {
    font-weight: bold;
}
.three-boxes-ct .box .link {
    vertical-align: baseline;
}
.three-boxes-ct .box .link a {
    color: #FF5A00;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
}
.three-boxes-ct .box .link a i,
.three-boxes-ct .box .link a svg {
    /*fill: #FF5A00;*/
    transition: transform 0.3s ease-in-out;
}
.three-boxes-ct .box .link a:hover i,
.three-boxes-ct .box .link a:hover svg {
    transform: translate(0.5rem, 0);
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 1280px) {
    .additional-section.item-page-section .three-boxes-ct {
        flex-direction: column;
    }
}


.additional-section.item-page-section.section-main {
    min-height: 0;
}
.additional-section.item-page-section .richiesta {
    width: 65%;
    margin: 0 0 0 2rem;
}
.additional-section.item-page-section .richiesta .info {
    font-size: 27px;
    line-height: 140%;
}
.additional-section.item-page-section .richiesta .highlight {
    font-size: 60px;
}
.additional-section.item-page-section .richiesta .highlight a {
    font-weight: 400;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}
.additional-section.item-page-section .richiesta .highlight a:hover i,
.additional-section.item-page-section .richiesta .highlight a:hover svg {
    transform: translate(0.5rem, 0);
    transition: transform 0.3s ease-in-out;
}
/* ******************************************************************* FINE MODULE - ADDITIONAL SECTION */

/* ******************************************************************* INIZIO OVERRIDE SITEMAP */
/*ul.level_0 li:first-child {*/
/*    display: none;*/
/*}*/

.page-sitemap {
    background-color:#100E94;
}
.folder {
    display:none !important;
}
.systemlink a:first-child{
    color:#fff;
}
.page-sitemap #content {
    width:80%;
    margin:auto;
    margin-top:250px;
    padding-bottom:100px;
}
/* ******************************************************************* FINE OVERRIDE SITEMAP */