/* =====================================================
   O ATALAIENSE — COOKIEHINT
   ===================================================== */

/* FUNDO DO MODAL */
#redim-cookiehint-modal {
    background: rgba(20, 13, 9, 0.78) !important;
    backdrop-filter: blur(2px);
}


/* CAIXA PRINCIPAL */
#redim-cookiehint {
    max-width: 470px !important;
    padding: 32px 34px 30px !important;

    background:
        linear-gradient(
            rgba(244, 232, 211, 0.97),
            rgba(239, 221, 193, 0.97)
        ) !important;

    color: #2f2118 !important;

    border: 1px solid #6d4931 !important;
    border-radius: 2px !important;

    box-shadow:
        0 20px 60px rgba(0,0,0,.45),
        inset 0 0 0 5px rgba(109,73,49,.08) !important;
}


/* CABEÇALHO */
#redim-cookiehint .cookiehead {
    position: relative;
    margin-bottom: 22px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(109,73,49,.35) !important;
}


/* ORNAMENTO */
#redim-cookiehint .cookiehead::after {
    content: "◆";
    position: absolute;
    left: 50%;
    bottom: -8px;

    transform: translateX(-50%);

    padding: 0 8px;

    background: #f0dfc3;
    color: #7b4d32;

    font-size: 11px;
}


/* TÍTULO */
#redim-cookiehint .headline {
    display: block !important;

    color: #3e281d !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;

    letter-spacing: -.02em !important;
}


/* TEXTO */
#redim-cookiehint .cookiecontent {
    color: #4d3a2d !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

#redim-cookiehint .cookiecontent p {
    margin: 0 !important;
}


/* ÁREA DOS BOTÕES */
#redim-cookiehint .cookiebuttons {
    margin-top: 28px !important;
}


/* BASE DOS BOTÕES */
#redim-cookiehint-modal
#redim-cookiehint
.cookiebuttons
.btn {
    display: block !important;

    width: 100% !important;

    margin: 0 0 10px !important;
    padding: 15px 18px !important;

    border-radius: 0 !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;

    letter-spacing: .08em !important;
    text-transform: uppercase !important;

    box-shadow: none !important;
    text-shadow: none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}


/* =====================================================
   BOTÃO ACEITAR
   ===================================================== */

#redim-cookiehint-modal
#redim-cookiehint
.cookiebuttons
#cookiehintsubmit {

    background: #6b432b !important;
    background-color: #6b432b !important;
    background-image: none !important;

    color: #f7ead7 !important;

    border: 1px solid #6b432b !important;

    box-shadow: none !important;
    text-shadow: none !important;
}

#redim-cookiehint-modal
#redim-cookiehint
.cookiebuttons
#cookiehintsubmit:hover,

#redim-cookiehint-modal
#redim-cookiehint
.cookiebuttons
#cookiehintsubmit:focus {

    background: #4b2e1f !important;
    background-color: #4b2e1f !important;
    background-image: none !important;

    color: #fff8ee !important;

    border-color: #4b2e1f !important;

    text-decoration: none !important;
}


/* =====================================================
   BOTÃO RECUSAR
   ===================================================== */

#redim-cookiehint-modal
#redim-cookiehint
.cookiebuttons
#cookiehintsubmitno {

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    color: #6b432b !important;

    border: 1px solid #6b432b !important;

    box-shadow: none !important;
    text-shadow: none !important;
}

#redim-cookiehint-modal
#redim-cookiehint
.cookiebuttons
#cookiehintsubmitno:hover,

#redim-cookiehint-modal
#redim-cookiehint
.cookiebuttons
#cookiehintsubmitno:focus {

    background: rgba(107,67,43,.10) !important;
    background-color: rgba(107,67,43,.10) !important;
    background-image: none !important;

    color: #4b2e1f !important;

    border-color: #6b432b !important;

    text-decoration: none !important;
}


/* LINKS */
#redim-cookiehint a {
    color: #6b432b !important;
}

#redim-cookiehint a:hover {
    color: #4b2e1f !important;
}


/* LIMPEZA */
#redim-cookiehint .clr {
    clear: both;
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 600px) {

    #redim-cookiehint {
        width: calc(100% - 28px) !important;
        max-width: none !important;

        padding: 26px 23px 22px !important;
    }

    #redim-cookiehint .headline {
        font-size: 26px !important;
    }

    #redim-cookiehint .cookiecontent {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    #redim-cookiehint-modal
    #redim-cookiehint
    .cookiebuttons
    .btn {
        padding: 14px 16px !important;
        font-size: 15px !important;
    }
}