.lgpd {
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width:98%;
    background:#00cee0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
    z-index: 999;
}

.header-principal{
    text-align: center;
    margin-bottom: 3.5%;
}

.box-branco{
    background-color: #f6f6f6;
    border-radius: 15px;
    padding: 1% 4% 1% 4%;
    box-shadow: 0px 0px 40px 2px rgba(0,0,0,0.2);
}

.box{
    background-color: #565656;
    padding: 1% 4% 1% 4%;
    box-shadow: 0px 0px 40px 2px rgba(0,0,0,0.2);
}

.container-principal{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    margin-bottom: 5%;
}

body{
    font-family: system-ui;
}

.body-preto{
    background-color:#565656;
    color: white;
}

.body-branco{
    background-color:#f6f6f6;
}

p{
    font-weight: 100;
}