/*
 * Archivo custom.css para el tema Health Sciences (OJS 3.x)
 * Autor: [Ing. Joel Lucero]
 * Fecha: diciembre 2025 - marzo 2026
 */

/*TODO JUSTIFICADO, PERO LOS ARCHIVOS A LA IZQUIERDA - JOEL LUCMOR*/
body {
 text-align: justify;  
}

.homepage-issue-galleys {
    text-align: left; 
}

.page-issue-galleys {
    text-align: left; 
}

/*FONDO FORMULARIO REGISTRO - JOEL LUCMOR */
.container.page-register {
  background-color: #cce0d77a; 
}

.container.page-login {
   background-color: #cce0d77a;
}


/* COLOR DE BANNER - JOEL LUCMOR */
.homepage-image-behind-issue:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.1);
   }

/* LETRAS EN BANNER con FONDO - JOEL LUCMOR */
@media (min-width: 1200px) {
    .homepage-image-behind-issue+.container-homepage-issue .homepage-issue-current, .homepage-image-behind-issue+.container-homepage-issue .homepage-issue-identifier, .homepage-image-behind-issue+.container-homepage-issue .homepage-issue-published {
        color: #fff;
        text-shadow: 2px 2px 2px #000;
    }
}


/* COLOR DE PIE DE PAGINA - JOEL LUCMOR */
.site-footer {
   background: #01847f;
}
   
/* EN ENVIOS QUITAR DECLARAC PRIVACID - JOEL LUCMOR */
.submissions-privacy-statement {
   display: none;
}

/* EN PAGINA INICIAL PARA MOSTRAR TODO EL CONTENIDO DE LA DESCRPCION DE LA REVISTA - JOEL LUCMOR */
.homepage-issue-description {
max-height: fit-content;
}   

/* EN PAGINA INICIAL PARA IMAGEN DE LA PORTADA MAS GRANDE QUE 210x271.5 - JOEL LUCMOR */
.homepage-issue-cover {
max-width: 315px;
  max-height: 472px;
    
}   


/* EN PAGINA ENVIOS color de SECCIONES - JOEL LUCMOR */
.section_policy{
    background-color:#c9f5dd52
}

/* EN PAGINA ENVIOS OCULTAR CHECKLIST - JOEL LUCMOR */
.submissions-checklist{
    display: none;
}