#main-content {
    color: #00365F !important;
    text-align: justify;
}

.pkp_structure_main{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.card-body a {
    background-color: #b2a40c;
    border-radius: .5rem;
    padding: .4rem;
}

.card-body a:hover::after{ content: "→";}

/*.journal-info-container{
    margin-top: 2rem;
    width: 100%;
}

.journal-info-container .row{
    margin-top: 7rem; 
    box-shadow: 0px 2px 5px gray; 
    padding: 2rem;
    border: .5px solid gray;
    border-radius: 1rem;
}

.journal-info-container .heading button{
    color: #00365F;
    border: #00365F 1px solid;
    background-color: #fff;
}

.journal-info-container .heading button:hover{
    background-color: #00365f6d;
}*/

.journal-info-container {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.uc-img {
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    margin-top: 2rem;
}

.uc-img img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    border-radius: 15px;
}

.uc-img img:hover {
    transform: scale(1.1);
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.issue-container-btn{
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.submission-btn{
    background-color: #DFAB00; 
    padding: 1.2rem;
    color: white;
    border-radius: .5rem;
}

.submission-btn:hover{
    background-color: #dfab0070;
}

.card-body h3{
    font-weight: bold;
}

/*
.card-body{
    margin-top: 1rem;

}
*/
.uc-img img{
    width: 95%;
}

/*Anuncios*/
.heading .thumbnail {
    border: none;
    padding: 0;
    margin: 0;
}

.heading .thumbnail img {
    display: block;
    width: 90%;
    height: auto;
}


.description p{
    font-size: 1.8rem;
    font-weight: bold;
    font-style: italic;
}

.published{
    font-size: 1.8rem;
}

.page-header h2{
    margin-bottom: -1rem;
    font-weight: bold;
}

.latest-issue-btn{
    background-color: #00365F;
    color: #fff;
    margin-bottom: 2rem;
    border: none;
    transition: ease-in-out 1s;
}

.latest-issue-btn:hover::after{
    content: '→';
}

.latest-issue-btn:hover{
    background-color: #19255B;
    box-shadow: 0px 3px 5px #00365F;
}
