header {
  /*position: sticky;*/
  top: 0;
  z-index: 20; }

.heading-ds {
  display: flex;
  flex-direction: row;
  padding: .6111111111rem .1666666667rem .6111111111rem .6666666667rem !important;
  border-bottom: 3.5px solid black;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  .heading-ds * {
    min-width: 0; }
  .heading-ds .site-title {
    padding: 0 !important; }
  .heading-ds .tipus_portal {
    display: block;
    border-left: 1px solid #656d72 !important;
    padding-left: 10px;
    margin: 0px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #656d72; }
  .heading-ds .searchLine {
    min-width: 230px;
    padding-left: 16px;
    padding-right: 6px; }
  .heading-ds .site-link {
    list-style: none;
    display: inline;
    margin: 0 !important; }
    .heading-ds .site-link a {
      color: #444; }
      .heading-ds .site-link a:hover {
        color: #999; }
  .heading-ds .custom-dropdown .dropdown-content {
    right: 15px; }

@media (max-width: 767px) {
  .heading-ds .tipus_portal {
    display: none; }
  .heading-ds .site-link {
    display: none; } }
.site-title {
  gap: 0.5em;
  align-items: center; }
  .site-title a {
    display: flex !important;
    height: 70px !important;
    padding-right: 10px !important;
    gap: 12px;
    align-items: center; }
    .site-title a img.logo_ens {
      float: none !important;
      padding-right: 0px !important;
      height: 100% !important;
      min-width: auto !important; }
  .site-title .tipus_ens {
    padding-top: 0 !important; }
  .site-title .tipus_ens_empty {
    display: none !important; }
  .site-title * {
    color: #444;
    font-size: 1.2em; }
    .site-title *.site-name {
      font-weight: 700; }

.site-title-site-name {
  display: flex !important;
  align-items: baseline; }

.language-selector {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  vertical-align: middle;
  min-width: 64px;
  min-height: 48px;
  font-weight: 500;
  letter-spacing: 0.25px;
  box-shadow: none;
  color: #1b2124;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  font-weight: 500 !important;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  padding: 6px 16px; }
  .language-selector span:first-child {
    margin-right: 8px;
    margin-left: -4px; }
  .language-selector span:last-child {
    margin-right: -4px;
    margin-left: 8px; }
  .language-selector span svg.globe-icon {
    font-size: 20px;
    user-select: none;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    padding-left: 8px;
    padding-right: 8px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  .language-selector span svg.dropdown-icon {
    fill: currentcolor;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    text-align: center;
    flex-shrink: 0;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
  opacity: 1;
  transform: none;
  transition: opacity 272ms cubic-bezier(0.4, 0, 0.2, 1), transform 181ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 16px;
  min-height: 16px;
  /*max-height: calc(100% - 32px);*/
  width: 100%;
  box-shadow: none;
  max-width: fit-content;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0px;
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  border-radius: 0px;
  border-color: #1b2124; }

.dropdown-content ul {
  list-style-type: none;
  margin: 0;
  width: calc(100% + 0px);
  position: relative;
  padding: 1rem 0px;
  outline: 0px; }

.dropdown-content ul li {
  background-color: transparent;
  color: #005cd1;
  text-decoration: underline 2px;
  text-underline-offset: 8px;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  margin: 0px;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: inherit;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  min-height: 48px;
  box-sizing: border-box;
  white-space: nowrap;
  background-color: transparent;
  padding: 0.6rem 1rem;
  min-width: 130px;
  border: 2px solid transparent; }

.dropdown-content a {
  color: #1B2124 !important;
  text-align: left; }
  .dropdown-content a.option-selected {
    background-color: transparent;
    color: #005cd1 !important;
    text-decoration: underline 2px;
    text-underline-offset: 8px; }

.dropdown-content a.active,
.dropdown-content a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px; }

.col-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex-gap-2 {
  gap: 2px; }

.flex-gap-4 {
  gap: 4px; }

.flex-gap-6 {
  gap: 6px; }

.flex-gap-8 {
  gap: 8px; }

.flex-gap-10 {
  gap: 10px; }

.flex-gap-12 {
  gap: 12px; }

.flex-gap-14 {
  gap: 14px; }

.flex-gap-16 {
  gap: 16px; }

.flex-gap-18 {
  gap: 18px; }

.flex-gap-20 {
  gap: 20px; }

.flex-gap-22 {
  gap: 22px; }

.flex-gap-24 {
  gap: 24px; }

.flex-gap-26 {
  gap: 26px; }

.flex-gap-28 {
  gap: 28px; }

.flex-gap-30 {
  gap: 30px; }

.flex-gap-32 {
  gap: 32px; }

.flex-gap-34 {
  gap: 34px; }

.flex-gap-36 {
  gap: 36px; }

.flex-gap-38 {
  gap: 38px; }

.flex-gap-40 {
  gap: 40px; }

.fit-content {
  width: fit-content !important; }

.min-w-0 {
  min-width: 0 !important; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  .row > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

.col {
  flex: 1 0 0; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* Global */
/* sm */
@media (min-width: 576px) {
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333%; } }

@media (min-width: 576px) {
  .col-2 {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 576px) {
  .col-3 {
    flex: 0 0 auto;
    width: 25%; } }

@media (min-width: 576px) {
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333%; } }

@media (min-width: 576px) {
  .col-5 {
    flex: 0 0 auto;
    width: 41.66667%; } }

@media (min-width: 576px) {
  .col-6 {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 576px) {
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333%; } }

@media (min-width: 576px) {
  .col-8 {
    flex: 0 0 auto;
    width: 66.66667%; } }

@media (min-width: 576px) {
  .col-9 {
    flex: 0 0 auto;
    width: 75%; } }

@media (min-width: 576px) {
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333%; } }

@media (min-width: 576px) {
  .col-11 {
    flex: 0 0 auto;
    width: 91.66667%; } }

@media (min-width: 576px) {
  .col-12 {
    flex: 0 0 auto;
    width: 100%; } }

/* sm */
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; } }

/* md */
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; } }

/* lg */
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; } }

/* xl */
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; } }

.d-none {
  display: none !important; }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

.justify-content-end {
  justify-content: end !important; }

.justify-content-between {
  justify-content: space-between !important; }

@media (min-width: 768px) {
  .justify-content-end-md {
    justify-content: end !important; } }

@media (max-width: 1200px) {
  .flex-columns-lg {
    flex-direction: column !important; } }
footer {
  background-color: #F5F5F6 !important; }

@media (max-width: 1140px) {
  .footer-ds {
    padding: 1rem 0.88889rem !important; } }

.sponsors {
  height: 32px !important; }

.aoc-logo-prestat {
  height: 72px !important; }

.prestat-container {
  margin-right: 5px !important; }

.localret-logo {
  height: 16px !important; }

.helpers-links {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 40px !important; }

.hr-horizontal {
  border: 1px solid #B1B4B6; }

/********************************/
/**         Variables           */
/********************************/
html {
  font-family: "Inter", sans-serif !important;
  font-size: 18px !important;
  font-weight: normal; }

.font-color-grey {
  color: #656D72 !important; }

.title-xl {
  font-family: "Inter", sans-serif !important;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .0138888889rem;
  line-height: 2.2222222222rem;
  margin-bottom: 0.88889rem; }

@media (min-width: 768px) {
  .title-xl {
    font-size: 2.6666666667rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 2.88889rem; } }
@media (min-width: 992px) {
  .title-xl {
    font-size: 3.1111111111rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 3.77778rem; } }
.title-l {
  font-size: 1.3333333333rem;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1.7777777778rem;
  margin-bottom: 1.33333rem; }

@media (min-width: 768px) {
  .title-l {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 2.22222rem; } }
@media (min-width: 992px) {
  .title-l {
    font-size: 2.6666666667rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 2.88889rem; } }
.title-m {
  font-size: 1.3333333333rem;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1.7777777778rem;
  margin-bottom: 1.33333rem; }

@media (min-width: 768px) {
  .title-m {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 2.22222rem; } }
@media (min-width: 992px) {
  .title-m {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 2.22222rem; } }
.title-s {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1.3333333333rem;
  margin-bottom: 0.44444rem; }

@media (min-width: 768px) {
  .title-s {
    font-size: 1.3333333333rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.77778rem; } }
@media (min-width: 992px) {
  .title-s {
    font-size: 1.3333333333rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.77778rem; } }
.title-xs {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1.3333333333rem;
  margin-bottom: 0.44444rem; }

@media (min-width: 768px) {
  .title-xs {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.33333rem; } }
@media (min-width: 992px) {
  .title-xs {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.33333rem; } }
p,
li,
td {
  color: #656d72; }

p {
  margin: 0;
  margin-bottom: 0.88889rem; }

p.no-margin {
  margin: 0 !important; }

.text-p-24 {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1.55556rem; }

@media (min-width: 768px) {
  .text-p-24 {
    font-size: 1.3333333333rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.55556rem; } }
@media (min-width: 992px) {
  .text-p-24 {
    font-size: 1.3333333333rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.77778rem; } }
.text-p-18 {
  font-size: .8888888889rem;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1.33333rem; }

@media (min-width: 768px) {
  .text-p-18 {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.55556rem; } }
@media (min-width: 992px) {
  .text-p-18 {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.55556rem; } }
.text-p-16 {
  font-size: .8888888889rem;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1.33333rem; }

@media (min-width: 768px) {
  .text-p-16 {
    font-size: .8888888889rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.33333rem; } }
@media (min-width: 992px) {
  .text-p-16 {
    font-size: .8888888889rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.33333rem; } }
.text-p-14 {
  font-size: .7777777778rem;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1.11111rem; }

@media (min-width: 768px) {
  .text-p-14 {
    font-size: .7777777778rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.11111rem; } }
@media (min-width: 992px) {
  .text-p-14 {
    font-size: .7777777778rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1.11111rem; } }
.text-p-12 {
  font-size: .6666666667rem;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  letter-spacing: .0138888889rem;
  line-height: 1rem; }

@media (min-width: 768px) {
  .text-p-12 {
    font-size: .6666666667rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1rem; } }
@media (min-width: 992px) {
  .text-p-12 {
    font-size: .6666666667rem;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    letter-spacing: .0138888889rem;
    line-height: 1rem; } }
.p-semibold, footer .title-webmap a {
  font-weight: 600 !important; }

.p-dark {
  color: #1b2124; }

.p-grey {
  color: #656d72; }

.p-white {
  color: white; }

.p-light-white {
  color: #ffffb8; }

.p-error {
  color: #da0250; }

.p-spacing {
  letter-spacing: 0.02222rem; }

.p-spacing-lg {
  letter-spacing: 0.02778rem; }

.p-spacing-xl {
  letter-spacing: 0.08333rem; }

.link-grey {
  color: #656D72 !important; }

a.no-underline, footer .child-pages a {
  text-decoration: none !important; }

a.no-underline:hover, footer .child-pages a:hover {
  color: #1B2124 !important;
  text-decoration: underline !important; }

a.lg-no-underline {
  text-decoration: underline; }

@media (min-width: 992px) {
  a.lg-no-underline {
    text-decoration: none; } }
a.lg-no-underline:hover {
  color: #1B2124;
  text-decoration: underline; }

a.never-underline {
  text-decoration: none; }

a.never-underline:hover {
  text-decoration: none; }

.page_principal .accessdirecte_element {
  text-align: left; }
  .page_principal .accessdirecte_element .accessdirecte_icona .fa {
    color: white;
    background-color: #005CD2;
    border-radius: 100px;
    text-align: center;
    width: 48px;
    height: 48px;
    align-content: center;
    font-size: 1rem; }

/* @import "design-system/bootstrap-grid"; */
body {
  background-color: #FFFFFF !important; }

.indicador-dades-element {
  padding: 0.5rem 0; }

.cf-turnstile {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999; }