/*Estilos de fuente*/

body {
	font-family: Calibri,"Muli",Arial,Verdana,Helvetica,sans-serif;
}

p {
	text-align: justify;
}

.text-center {
	text-align: center;
}

.pkp_structure_footer_wrapper {
    background: #ffffff;
	border-top:  2px solid #f4d723;
}

.cmp_button_wire, .obj_galley_link {
	border-color: #931C2B;
}
.cmp_button_wire, a.obj_galley_link, .cmp_button_wire, a.obj_galley_link:visited, .cmp_button_wire, a.obj_galley_link:link {
	color: #931C2B;
	background-color: #ffffff;
}

.pkp_page_index .current_issue .read_more, .obj_announcement_summary .read_more {
	color: #931C2B;
}
		
.cmp_button_wire, a.obj_galley_link:hover {
	background-color: #931C2B;
	color: #ffffff;
}

.pkp_brand_footer {
    clear: both;
    border-top: 1px solid #ddd;
}

.pkp_structure_head {
    background-color: #000000;
	border-bottom-width: 0px;
	background-image: url(/public/journals/3/homepageImage_es_ES.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

#customblock-ISSnDOI {
	background-color: #666666;
    box-shadow: none;
    padding: 10px;
	color: #ffffff;
	font-size:1.3em;
	margin-top: 0px;
	text-align: center;
}

#customblock-ISSnDOI p{
	text-align: center;
}

.pkp_block .title, span.blockTitle, p.blockTitle {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    padding: 0 0 0.3em 0;
	  border-bottom: 3px solid #C5C5C5;
	  font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.54);
}

.pkp_structure_content h1, .pkp_structure_main .page h1, .page_index_journal h2 {
	color: #000000;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
	margin: 40px 0 20px;
}

.pkp_structure_content h1:before, .pkp_structure_main .page h1:before, .page_index_journal h2:before {
	content : "";
	position: absolute;
	left    : 0;
	bottom  : 0;
	height  : 5px;
	width   : 100px;
	border-bottom:5px solid #000000;
}

a, a:focus, a:visited, a:link {
	color: #931C2B;
	transition: all 0.5s ease;
}

a:hover {
	color: #687759;
}

.pkp_structure_main p {
	margin: 10px 0;
}

.cleared {
	clear: both;
	height: 10px;
}

#texto-cc-revistas {
	
}

#texto-cc-revistas .col-6 p:first-child {
	text-align: center;
	height: 50px;
}

.ico-rrss {
    text-indent: -9999px;
    margin-left: 10px;
	float: left;
}

#facebook {
    background: url(/public/site/images/pedrofg/ico-facebook2.png) #fff center center / auto 18px no-repeat;
}

.ico-rrss a {
    display: block;
    height: 25px;
    width: 45px;
    border-radius: 15px;
}

.ico-rrss a {
	border: 2px solid #687759;
}

.ico-rrss a:hover {
	border-color: #efefef !important;
}

#twitter {
    background: url(/public/site/images/pedrofg/ico-twitter2.png) #fff center center / auto 18px no-repeat;
}

#youtube {
    background: url(/public/site/images/pedrofg/ico-youtube2.png) #fff center center / auto 16px no-repeat;
}

#btn-rrss {
	min-height: 35px;
	padding-top: 4px;
}

.col-6 {
	width: 48%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}

.col-6:first-child {
	margin-left: 0px;
}

.col-6:last-child {
	margin-right: 0px;
}

/*MENU*/
#navigationPrimary {
	margin-left: 15px;
}
.pkp_site_nav_menu {
    background-color: #f4d723;
}

.pkp_navigation_primary>li>a {
    padding: 15px 0 13px;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.pkp_navigation_primary>li>a, .pkp_navigation_primary>li>a:visited, .pkp_navigation_primary>li>a:link {
	color: #000000;
}

.pkp_navigation_primary>li>a:hover,.pkp_navigation_primary>li>a:focus {
	color: #000000;
	outline: 0;
	border-color: #000000;
}

.pkp_site_nav_menu a:hover {
	background: none;
	color: #000000;
	
}

.pkp_site_nav_menu ul.dropdown-menu a, .pkp_site_nav_menu ul.dropdown-menu a:visited, .pkp_site_nav_menu ul.dropdown-menu a:link {
	color: #444444;
}

.pkp_navigation_primary .dropdown-menu a:focus,.pkp_navigation_primary .dropdown-menu a:hover {
	border-color: transparent;
}

.dropdown-menu {
	transition: all 0.5s ease;
}

/*TABLE BOOSTRAP*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.table-centered tr td {
	vertical-align: middle;	
}

.table-indexacion img {
	max-width: 100%;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

/*OJS 3*/
@media (min-width: 992px) {
	.pkp_site_name {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.pkp_site_name .is_img img {
		max-height: 250px;
	}
	
	.pkp_search_desktop .search_prompt {
			color: #000000;
	}
	
	.pkp_structure_content {
		padding-top: 0px;
	}
	
	.pkp_nav_list ul a:hover {
		border-left-color:  #687759;
	}
	
	.has_site_logo .pkp_head_wrapper {
		width: 100%;
	}
	.pkp_navigation_primary_row {
		width: 1160px;
		margin: 0 auto;
	}
	.pkp_navigation_user_wrapper {
		left: inherit;
		transform: inherit;
		width: 100%;
		background-color: #666666;
	}
	
	.pkp_site_nav_menu .pkp_nav_list {
		margin: 0 auto !important;
	}
	
	.cmp_breadcrumbs {
		width: 100%;
	}

	.cmp_breadcrumbs ol {
		padding: 10px 30px;
		background-color: #f3f3f3;
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: 0px;
	}
	
	.logo-editorial {
		text-align: center;
	}
	
	.logo-editorial a img {
		max-width: 180px;
		text-align: center;
	}
	
	.pkp_search_desktop {
		height: inherit;
	}
	
	.pkp_search_desktop .search_prompt {
		padding: 15px 20px;
	}
	
	.pkp_search_desktop .search_prompt:hover {
		border-color: #000000;
	}
	
	.pkp_search_desktop.is_open input[type="text"] {
        border-top: 1px solid #ddd;
    }
	
	.page_index_journal .current_issue .obj_issue_toc .sections:not(:first-child) {
		margin-top: 30px;
	}

	.page_index_journal .current_issue .obj_issue_toc .sections:not(:first-child) .section {
		padding-bottom: 0px;
	}

	.page_index_journal .obj_issue_toc .cover {
		margin-bottom: 0;
	}
}

