﻿/* Estilo CSS para o aviso de cookies */
.cookie-notice {
    background-color: #f0f0f0;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
}

    .cookie-notice .cookie-notice-close {
        color: #999;
        cursor: pointer;
    }
