/* LGPD - Cookies */

/* width: 100% */
/*
#lgpd{
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 50px;
	background-color: rgb(0,0,0, .8);
	color: #FFF;
	position: fixed;
	width: 100%;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
}
*/

/* max-width: 800px */


#lgpd .btn-custom3 {
    border: 2px solid #FFF;
    background-color: #FFF;
    color: #912cf1 !important;
    border-radius: 30px;
    color: #912cf1;
    font-size: 15px;
    /* padding: 7px 20px !important; */
    padding: 7px 15px !important;
}

#lgpd{
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background-color: rgb(0,0,0, .9);
	/*background-color: rgb(138 45 248 / 90%);*/
	color: #FFF;
	position: fixed;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
    width: calc(100% - 20px);
    max-width: 800px;
	z-index: 9999;
	border-radius: 8px;
}

#lgpd .lgpd-left{ width: 80%; }
#lgpd .lgpd-right{
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    justify-content: center;	
}


#lgpd a{ color: #FFF !important; }

#lgpd p{font-size: 13px;}



@media (max-width: 575.98px){
	#lgpd{ flex-wrap: wrap; }
	#lgpd .lgpd-left{ margin-bottom: 20px; }
	#lgpd .lgpd-left, #lgpd .lgpd-right{ width: 100%;  }
}