/**
 * Theme Name: Foto Torroella
	Theme URI: https://llos.co
	Author: LLOS
	Author URI: https://llos.co/
	Description: LLOS
	Version: 1.0.16
	Gitlab Theme URI: https://gitlab.com/llos/clients/fototorroella
	Primary Branch: main
 */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200;12..96,400;12..96,700&display=swap');

body:not(.home) #main {
  margin-top: 59px;
}

body.single #main {
  border-top: 2px solid #000;
}

a.no-follow {
  cursor: default;
}
.work-post.main-editor {
  padding-bottom: 100px;
}
#share-link {
  cursor: default;
}
#share-link .need-share-button_button {
  cursor: pointer;
}
.processing {
  opacity: 0.7;
}
.stream-visual .video-visual .streaming-title::before {
  display: none;
}
#header .controls {
  z-index: 120;
  margin-right: 0;
}

#header .controls .live-ico,
#header .controls .live-select {
  display: block;
}
.calendar.wait-for-calculated {
  opacity: 0;
  visibility: hidden;
}
.single-page-slide .img-visual {
  cursor: pointer;
}
/* Loading */
.wrapper {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.wrapper.loading {
  opacity: 0;
}
.theme-loading,
.theme-loading:after {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  z-index: 2;
}
.theme-loading {
  background-color: transparent;
  border-top: 5px solid #d7dff0;
  border-right: 5px solid #d7dff0;
  border-bottom: 5px solid #d7dff0;
  border-left: 5px solid #1587db;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: theme-loading;
  animation-name: theme-loading;
}

.single-page-slide .contact .language {
  position: relative;
  display: block;
  padding-left: 49px;
}
.single-page-slide .contact .language:before {
  width: 22px;
  height: 22px;
  background: url(assets/images/ico-lang.svg) no-repeat center;
  background-size: contain;
  content: '';
  position: absolute;
  top: 1px;
  left: 0px;
}

#header #main-nav .contact-links {
  justify-content: center;
}
.lang-mobile {
  text-align: center;
}
.lang-mobile ul {
  list-style: none;
  padding: 0;
}
.lang-mobile ul li {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.lang-mobile h5 {
  margin: 0 0 0.5rem 0;
  font-size: inherit;
  font-weight: inherit;
}
.lang-mobile ul li:before {
  display: none;
}

.calendar-section.full-week-type
  .calendar-holder
  .calendar-item:nth-child(4n + 1) {
  border-left: 2px solid black;
}

@-webkit-keyframes theme-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes theme-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.wpcf7-response-output {
  line-height: 1.2;
  margin: 1em 0;
  padding: 1.344em;
  border: none;
  color: #ffffff;
  background-color: #255379;
  position: relative;
  z-index: 1;
}
span.wpcf7-not-valid-tip {
  font-size: 1em;
}
div.wpcf7-validation-errors {
  background-color: #c90000;
}
div.wpcf7-mail-sent-ok {
  background-color: #0fa55d;
}
/* WordPress Generated Classes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 40px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 40px 20px 20px 0;
}
img {
  height: auto;
}
a img.alignright {
  float: right;
  margin: 40px 0 20px 20px;
}

a img.alignnone {
  margin: 40px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 40px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-pagenavi {
  text-align: center;
}

.gallery-caption {
  display: block;
  line-height: 1.5;
  padding: 0.5em 0;
}
.bypostauthor > .comment-body .fn:before {
  content: '\f408';
  vertical-align: text-top;
}

.ajax-loader {
  display: none !important;
}
.footer-main address h6 {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin-bottom: 0;
}

.single-info-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .single-info:not(.single-info-mobile) {
    display: none;
  }
  .single-info-mobile {
    border: 0;
    margin: 30px 0;
    padding: 0;
    display: block;
  }
  .single-info-mobile .btn-hold,
  .single-info-mobile .contact {
    display: block;
  }
  .single-info-mobile .btn-hold .btn {
    text-decoration: none;
  }
  .sponsor-section .brand-item ul {
    display: block;
  }
  .activities-nav .type-list ul li.active {
    opacity: 0.5;
  }
}
/* WordPress Generated Classes END */

/* 2021 */

body,
#header .controls .lang ul,
#header #main-nav,
.single-page-slide {
  background-color: white;
}
/*
#header .controls .live-ico, #header .controls .live-select {
	display: none;
}
*/
.calendar-section .calendar-holder .calendar-item.active .date {
  background: black;
  color: white !important;
}

.row-no-padding > div {
  padding: 0;
}
body.home .defaul-content-holder {
  padding-top: 0;
}
.single-page-slider .swiper-button-next {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.single-page-slider .swiper-button-next,
.single-page-slider .swiper-button-prev {
  margin-top: -60px;
}
.single-page-slider .swiper-button-disabled {
  display: none;
}
.bdw-video-container {
  height: 100vh;
  position: relative;
}
.video-desktop {
  display: none;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subscribe-form .form-control {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
}

.single-page-slide .img-visual {
  padding-bottom: 70.5%;
}

.single-asociacio .single-page-slide .img-visual {
  position: relative;
  aspect-ratio: 1;
  background-image: none !important;
}

.single-asociacio .single-page-slide .img-visual img {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header #main-nav .social ul li a:hover svg path {
  stroke: black;
}
.events-list .event-item .state,
#header .navbar-toggler,
.calendar-section .calendar-holder .calendar-item > .date,
a.share-link:hover,
.calendar-section .calendar-holder .calendar-item.active .date,
.calendar-section .calendar-holder .calendar-item:hover:not(.disabled) .date {
  color: black;
}
.activities-nav .state-controls .state-ico::before {
  background-color: black;
}
#header .controls .lang ul,
.subscribe-form .form-control,
.btn-submit,
.activities-nav .state-controls .state-ico,
.calendar-section .calendar-holder header .join .log-in,
.calendar-section .calendar-holder .calendar-item,
.calendar-section:not(:last-child),
.page-title,
.btn-primary,
.events-list,
.events-list h4,
.single-descr-bottom,
.single-descr-bottom > .row > [class^='col-']:first-child,
.single-page-slide .img-visual,
.two-column-page > .row > [class^='col-']:first-child {
  border-color: black;
}
.btn-primary:hover,
.calendar-section .calendar-holder header .join .log-in:hover {
  background: black;
  border-color: black;
  color: white;
}

.activities-info,
.activities-nav,
.calendar-section .calendar-holder header h2,
.sponsor-head {
  border-bottom-color: black;
}

.calendar-section .calendar-holder header h2 {
  border: 0;
}
.activities-nav .row > [class^='col-']:nth-child(2),
.sponsor-head .with-border {
  border-left-color: black;
}
#footer,
#footer .footer-subscribe {
  border-top-color: black;
}
.activities-info > .container-fluid > .row > [class^='col-']:nth-child(2),
.activities-info > .container-sm > .row > [class^='col-']:nth-child(2),
.activities-info > .container-md > .row > [class^='col-']:nth-child(2),
.activities-info > .container-lg > .row > [class^='col-']:nth-child(2),
.activities-info > .container-xl > .row > [class^='col-']:nth-child(2),
.calendar-section > .container-fluid > .row > [class^='col-']:nth-child(2),
.calendar-section > .container-sm > .row > [class^='col-']:nth-child(2),
.calendar-section > .container-md > .row > [class^='col-']:nth-child(2),
.calendar-section > .container-lg > .row > [class^='col-']:nth-child(2),
.calendar-section > .container-xl > .row > [class^='col-']:nth-child(2) {
  border-left-color: black;
}
.calendar-section .calendar-holder .calendar-item.disabled {
  pointer-events: none;
  background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 0.1rem,
    #fff 0.1rem,
    #fff 0.7rem
  );
}

.sponsor-section .brand-item ul li img:last-of-type,
.brand-item figure img,
.sponsor-section img:last-of-type,
.brand-item figure img:last-of-type {
  margin-right: 0;
}

.sponsor-section .brand-item ul li:nth-child(2) img {
  width: auto;
}
.page-template-sponsors #footer .partners-logos {
  display: none;
}
.page-template-sponsors .sponsor-section .d-sm-flex:nth-child(2) {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
.page-template-sponsors .contact-info {
  padding: 0;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.page-template-sponsors .contact-info address {
  float: right;
}
#footer .brand-item {
  width: 100%;
}

.brand-item {
  width: auto;
}
.sponsor-section .brand-item ul li img,
.brand-item figure img,
.sponsor-section img {
  max-width: 190px;
  max-height: 57px;
  width: auto;
  height: auto;
  margin-right: 20px;
}
.brand-item figure img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.brand-item figure img:last-of-type {
  margin-right: 0;
}

.brand-item figure img[data-src="https://barcelonadesignweek.com/wp-content/uploads/2020/10/fad.svg"]
{
  width: 155px;
}
.post-type-archive-activity .activity-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  margin: 3rem 0;
}
.post-type-archive-activity .activity-item {
  width: 100%;
  padding-bottom: 56.9%;
  margin: 0;
}

@media (min-width: 1200px) {
  .article-item p {
    font-size: 2.8rem;
  }
}
.campanya-desktop {
  display: none;
}
.campanya-mobile {
  display: block;
}

.sponsor-section .brand-item ul {
  display: block;
}
.sponsor-section .brand-item ul li {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .post-type-archive-activity .activity-items {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
    margin: 15px 0;
  }

  .post-type-archive-activity .activity-item {
    width: 100%;
    padding-bottom: 62.5%;
  }

  .activities-nav .row > [class^='col-4'] {
    padding-left: 1rem;
  }

  .activities-nav .type-list h5 {
    font-size: 1.5rem;
  }

  .activities-nav .type-list ul {
    background: white;
    border-color: black;
  }

  .activities-nav .type-list ul li {
    padding: 0;
  }

  #footer .brand-item {
    align-items: flex-start;
  }
  .brand-item figure.multiple img:last-of-type {
    margin-left: 0;
  }
  .single-page-slide .btn-hold {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #header .controls .lang {
    display: block;
  }
  .video-desktop {
    display: block;
  }
  .video-mobile {
    display: none;
  }
  .bdw-video-container {
    margin-top: -50px;
  }
  .lang-mobile {
    display: none;
  }
}

/* 2022 */
.activities-nav .type-menu {
  padding: 0;
}
.activities-nav .type-menu li {
  display: inline-block;
  list-style: none;
  padding-right: 2rem;
  padding-top: 2.5rem;
}
.activities-nav .row > [class^='col-']:nth-child(2) {
  border: 0;
}
.activities-nav .type-menu li.active {
  opacity: 0.5;
}
.activities-nav .type-menu li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.calendar-section.full-week-type
  .calendar-holder
  .calendar-item:nth-child(4n + 1):first-of-type {
  border-left: 0;
}
.calendar-section {
  margin-bottom: 5rem;
}
.events-holder .simplebar-content::after {
  border-color: black;
}
.body-subscribe {
  border-top: 2px solid black;
  padding: 50px 0;
}
@media (min-width: 768px) {
  #header {
    padding: 12px 0px;
  }
}
/*
.partners-logos > .row > div:nth-last-of-type(1),
.partners-logos > .row > div:nth-last-of-type(2) {
	display: none !important;
}*/
#weekslogo {
  margin-right: 30px;
}

/* Foto Torroella */

/* @font-face {
  font-family: "GTWalsheimProRegular";
  src: url("assets/fonts/GTWalsheimProRegular.woff") format("woff");
  src: url("assets/fonts/GTWalsheimProRegular.otf") format("opentype");
}

@font-face {
  font-family: "GTWalsheimProBold";
  src: url("assets/fonts/GTWalsheimProBold.woff") format("woff");
  src: url("assets/fonts/GTWalsheimProBold.otf") format("opentype");
}

@font-face {
  font-family: "GTWalsheimProBlack";
  src: url("assets/fonts/GTWalsheimProBlack.woff") format("woff");
  src: url("assets/fonts/GTWalsheimProBlack.otf") format("opentype");
} */

body {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 400;
}
/* #header .navbar-brand b {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
} */
#header .navbar-brand {
  width: 100%;
  max-width: 100px;
}

#header .navbar-brand img {
  width: 100%;
}
/* #header #main-nav ul.base-nav li a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
} */

/* #header .navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
#header .date {
  display: none;
}
#footer {
  padding-bottom: 23px;
}

/* .activity-item::after,
.article-item figure::before {
  background: url(images/ico-mirades.svg) no-repeat center;
} */

#footer a:hover {
  color: rgb(138, 138, 138);
}

#header #main-nav {
  top: 0;
}
.nav-home ul.base-nav {
  text-align: left;
  font-size: 5.5rem;
  margin-bottom: 8.8vh;
  padding: 0;
  list-style: none;
  line-height: 1.03;
}
.nav-home ul.base-nav li {
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
.nav-home ul.base-nav li:hover {
  transform: translateX(20px);
}
.nav-home a:hover {
  text-decoration: none;
}

.sliders-section {
  margin-bottom: 3rem;
}

body.home .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
body.home .swiper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .swiper .swiper-slide {
  min-height: 100vh;
}

body.home .swiper .swiper-button-prev:after,
body.home .swiper .swiper-button-next:after {
  content: none;
}
body.home .swiper .swiper-button-prev,
body.home .swiper .swiper-button-next {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 10;
}
body.home .swiper .swiper-button-prev {
  left: 0;
  right: unset;
}
body.home .swiper .swiper-button-next {
  right: 0;
  left: unset;
}

body.home .swiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

body.page-template-mapa .links {
  display: flex;
  flex-direction: column;
}
body.page-template-mapa .city {
  padding-bottom: 2rem;
  margin-bottom: 46px;
  border-bottom: 2px solid #000;
}
body.page-template-mapa .city h2 {
  margin: 0 0 4.5rem;
}

body.page-template-mapa .place {
  display: flex;
  padding-bottom: 2rem;
}
body.page-template-mapa .place span {
  padding-right: 2rem;
}
body.page-template-mapa .mapa-section .places {
  grid-template-columns: repeat(1, 1fr);
}
body.page-template-mapa .mapa img {
  width: 100%;
}

body.page-template-programacio .page-title {
  margin-bottom: 0;
}
body.page-template-programacio .dia {
  padding: 3rem 0;
  border-bottom: 2px solid #000000;
}
body.page-template-programacio .dia:last-of-type {
  border-bottom: none;
}
body.page-template-programacio .eventos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem 3rem;
  padding-top: 0;
}
body.page-template-programacio .eventos p {
  margin-bottom: 0;
}

body.page-template-bases .bases-section {
  text-align: justify;
  padding-bottom: 3rem;
}
body.page-template-bases .bases-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
body.page-template-bases .bases-section ul li {
  margin-bottom: 1rem;
}

body.page-template-edicions-anteriors .edicions-section {
  padding-bottom: 3rem;
}
body.page-template-edicions-anteriors .edicions-section h2 {
  font-size: 3rem;
  margin: 0 2rem 0 0;
}
body.page-template-edicions-anteriors .edicions-section .row h2:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 21px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='20.3536' y1='1.35355' x2='10.3536' y2='11.3536' stroke='black'%3E%3C/line%3E%3Cline x1='0.353553' y1='0.646447' x2='10.3536' y2='10.6464' stroke='black'%3E%3C/line%3E%3C/svg%3E");
}

body.page-template-edicions-anteriors .edicions-section .row.active h2:after {
  transform: rotate(180deg);
}

body.page-template-edicions-anteriors .edicions-section .any {
  margin-bottom: 3rem;
}
body.page-template-edicions-anteriors .edicions-section .any .head {
  cursor: pointer;
}
body.page-template-edicions-anteriors .edicions-section .any .any_content {
  display: none;
}
body.page-template-edicions-anteriors .edicions-section .any .any_content img {
  width: 100%;
}
body.page-template-edicions-anteriors
  .edicions-section
  .any.active
  .any_content {
  display: block;
  margin-top: 3rem;
}
body.page-template-edicions-anteriors .edicions-section .any svg {
  width: 7rem;
}

body.page-template-edicions-anteriors .edicions-section .any.active svg {
  transform: rotate(180deg);
}

.about-section ol li {
  margin-bottom: 1.5rem;
}

.activities-nav h2 {
  margin: 0;
  font-weight: 500;
}

@media (min-width: 576px) {
  #header .date {
    display: block;
    margin-right: 2.9rem;
  }

  body.page-template-mapa .mapa-section .places {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-home ul.base-nav {
    font-size: 8.8rem;
  }
  body.page-template-programacio .eventos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 3rem;
    padding-top: 3rem;
  }
}

/* @media screen and (max-width: 767px) {
  #header .navbar-brand img {
    left: -16px;
  }
} */

@media (min-width: 768px) {
  #header .navbar-brand {
    width: 100%;
    max-width: 132px;
  }

  .logo {
    width: 175px;
    height: 35px;
  }

  body.page-template-edicions-anteriors .edicions-section .any .head {
    justify-content: unset;
  }

  body.page-template-edicions-anteriors .edicions-section .any svg {
    width: auto;
  }

  body.page-template-edicions-anteriors .edicions-section h2 {
    font-size: 3.6rem;
  }

  /* #header > .container-fluid {
    padding-left: 10px;
  } */
  .body-subscribe .subscribe-form {
    padding-left: 0;
  }
  #footer .footer-main {
    min-height: 0;
  }

  body.page-template-programacio .dia {
    padding: 6rem 0;
  }
  body.page-template-programacio .eventos {
    padding-top: 3rem;
  }
  body.page-template-programacio .eventos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 3rem;
    padding-top: 3rem;
  }

  body.page-template-edicions-anteriors
    .edicions-section
    .any
    .any_content
    img {
    width: 100%;
    /* max-width: 50%; */
  }
}

/* SINGLE  */

.single-info {
  padding-bottom: 18px;
}

.single-info .contact .author::before {
  content: '';
  top: 1px;
  width: 24px;
  height: 28px;
  background: url(assets/images/ico-user.svg) no-repeat center;
  background-size: contain;
}

.single-info .contact .professor::before {
  content: '';
  top: 1px;
  width: 24px;
  height: 28px;
  background: url(assets/images/ico-voice.svg) no-repeat center;
  background-size: contain;
}

.single-info .contact .inscripcions::before {
  content: '';
  top: 1px;
  width: 22px;
  height: 22px;
  background: url(assets/images/ico-date.svg) no-repeat center;
  background-size: contain;
}

/* FOTO TORROELLA */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* border-bottom: 2px solid #000; */
  border-bottom: none;
}

/* .home #header {
  border-bottom: none;
} */

#footer {
  border-top-width: 2px;
}

.body #header {
  border-bottom: none;
}

/* body.scrolled #header {
  background-color: #ffffff;
  border-bottom: 2px solid #000;
} */

.page-title,
.activities-nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.activity-item::after,
.article-item figure::before {
  width: 155px;
  height: 120px;
  background: url('images/foto-torroella-white.svg');
}

.single-descr h1 {
  font-weight: 700;
}

.home .activity-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .activity-item::after,
  .article-item figure::before {
    width: 123px;
    height: 90px;
    background: none;
  }

  .home .activity-items {
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.home .activities-info {
  padding-bottom: 5rem;
}
.home .activity-items .activity-banner .responsive {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

.home .activity-items .activity-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .activity-items .activity-banner .title {
  margin-top: 1rem;
}

.page-template-asociacio .previous-editions-item {
  margin-bottom: 3rem;
}

.page-template-asociacio .previous-editions-item .title h3 {
  text-align: left;
}

.page-template-asociacio .previous-editions-item video,
.page-template-asociacio .previous-editions-item object,
.page-template-asociacio .previous-editions-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-asociacio .previous-editions-item .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-single-beca .single-page-slide {
  padding-bottom: 0;
}
