@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&display=swap");
/* Mixins comuns */
body {
  color: #222;
  /* Elements HTML comuns */
  /* Vistes generals */
  /* Vistes personalitzades */
}
body .site_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  z-index: 99;
}
body .site_header #container-site_header {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
body .site_header #container-site_header #widget_info-contacte {
  position: absolute;
}
body .site_header #container-site_header #widget_info-contacte .contact-info > a {
  color: #454545;
  font-weight: 300;
  transition: color 0.2s ease-in-out;
}
body .site_header #container-site_header #widget_info-contacte .contact-info > a i {
  margin-right: 5px;
}
body .site_header #container-site_header #widget_info-contacte .contact-info > a:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #222;
}
body .site_header #container-site_header #widget_info-contacte .contact-info > a:hover, body .site_header #container-site_header #widget_info-contacte .contact-info > a:focus, body .site_header #container-site_header #widget_info-contacte .contact-info > a:active {
  color: #AA0034;
}
body .site_header #container-site_header .widget_socialIcons, body .site_header #container-site_header .widget_languages {
  position: absolute;
}
body .site_header #container-site_header .widget_languages .languages-widget {
  padding: 0;
}
@media (max-width: 768px) {
  body .site_header {
    display: none;
  }
}
@media (max-width: 991px) {
  body .site_header .widget_socialIcons {
    display: none;
  }
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li > a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.1em 0.8em;
}
@media (min-width: 769px) and (max-width: 1440px) {
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li > a {
    font-size: 14px;
  }
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li > a, body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li.active > a {
  color: #fff !important;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li .dropdown-menu {
  border: 0;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li .dropdown-menu > li > a {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li .dropdown-menu > li > a::after {
  position: relative;
  left: 8px;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
  border-top: none;
}
body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li .dropdown-menu > li.active > a, body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li .dropdown-menu > li:hover > a, body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li .dropdown-menu > li:focus > a, body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li .dropdown-menu > li:active > a {
  color: #AA0034 !important;
}
@media (min-width: 769px) {
  body > header {
    margin-top: 48px;
  }
  body > header .header-left .logo > a img, body > header .header-left .inverted_logo > a img {
    margin: 0;
  }
  body > header .header-left .logo {
    display: none;
  }
  body > header .header-left .inverted_logo {
    display: block;
  }
  body > header .header-right .main_menu {
    padding: 0;
  }
  body > header .header-right .main_menu > ul > li > a .title {
    position: relative;
  }
  body > header .header-right .main_menu > ul > li > a .title::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 0px);
    height: 100%;
    bottom: -2px;
    left: 0px;
    background-image: linear-gradient(#eaeaea, #eaeaea);
    background-position: 0 98%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size 0.4s ease-in-out;
  }
  body > header .header-right .main_menu > ul > li.active > a .title::after, body > header .header-right .main_menu > ul > li:hover > a .title::after, body > header .header-right .main_menu > ul > li:focus > a .title::after, body > header .header-right .main_menu > ul > li:active > a .title::after {
    background-size: 100% 2px !important;
  }
  body > header .header-right .main_menu > ul > li:nth-last-child(2) > a {
    background-color: #222 !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 0.5em 1em !important;
    transition: 0.4s ease-in-out;
  }
  body > header .header-right .main_menu > ul > li:nth-last-child(2) > a:hover, body > header .header-right .main_menu > ul > li:nth-last-child(2) > a:focus, body > header .header-right .main_menu > ul > li:nth-last-child(2) > a:active {
    color: #fff !important;
  }
  body > header .header-right .main_menu > ul > li .dropdown-menu {
    padding: 10px 0;
  }
  body > header .header-right .main_menu > ul > li .dropdown-menu li {
    padding: 0 15px;
  }
  body > header .header-right .main_menu > ul > li .dropdown-menu li > .dropdown-menu {
    margin-left: 0;
  }
  body > header .header-right .navbar-right {
    display: none !important;
  }
  body > header.header-small {
    background-color: rgba(17, 17, 17, 0.8666666667) !important;
  }
  body > header.header-small .header-right, body > header.header-small .header-left {
    height: 60px;
  }
  body > header.header-small .header-left .logo {
    display: block;
  }
  body > header.header-small .header-left .logo > a {
    height: 60px;
  }
  body > header.header-small .header-left .inverted_logo {
    display: none;
  }
  body > header.header-small .header-right .navbar {
    display: flex;
    align-items: center;
  }
  body > header.header-small .header-right .navbar .main_menu > ul > li > a .title {
    position: relative;
  }
  body > header.header-small .header-right .navbar .main_menu > ul > li > a .title::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 0px);
    height: 100%;
    bottom: -2px;
    left: 0px;
    background-image: linear-gradient(#AA0034, #AA0034);
    background-position: 0 98%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size 0.4s ease-in-out;
  }
  body > header.header-small .header-right .navbar .main_menu > ul > li:nth-last-child(2) > a {
    background-color: #AA0034 !important;
    line-height: 1em;
  }
  body > header.header-small .header-right .navbar .main_menu > ul > li:nth-last-child(2) > a .title {
    position: relative;
  }
  body > header.header-small .header-right .navbar .main_menu > ul > li:nth-last-child(2) > a .title::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 0px);
    height: 100%;
    bottom: -2px;
    left: 0px;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 98%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size 0.4s ease-in-out;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  body > header .header-left {
    width: 25%;
  }
  body > header .header-left .logo {
    display: none !important;
  }
  body > header .header-left .inverted_logo {
    display: block !important;
  }
  body > header .header-left .inverted_logo > a {
    height: auto;
  }
  body > header .header-right {
    align-items: start;
    width: 75%;
  }
}
@media (max-width: 768px) {
  body > header {
    background-color: #fafafa !important;
    border-bottom: 2px solid #AA0034;
    box-shadow: 0 2px 8px #222 !important;
  }
  body > header .header-right .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #454545;
  }
  body > header .header-right .navbar .navbar-collapse {
    margin-top: -5px;
    background-color: #fafafa;
    box-shadow: 0 2px 8px #222;
    border: none;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li.active > a, body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li li.active > a {
    color: #AA0034 !important;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li a {
    padding: 10px 30px;
    color: #454545 !important;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li > .depth_1 {
    background-color: #eaeaea;
    padding: 10px 35px;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li > .depth_1 a::after {
    border-left-color: #222;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal > li > .depth_1 .depth_2 {
    background-color: #ccc;
    padding: 10px 55px;
    margin: 0 -35px;
  }
  body > header .header-right .navbar.navbar-right .languages-list > li {
    text-transform: uppercase;
    cursor: default;
    font-size: 18px;
    border: none !important;
    margin-bottom: 0;
    color: #454545;
  }
  body > header .header-right .navbar.navbar-right .languages-list > li, body > header .header-right .navbar.navbar-right .languages-list > li > a {
    font-size: 18px;
  }
  body > header .header-right .navbar.navbar-right .languages-list > li.active {
    font-weight: 500;
  }
  body > header .header-right .navbar.navbar-right .languages-list > li:hover > a, body > header .header-right .navbar.navbar-right .languages-list > li:focus > a, body > header .header-right .navbar.navbar-right .languages-list > li:active > a {
    color: #AA0034 !important;
  }
  body > header .header-right .navbar.navbar-right .languages-list > li > a {
    color: #454545 !important;
    display: inline-block;
    transition: 0.2s ease-in-out;
    backface-visibility: hidden;
  }
  body > header .header-right .navbar.navbar-right .languages-list .divider {
    color: #454545 !important;
    margin: 0 10px;
  }
  body > header .header-right .navbar.navbar-right .languages-list {
    display: flex;
    justify-content: center;
  }
  body > header .header-right .navbar.navbar-right .languages-list > li > a {
    position: relative;
    bottom: 1px;
  }
  body > header .header-right .navbar.navbar-right .navbar-header .navbar-toggle i {
    color: #454545;
  }
  body > header .header-right .navbar.navbar-right .navbar-header .navbar-toggle i::before {
    content: "\f0ac";
  }
}
@media (max-width: 768px) and (min-width: 321px) {
  body > header .header-left {
    top: -12px;
  }
}
@media (max-width: 768px) {
  body > header .header-left .logo {
    display: none !important;
  }
  body > header .header-left .inverted_logo {
    display: block !important;
  }
  body > header .header-left .inverted_logo > a {
    display: flex;
    justify-content: center;
  }
  body > header .header-left .inverted_logo > a img {
    filter: brightness(0);
    max-height: 55px;
    max-width: 200px;
  }
}
@media (max-width: 320px) {
  body > header .header-right .navbar .navbar-collapse {
    margin-top: 15px;
  }
}
body .composition .page-header, body main .page-header {
  padding-bottom: 0;
  margin-top: 20px;
}
body .composition .page-header h1, body main .page-header h1 {
  color: #454545;
  font-weight: 800;
  text-transform: uppercase;
}
body .composition h2, body main h2 {
  color: #454545;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  body .composition h2, body main h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 340px) {
  body .composition h2, body main h2 {
    word-break: anywhere;
  }
}
@media (max-width: 480px) {
  body .composition h3, body main h3 {
    font-size: 20px !important;
  }
}
body footer .site_footer {
  background-color: #eaeaea;
}
body footer .site_footer .widget_title {
  color: #454545;
}
body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info li > a, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu li > a {
  display: inline-block;
  width: fit-content;
}
@media (max-width: 768px) {
  body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info li > a, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu li > a {
    font-weight: 500;
  }
}
body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info li > a:hover::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info li > a:focus::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info li > a:active::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info li > a > span:hover::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info li > a > span:focus::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info li > a > span:active::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu li > a:hover::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu li > a:focus::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu li > a:active::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu li > a > span:hover::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu li > a > span:focus::after, body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu li > a > span:active::after {
  background-size: 100% 2px !important;
}
body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info a > span {
  position: relative;
}
body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .footer-info a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 0px);
  height: 100%;
  bottom: -2px;
  left: 0px;
  background-image: linear-gradient(#AA0034, #AA0034);
  background-position: 0 98%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  transition: background-size 0.4s ease-in-out;
}
body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu a {
  position: relative;
}
body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div .widget_menu a::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 1px);
  height: 100%;
  bottom: 2px;
  left: 1px;
  background-image: linear-gradient(#AA0034, #AA0034);
  background-position: 0 98%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  transition: background-size 0.4s ease-in-out;
}
@media (min-width: 769px) {
  body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div {
    display: flex;
    justify-content: center;
  }
  body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div:first-child {
    padding: 0;
    justify-content: start;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div:first-child {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div {
    padding: 0;
  }
  body footer .site_footer #widget_footer-1 > .compositionContainer > .widgetsContainer > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
body.pagecategory_view .column .thumbnail, body .widget_pageCategory .column .thumbnail {
  border-radius: 12px !important;
  background-color: #eaeaea !important;
}
body.pagecategory_view .column .thumbnail .photo, body .widget_pageCategory .column .thumbnail .photo {
  border-bottom: 2px solid #fafafa;
}
body.pagecategory_view .column .thumbnail .caption, body .widget_pageCategory .column .thumbnail .caption {
  position: static;
  text-transform: initial;
}
body.pagecategory_view .column .thumbnail .caption, body.pagecategory_view .column .thumbnail .caption > *, body .widget_pageCategory .column .thumbnail .caption, body .widget_pageCategory .column .thumbnail .caption > * {
  opacity: 1;
}
body.pagecategory_view .column .thumbnail .caption > *, body .widget_pageCategory .column .thumbnail .caption > * {
  transform: none;
  text-align: left;
  color: #222 !important;
  padding: 0;
}
body.pagecategory_view .column .thumbnail .caption h3, body .widget_pageCategory .column .thumbnail .caption h3 {
  font-size: 22px;
  color: #AA0034 !important;
  line-height: 22px;
  height: calc(22px * 2);
  overflow: hidden;
  position: relative;
  overflow: unset;
  margin-bottom: 5px;
  font-weight: 500;
}
body.pagecategory_view .column .thumbnail .caption .preview-text, body .widget_pageCategory .column .thumbnail .caption .preview-text {
  margin-bottom: 30px;
  line-height: 22px;
  height: calc(22px * 5);
  overflow: hidden;
  position: relative;
}
body.pagecategory_view .column .thumbnail .caption .info-button, body .widget_pageCategory .column .thumbnail .caption .info-button {
  display: block;
  text-transform: uppercase;
  min-width: 40%;
  width: fit-content;
}
body.pagecategory_view .column .thumbnail .caption .info-button .btn, body .widget_pageCategory .column .thumbnail .caption .info-button .btn {
  width: 100%;
  font-weight: 500;
  transition: 0.4s ease;
  font-size: 16px;
  padding: 5px 10px;
  background-color: #AA0034;
  border: none;
  border-radius: 50px;
}
body.pagecategory_view .column .thumbnail .caption .info-button .btn, body.pagecategory_view .column .thumbnail .caption .info-button .btn > i, body .widget_pageCategory .column .thumbnail .caption .info-button .btn, body .widget_pageCategory .column .thumbnail .caption .info-button .btn > i {
  color: #fff !important;
}
body.pagecategory_view .column .thumbnail .caption .info-button .btn:hover, body.pagecategory_view .column .thumbnail .caption .info-button .btn:focus, body.pagecategory_view .column .thumbnail .caption .info-button .btn:active, body .widget_pageCategory .column .thumbnail .caption .info-button .btn:hover, body .widget_pageCategory .column .thumbnail .caption .info-button .btn:focus, body .widget_pageCategory .column .thumbnail .caption .info-button .btn:active {
  background-color: #454545 !important;
}
body.pagecategory_view .column .thumbnail .caption::before, body.pagecategory_view .column .thumbnail .caption::after, body .widget_pageCategory .column .thumbnail .caption::before, body .widget_pageCategory .column .thumbnail .caption::after {
  content: unset;
}
body.pagecategory_view .column .thumbnail:hover, body.pagecategory_view .column .thumbnail:focus, body.pagecategory_view .column .thumbnail:active, body .widget_pageCategory .column .thumbnail:hover, body .widget_pageCategory .column .thumbnail:focus, body .widget_pageCategory .column .thumbnail:active {
  box-shadow: 0 0 2px #454545;
}
body.pagecategory_view .column .thumbnail:hover .info-button > .btn, body.pagecategory_view .column .thumbnail:focus .info-button > .btn, body.pagecategory_view .column .thumbnail:active .info-button > .btn, body .widget_pageCategory .column .thumbnail:hover .info-button > .btn, body .widget_pageCategory .column .thumbnail:focus .info-button > .btn, body .widget_pageCategory .column .thumbnail:active .info-button > .btn {
  background-color: #454545;
}
body.pagecategory_view .column .thumbnail:hover .photo img, body.pagecategory_view .column .thumbnail:focus .photo img, body.pagecategory_view .column .thumbnail:active .photo img, body .widget_pageCategory .column .thumbnail:hover .photo img, body .widget_pageCategory .column .thumbnail:focus .photo img, body .widget_pageCategory .column .thumbnail:active .photo img {
  opacity: 1;
}
@media (min-width: 1200px) {
  body.pagecategory_view main > .page-category .pages > .page {
    width: 33.3333333333%;
  }
  body.pagecategory_view main > .page-category .pages > .clearfix.visible-lg-block {
    display: none !important;
  }
}
body.page_view .page-header, body.category_page_view .page-header {
  margin-bottom: 10px;
}
body.agenda_view .date-split .year {
  background-color: #AA0034 !important;
}
body.agenda_view .agenda_events {
  margin-bottom: 50px;
}
body.agenda_view #container-agenda1_innerfooter {
  display: none;
}
body.agenda_event_view .breadcrumb {
  display: none;
}
body.agenda_event_view .main_container > .row main {
  padding-bottom: 0 !important;
}
body.agenda_event_view .event_detailed > .nav-events {
  display: none;
  bottom: 0;
  margin: 0;
}
body.agenda_event_view .event_detailed > .nav-events .btn {
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 7px 14px;
  background-color: #AA0034 !important;
  border: none !important;
  border-radius: 12px !important;
}
body.agenda_event_view .event_detailed > .nav-events .btn, body.agenda_event_view .event_detailed > .nav-events .btn > i {
  color: #fff !important;
}
body.agenda_event_view .event_detailed > .nav-events .btn:hover, body.agenda_event_view .event_detailed > .nav-events .btn:focus, body.agenda_event_view .event_detailed > .nav-events .btn:active {
  background-color: #454545 !important;
}
body.agenda_event_view .event_detailed > .event_image {
  width: 100%;
  margin-top: 5px;
  padding: 0;
  float: unset;
}
body.agenda_event_view .event_detailed > .event_image img {
  border-radius: 12px;
}
body.agenda_event_view .event_detailed > .event_content {
  margin-top: 15px;
  font-weight: 300;
}
body.agenda_event_view .event_detailed > .event_content .btn {
  margin-top: 15px;
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 7px 14px;
  background-color: #AA0034;
  border: none;
  border-radius: 50px;
}
body.agenda_event_view .event_detailed > .event_content .btn, body.agenda_event_view .event_detailed > .event_content .btn > i {
  color: #fff !important;
}
body.agenda_event_view .event_detailed > .event_content .btn:hover, body.agenda_event_view .event_detailed > .event_content .btn:focus, body.agenda_event_view .event_detailed > .event_content .btn:active {
  background-color: #454545 !important;
}
body.agenda_event_view .event_detailed > .event_info {
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  font-weight: 300;
}
body.agenda_event_view .event_detailed > .event_info label {
  font-weight: 600;
}
@media (min-width: 769px) {
  body.agenda_event_view .event_detailed {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-areas: "Imatge Camps" "Imatge Text";
  }
  body.agenda_event_view .event_detailed > .event_content, body.agenda_event_view .event_detailed > .event_info {
    padding: 0 0 0 30px;
  }
  body.agenda_event_view .event_detailed > .event_image {
    grid-area: Imatge;
  }
  body.agenda_event_view .event_detailed > .event_content {
    grid-area: Text;
  }
  body.agenda_event_view .event_detailed > .event_info {
    grid-area: Camps;
  }
}
body.agenda_event_view .event_detailed > .clearfix {
  display: none;
}
body.category_post_view .blog-post article header .post-meta .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
}
body.category_post_view .blog-post article header .post-meta .categories a {
  margin-right: 0;
  border-radius: 50px;
  background-color: #AA0034;
  border: none;
}
body.category_post_view .blog-post article .post-image img {
  border-radius: 12px;
}
@media (min-width: 769px) {
  body.category_post_view .blog-post article .post-image img {
    max-width: 60%;
  }
}
body.category_post_view .blog-post article .socialShares a {
  border: none;
}
body.category_post_view .blog-post .nav-posts .btn {
  height: fit-content;
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 7px 14px;
  background-color: #AA0034;
  border: none;
  border-radius: 12px;
}
body.category_post_view .blog-post .nav-posts .btn, body.category_post_view .blog-post .nav-posts .btn > i {
  color: #fff !important;
}
body.category_post_view .blog-post .nav-posts .btn:hover, body.category_post_view .blog-post .nav-posts .btn:focus, body.category_post_view .blog-post .nav-posts .btn:active {
  background-color: #454545 !important;
}
body.blog_view .dp-card .dp-preview-content, body.blog_view .dp-card .dp-date, body.agenda_view .dp-card .dp-preview-content, body.agenda_view .dp-card .dp-date {
  font-weight: 300;
}
body.blog_view .dp-card .dp-date, body.agenda_view .dp-card .dp-date {
  color: #AA0034;
}
body.blog_view .dp-card h3, body.agenda_view .dp-card h3 {
  transition: 0.3s ease-in-out;
  font-size: 24px;
  font-weight: 400;
}
body.blog_view .dp-card a, body.agenda_view .dp-card a {
  left: 2rem;
  right: unset;
}
body.blog_view .dp-card a button, body.agenda_view .dp-card a button {
  border-radius: 50px;
  background-color: #AA0034;
  font-size: 1rem;
  padding: 4px 14px;
}
body.blog_view .dp-card:hover, body.blog_view .dp-card:focus, body.blog_view .dp-card:active, body.agenda_view .dp-card:hover, body.agenda_view .dp-card:focus, body.agenda_view .dp-card:active {
  box-shadow: 0 0 2px #454545;
}
body.blog_view .dp-card .dp-main-category {
  font-weight: 400;
}
body.blog_view .dp-card .dp-categories {
  display: none;
}
body.blog_view .dp-card .dp-post-subtitle {
  display: none;
}
body.blog_view .MuiTabs-list > button:last-child {
  display: none;
}
body.agenda_view .dp-card .dp-calendars {
  display: none;
}
body.agenda_view .dp-card .dp-date {
  width: 100%;
  text-align: right;
}
body.postcategory_view .paginator:first-child {
  display: none;
}
body.postcategory_view .blog-posts {
  gap: 30px;
}
body.postcategory_view .blog-posts article {
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 30px);
  background-color: #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 0 20px;
  margin: 0;
}
body.postcategory_view .blog-posts article header, body.postcategory_view .blog-posts article .post-content {
  padding: 0 20px;
}
body.postcategory_view .blog-posts article header {
  order: 2;
  display: flex;
  flex-direction: column;
}
body.postcategory_view .blog-posts article header > h2 {
  order: 2;
}
body.postcategory_view .blog-posts article header > h2, body.postcategory_view .blog-posts article header > h2 > * {
  transition: 0.3s ease-in-out;
}
body.postcategory_view .blog-posts article header > .post-meta {
  order: 1;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
body.postcategory_view .blog-posts article header > .post-meta .categories a:not(:first-child) {
  display: none;
}
body.postcategory_view .blog-posts article header > .post-meta .date {
  color: #AA0034;
}
body.postcategory_view .blog-posts article header > .post-meta .date i {
  display: none;
}
body.postcategory_view .blog-posts article .post-image {
  order: 1;
}
body.postcategory_view .blog-posts article .post-content {
  order: 3;
  font-weight: 300;
}
body.postcategory_view .blog-posts article .read-more {
  display: none;
}
body.postcategory_view .blog-posts article:hover, body.postcategory_view .blog-posts article:active, body.postcategory_view .blog-posts article:focus {
  box-shadow: 0 0 2px #454545;
}
body.postcategory_view .blog-posts article:hover header > h2, body.postcategory_view .blog-posts article:active header > h2, body.postcategory_view .blog-posts article:focus header > h2 {
  transform: translateX(5px);
}
body.postcategory_view .blog-posts article:hover header > h2 > a, body.postcategory_view .blog-posts article:active header > h2 > a, body.postcategory_view .blog-posts article:focus header > h2 > a {
  color: #AA0034 !important;
}
body.postcategory_view .blog-posts article:hover .post-image, body.postcategory_view .blog-posts article:active .post-image, body.postcategory_view .blog-posts article:focus .post-image {
  opacity: 1;
}
body.postcategory_view .blog-posts article:hover .post-image img, body.postcategory_view .blog-posts article:active .post-image img, body.postcategory_view .blog-posts article:focus .post-image img {
  transform: none;
}
@media (max-width: 768px) {
  body.postcategory_view .blog-posts article {
    max-width: unset;
  }
}
body.ctext_view.no-carousel > header, body.composition-30.no-carousel > header {
  background-color: rgba(17, 17, 17, 0.8666666667) !important;
}
body.ctext_view .carousel-outercontainer, body.composition-30 .carousel-outercontainer {
  padding-top: 178px;
}
body.ctext_view .breadcrumb, body.composition-30 .breadcrumb {
  display: none;
}
body.contact .main_container > .row > main #contact_text {
  display: none;
}
body.contact .main_container > .row > main .contact-form {
  display: none;
}
body.contact .main_container > .row > main #widget_form {
  background: #eaeaea;
  padding: 50px;
  height: 100%;
  border-radius: 12px;
}
body.contact .main_container > .row > main #widget_form .btn {
  margin-top: 10px;
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 10px 40px;
  background-color: #AA0034;
  border: none;
  border-radius: 50px;
}
body.contact .main_container > .row > main #widget_form .btn, body.contact .main_container > .row > main #widget_form .btn > i {
  color: #fff !important;
}
body.contact .main_container > .row > main #widget_form .btn:hover, body.contact .main_container > .row > main #widget_form .btn:focus, body.contact .main_container > .row > main #widget_form .btn:active {
  background-color: #454545 !important;
}
body.contact .main_container > .row > main .xarxes-container {
  margin-top: 50px;
}
@media (min-width: 769px) {
  body.composition-1 > header {
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
  }
  body.composition-1 .carousel-outercontainer {
    padding-top: 48px;
  }
}
body.composition-1 #container-comp1_background {
  /*             @media(min-width: 1800px) {
                  .widget_pageCategory { width: 80%; }
              } */
}
@media (min-width: 769px) {
  body.composition-1 #container-comp1_background {
    padding-top: 200px !important;
  }
}
@media (min-width: 1200px) {
  body.composition-1 #container-comp1_background .widget_pageCategory .column {
    width: 16.6666666667%;
  }
}
body.composition-1 #container-comp1_background #widget_titol .titol-principal > * {
  color: #f5f5f5;
}
body.composition-1 #container-comp1_background #widget_titol .titol-principal h1 {
  font-size: 75px;
  margin-top: 0;
}
@media (max-width: 769px) {
  body.composition-1 #container-comp1_background #widget_titol .titol-principal h1 {
    font-size: 40px !important;
    font-weight: 400;
  }
}
body.composition-1 #container-comp1_background #widget_titol .titol-principal h2 {
  font-size: 28px;
  font-weight: 300;
}
body.composition-1 #container-comp1_background .widget_pageCategory {
  margin-top: 40px;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail {
  background: #fafafa !important;
  margin: 0;
  padding: 1em !important;
  aspect-ratio: unset;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .photo, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .photo img, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .caption, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .caption h3 {
  transition: 0.2s ease-in-out;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .photo {
  display: block;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .photo img {
  margin: 0 0 6px;
  width: 70px;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .caption {
  position: static;
  padding: 0;
  display: inline-block;
  height: fit-content;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .caption h3 {
  line-height: 1em;
  height: calc(1em * 2);
  overflow: hidden;
  position: relative;
  opacity: 1;
  transform: unset !important;
  font-size: 20px;
  font-weight: 400;
  text-transform: initial;
  color: #454545 !important;
  text-align: left;
}
@media (min-width: 769px) and (max-width: 1440px) {
  body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .caption h3 {
    font-size: 16px;
  }
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .caption::before, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .caption::after {
  content: unset;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .info-button {
  display: none;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:hover .photo, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:focus .photo, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:active .photo {
  transform: translateY(2px);
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:hover .photo img, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:focus .photo img, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:active .photo img {
  opacity: 1;
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:hover .caption, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:focus .caption, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:active .caption {
  transform: translateY(-2px);
}
body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:hover .caption h3, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:focus .caption h3, body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail:active .caption h3 {
  color: #AA0034 !important;
}
@media (max-width: 1199px) {
  body.composition-1 #container-comp1_background .widget_pageCategory .column {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.composition-1 #container-comp1_background .widget_pageCategory .column .thumbnail .caption h3 {
    text-align: center;
  }
}
body.composition-1 #container-comp1_background .widget_pageCategory .clearfix {
  display: none !important;
}
body.composition-1 #container-comp1_proximitat #widget_fes-te-soci-cambra {
  height: 100%;
}
@media (max-width: 768px) {
  body.composition-1 .compositionContainer .widgetsContainer > div:not(:first-child) {
    margin-top: 15px;
  }
}
body.composition-1 #container-comp1_borsa-de-serveis #container-comp8_main > .widgetsContainer > div > .widget_customizableText {
  height: 100%;
}
body.composition-1 #container-comp1_acelera-pyme .compositionContainer > .container {
  max-width: 100%;
}
body.composition-1 #container-comp1_acelera-pyme .tipus-pyme {
  display: flex;
  align-items: end;
  flex-direction: column;
  margin-right: 10%;
}
body.composition-1 #container-comp1_formacions .widget_pageCategory .column .thumbnail .caption h3 {
  max-width: 300px;
}
body.composition-1 #container-comp1_donem-suport .btn {
  background-color: #222;
}
body.composition-1 #container-comp1_donem-suport .btn:hover, body.composition-1 #container-comp1_donem-suport .btn:focus, body.composition-1 #container-comp1_donem-suport .btn:active {
  background-color: #454545 !important;
}
body.pagecategory-2 .main_container h2 {
  margin: 10px 0 0;
  color: #AA0034;
}
body.pagecategory-2 .main_container #container-pagec2_innerfooter .introduccio {
  text-align: left;
  margin: 0;
}
body.pagecategory-2 .main_container .nav-serveis {
  margin-bottom: 65px;
}
body.pagecategory-2 .main_container .titol-home img {
  width: 70px;
  margin: 0;
}
body.pagecategory-2 .main_container .widget_pageCategory .column .thumbnail .caption .preview-text {
  line-height: 21px;
  height: calc(21px * 4);
  overflow: hidden;
  position: relative;
}
body.pagecategory-2 .main_container #container-pagec2_innerfooter > .widget {
  position: relative;
}
body.pagecategory-2 .main_container #container-pagec2_innerfooter > .widget:nth-child(even)::before {
  content: "";
  width: 100vw;
  height: calc(100% + 75px);
  position: absolute;
  background-color: #f5f5f5;
  top: -45px;
  left: -10vw;
  padding: 45px 0 30px;
}
@media (max-width: 1199px) {
  body.pagecategory-2 .main_container #container-pagec2_innerfooter > .widget:nth-child(even)::before {
    left: calc(-15px - 5vw);
  }
}
body.blog-1 .aside-left {
  display: none;
}
body.blog-1 main.col-lg-9 {
  width: 100%;
}
body.pagecategory-6 .page-category, body.page-45 .page-category, body.page-46 .page-category {
  display: none;
}
body.pagecategory-6 .main_container, body.page-45 .main_container, body.page-46 .main_container {
  background-color: transparent;
}
body.pagecategory-6 .main_container > .row main, body.page-45 .main_container > .row main, body.page-46 .main_container > .row main {
  min-height: auto;
  padding-bottom: 0 !important;
}
body.pagecategory-6 [id$=_footer], body.page-45 [id$=_footer], body.page-46 [id$=_footer] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-28 form h3 span {
  display: none;
}
body.page-28 form h3 .pae {
  display: inline-block !important;
}
body.page-35 #container-comp17_fes-te-soci .caixa-centrada p {
  max-width: 600px;
}
body.page-45 .breadcrumb, body.page-46 .breadcrumb {
  margin-bottom: 25px;
}
body.page-45 .page-header, body.page-46 .page-header {
  display: none;
}
body.page-45 .titol-home h1, body.page-46 .titol-home h1 {
  margin-top: 0;
  font-size: 18px;
}
body.page-45 .titol-home h2, body.page-46 .titol-home h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}

/* Widgets i contenidors generals */
.widget_agenda .no-events-msg {
  width: 100%;
  text-align: center;
}
.widget_agenda .agenda_events {
  display: flex;
  flex-wrap: wrap;
}
.widget_agenda .agenda_events .clearfix {
  display: none;
}
.widget_agenda .agenda_events > .event {
  height: fit-content;
}
.widget_agenda .agenda_events > .event > .thumbnail {
  background-color: #eaeaea;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 30px;
  height: 100%;
}
.widget_agenda .agenda_events > .event > .thumbnail > a .photo {
  float: unset;
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 2px solid #fafafa;
}
.widget_agenda .agenda_events > .event > .thumbnail > a .photo img {
  aspect-ratio: 4/3;
}
.widget_agenda .agenda_events > .event > .thumbnail > a .caption {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .widget_agenda .agenda_events > .event > .thumbnail > a .caption {
    min-height: 164px;
  }
}
.widget_agenda .agenda_events > .event > .thumbnail > a .caption > h3 {
  display: block;
  padding: 0 !important;
  margin-bottom: 10px !important;
  font-size: 24px !important;
  line-height: 24px;
  min-height: 48px;
  color: #454545;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.widget_agenda .agenda_events > .event > .thumbnail > a .caption > .event_date {
  color: #AA0034;
}
.widget_agenda .agenda_events > .event > .thumbnail > a .caption > .event_date .date-split {
  display: none !important;
}
.widget_agenda .agenda_events > .event > .thumbnail > a .caption > .event_date .date {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.widget_agenda .agenda_events > .event > .thumbnail:hover, .widget_agenda .agenda_events > .event > .thumbnail:focus, .widget_agenda .agenda_events > .event > .thumbnail:active {
  box-shadow: 0 0 2px #454545;
}
.widget_agenda .agenda_events > .event > .thumbnail:hover .caption > h3, .widget_agenda .agenda_events > .event > .thumbnail:focus .caption > h3, .widget_agenda .agenda_events > .event > .thumbnail:active .caption > h3 {
  color: #AA0034;
  transform: translateX(5px);
}
.widget_agenda .view-all {
  text-align: center;
  width: 100%;
}
.widget_agenda .view-all > .btn {
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 10px 40px;
  background-color: #AA0034;
  border: none;
  border-radius: 50px;
}
.widget_agenda .view-all > .btn, .widget_agenda .view-all > .btn > i {
  color: #fff !important;
}
.widget_agenda .view-all > .btn:hover, .widget_agenda .view-all > .btn:focus, .widget_agenda .view-all > .btn:active {
  background-color: #454545 !important;
}

.widget_recentBlogPosts > .recent-posts.mode-horizontal, .widget_recentBlogPosts > .recent-posts.mode-vertical {
  margin-top: 0;
  margin-bottom: 0;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li, .widget_recentBlogPosts > .recent-posts.mode-vertical > li {
  padding: 0;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a {
  display: flex;
  background: #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  flex-direction: column;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .title, .widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .post-content, .widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .posted-on, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .title, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .post-content, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .posted-on {
  padding: 0 20px;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .subtitle, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .subtitle {
  display: none;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .post-image, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .post-image {
  order: 1;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .post-image img, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .post-image img {
  aspect-ratio: 4/3;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .post-image img:hover, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .post-image img:hover {
  transform: none;
  opacity: 1;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .posted-on, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .posted-on {
  order: 2;
  align-self: flex-end;
  margin: 15px 0 5px;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .posted-on .date, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .posted-on .date {
  font-weight: 300;
  font-size: 16px;
  color: #AA0034;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .posted-on .date i, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .posted-on .date i {
  display: none;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .title, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .title {
  order: 3;
  margin: 5px 0;
  font-size: 24px;
  font-weight: 400;
  color: #454545;
  padding-right: 25px;
  transition: 0.3s ease-in-out;
  line-height: 23px;
  min-height: 48px;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .post-content, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .post-content {
  order: 4;
  display: block;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  height: calc(20px * 3);
  overflow: hidden;
  position: relative;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li > a .post-content::after, .widget_recentBlogPosts > .recent-posts.mode-vertical > li > a .post-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  width: 90%;
  background: linear-gradient(90deg, transparent, #eaeaea);
}
@media (max-width: 1199px) {
  .widget_recentBlogPosts > .recent-posts.mode-horizontal > li:not(:last-child), .widget_recentBlogPosts > .recent-posts.mode-vertical > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li:hover > a, .widget_recentBlogPosts > .recent-posts.mode-horizontal > li:focus > a, .widget_recentBlogPosts > .recent-posts.mode-horizontal > li:active > a, .widget_recentBlogPosts > .recent-posts.mode-vertical > li:hover > a, .widget_recentBlogPosts > .recent-posts.mode-vertical > li:focus > a, .widget_recentBlogPosts > .recent-posts.mode-vertical > li:active > a {
  box-shadow: 0 0 2px #454545;
}
.widget_recentBlogPosts > .recent-posts.mode-horizontal > li:hover > a .title, .widget_recentBlogPosts > .recent-posts.mode-horizontal > li:focus > a .title, .widget_recentBlogPosts > .recent-posts.mode-horizontal > li:active > a .title, .widget_recentBlogPosts > .recent-posts.mode-vertical > li:hover > a .title, .widget_recentBlogPosts > .recent-posts.mode-vertical > li:focus > a .title, .widget_recentBlogPosts > .recent-posts.mode-vertical > li:active > a .title {
  color: #AA0034;
  transform: translateX(5px);
}
.widget_recentBlogPosts .view-all {
  text-align: center;
  margin: 0;
}
.widget_recentBlogPosts .view-all .btn {
  margin-top: 30px;
  text-transform: initial;
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 10px 40px;
  background-color: #AA0034;
  border: none;
  border-radius: 50px;
}
.widget_recentBlogPosts .view-all .btn, .widget_recentBlogPosts .view-all .btn > i {
  color: #fff !important;
}
.widget_recentBlogPosts .view-all .btn:hover, .widget_recentBlogPosts .view-all .btn:focus, .widget_recentBlogPosts .view-all .btn:active {
  background-color: #454545 !important;
}
.widget_recentBlogPosts .view-all .btn::before {
  content: unset;
}

.widget_form {
  background-color: #eaeaea;
  border-radius: 12px;
  padding: 25px 25px 35px;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .widget_form {
    padding: 50px;
  }
}
.widget_form .form-horizontal {
  background: #eaeaea;
  height: 100%;
  border-radius: 12px;
}
.widget_form .form-horizontal .btn {
  margin-top: 10px 0 0;
}
.widget_form .form-horizontal i {
  font-size: 2.5em;
}
.widget_form .form-horizontal h2, .widget_form .form-horizontal h3 {
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 10px;
}
.widget_form .form-horizontal h2 {
  margin-top: 0;
}
.widget_form .form-horizontal .control-label {
  text-align: left;
  font-weight: 600;
}
.widget_form .form-horizontal .radio {
  margin-left: 35px;
}
.widget_form .form-horizontal .form_fields {
  display: flex;
  flex-direction: column;
}
.widget_form .form-horizontal .form_fields .panel-default {
  border: none;
  background: none;
  box-shadow: none;
  margin-bottom: 0;
}
.widget_form .form-horizontal .form_fields .panel-default .panel-heading {
  display: none;
}
.widget_form .form-horizontal .form_fields .panel-default .panel-body {
  padding: 0;
}
.widget_form .form-horizontal .form_fields .panel-default .panel-body .field:last-child > .form-group {
  margin-bottom: 0;
}
.widget_form .form-horizontal .form_fields .help-block {
  margin-left: 15px;
  color: #454545;
}
.widget_form .form-horizontal .form_fields textarea.form-control {
  min-height: 100px;
}
@media (max-width: 768px) {
  .widget_form .form-horizontal h3 {
    font-size: 22px;
  }
  .widget_form .form-horizontal i {
    font-size: 28px;
  }
}

.widgetsContainer[id$=_innerfooter] .widgetsContainer_title, .widgetsContainer[id$=_sidebar_left] .widgetsContainer_title {
  text-transform: uppercase;
  font-weight: 800;
  color: #454545;
}
.widgetsContainer[id$=_innerfooter] > .widget:not(:last-child), .widgetsContainer[id$=_sidebar_left] > .widget:not(:last-child) {
  margin-bottom: 75px;
}
.widgetsContainer[id$=_sidebar_left] .widgetsContainer_title {
  margin: 0 50px 10px;
  color: #AA0034;
  font-size: 24px;
  word-break: break-word;
}
@media (max-width: 1200px) {
  .widgetsContainer[id$=_sidebar_left] .widgetsContainer_title {
    font-size: 20px;
    margin: 0 15px 10px;
  }
}
.widgetsContainer[id$=_innerfooter] .widgetsContainer_title {
  display: inline-block;
  margin: 0.5em 0;
}
.widgetsContainer[id$=_innerfooter] > .widget:not(:last-child) {
  margin-bottom: 75px;
}

.nav-pills {
  padding: 0 55px;
}
.nav-pills > li > a {
  padding: 0 5px;
  margin: 0 0 10px -5px;
  color: #454545;
  font-size: 20px;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  width: fit-content;
}
.nav-pills > li > a::before {
  content: unset;
}
.nav-pills > li.active {
  font-weight: 600;
}
.nav-pills > li.active:hover a {
  color: #454545;
}
.nav-pills > li:not(.active):hover a, .nav-pills > li:not(.active):focus a, .nav-pills > li:not(.active):active a {
  color: #AA0034;
  transform: translateX(5px);
}

th:not(.corner) {
  background-color: #AA0034;
}

.form_fields h3 {
  color: #AA0034;
}
.form_fields .form-control {
  border: none;
  border-radius: 12px;
}
.form_fields .form-control:focus-visible {
  outline: none !important;
}
.form_fields .form-group {
  width: 100%;
}

#ajaxForm_8 [id$=_permiso_contacto], #ajaxForm_9 [id$=_tags_opcionales] {
  margin-left: 15px;
}

/* Rectificacions generals */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 153px;
}

*:focus-visible, a:focus {
  outline: 1px dotted #454545 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #454545;
}

body h2 {
  font-weight: 500;
}

:root {
  accent-color: #AA0034;
}

img {
  max-width: 100%;
}

.page_content {
  padding: 0;
}
.page_content .btn {
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 7px 14px;
  background-color: #AA0034;
  border: none;
  border-radius: 50px;
}
.page_content .btn, .page_content .btn > i {
  color: #fff !important;
}
.page_content .btn:hover, .page_content .btn:focus, .page_content .btn:active {
  background-color: #454545 !important;
}
.page_content .botons {
  display: flex;
}
@media (min-width: 992px) {
  .page_content .botons .btn:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .page_content .botons {
    flex-wrap: wrap;
  }
  .page_content .botons .btn {
    flex-wrap: wrap;
    width: 100%;
  }
  .page_content .botons .btn:not(:last-child) {
    margin-bottom: 15px;
  }
}

.main_container {
  background-color: #eaeaea;
  padding: 0;
}
.main_container > .row {
  padding: 0;
}
.main_container > .row main {
  min-height: 540px;
  padding-bottom: 60px !important;
  background-color: #fff;
}

.composition main {
  overflow-x: hidden;
}
.composition main > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

main ul > li {
  padding-left: 10px;
}
main ul > li::marker {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #AA0034;
  font-size: 1.1em;
}

.frontend b, .frontend strong {
  font-weight: 600;
}
.frontend p, .frontend li, .frontend label {
  font-weight: 300;
}

a:not(.back-top) i {
  color: #454545;
  transition: 0.2s ease-in-out;
}
a:not(.back-top):hover i, a:not(.back-top):focus i, a:not(.back-top):active i {
  color: #AA0034;
}

.ctext-form i {
  color: #454545;
}

.breadcrumb {
  margin-top: 25px !important;
}

form .checkbox a {
  font-weight: 600;
}
form .checkbox a:hover, form .checkbox a:focus, form .checkbox a:active {
  color: #AA0034;
}

.page_content a, .post-content a, .event_content a {
  font-weight: 600;
}

.widget_customizableText .btn, .btn[type=submit]:not(#cookiesSettings_save) {
  font-weight: 300;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 10px 40px;
  background-color: #AA0034;
  border: none;
  border-radius: 50px;
}
.widget_customizableText .btn, .widget_customizableText .btn > i, .btn[type=submit]:not(#cookiesSettings_save), .btn[type=submit]:not(#cookiesSettings_save) > i {
  color: #fff !important;
}
.widget_customizableText .btn:hover, .widget_customizableText .btn:focus, .widget_customizableText .btn:active, .btn[type=submit]:not(#cookiesSettings_save):hover, .btn[type=submit]:not(#cookiesSettings_save):focus, .btn[type=submit]:not(#cookiesSettings_save):active {
  background-color: #454545 !important;
}

@media (max-width: 768px) {
  .ctext-form {
    margin-bottom: 15px;
  }
  .nav-expander {
    padding: 9px 0;
  }
  .nav-expander i {
    font-size: 18px;
  }
  .widgetsContainer > .col-xs-12:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .languages-list > li {
    text-transform: uppercase;
    cursor: default;
    font-size: 18px;
    border: none !important;
    margin-bottom: 0;
    color: #454545;
  }
  .languages-list > li, .languages-list > li > a {
    font-size: 18px;
  }
  .languages-list > li.active {
    font-weight: 500;
  }
  .languages-list > li:hover > a, .languages-list > li:focus > a, .languages-list > li:active > a {
    color: #AA0034 !important;
  }
  .languages-list > li > a {
    color: #454545 !important;
    display: inline-block;
    transition: 0.2s ease-in-out;
    backface-visibility: hidden;
  }
  .languages-list .divider {
    color: #454545 !important;
    margin: 0 10px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .widgetsContainer > .col-sm-12:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widgetsContainer > .col-md-12:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* Widgets i contenidors específics */
#widget_mapa > iframe {
  border-radius: 12px;
}

#widget_acelera-pyme-banner {
  margin: 0;
}

#container-comp10_formacions-cambra .widget_pageCategory .column .thumbnail .caption .info-button {
  text-transform: initial;
}

#container-comp16_main > .widgetsContainer > div > .widget, #container-comp19_cambra > .widgetsContainer > div > .widget, #container-comp20_punts > .widgetsContainer > div > .widget, #container-comp20_punts-2 > .widgetsContainer > div > .widget,
#container-comp21_intro > .widgetsContainer > div > .widget, #container-comp24_butlleti-soci > .widgetsContainer > div > .widget, #container-comp27_butlleti-contacta > .widgetsContainer > div > .widget {
  height: 100%;
}

#container-comp17_el-president h3 {
  margin-top: -5px;
}

#container-comp17_contacta-butlleti .caixa-centrada {
  justify-content: start;
}

#container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li {
  width: 100%;
}
@media (min-width: 1200px) {
  #container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li a {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 0.2fr 0.5fr 1fr;
    gap: 5px 0;
    grid-template-areas: "Imatge Data" "Imatge Titol" "Imatge Text";
  }
  #container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li a .post-image {
    grid-area: Imatge;
    aspect-ratio: 4/3;
  }
  #container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li a .posted-on {
    grid-area: Data;
    text-align: right;
  }
  #container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li a .title, #container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li a header {
    grid-area: Titol;
    align-self: end;
  }
  #container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li a .post-content {
    grid-area: Text;
  }
  #container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li a .read-more, #container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li a .subtitle {
    display: none;
  }
}
#container-comp18_actualitat .widget_recentBlogPosts .recent-posts > li:not(:first-child) {
  display: none;
}

#container-comp18_ultims-3 .widget_recentBlogPosts .recent-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#container-comp18_ultims-3 .widget_recentBlogPosts .recent-posts > li {
  width: 100%;
}
#container-comp18_ultims-3 .widget_recentBlogPosts .recent-posts > li > a {
  height: 100%;
}
@media (min-width: 769px) {
  #container-comp18_ultims-3 .widget_recentBlogPosts .recent-posts > li {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  #container-comp18_ultims-3 .widget_recentBlogPosts .recent-posts > li {
    width: calc(33.3333333333% - 20px);
  }
  #container-comp18_ultims-3 .widget_recentBlogPosts .recent-posts > li:first-child {
    display: none;
  }
}

#container-comp19_cambra .caixa-centrada {
  justify-content: start;
}

#container-comp20_main #widget_txt-fes-te-soci {
  height: 100%;
}
#container-comp20_main #widget_txt-fes-te-soci p {
  margin-bottom: 20px;
}
#container-comp20_main #widget_txt-fes-te-soci .btn {
  position: absolute;
  bottom: 0;
}

#container-comp20_preus {
  position: relative;
}
#container-comp20_preus::before {
  content: "";
  width: 100vw;
  height: calc(100% + 101px);
  position: absolute;
  top: -26px;
  left: calc(15px - 10vw);
  background: url("/data/cms/cambra/uploads/images/bg.jpg");
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#container-comp20_preus #soci-cambra h2 {
  margin-bottom: 30px;
  text-align: center;
}
#container-comp20_preus #soci-cambra h2, #container-comp20_preus #soci-cambra p {
  color: #f5f5f5;
}
#container-comp20_preus .caixa-centrada {
  display: block;
  text-align: left;
  padding: 35px 50px 50px;
}
#container-comp20_preus .caixa-centrada ul {
  padding: 15px 0 15px 28px;
}
#container-comp20_preus .caixa-centrada img {
  margin: 0;
  width: 70px;
}
#container-comp20_preus .caixa-centrada .pdf {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
#container-comp20_preus .caixa-centrada .pdf i {
  margin-right: 10px;
}
#container-comp20_preus .caixa-centrada .preu {
  font-size: 2em;
  font-weight: 500;
}
#container-comp20_preus .caixa-centrada .btn {
  display: block;
  min-width: 40%;
  width: fit-content;
}

#container-comp21_intro .widget_postCategory .blog-posts {
  height: 100%;
}
#container-comp21_intro .widget_postCategory .blog-posts > *:not(article:nth-of-type(1)) {
  display: none;
}
#container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #eaeaea;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: 0.2fr 0.5fr 1fr;
    gap: 5px 0;
    grid-template-areas: "Imatge Data" "Imatge Titol" "Imatge Text";
  }
  #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) .post-image {
    grid-area: Imatge;
    aspect-ratio: 4/3;
  }
  #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) .posted-on {
    grid-area: Data;
    text-align: right;
  }
  #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) .title, #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) header {
    grid-area: Titol;
    align-self: end;
  }
  #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) .post-content {
    grid-area: Text;
  }
  #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) .read-more, #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) .subtitle {
    display: none;
  }
}
#container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) header, #container-comp21_intro .widget_postCategory .blog-posts > article:nth-of-type(1) .post-content {
  padding: 0 20px;
}
#container-comp21_intro .titol-home i {
  margin-bottom: 0;
}

#container-comp22_sales {
  position: relative;
}
#container-comp22_sales .widgetsContainer > div > .widget {
  height: 100%;
}
#container-comp22_sales::before {
  content: "";
  width: 100vw;
  height: calc(100% + 25px);
  position: absolute;
  top: 0px;
  left: calc(15px - 10vw);
  background: #f5f5f5;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#container-comp22_sales .caixa-centrada {
  align-items: start;
  text-align: left;
  padding: 30px 0 0 0;
  position: relative;
}
#container-comp22_sales .caixa-centrada img {
  margin: 0;
}
#container-comp22_sales .caixa-centrada ul {
  margin: 0 0 80px 30px;
}
#container-comp22_sales .caixa-centrada .titol-home {
  padding: 0 50px;
}
#container-comp22_sales h2 {
  margin: 30px 0 20px;
}
#container-comp22_sales #widget_peu-sales p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 10px;
}

#container-comp25_introduccio ul > li {
  font-size: 18px;
}
#container-comp25_introduccio ul > li:not(:last-child) {
  margin-bottom: 15px;
}

#container-comp25_dirigeix .widget {
  height: 100%;
}
#container-comp25_dirigeix .widget .caixa-centrada {
  padding: 50px 25px;
  justify-content: start;
}
#container-comp25_dirigeix .widget .caixa-centrada h3 {
  text-transform: unset;
}
#container-comp25_dirigeix .widget .caixa-centrada ul {
  text-align: left;
}

#container-comp25_agenda .widgetsContainer_title {
  width: fit-content;
  font-size: 24px;
  font-weight: 800;
}

#container-agenda15_innerheader a .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
#container-agenda15_innerheader a:hover, #container-agenda15_innerheader a:focus, #container-agenda15_innerheader a:active {
  color: #AA0034;
}

#container-blog1_sidebar_left .categories li:nth-last-child(1) {
  display: none;
}

#ajaxForm_3 .internacionalitzacio, #ajaxForm_3 .pae {
  display: none;
}

#ajaxForm_9 .panel {
  margin-bottom: 30px;
}
#ajaxForm_9 .panel .panel-heading {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0 5px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #454545;
}

/* Textos personalitzables, altres...  */
.social_icons {
  margin: 0;
}

.footer-info {
  line-height: 34px;
  font-weight: 300;
  font-size: 15px;
}
.footer-info i {
  text-align: center;
  font-size: 20px;
  min-width: 20px;
  margin-right: 10px;
}

.suport-territori {
  display: flex;
  justify-content: center;
}
.suport-territori .punt {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  max-width: 260px;
  margin-bottom: 20px;
}
.suport-territori .punt img {
  width: 80px;
  filter: brightness(10);
  margin-bottom: 15px;
}
.suport-territori .punt p {
  font-size: 18px;
  text-align: center;
}

.borsa-servei {
  justify-content: start;
}
.borsa-servei h4 {
  font-weight: 600;
}
.borsa-servei img {
  width: 80px;
}
.borsa-servei p {
  margin-bottom: 20px;
}
.borsa-servei .btn {
  margin-top: auto !important;
}

.borsa-titol {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.borsa-titol > p {
  max-width: 520px;
}

.caixa-centrada {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  height: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 25px 25px 35px;
}
@media (min-width: 769px) {
  .caixa-centrada {
    padding: 50px;
  }
}
.caixa-centrada.mini {
  padding-top: 25px;
  padding-bottom: 25px;
}
.caixa-centrada h3:not(.neutral), .caixa-centrada h4:not(.neutral) {
  color: #AA0034;
}
.caixa-centrada .btn {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .caixa-centrada .btn {
    font-weight: 300;
    transition: 0.4s ease;
    font-size: 20px;
    padding: 7px 14px;
    background-color: #AA0034;
    border: none;
    border-radius: 50px;
  }
  .caixa-centrada .btn, .caixa-centrada .btn > i {
    color: #fff !important;
  }
  .caixa-centrada .btn:hover, .caixa-centrada .btn:focus, .caixa-centrada .btn:active {
    background-color: #454545 !important;
  }
}
@media (min-width: 769px) {
  .caixa-centrada .btn {
    font-weight: 300;
    transition: 0.4s ease;
    font-size: 20px;
    padding: 10px 40px;
    background-color: #AA0034;
    border: none;
    border-radius: 50px;
  }
  .caixa-centrada .btn, .caixa-centrada .btn > i {
    color: #fff !important;
  }
  .caixa-centrada .btn:hover, .caixa-centrada .btn:focus, .caixa-centrada .btn:active {
    background-color: #454545 !important;
  }
}

.titol-home h2 {
  color: #AA0034 !important;
  font-size: 32px;
}
.titol-home h3, .titol-home h4 {
  display: inline-block;
  margin: 0.5em 0;
  text-transform: uppercase;
  font-weight: 800;
}
.titol-home h3 {
  font-size: 24px;
}
.titol-home img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.titol-home p {
  text-transform: uppercase;
}
.titol-home i {
  font-size: 4em;
  color: #454545;
  margin-bottom: 10px;
  display: block;
}

.tipus-pyme .pyme {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 1em;
  width: 350px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 50px;
}
.tipus-pyme .pyme img {
  width: 60px;
  filter: brightness(10);
}
.tipus-pyme .pyme p {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 0px;
}
.tipus-pyme .pyme:nth-child(1) {
  background: #AA0034;
}
.tipus-pyme .pyme:nth-child(2) {
  background: #207e9b;
}
.tipus-pyme .pyme:nth-child(3) {
  background: #f08d00;
}

.introduccio {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 50px;
}

.nav-serveis {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-serveis a {
  text-transform: uppercase;
  font-size: 20px;
}
.nav-serveis a > img {
  margin-right: 10px;
  width: 40px;
}
.nav-serveis a > span {
  position: relative;
}
.nav-serveis a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 0px);
  height: 100%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(#AA0034, #AA0034);
  background-position: 0 98%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  transition: background-size 0.4s ease-in-out;
}
.nav-serveis a:hover > span::after, .nav-serveis a:focus > span::after {
  background-size: 100% 2px !important;
}
@media (min-width: 769px) {
  .nav-serveis a:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid #454545;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .nav-serveis {
    gap: 10px 0;
    flex-direction: column;
    align-items: center;
  }
}

.socis {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.socis > div {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px;
  width: 350px;
  max-width: 100%;
  border-radius: 50px;
}
.socis > div:nth-child(1) {
  background: #013974;
}
.socis > div:nth-child(2) {
  background: #69239f;
}
.socis > div:nth-child(3) {
  background: #207E9B;
}
.socis > div:nth-child(4) {
  background: #AA0034;
}
.socis > div:nth-child(5) {
  background: #F08D00;
}
.socis > div:not(:last-child) {
  margin-bottom: 15px;
}
.socis > div img {
  width: 50px;
  filter: brightness(10);
}
.socis > div p {
  font-size: 20px;
  font-weight: 500;
  margin: 0 15px;
}

.qui-que {
  display: flex;
}
.qui-que > div {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .qui-que > div {
    width: 50%;
  }
  .qui-que > div:not(:last-child) {
    margin: 0 50px 50px 0;
  }
}
@media (max-width: 1199px) {
  .qui-que {
    flex-wrap: wrap;
  }
}

.qui-que img, .requisits img, .tramitacio img {
  width: 60px;
}
.qui-que h3, .requisits h3, .tramitacio h3 {
  color: #AA0034;
  font-weight: 800;
  margin-top: 11px;
}

.requisits, .tramitacio {
  margin-bottom: 50px;
}

.cambra-intro ul {
  margin-top: 30px;
  margin-bottom: 50px;
}
.cambra-intro ul li {
  font-size: 18px;
}
.cambra-intro ul li:not(:last-child) {
  padding-bottom: 20px;
}
.cambra-intro .botons-cambra a {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .cambra-intro .botons-cambra {
    max-width: 90%;
  }
  .cambra-intro .botons-cambra a {
    width: 50%;
  }
}

.contacte-info {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #222;
  font-weight: 400 !important;
}
.contacte-info * {
  transition: 0.3s ease-in-out;
}
.contacte-info .contacte-icon {
  margin-right: 15px;
}
.contacte-info .contacte-icon i {
  font-size: 2.5em;
  min-width: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #AA0034;
}
.contacte-info .contacte-text .contacte-title {
  font-weight: 600;
  font-size: 1.5em;
  display: block;
  backface-visibility: hidden;
}
.contacte-info a:hover .contacte-title, .contacte-info a:focus .contacte-title {
  color: #AA0034;
  transform: translateX(5px);
}
.contacte-info:first-child {
  margin-top: 15px;
}
.contacte-info:not(:last-child) {
  margin-bottom: 30px;
}

.xarxes {
  padding-left: 0;
}
.xarxes li, .xarxes a {
  display: inline-block;
}
.xarxes li i, .xarxes a i {
  font-size: 2.5em;
}
.xarxes li:not(:last-child), .xarxes a:not(:last-child) {
  margin-right: 10px;
}

.preu-servei {
  color: #AA0034;
  margin: 40px 0 !important;
}

.preu-lloguer {
  position: absolute;
  bottom: 0;
  color: #AA0034;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #aa0034;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 5px 0;
}

.logos-acelera-pyme {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logos-acelera-pyme > div {
  margin-bottom: 15px;
  width: fit-content;
}
@media (min-width: 769px) {
  .logos-acelera-pyme > div {
    width: 50%;
    padding: 0 7.5px;
  }
}

.preus-kit {
  max-width: 750px;
  margin: 0 auto 50px;
}
.preus-kit > div {
  display: flex;
  justify-content: space-between;
}
.preus-kit > div > span {
  font-size: 20px;
  font-weight: 500;
}

.llista-acelera {
  padding-left: 0;
}
.llista-acelera > li {
  list-style-type: none;
}
.llista-acelera > li img {
  margin-right: 10px;
}

.pae {
  display: none;
}

.c-box {
  font-size: 22px;
  background-color: #eaeaea;
  border-radius: 12px;
  text-align: center;
  padding: 25px 50px;
  width: fit-content;
  margin: 30px auto 0;
}
.c-box.transparent {
  background-color: transparent;
  padding: 0;
}

.accordion {
  overflow: hidden;
  cursor: pointer;
}
.accordion .accordion-title {
  font-size: 20px;
  font-weight: 400;
}
.accordion .accordion-title::before {
  content: "+";
  color: #AA0034;
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
}
.accordion .accordion-content {
  margin-top: 30px;
  padding-left: 25px;
  display: none;
  font-size: 18px;
}
.accordion.active .accordion-title {
  font-weight: 600;
}
.accordion.active .accordion-title::before {
  content: "\f068";
}

li.check::marker {
  content: "✓  ";
  color: #369836;
}

li.cross::marker {
  content: "✕  ";
  color: #fa3636;
}

/* Marges laterals generals */
@media (max-width: 1199px) {
  body footer .site_footer {
    padding: 0 calc(5% + 15px);
  }
  body .site_header #container-site_header #widget_info-contacte {
    left: calc(5% + 15px);
  }
  body .site_header #container-site_header #widget_languages {
    right: calc(5% + 15px);
  }
  body .site_header #container-site_header #widget_socialicons-1 {
    right: calc(100px + calc(5% + 15px));
  }
  body.composition-1 main > .compositionContainer, body .homepage main > .compositionContainer {
    padding-left: calc(5% + 15px) !important;
    padding-right: calc(5% + 15px) !important;
  }
  body.composition-1 main > .compositionContainer#container-comp1_background, body .homepage main > .compositionContainer#container-comp1_background {
    padding: 75px calc(calc(5% + 15px) - 15px);
  }
  body .main_container {
    margin: 0 !important;
  }
  body .main_container > .row > main.col-lg-12 {
    padding-left: calc(5% + 15px) !important;
    padding-right: calc(5% + 15px) !important;
  }
  body .main_container > .row > main.col-lg-9 {
    padding-left: calc(5% + 15px) !important;
    padding-right: calc(5% + 15px) !important;
    overflow: hidden;
  }
  body [id$=_footer] {
    padding-left: calc(5% + 15px) !important;
    padding-right: calc(5% + 15px) !important;
  }
  body.pagecategory-6 > .main_container > .widgetsContainer > .widget_composition > .compositionContainer, body.page-45 > .main_container > .widgetsContainer > .widget_composition > .compositionContainer, body.page-46 > .main_container > .widgetsContainer > .widget_composition > .compositionContainer {
    padding-left: calc(5% + 15px) !important;
    padding-right: calc(5% + 15px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  body > header {
    padding-left: 10%;
    padding-right: 10%;
  }
  body footer .site_footer {
    padding: 0 10%;
  }
  body .site_header #container-site_header #widget_info-contacte {
    left: 10%;
  }
  body .site_header #container-site_header #widget_languages {
    right: 10%;
  }
  body .site_header #container-site_header #widget_socialicons-1 {
    right: calc(100px + 10%);
  }
  body.composition-1 main > .compositionContainer, body .homepage main > .compositionContainer {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  body.composition-1 main > .compositionContainer#container-comp1_background, body .homepage main > .compositionContainer#container-comp1_background {
    padding: 75px calc(10% - 15px);
  }
  body .main_container {
    margin: 0 !important;
  }
  body .main_container > .row > main.col-lg-12 {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  body .main_container > .row > main.col-lg-9 {
    padding-left: 10% !important;
    padding-right: 10% !important;
    overflow: hidden;
  }
  body [id$=_footer] {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  body.pagecategory-6 > .main_container > .widgetsContainer > .widget_composition > .compositionContainer, body.page-45 > .main_container > .widgetsContainer > .widget_composition > .compositionContainer, body.page-46 > .main_container > .widgetsContainer > .widget_composition > .compositionContainer {
    padding-left: 10% !important;
    padding-right: 10% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#container-comp42_qui-es-pot-beneficiar .widgetsContainer .widget {
  height: 100%;
}