.navbar-brand-logo img {
    max-height: 600%;
    width: auto;
    /* height: 200%; */
}

.panel-default>.panel-heading, .pkp_block .title {
    color: #2c3e50;
    background-color: #2605ec24;
    border-color: #2605ec;
    font-size: 25px;
}

img{
    border-radius: 3px;
}

.navbar-brand-logo img {
    max-height: 130px;
    width: auto;
}

.navbar-brand-logo {
    position: relative;
    z-index: 20;
    overflow: visible;
}

.navbar-brand-logo img {
    max-height: 130px;
    width: auto;
    position: relative;
    top: -45px;      /* cuánto "sube" el logo — probá valores entre -30 y -60 */
}

.header_view,
.navbar {
    overflow: visible;   /* por si la barra recorta lo que sobresale */
}

.breadcrumb {
    margin-left: 20%;
}

p{max-width:860px;margin:0 auto;padding:8px 0;font-size:16px;line-height:1.65;color:#222;}


/* Barra superior */
.navbar,
.header_view {
    background-color: #173a5e !important;
    border-bottom: 4px solid #2605ec; /* franja de acento — cambiá el color si tenés uno institucional */
}

/* Logo: separarlo visualmente del fondo oscuro */
.navbar-brand-logo img {
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.85);
}

/* Menú principal */
.navbar-nav > li > a,
.nav > li > a {
    letter-spacing: 0.4px;
    font-weight: 500;
    transition: color 0.15s ease;
}
.navbar-nav > li > a:hover,
.nav > li > a:hover {
    color: #2605ec !important; /* mismo tono del acento */
}

/* Buscador */
.navbar input[type="text"],
.navbar .form-control {
    border-radius: 20px 0 0 20px;
}
.navbar button,
.navbar .btn {
    border-radius: 0 20px 20px 0;
    background-color: #2605ec;
    border-color: #2605ec;
}

footer[role="contentinfo"] {
    background: #e0dcfc1c;
    padding: 0.1em;
    margin-top: 0.5em;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 50%;
    height: auto;
	margin-top: 10px;
}




.journal-description {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #2c3e50;
    max-width: 760px;
    border-left: 3px solid #2605ec;
    padding-left: 18px;
    margin-top: 8px;
}

.journal-description p {
    margin: 0 0 14px 0;
}

.journal-description p:first-of-type {
    font-size: 18px;
}

.journal-description p:last-child {
    margin-bottom: 0;
}