.page-template-page-premis-wapps .page-intro h2.page-bc {
    color: #e3061f;
}
.page-template-page-consells-clau .page-intro h2.page-bc {
    color: #e3061f;
}

.page-intro {
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
}

.page-intro h1 {
    margin-top: 0;
    width: 100%;
}

.dates-concurs {
    font-size: 32px;
}

.titol-bg {
    font-size:8.5625rem;
    color: #FBF6F6;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    line-break: none;
    position: relative; 
    top: -80px;
}

.entradeta {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 2rem;
}

.concurs-section {
    padding: 6rem 0;
    font-weight: 300;
    font-size: 20px;
}
.concurs-section ul {
    padding-left: 0;
    list-style: none;
}
.concurs-section ul li {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0wIDE0TDE1IDguMTUwNjhWNS44NDI0N0wwIDBWMi43Mzk3M0wxMS4wMTU1IDdMMCAxMS4yNjAzVjE0WiIgZmlsbD0iI0UzMDYyMCIvPg0KPC9zdmc+');
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.concurs-section h3 {
    font-size: 3.125rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.gris {
    background-color: #FBF6F6;
}
.two-columns {
    columns: 2;
}

div.home-featured {
    margin-top: -50px;
}

div.home-featured .home-single-featured {
    margin-bottom: 3rem;
}

div.home-featured .home-single-featured a {
    color: #160051;
}

div.home-featured .home-single-featured span.symbol {
    width: 30px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    display: inline-block;
    transition: all ease .6s;
    transform-origin: center;
}

div.home-featured .home-single-featured span.symbol-1 {
    background-image: url('../../img/ico/symbol-1-red.svg');
}

div.home-featured .home-single-featured span.symbol-2 {
    background-image: url('../../img/ico/symbol-2-red.svg');
}

div.home-featured .home-single-featured span.symbol-3 {
    background-image: url('../../img/ico/symbol-3-red.svg');
    background-size: 22px;
}

div.home-featured .home-single-featured span.symbol-4 {
    background-image: url('../../img/ico/symbol-4-red.svg');
}

div.home-featured .home-single-featured h3 {
    width: 70%;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    display: block;
}

div.home-featured .home-single-featured p {
    font-size: 21px;
    padding-top: 1rem;
}

div.home-featured .home-single-featured .arrow {
    width: 20%;
}

div.home-featured .home-single-featured:hover span.symbol {
    transform: rotate(180deg);
    transition: all ease .6s;
}

div.home-featured .home-single-featured:hover .arrow {
    width: 60%;
}

@media (max-width: 1099.98px) {
    div.home-featured .home-single-featured h3 {
        width: 65%;
        font-size: 40px;
        line-height: 40px;
    }

    div.home-featured .home-single-featured:hover .arrow {
        width: 40%;
    }
}

@media (max-width: 575.98px) {
    div.home-featured {
        margin: 0;
        text-align: center;
    }

    div.home-featured .home-single-featured span.symbol {
        background-size: 25px;
    }

    div.home-featured .home-single-featured h3 {
        width: 300px;
        font-size: 34px;
        line-height: 34px;
        margin: 0 auto;
        margin-top: -8px;
    }

    div.home-featured .home-single-featured p {
        width: 300px;
        margin: 0 auto;
        padding: 1rem 0;
    }

    div.home-featured .home-single-featured .arrow {
        margin: 0 auto;
    }
}

div.home-img-shapes {
    width: 40vw;
    height: 40vw;
    position: absolute;
    top: 50%;
    left: 35vw;
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
}

div.home-img-shapes img.img-shape {
    width: 62%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    animation-name: imganim;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

div.home-img-shapes div.shapes {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

div.home-img-shapes div.shapes div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-image: url('../../img/shape-red.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

div.home-img-shapes div.shapes .s1 {
    transform: translateY(-50%) translateX(-50%);
    animation-name: s1;
    animation-duration: 20s;
}

div.home-img-shapes div.shapes .s2 {
    transform: translateY(-50%) translateX(-50%) scale(.85);
    animation-name: s2;
    animation-duration: 15s;
}

div.home-img-shapes div.shapes .s3 {
    transform: translateY(-50%) translateX(-50%) scale(.7);
    animation-name: s3;
    animation-duration: 10s;
}

@media (max-width: 1299.98px) {
    div.home-img-shapes {
        left: 25vw;
        width: 45vw;
        height: 45vw;
    }
}

@media (max-width: 759.98px) {
    div.home-img-shapes {
        width: 70vw;
        height: 70vw;
        position: relative;
        top: 2rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

.consell {
    padding: 1.5rem;
    border: 1px solid rgba(22, 0, 82, 0.15);
    border-radius: 4px;
    margin: 0;
    min-height: 100%;
}
.consell .numero {
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    color: #e3061f;
}
.consell .titol {
    font-size: 20px;
    font-weight: 700;
    color: #160051;
    border-bottom: 1px solid #160051;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    
}

.jurat-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
    .jurat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.jurat .membre-jurat {
    position: relative;
    padding-bottom: 80px;
}
.jurat .membre-jurat > a {
    display: block;
}
.jurat .thumbnail {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}
.jurat .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    transform: scale(1.1);
    transition: all ease .5s;
}
.membre-jurat:hover .thumbnail img {
    transform: scale(1);
}
.jurat a {
    color: #160051;
}
.jurat .info-jurat {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 1rem;
    background: rgba(255, 255, 255, .96);
    transition: transform ease .35s;
}
.jurat .membre-jurat:hover .info-jurat {
    transform: translateY(0);
}
.jurat .info-jurat h3 {
    font-size: 20px;
    font-weight: normal;
    color: #160051;
    margin-bottom: 4px;
}
.jurat .info-jurat .empresa {
    margin-bottom: 0;
}
.jurat .info-jurat .carrec {
    font-size: 12px;
    font-weight: 400;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: opacity ease .25s, transform ease .25s, max-height ease .25s, margin-top ease .25s;
}
.jurat .info-jurat .empresa {
    font-size: 14px;
    font-weight: 500;
}
.jurat .membre-jurat:hover .info-jurat .carrec {
    max-height: 14rem;
    opacity: 1;
    margin-top: .35rem;
    transform: translateY(0);
}

/* Webs finalistes (page-premiats) — disseny Figma node 19:147 */
.finalistes {
    padding-bottom: 6rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.finalistes__title {
    margin: 0 0 3rem;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #0b002a;
}

.finalistes__row {
    display: grid;
    grid-template-columns: 217px minmax(0, 1fr);
    gap: 2.5rem 1rem;
    align-items: stretch;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 10;
}

.finalistes__row:last-child {
    margin-bottom: 0;
}

.finalistes__category {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    padding: 1rem;
    overflow: hidden;
    border-radius: 4px;
    background-color: #e30620;
}

.finalistes__category-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.finalistes__shape {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('../../img/shape-red.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
    opacity: 0.22;
}

.finalistes__shape--1 {
    width: 256px;
    height: 248px;
    margin-left: -128px;
    margin-top: -124px;
    opacity: 0.35;
}

.finalistes__shape--2 {
    width: 216px;
    height: 209px;
    margin-left: -108px;
    margin-top: -104px;
    transform: rotate(38deg);
    opacity: 0.25;
}

.finalistes__shape--3 {
    width: 187px;
    height: 182px;
    margin-left: -93px;
    margin-top: -91px;
    opacity: 0.15;
}

.finalistes__category-label {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.finalistes__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem 1rem;
    min-width: 0;
}

.finalistes__card {
    min-width: 0;
}

.finalistes__card-preview {
    display: block;
    color: inherit;
    text-decoration: none;
}

.finalistes__card-preview:hover .finalistes__card-thumb,
.finalistes__card-preview:focus-visible .finalistes__card-thumb {
    opacity: 0.96;
}

.finalistes__card-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    aspect-ratio: 494 / 319;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.finalistes__card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(7.25px);
    -webkit-backdrop-filter: blur(7.25px);
}

.finalistes__card-thumb-inner {
    position: absolute;
    left: 19px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 494 / 319;
    border-radius: 4px;
    background: linear-gradient(145deg, #f0ecf5 0%, #e8e4ef 50%, #faf8fc 100%);
    box-shadow: 0 1px 3px rgba(11, 0, 42, 0.08);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.finalistes__card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 12px;
}

.finalistes__card-domain {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.finalistes__card-domain a {
    color: #0b002a;
    text-decoration: none;
}

.finalistes__card-domain a:hover,
.finalistes__card-domain a:focus-visible {
    text-decoration: underline;
}

.finalistes__card-centre {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #0b002a;
}

@media (max-width: 991.98px) {
    .finalistes__row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .finalistes__category {
        min-height: 200px;
    }

    .finalistes__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .finalistes__title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 2rem;
    }

    .finalistes__cards {
        grid-template-columns: 1fr;
    }
}