@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-family: 'Inter', sans-serif; /* Agregado */
    font-size: 16px;
    color: #1e1e1e;
    line-height: 1.5;
    overflow-x: hidden;
}

img{
    border-radius: 5px;
}

a, h3, h2, h1, h4, h5{
    font-family: 'Inter', sans-serif; /* Agregado */
}

.pkp_site_name .is_text{
    font-size: 34px;
    font-weight: bold;
    color: #0e2d5d;
    font-family: 'Inter', sans-serif; /* Agregado */
}

.pkp_page_index .journals h3 {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 7px 7px 11px -7px rgba(97,97,97,0.51);
    font-size: 20px;
}

.pkp_page_index .journals h3 a {
    color:#0e2d5d;
    font-weight: bold;
}

.pkp_page_index .journals .links li{
    background: #0e2d5d;
    padding: 6px;
    margin:5px;
    border-radius: 5px;
}

.pkp_page_index .journals .links li a{
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

.pkp_page_index .journals .links li:hover{
    background: #f83939;
    padding: 6px;
    margin:5px;
    border-radius: 5px;
}

.pkp_site_name .is_img img{

    box-shadow: -1px 3px 10px 0px rgba(97,97,97,0.15);
    border-radius: 10px;
}
.pkp_structure_head{
    box-shadow: -1px 3px 10px 0px rgba(97,97,97,0.15);
}