:root {
    --var-brand-green: #830c56;
    --var-dark-brand: #830c56;
    --var-dark-background: #ffffff;
}

/*ALTRES SERVEIS*/
.llistatAltresServeis {
    display: none;
}
#modulsDestacats {
    float: none;
    width: 100%;
}

.divAltresServeis {
    display: grid!important;
    margin: 0 auto;
    column-gap: 1rem;
    row-gap: 2rem;
    /*width: 90%;*/
    grid-template-columns: repeat(3, 1fr);
}
#llistatModuls {
    display: block;
}

#llistatModuls div.altresServeis.modul > h3 > a,
#llistatModuls > div > div.altresServeis.modul > h3 > a{
    display: flex;
    align-items: center;
    justify-content: center;

    color: black;
    background-color: transparent !important;

    border: var(--var-brand-green) 2px solid !important;
    border-radius: 0.5rem;
    padding: 1rem;

    font-size: 1.3rem;
}
.altresServeis:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#llistatModuls div.altresServeis:hover h3 {
    background-color: var(--var-brand-green);
    border-radius: 0.5rem;
    transition: 0.5s;
}

#llistatModuls div.altresServeis:hover h3 span {
    color: white;
}

.divAltresServeis .altresServeis a:after {
    display: none;
}

#llistatModuls .modul .descripcio {
    display: none;
}
.categoria:first-child {
    margin-bottom: 0;
}