html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline
}
 article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
     display: block
}
 body {
     line-height: 1
}
 ol,ul {
     list-style: none
}
 blockquote,q {
     quotes: none
}
 blockquote:before,blockquote:after,q:before,q:after {
     content: "";
     content: none
}
 table {
     border-collapse: collapse;
     border-spacing: 0
}
 * {
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box
}
 html {
     box-sizing: border-box;
     height: 100%;
     text-rendering: optimizeLegibility;
     font-size: 62.5%
}
 body {
     margin: 0 auto;
     font-family: 'Bai Jamjuree', sans-serif;
     color: #142e61;
     overflow-x: hidden;
     font-size: 20px;
     font-size: 2rem;
     line-height: 1.5
}
 body.body-fixed {
     width: 100%;
     height: 100vh;
     /* scroll: none; */
     overflow: hidden
}
 body hr {
     border: 0;
     width: 100%;
     margin: 0 auto;
     height: .15rem;
     background-color: #476EA0
}
 .scroll-to-top {
     text-decoration: none;
     position: fixed;
     bottom: 0;
     right: 0;
     z-index: 9999;
     display: none;
     width: 6rem;
     height: 6rem;
     background: url(../img/flecha-up.svg)center no-repeat;
     background-size: 100% 100%
}
 .scroll-to-top:hover {
     text-decoration: none;
     color: #fff
}
 .hide {
     display: none
}
 a {
     color: #142e61;
     text-decoration: underline;
     font-weight: 400
}
 a:hover {
     text-decoration: none
}
 em {
     font-style: italic
}
 strong {
     font-weight: 700
}
 .container {
     margin: 0 auto;
     width: 100%;
     background: #f0e6e6
}
 .img-responsive {
     width: 100%!important;
     height:auto !important;
}
 .img-responsive img {
     width: 100%!important;
     height: auto!important;
}
 .img-circle {
     border-radius: 50%;
     width:100% !important;
     height: auto !important;
}
 .button {
     text-align: center;
     padding: 0;
     font-family: 'Bai Jamjuree', sans-serif;
     border: 0;
     border-radius: 0;
     font-size: 23px;
     font-size: 2.3rem;
     line-height: 2.5;
     cursor: pointer;
     width: 100%;
     background: 0 0;
     color: #fff
}
 .button:hover.is-checked,.button:active.is-checked,.button.is-checked {
     color: #fff;
     text-decoration: underline
}
 a.ico-download {
     text-decoration: none;
     margin-top: 1rem
}
 a.ico-download span {
     background: url(../img/ico-download.svg)no-repeat bottom left;
     width: 3rem;
     height: 3rem;
     padding-top: 1rem;
     float: left;
     margin-right: 1rem
}
 .float-left {
     float: left
}
 .float-right {
     float: right
}
 .blink {
     -webkit-animation: blinker 1.5s linear infinite;
     animation: blinker 1.5s linear infinite
}
 .blink:hover {
     -webkit-animation: none;
     animation: none
}
 .page-content .content {
     max-width: 85rem;
     margin: 0 auto;
     padding: 0 2rem
}
 .page-content .content p {
     font-size: 16px;
     font-size: 1.6rem;
     line-height: 1.5;
     display: block;
     margin: 2rem 0
}
 .page-content .content h2.subseccio-title {
     font-size: 22px;
     font-size: 2.2rem;
     padding-bottom: 1rem;
     display: block
}
 @media (min-width:768px) {
     .page-content .content p {
         font-size: 18px;
         font-size: 1.8rem
    }
     .page-content .content h2.subseccio-title {
         border-bottom: none;
         margin: 3rem 0 1.5rem;
         font-size: 22px;
         font-size: 2.2rem;
    }
}
 @media (min-width:1024px) {
     .page-content .content h2.subseccio-title {
         font-size: 27px;
         font-size: 2.7rem
    }
}
 .section-header {
     color: #b75a24;
     padding: 3rem 0 1rem 0
}
 .section-header span {
     font-weight: 700;
     font-size: 80px;
     font-size: 8rem;
     line-height: 1.2
}
 .section-header h1.section-title {
     font-size: 20px;
     font-size: 2rem;
     border-bottom: 1rem solid #b75a24;
     padding-bottom: 2rem
}
 @media (min-width:768px) {
     .section-header h1.section-title {
         font-size: 30px;
         font-size: 3rem
    }
}
 @media (min-width:1024px) {
     .section-header h1.section-title {
         font-size: 40px;
         font-size: 4rem
    }
}
 .two-columns {
     display: flex;
     flex-direction: column
}
 .two-columns>div {
     width: 100%;
     padding-bottom: 0;
     margin: 0;
     align-items: stretch;
     display: flex
}
 .two-columns>div .numbers li {
     width: 100%;
     padding-bottom: 0
}
 @media (min-width:768px) {
     .two-columns {
         margin-top: -2rem;
         flex-direction: row
    }
     .two-columns>div {
         width: 50%;
         padding-bottom: 2rem;
         margin: 1rem 1rem 1rem 0
    }
     .two-columns>div:last-child {
         margin: 1rem 0 1rem 1rem
    }
     .two-columns>div.column_1_3 {
         width: 25%
    }
     .two-columns>div.column_2_3 {
         width: 75%
    }
}
 .box {
     display: block;
     width: 100%;
     border: 0.15rem solid #142e61;
     padding: 2rem;
     margin: 1.5rem 0
}
 .box .box-title {
     margin-bottom: 2rem
}
 .box-blu {
     background-color: #476EA0;
     color: white
}
 @media (min-width:768px) {
     .box {
         margin: 2rem 0
    }
     .box p {
         font-size: 18px;
         font-size: 1.8rem;
         margin: 0
    }
}
 .numbers {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap
}
 .numbers li {
     width: 50%;
     padding-bottom: 2rem
}
 .numbers li span {
     display: block;
     font-size: 36px;
     font-size: 3.6rem;
     line-height: 1.1;
     margin-bottom: 0;
     font-weight: 700;
}
 .numbers li p {
     padding-right: 2rem;
     margin: 0!important;
     display: block;
     font-size: 1.4rem!important;
     font-size: 14px;
     line-height: 1.2!important
}
 .numbers li.child {
     margin-left: 6rem
}
 .numbers li.child span {
     font-size: 24px;
     font-size: 2.4rem
}
 .numbers li.big-number {
     margin-bottom: 0
}
 .numbers li.big-number span {
     display: block;
     font-size: 42px;
     font-size: 4.2rem
}
 .numbers li.xl-number span {
     display: block;
     font-size: 70px!important;
     font-size: 7rem!important
}
 .numbers li.xxl-number span {
     display: block;
     font-size: 120px!important;
     font-size: 12rem!important
}
 .numbers.small li span {
     font-size: 24px;
     font-size: 2.4rem
}
 .numbers.quaternary-color span {
     color: #b75a24
}
 .numbers.tertiary-color span {
     color: #e3bccc
}
 @media (min-width:768px) {
     .numbers {
         margin-left: 7.5rem
    }
     .numbers.no-margin {
         margin-left: 0
    }
     .numbers li p {
         font-size: 15px;
         font-size: 1.5rem;
         font-size: 1.5rem!important;
         font-size: 15px
    }
}
 @media (min-width:1024px) {
     .numbers li {
         width: 25%
    }
}
 .flex {
     display: flex;
     flex-direction: column
}
 @media (min-width: 768px) {
     .text-apertura .img-circle {
         width: 40rem!important;
         height: 38rem!important;
         margin-left: 4rem
    }
}
 .flex>div {
     width: 100%;
     padding-bottom: 0;
     /* margin: 1rem */
}
 @media (min-width:768px) {
     .flex {
         flex-direction: row
    }
     .flex>div {
         width: 50%;
         padding-bottom: 0;
         margin: -1rem 2rem 0 0
    }
     .flex>div:last-child {
         margin: -1rem 0 0 0
    }
}
 .flex .column .box .numbers li {
     width: 100%
}
 .content p {
     font-size: 16px;
     font-size: 1.6rem;
     line-height: 1.2;
     margin: -1rem 0 2rem 0
}
 .content p.asterix {
     font-size: 14px;
     font-size: 1.4rem
}
 .content p.line {
     position: relative;
     padding: 1rem 0;
     margin: 0 0 0 0 !important
}
 .content p.line:before {
     content: " ";
     position: absolute;
     top: 0;
     left: 0;
     width: 6.5rem;
     height: .15rem;
     background: #142e61
}
 @media (min-width:768px) {
     .content .column.img-left div {
         order: 2
    }
     .content .column.img-left div p {
         padding: 0
    }
     .content .column.img-left .img-circle {
         order: 1;
         margin: 1rem 4rem 0 0;
         width: 30rem!important;
         height: 30rem!important
    }
}
 @media (min-width:768px) {
     .content p.line {
         position: relative;
         padding: .5rem 0;
         margin: 0 0 0 8rem!important
    }
     .content p.line:before {
         content: " ";
         position: absolute;
         top: 2rem;
         left: -8rem;
    }
}
 .content ul li p {
     margin: 0!important
}
 @-webkit-keyframes blinker {
     50% {
         opacity: .25
    }
}
 @keyframes blinker {
     50% {
         opacity: .25
    }
}
 .bg-color {
     padding: 0 0 6rem 0
}
 sup {
     vertical-align: super;
     font-size: smaller
}
 sub {
     vertical-align: sub;
     font-size: smaller
}
 h1 {
     font-size: 28px;
     font-size: 2.8rem;
     text-align: left;
     line-height: 1;
     font-weight: 700;
     margin-bottom: 2rem
}
 h1 a {
     text-decoration: none
}
 h1 a:hover {
     text-decoration: none
}
 @media (min-width:768px) {
     h1 {
         font-size: 40px;
         font-size: 4rem
    }
}
 @media (min-width:1024px) {
     h1 {
         font-size: 50px;
         font-size: 5rem
    }
}
 h2 {
     font-size: 26px;
     font-size: 2.6rem;
     line-height: 1;
     display: block;
     margin-bottom: 0;
     margin-top: 3rem;
     font-weight: 700
}
 @media (min-width:768px) {
     h2 {
         font-size: 35px;
         font-size: 3.5rem
    }
}
 @media (min-width:1024px) {
     h2 {
         font-size: 45px;
         font-size: 4.5rem
    }
}
 h3 {
     font-weight: 700;
     color: #b75a24;
     line-height: 1.1;
     font-size: 19px;
     font-size: 1.9rem;
     display: block;
     margin-bottom: 1rem
}
 p {
     font-size: 18px;
     font-size: 1.8rem;
     line-height: 1.42;
     margin: 0 auto 1rem auto;
     padding: 0;
     display: block
}
 .logo {
     width: 17rem;
     height: 5.35rem;
     display: block;
     background: url(../img/logo-consorci-sanitari-maresme.svg)no-repeat center center
}
 .logo.active {
     background: url(../img/logo-consorci-sanitari-maresme.svg)no-repeat center center;
     position: absolute;
     z-index: 51
}
 @media (min-width:768px) {
     .logo {
         width: 24rem;
         height: 7.5rem
    }
}
 .site-header {
     width: 100%;
     padding: 2rem 2rem 0 2rem
}
 @media (min-width:768px) {
     .site-header {
         padding: 4rem 4rem 0 4rem
    }
}
 @media (min-width:1024px) {
     .site-header {
         padding: 6rem 8rem 0 8rem
    }
}
 .site-header .ico-download {
     display: none;
     display: block;
     background: url(../img/ico-download.svg)no-repeat center center;
     cursor: pointer;
     margin-top: 0
}
 .site-header .ico-download span {
     display: none
}
 .site-header .ico-download:hover {
     opacity: .3
}
 @media (min-width:768px) {
     .site-header .ico-download {
         display: block;
         position: absolute;
         top: 4rem;
         right: 11rem;
         height: 2.5rem;
         width: 3rem
    }
}
 @media (min-width:1024px) {
     .site-header .ico-download {
         top: 6.2rem;
         right: 16rem
    }
}
 .menu-nav {
     position: relative;
     height: auto;
     padding: 2rem;
     display: none
}
 .menu-nav.active {
     display: block;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     position: fixed;
     height: 100vh;
     z-index: 50;
     padding: 4rem;
     overflow-y: auto;
     background: #142e61
}
 .menu-nav.active ol.menu {
     width: 100%;
     margin-top: 7rem;
     counter-reset: items
}
 .menu-nav.active ol.menu li {
     counter-increment: items;
     text-align: right;
     display: block;
     font-weight: 700;
     font-size: 1.4px;
     font-size: .14rem;
     line-height: 1.1;
     padding: 0 0 0 4rem;
     margin-bottom: 1.8rem
}
 .menu-nav.active ol.menu li:before {
     content: "0"counter(items)" ";
     color: #fff;
     font-size: 14px;
     font-size: 1.4rem;
     line-height: 1;
     margin-bottom: .5rem;
     display: block
}
 .menu-nav.active ol.menu li:nth-child(n+100):before {
     content: counter(items)" "
}
 .menu-nav.active ol.menu li a {
     color: #fff;
     text-decoration: none;
     font-weight: 700;
     font-size: 17px;
}
 @media (min-width:768px) {
     .menu-nav.active ol.menu li {
         padding: 0 0 0 30%;
         margin-bottom: 3rem
    }
     .menu-nav.active ol.menu li a{
         font-size: 28px;
         line-height: 100%;
    }
}
 .menu-nav.active .button {
     text-align: right;
     font-size: 16px;
     font-size: 1.6rem;
     line-height: 1;
     display: block;
     width: 60%;
     float: right;
     margin-top: .5rem;
     margin-bottom: 4rem;
     padding: 3.5rem 0 0 0;
     background: url(../img/ico-download-white.svg)top right no-repeat;
     background-size: 3rem 2.5rem;
     text-decoration: none
}
 @media (min-width:768px) {
     .menu-nav.active .button {
         font-size: 18px;
         font-size: 1.8rem
    }
}
 @media (min-width:768px) {
     .menu-nav.active {
         padding: 4rem
    }
     .menu-nav.active ol.menu li {
         font-size: 30px;
         font-size: 3rem
    }
     .menu-nav.active ol.menu li:before {
         font-size: 18px;
         font-size: 1.8rem
    }
}
 @media (min-width:1024px) {
     .menu-nav.active {
         padding: 8rem
    }
     .menu-nav.active ol.menu li {
         font-size: 44px;
         font-size: 3.4rem
    }
     .menu-nav.active ol.menu li:before {
         font-size: 20px;
         font-size: 2rem
    }
}
 #burger {
     display: block;
     position: fixed;
     top: 2.5rem;
     right: 2rem;
     height: 3.3rem;
     width: 3rem;
     z-index: 50;
     cursor: pointer
}
 #burger:hover {
     opacity: .3
}
 #burger span {
     position: absolute;
     width: 3rem;
     height: .15rem;
     border-radius: 0;
     left: 0;
     background: #142e61;
     transition: .25s;
     display: block;
     top: 1rem
}
 #burger span:first-child {
     left: 0;
     top: 0
}
 #burger span:last-child {
     left: 0;
     top: 2rem
}
 #burger:hover {
     cursor: pointer
}
 #burger.active {
     width: 3rem;
     top: 2.5rem;
     right: 2rem;
     z-index: 51
}
 #burger.active:hover {
     opacity: .7
}
 #burger.active span {
     background: #fff;
     border-radius: 0;
     opacity: 0;
     top: 50%;
     position: absolute;
     width: 100%;
     height: .15rem;
     top: 50%;
     margin-top: -1px;
     left: 0;
     display: block
}
 #burger.active span:first-child {
     opacity: 1;
     transform: rotate(45deg)
}
 #burger.active span:last-child {
     opacity: 1;
     transform: rotate(-45deg)
}
 @media (min-width:768px) {
     #burger.active {
         top: 4.5rem;
         right: 4rem
    }
}
 @media (min-width:1024px) {
     #burger.active {
         top: 6.5rem;
         right: 8rem
    }
}
 @media (min-width:768px) {
     #burger {
         position: fixed;
         top: 4.5rem;
         right: 4rem
    }
}
 @media (min-width:1024px) {
     #burger {
         position: fixed;
         top: 6.5rem;
         right: 8rem
    }
}
 .home .page-content {
     display: flex;
     width: 100%;
     flex-direction: column;
     align-content: flex-end
}
 .home .page-content .aperture {
     width: 100%;
     height: 40vh;
     position: relative;
     border-top: 10px solid;
     margin-top: 40px;
     padding: 2em
}
 .home .page-content .aperture .titles {
     position: absolute;
     bottom: 0
}
 .home .page-content .aperture .titles h1 {
     height: auto;
     margin: 0 2rem 1rem 2rem;
     color: #b75a24
}
 .home .page-content .aperture .titles h2 {
     height: auto;
     margin: 0 2rem 2rem 2rem;
     color: #b75a24;
     font-weight: 200
}
 @media (min-width:768px) {
     .home .page-content .aperture .titles h1 {
         margin: 0 4rem
    }
     .home .page-content .aperture .titles h2 {
         margin: 1rem 2rem 2rem 4rem
    }
}
 @media (min-width:1024px) {
     .home .page-content .aperture .titles h1 {
         margin: 0 2rem 0 8rem
    }
     .home .page-content .aperture .titles h2 {
         margin: 1rem 2rem 4rem 8rem
    }
}
 .open-image {
     display: block;
     width: 100%;
     height: 60vh;
     bottom: 0;
     position: relative;
     background: url(../img/apertura-01_M.jpg)no-repeat center center;
     background-size: cover
}
 .open-image .button {
     display: block;
     width: 6rem;
     height: 6rem;
     margin: 4rem 0 0 2rem;
     top: 0;
     position: absolute
}
 @media (min-width:768px) {
     .open-image {
         background: url(../img/apertura-01_T.jpg)no-repeat center center;
         background-size: cover
    }
     .open-image .button {
         display: block;
         width: 8rem;
         height: 8rem;
         margin: 4rem 0 0 4rem
    }
}
 @media (min-width:1024px) {
     .open-image {
         background: url(../img/apertura-01_D.jpg)no-repeat center center;
         background-size: cover
    }
     .open-image .button {
         display: block;
         width: 10rem;
         height: 10rem;
         margin: 8rem 0 0 8rem
    }
}
 .organitzacio .open-image {
     display: block;
     width: 100%;
     height: 40vh;
     background: url(../img/apertura-02_M.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .organitzacio .open-image {
         height: 65vh;
         background: url(../img/apertura-02_T.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .organitzacio .open-image {
         height: 76vh;
         background: url(../img/apertura-02_D.jpg)no-repeat center center;
         background-size: cover
    }
}
 .organitzacio .taula {
     min-height: 100%;
     overflow-x:hidden;
     margin-right: 0;
}
 .organitzacio .taula:after {
     background: none;
}
 .organitzacio .taula .img-responsive{
     height: auto;
     width: 100% !important;
}
 @media (max-width:768px) {
     .organitzacio .taula {
         min-height: 450px;
         overflow-x: auto;
         margin-right: -2rem;
         position: relative;
         padding-top: 5rem;
    }
     .organitzacio .taula:after {
         content:' ';
         display: block;
         position: absolute;
         top: 0;
         right:1rem;
         width: 5rem;
         height: 5rem;
         transform: rotate(90deg);
         background: url(../img/flecha-up.svg)center no-repeat;
         background-size: auto;
         background-size: 100% 100%;
    }
     .organitzacio .taula img.img-responsive{
         min-height: 450px !important;
         width: auto !important;
    }
}
 @media (min-width: 1024px) {
     .numbers li {
         width: 100%;
    }
}
 .recursos .open-image {
     display: block;
     width: 100%;
     height: 40vh;
     background: url(../img/apertura-03_M.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .recursos .open-image {
         height: 65vh;
         background: url(../img/apertura-03_T.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .recursos .open-image {
         height: 76vh;
         background: url(../img/apertura-03_D.jpg)no-repeat center center;
         background-size: cover
    }
}
 .recursos hr {
     background-color: #a0285a;
}
 .recursos .content ul.llegendas li.llegenda {
     position: relative;
     padding: 0 0 0 2rem;
     margin: 1rem 0;
     line-height: 1
}
 .recursos .content ul.llegendas li.llegenda::before {
     content: " ";
     display: block;
     position: absolute;
     width: 1rem;
     height: 1rem;
     border-radius: 50%;
     left: 0;
     top: .35rem;
     background: #b75a24
}
 .recursos .content ul.llegendas li.llegenda.gold::before {
     content: " ";
     background: #142e61
}
 .recursos .content ul.llegendas li.llegenda p {
     padding: 0;
     margin: 0;
     line-height: 1;
     font-size: 15px;
     font-size: 1.5rem
}
 @media (min-width:768px) {
     .recursos .content .numbers li {
         width: 30%
    }
     .recursos .content .column p:first-child {
         padding: 0 2rem 0 0;
         width: 30rem
    }
     .recursos .content .column img.img-circle {
         border-radius: 50%;
         width: 41rem!important;
         height: 40rem!important
    }
}
 @media (min-width:768px) {
     .recursos .pie-wrap {
         margin: 4rem 0;
    }
}
 .recursos .ingressos .box-title {
     margin: 0 0 .5rem;
     line-height: 1
}
 .recursos .ingressos .subtitle {
     margin: 0 0 3rem
}
 .recursos .ingressos .two-columns .box {
     flex-direction: column;
     padding-bottom: 3rem
}
 .recursos .ingressos .bar-graph {
     margin: 0 auto
}
 .recursos .persones .two-columns .box {
     margin: 0;
     flex-direction: column
}
 .recursos .persones .column_2_3 {
     margin: 0 2rem 0 0
}
 .recursos .persones .column_1_3 {
     margin: 1rem 0;
     flex-direction: column;
     justify-content: flex-start;
     gap: 1rem;
}
 @media (min-width:768px) {
     .recursos .persones .two-columns {
         margin: 0
    }
     .recursos .persones .two-columns .box {
         flex-direction: row;
         padding-bottom: 3rem
    }
     .recursos .persones .column_2_3 {
         margin: 0 2rem 0 0
    }
     .recursos .persones .column_1_3 {
         margin: 0 0 0 0;
         flex-direction: column;
         justify-content: flex-start;
         gap: 0;
    }
     .recursos .persones .column_1_3 .box {
         margin: 0 0 2rem 0
    }
}
 .recursos .pie-wrap.pie-wrap2 {
     margin: 3rem auto 0;
     position: relative;
     background: #a0285a;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     transform: rotate(80deg)
}
 .recursos .pie-wrap.pie-wrap2 .center:after {
     content: " ";
     position: absolute;
     width: 160px;
     height: 160px;
     top: 45px;
     left: 45px;
     border-radius: 50%;
     box-sizing: border-box;
     background: #fff
}
 .recursos .pie-wrap.pie-wrap2 .slice-wrap {
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     clip: rect(0 125px 250px 0)
}
 .recursos .pie-wrap.pie-wrap2 .slice2.slice-wrap:before {
     content: " ";
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1px solid #e3bccc;
     box-sizing: border-box;
     clip: rect(0,125px,250px,0);
     background-color: #e3bccc;
     transform: rotate(120deg)
}
 .recursos .animate__animated .pie-wrap.pie-wrap2 .slice2.slice-wrap:before {
     -webkit-animation: 1s spin5 linear 1s forwards;
     animation: 1s spin5 linear 1s forwards
}
 @-webkit-keyframes spin5 {
     0% {
         transform: rotate(0deg)
    }
     to {
         transform: rotate(100deg)
    }
}
 @keyframes spin5 {
     0% {
         transform: rotate(0deg)
    }
     to {
         transform: rotate(100deg)
    }
}
 .activitat .open-image {
     display: block;
     width: 100%;
     height: 40vh;
     background: url(../img/apertura-04_M.jpg)no-repeat center center;
     background-size: cover
}

.activitat .pie-wrap {
    margin: 4rem 0;
}

 @media (min-width:768px) {
     .activitat .open-image {
         height: 65vh;
         background: url(../img/apertura-04_T.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .activitat .open-image {
         height: 76vh;
         background: url(../img/apertura-04_D.jpg)no-repeat center center;
         background-size: cover
    }
}
 .activitat .content .box .flex>div {
     width: 100%
}
 .activitat .content .box .flex>div .numbers li {
     width: 100%
}
 .activitat .content .box .flex>div .numbers li span, .activitat .content .box .flex>div .numbers li p {
     display: inline-block;
     margin-right: 1rem
}
 @media (min-width:768px) {
     .activitat .content .box .flex>div {
         width: 65%;
    }
     .activitat .content .box .flex>div:last-child {
         width: 35%
    }
}
 .activitat .content .numbers {
     margin-left: 0
}
 .activitat .content .numbers li {
     width: 100%
}
 .activitat .content .numbers li.llegenda {
     position: relative;
     margin: 0 0 1rem 2rem
}
 .activitat .content .numbers li.llegenda:before {
     position: absolute;
     left: -2rem;
     top: 2rem;
     content: " ";
     width: 1rem;
     height: 1rem;
     background: #fff;
     border-radius: 50%
}
 .activitat .content .numbers li.llegenda.item-one::before {
     background-color: #142e61
}
 .activitat .content .numbers li.llegenda.item-two::before {
     background-color: #308dc7
}
 .activitat .content .numbers li.llegenda.item-three::before {
     background-color: #b75a24
}
.activitat .content .numbers li.llegenda.item-four::before {
    background-color: #8abe5b
}
.activitat .content .numbers li.llegenda.item-five::before {
    background-color: #d36078
}
 .activitat .content .numbers li.child {
     position: relative
}
 .activitat .content .numbers li.child:before {
     position: absolute;
     content: " ";
     top: 1.5rem;
     left: -6rem;
     width: 5rem;
     height: .1rem;
     background: #142e61
}
 @media (min-width:768px) {
     .activitat .content .numbers li {
         width: 33%
    }
}
 .activitat .content .numbers.no-margin li {
     padding: 0
}
 .activitat .content .numbers.w50 li {
     width: 46%
}
 .activitat .content .numbers.w100 li {
     width: 100%
}
 .qualitat-seguretat .open-image {
     display: block;
     width: 100%;
     height: 40vh;
     background: url(../img/apertura-05_M.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .qualitat-seguretat .open-image {
         height: 65vh;
         background: url(../img/apertura-05_T.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .qualitat-seguretat .open-image {
         height: 76vh;
         background: url(../img/apertura-05_D.jpg)no-repeat center center;
         background-size: cover
    }
}
 .qualitat-seguretat .content .numbers {
     margin-left: 0
}
 .qualitat-seguretat .content .numbers li {
     width: 100%
}
 .qualitat-seguretat .content .numbers li span {
     font-size: 42px;
     font-size: 4.2rem
}
 @media (min-width:768px) {
     .qualitat-seguretat .content .numbers li {
         width: 33%
    }
}
 .mitja-sobre-10 {
     width: 100%;
     position: relative;
     margin: 1rem 0 4rem;
     padding: 0 0 10rem 0
}
 .mitja-sobre-10 .bar {
     width: 100%;
     position: absolute;
     z-index: 2;
     display: block;
     height: 8rem;
     background: #f0e6e6;
     margin: 1rem 0;
     border: 1px solid #b75a24
}
 .mitja-sobre-10 .bar span {
     position: absolute;
     z-index: 3;
     height: 8rem;
     background: #b75a24;
     display: block
}
 .mitja-sobre-10 .bar h3 {
     color: #f0e6e6;
     font-size: 42px;
     font-size: 4.2rem;
     line-height: 8rem;
     position: absolute;
     z-index: 5;
     left: 2rem
}
 .mitja-sobre-10 ol.escala {
     z-index: 1;
     top: 0;
     left: 0;
     right: 0;
     position: absolute;
     display: flex;
     justify-content: space-between;
     list-style: none;
     counter-reset: my-awesome-counter -1;
}
 .mitja-sobre-10 ol.escala li {
     counter-increment: my-awesome-counter;
     flex-direction: row;
     border-right: 0.15rem solid #b75a24;
     height: 10rem
}
 .mitja-sobre-10 ol.escala li::after {
     position: absolute;
     bottom: -2rem;
     content: "0" counter(my-awesome-counter);
     font-size: 10px;
     font-size: 1rem;
     margin-left: -.5rem
}
 .coneixement .open-image {
     display: block;
     width: 100%;
     height: 40vh;
     background: url(../img/apertura-06_M.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .coneixement .open-image {
         height: 65vh;
         background: url(../img/apertura-06_T.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .coneixement .open-image {
         height: 76vh;
         background: url(../img/apertura-06_D.jpg)no-repeat center center;
         background-size: cover
    }
}
 .coneixement .content .numbers {
     margin-left: 0
}
 .coneixement .content .numbers.docencia {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap
}
 .coneixement .content .numbers.docencia li {
     width: 42%;
     padding-right: 0
}
 .coneixement .content .numbers li {
     width: 100%
}
 .coneixement .content .numbers li span {
     font-size: 36px;
     font-size: 3.6rem
}
 .coneixement .content .numbers li.big-number span {
     font-size: 50px;
     font-size: 5rem
}
 @media (min-width:768px) {
     .coneixement .content .numbers li.big-number span {
         font-size: 64px;
         font-size: 6.4rem
    }
}
 .coneixement .content .numbers li.llegenda {
     position: relative;
     margin: 0 0 1rem 2rem
}
 .coneixement .content .numbers li.llegenda:before {
     position: absolute;
     left: -2rem;
     top: 1.5rem;
     content: " ";
     width: 1rem;
     height: 1rem;
     background: #fff;
     border-radius: 50%
}
 .coneixement .content .numbers li.llegenda.item-one::before {
     background-color: #308dc7
}
 .coneixement .content .numbers li.llegenda.item-two::before {
     background-color: #142e61
}
 .coneixement .content .numbers li.llegenda.item-three::before {
     background-color: #b75a24
}
 .coneixement .content .numbers li.llegenda.item-four::before {
     background-color: #8abe5b
}
 .coneixement .content .numbers li.llegenda.item-five::before {
     background-color: #d36078
}
 .coneixement .content .numbers li.llegenda.item-six::before {
     background-color: #ffce33
}
.coneixement .content .numbers li.llegenda.item-seven::before {
    background-color: #b4b4b4
}
.coneixement .content .numbers li.llegenda.item-eight::before {
    background-color: #000
}
 @media (min-width:768px) {
     .coneixement .content .numbers p.line {
         padding-left: 0;
         margin: 0 0 0 0!important
    }
     .coneixement .content .numbers p.line::before {
         content: " ";
         position: absolute;
         top: -.5rem;
         left: 0;
         width: 6.5rem;
         height: .1rem;
         background: #c05f26
    }
     .coneixement .content .numbers li {
         width: 25%
    }
}
 .coneixement .innovacio .flex>div {
     margin-right: 2rem;
     padding: 1rem 2rem 0 2rem
}
 .coneixement .innovacio .flex>div:last-child {
     margin-right: 0;
     margin-left: 0
}
 @media (min-width:768px) {
     .coneixement .innovacio .flex>div .numbers li {
         width: 100%
    }
}
 .coneixement .recerca .flex {
     margin: 0
}
 .coneixement .recerca .flex .box:first-child {
     padding-bottom: 2rem
}
 .coneixement .recerca .flex .box:first-child .numbers li {
     width: 100%
}
 .coneixement .recerca .flex .box:first-child p.line {
     margin: 1rem 0 0 0!important
}
 .coneixement .recerca .flex .box:first-child p.line:before {
     top: -.5rem;
     left: 0
}
 @media (min-width:768px) {
     .coneixement .recerca .flex {
         flex-wrap: wrap
    }
     .coneixement .recerca .flex .box:first-child {
         margin: 1rem 0;
         display: flex;
         flex-direction: row;
         width: 100%
    }
     .coneixement .recerca .flex .box:first-child p.line {
         padding-left: 7.5rem
    }
     .coneixement .recerca .flex .box:first-child p.line:before {
         top: 1.75rem
    }
     .coneixement .recerca .flex .box:first-child>div {
         margin: 0
    }
     .coneixement .recerca .flex .box:first-child>div:first-child {
         width: 33%
    }
     .coneixement .recerca .flex .box:first-child>div:last-child {
         width: 66%
    }
     .coneixement .recerca .flex .box {
         width: 31.5%;
         margin: 1rem;
         padding-left: 2rem
    }
     .coneixement .recerca .flex .box .numbers li {
         width: 100%
    }
     .coneixement .recerca .flex .box:nth-child(1) {
        width: 99.95%;
        margin-left: 0;
        margin-right: 0;
    }
     .coneixement .recerca .flex .box:nth-child(2) {
        width: cacl(50% - 2rem);
        margin-left: 0;
        margin-right: 1rem;
        
    }
    .coneixement .recerca .flex .box:nth-child(3) {
        width: cacl(50% - 2rem);
         margin-left: 1rem;
         margin-right: 1rem;
         
    }
     .coneixement .recerca .flex .box:nth-child(4) {
        width: cacl(50% - 1rem);
         margin-right: 0;
         margin-left: 1rem;
         
    }
    .coneixement .recerca .flex .box:nth-child(5) {
        width: cacl(50% - 2rem);
         margin-right: 2rem;
         margin-left: 0;
    }

    .coneixement .recerca .flex .box:nth-child(6) {
        width: cacl(50% - 2rem);
         margin-right: 1rem;
         margin-left: 1rem;
         
    }

    .coneixement .recerca .flex .box:nth-child(7) {
        width: cacl(50% - 1rem);
         margin-right: 0;
         margin-left: 1rem;
         
    }

    .coneixement .recerca .flex .box:nth-child(8) {
        width: cacl(50% - 2rem);
         margin-right: 2rem;
         margin-left: 0;
    }

    .coneixement .recerca .flex .box:nth-child(9) {
        width: cacl(50% - 2rem);
         margin-right: 1rem;
         margin-left: 1rem;
    }

    .coneixement .recerca .flex .box:nth-child(9) {
        width: cacl(50% - 1rem);
         margin-right: 0;
         margin-left: 1rem;
         
    }

    .coneixement .recerca .flex .box:nth-child(10) {
        width: cacl(50% - 2rem);
         margin-right: 0;
         margin-left: 2rem;
         
    }

     .coneixement .recerca .flex .box:nth-child(11) {
        width: cacl(50% - 1rem);
         margin-right: 0;
         margin-left: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(12) {
        width: cacl(50% - 1rem);
         margin-right: 0;
         margin-left: 0
    }
     .coneixement .recerca .flex .box:nth-child(13) {
        width: cacl(50% - 2rem);
         margin-right: 0;
         margin-left: 2rem
    }
     .coneixement .recerca .flex .box:nth-child(14) {
         width: 31.25%;
         margin-right: 0;
         margin-left: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(4),
     .coneixement .recerca .flex .box:nth-child(7),
     .coneixement .recerca .flex .box:nth-child(10) {
         width: 31.25%
    }
     .coneixement .recerca .flex .box:nth-child(6),
     .coneixement .recerca .flex .box:nth-child(9),
     .coneixement .recerca .flex .box:nth-child(12) {
         width: 31.25%;
         margin-left: 0
    }

    .coneixement .recerca .flex.indicadors-bio {
        width: 65.5%;
        margin-right: 2rem;

        > .box {
            height: 20rem;

            &:nth-child(1) {
                width: 48%;
                margin-right: 1rem;
            }
            &:nth-child(2) {
                width: 47.8%;
                margin-right: 0 !important;
                margin-left: 1rem;
            }
            &:nth-child(3) {
                height: 50rem;
                width: 99.5%;
                margin-right: 0 !important;
                margin-left: 0;
            }
        }
    }
    
}
 @media (min-width:1024px) {
     .coneixement .recerca .flex .box {
         width: 32%;
         margin: 1rem
    }
     .coneixement .recerca .flex .box .numbers li {
         width: 100%;
    }
     .coneixement .recerca .flex .box:nth-child(1) {
         width: 100%;
         margin-left: 0;
         margin-right: 0;
    }
     .coneixement .recerca .flex .box:nth-child(2) {
         width: 31.5%;
         margin-right: 2rem !important;
         margin-right: 0;
    }
     .coneixement .recerca .flex .box:nth-child(3){
         width: 31.5%;
         margin-right: 1rem;
         margin-left: 0;
    }
    .coneixement .recerca .flex .box:nth-child(4) {
        width: 32%;
        margin-right: 0;
        margin-left: 1rem;
    }

     .coneixement .recerca .flex .box:nth-child(5) {
         width: 31.5%;
         margin-right: 1rem;
         margin-left: 0;
    }

    .coneixement .recerca .flex .box:nth-child(6) {
        width: 31.5%;
        margin-right: 1rem;
        margin-left: 1rem;
   }

     .coneixement .recerca .flex .box:nth-child(7) {
        width: 31.5%;
         margin-right: 0;
         margin-left: 1rem;
    }
     .coneixement .recerca .flex .box:nth-child(8) {
         width: 31.5%;
         margin-left: 0;
         margin-right: 1rem;
    }

    .coneixement .recerca .flex .box:nth-child(9) {
        width: 31.5%;
        margin-left: 1rem;
        margin-right: 1rem;
   }

     .coneixement .recerca .flex .box:nth-child(10) {
        width: 31.5%;
         margin-left: 1rem;
         margin-right: 0
    }  
     .coneixement .recerca .flex .box:nth-child(11) {
         width: 31.5%;
         margin-left: 0;
         margin-right: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(12) {
         width: 31.5%;
         margin-right: 0;
         margin-left: 1rem;
    }
     .coneixement .recerca .flex .box:nth-child(13) {
         width: 31.5%;
         margin-right: 0;
         margin-left: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(14) {
         width: 31.5%;
         margin-right: 1rem;
         margin-left: 2rem
    }

    .coneixement .recerca .flex.indicadors-bio {
        width: 65.5%;
        margin-right: 1rem;

        > .box {
            height: 20rem;

            &:nth-child(1) {
                width: 48%;
                margin-right: 1rem;
            }
            &:nth-child(2) {
                width: 47.8%;
                margin-right: 0 !important;
                margin-left: 1rem;
            }
            &:nth-child(3) {
                height: 45rem;
                width: 99.5%;
                margin-right: 0 !important;
                /* margin-left: 1rem; */
            }
        }
    }
}
 .actualitat .open-image {
     display: block;
     width: 100%;
     height: 40vh;
     background: url(../img/apertura-07_M.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .actualitat .open-image {
         height: 65vh;
         background: url(../img/apertura-07_T.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .actualitat .open-image {
         height: 76vh;
         background: url(../img/apertura-07_D.jpg)no-repeat center center;
         background-size: cover
    }
}
 .actualitat .content p a {
     text-decoration: none
}
 .actualitat .page-content .content li p {
     line-height: 1.2
}
 .actualitat .content p a:hover {
     text-decoration: underline
}
 .actualitat .content .box.no-margin-top {
     margin-top: 0
}
 .actualitat .content .numbers {
     margin-left: 0
}
 .actualitat .content .numbers li {
     width: 100%
}
 .actualitat .content .numbers li span {
     font-size: 36px;
     font-size: 3.6rem
}
.aniversari .open-image {
    display: block;
    width: 100%;
    height: 40vh;
    background: url(../img/apertura-08_M.jpg)no-repeat center center;
    background-size: cover
}
@media (min-width:768px) {
    .aniversari .open-image {
        height: 65vh;
        background: url(../img/apertura-08_T.jpg)no-repeat center center;
        background-size: cover
   }
}
@media (min-width:1024px) {
    .aniversari .open-image {
        height: 76vh;
        background: url(../img/apertura-08_D.jpg)no-repeat center center;
        background-size: cover
   }
}
.responsabilitat-social .open-image {
    display: block;
    width: 100%;
    height: 40vh;
    background: url(../img/apertura-09_M.jpg)no-repeat center center;
    background-size: cover
}
@media (min-width:768px) {
    .responsabilitat-social .open-image {
        height: 65vh;
        background: url(../img/apertura-09_T.jpg)no-repeat center center;
        background-size: cover
   }
}
@media (min-width:1024px) {
    .responsabilitat-social .open-image {
        height: 76vh;
        background: url(../img/apertura-09_D.jpg)no-repeat center center;
        background-size: cover
   }
}
 .responsabilitat-social .content em {
     font-style: italic
}
 .responsabilitat-social .content .box .flex>div {
     width: 100%
}
 @media (min-width:768px) {
     .responsabilitat-social .content .box .flex>div {
         width: 65%
    }
     .responsabilitat-social .content .box .flex>div:last-child {
         width: 35%
    }
}
 .responsabilitat-social .content .numbers {
     margin-left: 0
}
 .responsabilitat-social .content .numbers li {
     width: 100%
}
 .responsabilitat-social .content .numbers li.big-number span {
     font-size: 50px;
     font-size: 5rem
}
 @media (min-width:768px) {
     .responsabilitat-social .content .numbers li.big-number span {
         font-size: 64px;
         font-size: 6.4rem
    }
}
 @media (min-width:768px) {
     .responsabilitat-social .content .numbers p.line {
         padding-left: 0;
         margin: 1rem 0 0 0!important
    }
     .responsabilitat-social .content .numbers p.line::before {
         content: " ";
         position: absolute;
         top: -.5rem;
         left: 0;
         width: 6.5rem;
         height: .1rem;
         background: #e6d1c7
    }
     .responsabilitat-social .content .numbers li {
         width: 33%
    }
}
 .responsabilitat-social .content .numbers.no-margin li {
     padding: 0
}
 .responsabilitat-social .content .numbers.w50 li {
     width: 46%
}
 .responsabilitat-social .content .numbers.w100 li {
     width: 100%
}
 .responsabilitat-social p.line {
     margin: 1rem 0 0 0!important
}
 .responsabilitat-social p.line:before {
     top: -.5rem;
     left: 0
}
 @media (min-width:768px) {
     .responsabilitat-social p.line {
         padding-left: 7.5rem
    }
     .responsabilitat-social p.line:before {
         top: 1.85rem
    }
}
 ol.ordered-list {
     flex-direction: column;
     counter-reset: my-awesome-counter;
     list-style: none
}
 ol.ordered-list li {
     margin-top: 6rem;
     padding-top: 3rem;
     position: relative;
     counter-increment: my-awesome-counter;
     width: 100%
}
 ol.ordered-list li p {
     display: block;
     margin-top: 0!important
}
 ol.ordered-list li:before {
     content: counter(my-awesome-counter);
     position: absolute;
     left: -.5rem;
     top: -4rem;
     width: 6rem;
     height: 6rem;
     display: block;
     border-radius: 50%;
     border: 0.15rem solid #142e61;
     text-align: center;
     line-height: 1.6;
     text-align: center;
     color: #142e61;
     font-size: 36px;
     font-size: 3.6rem;
     font-weight: 700
}
 @media (min-width:768px) {
     ol.ordered-list {
         flex-direction: row;
         flex-wrap: wrap
    }
     ol.ordered-list li {
         padding-top: 5rem;
         padding-right: 4rem;
         width: 33.3%
    }
     ol.ordered-list li:before {
         top: -5rem;
         width: 8rem;
         height: 8rem;
         line-height: 1.8;
         font-size: 42px;
         font-size: 4.2rem
    }
}
 ul.bar-graph {
     display: flex;
     flex-direction: row;
     align-items: flex-end;
     justify-content: space-between;
     width: 100%;
     height: 30rem
}
 ul.bar-graph li.bar {
     width: 4rem;
     position: relative;
     height: 28rem
}
 ul.bar-graph li.bar:first-child {
     margin-left: 0
}
 ul.bar-graph li.bar:last-child {
     margin-right: 0
}
 ul.bar-graph li.bar span {
     position: absolute;
     bottom: 0;
     display: block;
     height: 100%;
     padding: 2rem;
     background: #142e61
}
 ul.bar-graph li.bar p {
     position: absolute;
     bottom: 2rem;
     left: 0;
     right: 0;
     text-align: left;
     line-height: 1;
     z-index: 20;
     color: #f0e6e6;
     font-weight: 700;
     transform: rotate(-90deg)
}
 ul.bar-graph li.bar time {
     position: absolute;
     bottom: -2rem;
     left: .5rem;
     z-index: 20;
     z-index: 5;
     margin: 0 auto;
     font-size: 14px;
     font-size: 1.4rem
}
 .animate__animated .bar .opacityDelay {
     -webkit-animation: opacityDelay 3s ease-in-out;
     -webkit-animation-fill-mode: both;
     -moz-animation: opacityDelay 3s ease-in-out;
     -moz-animation-fill-mode: both
}
 .animate__animated .bar .progress {
     -webkit-animation: progressBar 2s ease-in-out;
     -webkit-animation-fill-mode: both;
     -moz-animation: progressBar 2s ease-in-out;
     -moz-animation-fill-mode: both
}
 .animate__animated .bar .opacityDelay {
     -webkit-animation: opacityDelay 3s ease-in-out;
     -webkit-animation-fill-mode: both;
     -moz-animation: opacityDelay 3s ease-in-out;
     -moz-animation-fill-mode: both
}
 .animate__animated .bar .progress {
     -webkit-animation: progressBar 2s ease-in-out;
     -webkit-animation-fill-mode: both;
     -moz-animation: progressBar 2s ease-in-out;
     -moz-animation-fill-mode: both
}
 .animate__animated .bar .progressH {
     -webkit-animation: progressBarH 2s ease-in-out;
     -webkit-animation-fill-mode: both;
     -moz-animation: progressBarH 2s ease-in-out;
     -moz-animation-fill-mode: both
}
 @-webkit-keyframes opacityDelay {
     0% {
         opacity: 0
    }
     to {
         opacity: 1
    }
}
 @-webkit-keyframes progressBar {
     0% {
         height: 0
    }
     to {
         height: 100%
    }
}
 @keyframes progressBarH {
     0% {
         width: 0
    }
     to {
         width: 100%
    }
}
 @-webkit-keyframes progressBarH {
     0% {
         width: 0
    }
     to {
         width: 100%
    }
}
 .llegenda {
     justify-content: space-between;
     margin: 1rem;
     padding-right: 1rem
}
 .llegenda li {
     font-size: 14px;
     font-size: 1.4rem;
     line-height: 1;
     text-align: center
}
 .one-bar-graf .flex {
     flex-direction: row
}
 .one-bar-graf .flex div {
     height: 8rem;
     margin: 0!important;
     padding: 0;
     content: " "
}
 .one-bar-graf .flex div:nth-child(1) {
     background-color: #142e61
}
 .one-bar-graf .flex div:nth-child(2) {
     background-color: #476EA0
}
 .one-bar-graf .flex div:nth-child(3) {
     background-color: #A4C6DE
}
 .one-bar-graf .flex div:nth-child(4) {
     background-color: #D7E4EB
}
 .one-bar-graf .numbers li.llegenda:nth-child(1)::before {
     background-color: #142e61!important
}
 .one-bar-graf .numbers li.llegenda:nth-child(2)::before {
     background-color: #308dc7!important
}
 .one-bar-graf .numbers li.llegenda:nth-child(3)::before {
     background-color: #b75a24!important
}
 .one-bar-graf .numbers li.llegenda:nth-child(4)::before {
     background-color: #8abe5b!important
}
 ul.llegendas li.llegenda {
     position: relative;
     padding: 0 0 0 2rem;
     margin: 1rem 0;
     line-height: 1
}
 ul.llegendas li.llegenda::before {
     content: " ";
     display: block;
     position: absolute;
     width: 1rem;
     height: 1rem;
     border-radius: 50%;
     left: 0;
     top: .35rem;
     background: #fff
}
 ul.llegendas li.llegenda p {
     padding: 0;
     margin: 0;
     line-height: 1;
     font-size: 15px;
     font-size: 1.5rem
}
 p.llegenda {
     font-size: 15px;
     font-size: 1.5rem;
     line-height: 1.5;
     padding-bottom: 0;
     margin: 2rem 0-.5rem 0!important
}
 .site-footer {
     padding: 4rem 2rem;
     color: #fff;
     background-color: #142e61
}
 .site-footer a {
     color: #fff
}
 .site-footer .logo {
     width: 17rem;
     height: 5.35rem;
     display: block;
     background: url(../img/logo-consorci-sanitari-maresme-white.svg)no-repeat center center;
     margin-bottom: 4.5rem
}
 @media (min-width:768px) {
     .site-footer .logo {
         width: 24rem;
         height: 7.5rem;
         margin: 2rem 0 4.5rem 4rem
    }
}
 .site-footer p {
     font-size: 16px;
     font-size: 1.6rem;
     line-height: 1.5;
     display: block;
     margin: 0 0 0 3.5rem;
     padding: 0 0 2rem 0
}
 .site-footer p a {
     text-decoration: none
}
 .site-footer p a:hover {
     text-decoration: underline
}
 @media (min-width:768px) {
     .site-footer p {
         margin-left: 8.5rem
    }
}
 @media (min-width:1024px) {
     .site-footer p {
         margin-left: 9rem
    }
}
 .site-footer ul.xarxes-socials {
     display: block;
     text-align: left;
     margin: 1rem 0 2rem 3.5rem
}
 .site-footer ul.xarxes-socials li {
     display: inline-block;
     width: 3rem;
     margin-right: 1rem;
     padding-bottom: 0;
     line-height: 1
}
 .site-footer ul.xarxes-socials li img {
     margin: 0;
     padding: 0
}
 @media (min-width:768px) {
     .site-footer .footer-content {
         padding-top: 2rem
    }
     .site-footer .footer-content ul.xarxes-socials {
         margin: 1rem 0 2rem 8.5rem
    }
}
 @media (min-width:1024px) {
     .site-footer {
         display: flex;
         flex-direction: row
    }
     .site-footer .footer-content ul.xarxes-socials {
         margin: 1rem 0 2rem 9rem
    }
}
 .responsabilitat-social .one-bar-graf .flex div:nth-child(1) {
     background-color: #000
}
 .responsabilitat-social .one-bar-graf .flex div:nth-child(2) {
     background-color: #BFBFBF
}
 .responsabilitat-social .one-bar-graf .flex div:nth-child(3) {
     background-color: #323232
}
 .responsabilitat-social .one-bar-graf .flex div:nth-child(4) {
     background-color: #787878
}
 .responsabilitat-social .one-bar-graf .flex div:nth-child(5) {
     background-color: #D7E4EB
}
 .responsabilitat-social .one-bar-graf .flex div:nth-child(6) {
     background-color: #A4C6DE
}
 .responsabilitat-social .one-bar-graf .flex div:nth-child(7) {
     background-color: #476EA0
}
 .responsabilitat-social .one-bar-graf .flex div:nth-child(8) {
     background-color: #142e61
}
 .responsabilitat-social .one-bar-graf .numbers li.llegenda:nth-child(1)::before {
     background-color: #000!important
}
 .responsabilitat-social .one-bar-graf .numbers li.llegenda:nth-child(2)::before {
     background-color: #BFBFBF!important
}
 .responsabilitat-social .one-bar-graf .numbers li.llegenda:nth-child(3)::before {
     background-color: #323232!important
}
 .responsabilitat-social .one-bar-graf .numbers li.llegenda:nth-child(4)::before {
     background-color: #787878!important
}
 .responsabilitat-social .one-bar-graf .numbers li.llegenda:nth-child(5)::before {
     background-color: #D7E4EB!important
}
 .responsabilitat-social .one-bar-graf .numbers li.llegenda:nth-child(6)::before {
     background-color: #A4C6DE!important
}
 .responsabilitat-social .one-bar-graf .numbers li.llegenda:nth-child(7)::before {
     background-color: #476EA0!important
}
 .responsabilitat-social .one-bar-graf .numbers li.llegenda:nth-child(8)::before {
     background-color: #142e61!important
}
 .responsabilitat-social .content .numbers li.llegenda:before {
     position: absolute;
     left: -2rem;
     top: 2rem;
     content: " ";
     width: 1rem;
     height: 1rem;
     background: #fff;
     border-radius: 50%
}
 .responsabilitat-social .content .numbers li.llegenda {
     position: relative;
     margin: 0 0 1rem 2rem
}
 .addicional {
     font-size: 18px;
     margin-bottom: 10px;
     line-height: 1.3em;
     margin-top: 15px
}
 .addicional a{
     text-decoration: none
}
 .addicional a:hover img, .addicional a:hover{
     opacity: .7
}
 .addicional img {
     width: 26px;
     margin-right: 12px;
     float: left;
}
