:root {
    --main-font-family: 'Asap';
}

/* asap-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Asap';
    font-style: normal;
    font-weight: 200;
    src: url('/cms/cdn/fonts/asap/asap-v30-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* asap-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url('/cms/cdn/fonts/asap/asap-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    max-width: 100%;
    background: #ffffff;
    font-family: var(--main-font-family), Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    line-height: 1.6rem;
    color: #000 !important;
    overflow-x: hidden;
    /*-webkit-font-smoothing: antialiased;*/
}

/* TYPOGRAPHY */

h1 {
    color: #43499c !important;
}

h2, h2 > a {
    color: #22b25d !important;
}

h3, h4, h5 {
    color: #43499c !important;
}

p {
    color: #000 !important;
}

a:not(.btn)  {
    /*    font-style: italic;*/
    color: #000 !important;
    text-decoration: none;
}

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    a:active {
        text-decoration: none;
    }



/* BUTTONS */

.btn-custom-blue {
    background-color: #43499c;
    color: #FFFFFF !important;
    opacity: 1;
    text-transform: uppercase;
    font-family: var(--main-font-family), Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-style: normal;
}

    .btn-custom-blue:hover {
        background-color: #5a60b8;
        color: #053C5E;
        text-decoration: none;
    }

.btn-custom-green {
    background-color: #22b25d;
    color: #FFFFFF !important;
    opacity: 1;
    text-transform: uppercase;
    font-family: var(--main-font-family), Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-style: normal;
}

    .btn-custom-green:hover {
        background-color: #30d774;
        color: #053C5E;
        text-decoration: none;
    }



/* COLORS */

.text-custom-blue {
    color: #43499c;
}

.text-custom-green {
    background-color: #22b25d;
}

.bg-custom-blue {
    background-color: #43499c;
}

.bg-custom-green {
    background-color: #22b25d;
}

.bg-section-1 {
    background-color: #e9ecef !important;
}

.bg-section-2 {
    background-color: #e9ecef !important;
}

.bg-section-3 {
    background-color: #e9ecef !important;
}

.bg-section-4 {
    background-color: #e9ecef !important;
}

/* HEADER */

header {
    height: 140px;
}

@media (max-width: 992px) {
    header {
        height: 120px;
    }
}

#siteHeader {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}



#topMenuRow {
}

#topMenu li {
    border-right: solid 1px #000000;
}

    #topMenu li:last-child {
        border-right: none;
    }

    #topMenu li a.nav-link {
        font-style: normal;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        color: #000000;
    }

    #topMenu li a:hover {
        color: #000000;
    }

#mainMenu li a {
    font-size: 16px;
    font-family: var(--main-font-family), Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    /*    font-stretch: condensed !important;*/
    color: #000000;
    letter-spacing: 0px;
    opacity: 1;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
}

    #mainMenu li a:hover {
        color: #000000;
    }

#mainMenu ul.dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

    #mainMenu ul.dropdown-menu > li a:hover {
        background-color: #c3c3c3;
    }

    #mainMenu ul.dropdown-menu > li {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

/* BODY */

main {
    background-color: #ffffff;
    /*
    padding-left: 0 !important;
    padding-right: 0 !important;*/
}

.page-body {
    max-width: 960px;
    margin-right: auto !important;
    margin-left: auto !important;
}

    .page-body h1 {
        text-align: center;
         margin-bottom: 3rem !important;
    }

    .page-body h2 {
/*        margin-top: 3rem !important;*/
    }

/* FOOTER */

footer {
   /* margin-top: 70px;*/
    min-height: 150px;
    background: #43499c 0% 0% no-repeat padding-box;
    opacity: 1;
}

.footer {
    background: #43499c 0% 0% no-repeat padding-box;
    opacity: 1;
}


#privacyLinksFooterMenu > li.nav-item > a {
    color: #ffffff !important;
}


/* TABLES */
/* PICTURE GALLERIES */
.sarracss-picture-gallery > .col {
    /*    padding: 0;
    margin: 0.75rem;
    width: calc(25% - 1.5rem); */
    padding: 0.75rem;
}

.sarracss-picture-gallery img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* TO DELETE */
/*
.sa-picture-gallery > .col {
    padding: 0;
    margin: 0.75rem;
    width: calc(25% - 1.5rem); 
}

.sa-picture-gallery img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
*/

/* HOME PAGE */

#HomePageMainSlider div.carousel-item {
    height: 420px;
}

@media (min-width: 768px) {
    #HomePageMainSlider div.carousel-item {
        height: 450px;
    }
}

/* CARD CALL TO ACTION */
.card-call-to-action {
    border: 0 !important;
    /* background-color: #fff !important; */
    background-color: #ffffff;
    margin-top: 1.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 280px;
    height: 260px;
}

    .card-call-to-action div.card-header {
        border-bottom: 0 !important;
        padding: 0 !important;
        padding-top: 1rem !important;
        text-align: center !important;
       /* background-color: #fff !important; */
        background-color: #ffffff;
    }

        .card-call-to-action div.card-header h3.card-title {
            color: #DD0023;
            font-family: var(--main-font-family), Arial, Helvetica, sans-serif !important;
            font-size: 30px;
            text-align: center !important;
        }

    .card-call-to-action div.card-body {
        padding-top: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
       /* background-color: #fff !important; */
        background-color: #ffffff;
        text-align: center !important;
        font-family: var(--main-font-family), Arial, Helvetica, sans-serif !important;
        font-size: 14px;
    }

        .card-call-to-action div.card-body p {
            /*  padding: 0 !important;*/
            text-align: center !important;
            font-family: var(--main-font-family), Arial, Helvetica, sans-serif !important;
            font-size: 14px;
        }

    .card-call-to-action div.card-footer {
        border-top: 0 !important;
        text-align: center !important;
        padding: 0 !important; 
        padding-bottom: 0 !important;
        padding-bottom: 1rem !important;
    /* background-color: #fff !important; */
        background-color: #ffffff;
    }

/* TIMELINE */
#timelineSlides {

}

    #timelineSlides button.bg-gradient-to-right, #timelineSlides button.bg-gradient-to-left {
        background-image: none;
    }

.timeline-slide-item {
    text-align: center;
    width: 280px;
    max-width: 280px;
    min-height: 250px; 
    margin-left: 15px;
    margin-right: 15px;
}

    .timeline-slide-item time {
        font-size: 2rem;
        font-weight: bold; 
        margin-bottom: 1.5rem !important;
        padding-bottom: 2rem !important;
        display: block;
        position: relative;
        border-color: rgba(150, 155, 171, 1);
        border-bottom: 2px dotted rgba(150, 155, 171, 1);
    }

        .timeline-slide-item time:before {
            content: " ";
            background-color: rgba(255, 255, 255, 1);
            border: 1px solid rgba(150, 155, 171, 1);
            border-radius: 9999px;
            border-width: 2px;
            height: 1rem;
            width: 1rem;
            position: absolute;
            left: 50%;
            margin-left: -0.5rem;
            bottom: -0.5rem;
        }

        .timeline-slide-item time:after {
            content: " ";
            background-color: rgba(0, 0, 0, 1);
            border-radius: 9999px;
            height: 0.5rem;
            width: 0.5rem;
            position: absolute;
            left: 50%;
            margin-left: -0.25rem;
            bottom: -0.25rem;
        }

        /* HOMEPAGE ICON BOXES */

#homepageIconBoxed {
    background-color: rgba(238,239,244,1);
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #homepageIconBoxed .icon-box {
        display: flex;
        align-items: flex-start; /* Allinea il contenuto in alto */
        margin: 20px 0;
        text-align: left;
    }

        #homepageIconBoxed .icon-box svg {
            width: 70px;
            height: 70px;
            fill: #818e96;
            flex-shrink: 0; /* Mantiene le icone della stessa dimensione */
        }

    #homepageIconBoxed .icon-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* Allinea il testo all'inizio */
    }

        #homepageIconBoxed .icon-text strong {
            display: block;
            font-size: 1.5em;
        }

        #homepageIconBoxed .icon-text small {
            display: block;
            font-size: 1em;
            color: #818e96;
        }

/*  EVENTS */

div.card-event-ticket {
}

