p.field-content.titulo-noticias-2 {
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 2px;
    background-color: var(--cinza_10);
    height: 100%;
    max-height: 133px;
    /*Limitador de caracteres*/
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: wrap;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

p.field-content.titulo-noticias-2 a {
    color: var(--preto_2);
    max-height: 133px;
    font-weight: bold;
    font-size: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: wrap;
    text-align: left;
    overflow: hidden;
    /* height: 100%; */
    width: 100%;
    margin-top: 10px;
}


@media (max-width: 800px) {
    p.field-content.titulo-noticias-2 a {
        font-size: 12px !important;
    }
}



p.field-content.titulo-noticias-2 a:hover {
    text-decoration: underline;
}

.noticias-block-2 {
    display: flex;
    align-content: center;
}

@media (max-width: 1200px) {
    .noticias-block-2 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    img.image-style-_00x200 {
        max-width: 130px;
        max-height: 86px;
        background-image: inherit;
    }

    p.field-content.titulo-noticias-2 a {
        font-size: 0.9em;
        max-height: 86px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    p.field-content.titulo-noticias-2 {
        max-height: 86px;
    }
}

/*Efeito Zoom*/

img.image-style-_00x200 {
    width: 100%;
    height: 133px;
    max-width: 200px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

img.image-style-_00x200:hover {
    max-height: 133px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 4s ease-out;
    transition: transform 4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.col-lg-6.col-md-6.col-sm-12.noticias-block-2>a {
    height: 100%;
    max-height: 133px;
    width: 100%;
    max-width: 200px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 480px) {
    img.image-style-_00x200 {
        width: 100%;
        height: 86px;
        max-width: 130px;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    img.image-style-_00x200:hover {
        max-height: 86px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: -webkit-transform 4s ease-out;
        transition: transform 4s ease-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .col-lg-6.col-md-6.col-sm-12.noticias-block-2>a {
        height: 100%;
        max-height: 86px;
        width: 100%;
        max-width: 130px;
        position: relative;
        overflow: hidden;
    }

    p.field-content.titulo-noticias-2 a {
        font-size: 13px;
        margin-top: 8px;
    }
}

@media (max-width: 1200px) {
    div#block-views-block-view-noticias-2-block-1 {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}