.widget-manchete-destaque-article {
    grid-column: span 2;
}

.mw-widget.widget-manchete-destaque {
    padding: 0;
    background-color: unset;
}

.widget-manchete-destaque figure {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.widget-manchete-destaque figure .imagem-principal{
    border-radius: 10px;
    width: 540px;
    height: 268px;
    object-fit: cover;
}

.widget-manchete-destaque figcaption {
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.widget-manchete-destaque figcaption div {
    margin-bottom: 20px;
}

.widget-manchete-destaque figcaption div * {
    margin-right: 17px;
}

.widget-manchete-destaque figcaption h1 {
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 20px;
    color: #222222;
}

.widget-manchete-destaque figcaption h2 {
    text-transform: unset;
    font-size: 16px;
    text-align: left;
    margin: 0px 0px;
    color: #6a6a6a;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.widget-manchete-destaque figcaption h2:before {
    margin: 0;
}

.widget-manchete-destaque figcaption h2:after {
    margin: 0;
}

.widget-manchete-destaque figcaption .tempo-leitura {
    /*position: absolute;
    bottom: 14px;*/
    font-size: 14px;
}

@media (min-width: 320px) and (max-width: 700px) {
    .widget-manchete-destaque-article {
        margin-bottom: 14px;
    }
    
    .widget-manchete-destaque figure {
        /*grid-template-columns: 1fr;
        grid-template-rows: 203px 203px;*/
        display: flex;
        flex-direction: column;
    }

    .widget-manchete-destaque figure .imagem-principal {
        width: 100%;
        height: 203px;
    }

    .widget-manchete-destaque figcaption {
        padding: 0;
        padding-top: 20px;
        min-height: 153px;
    }

    .widget-manchete-destaque figcaption h1 {
        font-size: 20px;
        color: #000000;
        margin-bottom: 10px;
    }

    .widget-manchete-destaque figcaption h2 {
        -webkit-line-clamp: 2;
    }
}