@media screen and (min-width: 1024px){
    .searchbox{
        width: 50%;
    }
    body{
        font-size: 17px;
        font-family: 'Poppins';
    
    }
    .footerbox {
        background-color: var(--color4);
        flex: 0.3;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    
    }
    .lastvolume{
        display: flex;
        justify-content: flex-start;
        flex:0.5;
        padding-left: 0px;
    }

    .lastvolumeimg {
        padding-left: 25px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .lastvolumelinks {
        padding-left: 25px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .footerlinks{
        background-color: var(--color4);
    }

    .previousjournals {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    

    .searchboxlogo{
        display: flex;
    }

    .hide-on-mobile{
        display: flex;
    }

    
    .bg{
        background: url('../../img/revista/back1.webp');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
    }
    .container .body{
        padding: 25px;
        text-align: justify;
    }
    
        
    .row{
        display: flex;
        flex-direction: row;
    }
    
}