pa.footer {
    height: 14%;
    background-color: #000000;
    flex-direction: row;
    color: white;
    /* margin-top: -7%; */
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .leyenda {
        margin-top: 20px;
        font-size: 0.7em;
    }
    .logo {
        width: 17%;
        height: 17%;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .leyenda {
        margin-top: 10px;
        font-size: 0.7em;
    }
    .logo {
        width: 12%;
        height: 15%;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .leyenda {
        margin-top: 10px;
        font-size: 0.8em;
    }
    .logo {
        width: 9%;
        height: 15%;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .leyenda {
        margin-top: 10px;
        font-size: 0.9em;
    }
    .logo {
        width: 10%;
        height: 10%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)
{
    .leyenda {
        margin-top: 20px;
    }
    .logo {
        width: 10%;
        height: 10%;
    }
}

.page-footer {
    background-color: black;
    margin-bottom: 0x;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.page-footer img.botonandroidios {
    width: 100%;
}

@media (min-width: 768px)
{
    .page-footer img.botonandroidios {
        width: 60%;
    }
}