html {
    font-size: 18px;
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
    color: #4F536C;
}

body {
    font-size: 18px;
    font-weight: 300;
    color: #4F536C;
    line-height: 1.6em;
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
}

h1 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1A0B60;
}
.noticies-bloc h1.noticies-bloc__titol {
    font-size: 1.4rem;
}
h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1A0B60;
}
h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1A0B60;
}

img {
    max-width: 100%;
    height: auto;
}

a,
i,
img,
.btn {
    transition: all 0.5s ease;
}

a:link,
a:visited {
    color: #1A0B60;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    filter: brightness(200%);
    text-shadow: 0 0 8px rgb(38, 57, 77, 0.2);
}

a:active img,
a:focus img,
a:hover img {
    filter: brightness(60%);
    box-shadow: rgb(38, 57, 77, 0.2) 0px 10px 30px -10px;
}

.btn {
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 2rem;
    padding: 0.4rem 1.8rem;
}

.btn:hover,
.btn:focus,
.btn:active {
    filter: brightness(110%);
    box-shadow: rgb(38, 57, 77, 0.6) 0px 10px 30px -10px;
}

.btn-color000,
.btn-color000:link,
.btn-color000:visited,
.btn-color000:hover,
.btn-color000:active,
.btn-color000:focus {
    background: #000;
    color: #fff !important;
}

.btn-color255,
.btn-color255:link,
.btn-color255:visited,
.btn-color255:hover,
.btn-color255:active,
.btn-color255:focus {
    background: #fff;
    color: #000 !important;
}

.btn-color1,
.btn-color1:link,
.btn-color1:visited,
.btn-color1:hover,
.btn-color1:active,
.btn-color1:focus {
    background: #FFCA28;
    color: #000 !important;
}

.btn-color2,
.btn-color2:link,
.btn-color2:visited,
.btn-color2:hover,
.btn-color2:active,
.btn-color2:focus {
    background: #4E1DAF;
    color: #fff !important;
}

.btn-color3,
.btn-color3:link,
.btn-color3:visited,
.btn-color3:hover,
.btn-color3:active,
.btn-color3:focus {
    background: #EB5365;
    color: #fff !important;
}

.btn-color4,
.btn-color4:link,
.btn-color4:visited,
.btn-color4:hover,
.btn-color4:active,
.btn-color4:focus {
    background: #EBB335;
    color: #fff !important;
}

.btn-color5,
.btn-color5:link,
.btn-color5:visited,
.btn-color5:hover,
.btn-color5:active,
.btn-color5:focus {
    background: #76B76F;
    color: #fff !important;
}

.llista-check {
    padding: 0.8rem 0;
}

.llista-check li {
    list-style-type: none;
    padding-left: 1.5rem;
    position: relative;
    padding-bottom: 0.6rem;
}

.llista-check li::before {
    content: url('/images/check2-circle.svg');
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
}



.btn-cercar {
    background: #FFCA28;
    color: #222 !important;
    border-radius: 0px;
    aspect-ratio: initial;
    line-height: 0.8em;
    padding: 10px 10px;
    width: 100%;
}

.btn-cercar:hover,
.btn-cercar:focus,
.btn-cercar:active {
    background: #FFCA28;
    filter: brightness(110%);
}


.navbar-nav a.nav-link:link,
.navbar-nav a.nav-link:visited {
    color: #1A0B60;
    text-decoration: none;
    font-weight: 400;
}

.navbar-nav a.nav-link:active,
.navbar-nav a.nav-link:focus,
.navbar-nav a.nav-link:hover {
    filter: brightness(200%);
}

.topbar {
    background-color: #1E88E5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: right;
    font-size: 0.9rem;
    font-weight: 400;
}

.topbar__link:link,
.topbar__link:visited {
    /*color: #A1D4FB;*/
    color: #fff;
    padding-right: 2rem;
}

.topbar__link:hover,
.topbar__link:active,
.topbar__link:focus {
    filter: brightness(150%);
}

.topbar__link-usuaris:link, .topbar__link-usuaris:visited {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    padding: 0.1rem 1.3rem;
    max-width: 220px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.topbar__link-usuaris:hover,
.topbar__link-usuaris:active,
.topbar__link-usuaris:focus {
    filter: brightness(150%);
    box-shadow: rgb(38, 57, 77, 0.6) 0px 10px 30px -10px;
}

.navbar {
    padding-top: 1.2rem;
    padding-bottom: 1.4rem;
}
.cerca-top{
    padding-top:1.2rem;
    padding-bottom: 1.2rem;
    background:#F4F7FB;
}
.cerca-top__input{
    border: 1px solid #e1e4f9;
    border-radius:2rem;
    padding:0.5rem 1rem;
}
.cerca-top__boto {
    position: absolute;
    top: 2px;
    border: 0px;
    background: transparent;
    width: 50px;
    right: 0px;
}
.breadcrumb-item {
    color: #9A9EB8;
    font-size: 0.9rem;
}
.breadcrumb-item a:link, .breadcrumb-item a:visited{
color:#4F536C;
}

.breadcrumb-item.active{
    color: #9A9EB8;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '/';
    color:#FFCA28;
}
.breadcrumb-item svg{
    color: #FFCA28;
    margin-top:-5px;
    margin-right:8px;
}
.sliderhome {
    background-color: #1D76C4;
    background-image: url('/images/bg-quadrats2.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 530px;
}

.swiper-sliderhome{
    padding-top:2rem !important;
    padding-bottom: 3rem !important;
}
.swiper-sliderhome .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:transparent;
    border:1px solid  rgba(255, 255, 255, 1);
}
.swiper-sliderhome .swiper-pagination-bullet-active{
    background:rgba(255,255,255,0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sliderhome__item-titol {
    color: #fff;
    line-height:1.4em;
}

.sliderhome__item-text {
    color: #fff;
}

.sliderhome u {
    text-decoration: none;
    position: relative;
}

.sliderhome u:after {
    background-image: url('/images/linea.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    content: '';
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:-20px;
    width:60%;
    height:30px;
}
.sliderhome__item-btn{
    margin-top:2rem;
}

.capcalera {
    background-color: #1D76C4;
    background-image: url('/images/bg-quadrats2.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 130px;
    text-align:center;
}
.capcalera__titol {
    color: #fff;
    line-height: 1.4em;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
}


.capcalera__titol:after {
    background-image: url('/images/linea.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 190px;
    height: 30px;
}
.capcalera__img{
    display:none;
}

.noticies-bloc {
    position: relative;
    z-index: 1;
}

.noticies-bloc::before {
    position: absolute;
    content: url('/images/bg-punts2.svg');
    left: -65px;
    top: -25px;
    z-index: -1;
}

.noticies-bloc__titol {
    margin-bottom: 1.5rem;
}

.noticies-bloc__item {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #f2f8fd;
    box-shadow: 0px 0px 10px rgba(24, 24, 35, 0.06);
    padding: 1.2rem 1.2rem 2rem 1.2rem;
    margin: 20px 5px;
    height:100%;
}

.noticies-bloc__item-img {
    border-radius: 10px;
}

.noticies-bloc__item-titol {
    font-size: 1rem;
    font-weight: 500;
}
.noticies-bloc__item-titol-gran {
    font-size: 1.6rem;
    font-weight: 500;
}

.noticies-bloc__item-data {
    font-size: 0.9rem;
    color: #9A9EB8;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    display: block;
}

.agenda-bloc {
    border-radius: 20px;
    background: linear-gradient(#eff6fd 0%, #eff6fd 0%, #fff 100%);
    padding: 1.5rem;
}

.agenda-bloc__titol {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.agenda-bloc__item-img {
    border-radius: 20px;
}

.agenda-bloc__item-titol {
    font-size: 1rem;
    font-weight: 500;
}

.agenda-bloc__item-data {
    font-size: 0.9rem;
    color: #4F536C;
}

.agenda-bloc__item-tipo {
    font-size: 0.75rem;
    color: #9A9EB8;
    border: 1px solid #9A9EB8;
    border-radius: 2rem;
    padding: 0 0.8rem;
    display: inline-block;
    font-weight: 500;
    margin: 0.5rem 0;
    line-height: 1.2rem;
}

.calendari-bloc {
    border-radius: 20px;
    background: linear-gradient(#eff6fd 0%, #fff 100%);
    text-align: center;
position:relative;}
.color-calendar, .calendar__header, .calendar__body {
    background: transparent !important;
    border:;
    box-shadow: none !important;
}
    .color-calendar.glass .calendar__arrow-inner::after {
        background-color: transparent!important;
    }

.calendar__day-box {
    border-radius: 50% !important;
}

.color-calendar .calendar__days .calendar__day-selected:not(.calendar__day-today) .calendar__day-box {
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(61%);
    height: 80%;
}
.color-calendar .calendar__days .calendar__day-event .calendar__day-bullet {
    position: absolute;
    top: 8%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.3;
}
.events-display {
    position: absolute;
    background: #fff;
    top: -40px;
    z-index: 99999999999999;
    left: 0px;
    padding: 15px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 6px #ccc;
    width: 100%;
    z-index: 5;
}
.events-display-cont{display:none;}
.btn-petit {
    font-size: 13px;
    padding: 4px 10px !important;
}

.activitats-bloc {
    background-color: #F4F7FB;
    background-image: url('/images/bg-quadrats.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 7rem;
    margin-top: 4rem;
}

.activitats-bloc__text {
    max-width: 650px;
    margin: 2rem auto;
    font-size: 1.1rem;
}

.activitats-bloc__item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(153, 163, 232, 0.16);
    display: block;
    padding: 20px 10px 10px 10px;
    height: 100%;
}

.activitats-bloc__item-img {
    border-radius: 50%;
}

.activitats-bloc__item-titol {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.6rem;
}

.activitats-home-bloc__item {
    border-radius: 10px;
    background: #f6faff;
    box-shadow: 0px 0px 16px rgba(153, 163, 232, 0.35);
    display: block;
    padding: 10px 0px 0px 0px;
    height: 100%;
}

.activitats-home-bloc__item-titol {
    font-size: 0.7rem;
    font-weight: 500;
    margin-top: 0.6rem;
}

.formacions-bloc {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.formacions-bloc__col-1 {
    position: relative;
    z-index: 1;
    background-image: url('/images/bg-fletxes-2.svg');
    background-repeat: no-repeat;
    background-position: left 42% bottom 60px;
    background-size: 100px 96px;
}

.formacions-bloc__col-1::before {
    position: absolute;
    content: url('/images/bg-punts2.svg');
    left: -100px;
    top: -30px;
    z-index: -1;
}

.formacions-bloc__text {
    font-size: 1.1rem;
    line-height: 1.6em;
}

.formacions-bloc__col {
    margin-bottom: 5rem;
}

.formacions-bloc__item {
    padding-left: 85px;
    position: relative;
    height: 100%;
    padding-bottom: 2.6rem;
    ;
}

.formacions-bloc__item-img {
    position: absolute;
    top: 0;
    left: 0;
}

.formacions-bloc__item-titol {
    font-size: 1.1rem;
    font-weight: 500;
}

.formacions-bloc__item-btn {
    position: absolute;
    bottom: 0;
}


.recursos-bloc {
    background-color: #2B91EB;
    color: #fff;
}

.recursos-bloc__titol {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.8rem;
}

.recursos-bloc__llist {
    column-count: 2;
    column-gap: 20px;
}

.recursos-bloc__col-1 {
    background-image: url('/images/bg-fletxes.svg');
    background-repeat: no-repeat;
    background-position: right 30px bottom 30px;
    padding-top: 4rem;
}

.recursos-bloc__col-2 {
    position: relative;
    background-image: url('/images/bg-punts.svg');
    background-repeat: no-repeat;
    background-position: right 50px bottom 0;
    padding-top: 4rem;

}

.recursos-bloc__a-img {
    display: block;
}

.recursos-bloc__img {
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
}

.banners-bloc {
    margin-top: 6rem;
}

.banner-revista {
    background-color: #141d42;
    border-radius: 15px;
    min-height: 310px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    margin-bottom: 2rem;
}

.banner-revista__titol,
.banner-revista__titol a:link,
.banner-revista__titol a:visited {
    font-size: 1.8rem;
    color: #fff;
}

.banner-revista__titol a:hover,
.banner-revista__titol a:active,
.banner-revista__titol a:focus {
    color: #fff;
    opacity: 70%;
}

.banner-revista__img {
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.banner-revista_text {
    font-size: 0.9rem;
    color: #969CC2;
    line-height: 1.5em;
}

.banner-revista__circle {
    width: 300px;
    height: 300px;
    background: transparent;
    border: 30px solid #fff;
    opacity: 0.12;
    position: absolute;
    bottom: -100px;
    right: -150px;
    border-radius: 50%;
}

.banner-cdr {
    background-color: #5b56ef;
    border-radius: 15px;
    min-height: 310px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    margin-bottom: 2rem;
}

.banner-cdr__titol,
.banner-cdr__titol a:link,
.banner-cdr__titol a:visited {
    font-size: 1.8rem;
    color: #fff;
}

.banner-cdr__titol a:hover,
.banner-cdr__titol a:active,
.banner-cdr__titol a:focus {
    color: #fff;
    opacity: 70%;
}

.banner-cdr__img {
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.banner-cdr_text {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.5em;
}

.banner-cdr__circle {
    width: 300px;
    height: 300px;
    background: transparent;
    border: 30px solid #fff;
    opacity: 0.12;
    position: absolute;
    top: -100px;
    right: -150px;
    border-radius: 50%;
}

.footer {
    background-color: #1D1833;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
}

.footer a:link,
.footer a:visited {
    color: #fff;
    font-size: 0.9rem;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
    opacity: 70%;
}

.footer__social {
    margin-top: 3rem;
}

.footer__social a {
    margin-right: 0.6rem;
}

.footer__menu {
    padding-bottom: 3rem;
    border-bottom: 1px solid #adabb5;
    margin-top: 2rem;
}

.footer__menu a {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.footer__legal {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

    .footer__legal a:link,
    .footer__legal a:visited {
        /*color: #adabb5;*/
        color: #fff;
        font-size: 0.9rem;
    }


.swiper-agenda {
    padding-bottom: 2.5rem !important;
}

.swiper-agenda .swiper-button-next,
.swiper-agenda .swiper-button-prev {
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    background: #edf2f5;
    border-radius: 50%;
    font-size: 1rem;
    bottom: 0;
    top: auto;
    transition: all 0.5s ease;
}

.swiper-agenda .swiper-button-next:hover,
.swiper-agenda .swiper-button-prev:hover {
    background: #ccd8df;
}

.swiper-agenda .swiper-button-next::after,
.swiper-agenda .swiper-button-prev::after {
    font-size: 0.8rem;
    color: #1A0B60;
}

.swiper-agenda .swiper-button-next {
    right: 0;
}

.swiper-agenda .swiper-button-prev {
    right: 0;
    left: auto;
    transform: translateX(-2.5rem);
}


/*.item-enllas {
    display: block;

}

    .item-enllas .ico {
        display: inline-block;
        background: #ffca28;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        font-size: 31px;
        color: #fff;
    }

    .item-enllas:hover .ico {
        background: #1D76C4;
    }
*/









.btn-color,
.btn-color:link,
.btn-color:visited,
.btn-color:hover,
.btn-color:active,
.btn-color:focus {
    background: #1E88E5;
    color: #fff !important;
}




.filtre-dropdown > button {
    color: #4F536C;
    background-color: #F4F7FB;
    border-radius: 50px;
    border: none;
    padding: 2px 10px;
    font-size: 16px;
    min-width: 120px;
    vertical-align: middle;
}

.filtre-dropdown a {
    color: #4F536C;
    font-size: 16px;
}

    .filtre-dropdown a:hover {
        background-color: #F4F7FB;
    }

.noticies-bloc__item-subtitol {
    color: #1E88E5;
    font-size: 16px;
}

.tags-bloc__item-subtitol {
    color: #1E88E5;
    font-size: 15px;
}

.autors-bloc__item-subtitol {
    color: #1E88E5;
    font-size: 13px;
}

.noticies-bloc__item span.autors-bloc__item-subtitol p {
    margin-bottom: 8px;
    line-height: 15px;
}

.noticies-bloc__item span.tags-bloc__item-subtitol p {
    margin-bottom: 8px;
    line-height: 15px;
}

.noticies-bloc__item-info {
    color: #9A9EB8;
    font-size: 16px;
}

.sidebar-crecador {
    z-index: 0;
}

    .sidebar-crecador h2 {
        font-size: 24px;
    }

    .sidebar-crecador label {
        font-size: 18px;
        color: #1A0B60;
        font-weight: 400;
    }

.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231a0b60' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #1A0B60;
}

.text-descriptiu h2 {
    font-size: 22px;
    color: #1A0B60;
    margin-top: 20px;
}

.llistat-icons li {
    list-style: none;
    padding: 5px 0 20px;
    position: relative;
    color: #1A0B60;
    border-bottom: 1px solid #E3E4EA;
    margin-bottom: 10px;
    font-size: 15px;
}

    .llistat-icons li:last-child {
        border-bottom: 0px;
    }

    .llistat-icons li::before {
        transition: .3s all;
        position: absolute;
        left: -25px;
        top: 10px;
        content: " ";
        width: 18px;
        height: 18px;
        display: inline-block;
        color: #1A0B60 !important;
        background-size: cover;
    }

.ico-usuari::before {
    background-image: url("../images/ico-usuari.svg");
}

.ico-calendari::before {
    background-image: url("../images/ico-calendari.svg");
}

.ico-rellotge::before {
    background-image: url("../images/ico-rellotge.svg");
}
.ico-idioma::before {
    background-image: url("../images/ico-idioma.svg");
}

.ico-ubicacio::before {
    background-image: url("../images/ico-ubicacio.svg");
}

.ico-places::before {
    background-image: url("../images/ico-places.svg");
}

.ico-edat::before {
    background-image: url("../images/ico-edat.svg");
}

.ico-educatiu::before {
    background-image: url("../images/ico-educatiu.svg");
}
.ico-tags::before {
    background-image: url("../images/ico-tags.svg");
}

.ico-telefon::before {
    background-image: url("../images/ico-telefon.svg");
}

.ico-email::before {
    background-image: url("../images/ico-email.svg");
}

.edat-activitat {
    display: inline-block;
    background-color: rgba(30,136,229,0.2);
    padding: 1px 20px;
    padding-left: 40px;
    border-radius: 20px;
    position: relative;
    font-size: 15px;
    color: #1E88E5;
    font-weight: 600;
    margin: 5px 0px;
}

    .edat-activitat::before {
        position: absolute;
        left: 17px;
        top: 7px;
        content: " ";
        width: 18px;
        height: 18px;
        background-image: url("../images/ico-edat-activitat.svg");
        font-size: 24px;
    }

.noticies-bloc__item hr {
    border-top: 1px solid #ccc;
    margin: 10px;
}


.activitats_bloc__observacions {
    background-color: #F4F7FB;
    padding: 35px;
    border-radius: 15px;
    margin-top: 100px;
}

    .activitats_bloc__observacions h3 {
        color: #4F536C;
        font-size: 18px;
    }
.text_no_resultats{text-align:center;font-size:2rem;margin:100px auto;}



.noticies-bloc__item.flotant .noticies-bloc__item-titol {
    position: absolute;
    bottom: 45px;
    left: 0px;
    font-size: 40px;
    padding: 47px;
    z-index:2;
}


.noticies-bloc__item.flotant::after {
    content: ' ';
    width: 93.7%;
    height: 300px;
    background: #ccc;
    position: absolute;
    bottom: 14px;
    left: 0px;
    margin: 3.2%;
    border-radius: 9px;
    z-index: 1;
    background: linear-gradient(rgba(0,0,0,0)0%, rgba(0,0,0,0) 0%, #eff6fd 100%);
}
.recursos-bloc__llist.llista-check a {
    color: #fff;
}
.recursos-bloc__llist.llista-check a:hover {
    color: #FFCA28;
}

.mcomplementari svg {
    background: #2B91EB;
    padding: 6px;
    width: 35px !important;
    height: 35px !important;
    border-radius: 40%;
    color: #fff;
}
.mcomplementari a {
color:#000;
}
.share-widget {
    display: inline-block;
}
    .share-widget svg {
        margin: 0px 3px;
        height: 18px;
        width: 18px;
        color: #000;
    }
        .share-widget svg:hover {
            filter: inherit;
            color: #1E88E5;
        }
.dropdown-area a {
    font-size: 15px;
    line-height: 15px;
}
.dropdown-area a:hover {
    filter:inherit;
    color: #ffca28;
}
.pills-tab-area button {
    text-transform: uppercase;
    font-weight: 500;
    color: #1A0B60;
}

.pills-tab-area  button.nav-link.active {
    color: #ffffff;
    background-color: #1E88E5;
}





.llista-ofertes {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 22px rgba(0,0,0,0.05);
    border-radius: 15px;
    padding: 10px 30px;
    position: relative;
    height: 100%;
    padding-right: 80px;
    border: 1px solid #efefef;
}


    .llista-ofertes .ico-fletxa {
        float: unset;
        right: 20px;
        top: 40%;
        position: absolute;
        display: block;
        color: #222;
    }

   

    .llista-ofertes h2 {
        font-size: 1.1rem;
        margin-top: 20px;
        margin-bottom: 15px;
    }
        .llista-ofertes h2 a, .llista-ofertes h2 {
            color: #1E88E5;
        }
            .llista-ofertes h2 a span, .llista-ofertes h2 span {
                display: block;
                font-weight: 400;
                margin-top: 10px;
                font-size: 18px;
                color: #000000;
            }
                .llista-ofertes h2 a span small, .llista-ofertes h2  span small {
                    color: #4F536C;
                }

    .llista-ofertes:hover {
        box-shadow: 0px 0px 22px rgba(0,0,0,0.2);
    }

        .llista-ofertes:hover h2 {
            color: #1E88E5;
        }


        .llista-oferte svg {
          vertical-align:middle;
        }
.llista-ofertes .data {
    font-size: 15px;
}

.llista-ofertes .baixa {
    display: block;
    background: #d25f5f;
    width: 100%;
    left: 0px;
    position: absolute;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.llista-ofertes a:hover {
    filter: inherit;
}

.llista-ofertes .baixa:hover {
    opacity: 0.8;
}
.calendar__day-event .calendar__day-text {
    color: #fff;
}

.calendar__day-event .calendar__day-bullet {
    z-index: -1 !important;
    opacity: 1 !important;
}
.calendar__day-selected .calendar__day-box {
    opacity: 0.3 !important;
}
.calendar__day-selected .calendar__day-text {
    color: #1E88E5!important;
}
.event-popup .data {
    line-height: 15px;
}
.noticies-bloc__item span.noticies-bloc__item-subtitol p {
    margin-bottom: 8px;
    line-height: 15px;
}
.taget {
    color: #4F536C;
    background-color: #409AE9;
    border-radius: 50px;
    border: none;
    padding: 4px 15px;
    font-size: 14px;
    vertical-align: middle;
    color: #fff !important;
    margin: 5px;
}



.item-document {
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #000;
    position: relative;
    text-decoration: none;
    font-size: 16px;
}

    .item-document .img-pdf {
        object-fit: cover;
        max-width: 100%;
        object-position: right;
        border: 1px solid #1E88E5;
        margin-bottom: 15px;
        height: 250px;
        border-radius: 20px;
    }

    .item-document .ico-descarrega {
        display: none;
        transition: 0.5s all;
        opacity: 0;
        color: #1E88E5;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 6rem;
        height: 6rem;
        top: 20%;
    }

    .item-document:hover {
        color: #1E88E5;
        filter: initial;
    }

        .item-document:hover .img-pdf {
            opacity: 0.3;
        }

        .item-document:hover .ico-descarrega {
            display: block;
            opacity: 1 !important;
        }


.iframepdf {
    width: 100%;
    height: 800px;
    border-radius: 20px;
    border: 2px solid #ffca28;
}
.item-enllas {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    background: #1e88e5;
    box-shadow: 0px 0px 10px rgba(24, 24, 35, 0.06);
    height: 100%;
}
    .item-enllas p {
        color: #fff;
        padding: 10px;
        margin: 0px;
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
    }
    .item-enllas:hover p {
        color: #FFCA28;
        filter: brightness(0%);
    }
.textitem-cerca p {
    margin-bottom: 0px;
}
.textitem-cercas {
    color: #B79839;
}


.pills-tab-area .nav-link {
    padding: 2px 15px;
    font-size: 17px;
}
.navbar-brand img {
    max-width: 200px;
}

#navbarsMenu .nav-item {
    text-align: center;
    background: #eef7ff;
    margin: 5px 0px;
}


.btn-filtres {
    width: 40px;
    height: 40px;
    padding: 6px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1;
}


.llista-ofertes .data span {
    display: block;
}