/*Bloques y columnas*/

.listadoNoticias .separacionHorizontal {
    border-bottom: solid 1px #E1E1E1;
    margin-bottom: 30px;
}

/* Noticias */

.listadoNoticias .noticia {
    color: #444444;
    padding: 0 0 30px 0;
}

.listadoNoticias .noticia img {
    width: 100%;
    margin-bottom: 20px;
}

.listadoNoticias .fecha-titular {
    font-size: 12px;
    text-transform: uppercase;
}

.listadoNoticias .titulo-noticia {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    line-height: 140%;
    margin-bottom: 2px;
    margin-top: 10px;
}

.listadoNoticias .titulo-noticia a {
    text-decoration: none;
    color: inherit;
}

.listadoNoticias .titulo-noticia a:hover {
    text-decoration: none;
    color: #337ab7 !important;
}

.listadoNoticias .titulo-noticia a * {
    color: inherit !important;
}

.listadoNoticias .noticia .grupo-entidad {
    position: relative;
    bottom: auto;
    text-transform: uppercase;
}

.listadoNoticias .noticia.conMiniatura .grupo-entidad {
    margin: 0 0 10px 0;
    /*    display: inline-block;
        line-height: 28px;*/
}

.listadoNoticias .noticia.conMiniatura .resumen {
    margin: 0;
}

.listadoNoticias .resumen {
    font-size: 15px;
    margin-top: 12px;
}

.listadoNoticias .resumen * {
    font-weight: normal;
    font-style: normal;
}

.listadoNoticias .noticia .video {
    position: relative;
}

.listadoNoticias .noticia .video .enlace {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: white;
}

.listadoNoticias .noticia .video .enlace a {
    height: 100%;
    display: block;
}

.listadoNoticias .noticia .video {
    margin-bottom: 20px;
}

.listadoNoticias .noticia .video img {
    margin-bottom: 0;
}

.listadoNoticias .noticia .video .icono {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 50px;
}

.listadoNoticias .noticia .video .enlace a:hover .icono {
    opacity: 0.8;
}

.listadoNoticias .noticia .video .enlace .icono:before {
    padding: 0;
    position: relative;
    left: 2px;
}

/* Noticias: tamaños específicos */

.listadoNoticias .noticiaXS img {
    margin-bottom: 10px;
}

.listadoNoticias .noticiaXS .titulo-noticia {
    font-size: 18px;
}

.listadoNoticias .conMiniatura .miniatura {
    height: auto;
    width: 100%;
}

.contenedor-miniatura {
    width: 115px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 0px;
}

.listadoNoticias .conMiniatura .grupo-entidad {
    margin-bottom: 0;
}

.listadoNoticias .noticiaXS .resumen {
    font-size: 13px;
}

.listadoNoticias .noticiaXS .grupo-entidad .icono {
    margin-top: 2px;
}

.listadoNoticias .sinFoto .titulo-noticia {
    font-size: 25px;
}

.listadoNoticias .sinFoto .resumen {
    font-size: 13px;
}

/* Configuración flexible */

.listadoNoticias .grupo {
    margin-bottom: 20px;
}

.listadoNoticias .grupo .bloque {
    float: left;
}


/*RESPONSIVE*/

@media (max-width: 1014px) {
    .listadoNoticias .titulo-noticia {
        line-height: 0;
        margin-bottom: 8px;
        font-size: 24px;
    }

    .listadoNoticias .titulo-noticia a {
        line-height: 130%;
        display: inline-block;
        width: 100%;
    }

    .listadoNoticias .noticiaXS .titulo-noticia a {
        font-size: 16px;
    }

    .listadoNoticias .sinFoto .titulo-noticia a {
        font-size: 20px;
    }

    .listadoNoticias .noticia.conMiniatura .resumen {
        width: 100%;
        display: inline-block;
    }

    .contenedor-miniatura {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .listadoNoticias .grupo-entidad {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .listadoNoticias .grupo .bloque {
        width: 100% !important;
    }

    .listadoNoticias .grupo .bloque .wrapper {
        padding: 0 !important;
    }

    .listadoNoticias .titulo-noticia a {
        font-size: 18px !important;
    }

    .listadoNoticias .resumen {
        font-size: 13px;
        line-height: 130%;
    }

    .listadoNoticias .noticia .video {
        text-align: center;
    }

    .listadoNoticias .noticia .video img {
        width: 100%;
    }

    .listadoNoticias .separacionHorizontal {
        display: none;
    }

    .listadoNoticias .noticia {
        border-bottom: solid 1px #E1E1E1;
        margin-bottom: 30px;
        min-height: auto;
    }

    .listadoNoticias .grupo:last-child .bloque:last-child .noticia:last-child {
        border: 0;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .listadoNoticias .grupo {
        margin: 0 !important;
    }
}

.aspectRatioAndCords {
    display: flex;
    margin-bottom: 5px;
}

.notVisible {
    display: none;
}

#customAR {
    margin-bottom: 5px;
}
