body {
    margin: 0px;
}
html {
    font-family: 'Montserrat';
}

iframe,
img {
    margin-bottom: -6px;
}
a {
    color: #215068;
}
strong {
    font-weight: bold;
}
h1 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #215068;
    padding: 10px;
    text-align: center;
}
h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #215068;
}
h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #215068;
    margin: 0px;
}
iframe {
    width: 100%;
}

blockquote {
    color: #edae43;
    font-weight: 600;
    padding: 10px;
    border-left: 0px;
}

[type="checkbox"]+span:not(.lever) {
    padding-left: 24px;
}

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    grid-template-areas:
    'header '
    'main'
    'footer';
    height: 100vh;
}

header {
    grid-area: header;
    padding: 0px;
    display: flex;
}

main {
    grid-area: main;
}
footer {
    margin-top: 40px;
    grid-area: footer;
    box-shadow: 0 0 10px rgb(212,212,212);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
footer > .footer-principal {
    padding: 20px 0px;
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-columns: 2fr 3fr;
    grid-gap: 10px;
    grid-template-areas:
  "logo logo"
  "menu segueixnos"
  "menu imatges"
  "colaborados colaborados"
  "newsletter newsletter" ;
}
footer > .footer-mes-colaborados {
    display: flex;
    padding: 20px 10px;
    justify-content: center;
    flex-wrap: wrap;
}

footer > .footer-mes-colaborados > .footer-mes-colaborados-item  {
    width: 100%;
    text-align: center;
}

footer .titol,
footer .footer-menu a {
    text-align: left;
    font-weight: bold;
    color: #215068;
}
footer  .footer-logo {
    grid-area: logo;
    padding: 10px;
}
footer  .footer-menu {
    grid-area: menu;
    padding: 0px 10px;
}
footer  .footer-segueixnos {
    grid-area: segueixnos;
    padding: 0px 10px;
    max-width: 250px;
}
footer  .footer-imatges {
    grid-area: imatges;
    padding: 0px 10px;
    max-width: 115px;
}
footer  .footer-colaborados {
    grid-area: colaborados;
    padding: 0px 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
footer  .footer-colaborados .titol {
    width: 100%;
}
footer  .footer-newsletter {
    padding: 0px 10px;
    grid-area: newsletter;
}
footer  .footer-newsletter .submit {
    text-align: center;
}
footer  .footer-newsletter #mce-EMAIL {
    margin-bottom: 0px !important;
    font-size: 15px;
    height: auto;
    padding: 10px !important;
    width: calc(100% - 22px) !important;
}
footer  .footer-text_peu {
    border-top: 1px solid #cccccc;
    padding: 10px 25px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
footer .footer-logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}

footer .footer-colaborador-especial, footer .footer-colaboradors, footer .footer-suport, footer .footer-projecte {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-bottom: 25px;
}

footer .footer-colaborador-especial .titol, footer .footer-colaboradors .titol, footer .footer-suport .titol, footer .footer-projecte .titol {
    width: 100%;
}
.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.header-logo img {
    width: 200px;
    margin-bottom: 0px;
}
header .header-menu {
    display: flex;
    align-items: center;
    height: 100%;
}
header .header-menu > ul:not(.idiomes) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 85.71%;
}
header .header-menu li {
    flex-grow: 1;
    text-align: center;
}
header .header-menu li.idiomes {
    border-left: 2px solid #215068;
}
header .header-menu > ul > li > div {
    display:none;
}
header .header-boto-mbl {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

header  .reserves {
    display: flex;
    align-items: center;
}

.menu-desplegable li {
    display: block;
    position: relative;
}
.menu-desplegable li a {
    padding: 10px 0px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #215068;
}

#menuMobil  li.select > div > a,
.menu-desplegable li.active > a,
.menu-desplegable li.select > a,
.menu-desplegable li:hover > a {
    color: #edae43 !important;
}
.header-menu > .menu-desplegable {
    width: 100%;
}
.menu-desplegable li:not(.idiomes) > ul {
    display: none;
    position: absolute;
    background: white;
    width: 300px;
    z-index: 100;
    top: 42px;
}
.menu-desplegable li > ul > li.active:hover > ul,
.menu-desplegable li.active > ul,
.menu-desplegable li:hover > ul {
    display: block;
}
.menu-desplegable li > ul > li:hover > ul {
    display: none;
}

.menu-desplegable li > ul > li {
    text-align: left !important;
    padding: 0px 10px;
    border-left: 2px solid #215068;
}
.menu-desplegable li > ul > li  a {
    padding: 5px 0px;
}
.menu-desplegable li > ul > li > ul {
    position: initial !important;
    width: 280px !important;
}

ul.idiomes {
    padding: 10px 0px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #215068;
    min-width: 105px;
    width: 14.29%;
}

#menuMbl {
    display: block;
}
#menuMbl .material-icons {
    font-size: 3rem;
}

#menuMobil .collapsible-header a {
    flex-grow: 1;
    font-weight: bold;
}
#menuMobil .collapsible-body {
    border-left: 2px solid #215068;
    margin-left: 1px;
}

#menuMobil .opcions {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}
#menuMobil .opcions > a {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0px;
    padding-left: 10px;
    font-weight: bold;
    color: #215068;
}
a.dropdown-trigger {
    display: block;
}

#dropdown2 a {
    font-weight: bold;
    color: #215068;
}
#menuMobil .opcions > a .material-icons {
    margin: 0px 10px;
}

.footer-imatges > .content,
.footer-segueixnos > .content {
    text-align: right;
}

.footer-segueixnos img,
.footer-imatges img {
    width: 32px;
}
.header-logo img,
.footer-logo img {
    max-width: 100%;
}

footer .footer-newsletter input {
    width: 100%;
}
footer .footer-suport-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .footer-suport-items > a {
    width: 150px;
}

footer .footer-colaborados-items {
    width: 100%;
    text-align: center;

}
.footer-colaboradors-links {
    display: flex;
    justify-content: left;
}
.footer-colaboradors-links > a{
    width: 150px;
}
li span.btn {
    margin: 5px;
}

.btn {
    background: white;
    color: #215068;
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #215068;
}

.btn:hover {
    background: #edae43;
}

.btn.blau {
    background: #215068;
    color: white;
    font-weight: bold;
}
.btn.groc {
    background: #edae43;
    color: white;
    border-color: #edae43;
    width: auto !important;
}
.btn.reserves {
    border: 0px;
    height: 38px;
}

.btn.reserves:hover {
    opacity: 0.85;
    background: none;
    border: 0px;
    box-shadow: none;

}

.btn.reserves > img {
    height: 100%;
}

.input-field input, .input-field textarea {
    border: 1px solid #cccccc !important;
    padding: 0px !important;
    margin-top: 5px !important;
    border-radius: 3px !important;
    background: white;
}
.input-field textarea {
    min-height: 215px;
}
.seccio .barra_titol {
    padding: 10px 40px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;

}
.seccio  .barra_titol .botons {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.seccio  .barra_titol .botons > a {
    min-width: 280px;
}

.seccio .barra_titol .botons > a:hover {
    text-decoration: underline;
    color: white;
}

.seccio .barra_titol.buit {
    height: 50px;
    align-items: center;
}
.seccio .barra_titol > .titol {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
}

.seccio .barra_titol > .subtitol {
    font-size: 1.2rem;
    padding-left: 20px;
}

.seccio.taronja .barra_titol {
    background: #edae43;
    color: white;
}

.seccio.blava .barra_titol {
    background: #215068;
    color: white;
}

.destacats .fletxes {
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
    position: absolute;
    width: 100%;
    color: white;
    font-size: 50px;
    height: 100%;
    align-items: center;
}

.destacats .fletxes > div {
    z-index: 1000;
}
.destacats .fletxes a:hover {
    background: rgba(0,0,0,0.2);
}
.destacats .fletxes a {
    height: 80px;
    width: 80px;
    background: initial;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.destacats .carousel-slider {
    /*max-height: 350px;*/
}
.destacats .responsive-img {
    min-width: 100%;
}

.destacats .indicator-item.active {
    background: #edae43 !important;
}

.destacats .indicator-item {
    background: white !important;
}

.destacat .material-icons {
    color: white;
}

.destacat {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.destacat .item {
    width: 100%;
    position: relative;
    overflow: hidden;

}
.destacat .item .imatge {
    position: relative;
    padding-top: 40%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}
.destacat .item > .contingut {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    flex-wrap: wrap;
}

.destacat .item p {
    color: white;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0px;
}

.destacat .sol {
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 10;
}
.destacat .sol > img {
    transform: rotate(
            180deg
    );
}

.destacat.agenda .item .imatge {
    padding-top:66%;
}

.destacat.agenda > a {
    width: 100%;
    margin-bottom: 4px;

}
.destacat.agenda > a:last-child {
    margin-bottom: 0px;
}

.destacat.agenda .detall {
    background: rgba(0,0,0,0.5);
    z-index: 73;
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 25px;

    /*display: flex;*/
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;

}
.destacat.agenda a:hover .detall{
    display: flex;
}
.destacat.agenda .detall > .titol {

    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
}
.destacat.agenda .detall > .data {
    font-size: 1.2rem;
}
.destacat.agenda .detall > .lloc {
    padding: 10px 0px;
}

.destacat.noticies > .item {
    display: flex;
    flex-wrap: wrap;
}

.destacat.noticies .contingut {
    position: relative;
    width: 100%;
    background: #215068;
    color: white;
    padding: 25px;
    justify-content: start;
}

.destacat.noticies .contingut > a > .titol{
    font-weight: bold;
    font-size: 1.1rem;
}


.destacat.noticies .contingut > .barra_titol {
    padding-left: 0px;
}

.destacat.noticies .item .imatge:before,
.destacat.noticies .item .imatge:after {
    display: none;
    width: 5%;
    height: 50%;
    position: absolute;
    left: 0px;
    content: "";
}

.destacat.noticies .item .imatge:before {
    top: 0px;
    background: linear-gradient(to right top, #215068 50%, transparent 50%)
}

.destacat.noticies .item .imatge:after {
    top: 50%;
    background: linear-gradient(to right bottom, #215068 50%, transparent 50%)
}

.destacat.noticies .imatge{
    display:none;
    width: 50%;
    background: url('/img/manresa2022_v4/imatge_noticies.jpg');
}

.destacat.noticies a {
    color: white;
}
.destacat.noticies a:hover .titol{
    text-decoration: underline;
}

.destacat.noticies .contingut > a {
    width: 100%;
}
.destacat.noticies .boto_mes {
    padding-top: 10px ;
}

.boto_mes {
    padding-top: 0px;
    color: white;
}
.boto_mes > .material-icons {
    background: white;
    color: #215068;
    border-radius: 50%;
    font-size: 1.2rem;
    padding: 2px;
}
.destacat.articles .btn {
    margin-top: 15px;
    font-size: 1.2rem;
}
.destacat.articles > .item {
    margin-bottom: 4px;
}
.material-icons {
    float:left;
    margin-right: 10px;
    color: #215068;
}

.headerActe {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #215068;
    color: white;
}

.headerActe .imatge {
    width: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    height: 150px;
}

.headerActe .detallActe {
    width: 100%;
    padding: 15px;
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto 1fr;
    grid-template-areas:
            "acte-detall-tema"
            "acte-detall-titol"
            "acte-detall-subtitol"
            "acte-detall-cicle"
            "acte-detall-horari";
}
.headerActe .detallActe .dades .material-icons {
    font-size: 1.5rem;
}
.headerActe .titol {
    grid-area: acte-detall-titol;
}
.headerActe .subtitol {
    grid-area: acte-detall-subtitol;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.headerActe .cicle {
    grid-area: acte-detall-cicle;
    font-size: 1.1rem;
    padding: 10px 0px;
}
.headerActe .dades {
    grid-area: acte-detall-horari;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}
.headerActe .tema {
    grid-area: acte-detall-tema;
    padding: 10px 0px;
    font-size: 1rem;
    text-transform: uppercase;
}
.headerActe .sol {
    right: 0px;
    position: absolute;
    bottom: -7px;
}
.headerActe .sol > img {
    transform: rotate(90deg);
    margin-bottom: 0px;
}
.headerActe .material-icons {
    color: white;
}
.headerActe h1
{
    color: white;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.musica .headerActe {
    background: #b2176a;
    color: white;
}
.musica .cosActe .subtitol {
    color: #b2176a;
}
.esport .headerActe {
    background: #c1cc00;
    color: white;
}
.esport .cosActe .subtitol {
    color: #c1cc00;
}
.joventut .headerActe {
    background: #30a18b;
    color: white;
}
.joventut .cosActe .subtitol {
    color: #30a18b;
}
.art .headerActe {
    background: #ee8643;
    color: white;
}
.art .cosActe .subtitol {
    color: #ee8643;
}
.educacio .headerActe {
    background: #5aa5da;
    color: white;
}
.educacio .cosActe .subtitol {
    color: #5aa5da;
}
.mon .headerActe {
    background: #d60d4c;
    color: white;
}
.mon .cosActe .subtitol {
    color: #d60d4c;
}
.pensament .headerActe {
    background: #6963a0;
    color: white;
}
.pensament .cosActe .subtitol {
    color: #6963a0;
}

.cosActe {
    padding: 10px;
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
            "acte-cos-descripcio"
            "acte-cos-dades"
            "acte-cos-mapa";
}
.cosActe .acte-descripcio {
    grid-area: acte-cos-descripcio;
    text-align: justify;
    padding-top: 20px;
}
.cosActe .acte-cos-dades {
    grid-area: acte-cos-dades;
    padding-top: 20px;
}
.cosActe .acte-cos-dades li {
    list-style-type: square !important;
    margin-left: 15px;
    margin-bottom: 10px;
}
.cosActe .acte-cos-mapa {
    grid-area: acte-cos-mapa;
}
.cosActe .titol {
    font-size: 1.2rem;
    font-weight: bold;
    color: #215068;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.cosActe .subtitol {
    font-weight: bold;
    color: #215068;
}
.imgFons {
    background-size: cover !important;
    background-position: center !important;
}
.imgFons > img {
    width: 100%;
}
main > .filHeader {
    height: 10px;
    background-color: #edae43;
    margin-bottom: 20px;
}
.filAriadna {
    padding: 10px;
}
.filAriadna a {
    color: black !important;
    font-size: 15px;
}
.filAriadna span {
    color: #666 !important;
    font-size: 15px;
}
.filAriadna ::before {
    color: black !important;
    font-size: 15px;
}
.filAriadna a:hover {
    text-decoration: underline;
}
main > .contingut {
    padding: 10px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto auto auto;
    grid-template-areas:
        "content-titol"
        "content-img"
        "content-contingut"
        "content-docs"
        "content-fills"
        "content-agenda";
}
main > .contingut > .titol {
    grid-area: content-titol;
}
main > .contingut > .imatge {
    grid-area: content-img;
}
main > .contingut > .principal {
    grid-area: content-contingut;
}
main > .contingut > .principal .input-field input, main > .contingut > .principal .input-field textarea {
    width: 100%;
    padding: 10px !important;
}
main > .contingut > .principal .inscripcio .input-field input {
    height: 36px !important;
    padding: 0px !important;
    padding-left: 10px !important;
}
main > .contingut > .principal .inscripcio .input-field label {
    padding-left: 10px;
}
main > .contingut > .documents {
    grid-area: content-docs;
    text-align: center;
}
main > .contingut > .fills {
    grid-area: content-fills;
}

main > .contingut > .agenda-contingut {
    grid-area: content-agenda;
}

main > .contingut > .imatge > .imatge-sola {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 275px;
}


main .dades-detall > div {
    line-height: 27px;
}
main .contingut .documents-item {
    text-align: left;
}
main .contingut .documents-item > a {
    line-height: 27px;
    color: #215068;
    display: flex;
}
.llistat {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.llistat > .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
}
.llistat > .item > .imatge {
    height: 160px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}
.llistat > .item > .content {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.llistat > .item .titol {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    color: #215068;
}
.llistat > .item .descripcio {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 66px;
}

.llistat > .botons {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

.llistat.blau {
    margin-top: 35px;
}

.llistat.blau > .item .content{
    background: #215068;
}
.llistat.blau > .item .descripcio {
    color: white;
}
.llistat.centrat > .item .content {
    align-items: center;
    padding: 20px;
}
.llistat.centrat > .item .descripcio {
    text-align: center;
}

.llistat.noticies > .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: space-between;

}
.llistat.noticies > .item > .imatge {
    height: 160px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}
.llistat.noticies > .item .botons {
    text-align: center;
    margin: 10px 0px;
}
.llistat.noticies > .item .titol {
    font-size: 1rem;
    text-transform: none;
    flex-grow: 1;
}
.llistat.noticies > .item .date {
    color: #808080;
}
.noticia-botons {
    margin-top: 10px;
}

.contingut-comarribar {
    display: flex;
    flex-wrap: wrap;
}
.contingut-comarribar > .item {
    display: flex;
    padding: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.contingut-comarribar .icona {
    padding-right: 5px;
    width: 40px;
}
.contingut-comarribar .content {
    text-align: left;
    width: calc(100% - 40px);
}
.contingut-comarribar h3 {
    margin-top: 12px;
}

.agenda-titol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.agenda-titol > h1 {
    margin-bottom: 0px;
    text-transform: uppercase;
}
.llistat.fills > .item {
    box-shadow: 0 0 10px rgb(224, 223, 224);
    padding: 0px;
    margin-bottom: 20px;
}

.llistat.agenda > .item {
    box-shadow: 0 0 10px rgb(224, 223, 224);
    margin: 15px 10px;
    padding: 0px;
}

.llistat.agenda > .item > .imatge {
    height: 220px;
}

.llistat.agenda > .item > .content {
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto 1fr auto auto;
    grid-template-areas:
        "agenda-categoria agenda-sol"
        "agenda-titol agenda-sol"
        "agenda-subtitol agenda-subtitol"
        "agenda-cicle agenda-cicle"
        "agenda-descripcio agenda-descripcio"
        "agenda-horari agenda-horari"
        "agenda-botons agenda-botons";

}
.llistat.agenda > .item > .content .categories {
    grid-area: agenda-categoria;
    text-align: left;
    padding-right: initial;
}
.llistat.agenda > .item > .content .sol {
    grid-area: agenda-sol;
    text-align: right;
}
.llistat.agenda > .item > .content .sol > img {
    width: 60px;
}
.llistat.agenda > .item > .content .titol {
    grid-area: agenda-titol;
    display: flex;
    align-items: flex-end;
}
.llistat.agenda > .item > .content .subtitol {
    grid-area: agenda-subtitol;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #215068;
}
.llistat.agenda > .item > .content .cicle {
    grid-area: agenda-cicle;
    font-size: 1.1rem;
    color: #215068;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}

.llistat.agenda > .item > .content .descripcio {
    grid-area: agenda-descripcio;
    margin-bottom: 10px !important;
    display: block;
}
.llistat.agenda > .item > .content .dades-detall {
    grid-area: agenda-horari;
}
.llistat.agenda > .item > .content .botons {
    grid-area: agenda-botons;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 10px;
}
.llistat.agenda > .item >  .content .categories {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1rem;
    display: flex;
    align-items: flex-end;
    justify-content: left;
}

.llistat.agenda > .item > .content.musica .categories {
    color: #b2176a;
}

.llistat.agenda > .item > .content.esport .categories {
    color: #c1cc00;
}

.llistat.agenda > .item > .content.joventut .categories {
    color: #30a18b;
}

.llistat.agenda > .item > .content.art .categories {
    color: #ee8643;
}
.llistat.agenda > .item > .content.educacio .categories {
    color: #5aa5da;
}
.llistat.agenda > .item > .content.mon .categories {
    color: #d60d4c;
}

.llistat.agenda > .item > .content.pensament .categories {
    color: #6963a0;
}
.acte-cos-dades .btn {
    margin-top: 10px;
}
.acte-cos-dades ul {
    margin: 0px;
    padding-left: 10px;
}


.filtres .botons {
    text-align: right;
}
.filtres .categoria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filtres .categoria > div {
    padding: 0px 5px;
}
.filtres .categoria .titol {
    width: 100%;
    margin-bottom: 16px;
}
.filtres .titol {
    text-transform: uppercase;
    font-weight: bold;
    color: #215068;
}

.filtres .categoria-item {
    width: 100%;
}
.contacte-container {
    display: flex;
    flex-wrap: wrap;
}
.contacte-dades {
    width: 100%;
}

.contacte-xarxessocials > a {
    margin: 10px;
    width: 32px;
}

.contacte-xarxessocials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contacte-mapa {
    width: 100%;
}
.contacte-formulari  {
    width: calc(100% + 30px);
    width: 100%;
    background: #215068;
    color: white;
    padding: 10px;
    /*margin-left: -10px;*/
    /*margin-right: -20px;*/
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.contacte-formulari .contacte-titol,
.contacte-formulari .contacte-text{
    width: 100%
}
.contacte-formulari > form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contacte-formulari .part-form-1, .contacte-formulari .part-form-2 {
    width: 100%;

}
.contacte-formulari .part-form-2 > div:not(.input-field) {
    text-align: right;
}
.contacte-formulari label.active {
    color: white !important;
}
.contacte-formulari h2 {
    color: white;
    margin-top: 10px;
}
.titol-biografia {
    padding: 10px;
    background: #215068;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.biografia-text > ul {
    border-left: 3px solid #215068;
    margin-left: 20px;
}
.biografia-text > ul > li:last-child {
    background: white;
}
.biografia-text > ul > li {
    /*background-image: url("/img/manresa2022_v4/rodona-list.png");*/
    /*background-repeat: no-repeat;*/
    /*line-height: 26px;*/
    /*padding-left: 45px;*/
    /*margin-left: -14px;*/
    margin-left: -3px;
    padding-left: 32px;
}

.biografia-text .any {
    font-size: 1.2rem;
    font-weight: bold;
    color: #215068;
    margin: 10px -43px;
    background-image: url("/img/manresa2022_v4/rodona-list.png");
    background-repeat: no-repeat;
    line-height: 26px;
    padding-left: 45px;
}
.biografia-text .subtitol {
    font-size: 1.4rem;
    font-weight: bold;
    color: #edae43;
    margin-top: 30px;
}
.biografia-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.biografia-text {
    width: 100%;
    padding-right: 10px;
}
.biografia-imatges {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biografia-imatges > img {
    width: 100%;
    margin: 10px 0px;
}
.contingut-buit .titular {
    padding: 10px;
}

@media only screen and (min-width: 361px) {  /*Mida S */
    .llistat > .item > .imatge {
        height: 160px;
        width: 160px;
    }
    .llistat.agenda > .item > .imatge {
        width: 100%;
    }
    .llistat > .item > .content {
        width: calc(100% - 160px);
    }
    .llistat.noticies > .item > .content {
        width: 100%
    }
    .llistat.dret > .item {
        flex-direction: row-reverse;
    }
}
@media only screen and (min-width: 601px) { /*Mida M */
    footer > .footer-mes-colaborados > .footer-mes-colaborados-item  {
        width: 50%;
        text-align: left;
    }
    footer > .footer-mes-colaborados {
        justify-content: space-between;
    }
    footer > .footer-principal{
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 2fr 3fr 2fr;
        grid-template-areas:
        "logo logo logo"
        "menu segueixnos newsletter"
        "menu imatges newsletter"
        "colaborados colaborados colaborados";
    }
    footer .footer-colaborados-items {
        width: 50%;
        text-align: left;
    }
    .destacat.agenda > a:first-child {
        width: 100%;
        margin-bottom: 4px;
    }
    .destacat.agenda > a {
        width: calc(50% - 2px);
        margin-bottom: 0px;
    }

    .destacat.articles > .item {
        width: calc(50% - 2px);
        margin-bottom: 0px;
    }
    .destacat.articles .item p {
        font-size:1.4rem;
    }
    main > .contingut {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto 1fr auto auto;

        grid-template-areas:
        "content-titol content-titol"
        "content-contingut content-img"
        "content-contingut content-docs"
        "content-fills content-fills"
        "content-agenda content-agenda";
    }

    main > .contingut > .imatge > .slider{
        width: 200px;
        height: 190px !important;
    }
    main > .contingut > .imatge > .slider > .slides{
        height: 150px !important;
    }
    main > .contingut > .imatge > .imatge-sola {
        width: 200px;
        height: 200px;
    }
    main .contingut .documents-item,
    main > .contingut > .documents img {
        width: 200px;
    }
    .contingut-comarribar > .item {
        width: 50%;
    }
    .llistat.agenda > .item > .imatge {
        width: 220px;
    }
    .contingut .llistat.agenda > .item > .imatge {
        width: 100%;
    }
    .llistat.agenda > .item > .content {
        width: calc(100% - 220px);
    }
    .llistat.agenda > .item > .content .descripcio {
        display: none;
    }
    .llistat.agenda > .item > .content {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto auto 1fr auto auto;
        grid-template-areas:
        "agenda-categoria agenda-sol"
        "agenda-titol agenda-sol"
        "agenda-subtitol agenda-sol"
        "agenda-cicle agenda-cicle"
        "agenda-horari agenda-horari"
        "agenda-botons agenda-botons";
    }
    .llistat.noticies > .item {
        width: 50%;
    }
    .llistat.noticies > .item > .content {
        width: 100%
    }

    .headerActe {
        flex-direction: row-reverse;
        height: 250px;
    }
    .headerActe .imatge {
        width: 410px;
        height: auto;
    }
    .headerActe .detallActe {
        width: calc(100% - 410px);
    }
    .filtres .categoria-item {
        width: 50%;
    }
    .seccio  .barra_titol .botons {
        justify-content: flex-end;
        width: auto;
    }
    .contacte-dades {
        width: 50%;
    }
    .contacte-mapa {
        width: 50%;
    }
    .contacte-formulari .part-form-1, .contacte-formulari .part-form-2 {
        width: calc(50% - 20px);
        margin: 0px 10px;
    }
    .contacte-formulari .contacte-titol,
    .contacte-formulari .contacte-text{
        width: 50%;
    }
    .biografia-imatges > img {
        width: 49%;
    }
}
@media only screen and (min-width: 730px) {

    /*Mida L */
    .contingut .llistat.agenda > .item > .imatge {
        width: 220px;
    }
    .contingut .llistat.agenda > .item > .content {
        grid-template-columns: 1fr auto auto;
        grid-template-rows: auto auto auto 1fr  auto;
        grid-template-areas:
        "agenda-categoria agenda-categoria agenda-sol"
        "agenda-titol agenda-titol agenda-sol"
        "agenda-subtitol agenda-subtitol  agenda-sol"
        "agenda-horari agenda-horari agenda-horari"
        "agenda-botons agenda-botons agenda-botons";
    }
}
@media only screen and (min-width: 993px) { /*Mida L */
    footer .footer-suport-items {
        justify-content: space-between;
    }
    footer .footer-colaborados {
        padding: 0px;
    }
    footer .footer-colaborados-items {
        width: auto;

    }
    .footer-colaboradors-links > a{
        width: auto;
    }
    #menuMbl {
        display: none;
    }
    footer > .footer-principal  {
        grid-template-rows: auto 1fr auto ;
        grid-template-columns: 2fr 2fr 1fr 2fr;
        grid-template-areas:
        "logo logo logo logo"
        "menu segueixnos imatges newsletter"
        "menu colaborados colaborados newsletter";
    }
    .destacat.agenda > a,.destacat.agenda > a:first-child {
        width: calc(33.33% - 2px);
        margin-bottom: 0px;
    }
    .destacat.agenda .detall {
        display:none;
    }

    .destacat.noticies .contingut {
        width:50%
    }

    .destacat.noticies .imatge {
        display: block;
        padding-top: initial;
        height: 100%;
    }
    .destacat.noticies .item .imatge:before,
    .destacat.noticies .item .imatge:after {
        display: block;
    }

    main > .contingut > .imatge > .slider,
    main > .contingut > .imatge > .imatge-sola {
        width: 300px;
        height: 300px;
    }
    main .contingut .documents-item,
    main > .contingut > .documents img {
        width: 300px;
    }
    main > .contingut > .imatge > .slider{
        width: 300px;
        height: 340px !important;
    }
    main > .contingut > .imatge > .slider > .slides{
        height: 300px !important;
    }
    .contingut-comarribar > .item {
        width: 33.33%;
    }

    .llistat > .item {
        width: 50%;
    }
    .llistat.fills > .item {
        margin: 10px;
        width: calc(50% - 20px);
    }
    .llistat.agenda > .item {
        width: 100%;
    }
    .llistat.agenda > .item > .content .descripcio {
        display: block;
    }
    .llistat.agenda > .item > .content {
        grid-template-columns: 1fr 1fr auto auto;
        grid-template-rows: auto auto 1fr auto;
        grid-template-areas:
        "agenda-titol agenda-titol agenda-categoria agenda-sol"
        "agenda-subtitol agenda-subtitol agenda-subtitol agenda-sol"
        "agenda-cicle agenda-descripcio agenda-descripcio agenda-descripcio"
        "agenda-horari agenda-horari agenda-botons agenda-botons";
    }
    .llistat.agenda > .item > .content .categories {
        text-align: right;
        padding-right: 10px;
        align-items: flex-start;
        padding-top: 5px;
    }
    .cosActe {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto 1fr;
        grid-template-areas:
            "acte-cos-descripcio acte-cos-dades"
            "acte-cos-descripcio acte-cos-mapa";
    }
    .cosActe .acte-cos-dades,
    .cosActe .acte-cos-mapa
    {
        width: 400px;
    }
    .filtres .categoria-item {
        width: 33.33%;
    }
    .llistat.noticies {
        padding: 0px 20px;
    }
    .llistat.noticies > .item {
        width: 33.33%;
    }

    .biografia-imatges > img {
        margin: 10px 0px;
        width: auto;
    }
    .biografia-imatges {
        width: 500px;
    }
    .biografia-text {
        width: calc(100% - 500px);
    }
    .biografia-text {
        padding-right: 20px;
    }
    footer > .footer-principal, footer > .footer-mes-colaborados, footer  .footer-logos {
        padding: 20px;
    }

    header {
        padding: 0px 20px;
    }
    .cosActe,
    .contingut-buit .titular,
    .filtres,
    .agenda-titol,
    .llistat.agenda {
        padding: 0px 20px;
    }
    .header-menu {
        flex-grow: 1;
    }
    .header-logo {
        flex-grow: 0;
    }
    .headerActe .detallActe {
        padding-left: 20px;
    }
    footer .footer-colaborador-especial, footer .footer-colaboradors, footer .footer-suport, footer .footer-projecte {
        width: 45%;
    }
}
@media only screen and (min-width: 1201px) /* Mida XL*/
{

    .biografia-text {
        padding-right: 5%;
    }
    .filAriadna {
        padding: 10px 5%;
    }
    main > .contingut {
        padding: 0px 5%;
    }
    footer > .footer-principal, footer > .footer-mes-colaborados, footer  .footer-logos {
        padding: 20px 5%;
    }
    header {
        padding: 0px 5%;
    }
    .llistat.noticies {
        padding: 0px 5%;
    }

    .cosActe,
    .contingut-buit .titular,
    .filtres,
    .agenda-titol,
    .llistat.agenda {
        padding: 0px 5%;
    }
    .contingut .llistat.agenda {
        padding: 0px;
    }
    .headerActe .detallActe {
        padding-left: 5%;
    }
}