:root {
    --bs-body-font-family: Roboto-Bold, Google Sans, Segoe UI, system-ui, -apple-system, sans-serif;
    --gris-fons: #fcfcfc;
    --gris-clar: #ebebeb;
    --colorInstitucio: #0071cd;
    --color-dark: #000;
    --gris-vores: #aaa;
    --color-gray-dark: #646464; 
}
* {
  box-sizing: border-box;
}
body {
    font-family: Roboto-Bold, Google Sans, Segoe UI, system-ui, -apple-system, sans-serif;
    color: var(--color-dark);
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none; 
    color: var(--colorInstitucio);
}
/* Capsalera UB */
header {
    border-bottom: 4px solid var(--colorInstitucio);
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 20px;
    flex-wrap: wrap;
    max-width: 1430px;
    margin: auto;
}
.logo-container {
    display: flex;
    align-items: flex-end;
}
.logo-container img {
    margin-top: 3rem;
    height: 60px;
/*     max-width: 100%; */
}
.right-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 3rem;
/*     min-width: 200px; */
}
.lang-links {
    text-align: right;
    border-bottom: 1px solid var(--gris-clar);
}
.lang-links a {
    margin-left: 1rem;
    text-decoration: none;
    color: #555;
}
.titol-fitxa {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
    align-self: flex-start;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .logo-container img {
        margin-top: 0 !important;
        height: 36px;
        width: auto;
    }
    .titol-fitxa {
        position: absolute;
        top: 55px;
        left: 0;
        border-bottom: solid 2px var(--colorInstitucio);
        padding: 0.6rem 1.5rem;
        margin-top: 0.3rem !important;
        margin-bottom: 0 !important;
        width: 100%;
        font-size: 1.5rem !important;
    }
    .lang-links {
        text-align: right;
        border-bottom: none !important;
    }
    #principal {
        margin-top: 55px;
    }
    #etsr_professorat {
        display: none
    }
    footer .row.content {
        flex-direction: column !important;
        gap: 0 !important;
    } 
}
@media (max-width: 992px) {
    #etsr_professorat {
        display: none
    }
}

@media print {
    .lang-links {
        visibility: hidden;
    }
}
.container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

#nom-pagina h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: normal;
}
.row.content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.col {
    flex: 1;
    min-width: 250px;
}
#foto img {
    border: solid 1px var(--gris-clar);
    padding: 0.5rem;
    box-shadow: 0 1px 2px var(--gris-vores);
    max-width: 90%;
}
.dadespersonals p {
    line-height: 1rem; 
    margin-top: 0.8rem; 
    margin-bottom: 0.5rem;
}

.infocontacte {
    border-top: solid 1px var(--gris-clar);
    margin-top: 2rem; 
    padding-top: 0.2rem; 
    font-size: 90%;
}
.infocontacte p {
    margin-top: 0rem;
    margin-bottom: 0.3rem;
    font-style: italic;
}

/* Seccions */
section {
    padding-top: 2rem; 
/*     margin-left: 0.5rem; */
}
.section-title {
    font-size: 1.4rem;
    border-bottom: solid 1px var(--gris-vores); 
    font-weight: bold; 
    line-height: 1.5rem;
}
.destacat {
    border: solid 1px var(--gris-clar);
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    background-color: var(--gris-fons);
}
#tpwsr_carrecs {
/*     border: solid 1px var(--gris-clar); */
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    background-color: #ededed;
}
#tpwsr_carrecs article {
    margin: 0.2rem 0 0.4rem 0;
    font-weight: normal;
}
#pwsr_resumDocencia article {
    margin: 0.2rem 0 0.4rem 0;
}
#pwsr_resumDocencia article:before {content: '- '}
#tpwsr_perfil article {
    display: initial;
    margin-left: initial;
}
/* Peu UB */
footer {
    border-block: 1px solid var(--gris-clar);
    background-color: #fff;
    margin-top: 2rem;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .row.content {
    gap: 2.5rem;
    width: 100%;
}
footer .col {
    flex: 1;
}
.xarxes-socials ul {
    padding-left: 0;
}
.xarxes-socials li {
    display: inline-flex;
    color: var(--color-dark);
    margin-inline-end: .5rem;
    margin-block: .5rem;

}
footer ul.institucional-links li:not(:last-of-type) {
    margin-inline-end: 30px;
    margin-block-end: 1rem;
}
footer ul.institucional-links a {
    color: var(--color-gray-dark);
    font-size: 12px !important;
    line-height: 1;
}
footer ul.institucional-links picture, footer ul.institucional-links img {
    display: block;
    height: 65px !important;
    margin-top: 1rem;
    transition: opacity .3s;
    max-inline-size: 100%;
    block-size: auto;
    border-style: none;
}
.peu-sira * {
    color: var(--color-gray-dark);
}
.peu-sira {
    border-bottom: solid 1px var(--gris-clar);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
/*


.destacat article.wp_item {background-image: none; padding-left: 0px;}
.destacat article.wp_item {margin-bottom: 10px;}
.destacat article.wp_item {margin: 3px 0px;}
.destacat article.wp_item:before {content: '- '}
.bloc4dg {margin-top: 20px; font-size: 110%}
/* */

