
.footer {
    bottom: 0;
    width: 100%;    
    height: auto; 
    position: fixed;    
    margin: 0px;
    padding: 0px;
    z-index: 800;
}

.rodape-texto{
    font-family: Arial !important;
    font-weight: bolder !important;
    font-size: large !important;
    margin-top: 10px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
    /*width: auto;
    max-width: 680px;*/
    padding: 0 15px;
}
.container .text-muted {
    margin: 20px 0;
}

@media only screen and (min-width: 100px) and (max-width: 700px) and (min-height: 10px) and (max-height: 470px)
{
    .footer {
        position: relative;
        /*bottom: 0;*/
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 60px;  
        float: left;
    }    
}