body {
    font-family: 'Roboto Mono', monospace;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

header {
    position: fixed;
    display: flex;
    top: 0;
    width: 100%;
    height: 5%;
    margin-bottom: 40px;
    background-color: #9BB0E5;
    justify-content: space-between;
    color: #ffffff;
    align-items: center;
    z-index: 1000;
}

.home {
    padding-left: 4%;
}

.titulo {
    font-size: 15px;
    font-weight: 700;
    padding-left: 3%;
}

.logo {
    padding-right: 3%;
    padding-left: 5%;
    flex-shrink: 0;
}

.container {
    display: flex;
    flex-direction: row;
    padding-top: 4%;
}

aside {
    padding-top: 4%;
    color: white;
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    padding-left: 7%;
}


.titulo-filtros{
    padding-top: 3px;
    text-align: center;
    border-bottom: 2px solid #FFF; 
    color: #FFF;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 50%;
    line-height: normal;
}

.input {
    padding: 35px;
}

.select {
    display: flex;
    flex-direction: row;
    width: 393px;
    height: 34px;
    flex-shrink: 0;
    padding: 35px;
    border-radius: 20px;
    background: #D9D9D9;
}

#estado,
#idade,
#cor_raca_etnia,
#genero {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FFF; 
}

.input input[type="file"] {
    width: 100%;
    margin-top: 5px;
}

hr{
    border: 0;
    height: 2px;
    background: #fff;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #FFF; 
}

select {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color:white;
    color: rgba(0, 0, 0, 0.45);
}

a {
    color: #FFF; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.graficos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
    padding-left: 12%;
}

.grafico {
    background-color:#ffffff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
    margin-right: 50px;
    fill: rgba(217, 217, 217, 0.20);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#pizza,
#line,
#bar,
#horizontal-bar {
    width: 400px;
}

#pizza {
    height: 450px;
}

#line {
    height: 250px;
}

#bar,
#horizontal-bar {
    height:230px;
}

button {
    width: 135px;
    height: 25px;
    border-radius: 15px;
    background: #9BB0E5;
    color: #FFF;
}

.buttons-filtros {
    display: flex;
    flex-direction: row;
    padding: 5%;
    justify-content: center;
}


.footer {
    bottom: 0;
    height: 5%;
    margin-top: 3.5%;
    width: 100%;
    background-color: #9BB0E5;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px; 
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer div {
    box-sizing: border-box;
    padding: 0 10px;
}

.footer p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.footer .links {
    max-width: 33%;
    display: flex;
    justify-content: space-between;
}

.footer a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.footer a:hover {
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.about {
    text-align: left;
}

.contact {
    text-align: right;
}
