/* BANNER PRINCIPAL */
.inn-slider.obj-es-sec .flex-caption {
    width: 45%;
    top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
}

.inn-slider.obj-es-sec .breadcrumb.banner-with-nav {
    top: auto;
}

.inn-slider.obj-es-sec span.subtitol {
    font-family: "HelveticaNeue-Roman";
    color: #bfbfbf;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
}

.inn-slider.obj-es-sec .flex-caption h5 {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}

/* PREGUNTES */
.boles.preguntes:not(.xifres) {
    float: left;
    width: 100%;
    /* padding-bottom: 50px; */
}

.boles.preguntes.xifres {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}


.es-sobreposat {
    float: left;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 40px 120px 40px 120px;
    margin-top: -160px;
    z-index: 1;
    position: relative;
}

.boles.preguntes:not(.xifres) .row>div {
    padding-left: 0;
    padding-right: 0;
    margin-top: -9%;
}

.boles ul.bola-list {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    column-gap: 2%;
}

.boles ul.bola-list li {
    flex: 0 1 32%;
    color: #fff;
    padding: 7%;
    background: #cd0039;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
}

.boles.preguntes:not(.xifres) ul.bola-list li {
    border-radius: 0;
    padding: 2%;
    aspect-ratio: auto;
}

.boles ul.bola-list li p {
    color: #fff;
}

.boles ul.bola-list li {
    display: block;
}

.boles.preguntes:not(.xifres) ul.bola-list li span.num {
    display: inline-flex;
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 5px;
}

.boles.preguntes:not(.xifres) ul.bola-list li p {
    float: none;
}

/* DECLARACIONS */
.declaracions {
    float: left;
    width: 100%;
    padding: 5% 0px;
    background: #B5D3D5;
}

/*.declaracions .row::before {
    content: "";
    border: 1px solid #333;
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 2%;
}*/

.declaracions .cita-conainer {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    column-gap: 2%;
}

.declaracions .cita-conainer>div {
    flex: 0 1 49%;
}

.declaracions .cita-conainer .cita-text {
    padding-right: 30px;
}

.declaracions .cita-conainer .cita-text blockquote {
    overflow-wrap: break-word;
    position: relative;
    padding-left: 2.5em;
    font-family: 'Georgia', serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.3;
}

.declaracions .cita-conainer .cita-text blockquote:before {
    content: "\275E";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 5rem;
    line-height: 1;
    color: #000;
}

.declaracions .cita-conainer .cita-perfil {
    width: 100%;
    padding-left: 20px;
}

.declaracions .cita-conainer .cita-perfil img {
    border-radius: 5px;
    object-fit: cover;
    width: 80%;
}

.declaracions .cita-conainer .cita-perfil span {
    display: block;
    width: 80%;
    color: #cd0039;
    font-weight: bold;
    margin: 10px 0px;
}

.declaracions .cita-conainer .cita-perfil p {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
}

/* QUE ESTA PASSANT */
.esta-passant {
    float: left;
    width: 100%;
    padding: 5% 0px;
    padding-bottom: 0;
}

.passant-title h2 {
    width: 100%;
    color: #3C3C3B;
    font-size: 40px;
    line-height: 33px;
    font-family: 'HelveticaNeue-Bold';
    letter-spacing: -0.12px;
    padding-bottom: 30px;
}

.passant-desc {
    width: 58%;
}

.passant-desc p {
    font-size: 16px;
    line-height: 24px;
}

.esta-passant .objectius-estrategics img {
    width: 100%;
}

.esta-passant .objectius-estrategics {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}


.passant-desc.passant-desc-inf {
    margin-top: 55px;
}

.esta-passant .passant-desc ul {
    list-style: none;
    float: left;
    margin-left: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

.esta-passant .passant-desc ul li {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-top: none;
    font-size: 16px;
    line-height: 24px;
}

.esta-passant .passant-desc ul li:before {
    content: "\2022";
    color: #ce003a;
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
}

/* TREBALLEM */
.esta-passant.traballem {
    float: left;
    width: 100%;
    padding: 2% 0px;
}

.esta-passant.traballem:before {
    content: "";
    display: block;
    border: 1px solid #333;
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 4%;
}

.treballem-list {
    padding: 4% 0px 0px 0px;
}

.treballem-list.no-pad {
    padding: 0;
    margin-top: 4%;
}

.esta-passant.traballem .passant-title h2 {
    padding-bottom: 40px;
}

.traballem-continguts {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.traballem-continguts ul.treball-lst {
    display: flex;
    flex-flow: wrap;
}

.traballem-continguts ul.treball-lst li.treball-item {
    display: flex;
    width: 100%;
    column-gap: 3%;
    position: relative;
}

.traballem-continguts ul.treball-lst li.treball-item .li-content {
    display: flex;
    width: 100%;
    column-gap: 3%;
    position: relative;
    padding: 3%;
    background: #fff;
    margin: 4% 0;
    border-radius: 15px;
}

.traballem-continguts ul.treball-lst li.treball-item:after {
    content: "";
    position: absolute;
    top: 0;
    /*bottom: 0;*/
    bottom: -1px;
    left: 100%;
    width: calc((100vw - 1170px) / 2);
    background: inherit;
    z-index: 0;
}

.traballem-continguts ul.treball-lst li.treball-item:before {
    content: "";
    position: absolute;
    top: 0;
    /*bottom: 0;*/
    bottom: -1px;
    right: 100%;
    width: calc((100vw - 1170px) / 2);
    background: inherit;
    z-index: 0;
}

.traballem-continguts ul.treball-lst li.treball-item .image-sec {
    flex: 0 1 25%;
}

.traballem-continguts ul.treball-lst li.treball-item .image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.traballem-continguts ul.treball-lst li.treball-item .content-sec {
    flex: 0 1 75%;
    align-content: center;
    position: relative;
}


.traballem-continguts .content-sec .titols h3 {
    float: left;
    width: 100%;
    color: #cd0039;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.83px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: bold;
}

.traballem-continguts .content-sec .titols p {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.traballem-continguts .content-sec .columnes {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    column-gap: 8%;
    padding: 0px 12% 4% 0px;
}

.traballem-continguts .content-sec .columnes .col {
    flex: 0 1 48%;
}

.traballem-continguts .content-sec .columnes .col p {
    color: #343434;
}

/* XIFRES */
.boles.xifres {
    padding-top: 20px;
}

.boles.xifres ul.xifres-list {
    justify-content: center;
    width: auto;
}


.boles.xifres ul.xifres-list li {
    flex: 0 1 23%;
    padding: 5%;
    display: flex;
    width: 100%;
    flex-flow: wrap;
    align-items: normal;
    align-items: center;
    justify-content: center;
}

.boles.xifres ul.xifres-list li span {
    display: block;
    width: 100%;
}

.boles.xifres ul.xifres-list li span.xifra {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
}

.boles.xifres ul.xifres-list li span.info {
    padding-bottom: 10px;
    font-weight: lighter;
    font-size: 16px;
    line-height: 24px;
}

/* PROJECTES */
.obj-es-notis.projectes {
    padding: 5% 0;
}

.obj-es-notis.projectes .societ-inner {
    background: transparent;
}

.obj-es-notis.projectes .projectes-carrousel .owl-item {
    padding: 20px;
    border-radius: 50%;
}

.obj-es-notis.projectes .projects-mid .img-div img {
    float: left;
    width: 100%;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.obj-es-notis.projectes .projectes-carrousel {
    position: relative;
    margin-bottom: 0;
    margin-top: 0px;
    border-radius: 10px;
}

.obj-es-notis.projectes .projectes-carrousel .owl-controls {
    right: 0;
    clear: both;
    float: none;
    position: absolute;
    top: -30%;
    transform: translateY(-50%);
}

.obj-es-notis.projectes .projectes-carrousel .owl-controls .owl-nav {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
}

.obj-es-notis.projectes .projectes-carrousel .owl-controls .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background: #333;
    background-image: none;
    border-radius: 0%;
    top: calc(50%);
    background: transparent url(../../images/arrow-03.svg) no-repeat 0 0;
    right: calc(8%);
    transform: translate(50%, 100%);
    left: auto;
}

.obj-es-notis.projectes .projectes-carrousel .owl-controls .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: #333;
    background-image: none;
    border-radius: 0%;
    transform: translateY(-50%);
    top: calc(50%);
    background: transparent url(../../images/arrow-04.svg) no-repeat 0 0;
    right: calc(3%);
    transform: translate(50%, 100%);
}

/* NOTICIES */
.cresa-sec.obj-es-notis .societ-inner {
    margin-top: 0;
}

.cresa-sec.obj-es-notis .societ-inner .notices-div a.mes-link {
    top: -40px;
}

/* CARDS */
.notices-div.cards-list {
    margin-top: 0;
}

.obj-es-notis.projectes.cards-sec .passant-desc {
    width: 100%;
}

.obj-es-notis.projectes.cards-sec .notices-div {
    margin-top: 10px;
}

.obj-es-notis.projectes.cards-sec .passant-desc {
    width: 100%;
}

.obj-es-notis.projectes.cards-sec .notices-div {
    margin-top: 10px;
    /* padding: 2.5% 0 0 0; */
}

.obj-es-notis.projectes.cards-sec .notices-div ul.item {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    /* column-gap: 2%;
    row-gap: 20px; */
    align-items: flex-start;
    justify-content: center;
}

.obj-es-notis.projectes.cards-sec .notices-div ul.item li {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    padding: 2% 1.5% 0 1.5%;
}

.obj-es-notis.projectes.cards-sec .notices-div ul.item li.is-link {
    width: 100%;
    height: 100%;
    background: #cd0039;
    border-radius: 5% 0 0 0;
    margin-left: 2%;
    margin-top: 2%;
    flex: 1 1 23%;
}

.obj-es-notis.projectes.cards-sec .notices-div ul.item li.is-link>a,
.obj-es-notis.projectes.cards-sec .notices-div ul.item>li.is-link .link-div {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}


.obj-es-notis.projectes.cards-sec .notices-div ul.item>li.is-link .link-div {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-family: 'HelveticaNeue-Bold';
    letter-spacing: -0.12px;
    padding-bottom: 30px;
    padding-right: 20%;
    padding-left: 10%;
}


.obj-es-notis.projectes.cards-sec .notices-div ul.item li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5%;
}

.obj-es-notis.projectes.cards-sec .notices-div ul.item li .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 12;
    object-fit: cover;
    border-radius: 5%;
    transition: all 0.5s ease;
}

.obj-es-notis.projectes.cards-sec .notices-div ul.item li:hover .img img {
    scale: 1.2;
}

.obj-es-notis.projectes.cards-sec .notices-div ul.item li p.titol {
    font-family: "HelveticaNeue-Bold";
    color: #3c3c3b;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.3px;
    transition: all 0.5s ease;
    padding: 15px 30% 0 0;
}

.obj-es-notis.projectes.cards-sec .notices-div ul.item li:hover p.titol {
    color: #cd0039;
}

/* FONTS */
.declaracions .cita-conainer .cita-text blockquote {
    font-family: 'NimbusRomNo9L-RegIta';
    /*font-style: italic;*/
}

.passant-title h2,
.societ-title h1,
.traballem-continguts .content-sec .titols h3 {
    /*font-family: 'NimbusRomNo9L-Reg';*/
    font-weight: bold;
}


/* FOOTER */
footer {
    padding: 50px 5% 0px 5% !important;
    background: #f9f9f9;
}

/* JIRA IRTA-313 */
.traballem-continguts .content-sec .titols h3 {
    font-weight: normal;
}

.traballem-continguts ul.treball-lst li.treball-item {
    border-bottom: 1px solid #333;
}

.traballem-continguts ul.treball-lst li.treball-item:last-child {
    border-bottom: none;
}

/* end JIRA IRTA-313 */

/* OVERIDES */
.traballem-continguts .content-sec .columnes .col a {
    background: #ce003a;
    color: #fff;
    margin-top: 20px;
    float: left;
    padding: 10px;
    border: 1px solid #ce003a;
    border-radius: 5px;
    transition: ease 0.5s;
}

.traballem-continguts .content-sec .columnes .col a:hover {
    background: #fff;
    color: #ce003a;
}


.traballem-continguts .content-sec .columnes {
    margin-top: 20px;
}

.traballem-continguts .content-sec .columnes .col p {
    margin-bottom: 20px;
}

.passant-title.passant-desc.passant-desc-extra {
    padding: 4% 0px 0px 0px;
}

/* START IRTA-360 */
.esta-passant.traballem .passant-title h2 {
    font-size: 40px;
    line-height: 45px;
}

.esta-passant.list-ico {
    padding-top: 10px;
}

.esta-passant.list-ico .contingut ul.list-cont li {
    display: flex;
    flex-flow: wrap;
    column-gap: 2%;
    width: 100%;
    align-items: center;
}

.esta-passant.list-ico .contingut ul.list-cont li .list-img {
    flex: 0 1 15%;
}

.esta-passant.list-ico .contingut ul.list-cont li .list-cnt {
    flex: 0 1 40%;
}

.esta-passant.list-ico .contingut ul.list-cont li .list-img img {
    width: 100%;
}

/* END IRTA-360 */

/* START IRTA-366 */
.esta-passant.traballem:before {
    content: none;
}

.esta-passant .objectius-estrategics {
    margin-top: 0px;
    margin-bottom: 0px;
}

.esta-passant.block-objectius .block-blue .title-small,
.esta-passant.block-objectius .blog-left .block:first-child .title-small {
    word-break: auto-phrase;
    padding-right: 60%;
}

.page-id-113493 .esta-passant.block-objectius .blog-left .block:first-child .title-small,
.page-id-131738 .esta-passant.block-objectius .blog-left .block:first-child .title-small {
    padding-right: 33%;
}


/* END IRTA-366 */

/* START IRTA-369 */
.esta-passant.block-text .passant-desc p a {
    color: #ce003a;
}

.esta-passant.block-text .passant-desc p a:hover {
    text-decoration: underline;
}

.notices-div.flexslider ul.notices-lst.slides {
    flex-wrap: nowrap;
    column-gap: normal;
}

.notices-div.flexslider ul.notices-lst.slides li {
    flex: 0 0 auto;
}

.notices-div.flexslider .flex-direction-nav {
    display: flex;
    column-gap: 1%;
    float: right;
    margin-right: 10px;
}

/* 
.notices-div.flexslider .flex-direction-nav li {
    display: block;
    float: left;
    clear: both;
    position: relative;
}

.notices-div.flexslider .flex-direction-nav li a {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
} */

.notices-div.flexslider .flex-direction-nav li .flex-prev {
    width: 50px;
    height: 50px;
    background: #333;
    background-image: none;
    border-radius: 0%;
    transform: translateY(-50%);
    top: calc(50% + 20px);
    /* transform: none;
    top: auto; */
    background: #fff url(../../images/arrow-03.svg) no-repeat 0 0;
}

.notices-div.flexslider .flex-direction-nav li .flex-next {
    width: 50px;
    height: 50px;
    background: #333;
    background-image: none;
    border-radius: 0%;
    transform: translateY(-50%);
    top: calc(50% + 20px);
    /* transform: none;
    top: auto; */
    background: #fff url(../../images/arrow-04.svg) no-repeat 0 0;
}

.notices-div.flexslider .flex-direction-nav li .flex-prev {
    left: -40px;
}

.notices-div.flexslider .flex-direction-nav li .flex-next {
    right: -40px;
}

.notices-div.flexslider {
    overflow: visible;
}

/* END IRTA-369 */

/* START IRTA-370 */
.traballem-continguts .content-sec .columnes .col p a {
    border: none;
    margin-top: 0;
    background: transparent;
    color: #ce003a;
    float: none;
    padding: 0;
}

.traballem-continguts .content-sec .columnes .col p a:hover {
    text-decoration: underline;
}

/* END IRTA-370 */

/* MEDIAS */
@media screen and (max-width: 767px) {
    .inn-slider.obj-es-sec .flex-caption {
        left: 0;
        width: 100%;
        transform: none;
        bottom: 0;
        top: auto;
    }

    .es-sobreposat {
        margin-top: 0;
        padding: 5%;
    }

    .boles ul.bola-list li {
        margin-bottom: 20px;
    }

    .boles ul.bola-list li,
    .traballem-continguts ul.treball-lst li.treball-item .image-sec,
    .traballem-continguts ul.treball-lst li.treball-item .content-sec {
        flex: 0 1 100%;
        width: 100%;
    }

    .boles.xifres ul.xifres-list li {
        flex: 1 1 100%;
    }

    .boles ul.bola-list li {
        border-radius: 0;
        padding: 5%;
        aspect-ratio: auto;
    }

    .passant-desc {
        width: 100%;
    }

    .passant-title h2,
    .esta-passant.traballem .passant-title h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .esta-passant.traballem .passant-title h2 {
        padding-bottom: 20px;
    }

    .declaracions .cita-conainer .cita-text {
        padding-right: 0px;
    }

    .declaracions .cita-conainer {
        column-gap: 0;
    }

    .declaracions .cita-conainer>div {
        flex: 0 1 100%;
    }

    .declaracions .cita-conainer .cita-text blockquote {
        font-size: 1.5rem;
        margin: 0;
        margin-bottom: 40px;
        padding-left: 2em;
    }

    .declaracions .cita-conainer .cita-perfil {
        padding-left: 0;
    }

    .traballem-continguts ul.treball-lst li.treball-item {
        column-gap: 0;
        flex-flow: wrap;
        margin-bottom: 20px;
        border-radius: 15px;
    }

    .traballem-continguts ul.treball-lst li.treball-item .li-content {
        column-gap: 0;
        flex-flow: wrap;
        background: transparent;
    }

    .traballem-continguts ul.treball-lst li.treball-item .image-sec img {
        border-radius: 10px;
    }

    .traballem-continguts .content-sec .columnes {
        flex-flow: wrap;
        padding: 0;
    }

    .traballem-continguts .content-sec .columnes .col {
        flex: 0 1 100%;
    }

    .obj-es-notis.projectes .projectes-carrousel .owl-controls .owl-nav .owl-prev {
        right: calc(19%);
    }

    .obj-es-notis.projectes.cards-sec .notices-div ul.item li {
        flex: 1 1 100%;
    }

    .obj-es-notis.projectes.cards-sec .notices-div ul.item li p.titol {
        padding: 15px 0px 0 0px;
    }

    .cresa-sec.obj-es-notis .societ-inner .notices-div a.mes-link {
        top: auto;
        float: left;
    }

    .inn-slider .flexslider .slides>li img {
        opacity: 1;
        display: block;
    }

    .esta-passant.list-ico .contingut ul.list-cont li .list-img {
        flex: 0 1 100%;
    }

    .esta-passant.list-ico .contingut ul.list-cont li .list-cnt {
        flex: 0 1 100%;
    }

    /* START IRTA-366 */
    .esta-passant.block-objectius .block-blue .title-small {
        word-break: auto;
        padding-right: 0;
    }

    .esta-passant.block-objectius .block-dark .title-small {
        word-break: auto-phrase;
        padding-right: 20%;
    }

    .esta-passant.block-objectius .blog-left .block:first-child .title-small,
    .page-id-113493 .esta-passant.block-objectius .blog-left .block:first-child .title-small,
    .page-id-131738 .esta-passant.block-objectius .blog-left .block:first-child .title-small {
        word-break: auto-phrase;
        padding-right: 56%;
    }

    /* END IRTA-366 */

    .obj-es-notis.projectes .projectes-carrousel .owl-controls {
        display: none;
    }

    .notices-div.flexslider {
        display: flex;
        flex-flow: wrap;
    }

    .notices-div.flexslider .flex-viewport {
        width: 100%;
    }

    .notices-div.flexslider .slides img {
        max-width: 90%;
    }

    .notices-div.flexslider .flex-direction-nav li .flex-prev {
        left: 0px;
    }

    .notices-div.flexslider .flex-direction-nav li .flex-next {
        right: 0px;
    }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {
    .inn-slider .flexslider .slides>li img {
        opacity: 1;
        display: block;
        height: 250px;
    }
}