.pkpFormField__description img {
   max-width: 20%;
  margin-top: 2em;
}

.pkp_footer_content img.logochile {
   max-width: 20%;
   float: left;
  padding: 0 40px 0 0;

}

.pkp_brand_footer a img {
   max-width: 50%;
}



p.redes {
  font-family: "FontAwesome", sans-serif;
  font-size: 300%;
}

.block_announcements_article_content a {
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1rem;
    background: #f00;
    color: #fff;
    border-radius: 3px; 
    padding: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
}

.block_announcements_article_content a:hover {
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1rem;
    background: #96BCE5;
    color: #fff;
    border-radius: 3px; 
    padding: 2.8px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
}

.summary p a {
  display: none;
}



.pkp_footer_content ul {
  list-style: none;
  color: white;
}


.cmp_article_list.articles {
  margin-top: 1rem
}


.obj_issue_toc .section > h3 {
    font-size: 1.2rem;
  /*  font-weight: 700; */
}

/* esconde imagen para poder mostrar el Slider */

.homepage_image {
  display: none;
}

.pkp_navigation_primary_row {
    background: #000;
}

#navigationPrimary a {
    color: rgba(255, 255, 255, 0.91);
}

p.redes {
  padding-top: 1.5rem !important;
}

/* titulos de block en minuscula */
.pkp_block .title {
  text-transform: none;
}

/* letras menú en minúscula */
#navigationPrimary a {
  text-transform: none;
}

/* tamaño letras en información */

.block_information a, .block_language_toggle a {
  font-size: inherit;
}

/* color botones */

.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
  background: #4f4b4d;
  color: white;
}


/* color de a: hover botones PDF y otros */

.cmp_manuscript_button:hover, .cmp_manuscript_button:focus, .block_make_submission a:hover, .block_make_submission a:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #E22C2C;
}


/* color de fondo de pie de página */
.pkp_structure_footer_wrapper {
  background: black;
}

/* color buscador */
.pkp_navigation_search_wrapper a {
  color: #b0daec;
}

 .pkp_navigation_search_wrapper a:hover,
 .pkp_navigation_search_wrapper a:focus {
  color: white;
 }

/* color enlaces pie de página */
 .pkp_footer_content a {
  color: #74b0ca; 
}
.pkp_footer_content a:hover {
  color: white; 
}


/* cambio a minúscula de Numero actual */

.pkp_page_index .current_issue h2 {
    text-transform: none
}

/* Botones de bloque lateral */
.pkp_block.block_custom .cmp_manuscript_button.catalogo  {
    display: inline-block;
    padding: 0 1em;
    background: #f00;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
}
/* para no desbordar textos de enlaces URL */
.block_announcements_article_content a {
height:auto;
word-wrap: break-word;
}