/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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 {
  content: "";
  content: none;
}

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%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  font-family: "Work Sans", sans-serif;
  color: #444444;
  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: none;
  width: 100%;
  margin: 0 auto;
  height: 0.1rem;
  background-color: #027F9A;
}

.scroll-to-top {
  text-decoration: none;
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  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: #ffffff;
}

.hide {
  display: none;
}

a {
  color: #444444;
  text-decoration: underline;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.container {
  margin: 0 auto;
  width: 100%;
}

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

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

.img-circle {
  border-radius: 50%;
}

.button {
  text-align: center;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  border: none;
  border-radius: 0;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.5;
  cursor: pointer;
  text-align: center;
  pointer: cursor;
  width: 100%;
  background: transparent;
  color: #ffffff;
}

.button:hover.is-checked,
.button:active.is-checked,
.button.is-checked {
  color: #ffffff;
  text-decoration: underline;
}

a.ico-download {
  color: #ffffff;
  text-decoration: none;
  margin-top: 1rem;
}
a.ico-download span {
  background: url("../img/ico-download-white.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 h2.subseccio-title {
  font-size: 30px;
  font-size: 3rem;
  color: #027F9A;
  padding-bottom: 1rem;
  display: block;
}
.page-content .content h3 {
  color: #027F9A;
}
@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: #027F9A;
  border-bottom: 1px solid #027F9A;
}
.section-header .content {
  padding: 2rem;
}
.section-header span {
  font-weight: bold;
}
.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: 0.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 #027F9A;
  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: none !important;
}
@media (min-width: 768px) {
  .box.mbl-noborder {
    border: 1px solid #ffffff !important;
  }
}
@media (min-width: 768px) {
  .box {
    padding: 2rem;
    margin: 2rem 0;
    border: 1px solid #027F9A;
  }
  .box p.line:before {
    background-color: #027F9A;
  }
  .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;
  }
}

.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: #027F9A;
}
.numbers li p {
  padding-right: 2rem;
  margin: 0 !important;
  display: block;
  color: #444444;
  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: 64px;
  font-size: 6.4rem;
}
.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.exception li:nth-child(3) {
  margin-right: 16%;
}
.numbers.small li span {
  font-size: 36px;
  font-size: 3.6rem;
}
.numbers.quaternary-color span {
  color: #00B3AE;
}
.numbers.tertiary-color span {
  color: #43A2CD;
}
@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 > 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 1rem 0 0;
  }
  .flex > div:last-child {
    margin: -1rem 0 0 1rem;
  }
}
.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: #444444;
}
.content p.line {
  position: relative;
  padding: 0.5rem 0;
  margin: 0 0 0 8rem !important;
}
.content p.line:before {
  content: " ";
  position: absolute;
  top: 2rem;
  left: -8rem;
  width: 6.5rem;
  height: 0.1rem;
  background: #027F9A;
}
.content ul li p {
  margin: 0 !important;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0.25;
  }
}

@keyframes blinker {
  50% {
    opacity: 0.25;
  }
}
.bg-color {
  padding: 0 0 6rem 0;
}

/* SUP INDEX*/
sup {
  vertical-align: super;
  font-size: smaller;
}

/* EDITORIAL */
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: #444444;
  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: bold;
  line-height: 1.35;
  display: block;
  margin-bottom: 1rem;
}
h3 a {
  color: #444444;
  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.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.svg") no-repeat center center;
  cursor: pointer;
  margin-top: 0;
}
.site-header .ico-download span {
  display: none;
}
.site-header .ico-download:hover {
  opacity: 0.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: #023374;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #023374), color-stop(100%, #262626));
  background: linear-gradient(45deg, #023374 0%, #262626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#023374", endColorstr="#262626", GradientType=1 );
}
.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: bold;
  font-size: 20px;
  font-size: 2rem;
  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: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.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: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 768px) {
  .menu-nav.active ol.menu {
    margin-top: 14rem;
  }
  .menu-nav.active ol.menu li {
    padding: 0 0 0 55%;
    margin-bottom: 4rem;
  }
}
.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: 0.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: 36px;
    font-size: 3.6rem;
  }
  .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: 50px;
    font-size: 5rem;
  }
  .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: 0.3;
}
#burguer span {
  position: absolute;
  width: 3rem;
  height: 0.1rem;
  border-radius: 0;
  left: 0;
  background: #444444;
  transition: 0.25s;
  display: block;
  top: 1rem;
}
#burguer span:first-child {
  left: 0;
  top: 0rem;
}
#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: 0.7;
}
#burguer.active span {
  background: #ffffff;
  border-radius: 0;
  opacity: 0;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 0.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: 50vh;
  position: relative;
}
.home .page-content .aperture .titles {
  position: absolute;
  bottom: 0;
}
.home .page-content .aperture .titles h1 {
  height: auto;
  margin: 2rem;
  color: #023474;
  font-weight: 700;
}
.home .page-content .aperture .titles h2 {
  height: auto;
  margin: 0 2rem 2rem 2rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .home .page-content .aperture .titles h1 {
    margin: 0 2rem 0 4rem;
    color: #023474;
  }
  .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;
    color: #023474;
  }
  .home .page-content .aperture .titles h2 {
    margin: 1rem 2rem 4rem 8rem;
  }
}

.open-image {
  display: block;
  width: 100%;
  height: 50vh;
  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;
  }
}

.recursos {
  /* based on http://www.kylejlarson.com/blog/2011/how-to-create-pie-charts-with-css3/ */
  /* Fork of https://codepen.io/paulobrien/pen/joptI/ */
}
.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;
}
@media (min-width: 768px) {
  .recursos .content .column {
    padding-bottom: 4rem;
  }
  .recursos .content .column p:first-child {
    padding: 8% 2rem 0 0;
    width: 30rem;
  }
  .recursos .content .column img.img-circle {
    border-radius: 50%;
    width: 41rem !important;
    height: 40rem !important;
  }
  .recursos .content .column:last-child div {
    order: 2;
    padding-top: 6rem;
  }
  .recursos .content .column:last-child div p {
    padding: 0;
  }
  .recursos .content .column:last-child .img-circle {
    order: 1;
    margin: 3rem;
    width: 30rem !important;
    height: 30rem !important;
  }
}
.recursos .bg-color {
  background: #f7f9eb;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f7f9eb), color-stop(100%, #a4d3db));
  background: linear-gradient(45deg, #f7f9eb 0%, #a4d3db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f9eb", endColorstr="#a4d3db", GradientType=1 );
}
.recursos .pie-wrap.pie-wrap2 {
  margin: 0 auto;
  position: relative;
  background: #00B3AE;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  transform: rotate(0deg);
  transform: rotate(-10deg);
  opacity: 1;
}
.recursos .pie-wrap.pie-wrap2 .slice2:before {
  background: #43A2CD;
}
@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 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 .two-columns .box:last-child .subtitle {
  margin-bottom: 5rem;
}
.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 #027F9A !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 #43A2CD !important;
  }
  .recursos .persones .column_1_3 .box:last-child {
    border: 1px solid #00B3AE !important;
  }
}
.recursos .pie-wrap.pie-wrap2 {
  margin: 3rem auto 0;
  position: relative;
  background: #00b3ae;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  transform: rotate(60deg);
}
.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: #d5e9e4;
}
.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 #43A2CD;
  box-sizing: border-box;
  clip: rect(0, 125px, 250px, 0);
  background-color: #43A2CD;
  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 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(120deg);
  }
}
@keyframes spin5 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(120deg);
  }
}

.resultats-asistencials .site-header {
  padding: 0;
}
.resultats-asistencials .site-header .logo {
  display: none;
}
.resultats-asistencials .site-header .logo.active {
  display: block;
  margin: 2rem;
}
@media (min-width: 768px) {
  .resultats-asistencials .site-header .logo.active {
    margin: 4rem;
  }
}
@media (min-width: 1024px) {
  .resultats-asistencials .site-header .logo.active {
    margin: 6rem;
  }
}
.resultats-asistencials .site-header #burguer span {
  background: #ffffff;
}
.resultats-asistencials .site-header .ico-download {
  background: url("../img/ico-download-white.svg") no-repeat center center;
}
.resultats-asistencials .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) {
  .resultats-asistencials .open-image {
    height: 65vh;
    background: url("../img/T_apertura-02.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .resultats-asistencials .open-image {
    height: 76vh;
    background: url("../img/D_apertura-02.jpg") no-repeat center center;
    background-size: cover;
  }
}
.resultats-asistencials .bg-color {
  background: #02a1c4;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #02bfc4), color-stop(100%, #015b6e));
  background: linear-gradient(45deg, #02a1c4 0%, #015b6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#02A1C4", endColorstr="#015B6E", GradientType=1 );
}
.resultats-asistencials .section-header {
  color: #C3DBDF;
  border-bottom: 1px solid #C3DBDF;
}
.resultats-asistencials hr {
  background-color: #C3DBDF;
}
.resultats-asistencials .content h2.subseccio-title {
  color: #C3DBDF;
}
.resultats-asistencials .content .box {
  border-top: 1px solid #C3DBDF;
}
.resultats-asistencials .content .box .box-title {
  color: #C3DBDF;
}
.resultats-asistencials .content .box .flex > div {
  width: 100%;
}
.resultats-asistencials .content .box .flex > div .numbers li {
  width: 100%;
}
.resultats-asistencials .content .box .flex > div .numbers li span, .resultats-asistencials .content .box .flex > div .numbers li p {
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .resultats-asistencials .content .box {
    border: 1px solid #C3DBDF;
  }
  .resultats-asistencials .content .box .flex > div {
    width: 65%;
  }
  .resultats-asistencials .content .box .flex > div:last-child {
    width: 35%;
  }
}
.resultats-asistencials .content p {
  color: #C3DBDF;
  margin-left: 0;
}
.resultats-asistencials .content .numbers {
  margin-left: 0;
}
.resultats-asistencials .content .numbers li {
  width: 100%;
}
.resultats-asistencials .content .numbers li span {
  font-size: 42px;
  font-size: 4.2rem;
  color: #C3DBDF;
}
.resultats-asistencials .content .numbers li p {
  color: #C3DBDF;
}
.resultats-asistencials .content .numbers li.big-number {
  margin-bottom: 2rem;
}
.resultats-asistencials .content .numbers li.big-number span {
  font-size: 50px;
  font-size: 5rem;
}
@media (min-width: 768px) {
  .resultats-asistencials .content .numbers li.big-number {
    margin-bottom: 4rem;
  }
  .resultats-asistencials .content .numbers li.big-number span {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
.resultats-asistencials .content .numbers li.llegenda {
  position: relative;
  margin: 0 0 1rem 2rem;
}
.resultats-asistencials .content .numbers li.llegenda:before {
  position: absolute;
  left: -2rem;
  top: 2rem;
  content: " ";
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border-radius: 50%;
}
.resultats-asistencials .content .numbers li.llegenda.item-one::before {
  background-color: #00b3ae;
}
.resultats-asistencials .content .numbers li.llegenda.item-two::before {
  background-color: #43a2cd;
}
.resultats-asistencials .content .numbers li.llegenda.item-three::before {
  background-color: #B5C570;
}
.resultats-asistencials .content .numbers li.child {
  position: relative;
}
.resultats-asistencials .content .numbers li.child:before {
  position: absolute;
  content: " ";
  top: 1.5rem;
  left: -6rem;
  width: 5rem;
  height: 0.1rem;
  background: #C3DBDF;
}
.resultats-asistencials .content .numbers li.child span {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .resultats-asistencials .content .numbers li {
    width: 33%;
  }
}
.resultats-asistencials .content .numbers.no-margin li {
  padding: 0;
}
.resultats-asistencials .content .numbers.w50 li {
  width: 46%;
}
.resultats-asistencials .content .numbers.w100 li {
  width: 100%;
}
.resultats-asistencials .pie-wrap {
  margin: 2rem auto;
  height: 25rem;
  width: 25rem;
  border-radius: 50%;
}
.resultats-asistencials .pie-wrap.pie-wrap3 {
  background: #00b3ae;
}
.resultats-asistencials .pie-wrap.pie-wrap3 .center {
  position: relative;
}
.resultats-asistencials .pie-wrap.pie-wrap3 .center:after {
  z-index: 2;
  background: #017a94;
  content: " ";
  position: absolute;
  width: 160px;
  height: 160px;
  top: 45px;
  left: 45px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 9;
}
.resultats-asistencials .pie-wrap.pie-wrap3 .slice-wrap::before {
  content: " ";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1 solid #43A2CD;
  box-sizing: border-box;
  clip: rect(0, 125px, 250px, 0);
  background-color: #43A2CD;
  transform: rotate(-125deg);
}
.resultats-asistencials .pie-wrap.pie-wrap3 .slide2.slice-wrap {
  transform: rotate(-70deg) !important;
}
.resultats-asistencials .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: #00b3ae;
  transform: rotate(90deg);
  z-index: 1;
}
.resultats-asistencials .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(0px, 135px, 280px, 0);
  background-color: #B5C570;
  transform: rotate(60deg);
}

.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: #ffffff;
}
.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-03.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .qualitat-seguretat .open-image {
    height: 65vh;
    background: url("../img/T_apertura-03.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .qualitat-seguretat .open-image {
    height: 76vh;
    background: url("../img/D_apertura-03.jpg") no-repeat center center;
    background-size: cover;
  }
}
.qualitat-seguretat .bg-color {
  background: #e9efcd;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #e9efcd), color-stop(100%, #b3e3d7));
  background: linear-gradient(45deg, #e9efcd 0%, #b3e3d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#E9EFCD", endColorstr="#B3E3D7", GradientType=1 );
}
.qualitat-seguretat .section-header {
  color: #00B3AE;
  border-bottom: 1px solid #00B3AE;
}
.qualitat-seguretat hr {
  background-color: #00B3AE;
}
.qualitat-seguretat .content p.line {
  padding-left: 0;
  margin: 1rem 0 0 0 !important;
}
.qualitat-seguretat .content p.line:before {
  content: " ";
  position: absolute;
  top: -0.5rem;
  left: 0rem;
  width: 6.5rem;
  height: 0.1rem;
  background: #027F9A;
}
@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: 0.1rem;
  }
}
.qualitat-seguretat .content h2.subseccio-title {
  color: #00B3AE;
}
.qualitat-seguretat .content .box {
  border-top: 1px solid #00B3AE;
}
.qualitat-seguretat .content .box .box-title {
  color: #00B3AE;
}
.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 #00B3AE;
  }
}
.qualitat-seguretat .content .numbers {
  margin-left: 0;
}
.qualitat-seguretat .content .numbers li {
  width: 100%;
}
.qualitat-seguretat .content .numbers li span {
  font-size: 36px;
  font-size: 3.6rem;
  color: #444444;
}
.qualitat-seguretat .content .numbers li p {
  color: #444444;
}
.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: #ffffff;
  border-radius: 50%;
}
.qualitat-seguretat .content .numbers li.llegenda.item-one::before {
  background-color: #00b3ae;
}
.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: 25%;
  }
}
.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: 41rem !important;
    height: 39rem !important;
  }
  .qualitat-seguretat .content .column p {
    padding: 8rem 4rem 0 0;
    width: 35rem;
  }
}

.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: white;
  margin: 1rem 0;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.mitja-sobre-10 .bar span {
  position: absolute;
  z-index: 3;
  height: 8rem;
  background: #00B3AE;
  display: block;
}
.mitja-sobre-10 .bar h3 {
  color: #ffffff;
  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: black;
  width: 0.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 black;
  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: -0.5rem;
}

.coneixement {
  /* based on http://www.kylejlarson.com/blog/2011/how-to-create-pie-charts-with-css3/ */
  /* Fork of https://codepen.io/paulobrien/pen/joptI/ */
}
.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: #ffffff;
}
.coneixement .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) {
  .coneixement .open-image {
    height: 50vh;
    background: url("../img/T_apertura-04.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .coneixement .open-image {
    height: 76vh;
    background: url("../img/D_apertura-04.jpg") no-repeat center center;
    background-size: cover;
  }
}
.coneixement .bg-color {
  background: #70c4a2;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #009994), color-stop(100%, #70c4a2));
  background: linear-gradient(45deg, #70c4a2 0%, #009994 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#70C4A2", endColorstr="#009994", GradientType=1 );
}
.coneixement .section-header {
  color: #C3DBDF;
  border-bottom: 1px solid #C8E4DC;
}
.coneixement hr {
  background-color: #C8E4DC;
}
.coneixement .content h2.subseccio-title {
  color: #C8E4DC;
}
.coneixement .content h3.box-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #C8E4DC;
  margin-bottom: 0.5rem;
}
.coneixement .content h3.box-title.medium {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  line-height: 1.25;
}
.coneixement .content .box {
  border-top: 1px solid #C8E4DC;
}
.coneixement .content .box .box-title {
  color: #C8E4DC;
}
.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 #C8E4DC;
  }
  .coneixement .content .box .flex > div {
    width: 65%;
  }
  .coneixement .content .box .flex > div:last-child {
    width: 35%;
  }
}
.coneixement .content .box.mbl-noborder {
  border: none !important;
}
@media (min-width: 768px) {
  .coneixement .content .box.mbl-noborder {
    border: 1px solid #C8E4DC !important;
  }
}
.coneixement .content p {
  color: #C8E4DC;
  margin-left: 0;
}
.coneixement .content .numbers {
  margin-left: 0;
}
.coneixement .content .numbers li {
  width: 100%;
}
.coneixement .content .numbers li span {
  font-size: 36px;
  font-size: 3.6rem;
  color: #C8E4DC;
}
.coneixement .content .numbers li p {
  color: #C8E4DC;
}
.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: #ffffff;
  border-radius: 50%;
}
.coneixement .content .numbers li.llegenda.item-one::before {
  background-color: #027F9A;
}
.coneixement .content .numbers li.llegenda.item-two::before {
  background-color: #ffffff;
}
.coneixement .content .numbers li.llegenda.item-three::before {
  background-color: #B5C570;
}
@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: -0.5rem;
    left: 0rem;
    width: 6.5rem;
    height: 0.1rem;
    background: #C8E4DC;
  }
  .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: #027f9a;
  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: #20a598;
}
.coneixement .pie-wrap.pie-wrap2 .slice-wrap:before {
  content: " ";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #c8e4dc;
  box-sizing: border-box;
  clip: rect(0, 125px, 250px, 0);
  background-color: #c8e4dc;
  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 {
  /* webkit seems buggy with zero*/
  transform: rotate(0.00001deg);
  -webkit-animation: 1s spin2 linear 1s forwards;
  animation: 1s spin2 linear 1s forwards;
}
@-webkit-keyframes spin {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(60deg);
  }
}
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(60deg);
  }
}
.coneixement ul.llegendas li.llegenda:nth-child(1)::before {
  background-color: #C8E4DC !important;
}
.coneixement ul.llegendas li.llegenda:nth-child(2)::before {
  background-color: #027F9A !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 #ffffff;
  box-sizing: border-box;
  clip: rect(0, 125px, 250px, 0);
  background-color: #ffffff;
  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: #C8E4DC;
  top: -0.5rem;
  left: 0;
}
.coneixement .recerca .flex .box.projectes-estudis {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .coneixement .recerca .flex .box.projectes-estudis {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .coneixement .recerca .flex .box.projectes-estudis .box-title {
    width: 100%;
  }
  .coneixement .recerca .flex .box.projectes-estudis .numbers,
.coneixement .recerca .flex .box.projectes-estudis .img-responsive,
.coneixement .recerca .flex .box.projectes-estudis .llegendas {
    width: 50%;
  }
  .coneixement .recerca .flex .box.projectes-estudis .numbers {
    height: 8rem;
  }
  .coneixement .recerca .flex .box.projectes-estudis .img-responsive {
    margin: -1.5rem 0 0 5%;
    max-width: 28rem;
  }
  .coneixement .recerca .flex .box.projectes-estudis .llegendas {
    margin-top: -18rem;
  }
}
@media (min-width: 1024px) {
  .coneixement .recerca .flex .box.projectes-estudis .numbers,
.coneixement .recerca .flex .box.projectes-estudis .img-responsive,
.coneixement .recerca .flex .box.projectes-estudis .llegendas {
    width: 60%;
  }
  .coneixement .recerca .flex .box.projectes-estudis .img-responsive {
    margin: -1.5rem 0 0 2.5%;
  }
}
.coneixement .recerca .flex div {
  width: 100%;
}
.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: bold;
}
.coneixement .recerca ul.llegendas li.llegenda:nth-child(1)::before {
  top: 1.5rem;
  background-color: #027F9A !important;
}
.coneixement .recerca ul.llegendas li.llegenda:nth-child(2)::before {
  top: 1.5rem;
  background-color: #E7A361 !important;
}
.coneixement .recerca ul.llegendas li.llegenda:nth-child(3)::before {
  top: 1.5rem;
  background-color: #B5C570 !important;
}
.coneixement .recerca ul.llegendas li.llegenda:nth-child(4)::before {
  top: 1.5rem;
  background-color: #C8E4DC !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: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .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: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.coneixement a.ico-download {
  color: #C8E4DC;
}
.coneixement .text-apertura p {
  width: 100%;
}
@media (min-width: 768px) {
  .coneixement .text-apertura p {
    margin: 12rem 0 0 0;
    padding-right: 4rem;
    width: 40rem;
  }
  .coneixement .text-apertura .img-circle {
    width: 40rem !important;
    height: 38rem !important;
    margin: 4rem auto 4rem 6rem;
  }
}

.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: #ffffff;
}
.responsabilitat-social .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) {
  .responsabilitat-social .open-image {
    height: 65vh;
    background: url("../img/T_apertura-06.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .responsabilitat-social .open-image {
    height: 76vh;
    background: url("../img/D_apertura-06.jpg") no-repeat center center;
    background-size: cover;
  }
}
.responsabilitat-social .bg-color {
  background: #489fc3;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #489fc3), color-stop(100%, #768ab6));
  background: linear-gradient(45deg, #489fc3 0%, #768ab6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#489FC3", endColorstr="#768AB6", GradientType=1 );
}
.responsabilitat-social .section-header {
  color: #C3DBDF;
  border-bottom: 1px solid #CDE1F2;
}
.responsabilitat-social .section-header span {
  color: #CDE1F2;
}
.responsabilitat-social .section-header h1.section-title {
  color: #CDE1F2;
}
.responsabilitat-social hr {
  background-color: #CDE1F2;
}
.responsabilitat-social .content h2.subseccio-title {
  color: #CDE1F2;
}
.responsabilitat-social .content h3.box-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #CDE1F2;
  margin-bottom: 0.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 .box {
  border-top: 1px solid #CDE1F2;
}
.responsabilitat-social .content .box .box-title {
  color: #CDE1F2;
}
.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 #CDE1F2;
  }
  .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: none !important;
}
@media (min-width: 768px) {
  .responsabilitat-social .content .box.mbl-noborder {
    border: 1px solid #CDE1F2 !important;
  }
}
.responsabilitat-social .content p {
  color: #CDE1F2;
  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: #CDE1F2;
}
.responsabilitat-social .content .numbers li p {
  color: #CDE1F2;
}
.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: -0.5rem;
    left: 0rem;
    width: 6.5rem;
    height: 0.1rem;
    background: #CDE1F2;
  }
  .responsabilitat-social .content .numbers li {
    width: 25%;
  }
}
.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 #CDE1F2;
  box-sizing: border-box;
  clip: rect(0, 125px, 250px, 0);
  background-color: #CDE1F2;
  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 #ffffff;
  box-sizing: border-box;
  clip: rect(0, 125px, 250px, 0);
  background-color: #ffffff;
  transform: rotate(70deg);
}
.responsabilitat-social ul.llegendas li.llegenda:nth-child(1)::before {
  background-color: #C8E4DC !important;
}
.responsabilitat-social ul.llegendas li.llegenda:nth-child(2)::before {
  background-color: #027F9A !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 #ffffff;
  box-sizing: border-box;
  clip: rect(0, 125px, 250px, 0);
  background-color: #ffffff;
  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(0px, 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: 100%;
  }
  .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: 50%;
  }
  .responsabilitat-social .recerca .flex .box.projectes-estudis .numbers {
    height: 8rem;
  }
  .responsabilitat-social .recerca .flex .box.projectes-estudis .img-responsive {
    margin: -1.5rem 0 0 5%;
    max-width: 28rem;
  }
  .responsabilitat-social .recerca .flex .box.projectes-estudis .llegendas {
    margin-top: -18rem;
  }
}
@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: bold;
}
.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: #E7A361 !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: 18px;
    font-size: 1.8rem;
    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: #CDE1F2;
}
.responsabilitat-social .text-apertura p {
  width: 100%;
  color: #CDE1F2;
}
@media (min-width: 768px) {
  .responsabilitat-social .text-apertura p {
    margin: 10rem 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: #CDE1F2;
  top: -0.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;
  }
}

.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: #ffffff;
}
.actualitat .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) {
  .actualitat .open-image {
    height: 65vh;
    background: url("../img/T_apertura-05.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .actualitat .open-image {
    height: 76vh;
    background: url("../img/D_apertura-05.jpg") no-repeat center center;
    background-size: cover;
  }
}
.actualitat .bg-color {
  background: #c9def1;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #c9def1), color-stop(100%, #eae7f1));
  background: linear-gradient(45deg, #c9def1 0%, #eae7f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#C9DEF1", endColorstr="#EAE7F1", GradientType=1 );
}
.actualitat .section-header {
  color: #C3DBDF;
  border-bottom: 1px solid #43A2CD;
}
.actualitat .section-header span {
  color: #43A2CD;
}
.actualitat .section-header .section-title {
  color: #43A2CD;
}
.actualitat hr {
  background-color: #43A2CD;
}
.actualitat .content h2.subseccio-title {
  color: #43A2CD;
}
.actualitat .content h3.box-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #43A2CD;
  margin-bottom: 0.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 #43A2CD;
}
.actualitat .content .box .box-title {
  color: #43A2CD;
}
.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: #444444;
}
.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 #43A2CD;
  }
  .actualitat .content .box .flex > div {
    width: 65%;
  }
  .actualitat .content .box .flex > div:last-child {
    width: 35%;
  }
}
.actualitat .content .box.mbl-noborder {
  border: none !important;
}
@media (min-width: 768px) {
  .actualitat .content .box.mbl-noborder {
    border: 1px solid #43A2CD !important;
  }
}
.actualitat .content .box.no-margin-top {
  margin-top: 0;
}
.actualitat .content p {
  color: #444444;
  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: #43A2CD;
}
.actualitat .content .numbers li p {
  color: #444444;
}
.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: -0.5rem;
    left: 0rem;
    width: 6.5rem;
    height: 0.1rem;
    background: #C8E4DC;
  }
}
.actualitat a.ico-download {
  color: #C8E4DC;
}

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: -0.5rem;
  top: -4rem;
  width: 6rem;
  height: 6rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #43A2CD;
  text-align: center;
  line-height: 1.4;
  text-align: center;
  color: #43A2CD;
  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: #027F9A;
}
ul.bar-graph li.bar p {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: left;
  line-height: 1;
  z-index: 20;
  color: #ffffff;
  font-weight: bold;
  transform: rotate(-90deg);
}
ul.bar-graph li.bar time {
  position: absolute;
  bottom: -2rem;
  left: 0.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: #43A2CD;
}
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;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes progressBar {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBarH {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBarH {
  0% {
    width: 0;
  }
  100% {
    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: #00B3AE;
}
.one-bar-graf .flex div:nth-child(2) {
  background-color: #43A2CD;
}
.one-bar-graf .flex div:nth-child(3) {
  background-color: #B5C570;
}
.one-bar-graf .flex div:nth-child(4) {
  background-color: #444444;
}
.one-bar-graf .flex div:nth-child(5) {
  background-color: #E7A361;
}
.one-bar-graf .flex div:nth-child(6) {
  background-color: #C3DBDF;
}
.one-bar-graf .numbers li.llegenda:nth-child(1)::before {
  background-color: #00B3AE !important;
}
.one-bar-graf .numbers li.llegenda:nth-child(2)::before {
  background-color: #444444 !important;
}
.one-bar-graf .numbers li.llegenda:nth-child(3)::before {
  background-color: #43A2CD !important;
}
.one-bar-graf .numbers li.llegenda:nth-child(4)::before {
  background-color: #E7A361 !important;
}
.one-bar-graf .numbers li.llegenda:nth-child(5)::before {
  background-color: #B5C570 !important;
}
.one-bar-graf .numbers li.llegenda:nth-child(6)::before {
  background-color: #C3DBDF !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: 0rem;
  top: 0.35rem;
  background: #ffffff;
}
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 -0.5rem 0 !important;
}

.site-footer {
  padding: 4rem 2rem;
  background: #023374;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #023374), color-stop(100%, #262626));
  background: linear-gradient(45deg, #023374 0%, #262626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#023374", endColorstr="#262626", GradientType=1 );
  color: #ffffff;
}
.site-footer a {
  color: #ffffff;
}
.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;
  }
}
@media (min-width: 1024px) {
  .site-footer {
    display: flex;
    flex-direction: row;
  }
  .site-footer .footer-content {
    padding-top: 2rem;
  }
}

/*# sourceMappingURL=estils.css.map */