.padding-20 			{ padding:20px !important; 	}



/**************  MENU LATERALE  *****************/


.menu_laterale{
	position: absolute;
    top: 12px;
    left: -60px;
}


/* Responsive */
@media (max-width: 991px) {
	.nascondi {
		display: none !important;
		visibility: hidden !important;
	}
	
}

@media (min-width: 992px) {
	.nascondi-top {
		display: none !important;
	}
}


@media (max-width: 769px) {
	.centro-responsivo {
		display: flex;
    /*flex-grow: 1;*/
    align-items: center !important;
    align-self: stretch;
    max-height: 100%;
		border: 0px solid #000000;
		text-align: center;
		margin: auto;
		padding-left: 20%;
		padding-right: 20%;
	}
}

.icon-prenotazioni {
    background-image: url(../img/icons/prenotazioni.svg);
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}

.top {
    padding-top: 50px!important;
}

.icon-ambulatori {
    background-image: url("../img/icons/ambulatori.svg");
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}
.icon-ricoveri {
    background-image: url("../img/icons/ricoveri.svg");
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}
.icon-altriservizi {
    background-image: url("../img/icons/altriservizi.svg");
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}
.icon-vaccino {
    background-image: url("../img/icons/vaccino.svg");
    width: 35px !important;
    height: 35px;
	padding-right: 30px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}
.icon-prevenzione {
    background-image: url("../img/icons/prevention.svg");
    width: 35px !important;
    height: 35px;
	padding-right: 30px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}
.icon-covid {
    background-image: url("../img/icons/virus.svg");
    width: 35px !important;
    height: 35px;
	padding-right: 30px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}
.icon-intercup {
    background-image: url("../img/icons/doctor.svg");
    width: 35px !important;
    height: 35px;
	padding-right: 30px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}
.icon-comitato {
    background-image: url("../img/icons/comitato.svg");
    width: 35px !important;
    height: 35px;
	padding-right: 30px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}
.icon-ticket {
    background-image: url("../img/icons/ticket.svg");
    width: 35px !important;
    height: 35px;
	padding-right: 30px;
    background-repeat: no-repeat;
    line-height: 1;
    display: inline-block;
}



/***************  ICONA ALLEGATI ************************/

.ico_allegati{
	color: #5B9998;
	font-size: 20px;
}

