.node--type-distributiva-noticias .noticias-cuerpo {
    display:flex;
    padding-top:30px;

}

.node--type-distributiva-noticias .section-container {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 1200px;
}

.node--type-distributiva-noticias .teaser-noticias {
    display: flex;
}

.node--type-distributiva-noticias .portada-noticia {
    width:110px;
    height:70px;
}

.node--type-distributiva-noticias .cabecera-noticias {
        border-bottom: 1px dotted #aaa;
        width:200px;
        margin: auto;
}

.node--type-distributiva-noticias .portada-noticia img {
    object-fit: cover;

}

.node--type-distributiva-noticias .titular-noticia {
    text-align: left;
    background: url(/sites/www.gicdenomber.es/files/2021-10/noticia-gic.png) no-repeat;
    background-position: 0px 9px;
    background-size: 20px;
    padding-left: 30px;
    margin-left:20px;
}

.node--type-distributiva-noticias .noticias-cuerpo .sidebar {
    border-left:1px solid #000;
    max-height:720px;
}

.node--type-distributiva-noticias .sidebar h2 {
    font-size: 28px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    font-style: normal;
}

.sidebar {
    padding-top:25px;
    background-color: #f6f6f2;
}

.sidebar h2 {
    border:0px;
}

@media (max-width: 992px) {
    .node--type-distributiva-noticias .noticias-cuerpo {
        display:block;
        width:100%;
    }

    .node--type-distributiva-noticias .teaser-noticias {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: space-evenly;
        align-items: center;
    }  

    .node--type-distributiva-noticias .portada-noticia {
        width: 20%;
        height: 70px;
        margin-left: 25px;        
    }
    
    .node--type-distributiva-noticias .section-container {
        padding-bottom: 10px;
        width: 100%;
    }    

    .node--type-distributiva-noticias .titular-noticia {
        text-align: left;
        font-size: 16px;
        width: 80%;
        margin-right: 30px;
    }    

    .node--type-distributiva-noticias .pagination {
            margin: auto;
        width: 160px;
        margin-bottom: 30px;
    }

    .sidebar  .pagination {
        margin: auto;
        width: 100%;
        padding-right: 35px;
    }
}


