/* ============================= */
/* HEADER FULL WIDTH INSTITUCIONAL */
/* ============================= */

/* Expandir el logo/banner */
.pkp_site_name img {
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
}

/* Quitar padding del header */
.pkp_structure_head {
    padding: 0 !important;
}

/* Eliminar fondo azul */
.pkp_structure_head {
    background: transparent !important;
}

/* Quitar límite del contenedor */
.pkp_structure_head .container {
    width: 100% !important;
    max-width: 100% !important;
}
/* Ocultar el bloque "Platform & workflow by OJS/PKP" */
.pkp_brand_footer,
.pkp_brand_wrapper,
.pkp_brand {
  display: none !important;
}

/* Redes sociales con iconos */
.rs-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f3f3;
  margin-right: 8px;
  font-size: 16px;
  color: #0b3a33;
  transition: all .3s ease;
  text-decoration: none;
}

.rs-social a:hover {
  background: #0b3a33;
  color: #fff;
  transform: translateY(-2px);
}

.rs-btn {
  font-size: 15px;
  letter-spacing: .5px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.rs-btn:hover {
  background: #0e4d43;
  transform: translateY(-2px);
}

h1, h2, h3 {
  font-weight: 800 !important;
  letter-spacing: .3px;
}

/* =========================
   FOOTER INSTITUCIONAL
   ========================= */

/* =========================
   FOOTER INSTITUCIONAL
   ========================= */

.rs-footer{
  background:#0b3a33;
  color:#ffffff;
  padding:28px 0;
  margin-top:40px;
}

.rs-footer__inner{
  max-width:1100px;
  margin:0 auto;
  padding:0 18px;
  display:grid;
  grid-template-columns: 1.4fr 2.4fr 0.8fr; /* mejor balance */
  gap:18px;
  align-items:center;
}

/* Logos en 2 filas */
.rs-footer__logos{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.rs-logo-row{
  display:flex;
  gap:26px;
  align-items:center;
}

.rs-logo-row img{
  height:62px;           /* más grandes */
  width:auto;
  object-fit:contain;
  filter:none !important; /* NO invertir (son blancos ya) */
  opacity:0.95;
  display:block;
}

.rs-logo-row img:hover{
  opacity:1;
}

.rs-footer__text{
  font-size:13px;
  line-height:1.45;
  opacity:0.95;
}

.rs-footer__links{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:flex-end;
}

/* Links del footer */
.rs-footer a,
.rs-footer__links a{
  color:#ffffff !important;
  text-decoration:none !important;
  opacity:0.9;
  font-weight:600;
}

.rs-footer a:hover,
.rs-footer__links a:hover{
  text-decoration:underline !important;
  opacity:1;
}

/* Responsive */
@media (max-width: 900px){
  .rs-footer__inner{
    grid-template-columns: 1fr;
    text-align:center;
  }
  .rs-logo-row{
    justify-content:center;
  }
  .rs-logo-row img{
    height:54px;
  }
  .rs-footer__links{
    align-items:center;
  }
}
.rs-logo-row:first-child img:first-child{
  height:70px;
}

/* =========================
   Unificar tipografía (central = sidebar)
   ========================= */

/* Heredar la misma fuente del sidebar */
.pkp_structure_content,
.pkp_structure_content p,
.pkp_structure_content li,
.pkp_structure_content span {
  font-family: inherit !important;
}

/* Forzar la fuente principal del sitio */
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

Ç/* =========================
   BANNER CONVOCATORIA (VERDE)
   ========================= */

.rs-callout--convocatoria{
  margin: 0 0 22px 0;
}

.rs-callout__inner{
  background: #f4f8f7;                 /* verde muy suave */
  border: 1px solid rgba(11,58,51,.14);
  border-left: 6px solid #0b3a33;
  border-radius: 12px;
  padding: 18px 18px 16px 18px;
}

.rs-callout__kicker{
  display: inline-block;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #0b3a33;
  background: rgba(11,58,51,.08);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.rs-callout__title{
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 6px 0;
}

.rs-callout__text{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  opacity: .95;
}

.rs-benefits{
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rs-benefits li{
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(11,58,51,.14);
}

.rs-callout__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rs-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all .2s ease;
}

.rs-btn--primary{
  background: #0b3a33;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.rs-btn--primary:hover{
  background: #DDC9A3;   /* hover “dorado” */
  color: #0b3a33 !important;
  transform: translateY(-1px);
}

.rs-btn--ghost{
  background: transparent;
  color: #0b3a33 !important;
  border: 1px solid rgba(11,58,51,.25);
}

.rs-btn--ghost:hover{
  background: rgba(11,58,51,.08);
}

@media (max-width: 700px){
  .rs-callout__actions a{
    width: 100%;
  }
}
/* =========================
   CTA GRANDE: BLOQUE NATIVO "ENVIAR UN ARTÍCULO"
   ========================= */

.pkp_block_make_submission .block_make_submission_link{
  display: block;
  width: 100%;
  background: #0b3a33 !important;
  color: #ffffff !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .2px;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
}

.pkp_block_make_submission .block_make_submission_link:hover{
  background: #DDC9A3 !important;
  color: #0b3a33 !important;
  transform: translateY(-1px);
}
/* Convocatoria / Avisos */
.rs-callout{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:18px;
  background:#fafafa;
}

.rs-eyebrow{ margin:0 0 6px 0; }

.rs-title{ margin:0 0 10px 0; }

.rs-dates{
  margin:12px 0 14px 0;
  padding:12px 14px;
  border-radius:12px;
  background:#f0f9f6;
}
.rs-dates p{ margin:0 0 6px 0; }
.rs-dates p:last-child{ margin-bottom:0; }

.rs-subtitle{ margin:14px 0 8px 0; }

.rs-list, .rs-steps{ margin:0 0 14px 20px; }

.rs-links{ margin:14px 0 0 0; }

.rs-btn{
  display:inline-block;
  padding:8px 12px;
  margin:0 8px 8px 0;
  border-radius:10px;
  border:1px solid #1f7a63;
  text-decoration:none;
}
.rs-btn:hover{ text-decoration:underline; }

.rs-note{ margin-top:12px; font-size:0.95em; }