/* begin MENU */

.cbp-hrmenu > ul > li.current-menu-item > a {
    font-family: 'NeueMontreal-Bold';
    color: #0D858D;
}

.cbp-hrmenu > ul > li.current-menu-item > a::after {
    width: 100%;
}

footer .foot-pad .f-menu ul li.emer a {
    font-family: 'NeueMontreal-Medium';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    width: 129px;
    height: 40px;
    border-radius: 20px;
    background: #ff7400;
    border: 2px solid #ff7400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu #accordian ul li.emer a {
    font-family: 'NeueMontreal-Medium';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    color: #fff;
    width: 129px;
    height: 40px;
    border-radius: 20px;
    background: #ff7400;
    border: 2px solid #ff7400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* end MENU */

/* begin QUESTIONARI */

.loader-wrapper {
    display: none;
    float: left;
    width: 100%;
}

.per-comencem .ciutadans ul li .btn {
    height: 91px;
    position: relative;
    border-radius: 8px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(36, 108, 103, 0.1);
    display: flex;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    align-items: center;
    justify-content: space-between;
    font-family: 'NeueMontreal-Medium';
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: #0d858d;
    padding: 0 100px 0 30px;
    width: 100%;
    border: none;
    cursor: pointer;
}

.per-comencem .ciutadans ul li .btn p {
    font-family: 'NeueMontreal-Medium';
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: #0d858d;
    margin: 0;
    width: 100%;
}

.per-comencem .ciutadans ul li .btn span {
    width: 51px;
    height: 51px;
    border-radius: 5px;
    background: #e7f3f4 url(../../resources/v1/images/arrow-down-b.svg) no-repeat center;
    transform: rotate(-90deg);
    margin-left: 24px;
    position: absolute;
    right: 20px;
}

.per-comencem .ciutadans ul li .btn:hover,
.per-comencem .ciutadans ul li .btn:focus {
    background: #0d858d;
    border-color: #0d858d;
    color: #fff;
}

.per-comencem .ciutadans.professionals ul li .btn:hover p,
.per-comencem .ciutadans.professionals ul li .btn:focus p {
    color: #fff;
}

.que .per-comencem .ciutadans .tr {
    height: 30px;
    background: #0d858d url(../../resources/v1/images/arrow-left-2.svg) no-repeat left 13px center;
    font-family: 'NeueMontreal-Bold';
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 18px;
    text-align: left;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 33px;
    border-radius: 100px;
    margin: 60px auto 0;
    border: none;
    cursor: pointer;
}

.que .per-comencem .ciutadans .tr:hover,
.que .per-comencem .ciutadans .tr:focus {
    background-color: #ff7400;
}

/* end QUESTIONARI */

/* begin LLISTAT */

.submenu a.selected {
    font-family: 'NeueMontreal-Bold';
}

.pagination ul li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    color: #282828;
    font-size: 16px;
    line-height: 21px;
    font-family: 'NeueMontreal-Regular';
    background: none;
    transition: all .5s ease;
    letter-spacing: -0.2px;
}

.pagination ul li .page-numbers.prev {
    width: auto;
    margin-right: 20px;
    padding: 0 15px;
}

.pagination ul li .page-numbers.next {
    width: auto;
    margin-left: 20px;
    padding: 0 15px;
}

.pagination ul li .page-numbers.current,
.pagination ul li .page-numbers:hover,
.pagination ul li .page-numbers:focus {
    background: #0d858d;
    color: #fff;
    font-family: 'NeueMontreal-Bold';
}

section.docu-res .view-tab {
    display: none;
}

.docu-res-rht .t-se ul li ul li button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.docu-res-rht .t-se ul li ul li button svg {
    opacity: 0.3;
}


.docu-res-rht .t-se ul li ul li button.active svg {
    opacity: 1;
}

.docu-res-rht .t-se ul li ul li.toggle-view {
    display: flex;
    gap: 10px;
}

#serveis-map {
    width: 100%;
    height: 620px;
    background-color: #e5e3df;
    border-radius: 20px;
}

/* end LLISTAT */

/* begin FITXA SERVEI */

.fitxa .fitxa-lft ul.add li {
    width: auto;
    padding: 0 5px;
    column-gap: 10px;
}

.fitxa .fitxa-lft ul.add li span {
    padding: 0;
}

section.fitxa .fitxa-rgt .map #servei-map {
    width: 100%;
    height: 200px;
    float: left;
    background-color: #e5e3df;
    border-radius: 7px;
}

/* end FITXA SERVEI */

.inner-banner .inn-pad .ban-cnt .bred-crm h1 {
    max-width: 60%;
}

/* begin BANNER FOOTER */

.coneix .coneix-pad {
    background-image: none;
}

/* end BANNER FOOTER */

/* begin HOME */

.plataforma ul li .button {
    width: 398px;
    height: 71px;
    border-radius: 8px;
    background: #0d858d;
    border: 1px solid #0d858d;
    box-shadow: 2px 2px 10px rgba(36, 108, 103, 0.1);
    display: flex;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    align-items: center;
    justify-content: space-between;
    font-family: 'NeueMontreal-Medium';
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    padding: 0 10px 0 30px;
    cursor: pointer;
}

.plataforma ul li .button:hover,
.plataforma ul li .button:focus {
    background: #ff7400;
    border-color: #ff7400;
}

.plataforma ul li .button span {
    width: 51px;
    height: 51px;
    border-radius: 5px;
    background: #e7f3f4 url(../../resources/v1/images/arrow-down-b.svg) no-repeat center;
}

/* end HOME */

/* begin FOOTER */

footer .foot-btm ul li p span {
    display: block;
}

/* end FOOTER */

/* begin SEARCH */

.resultas-filter.ser-main {
    top: 0;
    padding-top: max(200px, 35vh);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
}

.resultas-filter.ser-main.show {
    opacity: 1;
    visibility: visible;
}

body:has(.ser-main.show) {
    overflow: hidden;
}

.resultas-filter-list h1 {
    float: left;
    width: 100%;
    font-family: 'NeueMontreal-Bold';
    font-weight: normal;
    font-size: 70px;
    letter-spacing: 0em;
    line-height: 70px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.resulat-cat h5 {
    margin-left: auto;
}

/* end SEARCH */

/* begin LOPD */

section.lopd-banner {
    float: left;
    width: 100%;
    padding: 50px 0 30px;
}

section.lopd-banner h1 {
    font-family: 'NeueMontreal-Medium';
    font-size: 50px;
    line-height: 60px;
}

section.lopd-banner ul {
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    line-height: 20px;
}

section.lopd-banner ul li a {
    font-family: 'NeueMontreal-Bold';
    opacity: 1;
    transition: all 0.35s ease;
}

section.lopd-banner ul li a:hover,
section.lopd-banner ul li a:focus {
    opacity: 0.7;
}

section.lopd {
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

section.lopd p,
section.lopd ul li,
section.lopd ol li {
    font-family: 'NeueMontreal-Regular';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

section.lopd h2 {
    font-family: 'NeueMontreal-Medium';
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}

section.lopd h3 {
    font-family: 'NeueMontreal-Medium';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}

section.lopd a {
    transition: all 0.35s ease;
    text-decoration: underline;
    color: #0d858d;
    font-family: 'NeueMontreal-Medium';
}

section.lopd a:hover,
section.lopd a:focus {
    color: #000000;
    text-decoration-color: transparent;
}

section.lopd ul li {
    list-style: disc;
    margin: 0 0 5px 20px;
}

section.lopd ul ul li,
section.lopd ol ul li {
    list-style: circle;
    margin-left: 20px;
}

section.lopd ol li {
    list-style: auto;
    margin: 0 0 5px 20px;
}

section.lopd ul ol li,
section.lopd ol ol li {
    list-style: lower-alpha;
    margin-left: 20px;
}

/* end LOPD */

/* begin JIRA GDRSG-16 */

.dades ul li.web {
    background: url(../images/link.svg) no-repeat left center;
}

.dades ul li.web a {
    font-family: 'NeueMontreal-Bold';
    font-weight: normal;
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    letter-spacing: 0.03em;
    line-height: 24px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-align: left;
    color: #0D858D;
    text-decoration: underline;
}

.submenu {
    flex-direction: column;
}

/* end JIRA GDRSG-16 */

#serveis-map h5.window-title {
    font-family: 'NeueMontreal-Bold';
    font-size: 20px;
    line-height: 28px;
}

#serveis-map .prof-window {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 10px;
}

#serveis-map .prof-window .window-desc p {
    font-family: 'NeueMontreal-Regular';
    font-size: 16px;
    line-height: 20px;
}

#serveis-map .prof-window .window-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

#serveis-map .prof-window .window-btn .btn {
    position: static;
    background-color: #0D858D;
    font-family: 'NeueMontreal-Bold';
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    transition: all 0.35s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
}

#serveis-map .prof-window .window-btn .btn:hover,
#serveis-map .prof-window .window-btn .btn:focus {
    background-color: #ff7400;
}

/* begin JIRA GDRSG-18 */

.home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption {
    bottom: 40px;
}

.home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h1,
.home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2 {
    float: none;
}

.home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2 {
    font-family: 'NeueMontreal-Medium';
    font-weight: normal;
    font-size: 38px;
    letter-spacing: 0.06em;
    line-height: 42px;
    float: left;
    letter-spacing: -0.01em;
    text-align: left;
    color: #fff;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 635px;
}

.que .per-comencem .que-steps ul li:has(a.active) ~ li a {
    cursor: not-allowed;
}

.emerg-sec ul li h2 a {
    color: inherit;
    transition: all 0.35s ease;
    text-decoration: underline;
}

.emerg-sec ul li h2 a:hover,
.emerg-sec ul li h2 a:focus {
    color: #000;
    text-decoration-color: transparent;
}

.taula .doc-relate ul {
    justify-content: flex-start;
}

.taula p {
    float: left;
    width: 100%;
}

.taula ul:not(.doc-lst) {
    float: left;
    width: 100%;
    font-family: 'NeueMontreal-Regular';
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 30px;
    text-align: left;
    color: #666;
    margin-bottom: 20px;
}

.taula ul:not(.doc-lst) > li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
}

.emerg-sec ul li .numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

/* end JIRA GDRSG-18 */