/**
 * Modificación mediante CSS de
 * @file styles
 * para OMP Eduvim (UNVM)
 * Sobre theme BASE 
 *
 * Realizado por Lucas Aimar (mar 2025)
 *
 */

/* MODIFICACIONES AL HEADER */

.pkp_structure_head {
    border-top: 5px solid #efd131;
	background-image: url(/imgs/triangulos-fondo-encabezado-pie-index.png); 
	background-repeat: no-repeat;
	background-position-x: right;
	background-size: auto 290px;
  }

.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent !important;
	}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 30px;
    }

@media (min-width: 992px) {
	.pkp_site_nav_menu {
		background-color: transparent;
  }
  
@media (min-width: 480px) {
	.pkp_site_name_wrapper {
		background-color: transparent;
		/* border-bottom: 0px;
		line-height: 1rem;
		border-bottom: 1px solid #ddd; */
		height: 220px;
		/* background-image: url(/imgs/triangulos-fondo-encabezado-pie-index.png); 
		background-repeat: no-repeat;
		background-position-x: right;
		background-size: auto 250px; */
		}
}

/* MODIFICACIONES GENERALES AL SITIO */

a  {
	color: #cd901b;
}
a:hover, a:focus {
    color: #cd901b;
	font-weight: bold;
	}

a.cover_image > img {
	padding-right: 10px;
	}
	
.pkp_page_index .additional_content {
    border: none;
}

.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: 7px 10px;
    background-color: #F7B334;
	border-radius: 2px;
    font-weight: bold;
    border: 0px;
    /* border-top-color: #bbb; */
    /* box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%); */
    /* font-size: .93rem; */
    /* line-height: calc(2.143rem - 2px); */
    font-weight: 700;
    /* text-decoration: none; */
    text-shadow: 0px 1px #fff;
    color: #000; 
	}
 
.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-color: #E7834F;
    /* border-color: #c50005; */
}

/* MODIFICACIONES A LA BARRAS DE NAVEGACION */

.pkp_navigation_primary > li > a {
	color: #000;
	/* text-transform: uppercase; */
	/* font-weight: 700; */
	/* font-size: smaller; */
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
	}

.pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #f6b333;
	color: #000;
	}
	

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    color: #000;
    border-color: #f6b333;
	}
	
.pkp_nav_list ul a {
    color: #000;
	/* font-size: small; */
	}

.pkp_structure_main:before, .pkp_structure_main:after {
    width: 0px; 
	}

/* MODIFICACIONES A LA PAGINA DEL CATALOGO */

/* BORRAR GENERAL!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.cmp_monographs_list .row {
    border-bottom: none; /* Era: border-bottom: 0px solid #ddd; */
	}

/* BORRAR GENERAL!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.cmp_monographs_list
.obj_monograph_summary:first-child {
	    border-right: none; /* Era: border-right: #1px solid #ddd; */ 

/* BORRAR GENERAL!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
	}	

 FIN BORRAR GENERAL */ 
	
/* MODIFICACIONES AL FOOTER */

.pkp_brand_footer {
    display: none;
	}