:root {
    /*--rojo-institucional:#e40613;*/
    --rojo-institucional: #ca0000;
    --background-blanco: #FFF;
    --bg-color-nav-btn: #ca0000;
    --bg-color: #ca0000;
    --color-azul: #00549D;
    --background-azul: #0E1E43;
    --background-button-verde: #4FC5B6;
    --fuente-h2: #333;
    --a-hover:#006798;
    --gris-claro:#c6c6c6;
}


/* Global Styles and Font */
/* @font-face {
  font-family: Open Sans;
  src: url(
    https://fonts.googleapis.com/css2?family=Open + Sans:ital,
    wght@0,
    400;0,
    700;1,
    400;1,
    700&display=swap
  );
}
 */
.pkp_structure_page {
  font-family: "Open Sans", sans-serif;
  width: auto;
}

@media screen and (max-width:1200px) {
  .pkp_structure_page {
    width: fit-content !important;
  }
}

/* Header and Navigation */
.has_site_logo .pkp_head_wrapper {
  margin: 0;
  width: 100%;
  background-color: var(--rojo-institucional);
}

.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
  max-width: 1125px;
  margin: auto;
  margin-top: -20px;
}

.pkp_site_nav_menu {
  background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(47%, #f6f6f6),
    color-stop(100%, #ededed)
  );
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);
  margin: auto;
  padding: 1rem 0 0 0;
}

.pkp_site_nav_menu li a:hover {
  color: var(--a-hover);
  transition: 0.5s;
  opacity: 0.7;
  padding-left: 7px;
}



.pkp_site_nav_menu li a {
  padding: 9px 5px;
  color: #666666 !important;
}

.pkp_site_nav_menu li a:hover {
  color: var(--a-hover);
  transition: 0.5s;
  opacity: 0.7;
  padding-left: 7px;
}

li.profile a:hover {
    background: transparent;
    color: #fcfcfc !important; 
    font-weight: bold;
    border: none;
}

li.profile a {
    color: #f4f7f6 !important;
}

ul.dropdown-menu li.profile a {
    color: var(--rojo-institucional) !important;
}


.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:hover {
  background-color: #f4f7f6;
  border-left: 3px solid var(--rojo-institucional);
  color: var(--a-hover);
  opacity: 1;
  padding-left: 7px;
}

.pkp_navigation_primary > li:first-child a {
  padding-left: 5px;
}

.pkp_nav_list ul li:first-child a {
  padding-left: 5px;
}

.pkp_nav_list ul li:first-child a:hover {
  background-color: #f4f7f6;
  border-left: 3px solid var(--rojo-institucional);
  color: var(--a-hover);
  opacity: 1;
  padding-left: 7px;
}

.pkp_nav_list ul a {
  color: #0e1e43;
}

ul#navigationPrimary {
    padding-left: 1rem;
}


/*listas*/

div.lista_h ul.list {
  list-style: none;
}

div.lista_h ul.list a:hover {
  color: var(--a-hover);
}

div.lista_h a {
  color: #007ab2;
  list-style: none !important;
  text-decoration: none;
}

div.lista_h a:hover {
  color: var(--a-hover);
}

div.lista_h li {
  padding: 0.5rem;
  line-height: 1rem;
}

div.lista_h li:hover {
  color: var(--a-hover);
  border-left: 0.3rem solid var(--rojo-institucional);
  background-color: #f6f6f6;
}

/*Fin listas*/

/*Footer*/

footer {
    color: #fff !important;
}

footer.page-footer {
    background: #ca0000;
    color: #fff;
}

.footer-main {
    padding: 1.2em 0;
}

footer .h4.title {
    font-weight: bold;
    font-size: 16px;
}

footer h2.title.h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
}

footer .textwidget a {
    text-decoration: none !important;
    color: #FFF !important;
}

.footer.content {
    width: 1200px !important;
    margin: 0 auto;
}

.footer-main .wrapper-flex-footer .logo-footer {
    max-width: 117px;
}

.logo-footer img {
    width: 117px !important;
    height: auto;
}

.footer-contact h2 {
    font-size: 20px;
    font-weight: bold;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 20px -10px;
}

.social-links li {
    display: inline-block;
    padding: 0 10px;
    border: none !important;
}

footer ul {
    padding: 0;
    list-style-type: none;
    line-height: 1.5;
}

footer .wrapper-flex-footer {
    display: flex;
    justify-content: space-between;
}

footer .social-links a.mb-tooltip {
    border-bottom: 0;
}

.social-links .twitter {
    color: #00ccff;
}

.social-links .facebook {
    color: #336699;
}

footer .social-links i {
    color: #ffffff;
}

.social-links .instagram {
    color: #996633;
}

.mbi-linkedin:before {
    content: "\f0e1";
}

.mbi-youtube:before {
    content: "\f167";
}

.mbi-instagram:before {
    content: "\f16d";
}

.mbi-facebook:before {
    content: "\f09a";
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}



footer[role="contentinfo"] {
    background: var(--rojo-institucional) !important;
    padding: 0px;
    margin-top: 0px;
}

div.pie-pagina {
    background: #0e0101 !important;
    padding: 1px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
}

ul.social-links li {
    border: none !important;
}

/*FIN Footer*/

/* User Navigation */
.pkp_navigation_user_wrapper {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  margin-left: 350px;
}

.pkp_navigation_user.pkp_navigation_user {
  width: 50%;
  float: left;
  display: flex;
  justify-content: space-around;
}

.pkp_navigation_user.pkp_nav_list a {
  padding: 8px 7px;
}

.pkp_nav_list ul a:hover,
.pkp_nav_list ul a:focus {
  border-color: #0e1e43;
  background-color: #f4f7f6;
  border-left: 3px solid var(--rojo-institucional);
  color: var(--a-hover);
  opacity: 1;
  padding-left: 9px;
}

.has_site_logo .pkp_site_name,
.has_site_logo
  .pkp_navigation_primary_wrapper
  > .pkp_navigation_primary
  [aria-haspopup]:hover {
  padding-right: 5px;
}

li.profile a#pkpDropdown4 {
  color: #f4f7f6 !important;
}

li.profile a#pkpDropdown4:hover,
li.profile a#pkpDropdown4:focus {
  color: var(--gris-claro) !important ;
}

.profile a:hover {
  background-color: #f4f7f6;
  border-left: 3px solid var(--rojo-institucional);
  color: var(--a-hover) !important;
  opacity: 1;
  padding-left: 14px;
}

.pkp_navigation_user > li:last-child > a {
  padding-right: 15px;
  padding-left: 10px;
}

/* Search */
.pkp_search .search_controls a:hover {
  color: var(--a-hover);
}

.pkp_navigation_search_wrapper a, .pkp_navigation_search_wrapper a:hover {
  color: var(--rojo-institucional);
}

form.pkp_search input {
    width: 75% !important;
    line-height: 24px !important;
}


/* Monograph Summary Styles */
.obj_monograph_summary {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 10%;
}

/* .obj_monograph_summary:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
} */

.obj_monograph_summary .cover img {
  width: 140px;
  height: 198px;
  margin-left: -20px;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.75);
}

.obj_monograph_summary .title {
  font-family: Open sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.obj_monograph_summary .date {
  margin: 0;
  text-align: center;
  padding-top: 0.357rem;
  font-size: 0.93rem;
  line-height: 1.43rem;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}

.obj_monograph_summary .author {
  padding-top: 1rem;
  line-height: 1.5rem;
  min-height: 3rem;
}

.obj_monograph_summary a {
  text-decoration: none;
}

/* Monograph Full Styles */

div.value a {
  text-decoration:none !important;  
}

div.value a:hover {
  color: var(--rojo-institucional) !important;  
  font-weight: 500;
}

.obj_monograph_full .cover img {
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-shadow: 8px 9px 6px -6px black;
}

.obj_monograph_full .entry_details {
  border-left: none !important;
  border-right: 1px solid #ddd !important;
  font-family: Open Sans, sans-serif;
}

.obj_monograph_full .entry_details .item {
  padding: 10px;
}

.obj_monograph_full .entry_details .label {
  font-family: sans-serif;
}

.obj_monograph_full .main_entry {
  border-right: none !important;
  font-family: Open sans, sans-serif;
}

.obj_monograph_full .main_entry .item:first-child {
  padding-top: 0;
  font-family: Open sans, sans-serif;
}

.obj_monograph_full .main_entry .label {
  font-family: sans-serif;
  margin: 5px;
  margin-right: 0px !important;
}

.obj_monograph_full .authors .label {
  font-family: sans-serif;
  margin-left: 10px;
}

.obj_monograph_full .authors .orcid:before {
  margin-bottom: -40px;
  margin-right: 10px;
}

.obj_monograph_full .sub_item {
  margin-bottom: 0;
  text-align: justify;
}

.obj_monograph_full .title,
.obj_monograph_full .main_entry,
.obj_monograph_full .details {
  font-family: sans-serif;
}


.indexadoIn img {
  width: 100px !important;
  max-width: 100px !important;
}

.btn-bootstrap 
{
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background-color: var(--rojo-institucional);
  color: #fff;
  transition: background-color 0.15s ease-in-out;
}


/* Spotlight Styles */
.obj_spotlight .title {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  color: rgb(0, 122, 178);
  font-weight: 500;
  line-height: 25px;
}

.obj_spotlight .description > p:last-child {
  font-size: 11px;
  color: gray;
}

/* Announcement Styles */
article.obj_announcement_summary {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 10%;
}

article.obj_announcement_summary:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pkp_page_index .cmp_announcements {
  border: 0;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
  border: 0;
}

.pkp_page_index .cmp_announcements .more:before {
  border: 0;
}

.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
  font-family: Open Sans, sans-serif;
}

/* Monograph List Styles */
.cmp_monographs_list > .title {
  font-size: 20px;
  font-weight: 700;
  font-family: Open sans, sans-serif;
  /* display: flex;*/
  flex-wrap: wrap; 
}

.cmp_monographs_list .obj_monograph_summary:first-child {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cmp_monographs_list .obj_monograph_summary + .obj_monograph_summary {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cmp_monographs_list .row {
  border: none;
}

.cmp_monographs_list {
  border: none;
  
  align-items: center;
  padding-top: 2rem;
  padding-right: 2rem;
}

.is_featured {
    width: fit-content !important;
   
}

.page_catalog > div.cmp_monographs_list {
    display: flex !important;
}

.cmp_monographs_list h2.title {
    color: var(--rojo-institucional);
    padding-left: 2rem;
    flex-shrink: 0; 
    margin-right: 1rem;
    margin-top: 0; 
    margin-bottom: 0;
    position: relative;
}

.cmp_monographs_list h2.title::after{
  content: ""; 
    flex-grow: 1; 
    height: 1px; 
    background-color: var(--gris-claro); 
    display: block; 
    transform: translateY(0.5px);
  
}

/* Sidebar Styles */





.pkp_structure_sidebar a {
  color: #0e1e43;
  font-size: 14px;
}

.pkp_structure_sidebar a:hover {
  color: #FFF !important;
  font-weight: 600;
}

.has_submenu {
  font-weight: 600;
}


.pkp_block.block_make_submission {
    text-align: center;
    border: none;
}

/* a.block_make_submission_link {
    padding: 1rem;
    background: var(--rojo-institucional);
    color: #FFF;
    font-weight: normal;
    border: 5px;
} */

a.block_make_submission_link {
    font-weight: bold !important;
    line-height: inherit !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: inline-block !important;
    text-decoration: none !important;
    margin: 8px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    padding: 0.375rem 3.75rem !important;
    border-radius: 1.25rem !important;
    background-color: var(--rojo-institucional) !important;
    color: #fff !important;
    transition: background-color 0.15s 
    ease-in-out !important;
}



.pkp_block .title {
  font-size: 20px;
  font-weight: 700;
}

.panel-default > .panel-heading,
.pkp_block .title {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-heading,
.pkp_block .title {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-family: Open sans, sans-serif;
  font-size: 14px;
}

.panel,
.pkp_block {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default,
.pkp_block {
  border-color: #ddd;
}

.pkp_block {
  padding: 0;
}

.pkp_block .content ul li {
  line-height: 20px;
  padding: 10px 10px;
  font-size: 13px;
}

li.has_submenu:before {
  /* content: "•";  */
}

.content li {
  font-size: 1rem;
  color: #000 !important;
  border-width: 1px 0;
  border-radius: 1;
  border-bottom: 3px solid #fff !important;
  border-top: 1px solid #fff !important;
  text-align: justify !important;
}

a.myButton {
  font-weight: 600;
}

.pkp_block .content p:last-child {
  margin: 15px;
  text-align: center;
}

div#customblock-postulaciones a.myButton {
  background-color: var(--rojo-institucional);
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Open sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 24px;
  text-decoration: none;
  text-align: center !important;
}

div#customblock-postulaciones a.myButton:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  background-color: #007ab2;
  color: #ffffff;
  transition: 0.5s;
}

.content > button,
select {
  text-transform: none;
  width: 100%;
  height: 30px;
  border-radius: 10px;
  border: none;
  padding: 0 10px;
}

div#customblock-colecciones div.content h4,
div#customblock-colecciones div.content p {
  margin-left: 1rem !important;
}

/* Card Styles */
.card {
  border: 1px solid #e1e5f2;
  height: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  flex: 0 1 30%;
  position: relative;
  width: 25rem !important;
}

article.card{
  min-height: 100%;
  /* min-width: fit-content  ; */
}

article.card:hover {
  background: #f4f4f45e;
}

.card .img-book-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background: #fff;
  height: 16em !important;
}

.card .header .info-book::before {
  content: "";
  width: 50px;
  color: #6089c6;
  background: #6089c6;
  height: 1px;
  display: block;
  margin-bottom: 0.5rem;
  padding: 1px;
  margin-top: 0.5rem;
}

.obj_monograph_summary article.card div.header {
  padding-top: 1rem !important;
}

.altmetrics_icons {
  display: flex;
  justify-content: space-around;
}

/* Accordion Styles */
/* Reduce el padding del botón del acordeón */
.accordion-button {
  padding-top: 10px; /* Ajusta este valor según tu necesidad */
  padding-bottom: 10px; /* Ajusta este valor según tu necesidad */
  /* Asegúrate de que no haya un padding exagerado en los lados si no lo quieres */
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}

/* Opcional: Reinicia los márgenes del h2 dentro del encabezado del acordeón si los hay */
.accordion-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal; /* Asegúrate de que el line-height no sea demasiado grande */
}

/* Si el espacio lo genera el .accordion-item en sí */
.accordion-item {
  margin-bottom: 0; /* Si hay margen entre items del acordeón */
}

div#monograffAccordionFlush div.accordion-item {
  border: 0px !important;
}

div#monograffAccordionFlush h2.accordion-header button {
  background: #f5f5f5 !important;
  border-radius: 3px 3px 0 0 !important;
  color: var(--rojo-institucional);
  border: 1px solid #ddd !important;
  box-shadow: none !important;
}

div#monograffAccordionFlush h2.accordion-header button::after {
  color: #fff;
}

div#monograffAccordionFlush div.accordion-item {
  text-align: justify;
  font-size: 0.9rem;
}

div#monograffAccordionFlush div.accordion-body {
  padding: 1rem 1.25rem;
  border: 1px solid #ddd !important;
}

.accordion-header {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}
.app__page.width.width--narrow {
	    width: auto;
	        max-width: unset;
	}
