.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;
    
}