/*.container {
    max-width: 1440px !important; 
    width: 100%;
}

.container, 
.container-fluid {
    max-width: 1440px !important;
}
*/

/*.container-xxl {
  max-width: 100% !important;
  width: 1570px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 10px;
}
div.header-wrap.d-flex.align-items-center.justify-content-between.collapse-static div.navbar-brand.logo-image a span.d-light img.logo-img {
    width: 211px;;
}

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 54px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 0px 7px;
}

.t4-topbar {
    padding-top: 0px;
    padding-bottom:  0px;;
}


div.page-subheader.clearfix {
    margin: 0;
  overflow: hidden;
  padding-bottom: 15px;
}

 h1.page-subtitle  {
border-bottom: 1px solid #eee;
 }

  div.page-header h1 {
    background: #f5781e;
  }

 h1.page-subtitle span.subheading-category:after {
content: '';
  height: 20px;
  width: 8px;
  position: absolute;
  left: 0;
  top: -2px;
}
 
 div.module-ct div.custom a#btn-1549026438662.sppb-btn.sppb-btn-custom.sppb-btn-rounded {
    background-color: #f5781e;
  color: #FFFFFF;
  padding: 20px 10px 20px 10px;
  font-size: 18px;
}

.sppb-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  transition: all .15s ease-in-out;
}

.subheading-category {
    position: relative;
    padding-left: 14px; /* espai per al quadradet */
}


.subheading-category::before
 {
    content: "";
    width: 8px;
    height: 36px;
    background: #f5781e;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.rep-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  flex-wrap: wrap; /* per si en mòbil no hi cap en una línia */
   text-align: center;
    justify-content: center;
}

.rep-header h2,
.rep-header h3 {
  margin: 0;
}

.rep-header h2 {
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
}

/* barra taronja */
.rep-header h2::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #f5781e;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.rep-header h3 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 768px) {
  .rep-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}


/* Treure el centre i fer estil igual als altres headings */
.section-heading {
    text-align: left !important;
    margin-left: 0 !important;
}

.section-heading h3 {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
    margin: 0;
}

/* Barra taronja */
.section-heading h3::before {
    content: "";
    width: 6px;
    height: 100%;
    background: #f5781e;
    position: absolute;
    left: 0;
    top: 0;
}