@charset "UTF-8";
/* fonts */
/* colors */
/* blau principal */
/* blau secundari */ /*unificat amb #004374 perquè són massa semblats*/
/* unificat amb #AFE1F5 perquè són massa semblants */
/* s'unifica a blue-main-menu #459EDA; */ /* unificat amb #439FD9 i #439ED9 perquè són pràcticament idèntics */
/* eliminats 2 darreres xifres de transparència per al cas table__classic */
/* aquest blau no té cap sentit perquè no és de la mateixa gamma #001470; */
/* mirem d'unificar tot al blau del header user #164168; */ /*unificat amb #17436A perquè són massa semblats*/
/*unificat amb  #06090b perquè són massa semblants */
/*unificat amb #f7f7f7*/
/* unificat amb #edeef0; perquè són molt semblants */
/*unificat amb #ddd i amb #d1d1d1 perquè són massa semblants*/
/*unificat amb #555555 perquè són massa semblants*/
/* paddings and widths*/
.color-light {
  background: #e0f4ff;
}

.color-mid {
  background: #86d3ff;
}

.color-dark {
  background: #009fdf;
}

.tl-pa ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step-counter;
}
.tl-pa .btn-welcome {
  padding: 15px 50px 15px 20px;
  border: 2px solid #009fdf;
  background-color: #009fdf;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
  position: relative;
}
.tl-pa .btn-welcome.btn-welcome[href]:hover {
  background-color: #ffffff;
  color: #009fdf;
}
.tl-pa .tl-pa-main-n3 {
  margin-top: 10px;
}
.tl-pa .tl-pa-main-n3 > li {
  font-size: 1.4rem;
  font-weight: 300;
  width: max-content;
}
.tl-pa .tl-pa-main-n3 > li + li {
  margin-top: 5px;
}
.tl-pa .tl-pa-main {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  align-items: stretch;
  text-align: left;
}
.tl-pa .tl-pa-main::before {
  content: "";
  height: calc(100% - 80px);
  border-left: 1px dashed #999;
  position: absolute;
  top: 10px;
  left: 18px;
}
.tl-pa .tl-pa-main > li {
  padding-top: 0;
  padding-left: 50px;
  position: relative;
}
.tl-pa .tl-pa-main > li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #009fdf;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.tl-pa .tl-pa-main > li:last-child {
  padding-top: 0;
  padding-left: 0;
}
.tl-pa .tl-pa-main > li:last-child::before {
  content: none;
}
.tl-pa .tl-pa-main > li:last-child .btn-welcome + .tl-pa-item-title {
  margin-top: 15px;
}
.tl-pa .tl-pa-main .tl-pa-item {
  padding: 10px 0;
}
.tl-pa .tl-pa-main .tl-pa-item-title,
.tl-pa .tl-pa-main a {
  font-size: 1.6rem;
  letter-spacing: -0.36px;
  font-weight: 600;
  color: #1a1a1a;
  display: inline-block;
  margin-bottom: 0px;
}
.tl-pa .tl-pa-main .tl-pa-item-title + p,
.tl-pa .tl-pa-main a + p {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 10px;
}
.tl-pa .tl-pa-main .tl-pa-item-title a,
.tl-pa .tl-pa-main a a {
  text-decoration: underline;
}
.tl-pa .tl-pa-main h4 {
  margin-top: 0em;
}
.tl-pa .tl-pa-main-n2 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  position: relative;
  margin-left: -40px;
  margin-top: 15px;
  padding-left: 0;
}
.tl-pa .tl-pa-main-n2 > li {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  line-height: 1.2em;
  width: max-content;
  color: #1a1a1a;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
.tl-pa .tl-pa-main-n2 > li::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 4px solid #009fdf;
  display: block;
  position: absolute;
  top: 6px;
  left: 1px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: -4px;
}

@media (min-width: 1700px) {
  .tl-pa .btn-welcome {
    padding: 10px 40px 10px 10px;
    font-size: 16px;
  }
  .tl-pa .tl-pa-main {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .tl-pa .tl-pa-main::before {
    top: 16px;
    left: auto;
    width: 100%;
    height: auto;
    border-top: 1px dashed #999;
    border-left: 0;
  }
  .tl-pa .tl-pa-main > li {
    display: flex;
    padding-top: 38px !important;
    padding-right: 10px;
    padding-left: 0;
  }
  .tl-pa .tl-pa-main > li + li {
    margin-top: 0;
  }
  .tl-pa .tl-pa-main > li::before {
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
  }
  .tl-pa .tl-pa-main > li:nth-child(2) .tl-pa-main-n2 > li {
    max-width: 150px !important;
  }
  .tl-pa .tl-pa-main > li:nth-child(2) .tl-pa-main-n2 > li span {
    background: #ffffff;
  }
  .tl-pa .tl-pa-main > li:nth-child(2) .tl-pa-main-n2 > li:after {
    z-index: -1;
  }
  .tl-pa .tl-pa-main > li:nth-child(2) .tl-pa-main-n2 > li:nth-child(1)::after {
    height: 155px !important;
  }
  .tl-pa .tl-pa-main > li:nth-child(2) .tl-pa-main-n2 > li:nth-child(2)::after {
    height: 105px !important;
  }
  .tl-pa .tl-pa-main > li:nth-child(2) .tl-pa-main-n2 > li:nth-child(3)::after {
    height: 25px !important;
  }
  .tl-pa .tl-pa-main > li:nth-child(4) {
    flex-flow: column;
  }
  .tl-pa .tl-pa-main > li:nth-child(4) .tl-pa-item {
    max-width: 200px;
  }
  .tl-pa .tl-pa-main > li:nth-child(4) .tl-pa-item .tl-pa-item-title {
    max-width: 100% !important;
  }
  .tl-pa .tl-pa-main > li:nth-child(5) {
    margin-left: -50px;
  }
  .tl-pa .tl-pa-main > li:nth-child(6) .tl-pa-main-n2 > li {
    padding-top: 80px;
  }
  .tl-pa .tl-pa-main > li:nth-child(6) .tl-pa-main-n2 > li::after {
    height: 65px;
  }
  .tl-pa .tl-pa-main > li:last-child {
    padding-top: 60px !important;
    flex: 0 0 200px;
  }
  .tl-pa .tl-pa-main > li:last-child .btn-welcome {
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    position: absolute;
    top: -5px;
    max-width: 100%;
  }
  .tl-pa .tl-pa-main > li:last-child .btn-welcome + .tl-pa-item-title {
    margin-top: 0;
    font-size: 1.4rem !important;
  }
  .tl-pa .tl-pa-main .tl-pa-item-title,
  .tl-pa .tl-pa-main a {
    font-size: 1.6rem !important;
  }
  .tl-pa .tl-pa-main-n2 {
    margin-left: 20px;
    margin-top: -30px;
    padding-top: 15px;
    justify-content: flex-end;
    flex-flow: column-reverse;
  }
  .tl-pa .tl-pa-main-n2 > li {
    padding-top: 5px;
    position: static;
    font-size: 1.5rem !important;
  }
  .tl-pa .tl-pa-main-n2 > li::after {
    top: 25px !important;
  }
  .tl-pa .tl-pa-main-n2 > li:first-child {
    padding-left: 0px;
  }
  .tl-pa .tl-pa-main-n2 > li:first-child::after {
    height: 110px;
  }
  .tl-pa .tl-pa-main-n2 > li:last-child {
    padding-top: 40px;
  }
  .tl-pa .tl-pa-main-n2 > li:nth-child(2) {
    padding-left: 30px;
  }
  .tl-pa .tl-pa-main-n2 > li:nth-child(2)::after {
    height: 70px;
  }
  .tl-pa .tl-pa-main-n2 > li:nth-child(3) {
    padding-left: 60px;
  }
  .tl-pa .tl-pa-main-n2 > li:nth-child(3)::after {
    height: 20px;
  }
  .tl-pa .tl-pa-main-n2 > li::before {
    left: auto;
    top: -3px;
  }
  .tl-pa .tl-pa-main-n2 > li::after {
    content: "";
    border: 1px dashed #999;
    display: block;
    position: absolute;
    top: 30px;
    height: 80px;
    margin-left: 7px;
  }
  .tl-pa .tl-pa-main-n2-vertmd {
    flex-flow: column;
    margin-left: 0;
    padding-top: 22px;
  }
  .tl-pa .tl-pa-main-n2-vertmd > li {
    position: relative;
    padding-left: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px;
  }
  .tl-pa .tl-pa-main-n2-vertmd > li:nth-child(2)::after {
    height: 22px;
  }
  .tl-pa .tl-pa-main-n2-vertmd > li:nth-child(3)::after {
    border: 0;
  }
  .tl-pa .tl-pa-main-n2-vertmd > li::before {
    left: 0;
    top: 11px;
  }
  .tl-pa .tl-pa-main-n2-vertmd > li::after {
    left: 0;
    top: 38px !important;
    height: 80px;
  }
  .master-component .tl-pa .tl-pa-main > li {
    padding-right: 30px;
  }
  .master-component .tl-pa .tl-pa-main > li:nth-child(5) {
    margin-left: -20px;
  }
  .master-component .tl-pa .tl-pa-main-n2 > li:last-child {
    padding-top: 80px !important;
  }
  .master-component .tl-pa .tl-pa-main-n2-vertmd > li::after {
    top: 35px !important;
  }
  .master-component .tl-pa .tl-pa-main-n2-vertmd > li:last-child {
    padding-top: 15px !important;
  }
}
