﻿/*!
 *   ficsantarem v1.0.0
 *   Author: ficsantarem
 *   Website: ficsantarem.pt <https://ficsantarem.pt>
 */
/*!
***************   NEWS BLOCK
 */
    .news_block {
        font-family: "DM Sans";
        max-width: 635px;
        height: 565px;
        border: 1px solid #000;
        background: #EAEAEA;
        position: relative;
        width: 100%;
    }

    .news_block_container {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin: 0;
    }

    .news_block:hover {
        background: #d3503c;
    }

        .news_block:hover img {
            mix-blend-mode: luminosity;
        }

        .news_block:hover .news_title_action .news_action,
        .news_block:hover .news_title_action .news_action a {
            background-color: #000;
            color: #d3503c;
        }

        .news_block:hover .img_tags .news_block_tags .news_block_tag {
            background-color: #EAEAEA;
        }

    .news_block a {
        text-decoration: none;
        color: #000;
    }

    .news_block .news_image {
        max-width: 635px;
        max-height: 356px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news_block .news_title_action {
        padding: 8px 14px;
        border-top: 1px solid #000;
        height: 189px;
        max-width: 635px;
        display: flex;
        flex-direction: column;
    }

        .news_block .news_title_action .news_title {
            font-size: 27px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: auto;
            line-height: 34px;
        }

        .news_block .news_title_action .news_action {
            align-self: end;
            border-radius: 29.5px;
            border: 1px solid #d3503c;
            background: #d3503c;
            padding: 3px 15px;
            margin-top: auto;
        }

            .news_block .news_title_action .news_action:hover,
            .news_block .news_title_action .news_action:hover a,
            .news_block .news_title_action .news_hours_tickets .news_tickets:hover {
                background-color: #000 !important;
                color: #EAEAEA !important;
            }

            .news_block .news_title_action .news_action .news_action_a {
                color: #000;
                font-size: 22px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

        .news_block .news_title_action .news_date_action {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .news_block .news_title_action .news_date_action .news_date {
                font-size: 22px;
                font-weight: 400;
                line-height: 23px;
            }

                .news_block .news_title_action .news_date_action .news_date .extra_news_info {
                    font-weight: 700;
                }

    .news_block .img_tags {
        position: relative;
    }

        .news_block .img_tags .news_block_tags {
            position: absolute;
            display: inline-flex;
            top: 15px;
            left: 15px;
        }

        .news_block .img_tags .news_hours_tickets {
            position: absolute;
            display: inline-flex;
            bottom: 15px;
            left: 15px;
            justify-content: space-between;
            width: calc(100% - 30px);
        }

        .news_block .img_tags .news_block_tags .news_block_tag {
            position: absolute;
            padding: 0px 15px;
            color: #000;
            font-size: 22px;
            font-weight: 500;
            background-color: #d3503c;
            border-radius: 29.5px;
            border: 1px solid #000;
            width: max-content;
        }

        .news_block .img_tags .news_hours_tickets .news_hours {
            padding: 0px 13px;
            border-radius: 29.5px;
            border: 1px solid #000;
            background: #EAEAEA;
            color: #000;
            font-size: 22px;
            font-weight: 500;
            width: fit-content;
        }

        .news_block .img_tags .news_hours_tickets .news_tickets {
            padding: 0px 13px;
            color: #000;
            font-size: 22px;
            font-weight: 500;
            background-color: #d3503c;
            border-radius: 29.5px;
            width: fit-content;
            align-self: center;
        }


    .sepia {
        background: #d3503c;
    }

        .sepia:hover {
            background: #EAEAEA;
        }

        .sepia img {
            mix-blend-mode: luminosity;
        }

        .sepia:hover img {
            mix-blend-mode: normal;
        }

        .sepia .news_title_action .news_action,
        .sepia .news_title_action .news_action .news_action_a,
        .sepia .img_tags .news_hours_tickets .news_tickets {
            background: black;
            color: #d3503c;
        }

        .sepia .img_tags .news_block_tags .news_block_tag {
            background-color: #EAEAEA;
        }

        .sepia:hover .news_title_action .news_action,
        .sepia:hover .news_title_action .news_action .news_action_a,
        .sepia:hover .img_tags .news_hours_tickets .news_tickets {
            background: #d3503c;
            color: black;
        }

        .sepia:hover .img_tags .news_block_tags .news_block_tag {
            background-color: #d3503c;
        }

    div.news_hours:empty,
    div.news_tickets:empty,
    div.news_block_tag:empty {
        display: none;
    }

    .news_block_big,
    .news_block_big .news_image {
        /* width: 100%;*/
        max-width: 100%;
    }

        .news_block_big .news_title_action {
            /*width: 100%;*/
            max-width: 100%;
        }

    .news_block_empty {
        background: transparent;
        border: none;
    }


    @media only screen and (max-width: 1280px) {
        .news_block_container {
            display: flex;
            flex-direction: column;
            padding: 0;
            margin: 0;
        }



        .news_block {
            max-width: 100%;
            height: 334px;
        }

            .news_block .news_image {
                max-width: 100%;
                max-height: 234px;
                width: 100%;
                height: 100%;
            }

            .news_block .news_title_action {
                padding: 8px;
                height: 84px;
                max-width: 100%;
            }

                .news_block .news_title_action .news_title {
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 16px;
                }

                .news_block .news_title_action .news_action .news_action_a {
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

                .news_block .news_title_action .news_date_action .news_date {
                    font-size: 10px;
                    font-weight: 400;
                }

            .news_block .img_tags .news_hours_tickets {
                margin-top: -3px;
                margin-bottom: 0px;
            }

                .news_block .img_tags .news_hours_tickets .news_hours {
                    font-size: 10px;
                    font-weight: 500;
                    align-self: center;
                    padding: 0px 5px;
                }

                .news_block .img_tags .news_hours_tickets .news_tickets {
                    font-size: 10px;
                    font-weight: 500;
                    align-self: center;
                    padding: 0px 5px;
                }

            .news_block .img_tags .news_block_tags {
                position: absolute;
                display: inline-flex;
                top: 25px;
                left: 13px;
            }

            .news_block .news_title_action .news_date_action .news_date .extra_news_info {
                font-weight: 700;
            }

            .news_block .news_title_action .news_date_action .news_date {
                line-height: 11px;
            }

            .news_block .img_tags .news_block_tags .news_block_tag {
                font-size: 10px;
                font-weight: 500;
                align-self: center;
                padding: 0px 5px;
            }

        .news_block_big,
        .news_block_big .news_image,
        .news_block_big .news_title_action {
            max-width: 100%;
            /*width: 100%;*/
        }

            .news_block_big .news_title_action {
                width: calc(100% - 26px);
            }
    } 