@charset "UTF-8";
h1.title-establiment-bp,
h2.subtitle-establiment-bp,
p.subtitle-establiment-bp {
  font-family: "Roboto Slab" !important;
  font-weight: 700 !important;
  text-align: left !important;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

h1.title-establiment-bp {
  font-size: 26px !important;
  line-height: 46px !important;
  color: #1A1A1A !important;
}

h2.subtitle-establiment-bp {
  font-size: 26px !important;
  line-height: 38px !important;
  color: #484848 !important;
  margin: 0 !important;
}

p.subtitle-establiment-bp {
  font-size: 20px !important;
  line-height: 38px !important;
  color: #484848 !important;
  margin: 0 !important;
}

p.bp-body.bp-text-size--cos-subtitol {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2A2A2A;
  margin-top: 16px;
}

.title-subtitle-establient-bp {
  margin-top: 64px;
  /* Per defecte: Desktop */
}

@media (max-width: 1024px) {
  .title-subtitle-establient-bp {
    margin-top: 40px;
    /* Tablet */
  }
}
@media (max-width: 768px) {
  .title-subtitle-establient-bp {
    margin-top: 32px;
    /* Mòbil */
  }
}