﻿.rodape {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
    border-top: #999 1px solid;
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(226,226,226,1) 35%, rgba(210,210,210,1) 100%);
    z-index: 9000;
}

@media (max-width: 1200px) {
    .rodape {
        height: 20px;
    }

    #lblSinapsys, #lblCopyRight {
        font: 9px "Verdana" !important;
    }
}

@media (max-width: 760px) {
    .rodape {
        height: 20px;
    }

    #lblSinapsys, #lblCopyRight {
        font: 9px "Verdana" !important;
    }
}
