/* Modulo 45*/
.mod45 h1 {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
	  justify-content: center;
	align-items:center;
}

@media (min-width:990px) {
.mod45.text-right  > h1{justify-content:flex-end;}
.mod45.text-left  > h1 {justify-content:flex-start}
}
.mod45 h1{
	padding-left:20px;
	padding-right:20px;
}

@media (max-width:990px) {
.mod45.text-right-mob > h1 {justify-content:flex-end;}
.mod45.text-left-mob  > h1 {justify-content:flex-start}
}


/* Modulo 11*/
.elenco{width:100%;}

#ele > ul > li:last-child {
    margin-left: auto;
}

#ele > ul {width: 100%; display: flex; padding: 20px; align-items: center; justify-content: center;}
#ele > ul > li:last-child > select {padding:5px 20px;border: 1px solid #e4e4e4;border-radius: 5px;outline:none;}

#triggerScroll{ width:100%; height:20px; content:"loading";}
#triggerScroll{ width: 100%; height: 20px; margin-top:20px;
background-image:url(https://frontend.medula.it/common/images/com/loading2.svg);
background-repeat: no-repeat;background-position: center;}

#triggerScroll::before {}
#triggerScroll.fadeouter{opacity: 0;-webkit-transition: opacity 3s ease-in-out; -moz-transition: opacity 3s ease-in-out;-ms-transition: opacity 3s ease-in-out; -o-transition: opacity 3s ease-in-out;}
#triggerScroll{opacity: 1;}