@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

::-webkit-scrollbar-track {
    margin-top: -5px;
    margin-bottom: -5px;
    background-color: rgb(236, 236, 236);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(103, 204, 255);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 12px;
}

body {
    overflow-x: hidden !important;
    font-family: "Nunito", serif;
    font-style: normal;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 2.25em;
    line-height: 1.125;
}

hr {
    color: #aaaaaa;
}

h3 {
    font-size: 1.5em;
    line-height: 1.175;
}

p {
    color: #333;
    font-size: 1rem;
    line-height: 1.575;
    margin: 0 0 0px;
}

.card {
    cursor: pointer;
}

li {
    list-style-type: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

ul {
    padding: 0 !important;
}

.top20 {
    margin-top: 80px;
}

.bottom20 {
    margin-bottom: 50px;
}

.espaco {
    display: block;
    height: 100px;
}

.preto {
    color: #333;
}

.color-table {
    background-color: #f6f6f6 !important;
}

.hidden {
    display: none;
}
