html {
background: none; }
body {
margin: 0 auto;
text-align: left;
width: auto;
background-color: #ffffff;
font-family: "Leto",sans-serif;
color: #242424;
line-height: 19px; }
.pkp_structure_main {
padding-top: 0; }
.main_entry .abstract {
line-height: 25px; }
.obj_issue_toc .section>h3 {
display: inline-block;
position: relative;
left: 0;
margin-top: 0;
padding: 0;
background: #fff;
line-height: 30px;
font-size: 18px;
font-weight: 700;
color: #1e86ba;
text-align: left; }
.obj_article_summary>.title a {
text-decoration: none;
font-size: 16px;
font-weight: bold !important;
color: #044094; }
.obj_article_summary .authors {
padding-right: 5em;
color: #777777;
font-family: sans-serif;
font-size: 15.5px; }
.obj_article_summary {
border-bottom: 3px solid #cde0e8; }
.obj_article_summary .subtitle {
display: block;
margin-top: 0.25em;
margin-bottom: 0.5em;
font-weight: 400;
color: hsla(0, 0%, 0%, 1); }
.cmp_button_wire,
.obj_galley_link {
display: inline-block;
padding: 0 1em;
background: #fff;
border-radius: 1px;
font-size: 14px;
line-height: 28px;
color: #1e86ba;
text-decoration: none;
text-align: center;
width: 200px;
float: left;
border: 1px solid #60809D;
margin: 2px;
margin-right: 2px; }
.has_site_logo .pkp_site_name {
padding: 0; }
.pkp_structure_head {
background-color: #008385;
border-bottom: 2px solid #008385; }
.pkp_page_index .additional_content {
border-top: none; }
#navigationPrimary>li>a,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
padding-bottom: 6px;
border-bottom-width: 4px;
text-transform: inherit;
font-size: 15px;
color: #ffffff; }
.pkp_search.is_open .search_controls .search_prompt {
padding-bottom: 10px;
text-transform: inherit;
font-size: 15px;
background: #008385 !important;
color: #fff;
font-weight: 600; }
.pkp_footer_content {
padding: 30px;
text-align: center;
font-family: sans-serif;
color: #004270; }
.pkp_footer_content a {
color: #fff; }
.pkp_block .title {
display: inline-block;
font-weight: 600;
text-transform: inherit;
width: 100%;
font-family: sans-serif; }
.pkp_block .content p {
font-family: sans-serif; }
.pkp_block .content p:first-child {
margin-top: 0;
margin-bottom: 0; }
.block_information a,
.block_language_toggle a,
.pkp_block .content p a {
font-size: 14px;
font-family: sans-serif;
color: #444444; }
#customblock-iniciarsesion p a,
#customblock-registrarse p a,
.block_make_submission a {
width: 220px !important;
background: #eee !important;
text-align: center !important;
padding: 5px !important;
border-radius: 5px !important;
border: 1px solid #d6d4d4 !important;
text-transform: initial;
color: #444444;
font-weight: 100;
font-size: 14px;
font-family: sans-serif;
box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
line-height: 28px;
display: inline-block; }
#customblock-iniciarsesion,
.block_make_submission {
padding-bottom: 0; }
.abstract,
.copyright,
.pkp_page_about,
.page_information {
text-align: justify; }
.abstract {
white-space: pre-line; }
#navigationPrimary ul a {
color: #fff;
text-transform: inherit;
font-size: 14px; }
.pkp_structure_footer {
width: 100%;
padding: 0; }
.obj_issue_summary .title {
font-family: sans-serif, "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue";
font-size: 18px; }
.obj_article_details .main_entry .item.doi .label,
.obj_article_details .main_entry .item.keywords .label,
.obj_article_details .authors {
font-size: 15px;
font-family: sans-serif !important; }
.page_submissions .submission_checklist ul,
.page_submissions:not(h2),
.page_privacy,
.page_contact,
.page_information {
font-size: 14px;
line-height: 25px; }
.author_bios .sub_item .value,
.pkp_page_codigoetica {
line-height: 25px !important;
text-align: justify; }
#citationOutput .csl-bib-body .csl-entry i::first-letter {
text-transform: lowercase; }
@media (min-width: 992px) {
.pkp_site_name .is_img img {
max-height: 100%; }
.pkp_site_name .is_img {
padding-top: 0px;
padding-bottom: 0px; }
.pkp_site_name_wrapper,
.pkp_head_wrapper {
width: 100% !important;
padding: 0; }
.has_site_logo .pkp_head_wrapper {
padding-top: 0; }
.pkp_navigation_primary {
max-width: 100%; }
.pkp_search_desktop {
position: relative !important; }
}
@media (min-width:1200px) {
.pkp_page_index .additional_content {
margin-left: -40px !important;
margin-right: -40px !important;
margin-top: 70px !important;
padding: 0px 10px 0 10px;
padding-left: 10px;
padding-right: 10px; }
}
@media (max-width: 992px) {
#navigationPrimary>li>a {
padding-bottom: 6px;
border-bottom-width: 4px;
text-transform: inherit;
font-size: 15px;
color: #fff;
font-weight: 600; }
}
@media(min-width:500px) {
.pkp_footer_content>p>img {
width: 500px; }
}
/* Carrusel */
.slider {
width: 80%;
margin: auto;
overflow: hidden;
text-align: center; }
.slider ul {
margin-top: 0;
display: flex;
padding: 0;
width: 200% !important;
animation: cambio 30s infinite normal linear;
animation-direction: alternate ; }
.slider li {
width: 100%;
list-style: none; }
.slider img {
width: 100%;
height: auto; }
.pkp_navigation_primary_row {
padding-left: 20px;
padding-right: 20px; }
#customblock-Quienes_somos p {
font-size: 15px; }
#customblock-current_issue a {
font-size: 16px; }
#customblock-current_issue a:hover {
color: white !important;
font-size: 18px; }
@keyframes cambio {
0% {
margin-left: 0;
}
33.3% {
margin-left: 0;
}
66.6% {
margin-left: -100%;
}
100% {
margin-left: -100%;
}
}
.footer-center {
border: 4px solid #ccc; }
.pkp_navigation_primary_row {
background-color: #004270; }
.pkp_block {
text-align: justify ; }
.page {
text-align: justify ; }
.textFooterRight {
text-align: end; }
.socialIcon {
margin-right: 10px;
opacity: .7; }
.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
font-size: 18px;
font-weight: 700;
color: #1e86ba;
text-align: left; }
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
background: #60809D !important;
color: #fff !important; }
.obj_article_details .galleys_links li {
width: 200px;
float: none;
clear: both;
margin: 2px;
margin-right: 2px;
text-align: center;
border-radius: 10px; }
.pkp_block span {
padding: 10px;
background: #004270;
color: #3eafff !important;
margin-bottom: 10px; }
h2.title {
padding: 10px;
background: #004270;
color: #3eafff !important;
margin-bottom: 10px; }
.main_entry {
word-break: break-word ; }
.slider2 {
width: 100%;
margin: auto;
overflow: hidden; }
.slider2 ul {
display: flex;
padding: 0;
width: 300%;
animation: cambio2 30s infinite normal linear;
animation-direction: alternate; }
.slider2 li {
width: 100%;
padding: 5px 10px;
list-style: none;
margin: 0 5px;
text-align: center;
border-radius: 5px; }
.slider2 img {
width: 100%; }
@keyframes cambio2
{
0% {
margin-left: 0%;
}
20% {
margin-left: 0%;
}
40% {
margin-left: -100%;
}
60% {
margin-left: -100%;
}
80% {
margin-left: -200%;
}
100% {
margin-left: -200%;
}
}
}
.page.page_submissions .section_policy {
display: none; }
.obj_article_details .galleys_links {
background: none; }
.obj_article_details .entry_details .item {
border-bottom: none; }
.obj_article_details .entry_details .item.galleys {
background: none;
padding-bottom: 30px; }