:root {
  --colorbase: #007c40;
  --colortwo: #007a3d;
}


.user-nav {
    background-color: var(--colorbase);
}


body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial!important;
}

#navigationUser a, #main-navigation a {
    color: white;
}

#navigationUser a:active, #navigationUser a:focus, #navigationUser a:hover, #navigationUser .open a, #main-navigation .open a, #main-navigation a:hover, #main-navigation a:active, #main-navigation a:focus {
    color: black;
}

#navigationUser > li > a, #navigationUser > li > ul {
    border-radius: unset;
}

#navigationUser > li > ul {
    margin: 0;
    border: 1px solid #eee;);
}

#headerNavigationContainer {
    border: none;
    background-color: unset;
    /*margin-top: 20px;*/
}

.main-nav > .navbar-header {
    background-image: url(https://revistamaya.org/public/journals/11/Itaipu_a.png);
    width: 100%;
    padding: 20px 5px;
    height: 10em;
}

.navbar-header:before {
  content: "ISSN-e: 2788-6549\A";
  position: absolute;
  bottom: 3.5em;
  right: 20em;
  top: 200px;
  color: white;
  border-color: #7fa428 1em solid;
  FONT-SIZE: 15px;
  white-space: pre;
  text-align: right;
  z-index: 1;
  font-weight: bold;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.container-fluid.user-nav .row {
    margin: 0!important;
    padding: 0;
}

.footer .row {
    padding: 0;
    margin: 0;
}

h1.site-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 5em;
    align-items: center;
}

img.logo_u {
    height: 3.5em;
}

a.navbar-brand-logo {
    max-height: 100px;
    max-width: 200px;
    height: unset;
    padding: 0;
}

#main-navigation {
    background-color: var(--colorbase);
    color: white;
    width: 100%;
    max-height: 45px;
    font-weight: normal;
}

#nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*background-image: url(https://revistamaya.org/public/journals/img/DSC_1225.JPG);*/
    /*min-height: 300px;*/
    padding-left: 0;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    background-position-y: 0;
    background-size: cover;
}

h4, .h4 {
    color: var(--colorbase);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    /*font-family: Segoe UI!important;*/
    /*font-family: Sans-Serif!important;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

/*body {*/
    /*background-image: url(/public/site/back.webp);*/
    /*padding: 0 40px;*/
/*}*/

.pkp_structure_content {
    width: unset;
}

main.pkp_structure_main {
 /*   background: white;*/
	/*padding-top: 20px;*/
    padding-bottom: 20px;
    border-radius: 1em;
}

.page-header {
    background-color: var(--colorbase);
    padding: 10px;
    border-radius: 5px;
}

.thumbnail {
    border: none;
}


.page-header h2, .page-header h1, .page-header h2 small, h2.page-header, h1.page-header {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-weight: normal;
}

.article-summary.media {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.article-summary:last-of-type {
    border-bottom: none;
}

.read-more {
    float: right;
}

.btn-primary {
    background-color: var(--colorbase);
    border-color: black;
}

.btn-primary:hover {
    background-color: var(--colortwo);
    border-color: black;
}

a {
    color: var(--colortwo);
}

a:hover, a:focus {
    color: var(--colorbase);
    text-decoration: underline;
}


#customblock-enviar-un-artculo {
    background-color: var(--colorbase);
}

#customblock-enviar-un-artculo a {
    color: white;
}

#customblock-enviar-un-artculo a:hover {
    color: white;
}

#customblock-enviar-un-artculo p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
    font-size: 20px;
}

.pkp_block .title {
    background-color: var(--colorbase);
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    margin: 0;
	font-weight: normal;
	border-radius: 8px;
}

.pkp_block h3.list-content__article-title {
    font-size: 17px;
    margin: 0;
}

#abstract-tabs-list {
    padding: 0;
}

.article-main #summary {
    border: none;
}

.tab-pane {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
}

/*.a2a_kit {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 200px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.a2a_default_style a {*/
/*    margin-top: 5px;*/
/*}*/

.a2a_kit {
    display: none;
}

ul#navigationUser {
    font-weight: normal;
}

.navbar-nav>li>a {
    line-height: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;;
    font-size: 16px;
}

aside#sidebar {
    width: 25%;
    float: right;
}

.pull-md-right{
	display:none;
}

.buscarsi button {
    background-color: var(--colorbase);
    width: 100%;
    margin-top: 1em;
    border-radius: 5px;
}

.buscarsi .form-group {
    display: block;
}

.buscarsi {
    width: 100%;
}
.buscarsi input {
	width: 100%!important;
}
.block_make_submission .content {
    padding: 0;
}
.block_make_submission .block_make_submission_link {
    width: 100%;
}
.btn-default, .pkp_block.block_make_submission a {
    color: #fff;
    background-color: var(--colorbase);
    border-color: var(--colorbase);
    border-radius: 0;
    font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 20px;
    font-weight: normal;
}
.panel, .pkp_block{
	border-radius: 10px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: var(--colorbase);
}

.footer .col-md-10 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10em;
    align-items: center;
    padding: 0 !important;
}

.footer .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer .primary-content {
    background-color: var(--colorbase);
}

.footer .secundary-content {
    display: flex;
    margin-top: 15px;
    height: auto !important;
    padding: 2em !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}

footer[role="contentinfo"] {
    background: white;
    padding: 0;
    margin-top: 4em;
}

body{
	color: black;
}
.page_editorial_team p{
	padding: 0em 3em;
}

#main-content p:not(table p) {
    margin-top: 1em;
    /*padding: 0em 3em;*/
    text-align: justify;
}

#main-content ol:not(table p), #main-content ul:not(table p) {
    padding: 0em 4.5em;
    text-align: justify;
}


td {
    border: solid 1px;
    padding: 0.5em;
}

td p{
    margin: 0;
}

.dropdown input[type="checkbox"] {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

#customblock-acerca-de-esta-revista .content {
    padding: 0;
}

.dropdown input:checked + .dropop {
    visibility:hidden;
    position: absolute;
    opacity:0;
}

.dropop {
    visibility:visible;
    position: initial;
    opacity:1;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}


@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

@media (max-width:450px){

	body{
		padding: 0;
	}

	h1.site-name{
		gap: unset;
		justify-content: center;
	}

	aside#sidebar{
		width: unset;
		display: none;
	}

	footer .col-md-10{
	  	gap: unset;
		flex-wrap: wrap;
	}

	.navbar-brand-logo img, img.logo_u{
		max-width: 60vw;
	}

	img.logo_u{
		height: unset;
	}

	a.navbar-brand-logo{
		max-width: unset;
	}

	.navbar-nav{
		margin: 0;
	}

	.navbar-toggle{
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 5px;
		margin-right: 5px;
		z-index: 11;
	}

	#nav-menu{
		position: relative;
	}

	#main-navigation{
		z-index: 10
	}
	
	#main-navigation li{
		display: none;
	}

	#main-navigation.active li{
		display: block;
		background-color: #00662e;
		padding-top: 10px;
		padding-bottom: 10px;
	}

}

.site-name:after {
    /* content: ""; */
    background-image: url("/public/site/logo_unilapaz.png");
    background-size: contain;
    height: 140px;
    width: 140px;
    background-repeat: no-repeat;
}

.navbar-brand-logo img{max-height: 100px;}

.tab-pane.active {
    display: block;
}

.tab-pane {
    display: none;
}

.index_titles {
    font-size: 1.3rem;
    margin-top: 1em;
}

.index-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.index-list img {
    padding: 10px;
}

@media (min-width: 768px) {
    .col-sm {
        /* width: 83.33333333%; */
    }
}
