/* footer */
/* body{
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}

.centrato{
    display: flex;
    justify-content: center;
    align-items: center;
} */

footer{
    max-width: 80rem;
    background-color: #0D1B2A;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.footer-grid{
    width: 95%;
    height: 100%;
    flex-direction: column;
    margin-top: 20px;
}
    /* Footer per icon */
    .footer-icon{
        width: 90%;
        padding: 10px 0;
        display: flex;
        justify-content: right;
        align-items: center;
    }
    .footer-icon p{
        width: 70%;
        font-size: 0.9rem;
        text-decoration: none;
        color: #ffffff;
    }
        #footer-icon-maps a,
        #footer-icon-tel a,#footer-icon-mail a{
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #ffffff;
            width: 25px;
            padding: 5px;
            border-radius: 100%;
            margin: 10px 10px;
        }

        #footer-icon-maps:hover a,#footer-icon-tel:hover a,
        #footer-icon-mail:hover a{
            background-color: #cf2e2e;
        }

        #footer-icon-maps svg path,
        #footer-icon-tel svg path,
        #footer-icon-mail svg path {
            fill: #ffffff;
        }
        #footer-icon-maps:hover svg path,
        #footer-icon-tel:hover svg path,
        #footer-icon-mail:hover svg path {
            fill: #cf2e2e;
        }


        #amministrazione{
            color: #2aabee;
            width: 70%;
            font-size: 0.9rem;
            text-decoration: none;
        }

        #amministrazione:hover{
            transition: 0.3s;
            color: #cf2e2e;
        }


/* Footer Links */

        #footer-links{
            display: none;
        }
        #footer-links h3{
            margin-top: -15px;
            color: #ffffff;
            font-size: 1.4rem;
            width: 100%;
            text-align: center;
        }
        #footer-box-link-title{
            height: 30%;
            background-color: #cf2e2e;

        }
        #footer-box-link-txt{
            background-color: bisque;
            height: 70%;
            width: 100%;
            
        }
        .footer-link-title{
            width: 100%;
        }
        .footer-link-txt{
            flex-direction: column;
        }
        .footer-link-txt a{
            padding: 2px;
            text-decoration: none;
            color: #cf2e2e;
        }
        .footer-link-txt a:hover{
            transition: 0.3s;
            color: #2aabee;
        }
/* Footer H2T */
    #footer-h2t{
        flex-direction: column;
    }
            #copyright{
            width: 100%;
            text-align: center;
            color: grey;
            font-size: 0.5rem;
        }
        #footer-box-h2t-title{
            flex-direction: column;
            width: 100%;
        }
        #footer-box-h2t-title span{
            color: #cf2e2e;
        }
        #footer-box-h2t-title h3{
            color: #ffffff;
            margin-top: 15px;
            font-size: 1.5rem;
        }
        #footer-box-h2t-title p{
            color: #ffffff;
            text-align: center;
            width: 70%;
            margin-top: 0px;
            font-size: 0.9rem;
        }
        #footer-box-h2t-social {
            width: 100%;
            height: 80px;
        }
        /* Stile per tutti gli svg dentro il contenitore */
        #footer-box-h2t-social svg {
            cursor: pointer;
            margin-top: -10px;
            padding: 5px;
            width: 35px;
            height: 35px;
            min-width: 35px;
            min-height: 35px;
            display: block;
        }

        /* Cambia colore quando si passa con il mouse */
        #footer-box-h2t-social svg:hover #SVG-insta,
        #footer-box-h2t-social svg:hover #SVG-tiktok {
            transition: 0.3s;
            fill: #cf2e2e;
        }

        #SVG-insta, #SVG-tiktok{
            fill: #ffffff;
        }