/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.96.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.96.1_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.81.0_webpack@5.96.1_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js!./assets/scss/frontend.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "HelveticaNowMicro";
  font-weight: 400;
  font-style: normal;
  src: url(../build/fonts/7506e7d2463866e8be9c.ttf) format("truetype");
}
@font-face {
  font-family: "HelveticaNowMicro";
  font-weight: 500;
  font-style: normal;
  src: url(../build/fonts/c88b3a1c79dd8ff03cf3.ttf) format("truetype");
}
@font-face {
  font-family: "HelveticaNowMicro";
  font-weight: 700;
  font-style: normal;
  src: url(../build/fonts/f711b3aa4767416edde8.ttf) format("truetype");
}
/***
    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: 0.5em;
}
.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;
}

.pt-05 {
  padding-top: 0.5em;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pt-4 {
  padding-top: 4em;
}

.pt-5 {
  padding-top: 5em;
}

.pb-05 {
  padding-bottom: 0.5em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.pb-5 {
  padding-bottom: 5em;
}

.section-padding {
  padding: max(8rem, min(4vw, 10rem)) max(1rem, min(3.5vw, 1.5rem));
}
@media only screen and (max-width: 1200px) {
  .section-padding {
    padding: max(5rem, min(4vw, 8rem)) 30px;
  }
}

.s-pad {
  padding: max(2rem, min(4vw, 2.5rem)) max(1rem, min(3.5vw, 1.5rem));
}
@media only screen and (max-width: 1200px) {
  .s-pad {
    padding: max(1.5rem, min(4vw, 2rem)) 16px;
  }
}

.main-title {
  align-items: end;
  padding-top: 180px;
}
.main-title h1,
.main-title h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(2.5rem, 3vw + 1rem, 3rem);
}
@media only screen and (max-width: 990px) {
  .main-title {
    padding-top: 50px;
  }
}

.s-typo {
  align-items: start;
}
.s-typo h2 {
  color: hsl(214, 100%, 50%);
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(2.125rem, 3vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
}
.s-typo p {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  letter-spacing: -0.06em;
  width: min(100%, 820px);
}

.grid-cols {
  display: grid;
  gap: 2em;
  grid-template-columns: 4fr 7fr;
}
@media only screen and (max-width: 1200px) {
  .grid-cols {
    gap: 1em;
    grid-template-columns: 1fr;
  }
}

*: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.5;
  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;
}

/* 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;
}

/* 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;
}

@view-transition {
  navigation: auto;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "HelveticaNowMicro";
  font-weight: 400;
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  color: hsl(0, 0%, 7%);
  line-height: 1.5;
}

#identitat,
#historia,
#equip,
#organigrama,
#compromis,
#linies-recerca,
#accio-socioeducativa,
#projectes,
#publicacions,
#programes-recursos,
#recursos-digitals {
  scroll-margin-top: 65px;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(20px);
    }
  }
}
.container {
  --padding: 1rem * 2;
  --max-width: 64rem;
  width: min(100% - var(--padding), var(--max-width));
  margin-inline: auto;
  padding: 5rem;
}

.container[data-type=narrow] {
  --max-width: min(40rem, 100% - 2rem);
}

.container[data-type=wide] {
  --max-width: 75rem;
}

.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(5rem, 10vh, 6rem);
}

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

:root {
  --icon-color-secondary: hsl(0, 0%, 96%);
}

.footer {
  background-color: hsl(0, 0%, 92%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 2em;
  grid-template-areas: "menu languages newsletter newsletter" ". . logos logos" "main-logo main-logo legal social";
}
@media only screen and (max-width: 1200px) {
  .footer {
    grid-template-areas: "menu languages newsletter newsletter" "logos logos logos logos" "legal legal social social" "main-logo main-logo . .";
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    grid-template-areas: "menu  menu languages languages" "newsletter newsletter newsletter newsletter" "logos logos logos logos" "legal legal social social" "main-logo main-logo . .";
  }
}
.footer__menu, .footer__newsletter {
  font-size: clamp(1.125rem, 1vw + 1rem, 1.625rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.75rem, 2vw + 1rem, 2.125rem);
}
.footer__menu {
  grid-area: menu;
}
.footer__menu > ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.footer__languages {
  grid-area: languages;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.footer__languages .main-menu {
  position: relative;
}
.footer__languages .main-menu > li {
  position: relative;
}
.footer__languages .main-menu > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.footer__languages .main-menu > li .sub-menu > li {
  font-size: clamp(0.75rem, 1vw + 1rem, 1rem);
  letter-spacing: -0.04em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  padding: 0.5em 0.25em 0.5em 0;
  width: 100%;
}
.footer__languages .main-menu > li .sub-menu > li:hover {
  background-color: hsl(0, 0%, 92%);
}
.footer__languages > svg {
  color: hsl(0, 0%, 7%);
  cursor: pointer;
  height: 15px;
  margin: 5px 0 0 5px;
  transition: all 0.3s ease-in-out;
  width: 15px;
}
.footer__languages > svg:hover {
  transform: rotate(180deg);
}
.footer__languages:hover > svg {
  transform: rotate(180deg);
}
.footer__languages:hover .main-menu > li .sub-menu {
  display: block;
}
.footer__newsletter {
  grid-area: newsletter;
}
.footer__newsletter > p {
  width: min(100%, 400px);
}
.footer__newsletter > form {
  display: flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  gap: 1rem;
  height: 50px;
  letter-spacing: -0.06em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  margin-top: 1rem;
}
.footer__newsletter > form > input {
  border: 1px solid hsl(0, 0%, 7%);
  padding: 0.5rem;
  width: 100%;
}
.footer__newsletter > form > button {
  background-color: hsl(0, 0%, 7%);
  border-radius: 0;
  color: hsl(0, 0%, 100%);
  display: grid;
  padding: 0.5rem 1rem;
  place-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  grid-area: logos;
}
.footer__logos > img {
  height: auto;
  max-height: 150px;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.footer__main-logo {
  align-items: end;
  display: grid;
  grid-area: main-logo;
}
.footer__main-logo > img {
  min-width: 200px;
}
.footer__legal {
  align-items: end;
  display: grid;
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  grid-area: legal;
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.438rem);
}
.footer__legal > ul {
  align-items: center;
  display: flex;
  gap: 1em;
  list-style: none;
}
.footer__legal > ul > li {
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.438rem);
  text-wrap: nowrap;
}
.footer__social {
  align-items: flex-end;
  display: flex;
  gap: 1em;
  grid-area: social;
  justify-content: flex-end;
}
.footer__social img,
.footer__social svg {
  aspect-ratio: 1/1;
  color: hsl(0, 0%, 7%);
  cursor: pointer;
  height: 34px;
  transition: all 0.5s ease-in-out;
}
.footer__social img:hover,
.footer__social svg:hover {
  color: hsl(214, 100%, 50%);
  scale: 1.05;
  transition: all 0.5s ease-in-out;
}

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px max(1rem, min(3.5vw, 1.5rem));
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .header {
    padding: 16px;
  }
}
.header__main {
  display: flex;
  gap: 5rem;
}
.header__logo {
  display: grid;
  place-items: center;
  width: auto;
}
.header__virtual {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__virtual a {
  display: flex;
  gap: 0.25rem;
  transition: color 0.3s ease;
}
.header__virtual a svg {
  transition: fill 0.3s ease;
  width: 1em;
  height: 1em;
}
.header__virtual a:hover svg, .header__virtual a:focus svg, .header__virtual a:active svg {
  color: hsl(214, 100%, 50%);
}
.header__languages {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.header__languages .main-menu {
  position: relative;
}
.header__languages .main-menu > li {
  position: relative;
}
.header__languages .main-menu > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.header__languages .main-menu > li .sub-menu > li {
  font-size: clamp(0.75rem, 1vw + 1rem, 1rem);
  letter-spacing: -0.04em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  padding: 0.5em 0.25em 0.5em 0;
  width: 100%;
}
.header__languages > svg {
  color: hsl(0, 0%, 7%);
  cursor: pointer;
  height: 15px;
  margin: 5px 0 0 5px;
  transition: all 0.3s ease-in-out;
  width: 15px;
  color: #ffffff;
}
.header__languages > svg:hover {
  transform: rotate(180deg);
}
.header__languages:hover > svg {
  transform: rotate(180deg);
}
.header__languages:hover .main-menu > li .sub-menu {
  display: block;
}
.header--default {
  color: hsl(0, 0%, 100%);
}
.header--default__virtual a {
  color: hsl(0, 0%, 100%);
}
.header--default__logo img {
  filter: none;
}
.header--color {
  color: hsl(0, 0%, 7%);
  background-color: hsl(0, 0%, 100%);
}
.header--color__virtual a {
  color: hsl(0, 0%, 7%);
}
.header--color .header__languages > svg {
  color: hsl(0, 0%, 7%);
  cursor: pointer;
  height: 15px;
  margin: 5px 0 0 5px;
  transition: all 0.3s ease-in-out;
  width: 15px;
}
.header--color .header__languages > svg:hover {
  transform: rotate(180deg);
}
.header--color__logo img {
  filter: invert(1);
}

.mainmenu {
  align-items: center;
  display: flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  font-weight: 400;
  gap: 3rem;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
}
.mainmenu.link-home > ul > li .sub-menu > li a {
  color: hsl(0, 0%, 100%);
}
.mainmenu ul {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  text-align: center;
}
.mainmenu ul > li {
  position: relative;
}
.mainmenu ul > li:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
.mainmenu ul > li > a {
  position: relative;
  text-decoration: none;
}
.mainmenu ul > li > a:after {
  content: "";
  background-color: hsl(214, 100%, 50%);
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0;
}
.mainmenu ul > li > a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .mainmenu {
    background-color: hsl(0, 0%, 100%);
    flex-direction: column;
    height: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    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(214, 100%, 50%);
    font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
    height: 100vh;
    padding: 5vw;
    pointer-events: all;
    width: 100vw;
    display: grid;
    place-items: center;
  }
  .mainmenu.expanded > * {
    opacity: 1;
    transition: all 0.4s ease 0.4s;
  }
  .mainmenu.expanded ul {
    border-radius: 10px;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
  }
  .mainmenu.expanded ul li {
    margin: 0.5rem 0;
  }
  .mainmenu.expanded ul li a:hover {
    color: hsl(0, 0%, 92%);
  }
}
.mainmenu .sub-menu {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: transparent;
  border-radius: 10px;
  color: hsl(0, 0%, 0%);
  display: flex;
  flex-direction: column;
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  gap: 0;
  left: -14px;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  opacity: 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
  pointer-events: none;
  position: absolute;
  text-wrap: nowrap;
  top: 102%;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
.mainmenu .sub-menu li {
  margin: 0.5rem 0;
}
.btn, .btn--header {
  background-color: hsl(0, 0%, 7%);
  border-radius: 3rem;
  border: 1px solid hsl(0, 0%, 0%);
  cursor: pointer;
  color: hsl(0, 0%, 100%);
  display: inline-flex;
  font-family: "HelveticaNowMicro";
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  font-weight: 700;
  gap: 0.5em;
  padding: 0.75em 2em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.btn > img, .btn--header > img {
  width: 20px;
  height: 20px;
}
.btn:hover, .btn--header:hover, .btn:active, .btn--header:active, .btn:focus, .btn--header:focus {
  background-color: black;
  color: white;
}
.btn:hover > img, .btn--header:hover > img, .btn:active > img, .btn--header:active > img, .btn:focus > img, .btn--header:focus > img {
  filter: invert(1);
}

.btn--header {
  min-width: 9rem;
  font-size: 1.9rem;
  background-color: inherit;
}

.card-home {
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.card-home article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.card-home figure {
  aspect-ratio: 448/275;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.card-home figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.card-home figure .overlay {
  background-color: rgba(0, 110.5, 255, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 2;
}
.card-home figure svg {
  color: hsl(0, 0%, 100%);
  height: 2rem;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.3s ease;
  width: 2rem;
  z-index: 3;
}
.card-home div {
  padding: 1em 0;
}
.card-home div h2 {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 1vw + 1rem, 1.625rem);
  margin: 0;
}
.card-home:hover figure .overlay {
  opacity: 1;
}
.card-home:hover figure svg {
  opacity: 1;
}
.card-home:hover h2 {
  color: hsl(214, 100%, 50%);
}

.card-member {
  transition: background-color 0.3s ease-in-out;
}
.card-member:hover .card-member__image {
  filter: grayscale(0);
}
.card-member:hover .card-member__social-links a {
  color: hsl(214, 100%, 50%);
}
.card-member__image {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.card-member__name {
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: clamp(0.75rem, 1vw + 1rem, 1rem);
  margin: 10px 0 5px 0;
}
.card-member__email {
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  letter-spacing: -0.06em;
  line-height: clamp(0.75rem, 1vw + 1rem, 1rem);
  margin: 5px 0;
}
.card-member__email a {
  text-decoration: none;
}
.card-member__social-links {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  gap: 5px;
  letter-spacing: -0.06em;
  line-height: clamp(0.75rem, 1vw + 1rem, 1rem);
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.card-member__social-links li {
  display: inline;
}
.card-member__social-links li a {
  color: hsl(0, 0%, 44%);
  font-size: 1rem;
  text-decoration: none;
}
.card-member__social-links li a:hover {
  color: hsl(214, 100%, 50%);
}

.card-recursos {
  overflow: hidden;
}
.card-recursos:hover .card-recursos__image img {
  transform: scale(1.05);
}
.card-recursos:hover .card-recursos__title {
  color: hsl(214, 100%, 50%);
}
.card-recursos__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.card-recursos__image {
  aspect-ratio: 3/2;
  height: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
}
.card-recursos__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.card-recursos__title {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 1vw + 1rem, 1.625rem);
  transition: color 0.3s ease-in-out;
}
.card-recursos__authors {
  color: hsl(0, 0%, 7%);
  opacity: 0.5;
  font-size: clamp(0.75rem, 1vw + 1rem, 0.938rem);
  line-height: clamp(0.875rem, 1vw + 1rem, 1.188rem);
  margin-top: 0.5rem;
}

.card-actualitat {
  border-bottom: 2px solid hsl(0, 0%, 7%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.card-actualitat > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.25rem;
  margin-top: 1rem;
}
.card-actualitat > figure {
  height: 350px;
  overflow: hidden;
  width: 100%;
}
.card-actualitat > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card-actualitat__category {
  border-radius: 0.25rem;
  border: 1px solid hsl(214, 100%, 50%);
  color: hsl(214, 100%, 50%);
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  height: -moz-max-content;
  height: max-content;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  padding: 0.25em 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: -0.6px;
}
.card-actualitat__title {
  font-size: clamp(1rem, 2vw + 1rem, 1.75rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
.card-actualitat__description {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}
.card-actualitat__link {
  display: inline-flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
  margin-top: 3vw;
  transition: color 0.3s ease;
}
.card-actualitat__link svg {
  width: 1em;
  height: 1em;
  transition: fill 0.3s ease;
}
.card-actualitat__link:hover svg {
  color: hsl(214, 100%, 50%);
}

.c-hamburger {
  align-items: center;
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 4rem;
  justify-content: center;
  margin-right: 1rem;
  position: relative;
  transition: all 0.2s ease-out;
  z-index: 102;
  /* Styling the hamburger lines */
}
@media only screen and (max-width: 990px) {
  .c-hamburger {
    display: flex;
  }
}
.c-hamburger__line {
  width: 22px;
  height: 4px;
  margin: 0 0 5px 0;
  background: hsl(0, 0%, 7%);
  transition: transform 0.5s ease, opacity 0.2s ease;
}
.c-hamburger__line:last-of-type {
  margin-bottom: 0;
}
.c-hamburger.expanded .c-hamburger__line {
  color: black;
  background: hsl(90, 90%, 90%);
  width: 29px;
}
.c-hamburger.expanded .c-hamburger__line:nth-child(1) {
  transform: rotate(45deg) translate(6.3px, 6.3px);
}
.c-hamburger.expanded .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.expanded .c-hamburger__line:nth-child(3) {
  transform: rotate(-45deg) translate(6.3px, -6.3px);
}

.wpcf7 {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: hsl(0, 0%, 7%) !important;
}

.wpcf7-form {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.05em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
}
.wpcf7-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  margin: 5px 0 0.5em 0;
  padding: 0.75em;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    width: 100%;
  }
}
.wpcf7-form textarea {
  resize: vertical;
  height: 100px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: hsl(0, 0%, 7%);
  outline: none;
}
.wpcf7-form .form-submit input[type=submit] {
  background-color: hsl(0, 0%, 100%);
  color: hsl(214, 100%, 50%);
  cursor: pointer;
  padding: 0.75em 1.5em;
  width: -moz-max-content;
  width: max-content;
}
.wpcf7-form .form-submit input[type=submit]:hover {
  background-color: hsl(0, 0%, 7%);
  color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 7%);
}

main.template-page-actualitat > h1 {
  font-size: clamp(3.75rem, 5vw + 1rem, 5rem);
  font-weight: 400;
  line-height: clamp(4.375rem, 5vw + 1rem, 5.25rem);
  letter-spacing: -0.06em;
  padding-bottom: 0.5em;
  margin-top: 5rem;
}
@media only screen and (max-width: 990px) {
  main.template-page-actualitat > h1 {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  main.template-page-actualitat > h1 {
    margin-top: 2rem;
  }
}
main.template-page-actualitat .s-posts-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}

main.template-page-contacte {
  background-color: hsl(214, 100%, 50%);
  color: hsl(0, 0%, 100%);
}
main.template-page-contacte > div {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
  min-height: 100dvh;
  min-height: 100vh;
  place-items: center;
}
@media only screen and (max-width: 990px) {
  main.template-page-contacte > div {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
main.template-page-contacte .s-message > h1 {
  font-size: clamp(3.75rem, 5vw + 1rem, 5rem);
  line-height: clamp(4.375rem, 5vw + 1rem, 5.25rem);
  letter-spacing: -0.06em;
}
main.template-page-contacte .s-message > p {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(2.5rem, 3vw + 1rem, 3rem);
  padding-top: 1em;
}

.template-home .s-hero {
  align-items: center;
  display: grid;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
.template-home .s-hero__overlay {
  background-color: hsl(214, 100%, 50%);
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.template-home .s-hero__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.template-home .s-hero__background video,
.template-home .s-hero__background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
.template-home .s-hero__content {
  color: hsl(0, 0%, 100%);
  display: grid;
  height: auto;
  padding: clamp(16px, 7vw, 20px);
  position: relative;
  z-index: 6;
  width: min(100%, 800px);
}
.template-home .s-hero__content > h1 {
  font-size: clamp(2.5rem, 5vw + 1rem, 3.75rem);
  letter-spacing: -0.06em;
  line-height: clamp(3.75rem, 5vw + 1rem, 4.5rem);
}
.template-home .s-hero__content > a {
  display: inline-flex;
  color: hsl(0, 0%, 100%);
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
  margin-top: 2vw;
  transition: color 0.3s ease;
}
.template-home .s-hero__content > a svg {
  width: 1em;
  height: 1em;
  transition: fill 0.3s ease;
}
.template-home .s-hero__content > a:hover svg {
  color: hsl(214, 100%, 50%);
}
.template-home .s-grup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .template-home .s-grup {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.template-home .s-grup > * {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
.template-home .s-grup > h3 {
  color: hsl(214, 100%, 50%);
  width: min(100%, 620px);
}
.template-home .s-grup > p {
  margin-bottom: 60px;
}
.template-home .s-projectes {
  background-color: hsl(0, 0%, 92%);
}
.template-home .s-projectes__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .template-home .s-projectes__content {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }
}
.template-home .s-projectes__content > h2 {
  font-size: clamp(3.75rem, 5vw + 1rem, 5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(4.375rem, 5vw + 1rem, 5.25rem);
  width: min(100%, 600px);
}
.template-home .s-projectes__content > div {
  display: flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  gap: 6rem;
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
}
@media only screen and (max-width: 1200px) {
  .template-home .s-projectes__content > div {
    flex-direction: column;
    gap: 1rem;
  }
}
.template-home .s-projectes__content > div a {
  color: hsl(214, 100%, 50%);
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  height: -moz-max-content;
  height: max-content;
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  text-wrap: nowrap;
  transition: color 0.3s ease;
}
.template-home .s-projectes__content > div a svg {
  height: 1em;
  transition: fill 0.3s ease;
  width: 1em;
  display: inline;
}
.template-home .s-projectes__content > div a:hover svg, .template-home .s-projectes__content > div a:focus svg, .template-home .s-projectes__content > div a:active svg {
  color: hsl(0, 0%, 7%);
}
.template-home .s-projectes__posts {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  margin: 0;
}
.template-home .s-image {
  max-height: 600px;
  overflow: hidden;
  width: 100%;
}
.template-home .s-image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
.template-home .s-inscripcions {
  background-color: hsl(214, 100%, 50%);
  color: hsl(0, 0%, 100%);
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 990px) {
  .template-home .s-inscripcions {
    grid-template-columns: 1fr;
  }
}
.template-home .s-inscripcions__content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: min(100%, 613px);
}
.template-home .s-inscripcions__content > h3 {
  font-size: clamp(2.5rem, 5vw + 1rem, 3.5rem);
  line-height: clamp(3.125rem, 5vw + 1rem, 3.75rem);
  letter-spacing: -0.06em;
}
.template-home .s-inscripcions__content > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.05em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
  width: min(100%, 500px);
}
.template-home .s-twitter > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.template-home .s-twitter > header > a {
  color: hsl(214, 100%, 50%);
  display: inline-flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  gap: 0.25rem;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
  transition: color 0.3s ease;
}
.template-home .s-twitter > header > a svg {
  width: 1em;
  height: 1em;
  transition: color 0.3s ease;
}

main.template-page-grup .s-intro__image {
  overflow: hidden;
  width: 100%;
}
main.template-page-grup .s-intro__image > video {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-grup .s-intro__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
main.template-page-grup .s-identitat__activity {
  margin-top: 3rem;
}
main.template-page-grup .s-identitat__activity > h4 {
  font-size: clamp(1rem, 2vw + 1rem, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  padding-bottom: 1em;
}
main.template-page-grup .s-identitat__activity > ul {
  margin-bottom: 2em;
  width: min(100%, 820px);
}
main.template-page-grup .s-identitat__activity > ul > li {
  border-top: 1px solid hsl(0, 0%, 92%);
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 1.875rem);
  padding: 15px 0;
}
main.template-page-grup .s-identitat__activity > ul:last-child {
  border-bottom: 1px solid hsl(0, 0%, 92%);
}
main.template-page-grup .s-identitat__vision {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 5rem 0;
}
@media only screen and (max-width: 767px) {
  main.template-page-grup .s-identitat__vision {
    grid-template-columns: 1fr;
  }
}
main.template-page-grup .s-identitat__vision > article {
  border-top: 2px solid hsl(0, 0%, 7%);
}
main.template-page-grup .s-identitat__vision > article > h3 {
  font-size: clamp(1rem, 2vw + 1rem, 1.75rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  padding: 0.5em 0 1em 0;
}
@media only screen and (max-width: 767px) {
  main.template-page-grup .s-identitat__vision > article > h3 {
    padding: 0.5em 0 0.625em 0;
  }
}
main.template-page-grup .s-identitat__vision > article > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}
main.template-page-grup .s-equip {
  background-color: hsl(0, 0%, 7%);
  color: hsl(0, 0%, 100%);
  padding-top: 50px;
  width: 100%;
}
main.template-page-grup .s-equip > h2 {
  color: hsl(0, 0%, 100%);
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(2.125rem, 3vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
}
main.template-page-grup .s-equip__members {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(0, 220px));
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  main.template-page-grup .s-equip__members {
    gap: 1rem;
    margin-top: 1rem;
  }
}
main.template-page-grup .s-organigrama > h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  letter-spacing: -0.06em;
}
main.template-page-grup .s-organigrama__content {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}
main.template-page-grup .s-organigrama__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  main.template-page-grup .s-organigrama__grid {
    grid-template-columns: 1fr;
    margin-top: 1em;
  }
}
main.template-page-grup .s-organigrama__grid > article {
  background-color: hsl(0, 0%, 92%);
  padding: 2rem;
  width: min(100%, 450px);
}
main.template-page-grup .s-organigrama__grid > article > h3 {
  font-weight: 700;
  padding-bottom: 0.5em;
}
main.template-page-grup .s-organigrama__grid > article > h4 {
  text-decoration: underline;
  padding-top: 1em;
}
main.template-page-grup .s-organigrama .coordinator,
main.template-page-grup .s-organigrama .researcher {
  position: relative;
}
main.template-page-grup .s-organigrama .coordinator.with-chair::before,
main.template-page-grup .s-organigrama .researcher.with-chair::before {
  content: "";
  background-color: hsl(214, 100%, 50%);
  border-radius: 50%;
  display: inline-block;
  font-weight: 700;
  height: 10px;
  left: -1rem;
  margin-right: 3px;
  position: absolute;
  top: 7px;
  width: 10px;
}
main.template-page-grup .s-organigrama .researchers {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
main.template-page-grup .s-organigrama__legend {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.06em;
  margin-top: 2em;
  width: min(100%, 300px);
}
main.template-page-grup .s-organigrama__legend::before {
  content: "";
  background-color: hsl(214, 100%, 50%);
  border-radius: 50%;
  display: inline-block;
  font-weight: 700;
  height: 10px;
  margin-right: 3px;
  width: 10px;
}
main.template-page-grup .s-compromis {
  background-color: hsl(214, 100%, 50%);
  color: hsl(0, 0%, 100%);
  padding-top: 50px;
  width: 100%;
}
main.template-page-grup .s-compromis__titles > h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(2.5rem, 3vw + 1rem, 3rem);
  letter-spacing: -0.06em;
  max-width: 330px;
}
main.template-page-grup .s-compromis__titles > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
  width: min(100%, 550px);
}
main.template-page-grup .s-compromis__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 5em 0 3em 0;
}
@media only screen and (max-width: 767px) {
  main.template-page-grup .s-compromis__grid {
    gap: 1rem;
    margin: 2em 0 1em 0;
  }
}
main.template-page-grup .s-compromis__grid > article {
  border-top: 2px solid hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
  gap: 2em;
  justify-content: space-between;
}
main.template-page-grup .s-compromis__grid > article > h3 {
  font-size: clamp(1rem, 2vw + 1rem, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  padding-top: 0.5em;
}
main.template-page-grup .s-compromis__grid > article > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}

main.template-page-privacitat .s-privacitat {
  margin-top: 3vw;
}
main.template-page-privacitat .s-privacitat > h1 {
  font-size: clamp(2.5rem, 5vw + 1rem, 3.75rem);
  letter-spacing: -0.06em;
  line-height: clamp(3.75rem, 5vw + 1rem, 4.5rem);
}
main.template-page-privacitat .s-privacitat > h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(2.5rem, 3vw + 1rem, 3rem);
}
main.template-page-privacitat .s-privacitat > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.05em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
}

main.template-page-recerca .s-intro__image {
  overflow: hidden;
  width: 100%;
}
main.template-page-recerca .s-intro__image > video {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-recerca .s-intro__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
main.template-page-recerca .s-accio {
  background-color: hsl(0, 0%, 92%);
}
main.template-page-recerca .s-accio > h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  font-weight: 400;
  line-height: clamp(2.375rem, 3vw + 1rem, 2.75rem);
  letter-spacing: -0.06em;
  padding-bottom: 5em;
  width: min(100%, 550px);
}
@media only screen and (max-width: 767px) {
  main.template-page-recerca .s-accio > h2 {
    padding-bottom: 2em;
  }
}
main.template-page-recerca .s-accio__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  main.template-page-recerca .s-accio__grid {
    grid-template-columns: 1fr;
  }
}
main.template-page-recerca .s-accio__grid > article {
  border-top: 2px solid hsl(0, 0%, 7%);
}
main.template-page-recerca .s-accio__grid > article > h3 {
  font-size: clamp(1rem, 2vw + 1rem, 1.75rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  padding: 0.5em 0 1em 0;
}
@media only screen and (max-width: 767px) {
  main.template-page-recerca .s-accio__grid > article > h3 {
    padding: 0.5em 0 0.625em 0;
  }
}
main.template-page-recerca .s-accio__grid > article > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
  font-weight: bold;
  padding: 1.5em 0 1em 0;
}
@media only screen and (max-width: 767px) {
  main.template-page-recerca .s-accio__grid > article > p {
    padding: 0.5em 0 0.625em 0;
  }
}
main.template-page-recerca .s-projectes__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.template-page-recerca .s-projectes__content > h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  font-weight: 400;
  line-height: clamp(2.375rem, 3vw + 1rem, 2.75rem);
  letter-spacing: -0.06em;
}
main.template-page-recerca .s-projectes__content > a {
  display: inline-flex;
  color: hsl(214, 100%, 50%);
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  transition: color 0.3s ease;
}
main.template-page-recerca .s-projectes__content > a svg {
  width: 1em;
  height: 1em;
  transition: fill 0.3s ease;
}
main.template-page-recerca .s-projectes__content > a:hover svg {
  color: hsl(214, 100%, 50%);
}
main.template-page-recerca .s-projectes__posts {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 2em 0;
}
@media only screen and (max-width: 767px) {
  main.template-page-recerca .s-projectes__posts {
    grid-template-columns: 1fr;
    margin: 1em 0;
  }
}

main.template-page-recursos .s-intro__image {
  overflow: hidden;
  width: 100%;
}
main.template-page-recursos .s-intro__image > video {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-recursos .s-intro__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
main.template-page-recursos .s-projectes__content > h2 {
  font-size: clamp(3.75rem, 5vw + 1rem, 5rem);
  font-weight: 500;
  line-height: clamp(4.375rem, 5vw + 1rem, 5.25rem);
  letter-spacing: -0.06em;
}
main.template-page-recursos .s-projectes__content > a {
  display: inline-flex;
  color: hsl(214, 100%, 50%);
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  transition: color 0.3s ease;
}
main.template-page-recursos .s-projectes__content > a svg {
  width: 1em;
  height: 1em;
  transition: fill 0.3s ease;
}
main.template-page-recursos .s-projectes__content > a:hover svg {
  color: hsl(214, 100%, 50%);
}
main.template-page-recursos .s-projectes__posts {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 3em 0 0 0;
}
@media only screen and (max-width: 990px) {
  main.template-page-recursos .s-projectes__posts {
    grid-template-columns: repeat(2, 1fr);
    margin: 2em 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  main.template-page-recursos .s-projectes__posts {
    grid-template-columns: 1fr;
    margin: 1em 0 0 0;
  }
}
main.template-page-recursos .s-digital {
  background-color: hsl(0, 0%, 92%);
  margin-bottom: 1.5rem;
}
main.template-page-recursos .s-digital > ul {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 5em 0 2em 0;
  row-gap: 4rem;
}
@media only screen and (max-width: 990px) {
  main.template-page-recursos .s-digital > ul {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 2em 0 1em 0;
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  main.template-page-recursos .s-digital > ul {
    grid-template-columns: 1fr;
  }
}
main.template-page-recursos .s-digital > ul > li {
  border-top: 1px solid hsl(0, 0%, 7%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
main.template-page-recursos .s-digital > ul > li > h3 {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.375rem);
}
main.template-page-recursos .s-digital > ul > li > a {
  color: hsl(214, 100%, 50%);
  font-size: clamp(0.75rem, 1vw + 1rem, 1rem);
  letter-spacing: -0.06em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
}
main.template-page-recursos .s-programes__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
main.template-page-recursos .s-programes__header > h2 {
  color: hsl(214, 100%, 50%);
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(2.125rem, 3vw + 1rem, 2.5rem);
}
main.template-page-recursos .s-programes__header > a {
  color: hsl(214, 100%, 50%);
  display: inline-flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
  transition: color 0.3s ease;
}
main.template-page-recursos .s-programes__header > a svg {
  width: 1em;
  height: 1em;
  transition: fill 0.3s ease;
}
main.template-page-recursos .s-programes__header > a:hover svg {
  color: hsl(214, 100%, 50%);
}
main.template-page-recursos .s-programes > ul {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
  margin-block: 2em 3em;
  row-gap: 2.5rem;
}
@media only screen and (max-width: 990px) {
  main.template-page-recursos .s-programes > ul {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-block: 1em 2em;
    row-gap: 1.5rem;
  }
}
main.template-page-recursos .s-programes > ul > li > article > a {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 4fr;
  row-gap: 0.5rem;
}
main.template-page-recursos .s-programes > ul > li > article > a > span {
  background-color: lightgray;
  max-width: 100px;
}
main.template-page-recursos .s-programes > ul > li > article > a > div {
  aspect-ratio: 3/2;
  grid-row: 1/3;
  max-width: 100px;
  overflow: hidden;
}
main.template-page-recursos .s-programes > ul > li > article > a > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.template-page-recursos .s-programes > ul > li > article > a > h3 {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
main.template-page-recursos .s-programes > ul > li > article > a p {
  font-size: clamp(0.75rem, 1vw + 1rem, 0.938rem);
  grid-column: 2/3;
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.375rem);
}

main.template-single-actualitat {
  display: grid;
  place-items: end;
}
main.template-single-actualitat img {
  height: auto;
  width: 100%;
}
main.template-single-actualitat .s-intro {
  margin-top: 5rem;
}
@media only screen and (max-width: 990px) {
  main.template-single-actualitat .s-intro {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  main.template-single-actualitat .s-intro {
    margin-top: 2rem;
  }
}
main.template-single-actualitat .s-intro > div {
  align-items: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.template-single-actualitat .s-intro h1 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(2.5rem, 3vw + 1rem, 3rem);
  margin-bottom: 0.5em;
}
main.template-single-actualitat .s-intro__back {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding-top: 1rem;
}
main.template-single-actualitat .s-intro__back > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}
main.template-single-actualitat .s-intro__back img {
  height: 19px;
}
main.template-single-actualitat .s-intro a svg {
  color: rebeccapurple;
  height: 12px;
  width: 12px;
}
main.template-single-actualitat .s-categroy {
  border-top: 1px solid hsl(0, 0%, 7%);
  padding: 1.5em 0em 3em 0em;
}
main.template-single-actualitat .s-categroy > p {
  border-radius: 0.25rem;
  border: 1px solid hsl(214, 100%, 50%);
  color: hsl(214, 100%, 50%);
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  font-weight: 400;
  height: -moz-max-content;
  height: max-content;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  margin-left: 1.5em;
  padding: 0.25em 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 990px) {
  main.template-single-actualitat .s-categroy > p {
    margin-left: 0;
  }
}
main.template-single-actualitat .s-categroy > h2 {
  font-size: clamp(1.125rem, 1vw + 1rem, 1.625rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  margin-bottom: 0.5em;
}
main.template-single-actualitat .s-image {
  width: min(90%, 1200px);
}
@media only screen and (max-width: 990px) {
  main.template-single-actualitat .s-image {
    width: 100%;
  }
}
main.template-single-actualitat .s-content {
  margin-top: 3em;
}
@media only screen and (max-width: 990px) {
  main.template-single-actualitat .s-content {
    margin-top: 1em;
  }
}
main.template-single-actualitat .s-content h3 {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  font-weight: 400;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  letter-spacing: -0.06em;
  padding: 1.5em 0em 1em 0em;
}
main.template-single-actualitat .s-content p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  font-weight: 400;
  line-height: clamp(1.5rem, 2vw + 1rem, 1.875rem);
  letter-spacing: -0.06em;
}

main.template-single-projectes {
  display: grid;
  padding-block: 100px;
  place-items: center;
}
@media only screen and (max-width: 767px) {
  main.template-single-projectes {
    padding-block: 50px;
  }
}
main.template-single-projectes img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  main.template-single-projectes .s-intro > div {
    align-items: start;
    gap: 1rem;
  }
}
main.template-single-projectes .s-intro h1 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(2.5rem, 3vw + 1rem, 3rem);
  margin-bottom: 0.5em;
}
main.template-single-projectes .s-intro__aside {
  align-items: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(100%, 400px);
}
@media only screen and (max-width: 767px) {
  main.template-single-projectes .s-intro__aside {
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
  }
}
main.template-single-projectes .s-intro__back {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  padding-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  main.template-single-projectes .s-intro__back {
    padding-top: 0;
  }
}
main.template-single-projectes .s-intro__back:hover img {
  filter: invert(1);
  margin-right: 0.5rem;
}
main.template-single-projectes .s-intro__back > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}
main.template-single-projectes .s-intro__back img {
  height: 14px;
  margin-right: 0;
  transition: all 0.3s ease;
}
main.template-single-projectes .s-intro__projects {
  display: inline-flex;
  color: hsl(214, 100%, 50%);
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
  transition: color 0.3s ease;
}
main.template-single-projectes .s-intro__projects svg {
  width: 1em;
  height: 1em;
  transition: fill 0.3s ease;
}
main.template-single-projectes .s-intro__projects:hover svg {
  color: hsl(214, 100%, 50%);
}
@media only screen and (max-width: 767px) {
  main.template-single-projectes .s-content {
    margin-top: 0em;
  }
}
main.template-single-projectes .s-content__aside {
  align-items: end;
  display: flex;
  flex-direction: column;
  width: min(100%, 400px);
}
@media only screen and (max-width: 767px) {
  main.template-single-projectes .s-content__aside {
    align-items: start;
    width: 100%;
  }
}
main.template-single-projectes .s-content__aside a {
  font-weight: 700;
}
main.template-single-projectes .s-content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.06em;
  padding: 0em 0em 1em 0em;
}
main.template-single-projectes .s-content p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 1.875rem);
}

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