.section-title h2 {
    font-weight: bold;
}

#navigator {
    width: auto;
    height: 30px;
    background-position: center;
    background-repeat: repeat-x;
}

body.caf #navigator {
    background-image: url("images/categorie/navigator/navigator_caf.png");
}

body.ital #navigator {
    background-image: url("images/categorie/navigator/navigator_ital.png");
}

body.servizi #navigator {
    background-image: url("images/categorie/navigator/navigator_ital.png");
}


#navigator .passo {
    display: inline-block;
    position: relative;
    top: 5px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("images/categorie/navigator/cursor-gost.png");
}

#navigator .passo.attivo {
    background-image: url("images/categorie/navigator/cursor.png");
}

#navigator .passo.attivo:hover {
    filter: brightness(1.5);
}

#navigator .passo.attuale {
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url("images/categorie/navigator/cursor.png");
}

#navigator-label .passo-label {
    font-size: 10px;
    color: #c8c8c8;
}

#navigator-label .passo-label.attivo {
    font-size: 11px;
    color: #000000;
}

#navigator-label .passo-label.attuale {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

body .button-azione {
    font-size: 22px;
}

body .button-azione {
    background-color: #d4f7ff;
    border-color: #00325a;
    color: #00325a;
}

body .button-azione:hover {
    background-color: #00325a;
    color: #ffffff;
}

body #navigator-label .passo-label.attivo, body #navigator-label .passo-label.attuale {
    color: #00325a;
}

/*body.ital .button-azione {*/
/*    background-color: #8df5f1;*/
/*    border-color: #27e1d9;*/
/*}*/

/*body.ital .button-azione:hover {*/
/*    background-color: #27e1d9;*/
/*}*/