@font-face {
    font-family: Eurostile;
    src: url(../fonts/Eurostile.ttf);
}

@font-face {
    font-family: EurostileBold;
    src: url(../fonts/EurostileBold.ttf);
}

.btn.focus,
*:focus {
    outline: 0;
    box-shadow: none;
}

* {
    font-family: 'Roboto', sans-serif;
}

p,
span,
div,
li {
    font-size: 16px;
    line-height: 21px;
    color: #202A35;
}

a {
    color: #129EF0;
    text-decoration: none;
    cursor: pointer;
}

.tx1 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.tx2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.tx3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}

.title {
    text-align: center;
    font-family: EurostileBold;
    font-size: 27px;
    line-height: 50px;
    letter-spacing: 3px;
}

.title2 {
    text-align: center;
    font-family: EurostileBold;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 3px;
}

.grey1 {
    color: #202A35;
}

.blu1 {
    color: #002D86;
}

.info-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: left 23% center;
    background-image: url('../images/IMG_scroll.jpg');
}

.bg-overlay {
    position: relative;
}

.bg-overlay:after {
    background-color: rgba(3, 74, 123, 0.7);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-overlay .container {
    position: relative;
    z-index: 1;
}

body {
    padding-top: 60px;
}

/**************************************************/
#navApp {
    background: #002D86;
    box-shadow: 0px 5px 10px 0px #0000004D;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0px 0px 40px 0px;
    min-height: 60px;
}

#navApp .navbar-nav {
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: flex-end;
}

#navApp .list-group-item {
    padding: 0;
    background: transparent;
    border: 0;
}

#navApp .nav-link {
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    padding: 14 19px;
    cursor: pointer;
}

#navApp .nav-link.active {
    font-weight: 900;
}

#navApp .navbar-toggler {
    z-index: 999;
    border: 0;
    padding: 0;
    position: absolute;
    top: 21px;
    right: 25px;
}

#navApp .navbar-toggler:focus {
    box-shadow: none;
}

#navApp .navbar-toggler .close,
#navApp .navbar-toggler.collapsed .open {
    display: block;
}

#navApp .navbar-toggler .open,
#navApp .navbar-toggler.collapsed .close {
    display: none;
}

.li-loghi {
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.li-loghi div {
    text-align: center;
    color: #002D86;
    font-size: 12px;
    line-height: 15px;
    font-family: EurostileBold;
}

.li-loghi img {
    max-height: 38px;
    display: inline-block;
    margin: 0 auto;
}



@media (min-width: 992px) {
    body {
        padding-top: 0px;
    }

    .li-loghi {
        min-height: 115px;
        min-width: 207px;
        padding: 10px 15px !important
    }

    .li-loghi img {
        max-height: 50px;
    }

    #navApp .list-group-item:not(.li-loghi) {
        padding-top: 150px;
    }
}

/**************************************************/

header {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 50px;
    background-image: url('../images/bg-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 23% center;
}

header h1,
header h3 {
    text-align: center;
    font-family: EurostileBold;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 3px;
    color: #00F2FF;
}

header h2 {
    text-align: center;
    font-family: EurostileBold;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 9px;
    color: #FFFFFF;
}

.interna header {
    min-height: unset;
    padding: 20px 0;
}

/**************************************************/

.btn1 {
    background-color: #00F2FF;
    color: #002D86;
    font-size: 14px;
    line-height: 19px;
    padding: 0px 40px;
    min-height: 29px;
    border-radius: 100px;
    font-weight: 900;
}

.btn1:hover {
    background-color: #202A35;
    color: #ffffff;
}

.btn2 {
    background-color: #002D86;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    padding: 0px 40px;
    min-height: 29px;
    border-radius: 100px;
    font-weight: 900;
}

.btn2:hover {
    background-color: #202A35;
    color: #ffffff;
}

/**************************************************/

#countdown {
    background-color: #002D86;
    min-height: 150px;
}

#countdown #countdown-date .val {
    font-size: 27px;
    line-height: 39px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    height: 40px;
}

#countdown #countdown-date .ind {
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}

.icon {
    background-color: #00f2ff;
    height: 55px;
    width: 55px;
    border-radius: 500px;
    padding: 11px;
}

footer {
    background-image: url('../images/IMG_footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 23% center;
}

footer p {
    font-size: 12px;
    line-height: 16px;
}

footer .list-group-item {
    font-size: 15px;
}

.sep {
    border-right: 2px solid #00F2FF !important;
}

.modal .close {
    background: transparent;
    border: 0;
}

.slider-custom .slick-slide {
    height: 160px;
}

.slider-custom .logo {
    height: 160px;
    width: 160px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto;
}

#programma {
    background-image: url('../images/img-event.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #002D86;
    text-align: center;
    font-family: EurostileBold;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 9px;
    color: #FFFFFF;
    padding: 60px 0;
}

.saveok {
    font-family: Eurostile;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    min-height: 300px;
}

.scroll-content .scroll {
    height: 622px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.scroll-content .a-line {
    border-left: 6px solid rgb(0 242 255 / 49%);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px 40px;
    margin-bottom: 10px;
}

.scroll-content .a-line:hover {
    background-color: rgb(0 242 255 / 10%);
    border-left: 6px solid rgb(0 242 255 / 100%);
}

.scroll-content .a-line * {
    color: #202A35;
}

.scroll-content .a-line .name {
    font-size: 16px;
}

.scroll-content .a-line .desc {
    font-size: 14px;
}

.scroll-content .triangle {
    width: 0;
    height: 0;
    line-height: 0px;
    border-top: 45px solid #00F2FF;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    display: block;
    margin: 25px auto 15px auto;
}

.scroll-content .line {
    height: 10px;
    background: #00F2FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.scroll-content .scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll-content .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-content .scroll::-webkit-scrollbar-thumb {
    background: rgb(0 16 140 / 38%);
}

.scroll-content .scroll::-webkit-scrollbar-thumb:hover {
    background: rgb(0 16 140 / 50%);
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    #navApp {
        position: relative;
        background-color: transparent;
        box-shadow: none;
    }

    header {
        padding-top: 0px;
    }

    .interna #navApp {
        position: relative;
    }

    #navApp .nav-link {
        padding: 0 19px;
    }

    header h2 {
        font-size: 68px;
        line-height: 65px;
    }

    header h1,
    header h3 {
        font-size: 30px;
        line-height: 60px;
    }

    header,
    .bg-event {
        background-position: left center;
    }

    .tx1 {
        font-size: 24px;
        line-height: 32px;
    }

    .tx2 {
        font-size: 20px;
        line-height: 26px;
    }

    .tx3 {
        font-size: 18px;
        line-height: 25px;
    }

    #countdown #countdown-date .val {
        font-size: 30px;
    }

    #countdown #countdown-date .ind {
        font-size: 16px;
    }

    .icon {
        height: 78px;
        width: 78px;
    }

    .info-event {
        justify-content: center;
    }

}