/* *************************************************************************** */
/* ***************			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, 92, 92;
    /*COLORE NAVBAR*/ /*#07005c*/
    --colore-navbar: 0, 64, 64;
    /*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;
}

.municipality__logo {
	width: 80px!important;
	height: 80px!important;
	margin-right: 14px!important;
}
