
.titulo{
    hr{
        border: 1px solid #E3E3E3
    }    
}

.page-container{
    .img-galeria-1 {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .img-galeria-2 {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 10px;
    }

    hr{
        border: 1px solid #E3E3E3
    }

    .swiper-button-next {
        background-color: red;
        width: 45px;
        height: 45px;
        right: 40px;
    }
    .swiper-button-prev {
        background-color: red;
        width: 45px;
        height: 45px;
        left: 40px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 15px;
        font-weight: 900;
        color: white;
    }
    
}

.list-not{
    .card-gal {
        flex: 1 1 calc(50% - 32px);

        .card-thumb {
            img {
                width: 100%;
                height: 30vh;
                object-fit: cover;
                border-radius: 10px;
            }
        }

        .body {
            display: flex;
            justify-content: space-between;
            margin-top: 16px;
            flex-direction: column;

            a {
                color: #E54344;
                font-weight: 600;
                font-size: 18px;
                line-height: 160%;
            }

            p {
                color: #62737B;
                font-size: 18px;
                line-height: 160%;
                font-weight: 500;
                margin: 0;
            }
        }

        @media (max-width: 768px) {
            flex: 1;
        }
    }


    .box-noticias {
        box-shadow: 5px 5px 8px 0px #2C2C2C26;
        border: 1px solid #E3E3E3;
        padding: 30px 20px;
        border-radius: 10px;

        h4 {
            font-weight: 400;
            font-size: 24px;
            line-height: 160%;
            letter-spacing: 0%;
            color: #5A5A5A;
        }

        .data-status {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .data {
                font-weight: 600;
                font-size: 16px;
                line-height: 160%;
                margin: 0;
                color: #5A5A5A;

                img{
                    margin-right: 8px;
                }
            }
            .cat {
                font-weight: 600;
                font-size: 16px;
                line-height: 160%;
                text-align: center;
                background-color: #E6E6E6;
                padding: 8px 24px;
                border-radius: 5px;
            }
        }

        h3{
            font-weight: 600;
            font-size: 20px;
            line-height: 160%;
            margin-bottom: 8px;
            color: #62737B;
        }
        .text{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            color: #62737B;
        }
        .link-not {
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            color: #E54344;
        }
    }
    .card-outras-galerias{
        h4{
            margin: 40px 0 30px;
            font-weight: 400;
            font-size: 24px;
            line-height: 160%;
            text-align: center;
            color: #5A5A5A;
        }
    }
}