﻿.cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 130px;
    background-color: #004685;
    z-index: 999999;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookies-mensagem {
    opacity: 0.7;
    width: 700px;
}

.cookies a {
    color: white; 
    text-decoration: underline; 
    cursor: pointer;
    font-weight: 700;
}

.cookies button {
    width: 120px;
    height: 40px;
    border-radius: 12.5px;
    color: black;
}

.cookies-fechar {
    opacity: 0.7;
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin-left: 50px;
    margin-bottom: 5px;
    cursor: pointer;
}
