
.lgpd-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lgpd {
    position: relative;
    width: 40vw;
    height: 150px;
    display: flex;
    background-color: rgba(1, 1, 29, 0.904);
    opacity: 0.9;
    border-radius: 5px;
    padding: 30px;
    color: rgb(255, 255, 255);
    justify-content: space-between;
    text-align: left;
}

.lgpd a {
    color: rgb(255, 255, 255);
}

.btn_aceitar {
    margin-top: 10px;
    width: 250px;
    height: 50px;
    border-radius: 4px;
    color: #240062;
    cursor: pointer;
    background: #93FFF6;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1085px) {
    .lgpd {
        width: 90vw;
        height: 20vh;
        font-size: 30px;
    }

   
}
