/* ==========================================================
   REVISTA CIENTÍFICA HUMANIDADES
   CSS para HTML generado con Pandoc
   Compatible con OJS 3.5
========================================================== */

html{
    scroll-behavior:smooth;
}

body{
    max-width:1000px;
    margin:40px auto;
    padding:30px 40px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    line-height:1.8;
    color:#333;
    background:#fff;
}

/*----------------------------------------------------------
  TITULOS
----------------------------------------------------------*/

h1{
    font-size:2.1rem;
    color:#003366;
    text-align:center;
    margin:25px 0;
    line-height:1.3;
    border-bottom:3px solid #18c4c7;
    padding-bottom:15px;
}

h2{
    color:#003366;
    margin-top:40px;
    margin-bottom:15px;
    font-size:1.45rem;
    border-bottom:2px solid #18c4c7;
    padding-bottom:6px;
    text-transform:uppercase;
}

h3{
    color:#004b73;
    margin-top:30px;
}

/*----------------------------------------------------------
  PÁRRAFOS
----------------------------------------------------------*/

p{
    text-align:justify;
    margin:0 0 15px;
}

/*----------------------------------------------------------
  AUTORES
----------------------------------------------------------*/

.author,
.autores{
    text-align:center;
    font-size:18px;
    margin:8px 0;
}

/*----------------------------------------------------------
  ORCID
----------------------------------------------------------*/

p img{
    width:18px !important;
    height:18px !important;
    display:inline-block !important;
    vertical-align:middle;
    margin-right:6px;
    margin-bottom:2px;
    border:none !important;
    box-shadow:none !important;
}

/*----------------------------------------------------------
  FIGURAS
----------------------------------------------------------*/

figure{
    text-align:center;
    margin:30px auto;
}

figure img{
    max-width:90%;
    height:auto;
    border:1px solid #ddd;
    box-shadow:0 2px 8px rgba(0,0,0,.15);
    border-radius:3px;
}

figcaption{
    margin-top:8px;
    font-size:15px;
    font-style:italic;
    color:#555;
}

/*----------------------------------------------------------
  IMÁGENES SUELTAS
----------------------------------------------------------*/

img{
    max-width:100%;
    height:auto;
}

/*----------------------------------------------------------
  TABLAS
----------------------------------------------------------*/

table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
    font-size:16px;
}

table caption{
    font-weight:bold;
    margin-bottom:10px;
}

th{
    background:#0b5c8a;
    color:#fff;
    padding:10px;
    border:1px solid #ddd;
}

td{
    padding:8px 10px;
    border:1px solid #ddd;
}

tbody tr:nth-child(even){
    background:#f7f7f7;
}

/*----------------------------------------------------------
  ENLACES
----------------------------------------------------------*/

a{
    color:#005fa3;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

/*----------------------------------------------------------
  DOI
----------------------------------------------------------*/

a[href*="doi.org"]{
    font-weight:bold;
}

/*----------------------------------------------------------
  REFERENCIAS
----------------------------------------------------------*/

.references p{
    padding-left:30px;
    text-indent:-30px;
    margin-bottom:10px;
}

/*----------------------------------------------------------
  BLOCKQUOTE
----------------------------------------------------------*/

blockquote{
    border-left:4px solid #18c4c7;
    padding-left:18px;
    color:#555;
    font-style:italic;
}

/*----------------------------------------------------------
  RESPONSIVE
----------------------------------------------------------*/

@media screen and (max-width:768px){

body{
    padding:20px;
    font-size:16px;
}

h1{
    font-size:1.7rem;
}

h2{
    font-size:1.3rem;
}

table{
    font-size:14px;
}

figure img{
    max-width:100%;
}

}