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: "Work Sans",sans-serif;
     color: #444;
     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: .1rem;
     background-color: #c05f26
}
 .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: #444;
     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: #142e61
}
 .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: "Work Sans",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 {
     color: #fff;
     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: 2rem
}



 .page-content .content p {
     font-size: 16px;
     font-size: 1.6rem;
     line-height: 1.5;
     display: block;
     margin: 2rem 0
}
 .page-content .content p.center {
     text-align: center;
     margin: 0 auto;
     line-height: 1.25
}
 .page-content .content h2.subseccio-title {
     font-size: 30px;
     font-size: 3rem;
     color: #c05f26;
     padding-bottom: 1rem;
     display: block
}
 .page-content .content h3 {
     color: #c05f26
}


@media (min-width:768px) {
    .content .box.mobile-no-border {
        border-top-width: 1px !important;
    } 
}

.content .box.mobile-no-border {
    border-top-width: 0;
}



 @media (min-width:768px) {
     .page-content .content {
         padding: 2rem
    }

     .page-content .content p {
         font-size: 18px;
         font-size: 1.8rem
    }
     .page-content .content h2.subseccio-title {
         border-bottom: none;
         margin: 1rem 0 1.5rem
    }
}
 @media (min-width:1024px) {
     .page-content .content {
         padding: 2rem
    }
     .page-content .content h2.subseccio-title {
         font-size: 36px;
         font-size: 3.6rem
    }
}
 .section-header {
     color: #c05f26;
     border-bottom: 1px solid #c05f26
}
 .section-header .content {
     padding: 2rem
}
 .section-header span {
     font-weight: 700
}
 .section-header h1.section-title {
     font-size: 37px;
     font-size: 3.7rem;
     margin-bottom: 1rem;
     font-weight: 700
}
 @media (min-width:768px) {
     .section-header .content {
         padding: 2rem
    }
     .section-header h1.section-title {
         font-size: 60px;
         font-size: 6rem
    }
}
 @media (min-width:1024px) {
     .section-header .content {
         padding: 6rem 2rem
    }
     .section-header span {
         padding-left: .5rem
    }
     .section-header h1.section-title {
         font-size: 80px;
         font-size: 8rem
    }
}
 .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%
    }
}
 .three-columns {
     display: flex;
     flex-direction: column
}
 .box {
     display: block;
     width: 100%;
     border-top: 1px solid #c05f26;
     padding: 2rem 0 0;
     margin: 1.5rem 0
}
 .box .box-title {
     margin-bottom: 2rem
}
 .box.tertiary-color {
     border-top: 1px solid #43a2cd
}
 .box.tertiary-color .box-title,.box.tertiary-color .numbers li span {
     color: #43a2cd
}
 .box.quaternary-color {
     border-top: 1px solid #00b3ae
}
 .box.quaternary-color .box-title,.box.quaternary-color .numbers li span {
     color: #00b3ae
}
 .box.mbl-noborder {
     border: 0!important
}
 @media (min-width:768px) {
     .box.mbl-noborder {
         border: 1px solid #fff!important
    }
}
 @media (min-width:768px) {
     .box {
         padding: 2rem;
         margin: 2rem 0;
         border: 1px solid #c05f26
    }
     .box p.line:before {
         background-color: #c05f26
    }
     .box.tertiary-color {
         border: 1px solid #43a2cd
    }
     .box.tertiary-color p.line:before {
         background-color: #43a2cd
    }
     .box.quaternary-color {
         border: 1px solid #00b3ae
    }
     .box.quaternary-color p.line:before {
         background-color: #00b3ae
    }
     .box p {
         font-size: 18px;
         font-size: 1.8rem;
         margin: 0
    }
}
 @media (min-width:1024px) {
     .box {
         padding: 2rem 2rem 2rem 2rem;
         margin: 2rem 0
    }
}

/* TAMANYS */
@media (min-width:768px) {
    .w35 { width: 35% !important; }
    .w65 { width: 65% !important; }
}

.w65 { width: 100%;}
.w35 { width: 100%; }

   



.numbers {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap
}
 .numbers li {
     width: 50%;
     padding-bottom: 2rem
}
 .numbers li span {
     display: block;
     font-size: 50px;
     font-size: 5rem;
     line-height: 1;
     margin-bottom: 0;
     font-weight: 800;
     color: #c05f26
}
 .numbers li p {
     padding-right: 2rem;
     margin: 0!important;
     display: block;
     color: #444;
     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: 6px;
     font-size: 6rem
}
 .numbers li.big-number.fons-investigacio span {
     font-size: 3.6rem!important;
     font-size: 36px!important
}
 .numbers li.xl-number span {
     display: block;
     font-size: 7.2rem!important;
     font-size: 72px!important
}
 .numbers li.xxl-number span {
     display: block;
     font-size: 24rem!important;
     font-size: 240px!important
}
 .numbers.numbers-100 li {
     width: 100%!important
}
 .numbers.exception li:nth-child(3) {
     margin-right: 16%
}
 .numbers.small li span {
     font-size: 36px;
     font-size: 3.6rem
}
 .numbers.quaternary-color span {
     color: #94491f
}
 .numbers.tertiary-color span {
     color: #e2912a
}
 @media (min-width:768px) {
     .numbers {
         margin-left: 7.5rem
    }
     .numbers.no-margin {
         margin-left: 0
    }
     .numbers li {
         width: 25%
    }
     .numbers li p {
         font-size: 15px;
         font-size: 1.5rem;
         font-size: 1.5rem!important;
         font-size: 15px
    }
     .numbers li.xl-number span {
         display: block;
         font-size: 13rem!important;
         font-size: 130px!important
    }
}
 @media (min-width:1024px) {
     .numbers li {
         width: 25%
    }
     .numbers li span {
         font-size: 64px;
         font-size: 6.4rem
    }
}
 .flex {
     display: flex;
     flex-direction: column
}

.flex.text-apertura {
    align-items:center;
}

 .flex>div {
     width: 100%;
     padding-bottom: 0;
     margin: 0
}
 @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;
     color: #444
}
 


.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: .1rem;
     background: #c05f26
}

@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;
        width: 6.5rem;
        height: .1rem;
        background: #c05f26
   }
}







 .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: 600;
     margin-bottom: 2rem
}
 h1 a {
     text-decoration: none
}
 h1 a:hover {
     text-decoration: none
}
 @media (min-width:768px) {
     h1 {
         font-size: 50px;
         font-size: 5rem
    }
}
 @media (min-width:1024px) {
     h1 {
         font-size: 80px;
         font-size: 8rem
    }
}
 h2 {
     font-size: 26px;
     font-size: 2.6rem;
     line-height: 1;
     display: block;
     margin-bottom: 0;
     font-weight: 200
}
 h2 a {
     color: #444;
     text-decoration: none
}
 h2 a:hover {
     text-decoration: none
}
 @media (min-width:768px) {
     h2 {
         font-size: 45px;
         font-size: 4.5rem
    }
}
 @media (min-width:1024px) {
     h2 {
         font-size: 70px;
         font-size: 7rem
    }
}
 h3 {
     font-size: 20px;
     font-size: 2rem;
     font-weight: 700;
     line-height: 1.35;
     display: block;
     margin-bottom: 1rem
}
 h3 a {
     color: #444;
     text-decoration: none
}
 h3 a:hover {
     text-decoration: none
}
 @media (min-width:1024px) {
     h3 {
         font-size: 22px;
         font-size: 2.2rem;
         line-height: 1
    }
}
 h4 {
     font-family: "Work Sans",sans-serif;
     text-align: center;
     display: block;
     margin-bottom: 2rem
}
 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-white.svg)no-repeat center center
}
 .logo.active {
     background: url(../img/logo-consorci-sanitari-maresme-white.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-white.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: 34px;
        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
    }
}
 #burguer {
     display: block;
     position: fixed;
     top: 2.5rem;
     right: 2rem;
     height: 3.3rem;
     width: 3rem;
     z-index: 50;
     cursor: pointer
}
 #burguer:hover {
     opacity: .3
}
 #burguer span {
     position: absolute;
     width: 3rem;
     height: .1rem;
     border-radius: 0;
     left: 0;
     background: #fff;
     transition: .25s;
     display: block;
     top: 1rem
}
 #burguer span:first-child {
     left: 0;
     top: 0
}
 #burguer span:last-child {
     left: 0;
     top: 2rem
}
 #burguer:hover {
     cursor: pointer
}
 #burguer.active {
     width: 3rem;
     top: 2.5rem;
     right: 2rem;
     z-index: 51
}
 #burguer.active:hover {
     opacity: .7
}
 #burguer.active span {
     background: #fff;
     border-radius: 0;
     opacity: 0;
     top: 50%;
     position: absolute;
     width: 100%;
     height: .1rem;
     top: 50%;
     margin-top: -1px;
     left: 0;
     display: block
}
 #burguer.active span:first-child {
     opacity: 1;
     transform: rotate(45deg)
}
 #burguer.active span:last-child {
     opacity: 1;
     transform: rotate(-45deg)
}
 @media (min-width:768px) {
     #burguer.active {
         top: 4.5rem;
         right: 4rem
    }
}
 @media (min-width:1024px) {
     #burguer.active {
         top: 6.5rem;
         right: 8rem
    }
}
 @media (min-width:768px) {
     #burguer {
         position: fixed;
         top: 4.5rem;
         right: 4rem
    }
}
 @media (min-width:1024px) {
     #burguer {
         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
}
 .home .page-content .aperture .titles {
     position: absolute;
     bottom: 0
}
 .home .page-content .aperture .titles h1 {
     height: auto;
     margin: 2rem;
     color: #fff;
     font-weight: 700
}
 .home .page-content .aperture .titles h2 {
     height: auto;
     margin: 0 2rem 2rem 2rem;
     color: #fff;
     font-weight: 300
}
 @media (min-width:768px) {
     .home .page-content .aperture .titles h1 {
         margin: 0 2rem 0 4rem;
         color: #fff
    }
     .home .page-content .aperture .titles h2 {
         margin: 1rem 2rem 2rem 4rem;
         color: #fff
    }
}
 @media (min-width:1024px) {
     .home .page-content .aperture .titles h1 {
         margin: 0 2rem 0 8rem;
         color: #fff
    }
     .home .page-content .aperture .titles h2 {
         margin: 1rem 2rem 4rem 8rem;
         color: #fff
    }
}
 .open-image {
     display: block;
     width: 100%;
     height: 60vh;
     bottom: 0;
     position: relative;
     background: url(../img/M_apertura-home.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/T_apertura-home.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/D_apertura-home.jpg)no-repeat center center;
         background-size: cover
    }
     .open-image .button {
         display: block;
         width: 10rem;
         height: 10rem;
         margin: 8rem 0 0 8rem
    }
}
@media (min-width: 768px) {
      .quisom .text-apertura .img-circle {
        width: 40rem!important;
        height: 38rem!important;
        margin: 4rem auto 4rem 6rem;
  }
}
@media (min-width:768px) {
    .quisom .content .column.img-left div {
        order: 2;
        padding-top: 4rem
   }
    .quisom .content .column.img-left div p {
        padding: 0
   }
    .quisom .content .column.img-left .img-circle {
        order: 1;
        margin: 3rem;
        width: 30rem!important;
        height: 30rem!important
   }
}




.quisom .taula {
    min-height: 100%;
    overflow-x:hidden;    
    margin-right: 0;
}

.quisom .taula:after {
    background: none;
}

   
.quisom .taula .img-responsive{
    height: auto;
    width: 100% !important;
}   



@media (max-width:768px) {
    .quisom .taula {
        
        min-height: 450px;
        overflow-x: auto;
        margin-right: -2rem;
        position: relative;
        padding-top: 5rem;
    }
    
    .quisom .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%;
    }

    .quisom .taula img.img-responsive{
        min-height: 450px !important;
        width: auto !important;
    }
 
}







.quisom .bg-color {
    background: #c4d1e4;
}
.quisom .section-header {
    color: #7092bf;
    border-bottom: 1px solid #7092bf;
}
.quisom hr {
    background-color: #7092bf;
}
.quisom .content h2.subseccio-title {
    color: #7092bf
}
.quisom .content h3.subseccio-title {
    color: #7092bf;
    font-size: 2.5rem;
}
.quisom .content p.line:before {
    background: #7092bf;
}
.quisom .box {
    border-color: #7092bf
}
.quisom .page-content .content h3 {
    color: #7092bf
}
.quisom .addicional a {
    color: #7092bf
}
.covid .open-image {
    display: block;
    width: 100%;
    height: 50vh;
    background: url(../img/M_apertura-02.jpg)no-repeat center center;
    background-size: cover
}
@media (min-width:768px) {
    .covid .open-image {
        height: 65vh;
        background: url(../img/T_apertura-02.jpg)no-repeat center center;
        background-size: cover
   }
}
@media (min-width:1024px) {
    .covid .open-image {
        height: 76vh;
        background: url(../img/D_apertura-02.jpg)no-repeat center center;
        background-size: cover
   }
}
@media (min-width: 768px) {
      .covid .text-apertura .img-circle {
        width: 40rem!important;
        height: 38rem!important;
        margin: 4rem auto 4rem 6rem;
    }
    
}
.covid .bg-color {
    background: #e7b17d;
}


.covid .content .numbers {
    margin-left: 0;
}
.covid .content .numbers li span {
    font-size: 42px;
    font-size: 4.2rem
}
.covid .content .numbers li.big-number span {
    font-size: 50px;
    font-size: 5rem
}
@media (min-width:768px) {
    .covid .content .numbers li.big-number span {
        font-size: 64px;
        font-size: 6.4rem
   }
}
.covid .content .numbers li.llegenda {
    position: relative;
    margin: 0 0 1rem 2rem
}
.covid .content .numbers li.llegenda:before {
    position: absolute;
    left: -2rem;
    top: 2rem;
    content: " ";
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 50%
}
.covid .content .numbers li.child {
    position: relative
}
.covid .content .numbers li.child:before {
    position: absolute;
    content: " ";
    top: 1.5rem;
    left: -6rem;
    width: 5rem;
    height: .1rem;
    background: #c4d1e4
}
.covid .content .numbers li.child span {
    font-size: 32px;
    font-size: 3.2rem
}
.covid .content .numbers.no-margin li {
    padding: 0
}
.covid .content .numbers.w50 li {
    width: 46%
}
.covid .content .numbers.w100 li {
    width: 100%
}
.covid .content ul.llegendas li.llegenda.dark-green::before {
    content: " ";
    background: #c05f26
}
.covid .content ul.llegendas li.llegenda.green::before {
    content: " ";
    background: #d37d4a
}
.covid .content ul.llegendas li.llegenda.beige::before {
    content: " ";
    background: #e6d1c7
}
.covid .content ul.llegendas li.llegenda.white::before {
    content: " ";
    background: #fff
}
.covid .pie-wrap {
    margin: 2rem auto;
    height: 25rem;
    width: 25rem;
    border-radius: 50%
}
.covid .pie-wrap.pie-wrap3 {
    background: #d37d4a
}
.covid .pie-wrap.pie-wrap3 .center {
    position: relative
}
.covid .pie-wrap.pie-wrap3 .center:after {
    z-index: 2;
    background: #e7b17d;
    content: " ";
    position: absolute;
    width: 160px;
    height: 160px;
    top: 45px;
    left: 45px;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 9
}
.covid .pie-wrap.pie-wrap3 .slice-wrap::before {
    content: " ";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1 solid #d37d4a;
    box-sizing: border-box;
    clip: rect(0,125px,250px,0);
    background-color: #d37d4a;
    transform: rotate(-125deg)
}
.covid .pie-wrap.pie-wrap3 .slide2.slice-wrap {
    transform: rotate(-70deg)!important
}
.covid .pie-wrap.pie-wrap3 .slice2.slice-wrap::before {
    content: " ";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1 solid #00b3ae;
    box-sizing: border-box;
    clip: rect(-10px,135px,130px,0);
    background-color: #c05f26;
    transform: rotate(90deg);
    z-index: 1
}
.covid .pie-wrap.pie-wrap3 .slice3.slice-wrap::before {
    content: " ";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1 solid #b5c570;
    box-sizing: border-box;
    clip: rect(0,135px,280px,0);
    background-color: #e19d74;
    transform: rotate(60deg)
}
.covid .content .numbers li.llegenda.item-one::before {
    background-color: #c05f26
}
.covid .content .numbers li.llegenda.item-two::before {
    background-color: #d37d4a
}
.covid .content .numbers li.llegenda.item-three::before {
    background-color: #e19d74
}
@media (min-width: 1024px) {
    .numbers li {
        width: 100%;
}
.recursos .open-image {
    display: block;
    width: 100%;
    height: 50vh;
    background: url(../img/M_apertura-03.jpg)no-repeat center center;
    background-size: cover
  }
}
@media (min-width:768px) {
    .recursos .open-image {
        height: 65vh;
        background: url(../img/T_apertura-03.jpg)no-repeat center center;
        background-size: cover
   }
}
@media (min-width:1024px) {
    .recursos .open-image {
        height: 76vh;
        background: url(../img/D_apertura-03.jpg)no-repeat center center;
        background-size: cover
   }
}
 .recursos .site-header {
     padding: 0
}
 .recursos .site-header .logo {
     display: none
}
 .recursos .site-header .logo.active {
     display: block;
     margin: 2rem
}
 @media (min-width:768px) {
     .recursos .site-header .logo.active {
         margin: 4rem
    }
}
 @media (min-width:1024px) {
     .recursos .site-header .logo.active {
         margin: 6rem
    }
}
 .recursos .content .column:last-child .img-circle {
     margin: 1rem
}
 .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: #94491f
}
 .recursos .content ul.llegendas li.llegenda.gold::before {
     content: " ";
     background: #e2912a
}
 .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
    }
     .recursos .content .column.img-left div {
         order: 2;
         padding-top: 4rem
    }
     .recursos .content .column.img-left div p {
         padding: 0
    }
     .recursos .content .column.img-left .img-circle {
         order: 1;
         margin: 3rem;
         width: 30rem!important;
         height: 30rem!important
    }
}
 .recursos .bg-color {
     background: #e6d1c7
}
 .recursos .pie-wrap.pie-wrap2 {
     margin: 0 auto;
     position: relative;
     background: #00b3ae;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     transform: rotate(0deg);
     transform: rotate(-60deg);
     opacity: 1
}
 .recursos .pie-wrap.pie-wrap2 .slice2:before {
     background: #94491f
}
 @media (min-width:768px) {
     .recursos .pie-wrap {
         margin: 1rem 2rem 2rem -3rem
    }
}
 .recursos .area-influencia .two-columns .box {
     flex-direction: column;
     padding-bottom: 3rem
}
 .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: space-around
}
 @media (min-width:768px) {
     .recursos .persones .two-columns {
         margin: 0
    }
     .recursos .persones .two-columns .box {
         flex-direction: row;
         padding-bottom: 3rem
    }
     .recursos .persones .two-columns .box.mbl-noborder {
         border: 1px solid #c05f26!important
    }
     .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: space-around
    }
     .recursos .persones .column_1_3 .box {
         margin: 0 0 2rem 0
    }
     .recursos .persones .column_1_3 .box:first-child {
         border: 1px solid #c05f26!important
    }
     .recursos .persones .column_1_3 .box:last-child {
         border: 1px solid #c05f26!important
    }
}
 .recursos .pie-wrap.pie-wrap2 {
     margin: 3rem auto 0;
     position: relative;
     background: #94491f;
     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: #e6d1c7
}
 .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 #e2912a;
     box-sizing: border-box;
     clip: rect(0,125px,250px,0);
     background-color: #e2912a;
     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 .site-header {
     padding: 0
}
 .activitat .site-header .logo {
     display: none
}
 .activitat .site-header .logo.active {
     display: block;
     margin: 2rem
}

 @media (min-width:768px) {
     .activitat .site-header .logo.active {
         margin: 4rem
    }
}
 @media (min-width:1024px) {
     .activitat .site-header .logo.active {
         margin: 6rem
    }
}
 .activitat .site-header #burguer span {
     background: #fff
}
 .activitat .site-header .ico-download {
     background: url(../img/ico-download-white.svg)no-repeat center center
}
 .activitat .open-image {
     display: block;
     width: 100%;
     height: 50vh;
     background: url(../img/M_apertura-04.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .activitat .open-image {
         height: 65vh;
         background: url(../img/T_apertura-04.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .activitat .open-image {
         height: 76vh;
         background: url(../img/D_apertura-04.jpg)no-repeat center center;
         background-size: cover
    }
}
@media (min-width: 768px) {
      .activitat .text-apertura .img-circle {
        width: 40rem!important;
        height: 38rem!important;
        margin: 4rem auto 4rem 6rem;
  }
}
.activitat .bg-color {
     background: #7092bf
}
 .activitat .section-header {
     color: #c4d1e4;
     border-bottom: 1px solid #c4d1e4
}

 .activitat hr {
     background-color: #c4d1e4
}
 .activitat .content h2.subseccio-title {
     color: #c4d1e4
}


 .activitat .content .box .box-title {
     color: #c4d1e4
}
 .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
}

.activitat .content .box {
    border:none;
    border-top:1px solid #c4d1e4;
}

.activitat .content .box.mobile-no-border {
    border-top-width:0px;
}

 @media (min-width:768px) {

    .activitat .content .box {
        border:1px solid #c4d1e4;
    }
     
     .activitat .content .box .flex>div {
         width: 65%
    }
     .activitat .content .box .flex>div:last-child {
         width: 35%
    }
}
 .activitat .content p {
     color: #c4d1e4;
     margin-left: 0
}
 .activitat .content .numbers {
     margin-left: 0
}
 .activitat .content .numbers li {
     width: 100%
}
 .activitat .content .numbers li span {
     font-size: 42px;
     font-size: 4.2rem;
     color: #c4d1e4
}
 .activitat .content .numbers li p {
     color: #c4d1e4
}
 .activitat .content .numbers li.big-number span {
     font-size: 50px;
     font-size: 5rem
}
 @media (min-width:768px) {
     .activitat .content .numbers li.big-number span {
         font-size: 64px;
         font-size: 6.4rem
    }
}
 .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: #37668e
}
 .activitat .content .numbers li.llegenda.item-three::before {
     background-color: #90b0d1
}
 .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: #c4d1e4
}
 .activitat .content .numbers li.child span {
     font-size: 32px;
     font-size: 3.2rem
}
 @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%
}
 .activitat .pie-wrap {
     margin: 2rem auto;
     height: 25rem;
     width: 25rem;
     border-radius: 50%
}
 

/* PIE WRAP 3 */

.activitat .pie-chart3 {
	background:
		radial-gradient(
			circle closest-side,
			rgb(112, 146, 191) 0,
			rgb(112, 146, 191) 46.36%,
			transparent 46.36%,
			transparent 76%,
			rgb(112, 146, 191) 0
		),
		conic-gradient(
			#142e61 0,
			#142e61 45%,
			#37668e 45%,
			#37668e 75%,
			#90b0d1 75%,
			#90b0d1 100%
	);
	position: relative;
	width: 300px;
	min-height: 300px;
	margin: 0 0 0 -2rem;
}

/* END PIE WRAP 3 */

/* PIE WRAP 4 */

.activitat .pie-chart4 {
	background:
		radial-gradient(
			circle closest-side,
			rgb(112, 146, 191) 0,
			rgb(112, 146, 191) 46.36%,
			transparent 46.36%,
			transparent 76%,
			rgb(112, 146, 191) 0
		),
		conic-gradient(
			#142e61 0,
			#142e61 30%,
			#37668e 30%,
			#37668e 75%,
			#90b0d1 75%,
			#90b0d1 98%,
			#d4e1ee 98%,
			#d4e1ee 100%
	);
	position: relative;
	width: 300px;
	min-height: 300px;
	margin: 0 0 0 -2rem;
}

/* END PIE WRAP 4 */

.activitat .content h3.subseccio-title {
    color: #c4d1e4;
    font-size: 2.5rem;
}
.activitat a {
    color: #c4d1e4
}
 .qualitat-seguretat .site-header {
     padding: 0
}
 .qualitat-seguretat .site-header .logo {
     display: none
}
 .qualitat-seguretat .site-header .logo.active {
     display: block;
     margin: 2rem
}
 @media (min-width:768px) {
     .qualitat-seguretat .site-header .logo.active {
         margin: 4rem
    }
}
 @media (min-width:1024px) {
     .qualitat-seguretat .site-header .logo.active {
         margin: 6rem
    }
}
 .qualitat-seguretat .site-header #burguer span {
     background: #fff
}
 .qualitat-seguretat .site-header .ico-download {
     background: url(../img/ico-download-white.svg)no-repeat center center
}
 .qualitat-seguretat .open-image {
     display: block;
     width: 100%;
     height: 50vh;
     background: url(../img/M_apertura-05.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .qualitat-seguretat .open-image {
         height: 65vh;
         background: url(../img/T_apertura-05.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .qualitat-seguretat .open-image {
         height: 76vh;
         background: url(../img/D_apertura-05.jpg)no-repeat center center;
         background-size: cover
    }
}
 .qualitat-seguretat .bg-color {
     background: #e7b17d
}
 .qualitat-seguretat .section-header {
     color: #c05f26;
     border-bottom: 1px solid #c05f26
}
 .qualitat-seguretat hr {
     background-color: #c05f26
}
 .qualitat-seguretat .content p.line {
     padding-left: 0;
     margin: 1rem 0 0 0!important
}
.qualitat-seguretat .addicional a {
    color: #c05f26;
}
 .qualitat-seguretat .content p.line:before {
     content: " ";
     position: absolute;
     top: -.5rem;
     left: 0;
     width: 6.5rem;
     height: .1rem;
     background: #c05f26
}
 @media (min-width:768px) {
     .qualitat-seguretat .content p.line {
         margin: 1rem 0 0 7.5rem!important
    }
     .qualitat-seguretat .content p.line:before {
         top: 2rem;
         left: -7.5rem;
         height: .1rem
    }
}
 .qualitat-seguretat .content h2.subseccio-title {
     color: #c05f26
}
 /* .qualitat-seguretat .content .box {
     border-top: 1px solid #c05f26
} */
 .qualitat-seguretat .content .box .box-title {
     color: #c05f26
}
 .qualitat-seguretat .content .box .flex div {
     width: 65%
}
 .qualitat-seguretat .content .box .flex div:last-child {
     width: 35%
}
 .qualitat-seguretat .content .box .flex div .numbers li {
     width: 100%
}
 .qualitat-seguretat .content .box .flex div .numbers li span,.qualitat-seguretat .content .box .flex div .numbers li p {
     display: inline-block;
     margin-right: 1rem
}
 @media (min-width:768px) {
     .qualitat-seguretat .content .box {
         border: 1px solid #c05f26
    }
}
 .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
}
 .qualitat-seguretat .content .numbers li p {
     color: #444
}
 .qualitat-seguretat .content .numbers li.big-number {
     margin-bottom: 2rem
}
 .qualitat-seguretat .content .numbers li.big-number span {
     font-size: 50px;
     font-size: 5rem
}
 @media (min-width:768px) {
     .qualitat-seguretat .content .numbers li.big-number {
         margin-bottom: 4rem
    }
     .qualitat-seguretat .content .numbers li.big-number span {
         font-size: 64px;
         font-size: 6.4rem
    }
}
 .qualitat-seguretat .content .numbers li.llegenda {
     position: relative;
     margin: 0 0 1rem 2rem
}
 .qualitat-seguretat .content .numbers li.llegenda:before {
     position: absolute;
     left: -2rem;
     top: 2rem;
     content: " ";
     width: 1rem;
     height: 1rem;
     background: #fff;
     border-radius: 50%
}
 .qualitat-seguretat .content .numbers li.llegenda.item-one::before {
     background-color: #c05f26
}
 .qualitat-seguretat .content .numbers li.llegenda.item-two::before {
     background-color: #43a2cd
}
 .qualitat-seguretat .content .numbers li.llegenda.item-three::before {
     background-color: #ffc570
}
 @media (min-width:768px) {
     .qualitat-seguretat .content .numbers li {
         width: 33%
    }
}
 .qualitat-seguretat .content .numbers.no-margin li {
     padding: 0
}
 .qualitat-seguretat .content .numbers.w50 li {
     width: 46%
}
 .qualitat-seguretat .content .numbers.w100 li {
     width: 100%
}
 @media (min-width:768px) {
     .qualitat-seguretat .content .column .img-circle {
         width: 40rem!important;
         height: 40rem!important
    }
     .qualitat-seguretat .content .column p {
         padding: 0rem 4rem 0 0;
         width: 35rem
    }
}
.qualitat-seguretat .content h3.subseccio-title {
    font-size: 2.5rem;
}
 .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: #fff;
     margin: 1rem 0;
     border-left: 1px solid #000;
     border-right: 1px solid #000
}
 .mitja-sobre-10 .bar span {
     position: absolute;
     z-index: 3;
     height: 8rem;
     background: #c05f26;
     display: block
}
 .mitja-sobre-10 .bar h3 {
     color: #fff;
     font-size: 42px;
     font-size: 4.2rem;
     line-height: 8rem;
     position: absolute;
     z-index: 5;
     left: 2rem
}
 .mitja-sobre-10 .mitjana {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 6
}
 .mitja-sobre-10 .mitjana:before {
     position: absolute;
     top: 0;
     bottom: 0;
     content: " ";
     display: block;
     background: #000;
     width: .5rem;
     height: 10rem
}
 .mitja-sobre-10 .mitjana p {
     margin: 0;
     position: absolute;
     top: -4rem;
     width: 30rem;
     text-align: center;
     left: -15rem;
     font-size: 14px;
     font-size: 1.4rem;
     line-height: 1
}
 .mitja-sobre-10 .mitjana p strong {
     display: block
}
 .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
}
 .mitja-sobre-10 ol.escala li {
     counter-increment: my-awesome-counter;
     flex-direction: row;
     border-right: 1px solid #000;
     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 .site-header {
     padding: 0
}
 .coneixement .site-header .logo {
     display: none
}
 .coneixement .site-header .logo.active {
     display: block;
     margin: 2rem
}
 @media (min-width:768px) {
     .coneixement .site-header .logo.active {
         margin: 4rem
    }
}
 @media (min-width:1024px) {
     .coneixement .site-header .logo.active {
         margin: 6rem
    }
}
 .coneixement .site-header #burguer span {
     background: #fff
}
 .coneixement .open-image {
     display: block;
     width: 100%;
     height: 50vh;
     background: url(../img/M_apertura-06.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .coneixement .open-image {
         height: 50vh;
         background: url(../img/T_apertura-06.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .coneixement .open-image {
         height: 76vh;
         background: url(../img/D_apertura-06.jpg)no-repeat center center;
         background-size: cover
    }
}
 .coneixement .bg-color {
     background: #e6d1c7
}
 .coneixement .section-header {
     color: #c05f26;
     border-bottom: 1px solid #c05f26
}
 .coneixement hr {
     background-color: #c05f26
}
 .coneixement .content h2.subseccio-title {
     color: #c05f26
}
 .coneixement .content h3.box-title {
     font-size: 16px;
     font-size: 1.6rem;
     line-height: 1.25;
     color: #c05f26;
     margin-bottom: .5rem
}
 .coneixement .content h3.box-title.medium {
     font-size: 22px;
     font-size: 2.2rem;
     margin-bottom: 2rem;
     line-height: 1.25
}

.coneixement .addicional a {
  color: #c05f26
}
 .coneixement .content .box .box-title {
     color: #c05f26
}
 .coneixement .content .box .flex>div {
     width: 100%
}
 .coneixement .content .box .flex>div .numbers li {
     width: 100%
}
 .coneixement .content .box .flex>div .numbers li span,.coneixement .content .box .flex>div .numbers li p {
     display: inline-block;
     margin-right: 1rem
}
 @media (min-width:768px) {
     .coneixement .content .box {
         border: 1px solid #c05f26
    }
     .coneixement .content .box .flex>div {
         width: 65%
    }
     .coneixement .content .box .flex>div:last-child {
         width: 35%
    }
}
 .coneixement .content .box.mbl-noborder {
     border: 0!important
}
 @media (min-width:768px) {
     .coneixement .content .box.mbl-noborder {
         border: 1px solid #c05f26!important
    }
}
 .coneixement .content p {
     color: #444;
     margin-left: 0
}
 .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;
     color: #c05f26
}
 .coneixement .content .numbers li p {
     color: #444
}
 .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
    }
}
 @media (min-width:768px) {
     .coneixement .content .numbers li.formacio-continua span {
         font-size: 50px;
         font-size: 5rem
    }
}
 @media (min-width:1024px) {
     .coneixement .content .numbers li.formacio-continua 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: #142e61
}
 .coneixement .content .numbers li.llegenda.item-two::before {
     background-color: #94491f
}
 .coneixement .content .numbers li.llegenda.item-three::before {
     background-color: #c05f26
}
 .coneixement .content .numbers li.llegenda.item-four::before {
     background-color: #e2912a
}
 .coneixement .content .numbers li.llegenda.item-five::before {
     background-color: #e7b17d
}
 .coneixement .content .numbers li.llegenda.item-six::before {
     background-color: #fff
}
 .coneixement .content .numbers li.llegenda.item-seven::before {
     background-color: #444
}
 .coneixement .content .numbers li.llegenda.item-eight::before {
     background-color: #878787
}
 @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 .content .numbers.no-margin li {
     padding: 0
}
 .coneixement .content .numbers.w50 li {
     width: 46%
}
 .coneixement .content .numbers.w100 li {
     width: 100%
}
 .coneixement .pie-wrap.pie-wrap2 {
     margin: 0 auto;
     position: relative;
     background: #94491f;
     width: 250px;
     height: 250px;
     border-radius: 50%
}
 .coneixement .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: #e6d1c7
}
 .coneixement .pie-wrap.pie-wrap2 .slice-wrap:before {
     content: " ";
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1px solid #e2912a;
     box-sizing: border-box;
     clip: rect(0,125px,250px,0);
     background-color: #e2912a;
     transform: rotate(120deg)
}
 .coneixement .pie-wrap.pie-wrap2 .slice-wrap {
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     clip: rect(0,125px,250px,0)
}
 .coneixement .pie-wrap.pie-wrap2 .slice-wrap:hover {
     cursor: pointer
}
 .coneixement .animate__animated .pie-wrap.pie-wrap2 .slice2.slice-wrap {
     transform: rotate(120deg)
}
 .coneixement .animate__animated .pie-wrap.pie-wrap2 .slice1:before {
     -webkit-animation: 1s spin linear forwards;
     animation: 1s spin linear forwards
}
 .coneixement .animate__animated .pie-wrap.pie-wrap2 .slice2:before {
     transform: rotate(.00001deg);
     -webkit-animation: 1s spin2 linear 1s forwards;
     animation: 1s spin2 linear 1s forwards
}
 @-webkit-keyframes spin {
     0% {
         transform: rotate(10deg)
    }
     to {
         transform: rotate(180deg)
    }
}
 @keyframes spin {
     0% {
         transform: rotate(10deg)
    }
     to {
         transform: rotate(180deg)
    }
}
 @-webkit-keyframes spin2 {
     0% {
         transform: rotate(0deg)
    }
     to {
         transform: rotate(60deg)
    }
}
 @keyframes spin2 {
     0% {
         transform: rotate(0deg)
    }
     to {
         transform: rotate(60deg)
    }
}
 .coneixement ul.llegendas li.llegenda:nth-child(1)::before {
     background-color: #e2912a!important
}
 .coneixement ul.llegendas li.llegenda:nth-child(2)::before {
     background-color: #94491f!important
}
 .coneixement .pie-wrap.pie-wrap3 {
     background: #027f9a;
     height: 25rem;
     width: 25rem;
     border-radius: 50%;
     margin: 1rem auto;
     transform: rotate(-60deg)
}
 .coneixement .pie-wrap.pie-wrap3 .center {
     position: relative
}
 .coneixement .pie-wrap.pie-wrap3 .center:after {
     content: " ";
     position: absolute;
     width: 160px;
     height: 160px;
     top: 45px;
     left: 45px;
     border-radius: 50%;
     box-sizing: border-box;
     background-color: #34ad9a;
     z-index: 9
}
 .coneixement .pie-wrap.pie-wrap3 .slice-wrap {
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     clip: rect(0,125px,250px,0)
}
 .coneixement .pie-wrap.pie-wrap3 .slice-wrap::before {
     content: " ";
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1 solid #fff;
     box-sizing: border-box;
     clip: rect(0,125px,250px,0);
     background-color: #fff;
     transform: rotate(115deg)
}
 .coneixement .pie-wrap.pie-wrap3 .slice3.slice-wrap::before {
     content: " ";
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1 solid #00b3ae;
     box-sizing: border-box;
     clip: rect(0,125px,250px,0);
     background-color: #00b3ae;
     transform: rotate(105deg)
}
 .coneixement .animate__animated .pie-wrap.pie-wrap3 .slice2.slice-wrap {
     transform: rotate(60deg)
}
 .coneixement .animate__animated .pie-wrap.pie-wrap3 .slice3.slice-wrap {
     transform: rotate(60deg)
}
 .coneixement .animate__animated .pie-wrap.pie-wrap3 .slice1:before {
     -webkit-animation: 1s spin_3 linear forwards;
     animation: 1s spin_3 linear forwards
}
 .coneixement .animate__animated .pie-wrap.pie-wrap3 .slice3:before {
     -webkit-animation: 1s spin3_3 linear forwards;
     animation: 1s spin3_3 linear forwards;
     background: #b5c570
}
 .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 {
     background: #c05f26;
     top: -.5rem;
     left: 0
}
 .coneixement .recerca .flex .box.projectes-estudis {
     width: 100%;
     margin-left: 0;
     margin-right: 0;
     padding-bottom: 2rem
}
 .coneixement .recerca .flex .box.projectes-estudis .column:nth-child(1) {
     padding-bottom: 3rem
}
 @media (min-width:768px) {
     .coneixement .recerca .flex .box.projectes-estudis {
         flex-direction: row;
         flex-wrap: wrap
    }
     .coneixement .recerca .flex .box.projectes-estudis .column {
         width: 50%;
         margin: 0!important
    }
     .coneixement .recerca .flex .box.projectes-estudis .box-title {
         width: 100%
    }
     .coneixement .recerca .flex .box.projectes-estudis .numbers {
         height: 8rem
    }
     .coneixement .recerca .flex .box.projectes-estudis .img-responsive {
         margin: .5rem 0 0 0;
         max-width: 28rem;
         float: right
    }
}
 .coneixement .recerca ul.llegendas li.llegenda {
     margin-bottom: 2rem
}
 .coneixement .recerca ul.llegendas li.llegenda span {
     font-size: 30px;
     font-size: 3rem;
     font-family: "Work Sans",sans-serif;
     font-weight: 800;
     color: #c05f26
}
 .coneixement .recerca ul.llegendas li.llegenda:nth-child(1)::before {
     top: 1.5rem;
     background-color: #142e61!important
}
 .coneixement .recerca ul.llegendas li.llegenda:nth-child(2)::before {
     top: 1.5rem;
     background-color: #878787!important
}
 .coneixement .recerca ul.llegendas li.llegenda:nth-child(3)::before {
     top: 1.5rem;
     background-color: #c05f26!important
}
 .coneixement .recerca ul.llegendas li.llegenda:nth-child(4)::before {
     top: 1.5rem;
     background-color: #e2912a!important
}
 .coneixement .recerca ul.llegendas li.llegenda:nth-child(5)::before {
     top: 1.5rem;
     background-color: #fff!important
}
 @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: 100%
    }
     .coneixement .recerca .flex .box:nth-child(2) {
         width: 100%;
         margin-left: 0;
         margin-right: 0
    }
     .coneixement .recerca .flex .box:nth-child(3) {
         width: 31.25%;
         margin-left: 0;
         margin-right: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(5) {
         width: 31.25%;
         margin-right: 0;
         margin-left: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(8) {
         width: 31.25%;
         margin-right: 0;
         margin-left: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(11) {
         width: 31.25%;
         margin-right: 0;
         margin-left: 1rem
    }
    .coneixement .recerca .flex .box:nth-child(12) {
      width: 31.25%;
      margin-right: 0;
      margin-left: 0
   }
   .coneixement .recerca .flex .box:nth-child(13) {
     width: 31.25%;
     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) {
         width: 31.25%;
         margin-left: 0
    }
}
 @media (min-width:1024px) {
     .coneixement .recerca .flex .box {
         width: 32%;
         margin: 1rem
    }
     .coneixement .recerca .flex .box .box-title {
         font-size: 18px;
         font-size: 1.8rem;
         line-height: 1.2
    }
     .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: 100%;
         margin-left: 0;
         margin-right: 0
    }
     .coneixement .recerca .flex .box:nth-child(3),.coneixement .recerca .flex .box:nth-child(7) {
         width: 31.5%;
         margin-right: 1rem;
         margin-left: 0
    }
     .coneixement .recerca .flex .box:nth-child(5) {
         width: 31.5%;
         margin-right: 0
    }
     .coneixement .recerca .flex .box:nth-child(4) {
         width: 32%;
         margin-right: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(7) {
         width: 32%;
         margin-right: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(8) {
         width: 31.5%;
         margin-right: 0
    }
     .coneixement .recerca .flex .box:nth-child(10) {
         width: 32%;
         margin-left: 0;
         margin-right: 1rem
    }
     .coneixement .recerca .flex .box:nth-child(6),.coneixement .recerca .flex .box:nth-child(9) {
         width: 31.5%;
         margin-left: 0;
         margin-right: 2rem
    }
     .coneixement .recerca .flex .box:nth-child(11) {
         width: 31.5%;
         margin-right: 0
    }
    .coneixement .recerca .flex .box:nth-child(12) {
      width: 31.25%;
      margin-right: 1rem;
      margin-left: 0rem
   }
   .coneixement .recerca .flex .box:nth-child(13) {
     width: 31.25%;
     margin-right: 0;
     margin-left: 1rem
  }
  .coneixement .recerca .flex .box:nth-child(14) {
    width: 31.25%;
    margin-right: 1rem;
    margin-left: 2rem
 }
}
 .coneixement a.ico-download {
     color: #444
}
 .coneixement .text-apertura p {
     width: 100%
}
 @media (min-width:768px) {
     .coneixement .text-apertura p {
         margin: 2rem 0 0 0;
         padding-right: 4rem;
         width: 40rem
    }
     .coneixement .text-apertura .img-circle {
         width: 40rem!important;
         height: 38rem!important;
         margin: -4rem auto 4rem 6rem
    }
}
.coneixement .content h3.subseccio-title {
    font-size: 2.5rem;
}
.actualitat .site-header {
    padding: 0
}
.actualitat .site-header .logo {
    display: none
}
.actualitat .site-header .logo.active {
    display: block;
    margin: 2rem
}
@media (min-width:768px) {
    .actualitat .site-header .logo.active {
        margin: 4rem
   }
}
@media (min-width:1024px) {
    .actualitat .site-header .logo.active {
        margin: 6rem
   }
}
.actualitat .site-header #burguer span {
    background: #fff
}
.actualitat .open-image {
    display: block;
    width: 100%;
    height: 50vh;
    background: url(../img/M_apertura-07.jpg)no-repeat center center;
    background-size: cover
}
@media (min-width:768px) {
    .actualitat .open-image {
        height: 65vh;
        background: url(../img/T_apertura-07.jpg)no-repeat center center;
        background-size: cover
   }
}
@media (min-width:1024px) {
    .actualitat .open-image {
        height: 76vh;
        background: url(../img/D_apertura-07.jpg)no-repeat center center;
        background-size: cover
   }
}
.actualitat .bg-color {
    background: #c4d1e4
}
.actualitat .section-header {
    color: #c3dbdf;
    border-bottom: 1px solid #7092bf
}
.actualitat .section-header span {
    color: #7092bf
}
.actualitat .section-header .section-title {
    color: #7092bf
}
.actualitat hr {
    background-color: #7092bf
}
.actualitat .content h2.subseccio-title {
    color: #7092bf
}
.actualitat .content h3.box-title {
    font-size: 16px;
    font-size: 1.8rem;
    color: #7092bf;
    margin-bottom: .5rem
}
.actualitat .content h3.box-title.medium {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 2rem
}
.actualitat .content p a {
    text-decoration: none
}
.actualitat .content p a:hover {
    text-decoration: underline
}
.actualitat .content .box {
    border-top: 1px solid #7092bf
}
.actualitat .content .box .box-title {
    color: #7092bf
}
.actualitat .content .box .flex>div {
    width: 100%
}
.actualitat .content .box .flex>div .numbers li {
    width: 100%
}
.actualitat .content .box .flex>div .numbers li span,.actualitat .content .box .flex>div .numbers li p {
    display: inline-block;
    margin-right: 1rem;
    color: #444
}
.actualitat .content .box .flex>div .numbers li span a,.actualitat .content .box .flex>div .numbers li p a {
    text-decoration: none
}
@media (min-width:768px) {
    .actualitat .content .box {
        border: 1px solid #7092bf
   }
    .actualitat .content .box .flex>div {
        width: 65%
   }
    .actualitat .content .box .flex>div:last-child {
        width: 35%
   }
}
.actualitat .content .box.mbl-noborder {
    border: 0!important
}
@media (min-width:768px) {
    .actualitat .content .box.mbl-noborder {
        border: 1px solid #7092bf!important
   }
}
.actualitat .content .box.no-margin-top {
    margin-top: 0
}
.actualitat .content p {
    color: #444;
    margin-left: 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;
    color: #7092bf
}
.actualitat .content .numbers li p {
    color: #444
}
.actualitat .content .numbers li.big-number span {
    font-size: 50px;
    font-size: 5rem
}
@media (min-width:768px) {
    .actualitat .content .numbers li.big-number span {
        font-size: 64px;
        font-size: 6.4rem
   }
}
@media (min-width:768px) {
    .actualitat .content .numbers li.formacio-continua span {
        font-size: 50px;
        font-size: 5rem
   }
}
@media (min-width:1024px) {
    .actualitat .content .numbers li.formacio-continua span {
        font-size: 64px;
        font-size: 6.4rem
   }
}
@media (min-width:768px) {
    .actualitat .content .numbers p.line {
        padding-left: 0;
        margin: 2rem 0 0 0!important
   }
    .actualitat .content .numbers p.line::before {
        content: " ";
        position: absolute;
        top: -.5rem;
        left: 0;
        width: 6.5rem;
        height: .1rem;
        background: #c8e4dc
   }
}
.actualitat a.ico-download {
    color: #c8e4dc
}
 .responsabilitat-social .site-header {
     padding: 0
}
 .responsabilitat-social .site-header .logo {
     display: none
}
 .responsabilitat-social .site-header .logo.active {
     display: block;
     margin: 2rem
}
 @media (min-width:768px) {
     .responsabilitat-social .site-header .logo.active {
         margin: 4rem
    }
}
 @media (min-width:1024px) {
     .responsabilitat-social .site-header .logo.active {
         margin: 6rem
    }
}
 .responsabilitat-social .site-header #burguer span {
     background: #fff
}
 .responsabilitat-social .open-image {
     display: block;
     width: 100%;
     height: 50vh;
     background: url(../img/M_apertura-08.jpg)no-repeat center center;
     background-size: cover
}
 @media (min-width:768px) {
     .responsabilitat-social .open-image {
         height: 65vh;
         background: url(../img/T_apertura-08.jpg)no-repeat center center;
         background-size: cover
    }
}
 @media (min-width:1024px) {
     .responsabilitat-social .open-image {
         height: 76vh;
         background: url(../img/D_apertura-08.jpg)no-repeat center center;
         background-size: cover
    }
}
 .responsabilitat-social .bg-color {
     background: #c05f26
}
 .responsabilitat-social .section-header {
     color: #c3dbdf;
     border-bottom: 1px solid #e6d1c7
}
 .responsabilitat-social .section-header span {
     color: #e6d1c7
}
 .responsabilitat-social .section-header h1.section-title {
     color: #e6d1c7
}
 .responsabilitat-social hr {
     background-color: #e6d1c7
}
 .responsabilitat-social .content h2.subseccio-title {
     color: #e6d1c7
}
 .responsabilitat-social .content h3.box-title {
     font-size: 19px;
     font-size: 1.9rem;
     letter-spacing: .025rem;
     color: #e6d1c7;
     margin-bottom: .5rem
}
 .responsabilitat-social .content h3.box-title.medium {
     font-size: 22px;
     font-size: 2.2rem;
     margin-bottom: 2rem
}
 .responsabilitat-social .content em {
     font-style: italic
}
 .responsabilitat-social .content a {
     color: #e6d1c7
}
 .responsabilitat-social .content .box {
     border-top: 1px solid #e6d1c7
}
 .responsabilitat-social .content .box .flex>div {
     width: 100%
}
 .responsabilitat-social .content .box .flex>div .numbers li {
     width: 100%
}
 .responsabilitat-social .content .box .flex>div .numbers li span,.responsabilitat-social .content .box .flex>div .numbers li p {
     display: inline-block;
     margin-right: 1rem
}
 @media (min-width:768px) {
     .responsabilitat-social .content .box {
         border: 1px solid #e6d1c7
    }
     .responsabilitat-social .content .box .flex>div {
         width: 65%
    }
     .responsabilitat-social .content .box .flex>div:last-child {
         width: 35%
    }
}
 .responsabilitat-social .content .box.mbl-noborder {
     border: 0!important
}
 @media (min-width:768px) {
     .responsabilitat-social .content .box.mbl-noborder {
         border: 1px solid #e6d1c7!important
    }
}
 .responsabilitat-social .content p {
     color: #e6d1c7;
     margin-left: 0
}
 .responsabilitat-social .content .numbers {
     margin-left: 0
}
 .responsabilitat-social .content .numbers li {
     width: 100%
}
 .responsabilitat-social .content .numbers li span {
     font-size: 36px;
     font-size: 3.6rem;
     color: #e6d1c7
}
 .responsabilitat-social .content .numbers li p {
     color: #e6d1c7
}
 .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 li.formacio-continua span {
         font-size: 50px;
         font-size: 5rem
    }
}
 @media (min-width:1024px) {
     .responsabilitat-social .content .numbers li.formacio-continua 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 .pie-wrap {
     margin-top: 2rem
}
 .responsabilitat-social .pie-wrap.pie-wrap2 {
     transform: rotate(129deg);
     background: #027f9a
}
 .responsabilitat-social .pie-wrap.pie-wrap2 .center:after {
     background-color: #16a297
}
 .responsabilitat-social .pie-wrap.pie-wrap2 .slice-wrap::before {
     content: " ";
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1 solid #e6d1c7;
     box-sizing: border-box;
     clip: rect(0,125px,250px,0);
     background-color: #e6d1c7;
     transform: rotate(50deg)
}
 .responsabilitat-social .pie-wrap.pie-wrap2 .pie-wrap2 .slice-wrap::before {
     content: " ";
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1 solid #fff;
     box-sizing: border-box;
     clip: rect(0,125px,250px,0);
     background-color: #fff;
     transform: rotate(70deg)
}
 .responsabilitat-social ul.llegendas li.llegenda:nth-child(1)::before {
     background-color: #fff!important
}
 .responsabilitat-social ul.llegendas li.llegenda:nth-child(2)::before {
     background-color: #d37d49!important
}
 .responsabilitat-social .pie-wrap.pie-wrap3 {
     background: #027f9a
}
 .responsabilitat-social .pie-wrap.pie-wrap3 .center:after {
     background: #34ad9a
}
 .responsabilitat-social .pie-wrap.pie-wrap3 .slice-wrap::before {
     content: " ";
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1 solid #fff;
     box-sizing: border-box;
     clip: rect(0,125px,250px,0);
     background-color: #fff;
     transform: rotate(55deg)
}
 .responsabilitat-social .pie-wrap.pie-wrap3 .slice3.slice-wrap::before {
     content: " ";
     position: absolute;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     border: 1 solid #b5c570;
     box-sizing: border-box;
     clip: rect(0,135px,280px,0);
     background-color: #b5c570;
     transform: rotate(129deg)
}
 .responsabilitat-social .innovacio .flex>div {
     margin-right: 2rem;
     padding: 1rem 2rem 0 2rem
}
 .responsabilitat-social .innovacio .flex>div:last-child {
     margin-right: 0;
     margin-left: 0
}
 @media (min-width:768px) {
     .responsabilitat-social .innovacio .flex>div .numbers li {
         width: 100%
    }
}
 .responsabilitat-social .recerca .flex {
     margin: 0
}
 .responsabilitat-social .recerca .flex .box:first-child {
     padding-bottom: 2rem
}
 .responsabilitat-social .recerca .flex .box:first-child .numbers li {
     width: 100%
}
 .responsabilitat-social .recerca .flex .box.projectes-estudis {
     width: 100%;
     margin-left: 0;
     margin-right: 0;
     padding-bottom: 2rem
}
 @media (min-width:768px) {
     .responsabilitat-social .recerca .flex .box.projectes-estudis {
         flex-direction: row;
         flex-wrap: wrap
    }
     .responsabilitat-social .recerca .flex .box.projectes-estudis .box-title {
         width: 50%
    }
     .responsabilitat-social .recerca .flex .box.projectes-estudis .numbers {
         height: 8rem
    }
     .responsabilitat-social .recerca .flex .box.projectes-estudis .img-responsive {
         margin: 0 0 0 5%;
         max-width: 28rem
    }
}
 @media (min-width:1024px) {
     .responsabilitat-social .recerca .flex .box.projectes-estudis .numbers,.responsabilitat-social .recerca .flex .box.projectes-estudis .img-responsive,.responsabilitat-social .recerca .flex .box.projectes-estudis .llegendas {
         width: 60%
    }
     .responsabilitat-social .recerca .flex .box.projectes-estudis .img-responsive {
         margin: -1.5rem 0 0 2.5%
    }
}
 .responsabilitat-social .recerca .flex div {
     width: 100%
}
 .responsabilitat-social .recerca ul.llegendas li.llegenda {
     margin-bottom: 2rem
}
 .responsabilitat-social .recerca ul.llegendas li.llegenda span {
     font-size: 30px;
     font-size: 3rem;
     font-family: "Work Sans",sans-serif;
     font-weight: 700
}
 .responsabilitat-social .recerca ul.llegendas li.llegenda:nth-child(1)::before {
     top: 1.5rem;
     background-color: #027f9a!important
}
 .responsabilitat-social .recerca ul.llegendas li.llegenda:nth-child(2)::before {
     top: 1.5rem;
     background-color: #e7b17d!important
}
 .responsabilitat-social .recerca ul.llegendas li.llegenda:nth-child(3)::before {
     top: 1.5rem;
     background-color: #b5c570!important
}
 .responsabilitat-social .recerca ul.llegendas li.llegenda:nth-child(4)::before {
     top: 1.5rem;
     background-color: #c8e4dc!important
}
 @media (min-width:768px) {
     .responsabilitat-social .recerca .flex {
         flex-wrap: wrap
    }
     .responsabilitat-social .recerca .flex .box:first-child {
         margin: 1rem 0;
         display: flex;
         flex-direction: row;
         width: 100%
    }
     .responsabilitat-social .recerca .flex .box:first-child p.line {
         padding-left: 7.5rem
    }
     .responsabilitat-social .recerca .flex .box:first-child p.line:before {
         top: 1.75rem
    }
     .responsabilitat-social .recerca .flex .box:first-child>div {
         margin: 0
    }
     .responsabilitat-social .recerca .flex .box:first-child>div:first-child {
         width: 33%
    }
     .responsabilitat-social .recerca .flex .box:first-child>div:last-child {
         width: 66%
    }
     .responsabilitat-social .recerca .flex .box {
         width: 31.5%;
         margin: 1rem;
         padding-left: 2rem
    }
     .responsabilitat-social .recerca .flex .box .numbers li {
         width: 100%
    }
     .responsabilitat-social .recerca .flex .box:nth-child(1) {
         width: 100%
    }
     .responsabilitat-social .recerca .flex .box:nth-child(2) {
         width: 48.5%;
         margin-left: 0
    }
     .responsabilitat-social .recerca .flex .box:nth-child(3) {
         width: 48.5%;
         margin-right: 0
    }
     .responsabilitat-social .recerca .flex .box:nth-child(4),.responsabilitat-social .recerca .flex .box:nth-child(7),.responsabilitat-social .recerca .flex .box:nth-child(10) {
         width: 31.25%;
         margin-left: 0
    }
     .responsabilitat-social .recerca .flex .box:nth-child(6),.responsabilitat-social .recerca .flex .box:nth-child(9),.responsabilitat-social .recerca .flex .box:nth-child(12) {
         width: 31.25%;
         margin-right: 0
    }
}
 @media (min-width:1024px) {
     .responsabilitat-social .recerca .flex .box {
         width: 32%;
         margin: 1rem
    }
     .responsabilitat-social .recerca .flex .box .box-title {
         font-size: 19px;
         font-size: 1.9rem;
         line-height: 1.2;
         padding-right: 30%
    }
     .responsabilitat-social .recerca .flex .box .numbers li {
         width: 100%
    }
     .responsabilitat-social .recerca .flex .box:nth-child(1) {
         width: 100%
    }
     .responsabilitat-social .recerca .flex .box:nth-child(2) {
         width: 49.25%;
         margin-left: 0
    }
     .responsabilitat-social .recerca .flex .box:nth-child(3) {
         width: 48.25%;
         margin-right: 0
    }
     .responsabilitat-social .recerca .flex .box:nth-child(4),.responsabilitat-social .recerca .flex .box:nth-child(7),.responsabilitat-social .recerca .flex .box:nth-child(10) {
         width: 31.5%;
         margin-left: 0
    }
     .responsabilitat-social .recerca .flex .box:nth-child(6),.responsabilitat-social .recerca .flex .box:nth-child(9),.responsabilitat-social .recerca .flex .box:nth-child(12) {
         width: 31.5%;
         margin-right: 0
    }
}
 .responsabilitat-social a.ico-download {
     color: #e6d1c7
}
 .responsabilitat-social .text-apertura p {
     width: 100%;
     color: #e6d1c7
}
 @media (min-width:768px) {
     .responsabilitat-social .text-apertura p {
         margin: 8rem 0 0 0;
         padding-right: 4rem;
         /* width: 34rem */
    }
     .responsabilitat-social .text-apertura .img-circle {
         margin-top: 3rem;
         /* width: 46rem!important;
         height: 44rem!important */
    }
}
 .responsabilitat-social p.line {
     margin: 1rem 0 0 0!important
}
 .responsabilitat-social p.line:before {
     background: #e6d1c7;
     top: -.5rem;
     left: 0
}
 @media (min-width:768px) {
     .responsabilitat-social p.line {
         padding-left: 7.5rem
    }
     .responsabilitat-social p.line:before {
         top: 1.85rem
    }
}
 @media (min-width:768px) {
     .responsabilitat-social .seguretat-treball .flex {
         flex-wrap: wrap
    }
     .responsabilitat-social .seguretat-treball .flex .box {
         width: 48.5%;
         display: flex;
         flex-direction: row;
         flex-wrap: wrap
    }
     .responsabilitat-social .seguretat-treball .flex .box:nth-child(1),.responsabilitat-social .seguretat-treball .flex .box:nth-child(3) {
         margin: 1rem 2rem 1rem 0
    }
     .responsabilitat-social .seguretat-treball .flex .box:nth-child(2),.responsabilitat-social .seguretat-treball .flex .box:nth-child(4) {
         margin: 1rem 0 1rem 0
    }
     .responsabilitat-social .seguretat-treball .flex .box .numbers:first-child {
         width: 100%
    }
     .responsabilitat-social .seguretat-treball .flex .box .numbers {
         width: 50%
    }
     .responsabilitat-social .seguretat-treball .flex .box .numbers li {
         width: 100%
    }
}
 @media (min-width:768px) {
     .responsabilitat-social .menjar-cura {
         max-width: 32rem
    }
}
.responsabilitat-social .content h3.subseccio-title {
    color: #e6d1c7;
    font-size: 2.5rem;
}

 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 h3.box-title {
     font-size: 2rem!important;
     font-size: 20px!important;
     margin-bottom: 1rem
}
 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: 1px solid #7092bf;
     text-align: center;
     line-height: 1.4;
     text-align: center;
     color: #7092bf;
     font-size: 42px;
     font-size: 4.2rem;
     font-weight: lighter
}
 @media (min-width:768px) {
     ol.ordered-list {
         flex-direction: row;
         flex-wrap: wrap
    }
     ol.ordered-list li {
         padding-top: 5rem;
         padding-right: 4rem;
         width: 25%
    }
     ol.ordered-list li h3.box-title {
         font-size: 2.4rem!important;
         font-size: 24px!important;
         margin-bottom: 2rem
    }
     ol.ordered-list li:before {
         left: -1rem;
         top: -6rem;
         width: 8rem;
         height: 8rem;
         line-height: 1.4;
         font-size: 56px;
         font-size: 5.6rem
    }
}
 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: #c05f26
}
 ul.bar-graph li.bar p {
     position: absolute;
     bottom: 2rem;
     left: 0;
     right: 0;
     text-align: left;
     line-height: 1;
     z-index: 20;
     color: #fff;
     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
}
 ul.bar-graph.tertiary-color li span {
     background: #7092bf
}
 ul.bar-graph.quaternary-color li span {
     background: #00b3ae
}
 .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: #37668e
}
 .one-bar-graf .flex div:nth-child(3) {
     background-color: #90b0d1
}
 .one-bar-graf .flex div:nth-child(4) {
     background-color: #c4d1e4
}
 .one-bar-graf .flex div:nth-child(5) {
     background-color: #fff
}
 .one-bar-graf .flex div:nth-child(6) {
     background-color: #444
}
 .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: #37668e!important
}
 .one-bar-graf .numbers li.llegenda:nth-child(3)::before {
     background-color: #90b0d1!important
}
 .one-bar-graf .numbers li.llegenda:nth-child(4)::before {
     background-color: #c4d1e4!important
}
 .one-bar-graf .numbers li.llegenda:nth-child(5)::before {
     background-color: #fff!important
}
 .one-bar-graf .numbers li.llegenda:nth-child(6)::before {
     background-color: #444!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;
     background: #142e61;
     color: #fff
}
 .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
    }
}
.covid .one-bar-graf .flex div:nth-child(1) {
    background-color: #c05f26
}
.covid .one-bar-graf .flex div:nth-child(2) {
    background-color: #d37d4a
}
.covid .one-bar-graf .flex div:nth-child(3) {
    background-color: #e19d74
}
.covid .one-bar-graf .flex div:nth-child(4) {
    background-color: #e6d1c7
}
.covid .one-bar-graf .flex div:nth-child(5) {
    background-color: #fff
}
.covid .one-bar-graf .numbers li.llegenda:nth-child(1)::before {
    background-color: #c05f26!important
}
.covid .one-bar-graf .numbers li.llegenda:nth-child(2)::before {
    background-color: #d37d4a!important
}
.covid .one-bar-graf .numbers li.llegenda:nth-child(3)::before {
    background-color: #e19d74!important
}
.covid .one-bar-graf .numbers li.llegenda:nth-child(4)::before {
    background-color: #e6d1c7!important
}
.covid .one-bar-graf .numbers li.llegenda:nth-child(5)::before {
    background-color: #fff!important
}
.addicional {
   font-size: 18px;
   margin-bottom: 10px;
   line-height: 1.3em;
   margin-top: 25px
 }
.addicional a{
  text-decoration: none;
}
.addicional a:hover img,
.addicional a:hover{
  opacity: .7
}
.addicional img {
  margin-right: 12px;
  float: left;
}
