
/*

footer {
	padding-top: 1.7em;
	padding-bottom: 1.7em;
	font-size: 0.8em;
}

footer ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
*/
/* primo blocco footer, logo, form e dati GIMBE */

/*
footer:first-of-type {
    background-color: #00437B !important;
	color: #ffffff !important;
}

footer:first-of-type a{
	color: #ffffff !important;
}

footer:first-of-type a:hover{
	color: #51aaf5 !important;
}


.social {
    padding-top: 1em;
	display: flex;
	justify-content: space-between;
}

footer a.icona, footer a.icona:hover {
	font-size: 1.3em;
    display: inline-block;
    background-color: #00437b;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}
footer img, footer .social {
	width: 80% !important;
}

/* secondo blocco footer, credits e menu cookie */
/* francesca 8/06/2023 */

footer:last-of-type {
	background-color: #ffffff !important;
	color: #00437b !important;
}

footer:last-of-type a{
	color: #00437b;
}

/* allineamento a destra per il blocco div menu cookie e i li dell'elenco */

/*
footer:last-of-type div.row > div:last-of-type{
	text-align: right;
}

footer:last-of-type div.row > div:last-of-type ul li{
    text-align: right;
	padding-right: 0.5em;
}

footer:last-of-type ul li{
	display: inline-block;
}


footer div p:first-of-type{
	font-size: 1.4em;
	font-weight: bold;
}


@media screen and (max-width: 760px) 

{
	footer{
		font-size: 1em;
	}
	
	footer:last-of-type div.row > div:last-of-type{
		text-align: left;
	}
	
	footer:last-of-type ul li{
		text-align: left;
	}*/
	
	/* distanza verticale div col mobile , esclusa la prima */

@media screen and (max-width: 760px) 

{
	footer .row > div{
		margin-top: 2em;
	}
	
	footer .row:first-of-type > div:first-of-type {
		margin-top: inherit;
	}
	
	footer img, footer .social {
		width: 60% !important;
	}
	
	footer a.icona {
		width: 30px;
		height: 30px;
	}
}
*/

/* footer*/
footer button.btn-secondary {
 background-color: #005d9f !important;
}
footer.subfooter ul li a {
    font-size: 13px !important;
}

footer {
    font-size: 0.9em;
}

footer ul {
    list-style-type: none;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 0;
}

footer.mt-auto {
    background-color: #00437b !important;
    bottom: 0px;
    font-size: 0.8em;
    height: auto;
    margin: 0px;
    width: 100%;
    color: #ffffff;
    margin-top: auto;
    padding: 20px 0;
}
footer.mt-auto img, footer.mt-auto .social {
    width: 80% !important;
}
footer.mt-auto div.social {
    padding-top: 10px;
    margin-bottom: 15px;
}
footer.mt-auto .social {
    display: flex;
    justify-content: space-between;
}
footer.mt-auto h3 {
    color: #ffffff;
    font-size: 1.3em;
    padding-top: 0;
}
footer.mt-auto ul {
    list-style-type: none;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 0;
}
footer.mt-auto a {
    color: #ffffff;
}

footer.subfooter {
    background-color: #ffffff !important;
    padding: 3px 0;
    /* padding: 3px; */
    text-decoration: none;
    margin: 0px;
    color: #00437b;
}
footer.subfooter a {
    color: #00437b;
    padding: 0px;
}
footer div.cookie ul li {
    display: inline-block;
    text-align: right;
}
footer.subfooter ul li {
    padding-right: 6px;
    /* padding: 3px; */
    text-decoration: none;
    margin: 0px;
}

footer a.icona {
    display: inline-block;
    background-color: #00437b;
    font-size: 1.4em;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffffff;
}

footer div.cookie {
    display: inline-block;
    text-align: right;
}
/* fine footer */

footer div p:first-of-type {
    font-size: 1.4em;
    font-weight: bold;
}


footer:last-of-type ul li {
    display: inline-block;
}

footer:last-of-type div.row > div:last-of-type ul li {
    text-align: right;
    padding-right: 0.5em;
}

footer:last-of-type div.row > div:last-of-type {
    text-align: right;
}

