#lgpd
{
    position: fixed;
    bottom: -10vw;
    width: 100%;
    z-index: 99;
    transition: 0.4s;
}
#lgpd.active
{
    bottom: 0vw;
}
#aceiteLgpd {    
    background-color: #505050;
    color: #fff;    
    position: relative;
    margin: auto;
    font-size: 14px;
    padding: 20px;    
    display: flex;
    flex-direction: row;    
}
#aceiteLgpd div{line-height: 150%;}

#aceiteLgpd a{
    color: #fff;
    font-weight: bold;
}

#aceiteLgpd button{
    color: #505050;
    background: #FFF;
    font-weight: 400;
    width: 200px;
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 10px;
    line-height: normal;
    text-align: center;
    border: 1px solid;
    font-size: 14px;    
}

#politicaPrivacidade {
	height: auto;
	text-align: left;
}

#politicaPrivacidade h2 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	margin: 50px 0;
}

#politicaPrivacidade h3 {
	font-size: 20px;
	font-weight: bold;
}

#politicaPrivacidade p {
	font-size: 14px;
	line-height: 200%;
	margin:20px 0;
}
#politicaPrivacidade p a{
	font-size: 14px;
	color: #505050;
}

#politicaPrivacidade ul li{
	font-size: 14px;
	margin: 10px 0 10px 20px;
	list-style:disc;
}

@media screen and (max-width: 575px) {

    #aceiteLgpd {            
      
        display: flex;
        flex-direction: column;    
    }
}