#lgpd
{
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 99;
    display: none;
}
#aceiteLgpd {    
    background-color: #91a3a1;
    color: #fff;    
    width: 60%;
    position: relative;
    margin: auto;
    font-size: 14px;
    padding: 20px 50px;    
    border-radius: 20px;
    -webkit-box-shadow: 15px 15px 15px 0px rgba(0,0,0,0.07);  -moz-box-shadow: 15px 15px 15px 0px rgba(0,0,0,0.07);    box-shadow: 15px 15px 15px 0px rgba(0,0,0,0.07); 
    display: flex;
    flex-direction: row;    
}
#aceiteLgpd div{line-height: 150%;}

#aceiteLgpd a{
    color: #fff;
    font-weight: bold;
}

#aceiteLgpd button{
    color: #91a3a1;
    background: #FFF;
    font-weight: 400;
    width: 200px;
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 10px 35px;
    line-height: normal;
    text-align: center;
    border: 1px solid;
    border-radius: 27px;
    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: #2c9f57;
}

#politicaPrivacidade ul li{
	font-size: 14px;
	margin: 10px 0 10px 20px;
	list-style:disc;
}

@media screen and (max-width: 500px) {

    #lgpd
    {
        bottom: 0;
    }
    #aceiteLgpd {            
        width: 100%;        
        display: flex;
        flex-direction: column;   
        border-radius: 0px; 
    }
    #aceiteLgpd div {
        line-height: 150%;
        margin: 10px;
      }
}