﻿/*!
 *   ficsantarem v1.0.0
 *   Author: ficsantarem
 *   Website: ficsantarem.pt <https://ficsantarem.pt>
 */
/*!
***************   COOKIE BAR
 */
.cookie_bar {
    border: 1px solid #000;
    background: #EAEAEA;
    padding: 49px 55px;
    color: #000;
    font-family: "DM Sans";
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
}

    .cookie_bar .cookie_text {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-right: 121px;
    }

    .cookie_bar .cookie_buttons .cookie_actions {
        display: flex;
        flex-direction: row;
    }

        .cookie_bar .cookie_buttons .cookie_actions button {
            height: 58px;
            width: 246px;
            background: #d3503c;
            color: #000;
            font-size: 27px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

    .cookie_bar .cookie_buttons .cookie_know_more {
        height: 58px;
        width: 100%;
        background: #d3503c;
        color: #000;
        font-size: 27px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 9px;
    }


@media only screen and (max-width: 1280px) {
    .cookie_bar {
        padding: 12px;
        flex-direction: column;
    }

        .cookie_bar .cookie_text {
            font-size: 10px;
            margin-right: 0px;
            margin-bottom: 10px;
        }

        .cookie_bar .cookie_buttons {
            display: flex;
            flex-direction: row;
        }

            .cookie_bar .cookie_buttons .cookie_actions button {
                height: 26px;
                width: 119px;
                font-size: 10px;
                margin-right: 4px !important;
            }

            .cookie_bar .cookie_buttons .cookie_know_more {
                height: 26px;
                width: 119px;
                font-size: 10px;
                margin-top: 0px;
            }
}