body {
    overflow-x: hidden;
    background-color: rgb(249,250,251);
    font-family: 'Ruda', sans-serif;
    font-size: 0.9rem;
}

/*INÍCIO - CONTROLE DO CABEÇALHO*/
#cabecalho {
    background-color: rgb(34,36,42);
    width: 100%;
    height: 8vh;
    position: fixed;
    top: 0;
    z-index: 1050;
    padding-left: 10px;
    padding-right: 20px;
}

    #cabecalho .logo {
        font-size: 24px;
        color: #f2f2f2;
        text-transform: uppercase;
    }

        #cabecalho .logo:hover, #cabecalho .logo:focus {
            text-decoration: none;
            outline: none;
        }

        #cabecalho .logo span {
            color: #62BF54;
        }
/*FIM - CONTROLE DO CABEÇALHO*/

/*INÍCIO - CONTROLE DO RODAPÉ*/
#rodape {
    background-color: rgb(34,36,42);
    position: relative;
    bottom: 0;
    left: 0;
    height: 5vh;
    width: 100vw;
    z-index: 1030;
    color: rgb(255,255,255);
    font-size: 10px;
}
/*FIM - CONTROLE DO RODAPÉ*/


/*INÍCIO - CONTROLE DO CORPO*/
#corpo {
    background-color: rgb(234,234,234);
    height: 95vh;
    width: 100vw;
}

.control-label {
    font-size: 1rem;
}

#GridEmpresas > tbody:hover {
    cursor: pointer;
}

#corpo a:hover {
    text-decoration: none;
}
/*FIM - CONTROLE DO CORPO*/
/*INÍCIO - TÍTULOS*/
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #62BF54;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}
/*FIM - TÍTULOS*/
