/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.3_webpack@5.104.1/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.2.0_postcss@8.5.6_webpack@5.104.1/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.6_sass@1.97.3_webpack@5.104.1/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(189, 100%, 34%);
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(2.125rem, 3vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
  width: min(100%, 14ch);
}
.s-typo h2.large {
  width: min(100%, 25ch);
}
.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);
}

.formacio {
  align-items: start;
}
.formacio h2 {
  color: hsl(189, 100%, 34%);
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(2.125rem, 3vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
  width: min(100%, 14ch);
}
.formacio p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1rem);
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
  letter-spacing: -0.06em;
  width: min(100%, 900px);
}

.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;
  }
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

*: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;
}
@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);
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
.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(189, 100%, 34%);
  scale: 1.05;
  transition: all 0.5s ease-in-out;
}

.header {
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.02), 0px 22px 18px rgba(0, 0, 0, 0.03), 0px 100px 80px rgba(0, 0, 0, 0.05);
  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 {
  color: hsl(0, 0%, 0%);
  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(189, 100%, 34%);
}
.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 {
  color: hsl(0, 0%, 0%);
  position: relative;
  text-decoration: none;
}
.mainmenu ul > li > a:after {
  content: "";
  background-color: hsl(189, 100%, 34%);
  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(189, 100%, 34%);
    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 {
  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--link, .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 300ms ease, color 300ms ease;
  width: -moz-fit-content;
  width: fit-content;
}
.btn > img, .btn--link > img, .btn--header > img {
  width: 20px;
  height: 20px;
}
.btn:hover, .btn--link:hover, .btn--header:hover, .btn:active, .btn--link:active, .btn--header:active, .btn:focus, .btn--link:focus, .btn--header:focus {
  background-color: black;
  color: white;
}
.btn:hover > img, .btn--link:hover > img, .btn--header:hover > img, .btn:active > img, .btn--link:active > img, .btn--header:active > img, .btn:focus > img, .btn--link:focus > img, .btn--header:focus > img {
  filter: invert(1);
}

.btn--header {
  background-color: transparent;
  border: none;
  font-weight: 400;
  text-transform: none;
}
.btn--header:hover, .btn--header:active, .btn--header:focus {
  background-color: transparent;
  color: black;
}
.btn--header:hover > img, .btn--header:active > img, .btn--header:focus > img {
  filter: invert(1);
}

.btn--link {
  align-items: center;
  background-color: transparent;
  border: none;
  color: hsl(189, 100%, 34%);
  display: flex;
  font-weight: 400;
  gap: 0.25em;
  padding: 0;
  text-transform: none;
}
.btn--link > svg {
  aspect-ratio: 1/1;
  height: 22px;
  width: auto;
}
.btn--link:hover, .btn--link:active, .btn--link:focus {
  background-color: transparent;
  color: hsl(189, 100%, 34%);
}
.btn--link:hover > svg, .btn--link:active > svg, .btn--link:focus > svg {
  color: black;
}

.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;
}
@media only screen and (max-width: 990px) {
  .c-hamburger {
    display: flex;
  }
}
.c-hamburger {
  /* Styling the hamburger lines */
}
.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);
}

.card-curso {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card-curso__image {
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
  width: auto;
}
.card-curso__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card-curso__date {
  color: hsl(189, 100%, 34%);
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.75rem);
  margin-block: 1rem 0;
}
.card-curso__title {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.75rem);
  margin-block: 1.25rem 0;
}
.card-curso__description {
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  letter-spacing: -0.06em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
}
.card-curso__link {
  display: flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  gap: 0.1em;
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
  margin-block: 1rem 0;
}
.card-curso__link:hover > svg {
  color: hsl(189, 100%, 34%);
}
.card-curso__link > svg {
  aspect-ratio: 1/1;
  height: 15px;
  transition: color 300ms ease;
  width: auto;
}

.card-home > a {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  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, 147.39, 173.4, 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__title {
  border-bottom: 2px solid hsl(0, 0%, 0%);
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  padding-block: 0 1rem;
  transition: color 0.3s ease;
}
.card-home__description {
  font-size: clamp(1rem, 2vw + 1rem, 1.75rem);
  letter-spacing: -0.05em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  margin: 0;
}
.card-home:hover figure .overlay {
  opacity: 1;
}
.card-home:hover figure svg {
  opacity: 1;
}
.card-home:hover h2 {
  color: hsl(189, 100%, 34%);
}

.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(189, 100%, 34%);
}
.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__rol {
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  font-weight: 400;
  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(189, 100%, 34%);
}

.card-monografic {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  display: grid;
  grid-template-columns: auto 6fr;
}
.card-monografic__image {
  max-height: 102px;
  overflow: hidden;
  width: auto;
}
.card-monografic__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card-monografic__content {
  width: min(100%, 540px);
}
.card-monografic__title {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
.card-monografic__authors {
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  letter-spacing: -0.06em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  margin-block: 0.5rem 0;
}
.card-monografic__description {
  color: hsl(0, 0%, 57%);
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  letter-spacing: -0.06em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  margin-block: 0.5rem 0;
}
.card-monografic__tematica {
  font-size: clamp(0.7rem, 1vw + 1rem, 0.8125rem);
  letter-spacing: -0.06em;
  line-height: clamp(0.75rem, 1vw + 1rem, 1rem);
  margin-block: 0.5rem 0;
}
.card-monografic__tematica a {
  color: hsl(0, 0%, 0%);
  text-decoration: underline;
  transition: color 300ms ease;
}
.card-monografic__tematica a:hover {
  color: hsl(189, 100%, 34%);
}
.card-monografic__link {
  color: hsl(189, 100%, 34%);
  display: flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  gap: 0.1em;
  letter-spacing: -0.06em;
  line-height: clamp(0.75rem, 1vw + 1rem, 1rem);
  margin-block: 1rem 0;
}
.card-monografic__link:hover > svg {
  color: hsl(189, 100%, 34%);
}
.card-monografic__link > svg {
  aspect-ratio: 1/1;
  height: 15px;
  transition: color 300ms ease;
  width: auto;
}

.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(189, 100%, 34%);
  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%);
}

.convocatories,
.destinataris {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}
.convocatories.title-hidden > h3,
.destinataris.title-hidden > h3 {
  display: none;
}
.convocatories > h3,
.destinataris > h3 {
  border-bottom: 1px solid hsl(0, 0%, 0%);
  font-weight: 700;
  letter-spacing: -0.06em;
  padding-block: 1rem;
}
.convocatories__item,
.destinataris__item {
  border-bottom: 1px solid hsl(0, 0%, 0%);
  padding-block: 1rem;
}
.convocatories__item > a,
.destinataris__item > a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.convocatories__item > a:hover > svg,
.destinataris__item > a:hover > svg {
  transform: scale(1.1) rotate(135deg);
}
.convocatories__item > a > svg,
.destinataris__item > a > svg {
  color: hsl(189, 100%, 34%);
  height: 1.5rem;
  transform: scale(1) rotate(135deg);
  transition: transform 400ms ease;
  width: 1.5rem;
}

main.template-page-adolescencia .s-intro {
  padding-top: 180px;
}
main.template-page-adolescencia .s-intro h1 {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
main.template-page-adolescencia .s-intro 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.template-page-adolescencia .s-intro {
    padding-top: 50px;
  }
}
main.template-page-adolescencia .s-intro__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
main.template-page-adolescencia .s-intro__content .richtext {
  margin-block: 0.5rem 0;
}
main.template-page-adolescencia .s-intro__content .btn--link {
  font-weight: 500;
}
main.template-page-adolescencia .s-intro__content .btn--link > img {
  height: 16px;
  transform: rotate(-45deg);
  width: 16px;
}
main.template-page-adolescencia .s-destinataris,
main.template-page-adolescencia .s-pelicules {
  align-items: start;
  margin-block: 0 1.5rem;
}
main.template-page-adolescencia .s-destinataris h2,
main.template-page-adolescencia .s-pelicules h2 {
  color: hsl(189, 100%, 34%);
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(2.125rem, 3vw + 1rem, 2.5rem);
  width: min(100%, 14ch);
}
main.template-page-adolescencia .s-destinataris h2.large,
main.template-page-adolescencia .s-pelicules h2.large {
  width: min(100%, 25ch);
}
main.template-page-adolescencia .s-destinataris p,
main.template-page-adolescencia .s-pelicules p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
  width: min(100% - 1rem, 1000px);
}
main.template-page-adolescencia .s-curs {
  border-bottom: 1px solid hsl(0, 0%, 7%);
  padding-block: 3rem;
}
main.template-page-adolescencia .s-curs > h2 {
  margin-block: 0 2rem;
}
main.template-page-adolescencia .s-curs__items {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 3rem;
}
main.template-page-adolescencia .s-curs__film > a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main.template-page-adolescencia .s-curs__film--image {
  height: 100%;
  max-height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-adolescencia .s-curs__film--title {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.75rem);
  margin-block: 0.5rem 0;
}
main.template-page-adolescencia .s-curs__film--description {
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  letter-spacing: -0.06em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
}
main.template-page-adolescencia .s-curs__film--link {
  color: hsl(0, 0%, 7%);
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.563rem);
  margin-block: 0.5rem 0;
}

main.template-page-contacte {
  background-color: hsl(189, 100%, 34%);
  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;
}

main.template-page-formacio .s-intro__image {
  overflow: hidden;
  width: 100%;
}
main.template-page-formacio .s-intro__image > video {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-formacio .s-intro__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
main.template-page-formacio .s-intro__text {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
main.template-page-formacio .s-premis > div > .btn--link {
  margin-block: 1.5rem 0;
}
main.template-page-formacio .s-premis > div .convocatories {
  margin-block: 2rem 0;
}
main.template-page-formacio .s-beques .convocatories {
  margin-block: 1rem 5rem;
}
main.template-page-formacio .s-beques .convocatories__item:first-of-type {
  border-top: 1px solid hsl(0, 0%, 0%);
}
main.template-page-formacio .s-cursos {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  grid-template-rows: auto auto;
  row-gap: 3rem;
}
main.template-page-formacio .s-cursos__title {
  grid-column: 1/5;
  grid-row: 1/2;
}
main.template-page-formacio .s-cursos__list {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: grid;
  grid-column: 3/12;
  grid-row: 2/3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: 2rem 3rem;
  padding-inline: 5rem 1.5rem;
  row-gap: 5rem;
}
@media only screen and (max-width: 767px) {
  main.template-page-formacio .s-cursos__list {
    grid-template-columns: 1fr;
    margin: 1em 0;
    row-gap: 1.25rem;
  }
}

.template-home .s-hero {
  align-items: center;
  display: grid;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
.template-home .s-hero__overlay {
  background: hsl(189, 100%, 34%);
  height: 100%;
  inset: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
  pointer-events: none;
  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(189, 100%, 34%);
}
.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(189, 100%, 34%);
  width: min(100%, 620px);
}
.template-home .s-grup > p {
  margin-bottom: 60px;
}
.template-home .s-grup > img {
  grid-column: 1/-1;
  margin-block: 3rem;
  margin-inline: auto;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: min(100%, 1200px);
}
.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%, 500px);
}
.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 > p {
  padding-inline: 0 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .template-home .s-projectes__content > div > p {
    padding-inline: 0;
  }
}
.template-home .s-projectes__content > div > a {
  color: hsl(189, 100%, 34%);
  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-fill, minmax(420px, 1fr));
  margin-block: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .template-home .s-projectes__posts {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.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(189, 100%, 34%);
  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(189, 100%, 34%);
  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-la-catedra .s-intro__image {
  overflow: hidden;
  width: 100%;
}
main.template-page-la-catedra .s-intro__image > video {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-la-catedra .s-intro__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
main.template-page-la-catedra .s-identitat__image,
main.template-page-la-catedra .s-tematiques__image {
  margin-block: 0 2rem;
  max-height: 560px;
  overflow: hidden;
  width: 100%;
}
main.template-page-la-catedra .s-identitat__image > img,
main.template-page-la-catedra .s-tematiques__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-la-catedra .s-identitat__activity,
main.template-page-la-catedra .s-tematiques__activity {
  margin-block: 2rem 0;
}
main.template-page-la-catedra .s-identitat__activity > ul,
main.template-page-la-catedra .s-tematiques__activity > ul {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 2em;
  row-gap: 5rem;
  width: min(100%, 820px);
}
main.template-page-la-catedra .s-identitat__activity--item,
main.template-page-la-catedra .s-tematiques__activity--item {
  display: grid;
  grid-template-rows: 1fr auto;
}
main.template-page-la-catedra .s-identitat__activity--item > img,
main.template-page-la-catedra .s-tematiques__activity--item > img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-block: 0 1.25rem;
  width: auto;
}
main.template-page-la-catedra .s-identitat__activity--item > h3,
main.template-page-la-catedra .s-tematiques__activity--item > h3 {
  border-top: 2px solid black;
  font-size: clamp(1rem, 1vw + 1rem, 1.375rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.75rem);
  padding: 15px 0;
}
main.template-page-la-catedra .s-identitat__activity--item > p,
main.template-page-la-catedra .s-tematiques__activity--item > p {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}
main.template-page-la-catedra .s-equip {
  background-color: hsl(0, 0%, 7%);
  color: hsl(0, 0%, 100%);
  padding-top: 50px;
  width: 100%;
}
main.template-page-la-catedra .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-la-catedra .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-la-catedra .s-equip__members {
    gap: 1rem;
    margin-top: 1rem;
  }
}
main.template-page-la-catedra .s-organigrama > h2 {
  color: hsl(189, 100%, 34%);
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
main.template-page-la-catedra .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-la-catedra .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-la-catedra .s-organigrama__grid {
    grid-template-columns: 1fr;
    margin-top: 1em;
  }
}
main.template-page-la-catedra .s-organigrama__grid > article {
  background-color: hsl(0, 0%, 92%);
  padding: 2rem;
  width: min(100%, 450px);
}
main.template-page-la-catedra .s-organigrama__grid > article > h3 {
  font-weight: 700;
  padding-bottom: 0.5em;
}
main.template-page-la-catedra .s-organigrama__grid > article > h4 {
  text-decoration: underline;
  padding-top: 1em;
}
main.template-page-la-catedra .s-organigrama .coordinator,
main.template-page-la-catedra .s-organigrama .researcher {
  position: relative;
}
main.template-page-la-catedra .s-organigrama .coordinator.with-chair::before,
main.template-page-la-catedra .s-organigrama .researcher.with-chair::before {
  content: "";
  background-color: hsl(189, 100%, 34%);
  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-la-catedra .s-organigrama .researchers {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
main.template-page-la-catedra .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-la-catedra .s-organigrama__legend::before {
  content: "";
  background-color: hsl(189, 100%, 34%);
  border-radius: 50%;
  display: inline-block;
  font-weight: 700;
  height: 10px;
  margin-right: 3px;
  width: 10px;
}
main.template-page-la-catedra .s-consell,
main.template-page-la-catedra .s-memoriam {
  margin-block: 0 2rem;
}
main.template-page-la-catedra .s-consell__description,
main.template-page-la-catedra .s-memoriam__description {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
main.template-page-la-catedra .s-consell__llistat,
main.template-page-la-catedra .s-memoriam__llistat {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.125rem);
  line-height: clamp(2.125rem, 3vw + 1rem, 2.5rem);
}
main.template-page-la-catedra .s-consell__llistat a,
main.template-page-la-catedra .s-memoriam__llistat a {
  text-decoration: underline;
}
main.template-page-la-catedra .s-consell__llistat a:hover,
main.template-page-la-catedra .s-memoriam__llistat a:hover {
  color: hsl(189, 100%, 34%);
}

main.template-page-monografics .s-monografics__list > ul {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 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-simposi .s-intro__image {
  overflow: hidden;
  width: 100%;
}
main.template-page-simposi .s-intro__image > video {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-simposi .s-intro__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
main.template-page-simposi .s-intro__text {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
main.template-page-simposi .s-destinataris {
  margin-block: 0 5rem;
}
main.template-page-simposi .s-destinataris__content {
  margin-block: 5rem 0;
}
main.template-page-simposi .s-destinataris__year {
  border-top: 2px solid hsl(0, 0%, 7%);
  font-size: clamp(1rem, 2vw + 1rem, 1.75rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
  padding-block: 1.5rem;
}
main.template-page-simposi .s-destinataris__description {
  margin-block: 0 1.5rem;
}
main.template-page-simposi .s-destinataris__description a {
  text-decoration: underline;
}
main.template-page-simposi .s-destinataris .destinataris {
  margin-block: 2rem 0;
}

main.template-single-teenpods .s-intro {
  display: flex;
  flex-direction: column;
  padding-top: 180px;
}
main.template-single-teenpods .s-intro > a {
  align-items: center;
  color: hsl(189, 100%, 34%);
  display: flex;
  gap: 0.5rem;
}
main.template-single-teenpods .s-intro > a:hover > img {
  transform: translateX(-4px);
}
main.template-single-teenpods .s-intro > a > img {
  color: hsl(189, 100%, 34%);
  transform: translateX(0px);
  transition: transform 300ms ease;
}
main.template-single-teenpods .s-intro > h1 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(2.5rem, 3vw + 1rem, 3rem);
  margin-block: 5rem 0;
}
@media only screen and (max-width: 990px) {
  main.template-single-teenpods .s-intro {
    padding-top: 50px;
  }
}
main.template-single-teenpods .s-image {
  max-height: 600px;
  overflow: hidden;
  width: 100%;
}
main.template-single-teenpods .s-image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
main.template-single-teenpods .s-content {
  align-items: flex-start;
  margin-block: 1.5rem 0;
}
@media only screen and (max-width: 990px) {
  main.template-single-teenpods .s-content {
    gap: 1.5rem;
  }
}
main.template-single-teenpods .s-content__titles {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 990px) {
  main.template-single-teenpods .s-content__titles {
    position: static;
  }
}
main.template-single-teenpods .s-content__titles-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: min(100%, 20ch);
}
main.template-single-teenpods .s-content__title-btn {
  align-items: center;
  color: hsl(0, 0%, 7%);
  cursor: pointer;
  display: flex;
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  justify-content: space-between;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
  text-align: left;
  transition: all 300ms ease;
}
main.template-single-teenpods .s-content__title-btn > img {
  aspect-ratio: 1/1;
  display: none;
  height: 18px;
  width: auto;
}
main.template-single-teenpods .s-content__title-btn:hover {
  color: hsl(189, 100%, 34%);
}
main.template-single-teenpods .s-content__title-btn.is-active {
  color: hsl(189, 100%, 34%);
}
main.template-single-teenpods .s-content__title-btn.is-active > img {
  display: block;
}
main.template-single-teenpods .s-content__panels {
  display: flex;
  flex-direction: column;
}
main.template-single-teenpods .s-content__panel {
  animation: fadeIn 300ms ease;
  display: none;
}
main.template-single-teenpods .s-content__panel.is-active {
  display: block;
}
main.template-single-teenpods .s-content__text {
  font-size: clamp(0.75rem, 1vw + 1rem, 1rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.125rem, 1vw + 1rem, 1.5rem);
}
main.template-single-teenpods .s-exponent {
  border-top: 2px solid hsl(0, 0%, 7%);
  display: flex;
  font-size: clamp(0.75rem, 1vw + 1rem, 0.875rem);
  gap: 1rem;
  letter-spacing: -0.06em;
  line-height: clamp(0.875rem, 1vw + 1rem, 1.25rem);
  padding-block: 1.25rem 0;
  width: min(100%, 360px);
}
main.template-single-teenpods .s-exponent__image {
  width: 100%;
  max-width: 88px;
  height: 100%;
  overflow: hidden;
}
main.template-single-teenpods .s-exponent__image > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main.template-single-teenpods .s-exponent__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main.template-single-teenpods .s-exponent__name {
  font-weight: 700;
}
main.template-single-teenpods .s-exponent__description a {
  text-decoration: underline;
}
main.template-single-teenpods .s-exponent__rrss {
  color: #6f6f6f;
}
main.template-single-teenpods .s-exponent__rrss:hover {
  color: hsl(189, 100%, 34%);
}
main.template-single-teenpods .s-video {
  margin-block: 0 5rem;
}
main.template-single-teenpods .s-video > iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

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-category {
  border-top: 1px solid hsl(0, 0%, 7%);
  padding: 1.5em 0em 3em 0em;
}
main.template-single-actualitat .s-category > p {
  border-radius: 0.25rem;
  border: 1px solid hsl(189, 100%, 34%);
  color: hsl(189, 100%, 34%);
  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-category > p {
    margin-left: 0;
  }
}
main.template-single-actualitat .s-category > 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-page-teenpods .s-intro {
  padding-top: 180px;
}
main.template-page-teenpods .s-intro 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-teenpods .s-intro h1 {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 2rem);
}
main.template-page-teenpods .s-intro > div {
  align-items: flex-start;
  display: flex;
  gap: 3rem;
}
main.template-page-teenpods .s-intro > div > img {
  margin-block: -1rem 0;
}
@media only screen and (max-width: 990px) {
  main.template-page-teenpods .s-intro {
    padding-top: 50px;
  }
}
main.template-page-teenpods .s-description {
  margin-block: 0 2rem;
  padding: 0 max(1rem, min(3.5vw, 1.5rem));
}
@media only screen and (max-width: 1200px) {
  main.template-page-teenpods .s-description {
    padding: 0 16px;
  }
}
main.template-page-teenpods .s-content {
  margin-block: 0 3rem;
}
main.template-page-teenpods .s-content .teenpod-item {
  border-bottom: 1px solid hsl(0, 0%, 0%);
  padding-block: 1.25rem;
}
main.template-page-teenpods .s-content .teenpod-item:first-child {
  border-top: 1px solid hsl(0, 0%, 0%);
}
main.template-page-teenpods .s-content .teenpod-item > a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
main.template-page-teenpods .s-content .teenpod-item > a > div {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
main.template-page-teenpods .s-content .teenpod-item > a:hover > svg {
  transform: scale(1.1);
}
main.template-page-teenpods .s-content .teenpod-item > a > svg {
  color: hsl(189, 100%, 34%);
  height: 1.5rem;
  transform: scale(1);
  transition: transform 400ms ease;
  width: 1.5rem;
}

main.template-page-transferencia .s-intro__image {
  overflow: hidden;
  width: 100%;
}
main.template-page-transferencia .s-intro__image > video {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
main.template-page-transferencia .s-intro__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}
main.template-page-transferencia .s-publicacions {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
}
main.template-page-transferencia .s-publicacions__description {
  grid-column: 2/4;
}
@media (width <= 1300px) {
  main.template-page-transferencia .s-publicacions__description {
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 990px) {
  main.template-page-transferencia .s-publicacions__description {
    grid-column: auto;
  }
}
main.template-page-transferencia .s-publicacions__list > ul {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
}
@media only screen and (max-width: 990px) {
  main.template-page-transferencia .s-publicacions__list > ul {
    gap: 1rem;
  }
}
main.template-page-transferencia .s-publicacions__item {
  background-color: hsl(0, 0%, 92%);
  display: grid;
  min-height: 200px;
  place-items: center;
  text-align: center;
  transition: background-color 0.3s ease;
}
main.template-page-transferencia .s-publicacions__item > article {
  height: 100%;
  place-content: center;
  width: 100%;
}
main.template-page-transferencia .s-publicacions__item > article > a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}
main.template-page-transferencia .s-publicacions__item > article > a > h3 {
  color: hsl(0, 0%, 7%);
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 1.875rem);
  transition: color 0.3s ease;
}
main.template-page-transferencia .s-publicacions__item > article > a > img {
  filter: none;
  transition: filter 0.3s ease;
}
main.template-page-transferencia .s-publicacions__item:hover {
  background-color: hsl(189, 100%, 34%);
}
main.template-page-transferencia .s-publicacions__item:hover img {
  filter: brightness(0) invert(1);
}
main.template-page-transferencia .s-publicacions__item:hover h3 {
  color: hsl(0, 0%, 100%);
}
main.template-page-transferencia .s-activitats {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
  margin-block: 3rem 0;
}
main.template-page-transferencia .s-activitats__description {
  grid-column: 2/4;
}
@media (width <= 1300px) {
  main.template-page-transferencia .s-activitats__description {
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 990px) {
  main.template-page-transferencia .s-activitats__description {
    grid-column: auto;
  }
}
main.template-page-transferencia .s-activitats__list {
  margin-block: 0 5rem;
}
main.template-page-transferencia .s-activitats__list > ul {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
}
@media only screen and (max-width: 990px) {
  main.template-page-transferencia .s-activitats__list > ul {
    gap: 1rem;
  }
}
main.template-page-transferencia .s-activitats__item {
  display: grid;
  min-height: 200px;
  place-items: center;
  text-align: center;
  transition: background-color 0.3s ease;
}
main.template-page-transferencia .s-activitats__item > article {
  background-color: hsl(189, 100%, 34%);
  height: 100%;
  overflow: hidden;
  place-content: center;
  position: relative;
  width: 100%;
}
main.template-page-transferencia .s-activitats__item > article > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transform: scale(1);
  transition: transform 400ms ease;
  width: 100%;
  z-index: 1;
}
main.template-page-transferencia .s-activitats__item > article > div {
  background-color: rgba(0, 147.39, 173.4, 0.8);
  inset: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 2;
}
main.template-page-transferencia .s-activitats__item > article > a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 3;
}
main.template-page-transferencia .s-activitats__item > article > a > h3 {
  color: hsl(0, 0%, 100%);
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: clamp(1.5rem, 2vw + 1rem, 1.875rem);
  transition: color 0.3s ease;
  width: min(100%, 15ch);
}
main.template-page-transferencia .s-activitats__item > article > a > img {
  filter: none;
  transition: filter 0.3s ease;
}
main.template-page-transferencia .s-activitats__item:hover {
  background-color: hsl(189, 100%, 34%);
}
main.template-page-transferencia .s-activitats__item:hover img {
  transform: scale(1.05);
}
main.template-page-transferencia .s-activitats__item:hover h3 {
  color: hsl(0, 0%, 100%);
}

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