﻿@import url(../caasp-fonts.css);

.img-main-banner-div {
    background-image: url(/imagens/d0dccb9dfd76c2dc17bc37c9afa9585a.png);
}

.img-noticia-principal {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.img-noticia-categoria {
    width: 100%;
    object-fit: cover;
    height: 128px;

}

.img-noticia-categoria-principal {
    width: 100%;
    object-fit: cover;
    min-height: 17rem;
    max-height: 20rem
}

.caasp-noticias-my-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.img-noticia-destaques-principal {
    height: 336px;
    width: 100%;
    object-fit: cover;
}

.img-noticia-destaques-secundario {
    width: 100%;
    height: 128px;
    object-fit: cover;
}

.veja-mais-img {
    height: 8vw;
    width: 100%;
    object-fit: cover;
}

@media(max-width: 991px){
    .veja-mais-img {
        height: 20vw;
        width: 100%;
        object-fit: cover;
    }
}

.text-overlay {
    position: absolute;
    top: 6.5%;
    width: calc(40% - 10vw) !important;
    left: 20%;
    text-align: left;
}

@media (max-width: 1025px) {
    .text-overlay {
        position: absolute !important;
        top: 90px !important;
        left: initial;
        transform: none;
        width: calc(80% - 10vw) !important;
        padding: 0;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 350px !important;
        margin-top: calc(250px - 10vw) !important;
    }
}

@media (max-width: 575px) {
    .text-overlay {
        position: absolute;
        top: 90px;
        left: 2vw;
        transform: none;
        width: calc(100% - 10vw) !important;
        padding: 0;
    }
}

.noticia-lines-overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}