@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 115px!important;
    }
}

.pkp_navigation_primary_wrapper{
    padding: 0px 1rem!important;
}


@media (max-width: 992px) {
    .pkp_structure_head{
        background-image: url('https://revista.cep.org.pe/public/journals/1/homepageImage_es.png');
        background-repeat: no-repeat;
        background-position: center center;
        height: 110px;
        background-size:cover;
     }
     .pkp_site_name .is_img img{
        max-height: 7rem!important;
     }
     .pkp_site_nav_menu{
        top: 260%!important;
     }
}


/*create buttons style bootstrap 5*/
.btn-custom {
    background-color: #004085;
    color: #fff;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}