/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.97.1_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.49_webpack@5.97.1_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.4_sass@1.82.0_webpack@5.97.1_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js!./assets/scss/frontend.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-display: swap;
  src: url(../build/fonts/d448ae5f5f4a73ccbb8f.woff2) format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  font-display: swap;
  src: url(../build/fonts/fefc8c3abc2176266a50.woff2) format("woff2");
}
/***
    The new CSS reset - version 1.8.4 (last updated 14.2.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
.underline {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: initial;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.12em;
}

.richtext p,
.richtext ul,
.richtext ol {
  padding-bottom: 1em;
}
.richtext ul {
  list-style-type: disc;
  padding-left: 1em;
}
.richtext ol {
  list-style-type: decimal;
  padding-left: 1em;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  padding-bottom: 0.5em;
  padding-top: 1em;
}
.richtext a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: initial;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.12em;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.2;
  min-height: 100dvh;
  min-height: 100vh;
  text-rendering: geometricPrecision;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
}
@media (hover: none) and (pointer: coarse) {
  body {
    scroll-behavior: smooth;
  }
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-family: "Helvetica", sans-serif;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  font-style: italic;
  height: auto;
  max-inline-size: 100%;
  max-block-size: 100%;
}

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea,
select,
input {
  field-sizing: content;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

html {
  interpolate-size: allow-keywords;
}

body {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  line-height: 1;
}

a {
  color: hsl(0, 0%, 0%);
  cursor: pointer;
}

a:is(:hover, :focus) {
  color: hsl(0, 0%, 0%);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes fade {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(50px);
    }
  }
}
.container {
  --padding: clamp(1rem, 2vw + 1rem, 2rem) * 2;
  --max-width: 64rem;
  width: min(100% - var(--padding), var(--max-width));
  margin-inline: auto;
  padding-block: 7rem;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-block: 6rem;
  }
}

.container[data-type=narrow] {
  --max-width: min(90rem, 100% - clamp(1rem, 2vw + 1rem, 2rem) * 2);
}

.container[data-type=wide] {
  --max-width: min(105rem, 100% - clamp(1rem, 2vw + 1rem, 2rem) * 2);
}

.container[data-type=full-bleed] {
  --max-width: 100%;
}

.flex-group {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--flex-column-gap, 1rem);
       column-gap: var(--flex-column-gap, 1rem);
  row-gap: var(--flex-row-gap, 0.5rem);
  width: -moz-fit-content;
  width: fit-content;
}

.flex-group.mx-auto {
  justify-content: center;
}

.section {
  padding-block: clamp(3rem, 5vh, 5rem);
}
@media only screen and (max-width: 767px) {
  .section {
    padding-block: 0;
  }
}

.mx-auto {
  margin-inline: auto;
}

@view-transition {
  navigation: auto;
}
.fade {
  view-transition-name: page;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
::view-transition-old(page) {
  animation: 90ms cubic-bezier(0.4, 0, 1, 1) both fade-out;
}

::view-transition-new(page) {
  animation: 210ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in;
}

.footer {
  padding: 20px clamp(1rem, 2vw + 1rem, 2rem);
}
.footer.gray {
  background-color: hsl(240, 2%, 91%);
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 28px clamp(1rem, 2vw + 1rem, 2rem);
  }
}
.footer .social {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer .social {
    align-items: flex-end;
  }
}
.footer .social > a > img {
  aspect-ratio: 1;
  cursor: pointer;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .footer .social > a > img {
    height: 16px;
  }
}

.footer.footer-default {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}
.footer.footer-default > a {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
}
@media only screen and (max-width: 767px) {
  .footer.footer-default > a {
    font-size: clamp(1.25rem, 2vw + 1rem, 1.625rem);
  }
}
.footer.footer-default > div {
  display: flex;
  justify-content: space-between;
}
.footer.footer-default > div > div {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer-default > div > div {
    gap: 1rem;
    flex-direction: column-reverse;
    font-size: clamp(1rem, 1vw + 1rem, 1.125rem);
  }
}
.footer.footer-default > div > div > ul {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer-default > div > div > ul {
    flex-direction: column;
    gap: 1rem;
    margin-block: 2rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer.footer-default > div {
    gap: 1rem;
  }
}
.footer.footer-default > div .menu > ul {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer-default > div .menu > ul {
    gap: 1rem;
  }
}

.footer.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer.footer-contact > div {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer-contact > div {
    gap: 1rem;
    flex-direction: column-reverse;
    font-size: clamp(1rem, 1vw + 1rem, 1.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer.footer-contact > div {
    gap: 1rem;
  }
}
.footer.footer-contact > div > ul {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer-contact > div > ul {
    flex-direction: column;
    gap: 1rem;
    margin-block: 2rem 1rem;
  }
}
.footer.footer-contact > div .menu > ul {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer-contact > div .menu > ul {
    gap: 1rem;
  }
}

.header {
  background-color: transparent;
  color: black;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px clamp(1rem, 2vw + 1rem, 2rem);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__logo {
  display: grid;
  height: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  place-items: center;
  position: relative;
  width: 100%;
  z-index: 1000;
}
.header__logo:hover {
  cursor: pointer;
}
.header__logo:hover .header__content-logo {
  opacity: 0;
}
@media only screen and (max-width: 990px) {
  .header__logo:hover .header__content-logo {
    opacity: 1;
  }
}
.header__logo:hover .header__title {
  opacity: 1;
}
@media only screen and (max-width: 990px) {
  .header__logo:hover .header__title {
    opacity: 0;
  }
}
.header__logo:hover .header__title {
  transition: opacity 0.5s ease;
}
.header__logo:hover .header__content-logo {
  transition: opacity 0.5s ease;
}
.header__logo.responsive {
  display: none;
}
@media only screen and (max-width: 990px) {
  .header__logo.responsive {
    display: inline-block;
  }
}
.header__content-logo {
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.7s ease;
}
.header__title {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.875rem);
  opacity: 0;
  position: absolute;
  text-wrap: nowrap;
  transition: opacity 0.5s ease;
  word-spacing: -5px;
  letter-spacing: 0px;
}
.header__title > span {
  letter-spacing: 1px;
}
.header .language-menu {
  color: hsl(0, 0%, 100%);
  position: relative;
  /* Oculta el item del idioma catalán en el selector de idiomas */
}
.header .language-menu .lang-item-ca {
  display: none !important;
}
.header .language-menu > li {
  position: relative;
  cursor: pointer;
}
.header .language-menu > li:after {
  content: "";
  background-image: url(../build/svg/29cd58edaa0e7ea80b78.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.header .language-menu > li:hover:after,
.header .language-menu > li .menu-item-has-children:hover:after {
  transform: translateY(-50%) rotate(180deg);
}
.header .language-menu .sub-menu {
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  display: none;
  left: 0;
  opacity: 0;
  padding: 0.5em 0.5em 0.5em 0em;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .language-menu .sub-menu > li {
  cursor: pointer;
  margin-bottom: 10px;
}
.header .language-menu > li:hover > .sub-menu,
.header .language-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header .social.responsive {
  display: none;
}
.header .social.responsive > a > img {
  aspect-ratio: 1;
  cursor: pointer;
  height: 22px;
}
@media only screen and (max-width: 990px) {
  .header .social.responsive {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }
}

.mainmenu {
  align-items: center;
  display: flex;
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .mainmenu {
    gap: 1rem;
  }
}
.mainmenu ul {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .mainmenu ul {
    gap: 1rem;
  }
}
@media only screen and (max-width: 990px) {
  .mainmenu {
    background-color: white;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    z-index: 101;
  }
  .mainmenu > * {
    padding: calc(fluid(110) + 3vw) fluid(20) fluid(20);
    opacity: 0;
    transition: all 0.1s ease;
  }
  .mainmenu.expanded {
    background-color: hsl(0, 0%, 100%);
    font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
    height: 100dvh;
    height: 100vh;
    padding: 5vw;
    pointer-events: all;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr 1fr auto;
    display: grid;
    place-items: center;
  }
  .mainmenu.expanded > * {
    opacity: 1;
  }
  .mainmenu.expanded ul {
    border-radius: 10px;
    flex-direction: column;
    gap: 1rem;
    padding-inline: 2rem;
    text-align: center;
  }
  .mainmenu.expanded ul li {
    font-size: clamp(1.25rem, 2vw + 1rem, 1.5625rem);
    margin: 0.5rem 0;
  }
  .mainmenu.expanded ul li a:hover {
    color: hsl(0, 0%, 0%);
  }
}

.c-hamburger {
  align-items: center;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
  position: relative;
  transition: all 0.2s ease-out;
  z-index: 102;
}
@media only screen and (max-width: 990px) {
  .c-hamburger {
    display: flex;
  }
}
.c-hamburger__label {
  color: hsl(0, 0%, 0%);
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  margin: 0;
}
.c-hamburger__icon {
  color: hsl(0, 0%, 0%);
  display: none;
  opacity: 0;
  height: auto;
  width: 2rem;
}
.c-hamburger.expanded .c-hamburger__label {
  display: none;
}
.c-hamburger.expanded .c-hamburger__icon {
  display: block;
  opacity: 1;
}

.card-actualitat {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .card-actualitat {
    margin-bottom: 1rem;
  }
}
.card-actualitat > a {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .card-actualitat > a {
    grid-template-columns: 1fr;
  }
}
.card-actualitat__text {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .card-actualitat__text {
    margin-top: 1rem;
    margin-bottom: 2rem;
    grid-row: 2;
  }
}
.card-actualitat__image {
  aspect-ratio: 610/370;
  overflow: hidden;
}
.card-actualitat__image > img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

/* ----------------------------------------
   Mostrar/ocultar variantes según ancho
   ---------------------------------------- */
.card-arxiu--desktop {
  display: block;
}

.card-arxiu--mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .card-arxiu--desktop {
    display: none;
  }
  .card-arxiu--mobile {
    display: block;
  }
}
.card-arxiu {
  margin: 0 auto;
  width: min(100% - 2rem, 1400px);
}
@media only screen and (max-width: 767px) {
  .card-arxiu {
    width: 100%;
  }
}
.card-arxiu__footer > h2 {
  letter-spacing: -1px;
}
.card-arxiu__footer > p {
  margin-top: 0.5rem;
}

/* ----------------------------------------
   Variante Desktop (grid)
   ---------------------------------------- */
.card-arxiu--desktop {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .card-arxiu--desktop {
    margin-bottom: 1.5rem;
  }
}
.card-arxiu--desktop .card-arxiu__blocks {
  display: grid;
  row-gap: 1rem;
}
.card-arxiu--desktop .block {
  display: grid;
  grid-template-columns: repeat(22, 1fr);
  grid-template-rows: 511px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1rem;
}
.card-arxiu--desktop .block > div {
  overflow: hidden;
  height: 100%;
}
.card-arxiu--desktop .block > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-arxiu--desktop .block.block-single {
  grid-template-rows: 736px;
}
.card-arxiu--desktop .block-single > div {
  grid-column: 1/23;
}
.card-arxiu--desktop .block-vhv .block__img--vertical:first-child {
  grid-column: 1/7;
}
.card-arxiu--desktop .block-vhv .block__img--horizontal {
  grid-column: 7/17;
}
.card-arxiu--desktop .block-vhv .block__img--vertical:last-child {
  grid-column: 17/23;
}
.card-arxiu--desktop .block-hh-big .block__img--large {
  grid-column: 1/13;
}
.card-arxiu--desktop .block-hh-big .block__img--small {
  grid-column: 13/23;
}
.card-arxiu--desktop .block-vhh .block__img--vertical {
  grid-column: 1/6;
}
.card-arxiu--desktop .block-vhh .block__img--horizontal {
  grid-column: 6/15;
}
.card-arxiu--desktop .block-vhh .block__img--horizontal:last-child {
  grid-column: 15/23;
}
.card-arxiu--desktop .block-hh-equal .block__img--half:first-child {
  grid-column: 1/12;
}
.card-arxiu--desktop .block-hh-equal .block__img--half:last-child {
  grid-column: 12/23;
}
.card-arxiu--desktop__footer {
  margin-top: 1rem;
}
.card-arxiu--desktop__footer > h2 {
  /* hereda tamaño global de títulos */
}
.card-arxiu--desktop__footer > p {
  margin-top: 0.5rem;
  /* hereda tamaño global de párrafos */
}

/* ----------------------------------------
   Variante Mobile (slider)
   ---------------------------------------- */
.card-arxiu--mobile {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .card-arxiu--mobile {
    margin-bottom: 1.5rem;
  }
}
.card-arxiu--mobile .block {
  display: block;
  margin-bottom: 1rem;
}
.card-arxiu--mobile .block__img {
  height: 100%;
}
.card-arxiu--mobile .block__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-arxiu--mobile .block > div {
  overflow: hidden;
  height: auto;
}
.card-arxiu--mobile .block > div > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-arxiu--mobile .block__slider .swiper-container {
  width: 100%;
  overflow: hidden; /* para ocultar las slides que queden fuera */
}
.card-arxiu--mobile .block__slider .swiper-wrapper {
  height: 400px;
  display: flex; /* obligatorio para que haga scroll interno */
}

@media not all and (hover: none) {
  .card-projecte:hover > figure {
    padding: 0;
  }
  .card-projecte:hover > div {
    padding-top: 5px;
  }
  .card-projecte:hover > div > p {
    margin-top: 5px;
  }
  .card-projecte:hover > div > a {
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
    margin-top: 35px;
  }
}
.card-projecte__title {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  margin-top: 0.75rem;
}
.card-projecte__image {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .card-projecte__image {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.card-projecte__image > img {
  display: block;
  height: auto;
  width: 100%;
}
.card-projecte.disabled {
  display: none;
}

@media only screen and (max-width: 767px) {
  .card-projecte[data-categories*=residencial] {
    display: flex;
    justify-content: flex-end;
  }
  .card-projecte[data-categories*="públic, residencial"] {
    display: flex;
    justify-content: flex-end;
  }
  .card-projecte[data-categories*=competència] {
    display: flex;
    justify-content: flex-start;
  }
  .card-projecte[data-categories*=públic] {
    display: flex;
    justify-content: flex-start;
  }
}
.heading-1 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
  color: hsl(0, 0%, 0%);
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.1;
}

.heading-2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
  color: hsl(0, 0%, 0%);
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.1;
}

.heading-3 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
  color: hsl(0, 0%, 0%);
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.1;
}

.s-images-block__row {
  align-items: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .s-images-block__row {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.s-images-block__row > div,
.s-images-block__row > figure {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: none;
  overflow: visible;
}
.s-images-block__row > div > img,
.s-images-block__row > figure > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.s-images-block__row > div > figcaption,
.s-images-block__row > figure > figcaption {
  font-size: clamp(0.875rem, 1vw + 1rem, 0.875rem);
  line-height: 1.5;
  margin-top: 0.25rem;
}
.s-images-block .layout-two-full > figure:first-child {
  grid-column: 1/11;
}
.s-images-block .layout-two-full > figure:last-child {
  grid-column: 11/21;
}
.s-images-block .layout-single-right > figure:last-child {
  grid-column: 3/21;
}
.s-images-block .single-text > div {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  grid-column: 1/9;
  line-height: 1.2;
  line-height: 1.2;
  margin-block: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .s-images-block .single-text > div {
    grid-column: 3/21;
  }
}
.s-images-block .layout-single-right-half > figure:last-child {
  grid-column: 9/21;
}
@media only screen and (max-width: 767px) {
  .s-images-block .layout-single-right-half > figure:last-child {
    grid-column: 5/21;
  }
}
.s-images-block .layout-left-two > figure {
  height: 100%;
}
.s-images-block .layout-left-two > figure.cover {
  height: auto;
}
.s-images-block .layout-left-two > figure.cover > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.s-images-block .layout-left-two > figure:first-child {
  grid-column: 1/9;
}
@media only screen and (max-width: 767px) {
  .s-images-block .layout-left-two > figure:first-child {
    grid-column: 1/11;
  }
}
.s-images-block .layout-left-two > figure:last-child {
  grid-column: 9/17;
}
@media only screen and (max-width: 767px) {
  .s-images-block .layout-left-two > figure:last-child {
    grid-column: 11/21;
  }
}
.s-images-block .layout-single-left > figure {
  grid-column: 1/10;
}
@media only screen and (max-width: 767px) {
  .s-images-block .layout-single-left > figure {
    grid-column: 1/17;
  }
}
.s-images-block .layout-single-full > figure {
  grid-column: 1/21;
}
@media only screen and (max-width: 767px) {
  .s-images-block .layout-single-full > figure > img {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
.s-images-block .layout-triple > figure {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.s-images-block .layout-triple > figure > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.s-images-block .layout-triple > figure:first-child {
  grid-column: 1/8;
}
@media only screen and (max-width: 767px) {
  .s-images-block .layout-triple > figure:first-child {
    grid-column: 1/21;
  }
}
.s-images-block .layout-triple > figure:nth-child(2) {
  grid-column: 8/14;
}
@media only screen and (max-width: 767px) {
  .s-images-block .layout-triple > figure:nth-child(2) {
    grid-column: 1/21;
  }
}
.s-images-block .layout-triple > figure:last-child {
  grid-column: 14/21;
}
@media only screen and (max-width: 767px) {
  .s-images-block .layout-triple > figure:last-child {
    grid-column: 1/21;
  }
}
.s-images-block .layout-video > figure {
  grid-column: 1/21;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.s-images-block .layout-video > figure > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main.template-page-404 {
  align-items: center;
  display: grid;
  min-height: 100vh;
}
main.template-page-404 > section {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 2rem;
}

main.template-page-arxiu {
  background-color: hsl(240, 2%, 91%);
  padding-block: 7rem;
}
@media only screen and (max-width: 767px) {
  main.template-page-arxiu {
    padding-block: 6rem;
  }
}
main.template-page-arxiu .s-arxius-grid {
  margin-inline: auto;
  width: min(105rem, 100% - clamp(1rem, 2vw + 1rem, 2rem) * 2);
}
main.template-page-arxiu .s-arxius-grid > header {
  margin-inline: auto;
  width: min(100% - 2rem, 1400px);
}
@media only screen and (max-width: 767px) {
  main.template-page-arxiu .s-arxius-grid > header {
    width: 100%;
  }
}
main.template-page-arxiu .s-arxius-grid > header > h1 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
  letter-spacing: -1px;
  margin-bottom: 3rem;
}

main.template-page-contacte {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main.template-page-contacte > section {
    padding-block: 0;
  }
}
main.template-page-contacte > section > p > a {
  text-decoration: none;
}

main.template-home {
  overflow: hidden;
}
main.template-home .s-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}
main.template-home .s-hero.swiper-container-home .swiper-wrapper,
main.template-home .s-hero.swiper-container-home .swiper-slide {
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}
main.template-home .s-hero .swiper-slide {
  background-size: cover;
  background-position: center;
}
main.template-home .s-hero .s-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: var(--clr-white);
}
main.template-home .s-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
main.template-home .s-hero > div {
  overflow: hidden;
}
main.template-home .s-hero > div > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

main.template-page-nosaltres .s-main {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  display: grid;
  grid-template-columns: 11fr 8fr;
  row-gap: 3rem;
  grid-template-areas: "title ." "description image";
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-main {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    grid-template-areas: "title" "description" "image";
  }
}
main.template-page-nosaltres .s-main__title {
  grid-area: title;
}
main.template-page-nosaltres .s-main__description {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  line-height: 1.2;
  grid-area: description;
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-main__description {
    margin-top: 1rem;
    max-width: 100%;
  }
}
main.template-page-nosaltres .s-main__image {
  grid-area: image;
  margin-top: -3rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-main__image {
    margin-top: 0;
    max-height: 450px;
  }
}
main.template-page-nosaltres .s-main__image > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
main.template-page-nosaltres .s-phylo {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  display: grid;
  grid-template-columns: 9fr 10fr;
  row-gap: 3rem;
  grid-template-areas: "title title" "content images" "content images";
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-phylo {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    grid-template-areas: "title" "content" "images";
  }
}
main.template-page-nosaltres .s-phylo__title {
  grid-area: title;
}
main.template-page-nosaltres .s-phylo__content {
  grid-area: content;
}
main.template-page-nosaltres .s-phylo__content > h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
}
main.template-page-nosaltres .s-phylo__content > div {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  max-width: 95%;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-phylo__content > div {
    margin-top: 1rem;
    max-width: 100%;
  }
}
main.template-page-nosaltres .s-phylo__images {
  align-items: center;
  display: flex;
  gap: 1rem;
  grid-area: images;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-phylo__images {
    gap: 0.5rem;
  }
}
main.template-page-nosaltres .s-phylo__images > div {
  aspect-ratio: 372/525;
  overflow: hidden;
}
main.template-page-nosaltres .s-phylo__images > div > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
main.template-page-nosaltres .s-phylo__images > div:nth-child(1) {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-phylo__images > div:nth-child(1) {
    margin-top: 0;
  }
}
main.template-page-nosaltres .s-phylo__images > div:nth-child(2) {
  margin-top: -4rem;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-phylo__images > div:nth-child(2) {
    margin-top: 0;
  }
}
main.template-page-nosaltres .s-team {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  display: grid;
  grid-template-columns: 9fr 10fr;
  row-gap: 3rem;
  grid-template-areas: "title title" "content image" "members .";
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-team {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    grid-template-areas: "title" "content" "image" "members";
  }
}
main.template-page-nosaltres .s-team__title {
  grid-area: title;
}
main.template-page-nosaltres .s-team__content {
  grid-area: content;
}
main.template-page-nosaltres .s-team__content > h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
}
main.template-page-nosaltres .s-team__content > div {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  max-width: 95%;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-team__content > div {
    margin-top: 1rem;
    max-width: 100%;
  }
}
main.template-page-nosaltres .s-team__image {
  aspect-ratio: 685/522;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
main.template-page-nosaltres .s-team__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-team__image > img {
    width: 100%;
  }
}
main.template-page-nosaltres .s-team__members {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
  gap: 10px;
  grid-area: members;
}
@media only screen and (max-width: 767px) {
  main.template-page-nosaltres .s-team__members {
    margin-top: 1.5rem;
  }
}

main.template-page-privacitat .s-legal-content {
  line-height: 1.2;
}
main.template-page-privacitat .s-legal-content > h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
  font-weight: 700;
}
main.template-page-privacitat .s-logos {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
  margin-top: 50px;
}
main.template-page-privacitat .s-logos > img {
  height: 60px;
}

main.template-page-projectes .s-intro {
  padding-top: 100px;
}
main.template-page-projectes .s-category-selector {
  display: flex;
  justify-content: flex-start;
}
main.template-page-projectes .s-category-selector > div {
  align-items: center;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 100%;
  padding: 10px 10px 10px 16px;
  position: relative;
  width: 150px;
}
main.template-page-projectes .s-category-selector > div > span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
main.template-page-projectes .s-category-selector > div > #category-selector-cross {
  aspect-ratio: 1/1;
  height: 100%;
  position: relative;
}
main.template-page-projectes .s-category-selector > div > #category-selector-cross > span {
  background-color: hsl(0, 0%, 0%);
  display: flex;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
main.template-page-projectes .s-category-selector > div > #category-selector-cross > span:nth-child(1) {
  transition: opacity 0.3s;
  width: 1px;
  height: 100%;
}
main.template-page-projectes .s-category-selector > div > #category-selector-cross > span:nth-child(2) {
  height: 1px;
  width: 100%;
}
main.template-page-projectes .s-category-selector > div > #category-selector-menu {
  align-items: flex-start;
  cursor: initial;
  display: flex;
  background-color: hsl(0, 0%, 100%);
  flex-direction: column;
  gap: 10px;
  left: 0;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 10px 10px 16px 16px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1px);
  transition: opacity 0.3s;
  width: 150px;
  z-index: 20;
}
main.template-page-projectes .s-category-selector > div > #category-selector-menu > li {
  color: hsl(0, 0%, 0%);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
}
main.template-page-projectes .s-category-selector > div.opened > #category-selector-cross > span:nth-child(1) {
  opacity: 0;
}
main.template-page-projectes .s-category-selector > div.opened > #category-selector-menu {
  opacity: 1;
  pointer-events: all;
}
main.template-page-projectes .s-posts-grid {
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  row-gap: 5rem;
}
@media (width <= 1600px) {
  main.template-page-projectes .s-posts-grid {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    row-gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  main.template-page-projectes .s-posts-grid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}
main.template-page-projectes .s-posts-grid > div > a {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-date {
    padding-block: 1rem;
  }
}
main.template-single-actualitat .s-general-info {
  display: grid;
  grid-template-columns: repeat(19, 1fr);
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-general-info {
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }
}
main.template-single-actualitat .s-general-info__content {
  grid-column: 1/11;
}
@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-general-info__content {
    grid-column: 1/20;
  }
}
main.template-single-actualitat .s-general-info__description {
  margin-top: 2.5rem;
  max-width: 95%;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-general-info__description {
    margin-top: 1.5rem;
    max-width: 100%;
  }
}
main.template-single-actualitat .s-general-info__image {
  grid-column: 12/20;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-general-info__image {
    grid-column: 1/20;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-images-block {
    padding-block: 0;
  }
}
main.template-single-actualitat .s-text-block {
  display: grid;
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-text-block {
    padding-block: 1rem;
  }
}
main.template-single-actualitat .s-text-block__content {
  grid-column: 1/9;
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-text-block__content {
    grid-column: 1/20;
  }
}

main.template-single .s-general-info {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: grid;
  display: grid;
  grid-template-columns: 9fr 10fr;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  main.template-single .s-general-info {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-template-columns: 1fr;
  }
}
main.template-single .s-general-info__description {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  line-height: 1.2;
  margin-top: 1rem;
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  main.template-single .s-general-info__description {
    margin-top: 1rem;
    max-width: 100%;
  }
}
main.template-single .s-specific-info__grid {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
  row-gap: 0.25rem;
}
main.template-single .s-specific-info__grid > dt {
  text-align: right;
}

/*# sourceMappingURL=frontend.min.css.map*/