/**
 * Copyright (c) 2025 webnucleo+flup
*/



a {
    color: #0019A8;
}

a:hover, a:focus {
  color:#545657;
}

.pkp_site_name_wrapper {
	width: 100%;
	height: 320px;
	background: url(https://ebooks.letras.up.pt/public/presses/1/homepageImage_pt.jpg) no-repeat;
	background-size: cover;
}

.pkp_site_name .is_img img {
  margin-top: 50px;
  margin-left: 25px;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.pkp_structure_main .page h1 {
  margin-top:1.857rem;
}


.pkp_structure_main h1 {
  font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  font-size:1.314rem;
  line-height:2.143rem;
  font-weight:600
}

.cmp_button,
.cmp_download_link,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .cmp_search button,
.obj_monograph_full .files .link a,
.obj_monograph_full .files .pub_format_remote a,
.obj_monograph_full .files .pub_format_single a,
.block_make_submission a {
  display:inline-block;
  padding:0 1.0715rem;
  background:#C8CAD0;
  border:1px solid #C8CAD0;
  border-top-color:#C8CAD0;
  border-radius:3px;
  box-shadow:inset 0 -1em 1em rgba(0,0,0,0.1);
  font-size:.93rem;
  line-height:calc(2.143rem - 2px);
  font-weight:500;
  color:#fff;
  text-decoration:none;
  text-shadow:0px 1px #fff
}

.cmp_button:hover, .cmp_button:focus, .cmp_download_link:hover, .cmp_download_link:focus, .page_login .buttons button:hover, .page_login .buttons button:focus, .page_lost_password .buttons button:hover, .page_lost_password .buttons button:focus, .page_search .cmp_search button:hover, .page_search .cmp_search button:focus, .obj_monograph_full .files .link a:hover, .obj_monograph_full .files .pub_format_remote a:hover, .obj_monograph_full .files .pub_format_single a:hover, .obj_monograph_full .files .link a:focus, .obj_monograph_full .files .pub_format_remote a:focus, .obj_monograph_full .files .pub_format_single a:focus {
  background: #000;
  border-color: #000;
}

@media (min-width: 768px) {
  .obj_monograph_summary .cover {
    /* width: 5.712rem; */
    width: 180px;
  }
}

@media (min-width: 992px) {
  .pkp_navigation_user > li > a {
    color: #b3b9bb;
  }

.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus,
.pkp_navigation_user > li > a:active {
    color: #7cb8cc;
  }
}
