.details ul li {
    font-size: 18px;
    line-height: 24px;
    color: #0d413b;
    margin: 0 0 12px;
    display: flex;
    transition: all .5s ease;
}

.list-item:hover .details ul li {
    color: #fff;
}

/* Formularis custom */
.contact-form .form-box .frm-input>label:not(.floating-label),
.contact-form .form-box .frm-input>.form-section-title,
.contact-form .form-box .frm-input.checkbox p {
    display: block;
    margin: 0 0 10px;
    color: #0d413b;
    font-family: 'Roboto-Medium';
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.contact-form .form-box .frm-input>.form-section-title {
    margin-bottom: 2px;
}

.contact-form .form-box input[type="date"].form-control,
.contact-form .form-box select.form-control,
.contact-form .form-box input[type="file"].form-control {
    width: 100%;
    min-height: 54px;
    border: 1px solid #dddddd;
    border-radius: 12px;
    background: #ffffff;
    color: #37374b;
    font-family: 'Roboto-Light';
    font-size: 16px;
    transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.contact-form .form-box input[type="date"].form-control {
    padding: 0 20px;
}

.contact-form .form-box select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 56px 0 20px;
    background-image:
        linear-gradient(45deg, transparent 50%, #0d413b 50%),
        linear-gradient(135deg, #0d413b 50%, transparent 50%);
    background-position:
        calc(100% - 24px) calc(50% - 3px),
        calc(100% - 18px) calc(50% - 3px);
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}

.contact-form .form-box input[type="file"].form-control {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.35;
}

.contact-form .form-box input[type="file"].form-control::file-selector-button {
    margin-right: 16px;
    padding: 11px 18px;
    border: 0;
    border-radius: 999px;
    background: #0d413b;
    color: #ffffff;
    font-family: 'Roboto-Medium';
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .3s ease, transform .3s ease;
}

.contact-form .form-box input[type="file"].form-control:hover::file-selector-button {
    background: #ed8f1f;
}

.contact-form .form-box input[type="date"].form-control:focus,
.contact-form .form-box select.form-control:focus,
.contact-form .form-box input[type="file"].form-control:focus,
.contact-form .form-box input[type="file"].form-control:focus-within {
    outline: none;
    border-color: #ed8f1f;
    box-shadow: 0 0 0 3px rgba(237, 143, 31, 0.15);
}

.contact-form .form-box .frm-input small {
    display: block;
    margin-top: 8px;
    padding-left: 2px;
    color: rgba(13, 65, 59, 0.78);
    font-family: 'Roboto-Light';
    font-size: 13px;
    line-height: 1.5;
}

.contact-form .form-box .frm-input.checkbox {
    margin-top: 10px;
    padding: 18px 20px;
    border: 1px solid rgba(13, 65, 59, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.contact-form .form-box .frm-input.checkbox>div {
    position: relative;
}

.contact-form .form-box .frm-input.checkbox p {
    width: 100%;
    margin-bottom: 2px;
    font-size: 18px;
}

.contact-form .form-box .frm-input.checkbox label {
    min-height: 20px;
    padding-left: 38px;
    color: #37374b;
    font-size: 15px;
    line-height: 1.45;
}

.contact-form .form-box .frm-input.checkbox label::before {
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .2s ease, background-color .2s ease;
}

.contact-form .form-box .frm-input.checkbox label::after {
    top: 2px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(13, 65, 59, 0.25);
    background: #ffffff;
    box-shadow: inset 0 0 0 5px #ffffff;
}

.contact-form .form-box .frm-input.checkbox input:checked+label::before {
    transform: scale(1);
}

.contact-form .form-box .frm-input.checkbox input:checked+label::after {
    border-color: #0d413b;
}

.contact-form .form-box .frm-input.checkbox:last-of-type {
    background: rgba(13, 65, 59, 0.05);
}
/* END Formularis custom */

.favorites-link-count {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ed8f1f;
    color: #ffffff;
    font-family: 'Roboto-Bold';
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.fav-icon .wishlist-ico,
.fav-icon .heart-ico,
.fav-icon .wish-ico,
.fav-icon .like-ico {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.fav-icon .wishlist-ico::before,
.fav-icon .heart-ico::before,
.fav-icon .wish-ico::before,
.fav-icon .like-ico::before {
    content: '';
    width: 19px;
    height: 17px;
    display: block;
    background: url('/build/images/wishlist-ico.svg') no-repeat center center;
    background-size: contain;
}

.agenda-main .fav-icon .wishlist-ico::before,
.agenda-main .fav-icon .heart-ico::before,
.agenda-main .fav-icon .wish-ico::before,
.agenda-main .fav-icon .like-ico::before {
    background-image: url('/build/images/wishlist-ico.svg');
}

.wishlist-ico.fill,
.heart-ico.fill,
.wish-ico.fill,
.like-ico.fill {
    background: #ed8f1f;
    box-shadow: 0 8px 18px rgba(237, 143, 31, 0.28);
}

.agenda-main .wishlist-ico.fill,
.agenda-main .heart-ico.fill,
.agenda-main .wish-ico.fill,
.agenda-main .like-ico.fill {
    background: rgba(13, 65, 59, 0.88);
}

.wikiloc-embed-block {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.wikiloc-embed-block h4 {
    margin-bottom: 18px;
}

.wikiloc-embed-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #eef3f1;
    box-shadow: inset 0 0 0 1px rgba(13, 65, 59, 0.08);
}

.wikiloc-embed-frame iframe {
    display: block;
    width: 100%;
    min-height: 560px;
    border: 0;
}

.rutes-main .rutes-img {
    position: relative;
}

.rutes-main .fav-icon {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(3, 4, 94, 0.4);
}

.rutes-main:hover .fav-icon .wishlist-ico,
.rutes-main:hover .fav-icon .heart-ico,
.rutes-main:hover .fav-icon .wish-ico,
.rutes-main:hover .fav-icon .like-ico {
    background: rgba(13, 65, 59, 0.88);
}

.inner-banner.search-ban .cercar-filter-div p {
    max-width: 640px;
    margin: 18px auto 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}

/* Header */
.cbp-hrmenu>ul>li>a {
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 20px;
}

/* END Header */


/* organitzacions */
.empreses-entitats-sec {
    float: left;
    width: 100%;
    padding: 0 0 100px;
}

.empreses-entitats-sec .row {
    position: relative;
}

.empreses-entitats-sec .agenda-top {
    margin-bottom: 28px;
}

.empreses-entitats-sec .agenda-top h2 {
    max-width: 780px;
}

.empreses-entitats-sec .page-intro {
    float: left;
    width: 100%;
    max-width: 860px;
    margin: 0 0 38px;
}

.empreses-entitats-sec .page-intro p,
.empreses-entitats-sec .page-intro li {
    color: rgba(13, 65, 59, 0.88);
    font-family: 'Roboto-Light';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.12px;
}

.empreses-entitats-sec .acc.item-list {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.empreses-entitats-sec .acc-item {
    float: left;
    width: 100%;
    border: 1px solid rgba(13, 65, 59, 0.12);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(13, 65, 59, 0.06);
    overflow: hidden;
}

.empreses-entitats-sec .acc-summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 34px;
    background: #edf5f2;
    cursor: pointer;
    transition: background-color .3s ease, padding .3s ease;
    border: 0;
    text-align: left;
    appearance: none;
}

.empreses-entitats-sec .acc-title {
    margin: 0;
    color: #0D413B;
    font-family: 'RobotoSlab-Bold';
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.12px;
}

.empreses-entitats-sec .acc-chev {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    position: relative;
}

.empreses-entitats-sec .acc-chev::before,
.empreses-entitats-sec .acc-chev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: #0D413B;
    transform-origin: center;
    transition: transform .25s ease, background-color .25s ease;
}

.empreses-entitats-sec .acc-chev::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.empreses-entitats-sec .acc-chev::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.empreses-entitats-sec .acc-panel {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    transition: max-height .35s ease;
}

.empreses-entitats-sec .acc-item.is-open .acc-panel {
    max-height: 6000px;
}

.empreses-entitats-sec .acc-item.is-open .acc-summary {
    background: #e5f0ec;
}

.empreses-entitats-sec .acc-item.is-open .acc-chev::before {
    transform: translate(-50%, -50%) rotate(135deg);
}

.empreses-entitats-sec .acc-item.is-open .acc-chev::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.empreses-entitats-sec .table-company {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.empreses-entitats-sec .table-company tbody tr {
    border-bottom: 1px solid rgba(13, 65, 59, 0.16);
}

.empreses-entitats-sec .table-company tbody tr:last-child {
    border-bottom: 0;
}

.empreses-entitats-sec .table-company td {
    padding: 20px 34px;
    vertical-align: top;
}

.empreses-entitats-sec .table-company td:first-child {
    width: 46%;
}

.empreses-entitats-sec .table-company td:nth-child(2),
.empreses-entitats-sec .table-company td:nth-child(3) {
    width: 18%;
}

.empreses-entitats-sec .table-company td:last-child {
    width: 18%;
}

.empreses-entitats-sec .acc-name {
    display: inline-block;
    color: #0D413B;
    font-family: 'RobotoSlab-Bold';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.08px;
    transition: color .25s ease;
}

.empreses-entitats-sec .acc-name:hover {
    color: #ED8F1F;
}

.empreses-entitats-sec .table-company td:first-child p {
    margin: 10px 0 0;
    color: rgba(13, 65, 59, 0.78);
    font-family: 'Roboto-Light';
    font-size: 15px;
    line-height: 24px;
}

.empreses-entitats-sec .acc-link,
.empreses-entitats-sec .acc-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    color: #0D413B;
    font-family: 'Roboto-Medium';
    font-size: 15px;
    line-height: 22px;
    word-break: break-word;
    transition: color .25s ease, transform .25s ease;
}

.empreses-entitats-sec .acc-link:hover,
.empreses-entitats-sec .acc-phone-link:hover {
    color: #ED8F1F;
}

.empreses-entitats-sec .acc-link--icon-only {
    justify-content: center;
    gap: 0;
    width: 40px;
    min-width: 40px;
    overflow: hidden;
}

.empreses-entitats-sec .phone-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.empreses-entitats-sec .acc-link::before,
.empreses-entitats-sec .acc-phone-link::before {
    content: '';
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(13, 65, 59, 0.16);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    transition: border-color .25s ease, background-color .25s ease;
}

.empreses-entitats-sec .acc-link[href^="mailto:"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 3.5H14V12.5H2V3.5Z' stroke='%230D413B' stroke-width='1.4'/%3E%3Cpath d='M2.5 4L8 8L13.5 4' stroke='%230D413B' stroke-width='1.4'/%3E%3C/svg%3E");
}

.empreses-entitats-sec .acc-link:not([href^="mailto:"])::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.5 9.5L9.5 6.5' stroke='%230D413B' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M7 4H11.5V8.5' stroke='%230D413B' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3H5C3.89543 3 3 3.89543 3 5V11C3 12.1046 3.89543 13 5 13H11C12.1046 13 13 12.1046 13 11V7' stroke='%230D413B' stroke-width='1.4'/%3E%3C/svg%3E");
}

.empreses-entitats-sec .acc-phone-link::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 16.92V20a2 2 0 0 1-2.18 2A19.86 19.86 0 0 1 11.19 18.93A19.5 19.5 0 0 1 5.07 12.81A19.86 19.86 0 0 1 2 4.18A2 2 0 0 1 4 2h3.09A2 2 0 0 1 9.07 3.72c.12.89.34 1.75.65 2.58a2 2 0 0 1-.45 2.11l-1.35 1.35a16 16 0 0 0 6.73 6.73l1.35-1.35a2 2 0 0 1 2.11-.45c.83.31 1.69.53 2.58.65A2 2 0 0 1 22 16.92Z' stroke='%230D413B' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 13px 13px;
}

.empreses-entitats-sec .acc-link:hover::before,
.empreses-entitats-sec .acc-phone-link:hover::before {
    border-color: rgba(237, 143, 31, 0.35);
    background-color: rgba(237, 143, 31, 0.08);
}
/* END organitzacions */


/* mida imatges */
.perdre-main .perdre-img img {
    height: 460px;
    object-fit: cover;
}

.inner-banner img {
    height: 660px;
    object-fit: cover;
}

.rutes-main .rutes-img img {
    height: 280px;
    object-fit: cover;
}

.agenda-main .agenda-img img {
    height: 285px;
    object-fit: cover;
}

.ficha-img-slide .swiper-slide img {
    height: 600px;
    object-fit: cover;
}

/* END mida imatges */

footer .news-title-sec .news-cnt-sec ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    column-gap: 25px;
    row-gap: 20px;
    margin-bottom: 0;
    padding-left: 0;
}

footer .news-title-sec .news-cnt-sec ul li {
    float: none;
    display: flex;
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 0;
}

footer .news-title-sec .news-cnt-sec ul li a {
    float: none;
    display: inline-block;
    width: auto;
}

footer .news-title-sec .news-cnt-sec ul li img {
    float: none;
    display: block;
    width: auto;
    height: 45px;
    max-height: none;
}

footer .ftr-top .ftr-top-logos {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 45px;
}

footer .ftr-top .ftr-top-logos ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 25px;
    row-gap: 20px;
    padding-top: 0;
    padding-right: 0;
}

footer .ftr-top .ftr-top-logos ul li {
    float: none;
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 0;
}

footer .ftr-top .ftr-top-logos ul li a {
    float: none;
    display: block;
    width: auto;
}

footer .ftr-top .ftr-top-logos ul li img {
    float: none;
    width: auto;
    max-height: 34px;
}

.news-title-sec .f-logo img {
    max-width: 200px;
}

/* bloc imatge + text */
.descubre-sec {
    float: left;
    width: 100%;
    position: relative;
    padding: 84px 0 72px;
    background: #ffffff;
    overflow: hidden;
}

.descubre-sec .row {
    position: relative;
    z-index: 1;
}

.descubre-sec.even-bg {
    background:
        linear-gradient(180deg, rgba(13, 65, 59, 0.05) 0%, rgba(13, 65, 59, 0.02) 100%);
}

.descubre-sec+.descubre-sec {
    border-top: 1px solid rgba(13, 65, 59, 0.08);
}

.descubre-inner {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    column-gap: 64px;
    row-gap: 28px;
}

.descubre-img {
    position: relative;
    flex: 0 0 34%;
    max-width: 390px;
}

.descubre-img::after {
    content: '';
    position: absolute;
    inset: auto -18px -18px 28px;
    border-radius: 28px;
    background: rgba(237, 143, 31, 0.12);
}

.descubre-sec.even-bg .descubre-img::after {
    background: rgba(13, 65, 59, 0.08);
}

.descubre-img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 24px 55px rgba(13, 65, 59, 0.12);
    transition: transform .45s ease, box-shadow .45s ease;
}

.descubre-sec:hover .descubre-img img {
    transform: scale(1.02);
    box-shadow: 0 28px 60px rgba(13, 65, 59, 0.16);
}

.descubre-cnt {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 690px;
    padding-top: 8px;
}

.descubre-cnt .tit-h4 {
    display: block;
    margin: 0 0 20px;
    color: #0D413B;
    font-family: 'RobotoSlab-Regular';
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.48px;
}

.descubre-list {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.descubre-list:last-child {
    margin-bottom: 0;
}

.descubre-list .tit-h5 {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin: 0 0 14px;
    color: #0D413B;
    font-family: 'Roboto-Bold';
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.descubre-list .tit-h5>span,
.descubre-list li>span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(237, 143, 31, 0.12);
}

.descubre-list .tit-h5>span {
    width: 40px;
    height: 40px;
}

.descubre-list ul {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    margin: 20px 0 0;
    padding: 0;
}

.descubre-list ul:first-child {
    margin-top: 0;
}

.descubre-list li {
    display: flex;
    align-items: flex-start;
    column-gap: 14px;
    padding: 18px 22px;
    border: 1px solid rgba(13, 65, 59, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 30px rgba(13, 65, 59, 0.06);
}

.descubre-sec.even-bg .descubre-list li {
    background: rgba(255, 255, 255, 0.96);
}

.descubre-list li>span {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border: 1px solid rgba(237, 143, 31, 0.18);
}

.descubre-list li img,
.descubre-list .tit-h5 img {
    display: block;
    max-width: 18px;
    max-height: 18px;
    width: auto;
    height: auto;
}

.descubre-list p,
.descubre-list li,
.descubre-list a {
    color: #4C4E54;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1px;
}

.descubre-list p {
    float: none;
    width: auto;
    margin: 0 0 16px;
    font-family: 'Roboto-Light';
}

.descubre-list li p {
    margin: 0;
    font-family: 'Roboto-Light';
}

.descubre-list p:last-child {
    margin-bottom: 0;
}

.descubre-list a {
    color: #0D413B;
    font-family: 'Roboto-Medium';
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .3s ease;
}

.descubre-list a:hover {
    color: #ED8F1F;
}

.descubre-list strong {
    color: #0D413B;
    font-family: 'Roboto-Bold';
    font-weight: normal;
}

/* END bloc imatge + text */

.inner-banner .inner-banner-logo {
    position: absolute;
    right: 45px;
    bottom: 45px;
    z-index: 2;
}

.inner-banner .inner-banner-logo a {
    display: inline-block;
    transition: opacity 0.5s;
}

.inner-banner .inner-banner-logo a:hover {
    opacity: 0.8;
}

.inner-banner .inner-banner-logo img {
    display: block;
    max-width: 220px;
    max-height: 90px;
    width: auto;
    height: auto;
}

/* bloc iframe */
.iframe-sec {
    float: left;
    width: 100%;
    padding: 0 0 100px;
}

/* END bloc iframe */
