@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}


* {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html,
body {
    height: 100%;
}

/* animazioni */
.slide-in-elliptic-top-fwd {
    -webkit-animation: slide-in-elliptic-top-fwd .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-elliptic-top-fwd .7s cubic-bezier(.25, .46, .45, .94) both
}

.bounce-in-fwd {
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both
}

.slide-in-bck-center {
    -webkit-animation: slide-in-bck-center .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-bck-center .7s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1
    }
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1
    }
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

/* ------ */

/* preloader caricamenti */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #f2f2f2;
    opacity: 90%;
}

#loaderDiv {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loaderDiv:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loaderDiv:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* ------ */

.cBackBtn {
    /* margin-left: 10px; */
    font-size: small;
    cursor: pointer;
}

.cTabText {
    font-size: small;
}

.cLogo {
    cursor: pointer;
}

.cBtnHeaderDx>.fa-solid {
    margin-right: 10px;
    font-size: larger;
    color: #064D97;
}

.cBtnHeaderDxLang>.fa-solid {
    margin-right: 10px;
    font-size: larger;
    color: #064D97;
}

i>.fa-solid {
    font-family: 'Font Awesome 6 Free';
}

.csNascondi {
    display: none;
}

.csMB15 {
    margin-bottom: 15px;
}

.csMB35 {
    margin-bottom: 35px;
}

.csMT20 {
    margin-top: 20px;
}

.csAlignJustify {
    text-align: justify;
}

.btn {
    border-radius: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.btn-link {
    --bs-btn-color: #021120;
    --bs-btn-hover-color: #021120;
    --bs-btn-active-color: #021120;
}

.btn .btn-link:focus-visible {
    color: #064D97;
}

.form-control {
    border-radius: 0;
}


/* custom */
.csProgressBarColor {
    background-color: #064D97;
}

.csMainColor {
    color: #064D97;
}

.csMainBgColor {
    background-color: #064D97;
}

.csTextColor {
    color: #0c0c0c;
}

.cBtn {
    background-color: #064D97;
    color: #ffffff;
}

.cBtn:hover {
    background-color: #0468bf;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #064D97;
    --bs-btn-border-color: #064D97;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #064D97;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #064D97;
    --bs-btn-disabled-border-color: #064D97;
}

.nav-link {
    color: #0c0c0c;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #064D97;
    border-radius: 0;
    border-bottom: 1px solid #064D97;
    /* border-bottom: none; */
}

.nav-tabs {
    /* border-bottom: none; */
    border-bottom: 1px solid #064D97;
}

.nav-link {
    color: #064D97;
    font-weight: bold;
}

.csBottomBarItem {
    color: #ffffff;
}

.csBottomBarItemLabel {
    font-size: small;
}

.card {
    border: 1px solid #064D97;
    border-radius: 0;
}

.carousel-indicators button {
    background-color: #064D97 !important;
    width: 55px !important;
    height: 12px !important;
}

.csLinkPulsanti {
    
    /* Resetta il layout */
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;

    /* Resetta il testo */
    font: inherit;
    color: inherit;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;

    /* Resetta il comportamento */
    /* cursor: default;
    pointer-events: auto; */

    /* Resetta il posizionamento */
    /* display: inline;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto; */

    /* Resetta il layout flessibile */
    /* flex: 0 1 auto;
    align-self: auto;
    justify-self: auto; */

    /* Resetta dimensioni */
    /* width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0; */

    /* Resetta spaziatura */
    /* white-space: normal;
    word-spacing: normal;
    line-height: normal; */

    /* Resetta trasformazioni */
    /* transform: none;
    clip-path: none;
    filter: none;
    perspective: none; */

    /* Resetta animazioni */
    /* animation: none;
    transition: none; */

    /* Resetta scrollbar e selezione */
    /* overflow: visible;
    user-select: text; */

    /* Resetta altri stili */
    /* content: normal;
    visibility: visible;
    opacity: 1;
    vertical-align: baseline; */
}