/*-------PRESENTACIO RCUB HOME------------------*/
div#presentacio-rcub {
/*    background: #fafafa;*/
    border: #dddddf solid 1px;
    padding: 5px 0 5px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(154, 153, 180, 0.25);
    width: 85%;
    margin: 25px auto 0 auto;
    color: #3b3a3a;
}
#presentacio-rcub a {color: #3b3a3a;}
#presentacio-rcub a:hover {text-decoration: none;}
/*---------PAGINA INICI----------------------*/
#siteub .pkp_structure_content {width:80%;}
@media only screen and (max-width:980px) {#siteub .pkp_structure_content {width: 100%; padding:30px 0;}}
#siteub .pkp_structure_main::before, .pkp_structure_main::after {content: none;}
#siteub .pkp_structure_main {margin:0;padding:0; width:auto;}
#siteub .thumb {margin:0px 10px; padding:0 ;width:155px;height:300px;}
#siteub .thumb_img {width:140px; height:198px; background-repeat:no-repeat; background-position:center; background-size:contain; margin-right:auto; margin-left:auto; padding:0;}
#siteub .thumb_title{margin:5px 0 0 0;}
#siteub .journals {display:flex;flex-direction:row;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;padding:30px;width:100%;}
#siteub div.thumb a {text-decoration: none; color: #3b3a3a;}
#siteub div.thumb a:hover {text-decoration: underline;}
#siteub .pkp_navigation_user li a {color: #3b3a3a;}
#siteub .pkp_nav_list ul a {color: #3b3a3a;}
#siteub .pkp_structure_head {background-color: transparent;}
#siteub div.pkp_head_wrapper {padding-top: 10px;}
#siteub button.pkp_site_nav_toggle span,
#siteub button.pkp_site_nav_toggle span:after,
#siteub button.pkp_site_nav_toggle span:before {border-bottom: 3px solid #3b3a3a;}
#siteub .pkp_site_nav_menu {background-color: #fff;}
#siteub button.pkp_site_nav_toggle--transform span {border-bottom: none;}
#siteub div.page_index_site h2 {color: #3b3a3a; margin-left: 5%; padding-top: 20px;}
#siteub div#backtotop {width: max-content; margin-right: auto; margin-left: auto; padding-bottom: 3%;}
#siteub div#backtotop a {color: #3b3a3a; text-decoration: none; font-size: 0.9em;}
#siteub div#backtotop a:hover {text-decoration: underline;}

/*#siteub .pkp_site_name .is_img img {max-height: 50px;}*/
/*@media only screen and (min-width:992px) {#siteub .pkp_site_name {right: 120px;}}*/
/*---------PEU HOME--------------------------*/
#ubfooter {
    background-color: black;
    color:white;
    font-weight: bold;
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding:30px;
    width:100%;
}
#ubfooter a {color: #b2b1b2; text-decoration: none; border-bottom: 0;}
#ubfooter a:hover {color: #959595;}
#ubfooter img {max-width: 80%;}
#ubfooter div:nth-of-type(1) {padding: 0 50px 0 0;}
#ubfooter div:nth-of-type(2) {padding: 0 150px 0 44px;}
#ubfooter div:nth-of-type(3) {padding: 0 21px 0 0;}
/*----------JOURNALS---------------------------*/
.pkp_page_index section.homepage_about h2 {visibility: hidden;}
/*----------------- TAULA INDEXACIONS ------------------*/
table.taulaindex tbody tr td a img {width: 100px; height: 53px; max-width: unset;}
table.taulaindex p {line-height: 20px;}
table.taulaindex p:last-child {margin-bottom: 20px;}
