/* Add here all your CSS customizations */
.counter-indicadores {
	margin-bottom: 20px;
	font-size: 42px;
	font-weight: 400;
	line-height: 42px;
}

/* Agregar al final del estilo CSS existente */
.notice.notice-info {
    border-left-color: #72aee6 !important;
}

.notice.notice-info p {
    margin: 5px 0;
    font-size: 13px;
}

.item-galeria .size-info {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
}