body {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.btn {
    margin-top: 7px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1em;
}

.container {
    max-width: 1024px;
    padding: 20px;
    background-color: white;
}

.logomarca {
    max-width: 200px;
    margin-top: 14px;
    margin-bottom: 50px;
    background-color: white;
}

.escolas {
    max-width: 1024px;
    background-color: white;
}

.cabecalho {
    max-width: 1024px;
    background-color: white;
}

.rodape {
    max-width: 1024px;
    margin-top: 20px;
    background-color: white;
    margin: auto;
}

.titulo_app {
    clear: both;
}

label {
    height: 100%;
}

label:hover {
    cursor: pointer;
    background-color: #abf7b1;
    /* box-shadow: 0 0 1px 1px  #dfdfdf; */
}