/*Nuevos estilos*/
@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;
}

.pkp_site_nav_menu a:hover{
    background-color: #fff;
}

.pkp_site_nav_menu li a{
    padding: 9px 5px;
}

.pkp_site_nav_menu li a:hover{
    color: #0e1e43;
    transition: 0.5s;
    opacity: 0.7;
    padding-left: 7px;
}

.pkp_search .search_controls a:hover{
	color: #0e1e43;
}

.title{
	margin-: 30px;
}

.obj_monograph_summary{
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
	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;
    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_full .cover img {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    box-shadow: 8px 9px 6px -6px black;
}

.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;
}



/*Anuncios*/
article.obj_announcement_summary{
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
	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;
}

/*verde: 4FC5B6
verde: 00ac4e*/

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover{
	background-color: #f4f7f6;
	border-left: 3px solid #00ac4e;
	color: #0e1e43;
	opacity: 1;
	padding-left: 7px;
}

.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 #00ac4e;
    color: #0e1e43;
    opacity: 1;
    padding-left: 7px;
}

.pkp_nav_list ul a{
	color: #0e1e43;
}

.pkp_navigation_primary>li:first-child a{
	padding-left: 5px;
}

.cmp_monographs_list>.title{
	font-size: 20px;
	font-weight: 700;
	font-family: Open sans, sans-serif;
}

.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;
}

.pkp_structure_sidebar a{
	color: #0e1e43;
	font-size: 14px;
}

.pkp_structure_sidebar a:hover{
	color: #007ab2;
	font-weight: 600;
}

.has_submenu{
	font-weight: 600;
}

.content li{
	font-size: 1.2rem;
	color: #00ac4e !important;
	border-width: 1px 0;
    border-radius: 0;
}

.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;
}

.obj_monograph_summary .date{
	margin: 0;
	text-align: center;
}

.obj_announcement_summary h2 a, .obj_announcement_summary h3 a, .obj_announcement_summary h4 a{
	font-family: Open Sans, sans-serif;
}

.pkp_navigation_user>li:last-child>a{
	padding-right: 15px;
	padding-left: 10px;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4{
	font-family: Open sans, sans-serif;
}

@media (max-width:1200px){
    .cmp_monographs_list .obj_monograph_summary{
        width: 100%;
    }

    .pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover{
		background-color: #f4f7f6;
		border-left: 3px solid #00ac4e;
		color: #0e1e43;
		opacity: 1;
		padding-left: 7px;
	}
	.pkp_navigation_primary>li:first-child a{
		padding-left: 5px;
	}
}

@media (max-width:993px){
    .pkp_nav_list ul a{
		color: white;
		font-weight: 200;
		text-transform: lowercase;
	}

	.pkp_navigation_primary>li:first-child a{
		padding-left: 5px;
	}

	.cmp_monographs_list .obj_monograph_summary+.obj_monograph_summary{
		box-shadow: 0px 7px 5px -4px rgba(0,0,0,0.3);
	}

	.cmp_monographs_list .obj_monograph_summary:first-child{
		box-shadow: 0px 7px 5px -4px rgba(0,0,0,0.3);	
	}

	.obj_monograph_summary:hover{
		-webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
/*MenÃº hamburguesa*/
	.pkp_site_nav_menu li a{
		width: 100%;	
	}

	ul#navigationPrimary li a {
	    background-color: white;
	    color: #0e1e43;
	    font-weight: 700;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	}

	ul#navigationPrimary li ul li a {
	    background-color: #0e1e43;
	    color: white;
	    font-weight: 100;
	    text-transform: capitalize;
	    margin: 0;
	}

	.pkp_search button[type="submit"]{
		color: white;
	    background-color: #00ac4e;
	    text-shadow: none;
	}
	.pkp_search_mobile{
		display: flex;
	    justify-content: center;
	}
}

/*Footer inicio*/

footer{
    background: #0e1e43 !important;
    padding: 0px;
    margin-top: 0px;
}

footer>.container {
	font-family: Open sans, sans-serif;
	max-width: 1160px;
	margin: auto;
	color: white;
}

/*Imagenes footer*/
footer .logos-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 40px;
}

footer .logos-footer .box-ministerio{
    width: 50%;
}

footer .logos-footer .box-ministerio a img {
    height: 44px;
    float: right;
}

img.agrosavia-logo{
	width: 50%;
}

/*InformaciÃ³n Footer*/
footer.row {
    margin-right: -15px;
    margin-left: -15px;
}

footer ul{
	padding: 0;
}

footer li{
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 14px;
}

footer h5{
	margin: 0;
	margin-top: 10px;
	color: #1ec65e;
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: uppercase;
}

footer a{
	text-decoration: none;
	color: white;
	font-weight: lighter;
	font-size: 14px;
}

footer a:hover{
	color: white;
	font-weight: 600;
}

footer .row{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	font-size: 1rem;
}

.col-12.col-md-6.col-xl-3.mt-md-0.mt-3.widget{
	width: 27%;
}

.col-12.col-md-6.col-xl-3{
	width: 25%;
}

.footer-copyright.text-center.py-3{
	text-align: center;
	color: white;
	padding: 20px;
	font-family: Open sans, sans-serif;
}

.pkp_structure_main:before, .pkp_structure_main:after{
	background-color: white;
	opacity: 0;
}

.cmp_monographs_list{
	border: none;
}

/*Columna derecha*/

.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{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

a.myButton{
	font-weight: 600;
}

.pkp_block .content p:last-child {
	margin: 15px;
	text-align: center;
}


div#customblock-postulaciones a.myButton {
    background-color: #00ac4e;
    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;
}

/*bordes inicio*/
.pkp_page_index .cmp_spotlights{
	border: none;
}

.cmp_spotlights .list>li{
	border: none;
}

.cmp_spotlights .spotlights:before{
	border: none;
}

@media (max-width:993px){
    footer .row{
    	width: 90%;
		display: flex;
		flex-direction: column;
		margin: auto;
	}

	.col-12.col-md-6.col-xl-3.mt-md-0.mt-3.widget{
		width: 100%;
	}

	.col-12.col-md-6.col-xl-3{
		width: 90%;
	}

	.col-12.col-md-6.box-logo{
		display: flex;
		justify-content: center;
	}

	.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover{
		background-color: #f4f7f6;
		border-left: 3px solid #00ac4e;
		color: #0e1e43;
		opacity: 1;
		padding-left: 7px;
	}

}

@media (max-width:768px){
    footer .logos-footer {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	footer .logos-footer .box-ministerio a img{
		float: left;
	}

	img.agrosavia-logo{
		margin: auto;
		width: 70%;
	}

	footer .row{
		display: flex;
		justify-content: space-between;
	}
}

/*barra navegaciÃ³n*/
.has_site_logo .pkp_head_wrapper{
	margin: 0;
	width: 100%;
	background-color: #0e1e43;
}

.pkp_site_nav_menu{
	background-color: #00ac4e;
    margin: auto;

}

.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
    max-width: 1125px;
    margin: auto;
    margin-top: -20px;
}

@media (max-width:993px){
	.pkp_site_nav_menu{
		background-color: #0e1e43;
	}
}

/*Registro y entrar*/
.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 #00ac4e;
    color: #0e1e43;
    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;
}

.profile a:hover{
	background-color: #f4f7f6;
	border-left: 3px solid #00ac4e;
	color: #0e1e43;
	opacity: 1;
	padding-left: 14px;
}

.cmp_spotlights .list .current a:hover, .cmp_spotlights .list .current a:focus{
	border-left-color: #00ac4e;
	color: #0e1e43;
}

.cmp_spotlights .list a:hover, .cmp_spotlights .list a:focus {
	border-left-color: #00ac4e;
	background-color: #f6f6f6;
	color: #0e1e43;
}

.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;
}

@media (max-width:993px){

	.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
	    margin-top: 0px;
	}
}

@media (max-width:768px){
	.pkp_navigation_user_wrapper{
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: flex-start;
	}

	.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
	    margin-top: 0px;
	}

	.pkp_page_index .cmp_announcements>.obj_announcement_summary{
		width: 100%;
	}

	.item.doi a{
	    visibility: hidden;
	}

	.item.doi a:before {
	    content: "https://doi.org/ ";
	    visibility: visible;
	}
}

/*Nuevos Estilos - PÃ¡gina interna*/
.item.authors{
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}

span.label{
	padding-left: 10px;
}

.value{
	margin-left: 5px;
}

.pkp_structure_main .page h1{
	font-family: Open sans, sans-serif;
	color: #1962A7;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 20px;
}

.obj_monograph_full .authors .label{
	font-family: sans-serif;
	margin-left: 10px;
}

.obj_monograph_full .entry_details .label{
	font-family: sans-serif;
}

button#myMoreBtn{
	color: #fff;
    background-color: #00AC4E;
	font-size: 15px;
	border-radius:25px 10px 35px 10px;
	-moz-border-radius:25px 10px 35px 10px;
	-webkit-border-radius: 25px 10px 35px 10px;
    margin: 10px;
}

.pkp_structure_main p{
	word-wrap: break-word;
}

div#collapse_citations{
	word-wrap: break-word;
}

/*Acordeon*/
.panel-heading{
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active, .panel-heading:hover {
  background-color: #ccc;
}

.panel-collapse.collapse{
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}


/*links*/
.item.doi {
    margin-bottom: 30px;
}

.item.doi a{
    word-wrap: break-word;
}

.value a{
    color: #007aca;
    text-decoration: none;
    font-weight: 500;
}

.value a:hover{
    font-weight: 550;
    color: #0e1e43;
}

/*textos*/
.obj_monograph_full .entry_details{
	font-family: Open Sans, sans-serif;
}

.obj_monograph_full .entry_details .item{
	padding: 10px;
}

.panel-heading a {
    text-decoration: none;
    color: #0e1e43;
    font-size: 14px;
    font-weight: 600;
}

.panel-heading a:after{

	font-size: 12px;
	float: right;
}

.obj_monograph_full .main_entry{
	font-family: Open sans, sans-serif;
}

.obj_monograph_full .main_entry .item:first-child{
	font-family: Open sans, sans-serif;	
}

.obj_monograph_full .main_entry .label{
	font-family: sans-serif;
	margin: 5px;
	margin-right: 0px !important;
}

.pkp_structure_main p:last-child{
	padding-bottom: 14px;
	margin-top: 0px !important;
}

@media (min-width: 992px){
	.obj_monograph_full .main_entry .item:first-child {
	    width: 90%;
	}
}

@media (min-width: 690px){
	.obj_monograph_full .main_entry .item:first-child {
	    width: 85%;
	}
}

@media (min-width: 540px){
	.obj_monograph_full .main_entry .item:first-child {
	    width: 100%;
	}
}

@media (min-width: 390px){
	.obj_monograph_full .main_entry .item:first-child {
	    width: 95%;
	}
}


.cmp_notification {
    background: #f5f5f5 !important;
    border-left: 5px solid #007ab2;
    font-size: 14px;
    line-height: 20px;
}


.cmp_notification a {
    color: #00a022;
    text-decoration: none;
    font-weight: 600;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}

}
.item.license p {
    font-size: 11px !important;
    font-weight: bold;
}

.pkp_structure_main .page .about_section {
    font-size: 16px;
    font-style: unset;
    text-align: justify!important;
}
.article-keyword-heading{
    font-weight: bold;
}

li.show {
    font-size: 1em important;
    color: #000 !important;
}
.content li {
	font-size: 1.0rem;
    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;
}

