@media (max-width: 1024px) {
    .popupIMG {
        box-sizing: border-box;
        height: 60%;
        max-height: 60%;
        max-width: 95%;
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }
    .popupIMG img {
        /* max-height: 80%; */
        height: auto;
        /* max-width: 95%; */
        width: 100%;
    }

    .contentFooter {
        display: block;
    }
    .map {
        width: 90%;
        margin: auto;
        height: 350px;
    }
    .info {
        text-align: center;
    }
    .title h1,
    .title h2 {
        font-size: 45px;
    }
    .address h3 {
        font-size: 25px;
    }
    .tlf i,
    .tlf a {
        font-size: 25px;
    }
    .horario h2 {
        font-size: 27px;
    }
    .horario h3 {
        font-size: 22px;
    }
    .logoFooter {
        margin: auto;
        width: 300px;
    }
}