
.tooltiprr {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }


.lens-article .content-node.citation .content .source {
    word-wrap: break-word; }

.tooltiprr .tooltiptext {
  visibility: hidden;
  width: 200px;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  background-color: white;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltiprr:hover .tooltiptext {
  visibility: visible;
}

table.info-tab tr>td {
    padding: 0 30px 0 0; }

.line_box {
     display: flex;
     margin-bottom: 40px; }

 .text_circle {
     flex: 1;
     text-align: center;
     position: relative; }

 .text_circle:after {
     background-color: grey;
     bottom: 1.25em;
     content: "";
     display: block;
     height: 3px;
     position: absolute;
     right: 0;
     width: 50%;
     z-index: -1; }

 .stav_projektu .text_circle:after,.stav_projektu .text_circle:before {background-color: grey;}
 .line_box h4 {
     color: #189599;
     font-weight: bold; }

 .line_box h4,.line_box p {
     font-size: 12px;
     margin-bottom: 0;
     padding: 0 5px; }

 .subline {
     position: absolute;
     right: -25px;
     bottom: -43%; }

 .subline:before {
     content: "";
     position: absolute;
     height: 15px;
     width: 15px;
     bottom: 14px;
     right: 15px;
     background-color: #189599;
     border-radius: 50%;
     top: -25px; }

 .subline h6 {margin-bottom: 0;}
 .timeline {margin: 40px 0;}
 .text_circle.done:after,.text_circle.done + .text_circle:before,.stav_projektu .text_circle.done:after,.stav_projektu .text_circle.done + .text_circle:before {background-color: #189599;}
 .text_circle.sub:after {background-color: #189599;}
 .text_circle:not(:first-child):before {
     bottom: 1.25em;
     content: "";
     display: block;
     height: 3px;
     position: absolute;
     left: 0;
     width: 50%;
     z-index: -1;
     background-color: grey; }

 .stav_projektu .text_circle:not(:first-child):before {background-color: grey;}
 .text_circle:last-child:after {width: 0;}
 .circle {height: 100%;}
 .tvar {
     height: 40px;
     width: 40px;
     border: 2px solid #189599;
     display: flex;
     position: relative;
     border-radius: 100%;
     /*top: -43px;*/
     margin: 3px auto;
     background-color: #fff;
}
 .tvar span {
     margin: 25% auto;
     height: 20px;
     width: 20px;
     background-color: #189599;
     border-radius: 100%;
     color: #fff;
}
 .stav_projektu .tvar {border: 2px solid grey;}
 .stav_projektu .done .tvar,.stav_projektu .sub .tvar {border: 2px solid #189599;}
 .subline h6 {color: #189599;}
 .timeline .card-header:hover {
     background-color: #ececec;
     cursor: pointer;
}
/* iPhone X ----------------------------------- */
 @media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .subline:before {top: -43px;}
}
 @media only screen and (device-width : 812px) and (device-height : 375px) and (orientation : landscape) and (-webkit-device-pixel-ratio : 3) {
    .subline:before {top: -31px;}
}
/* iPad portrait ----------------------------------- */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .subline:before {top: -29px;}
}
/* mobile width till 767px ----------------------------------- */
 @media (max-width: 767px){
    .subline:before {top: -30px;}
}
/* Portrait iPad Pro */
 @media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .subline:before {top: -23px;}
}
/* mobile width till 480px ----------------------------------- */
 @media (max-width: 480px){
    .subline:before {top: -43px;}
}

body {
    font-family: 'Montserrat', serif !important; }

a:hover, a:not([href]):hover, a:active, a:not([href]):active, a:focus, a:not([href]):focus {
    color: initial;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }

h1.page_title.text-center, .current_page_title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.714rem;
    line-height: 2.143rem;
    font-weight: 700; }

.summary_title:hover {
    background-color: initial; }

.galleys_links a:hover {
    background-color: initial; }

a.more_button {
    color: #872b4f;
    text-decoration: underline; }

#navigationPrimary {
    padding-bottom: 0; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff; }

.summary_title_wrapper {
    text-align: initial; }

.description_text {
    font-size: 14px;
    line-height: 1.785rem;
    font-family: 'Montserrat', serif; }

.article_section_title {
    font-family: 'Montserrat', serif; }

.article_main_data {
    font-family: 'Montserrat', serif; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 100; }

h2, h3 {
    color: #872B4F;
    font-family: 'Montserrat', serif !important;
    font-size: 1.143rem;
    font-weight: 700; }

.csl-entry {
    font-size: 14px; }

.hover-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

.hover-text {
    opacity: 0;
    position: absolute;
    top: -110%;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 10px;
    background-color: #872B4F;
    padding: 1px 5px;
    color: white;
    transition: opacity 0.4sease, transform 0.4sease;
    pointer-events: none; }

.hover-container:hover .hover-text {
    opacity: 1;
    transform: translate(-50%, -60%);
    pointer-events: auto; }

.dropdown-menu.show {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
    border: 2px solid #872B4F; }

.footer-hook-block h3 {
    font-size: 1.143rem; }

.additional-author-name {
    font-weight: 700;
    font-family: 'Montserrat', serif; }

a.issue_summary_title {
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Montserrat', serif; }

#authorInfoCollapse {
    font-family: 'Montserrat', serif; }

.article_abstract_block h3 {
    font-size: 1.143rem; }

a {
    border: none !important;
    font-family: 'Montserrat', sans-serif; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif; }

p, li, a, blockquote {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif; }

.pkp_block .title {
    font-weight: bold;
    background: #872B4F !important;
    border: 1px solid #872B4F !important;
    border-radius: 10px;
    color: #ffffff !important;
    width: 100%;
    text-align: center;
    padding: 8px 1em; }

span.date_label {
    font-weight: 700;
    color: #872B4F; }

.summary_title {
    color: #872B4F !important;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif; }

.section_title {
    font-size: 20px;
    color: #000;
    font-weight: 600; }

/*.btn:hover, .btn:focus, .btn:active {
   background: #000; }*/

.current_issue_title span {
    color: #872B4F; }

.simpleStatistics_infotext {
    color: #000; }

.announcement {
    text-align: justify; }

#articlesBySameAuthorPages strong {
    color: #fff; }

.card {
border: none; }

.navigation-item-content h1 {
    text-align: left; }

.references-list li::before {
    display: none; }

.item.references {
    display: block;
    height: 400px;
    overflow-y: scroll;
    scroll-behavior: smooth; }

.authors_info {
    text-align: left; }

.announcements {
    margin: 25px 0; }

.current_issue header {
    margin-bottom: 25px; }

div#articlesBySameAuthorList {
    text-align: justify; }

.pkp_navigation_search_wrapper {
    text-align: center;
    padding-top: 40px; }

.article_cover_wrapper img {
    box-shadow: 7px 8px 35px -8px rgba(0, 0, 0, 0.75); }

.btn {
padding: 5px 5px; }

.announcement-summary-heading a:hover {
    color: #000; }

@media (min-width: 768px) {
    .col-sm-4 {
        flex: 100%;
        max-width: 100%;
    }
}

.site-footer {
    padding-top: 10px;
    padding-bottom: 10px; }

#navigationPrimary {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.85vw;
    width: 98vw; }

#navigationPrimary .nav-link {
    text-transform: initial; }

table, .table {
    border-bottom: none; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #fff; }

/*a:hover, a:not([href]):hover, a:active, a:not([href]):active, a:focus, a:not([href]):focus {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }*/

a.read_more.btn.btn-secondary {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0; }

/*ul#navigationPrimary>li:last-child a::before {
    display: inline-block;
    font: normal normal normal 14px ;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 18px;
    font-size: 18px;
    content: "\f09a";
    border: 1px solid;
    border-radius: 15px;
    padding: 3px 7px 1px 5px; }*/

    section.current_issue {
    text-align: justify; }

img {
    max-width: 100%; 
    height: auto; }

.issue_item {
    margin-top: 30px;
    margin-bottom: 50px; }

.archive_issue_cover {
    box-shadow: 7px 8px 35px -8px rgba(0, 0, 0, 0.75);
    margin-bottom: 25px;
    width: 200px;
    height: 230px; }

/*@media only screen and (max-width: 600px) {
.archive_issue_cover {
    width: 180px;
    height: 250px; }
}*/

article.obj_article_details {
    text-align: justify; }

img.cover_image {
    box-shadow: 7px 8px 35px -8px rgba(0, 0, 0, 0.75); }

div#articlesBySimilarityList {
    text-align: justify; }

main.page.navigation-item-content {
    text-align: justify;
}

section.flex_container.description_cover {
    text-align: justify;
}

.galley_view {
    justify-content: center;
    display: flex;
    align-items: center; }

a:hover {
color: #ae0000; }

a {
    color: #ae0000; }

a:focus {
color: #ae0000; }

a:active {
color: #ae0000; }

.user-page-footer {
    max-width: 100%;
    flex: 0 0 100% }
.pkp_block h2{
    font-size:1rem;
}  
footer p,
footer li,
footer a,
footer .title {
    font-size: small;
    line-height: normal; }

.home-link img {
    width: 100%;
    height: auto;
    max-height: 100% !important; }

.header {
    background-color: #872b4f;
    padding: 0px !important; }

.sidebar_wrapper {
    padding-bottom: 5%; }

.container-footer {
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify; }

.article-full-title {
    line-height: 2.143rem;
    font-weight: 700; }

.article-full-title {
    font-size: 1.214rem; }

.description {
    width: 75%; }

    .issue_cover_block {
    width: 25%; }

.container-fluid.container-page.container-narrow {
    padding-top: 40px;
    padding-bottom: 150px;
    padding-left: 10%;
    padding-right: 10%; }

ul.article-views.list-group {
    display: flex;
    list-style: none; 
    flex-direction: row;}

li.item-views.list-group-item-estadisticas {
    padding: 10px; }

.upper-header {
    padding-top: 7px;
    padding-left: 16px;
    margin-right: 0;}

.logo-wrapper {
    padding-left: 0;
    padding-right: 0;}

/*******************************************ESTILOS PARA PANTALLAS GRANDES****************************************/
@media only screen and (min-width: 1200px) {
   .container-narrow {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}


/*******************************************ESTILOS PARA DISPOSITIVOS MOVILES****************************************/

@media only screen and (max-width: 992px) {
    .description {
    width: auto;
    }
}
@media (max-width: 675px) {
    .issue_item {
        width: 100%;
        /* margin-left: 5%; */
        /* margin-right: 5%; */
        display: flex;
        justify-content: center;
    }
