﻿.noticia
{
    background    : #FFFFFF;
    border-radius : 15px;
    position      : relative;
    overflow      : hidden;
    height        : 100%;
}
.noticia .capa-tipo-noticia
{
    position        : absolute;
    width           : 100%;
    display         : flex;
    justify-content : flex-end;
}
.noticia .capa-tipo-noticia .tipo-noticia
{
    border-radius : 15px;
    background    : #F4F7FE;
    color         : #737B7D;
    text-align    : center;
    font-size     : 15px;
    font-style    : normal;
    font-weight   : 700;
    line-height   : normal;
    margin        : 20px 33px 0px 0px;
    padding       : 6px 16px;
}
.noticia .imagen-noticia
{    
    background    : #F4F7FE;
}
.noticia .contenido-noticia
{
    padding : 20px 30px 30px 30px;
}
.noticia .contenido-noticia .row
{
    padding : 0px;
    margin  : 0px;
}
.noticia .contenido-noticia .fecha-noticia
{
    color       : #161C2D;
    font-size   : 15px;
    font-style  : normal;
    font-weight : 400;
    line-height : 19.5px;
}
.noticia .contenido-noticia .titulo-noticia
{
    color       : #244079;
    font-size   : 22px;
    font-style  : normal;
    font-weight : 600;
    line-height : 28.6px;
    min-height  : 85px;
}
.noticia .contenido-noticia .autor
{
    padding : 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.noticia .contenido-noticia .autor .info-autor .nombre-autor
{
    color       : #737B7D;
    font-size   : 16px;
    font-style  : normal;
    font-weight : 600;
    line-height : normal;
}
.noticia .contenido-noticia .autor .foto-autor
{
    padding : 0px 10px 0px 0px;
}
.noticia .contenido-noticia .autor .info-autor .cargo-autor .icono-cargo-autor
{
    padding : 0px;
}
.noticia .contenido-noticia .autor .info-autor .cargo-autor .puesto-autor
{
    color       : #5A7184;
    font-size   : 14px;
    font-style  : normal;
    font-weight : 400;
    line-height : normal;
    padding     : 4px 0px 0px 8px;
}