/* *************************************************************************** */
/* ***************			INIZIO STRUTTURA SKIN 			****************** */
/* ***************	STILI PERSONALIZZATI PER OGNI ENTE		****************** */
/* *************************************************************************** */

/*IN QUESTO FILE SI INSERISCONO SOLO LE VARIABILI CON IL COLORE, PER IL RESTO SI UTILIZZA IL CSS STILI-CUSTOM */

:root {
    /*COLORE PRINCIPALE da mettere come rgb*/ /*#0800e6*/
    /*basta cambiare questa variabile e tutto il CSS prende questo colore in automatico*/
    /*il colore va inserito come RGB ma con le virgole es. 56, 115, 62*/
    --colore-principale: 0, 102, 204;
    /*COLORE NAVBAR*/ /*#07005c*/
    --colore-navbar: 0, 71, 142;
    /*COLORE FOOTER*/
    --colore-footer: 32, 42, 46;
}


.it-footer h1 {
    font-size: 22px;
}

.it-footer {
    margin-top: 50px;
}

.footer-part-container {
    padding-top: 20px;
}

.container-municipium-agid {
    max-width: 1200px;
}

.col-6 {
    width: 100%!important;
}

.footer-part-container-custom h1 {
    text-transform: uppercase;
    font-size: 1em;
    border-bottom: 1px solid #8F9496 !important;
    padding: 0 0 16px;
}

.it-footer-main .it-brand-wrapper img {
    max-width: 50px !important;   /* Puoi scendere anche a 40px o 30px */
    height: auto !important;
}

.it-footer-main .it-brand-wrapper .it-brand-text {
    font-size: 1rem;              /* Riduce leggermente il testo, opzionale */
    line-height: 1.2;
}
