.p-text-cookie{
    margin: 0px;
    padding: 0px 10px 0px 10px;
    color: white;
}
.a-text-cookie{
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    color: white;
}

.text-cookies{
    text-align: center;
}

.cookies-container{
    font-family: 'Roboto', sans-serif;
    position: fixed;
    color: white;
    width: 100%;
    bottom: -10px;
    z-index: 1000;
}

body .cookies-container{
    margin: 20px 0 20px 0;
    padding: 20px 0 20px 0;
    /* height: 50vh; */
}

.cookies-content{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    /* background:	#4F4F4F; */
    background: #a0a0a0;
    opacity: 0.9;
    /* max-width: 520px; */
    /* border-radius: 10px; */
    padding: 1rem;
    margin: 0 auto;
    /* display: grif; */
    grid-template-columns: 1fr auto; 
    gap: 0.5rem; /*afastamento entre os itens */
    
}


.cookies-save{
    font-family: 'Roboto', sans-serif;
    background-color: #323232;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    width: 20%;
    padding: 10px;
}

@media (max-width: 500px){
    .cookies-container{
        grid-template-columns: 1fr;
    }
    .cookies-save{
        grid-column: 1;
        grid-row: 3;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.cookies-config {
    background-color: white;
    color: black;
    border: 2px solid black;
    width: 20%;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}

@media (max-width: 500px) {
    .cookies-config{
        padding: 14px 0 12px 0;
        font-size: 8px;
    }
}

.check {
    padding: 10px 0px 0px 10px;
    font-size: 15px;
}

input{
    width: 15px;
    height: 15px;
}

.cookies-pref{
    padding-left: 45%;
    padding-right: 38%;
}

@media (max-width: 500px){
    .cookies-pref{
        padding-left: 30%;
        padding-right: 20%;
    }
}
