﻿.box-cookies.mensagem {
    margin-bottom: 32px;
    background: #f8f8f8 !important;
    color: black !important;
}

.box-cookies {
    font-family: "MuseoSans", sans-serif !important;
    font-size: 16px;
    display: flex;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 16px;
    align-items: center;
    position: relative;
}

span.titulo {
    color: black;
    font-weight: 600;
}

span.obrigatorio {
    position: absolute;
    background: #51A8B1;
    padding: 2px 18px;
    top: -14px;
    right: 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}

.cookies-container {
    font-family: "MuseoSans", sans-serif !important;
    color: #222;
    position: fixed;
    width: 100%;
    bottom: 0rem;
    z-index: 1000;
    display: none;
}

.cookie-mensagem p {
    font-size: 16px;
}

.cookies-content {
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.4);
    background: rgba(60,60,60,.9);
    max-width: 100%;
    border-radius: 0px;
    color: #fff;
    padding: 2rem 1rem;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideUp 0.5s forwards;
    display: table;
    table-layout: fixed;
    gap: 20px;
    place-items: center;
}

@keyframes slideUp {
    to {
        transform: initial;
        opacity: initial;
    }
}


.btn-cookie {
    font-family: "MuseoSans", sans-serif !important;
    background-color: #ed174f !important;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-left: 20px !important;
}

.btn02:hover {
    background-color: #ed174f !important;
    color: #fff !important;
}

.btn02:focus {
    background-color: #ed174f !important;
    color: #fff !important;
}

.btn02:active {
    background-color: #ed174f !important;
    color: #fff !important;
}
