@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@media (min-width: 768px) {
    #mobileFooter {
        display: none;
    }
}

#mobileFooter {
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 58px;
    background: #fff; /* stesso colore della barra */
    border-top: 2px solid #ddd;
    z-index: 9999;
    transform: translateZ(0);
    box-sizing: border-box;
}
#mobileFooter:after {
  content: '';
  position: absolute;
  left: -30px;       /* espandi anche lateralmente se vuoi come l'outline */
  right: -30px;
  bottom: -30px;     /* spingi fuori come un outline */
  height: 30px;      /* spessore dell'effetto outline */
  background: #fff;  /* colore dell'"outline" */
  z-index: -1;
}
#mobileFooter .box  {
	position: absolute;
    bottom: 0;
    margin: 0 5px 2px;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
	border-radius:3px;
	height:48px;
}
#mobileFooter .box > a {color:#fff; display:flex; justify-content: center; align-items: start;}

#mobileFooter .box1 {
    width: 110px;
    background: #006A5B;
    text-align: center;
    margin-left: 9px;
    font-size: 1.6rem;
	padding-top:11px;
}

#mobileFooter .box2 {
   margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 999996;
    width: 26vw;
    height: 48px;
    text-align: center;
	background: #0a2438;
	padding-top:5px;
}

#mobileFooter .box i {font-size:23px;}

#mobileFooter .box .text {
	font-size: 23px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
	font-family: lato,open sans,sans-serif !important;
}
#mobileFooter .box .text small {display:block; font-size:11px; font-weight:400; letter-spacing:.065rem;}

#mobileFooter .box2 .text{font-size: clamp(18px, 5vw, 23px); padding-top:.25rem;}


@media (max-width: 980px) {
  
	#footer-bottom {
        padding-bottom: 70px;
    }
}
