@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 0px) {
    .footer{
        background-color: #1a1a1a;
        color: #797979;
        padding: 40px 20px;
        font-size: 14px;
    }
    .contenuto-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;        
    }
    .contenuto-footer div {
        flex: 1 1 200px;
        margin: 10px;
    }
    .contenuto-footer h4 {
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .footer-bottom {
        text-align: center;
        margin-top: 20px;
        border-top: 1px solid #444;
        padding-top: 10px;
        color: #aaa;
    }
    .sito-iopromo {
        margin-top: 10px;
    }
    .sito-iopromo a{
        text-decoration: underline !important;
    }

    .titolo-supporto-footer {
        margin-top: 18px;
        margin-bottom: 6px;
        font-weight: bold;
    }
    .supporto-footer {
        display: flex;
        height: 30px;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .supporto-footer .material-symbols-outlined {
        margin-top: -3px;
    }

    .icona-whatsapp{
        width: 20px;
        height: 20px;
        margin-top: -3px;
        margin-left: 3px;
        margin-right: 2px;
    }
}

/* Tablet */
@media only screen and (min-width: 479px) {
    .link-utili {
        padding-left: 50px;
    }
}

/* Desktop */
@media only screen and (min-width: 769px) {

}