﻿@font-face {
    font-family: graphik;
    src: url(../fonts/Graphik-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: graphik;
    src: url(../fonts/Graphik-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: graphik;
    src: url(../fonts/Graphik-Semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: graphik;
    src: url(../fonts/Graphik-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: graphik;
    src: url(../fonts/Graphik-Black.otf);
    font-weight: 800;
}

@font-face {
    font-family: graphik;
    src: url(../fonts/Graphik-Super.otf);
    font-weight: 900;
}

@font-face {
    font-family: freeland;
    src: url(../fonts/Freeland.otf);
}

:root {
    --blue: #163052;
    --lightblue: #F7F9FB;
    --white: #ffffff;
    --xlightgrey: #fafafa;
    --lightgrey: #f4f4f5;
    --mediumgrey: #b7bcc1;
    --grey: #979aa1;
    --red: #FF1A00;
}

html, body {
    font-size: 18px !important;
    font-family: graphik !important;
    line-height: 1.2;
}

h1 {
    font-size: 3.33rem;
    font-weight: 800;
}

h2 {
    font-size: 2.5rem;
    font-weight: 800;
}

h3 {
    font-size: 2.3rem;
    font-weight: 700;
}

h4 {
    font-size: 1.77rem;
    font-weight: 700;
}
.fs-4{
    font-size: 1.77rem;
}
h5 {
    font-size: 1.55rem;
    font-weight: 600;
}

h6 {
    font-size: 1.22rem;
    font-weight: 600;
}

.fs-micro {
    font-size: 0.77rem !important;
}

.fs-mini {
    font-size: 0.55rem;
    font-weight: 400;
}

.fs-medium {
    font-size: 0.88rem;
}

.fs-normal {
    font-size: 1rem;
}

.fs-20 {
    font-size: 1.11rem;
}

.fs-large {
    font-size: 2rem;
}

.fs-maxi{
    font-size: 4.15rem;
    line-height: 3.77rem;
}
.fw-maxi{
    font-weight: 900;
}

.freeland {
    font-family: freeland;
    font-weight: 100;
}

.font-medium {
    font-weight: 500;
}

.lh-2 {
    line-height: 2rem;
}

.cursor-pointer {
    cursor: pointer;
}

#MasterContainer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#MasterBody {
    flex: 1;
}

#MasterHeader {
    position: absolute;
    width: 100%;
}

    #MasterHeader a, #MasterHeader .btn {
        font-size: 0.83rem !important;
    }

    #MasterHeader .btn {
        padding: 0.88rem 1.61rem 0.88rem 1.61rem;
    }

    #MasterHeader .btn-outline-primary, #MasterHeader .btn-outline-light {
        border-radius: 2rem;
    }

    #MasterHeader .nav-link {
        line-height: 2rem;
    }

    #MasterHeader .navbar-toggler:focus {
        /*box-shadow: none;*/
    }



    #MasterHeader .dropdown-menu .intestazione-dropdown {
        display: block;
        font-size: 0.83rem;
        color: var(--blue);
        font-weight: bold;
        padding-right: 1.33rem;
        border-left: 6px solid var(--blue);
        padding-left: 0.4rem;
        margin-top: 1.33rem;
    }

    #MasterHeader .dropdown-menu table {
        width: 100%;
        font-size: 0.66rem;
    }

        #MasterHeader .dropdown-menu table tr {
            border-bottom: 1px solid #cacacb;
        }

            #MasterHeader .dropdown-menu table tr:last-of-type {
                border-bottom: none;
            }

            #MasterHeader .dropdown-menu table tr td {
                padding-top: 1.33rem;
                padding-bottom: 0.66rem;
            }

                #MasterHeader .dropdown-menu table tr td a {
                    margin-bottom: 0.66rem;
                }

#MasterFooter {
    padding-top: 2.22rem;
    padding-bottom: 2.22rem;
    color: var(--white) !important;
}

    #MasterFooter a, #MasterFooter p {
        font-size: 0.66rem !important;
        /*display: block;*/        
        color: var(--white) !important;
    }

    #MasterFooter a {
        opacity: 0.7;
        padding-top:0.3rem;
        padding-bottom:0.3rem;
    }

    #MasterFooter .row {
        /*margin-bottom: 2.77rem;*/
    }

    #MasterFooter span {
        font-size: 0.55rem;
        opacity: 0.7;
    }

.dialogo header {
    height: 3.33rem;
    padding-top: 1.66rem;
    padding-left: 1.66rem;
    padding-right: 1.66rem;
    text-align: end;
}

    .dialogo header a, .chiudi_dialogo {
        font-size: 3.5rem !important;
        line-height: 0.5;
        display: inline-block;
        margin: -6px;
        font-weight: 100 !important;
    }

.dialogo section {
    padding-left: 6.66rem;
    padding-right: 6.66rem;
    padding-bottom: 3.33rem;
}

.dialogo .document-container {
    position: relative;
    width: 100%;
    height: 90vh;
}

.messaggio_errore {
    color: var(--red);
    margin-bottom: 1.5rem;
    display: block;
    height: 1.15rem;
    font-size: 0.77rem;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-270 {
    transform: rotate(-90deg);
}

.max-vw-100 {
    max-width: 100vw;
    margin: auto;
}

.translate_middle-y_60 {
    transform: translate(-50%, -60%);
}

.img-vh-100{
    object-fit: cover;
    height: 100vh;
}

.img-vh-77 {
    object-fit: cover;
    height: 77vh;
}

.img-vh-60 {
    object-fit: cover;
    height: 60vh;
}
.img-60 {
    object-fit: cover;
}
.img-30{
    object-fit: cover;
}
.img-vh-50 {
    object-fit: cover;
    height: 50vh;
}

.img-50{
    object-fit: cover;
}

.max-vh-75 {
    max-height: 75vh;
}
.vh-60 {
    height: 60vh;
}
.text-underline {
    text-decoration: underline !important;
}

.blu_gradient {
    background: linear-gradient(to right, rgba(22, 48, 82, 0), rgba(0, 28, 65, 0.85));
}
.corso .blu_gradient {
    background: linear-gradient(to right, rgba(22, 48, 82, 0) 0%, rgba(0, 28, 65, 1) 70%);
}
.black_gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.iframe-trasparente {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(0, 28, 65, 0.5);
    z-index: 10;
}
/*Bootstrap override*/
.text-primary {
    color: var(--blue) !important;
}

.text-secondary {
    color: var(--grey) !important;
}

.btn-primary {
    background-color: var(--blue) !important;
    color: var(--white) !important;
    border-color: var(--blue) !important;
}

.btn-secondary {
    background-color: var(--mediumgrey) !important;
    color: var(--blue) !important;
    border-color: var(--mediumgrey) !important;
}

.btn-light {
    background-color: var(--white) !important;
    color: var(--blue) !important;
    border-color: var(--white) !important;
}

.btn {
    font-weight: 500;
}

    .btn:focus-visible {
        /*box-shadow: none;*/
    }

.nav-link:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: var(--blue) !important;
    border-color: var(--blue) !important;
}

    .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary:focus-visible {
        color: var(--white) !important;
        background-color: var(--blue) !important;
    }

.btn-outline-light {
    color: var(--white) !important;
    border-color: var(--white) !important;
}

    .btn-outline-light:active, .btn-outline-light:hover, .btn-outline-light:focus-visible {
        color: var(--blue) !important;
    }

.bg-primary {
    background-color: var(--blue) !important;
}
.bg-primary-subtle {
    background-color: var(--lightblue) !important;
}
.bg-secondary {
    background-color: var(--mediumgrey) !important;
}
.bg-secondary-subtle {
    background-color: var(--lightgrey) !important;
}

.bg-light {
    background-color: var(--xlightgrey) !important;
}

.border-primary {
    border-color: var(--blue) !important;
}

.border-secondary {
    border-color: var(--mediumgrey) !important;
}

a {
    /*color: var(--blue) !important;*/
    text-decoration: none;
    cursor: pointer;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url(../Images/Statiche/icona_menu_blu.svg);
}
/*end bootstrap*/

/*Tealium override*/
.privacy_prompt_footer .button{
    font-size: 0.7rem !important;
}
/*end Tealium*/
.lavazza-label, .lavazza-textbox, .lavazza-select{
    line-height: 1.5;
}

.lavazza-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--grey);
}

.lavazza-textbox {
    background-color: transparent;
    border: none;
    border-bottom: 1.5px solid var(--blue);
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0.3rem;
    display: block;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
}

    .lavazza-textbox.disabled {
        cursor: default;
        background-color: var(--lightgrey);
    }


.lavazza-checkbox input[type=checkbox], input[type=checkbox].lavazza-checkbox {
    transform: scale(2);
    margin-right: 0.7rem;
    margin-left: 0.4rem;
}


.lavazza-checkbox label {
    vertical-align: middle;
}

.lavazza-select {
    background-color: transparent;
    border: none;
    border-bottom: 1.5px solid var(--blue);
    border-radius: 0;
    padding: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    display: block;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--grey);
}

    .lavazza-select option {
        color: var(--blue);
        background-color: var(--lightgrey);
    }

.p-40 {
    padding: 2.22rem;
}

.px-40 {
    padding-left: 2.22rem !important;
    padding-right: 2.22rem !important;
}

.pt-40 {
    padding-top: 2.22rem;
}

.pb-40 {
    padding-bottom: 2.22rem;
}

.mb-40 {
    margin-bottom: 2.22rem;
}

.mb-150 {
    margin-bottom: 8rem;
}

.mb-190 {
    margin-bottom: 10.5rem;
}

.text-container {
    max-width: 900px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-left: auto;
    margin-right: auto;
}

.text-container-small {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.video_play_button {
    display: inline-block;
    width: 4.7rem;
    height: 4.7rem;
    background-color: var(--white);
    border-radius: 50%;
    position: relative;
}

    .video_play_button span {
        border: 0;
        padding: 0;
        background: transparent;
        box-sizing: border-box;
        width: 0;
        height: 2rem;
        border-color: transparent transparent transparent var(--blue);
        cursor: pointer;
        border-style: solid;
        border-width: 1rem 0 1rem 1.5rem;
        position: absolute;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-34%, -50%);
    }

.semicerchio_container {
    overflow: hidden;
    margin-top: -7rem;
}

    .semicerchio_container .semicerchio {
        background-color: var(--blue);
        padding-top: 5rem;
        padding-bottom: 3rem;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        width: 112%;
        margin-left: -6%;
    }

.lvz_semicerchio_container {
    overflow: hidden;
    margin-top:-4rem;
    height: 4rem;
}

    .lvz_semicerchio_container .lvz_semicerchio {
        background-color: var(--blue);
        height: 100vw;
        width: 300vw;
        margin-left: -100vw;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }
.home .aree_didattiche_cards {
    margin-top: -3.88rem;
}
.aree_didattiche_cards {
    /*margin-top: -3.88rem;*/
}

    .aree_didattiche_cards .area_didattica_card {
        position: relative;
    }

.area_didattica_card a {
    color: white !important;
}

.aree_didattiche_cards .area_didattica_card img {
    border-radius: 0.88rem;
}

.area_didattica_card_container, .home_card_container {
    padding-top: 1.66rem;
}

.home .assessment_qc {
    margin-top: 10.5rem;
    margin-bottom: 0.33rem;
}

    .home .assessment_qc .btn {
        padding: 0.88rem 3.33rem 0.88rem 3.33rem;
    }

    .home .assessment_qc .btn-outline-primary, .home .assessment_qc .btn-outline-light {
        border-radius: 2rem;
    }

.corsi_cards .corso_card, .tc_cards .tc_card, .home_cards .home_card {
    position: relative;
}

.corso_card, .tc_card, .home_card {
    color: var(--white) !important;
}

    .corso_card a, .tc_card a, .home_card a {
        color: white !important;
    }

    .tc_card a {
        line-height: 2.5 !important;
    }

.corsi_cards .corso_card img, .tc_cards .tc_card img, .home_cards .home_card img {
    border-radius: 0.88rem;
}

.corso_card_container, .tc_card_container {
    padding-top: 1.5rem;
}

.home .learning {
    padding-top: 10.5rem;
    padding-bottom: 0.6rem;
}

/*.area_didattica .links_path, .corso .links_path {
    position: absolute;
    left: 50%;
    top: 7rem;
    transform: translate(-50%,0);
}*/

/*    .area_didattica .links_path a {
        color: var(--blue) !important;
        opacity: 0.5;
    }*/

.links_path a {
    color: var(--blue) !important;
    opacity: 0.5;
}

    .links_path a:last-child {
        opacity: 1;
    }

/*.corso .links_path {
    top: 1rem;
}
*/


.calendario .day_selected {
    background-color: transparent !important;
}

    .calendario .day_selected a {
        border: 2px solid var(--blue);
        background-color: var(--blue);
        border-radius: 1.5rem;
        color: white !important;
        display: block;
        width: 2rem;
        height: 2rem;
        line-height: 1.8rem;
    }

.calendario .day_selectable a {
    border: 2px solid var(--blue);
    border-radius: 1.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
}

.help_center header {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


@media (max-width: 575px) {
    html, body {
        font-size: 13px !important;
    }

    .img-vh-77 {
        min-height: 450px;
    }

    .img-vh-60, .img-60 {
        min-height: 350px;
    }

    .img-30{
        min-height: 180px;
    }

    .img-vh-50, .img-50 {
        min-height: 300px;
    }
    .img-sm-vh-50 {
        object-fit: cover;
        height: 50vh;
        min-height: 300px;
    }
    .img-vh-100 {
        height: 650px;
    }
    .desktop-only {
        display: none !important;
    }

    h1 {
        font-size: 2.5rem !important;
    }

    h2 {
        font-size: 2rem !important;
    }

    h3, h4, h5 {
        font-size: 1.8rem !important;
    }
    h6{
        font-size: 1.5rem !important;
    }
    p, a, .fs-normal, li, button, input[type=submit], label {
        font-size: 1.3rem !important;
    }

    .fs-maxi {
        font-size: 2.2rem !important;
        line-height: 2.4rem !important;
    }

    .fs-micro {
        font-size: 1rem !important;
    }

    .fs-mini {
        font-size: 1rem !important;
    }

    .fs-medium, .lavazza-label, .lavazza-textbox, .lavazza-select {
        font-size: 1rem !important;
    }

    #MasterHeader a, #MasterHeader .btn {
        font-size: 1rem !important;
    }

    #MasterFooter a, #MasterFooter p {
        font-size: 1rem !important;
    }

    #MasterFooter div.d-flex {
        padding-bottom: 1rem;
        border-bottom: 1px solid white;
        margin-bottom: 1rem;
    }

    #MasterFooter span {
        font-size: 0.8rem !important;
    }

    .text-container {
        max-width: 92%;
    }

    .text-container-small {
        max-width: 100%;
    }

    .container .text-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .semicerchio_container .semicerchio {
        width: 200%;
        margin-left: -50%;
    }

    .area_didattica_card_container, .home_card_container, .corso_card_container, .tc_card_container {
        padding-top: 2rem;
    }

    .container {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .home .learning {
        padding-top: 5rem;
        padding-bottom: 0;
        text-align: center;
    }

    .dialogo section {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    #MasterFooter p a {
        border-bottom: 1px solid white;
    }

    #pnlAttore .img-vh-100{
        padding-bottom: 325px;
    }
    .blu_gradient {
        background: linear-gradient(to bottom, rgba(3, 22, 46, 0) 0%, rgba(3, 22, 46, 1) 50%, rgba(3, 22, 46, 1) 70%, rgba(22, 48, 82, 1) 100%) !important;
    }
    .corso #intestazione {
        height: 550px;
        padding-bottom: 275px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    html, body {
        font-size: 14px !important;
    }

    .img-vh-77 {
        min-height: 550px;
    }

    .img-vh-60, .img-60 {
        min-height: 420px;
    }
    .img-30 {
        min-height: 210px;
    }

    .img-vh-50, .img-50 {
        min-height: 350px;
    }
    .img-vh-100 {
        height: 700px;
    }
    .desktop-only {
        display: none !important;
    }

    .text-container {
        max-width: 570px;
    }

    .text-container-small {
        max-width: 100%;
    }

    .semicerchio_container .semicerchio {
        width: 180%;
        margin-left: -40%;
    }

    .area_didattica_card_container, .home_card_container, .corso_card_container, .tc_card_container {
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }

    .home .learning {
        padding-top: 5rem;
        padding-bottom: 0;
        text-align: center;
    }

    #pnlAttore .img-vh-100 {
        padding-bottom: 350px;
    }

    .blu_gradient {
        background: linear-gradient(to bottom, rgba(3, 22, 46, 0) 0%, rgba(3, 22, 46, 1) 50%, rgba(3, 22, 46, 1) 70%, rgba(22, 48, 82, 1) 100%) !important;
    }
    .corso #intestazione {
        height: 640px;
        padding-bottom: 320px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html, body {
        font-size: 14px !important;
    }

    .img-vh-77 {
        min-height: 500px;
    }

    .img-vh-60, .img-60 {
        min-height: 380px;
    }
    .img-30 {
        min-height: 190px;
    }

    .img-vh-50, .img-50 {
        min-height: 320px;
    }

    .img-vh-100 {
        min-height: 550px;
    }

    .desktop-only {
        display: none !important;
    }

    .text-container {
        max-width: 750px;
    }

    .semicerchio_container .semicerchio {
        width: 160%;
        margin-left: -30%;
    }

    .area_didattica_card_container {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .home .learning {
        padding-top: 5rem;
    }
    .corso #intestazione {
        height: 530px;
        padding-bottom: 260px;
    }
    .corso .blu_gradient {
        background: linear-gradient(to bottom, rgba(3, 22, 46, 0) 0%, rgba(3, 22, 46, 1) 50%, rgba(3, 22, 46, 1) 70%, rgba(22, 48, 82, 1) 100%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html, body {
        font-size: 14px !important;
    }

    .img-vh-77 {
        min-height: 495px;
    }

    .img-vh-60, .img-60 {
        min-height: 380px;
    }
    .img-30 {
        min-height: 190px;
    }

    .img-vh-50, .img-50 {
        min-height: 320px;
    }
    .img-vh-100 {
        min-height: 550px;
    }
    .mobile-only {
        display: none !important;
    }

    .dropdown-menu {
        min-width: 550px;
    }

    .semicerchio_container .semicerchio {
        width: 140%;
        margin-left: -20%;
    }

    .area_didattica_card_container {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .home .learning {
        padding-top: 5rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    html, body {
        font-size: 16px !important;
    }

    .img-vh-77 {
        min-height: 520px;
    }

    .img-vh-60, .img-60 {
        min-height: 400px;
    }
    .img-30 {
        min-height: 200px;
    }

    .img-vh-50, .img-50 {
        min-height: 330px;
    }

    .img-vh-100 {
        min-height: 630px;
    }

    .dropdown-menu {
        min-width: 650px;
    }

    .mobile-only {
        display: none !important;
    }

    .area_didattica_card_container:nth-child(3n+2) {
        margin-top: 3.88rem;
        margin-bottom: -3.88rem;
    }

    .semicerchio_container .semicerchio {
        width: 120%;
        margin-left: -10%;
    }

    .area_didattica_card_container {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

@media (min-width: 1400px) {

    .img-vh-77 {
        min-height: 575px;
    }

    .img-vh-60, .img-60 {
        min-height: 420px;
    }
    .img-vh-30 {
        min-height: 210px;
    }

    .img-vh-50, .img-50 {
        min-height: 350px;
    }

    .img-vh-100{
        min-height: 700px;
    }

    #MasterHeader .dropdown-menu {
        min-width: 800px;
        padding-right: 2.22rem;
    }

    .area_didattica_card_container:nth-child(3n+2) {
        margin-top: 3.88rem;
        margin-bottom: -3.88rem;
    }

    .mobile-only {
        display: none !important;
    }
}

/*css temporaneo per ambiente partecipanti vecchio*/
.calendario_impegni {
    margin-bottom: 5em;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1em;
    font-size: 72%;
}

    .calendario_impegni section {
        width: 71%;
        margin-left: 0;
        display: inline-block;
        vertical-align: top;
        margin-right: 1%;
    }

    .calendario_impegni aside {
        width: 26%;
        text-align: right;
        margin-right: 0;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%;
    }

        .calendario_impegni aside table {
            width: 100%;
        }

.tabella_calendario {
    background-color: white;
    width: 100%;
}

    .tabella_calendario .calendarioGiorno {
        color: inherit;
    }

    .tabella_calendario .calendarioGiorno, .tabella_calendario .calendarioGiornoAltroMese {
        height: 6em;
    }

    .tabella_calendario .calendarioEvento {
        font-size: 0;
        vertical-align: top;
        color: #53A553;
        border: 1px solid #EAEAEA;
    }

        .tabella_calendario .calendarioEvento a {
            cursor: pointer;
        }

    .tabella_calendario .cld_pnl_full {
        background-color: #e1e9a8;
        font-size: 1rem;
        text-align: center;
    }

    .tabella_calendario .cld_pnl_top, .tabella_calendario .cld_pnl_bottom {
        background-color: #e1e9a8;
        font-size: 1rem;
        text-align: center;
    }

    .tabella_calendario .cld_lh_full {
        padding-top: 1.6em;
    }

    .tabella_calendario .cld_lh {
        padding-top: 0.8em;
    }

    .tabella_calendario .cld_empty_top {
        margin-top: 2.8em;
    }

    .tabella_calendario .cld_lnk_delete {
        color: red;
        padding: 0.5em;
        margin-left: -1em;
    }

    .tabella_calendario .cld_pnl_top {
        margin-top: -1px;
        border-bottom: 1px solid black;
    }

    .tabella_calendario .cld_pnl_bottom {
        margin-bottom: -1px;
        border-top: 1px solid black;
    }

    .tabella_calendario .cld_altro a, .tabella_calendario .cld_altro a {
        cursor: default;
    }
