.seccions-page.video-seccion .archive-top-section {
  display: none;
}

.hero-image-cont {
  margin-bottom: 20px;
}

.hero-image-caption {
  text-align: left;
  display: block;
}

.hero-divider {
  margin-bottom: 40px;
}

.no-scroll {
  overflow: hidden;
}

.poster-image.hidden {
  display: none !important;
}

.subscription-pop-up-cont {
  width: 100%;
  display: none;
}

.subscription-pop-up {
  width: 100%;
  display: block;
  padding: 0 var(--padding-2);
}
.subscription-pop-up .pop-up-text {
  text-align: center;
  margin-bottom: 70px;
}
.subscription-pop-up .pop-up-text p {
  font-size: 18px;
  line-height: 22px;
  margin-block-end: 25px;
}
.subscription-pop-up .pop-up-text a {
  color: #fff;
  text-decoration: underline;
}
.subscription-pop-up .pop-up-text .text-2 p {
  font-family: "diatype expanded";
  font-size: 30px;
  line-height: 30px;
  margin-block-end: 40px;
}
.subscription-pop-up .subscription-plan-cont {
  padding: 0;
  padding-bottom: 60px !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
}
.subscription-pop-up .subscription-plan-cont .bottom-col {
  grid-column: 2/span 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.subscription-pop-up .subscription-plan-cont .bottom-col p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  max-width: 642px;
}
.subscription-pop-up .subscription-plan-cont h2 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}
.subscription-pop-up .subscription-plan-cont h4 {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 22px;
}
.subscription-pop-up .subscription-plan-cont h5 {
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 22px;
  font-family: "diatype compressed";
  text-transform: uppercase;
}
.subscription-pop-up .subscription-plan-cont .rect.white-rect {
  background: #fff;
  grid-row: span 2;
}
.subscription-pop-up .subscription-plan-cont .rect.white-rect p {
  font-family: "diatype expanded";
  font-size: 32px;
  line-height: 35.5px;
  color: var(--purple);
}
.subscription-pop-up .subscription-plan-cont .rect {
  padding: 45px 20px 35px 20px;
}
.subscription-pop-up .white-fancy-btn {
  color: #000;
}
.subscription-pop-up .white-fancy-btn svg {
  display: block;
}
.subscription-pop-up .white-fancy-btn svg path {
  fill: #fff;
}
.subscription-pop-up .black-fancy-btn svg {
  display: block;
}
.subscription-pop-up .subscription-plan-btn .black-fancy-btn + span {
  color: #fff !important;
}

.rect-cont-rsp {
  display: contents; /* Ignore this div on desktop */
}

/*	Menu
  ---------- */
.botiga-btn a {
  display: inline-block !important;
  padding-top: 3px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--purple);
  color: #fff;
  border-radius: 1.4em;
}
.botiga-btn:hover a {
  background-color: #000;
  color: #fff;
}

/*	Home
  ---------- */
.ppf-card {
  position: relative;
}

.free-tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  background-color: #5dd077;
  font-family: "diatype expanded";
  font-size: 13px;
  line-height: 0px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.free-tag span {
  padding-left: 8px;
  padding-right: 12px;
}
.free-tag .logo-o {
  padding: 5px;
}

.protected-tag {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--purple);
  font-family: "diatype expanded";
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.single-recommendations-cont .free-tag {
  top: 25px;
  right: 25px;
}

.grid-preview-card .free-tag {
  top: 35px;
  right: 25px;
}

.free-tag.exclusiu {
  background-color: var(--purple);
}

.flip-card .film-poster {
  z-index: 1;
}
.flip-card .free-tag {
  top: 20px;
  right: 20px;
  z-index: 0;
}
.flip-card .free-tag.exclusiu {
  background-color: var(--purple);
}

.featured-video-card .feat-video {
  margin-bottom: 10px;
}
.featured-video-card .video-text-cont {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  padding-top: 35px;
  box-sizing: border-box;
}
.featured-video-card .small-button.large {
  display: none;
}

@media (min-width: 768px) {
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .text-cont-new {
    margin-left: 24px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .feat-video {
    margin-bottom: 0;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .small-button.medium {
    display: none;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .small-button.large {
    display: inline-block;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .video-text-cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-end;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .video-text-cont .feat-video {
    grid-column: span 3;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .video-text-cont p {
    font-size: 22px;
    line-height: 25px;
    font-family: "diatype expanded";
  }
}
.home-featured-illustration .heading-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: var(--padding-2);
  margin-bottom: 25px;
}
.home-featured-illustration .illustration-repeater {
  overflow: hidden;
  position: relative;
}
.home-featured-illustration .illustration-repeater .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto;
  margin-top: 30px;
}
.home-featured-illustration .illustration-repeater .swiper-wrapper {
  position: relative;
}
.home-featured-illustration .illustration-repeater .swiper-slide {
  display: flex;
  flex-flow: column;
  background-color: #ededed;
  height: 807px;
}
.home-featured-illustration .illustration-repeater .img-cont {
  height: 730px;
}
.home-featured-illustration .illustration-repeater h3 {
  color: #000;
}
.home-featured-illustration .illustration-repeater a {
  text-decoration: underline;
}
.home-featured-illustration .illustration-repeater img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.home-featured-illustration .illustration-repeater .text-cont {
  display: flex;
  justify-content: center;
}
.home-featured-illustration .illustration-repeater .swiper-button-prev,
.home-featured-illustration .illustration-repeater .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 33px; /* Adjust the size as needed */
  height: 24px; /* Adjust the size as needed */
  z-index: 1;
}
.home-featured-illustration .illustration-repeater .swiper-button-prev:after,
.home-featured-illustration .illustration-repeater .swiper-button-next:after {
  content: "";
}
.home-featured-illustration .illustration-repeater .swiper-button-prev {
  background-image: url("../img/arrow-left.svg");
  left: 50px;
  bottom: 80px;
  top: auto;
}
.home-featured-illustration .illustration-repeater .swiper-button-next {
  background-image: url("../img/arrow-right.svg");
  right: 50px;
  bottom: 80px;
  top: auto;
}

.home-featured-illustration .swiper-pagination-bullet,
.home-classic .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
}
.home-featured-illustration .swiper-pagination-bullet-active,
.home-classic .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.home-subscriptions-cont .intro-text {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

.filmtopia-reivindica {
  background: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
}
.filmtopia-reivindica .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.filmtopia-reivindica .article-card {
  height: 535px;
  background-color: #fff;
}
.filmtopia-reivindica .article-img {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: top;
}
.filmtopia-reivindica h3 {
  font-family: "diatype expanded";
  font-size: 20px;
  line-height: 23px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-block-end: 5px;
}
.filmtopia-reivindica .sinopsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filmtopia-reivindica .article-card.col-span-4 {
  grid-column: span 4;
}
.filmtopia-reivindica .article-card.col-span-2 {
  grid-column: span 2;
}
.filmtopia-reivindica .article-card.col-span-2 h3 {
  font-size: 30px;
  line-height: 30px;
  margin-block-end: 15px;
}
.filmtopia-reivindica .article-card.col-span-1 {
  grid-column: span 1;
}
.filmtopia-reivindica .text-cont {
  padding: 25px 15px;
  box-sizing: border-box;
}

.filmtopia-reivindica,
.home-classic {
  padding: 45px 35px;
}
.filmtopia-reivindica h2,
.home-classic h2 {
  text-transform: uppercase;
  font-family: "cstm xprmntl 02";
  text-align: center;
  font-size: 40px;
  line-height: 46px;
  color: #000;
  margin-bottom: 0;
}
.filmtopia-reivindica .headline,
.home-classic .headline {
  text-align: center;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 22px;
}

.home-classic {
  background-color: rgba(255, 255, 255, 0.4);
}
.home-classic .classic-post {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.home-classic .post-thumbnail {
  flex: 0 0 auto;
  width: 420px;
  height: auto;
}
.home-classic .post-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-classic h4 {
  font-size: 40px;
  line-height: 40px;
}
.home-classic h3 {
  color: #000;
  text-align: center;
}
.home-classic .right-cont {
  max-width: 645px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.home-classic .text-cont {
  padding-left: 0;
  padding-top: 0;
}
.home-classic .credits-cont {
  background-color: rgba(255, 255, 255, 0.1);
  background-blend-mode: luminosity;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 25px;
  margin: auto;
  box-sizing: border-box;
  align-self: baseline;
}
.home-classic .credits-cont .credits {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, auto));
  grid-gap: 10px;
  font-size: 18px;
}
.home-classic .credits-cont span {
  font-size: 14px;
  display: block;
}
.home-classic .credits-cont:last-child {
  display: none;
}
.home-classic .swiper-pagination {
  bottom: -50px !important;
  top: auto !important;
}

/*	Botiga
  ---------- */
.page.woocommerce-shop header {
  height: 100vh;
  pointer-events: none;
}
.page.woocommerce-shop .filmtopia-logo {
  pointer-events: all;
}

.page-tienda .seccio-button {
  margin-top: 30px !important;
}
.page-tienda .store-hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.page-tienda .store-hero-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-tienda .store-hero-swiper .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 1px solid #000 !important;
}
.page-tienda .store-hero-swiper .swiper-pagination-bullet-active {
  background-color: #000 !important;
}

/* Article block pop up
  ---------- */
.barra-contador {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--purple);
  padding: 30px 35px 38px 65px;
  z-index: 12;
  font-family: "diatype expanded";
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
}
.barra-contador .separador.desktop {
  margin: 0 15px;
}
.barra-contador p {
  font-size: 20px;
  line-height: 19px;
  text-align: center;
}
.barra-contador .counter-logo-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-right: 30px;
}
.barra-contador .counter-logo-cont svg {
  display: block;
}
.barra-contador a {
  text-decoration: underline;
}
.barra-contador *,
.barra-contador a:hover,
.barra-contador a:active {
  color: #fff;
}
.barra-contador .close-icon {
  cursor: pointer;
  margin-left: auto;
  width: 16px;
  height: 16px;
}
.barra-contador .close-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.fixed-compartir-altres-seccions {
  z-index: 4;
}

.navigation-bar-cont .subscribe-btn:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.trial-message {
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}
.trial-message * {
  color: #fff !important;
}
.trial-message h3 {
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 10px;
  font-family: "Diatype Compressed";
}

.page-subscriptions .trial-message {
  background-color: var(--purple);
}

.home-page .trial-message {
  border: 1px solid #fff;
}

.white-fancy-btn svg {
  display: block;
}

.gratis-message {
  font-family: "diatype compressed";
  font-size: 16px;
  line-height: 22px;
  display: block;
  display: none;
}
.gratis-message span {
  border: 1px solid #fff;
  padding: 2px 18px;
}

.login-redirect-message,
.register-redirect-message {
  margin: auto;
  margin-top: 70px;
  text-align: center;
  width: 725px;
}
.login-redirect-message a:not(.fancy-btn),
.register-redirect-message a:not(.fancy-btn) {
  text-decoration: underline;
}

.woocommerce .line {
  border-bottom: 2px solid black;
  width: 725px;
  margin: auto;
  margin-top: 30px;
}

.comments-cont {
  background-color: #fff;
  margin: 0 var(--padding-2);
  padding: 30px var(--padding-1) 80px var(--padding-1);
  margin-bottom: var(--margin-bottom);
  margin-top: 25px;
  max-height: 760px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.comments-cont * {
  color: #000;
}
.comments-cont ul {
  overflow-y: scroll;
  max-height: 500px;
  margin-bottom: 15px;
}
.comments-cont .form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comments-cont .form-submit input {
  all: unset;
  display: inline-block; /* Ensure it remains a block-level element */
  cursor: pointer; /* Ensure it still looks clickable */
  font-family: "CSTM Xprmntl 02";
  font-size: 24px;
  line-height: 48px;
}
.comments-cont .comments {
  width: 645px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.comments-cont .comment-form-comment {
  display: flex;
  flex-flow: column;
}
.comments-cont .comment-respond {
  width: 100%;
}
.comments-cont .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comments-cont .comment-author img {
  border-radius: 50%;
  margin-right: 8px;
}
.comments-cont .line {
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}
.comments-cont .date {
  color: #b3b3b3;
}
.comments-cont .reply a {
  font-size: 14px;
  line-height: 16px;
}
.comments-cont textarea {
  border: 1px solid #b3b3b3;
  margin-top: 15px;
  font-family: "Inter", sans-serif;
  padding: 10px;
}

/* Style for nested comments */
.children {
  margin-left: 20px; /* Indent nested comments */
}
.children .comment-author {
  font-weight: bold;
}
.children .comment-text {
  margin-top: 10px;
}
.children .reply {
  margin-top: 10px;
}

#cancel-comment-reply-link {
  margin-left: 10px;
}

.comments-number-circle {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
  margin-right: 8px;
}

#selected-year {
  color: #fff;
}

.best-movies .arrow-down {
  margin-left: 10px;
}

#yearDropdown {
  margin-right: 35px;
}
#yearDropdown button {
  width: auto !important;
}

/*	Seccions
  ---------- */
.section-desc * {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: "inter";
  margin-block-end: 20px;
}

.seccions-swiper {
  position: relative;
  margin-bottom: var(--padding-1);
}
.seccions-swiper .swiper-wrapper {
  height: 590px;
}
.seccions-swiper .swiper-slide {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  padding: 35px 25px;
  box-sizing: border-box;
  position: relative;
}
.seccions-swiper .swiper-slide .img-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.seccions-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.seccions-swiper .swiper-slide .feat-video {
  grid-column: span 3;
}
.seccions-swiper .swiper-slide .entrevistas-text-cont {
  margin-left: 24px;
}
.seccions-swiper .swiper-slide .entrevistas-text-cont .desc {
  font-size: 20px;
  line-height: 28px;
  font-family: "diatype expanded";
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seccions-swiper .swiper-slide .small-button {
  display: inline-block;
}
.seccions-swiper .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 1px solid #000 !important;
}
.seccions-swiper .swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.swiper-pagination:not(.home-classic .swiper-pagination):not(.store-hero-swiper .swiper-pagination):not(.featured-swiper .swiper-pagination) {
  position: relative !important;
  display: block;
  top: auto !important;
  bottom: auto !important;
  margin-top: 30px;
}

.archive-hero-critica-cont {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.archive-hero-critica-cont .swiper-wrapper {
  height: 440px;
}
.archive-hero-critica-cont .seccions-swiper {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}
.archive-hero-critica-cont .seccions-swiper .swiper-slide {
  padding: 0;
}
.archive-hero-critica-cont .seccions-swiper .feat-video {
  grid-column: span 2;
}
.archive-hero-critica-cont .seccions-swiper .text-cont {
  padding: 24px;
  grid-column: span 2;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  flex-flow: column;
}
.archive-hero-critica-cont .seccions-swiper .prot {
  margin-block-end: 15px;
}
.archive-hero-critica-cont .seccions-swiper .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*	festivals
  ---------- */
.seccions-page.festivals .right-cont .dropdown,
.seccions-page.festivales .right-cont .dropdown {
  display: none;
}

.festival-filters-cont {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid #000;
  align-items: stretch;
  margin-bottom: 45px;
}
.festival-filters-cont .filter {
  display: flex; /* Use flexbox for the filter elements */
  flex-direction: column; /* Arrange children in a column */
  justify-content: center;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid #000;
  min-height: 70px;
}
.festival-filters-cont .filter-button {
  padding: 20px;
  padding-left: 0;
  padding-right: 40px;
  box-sizing: border-box;
  display: block;
  font-family: "diatype expanded";
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
.festival-filters-cont .filter-button:hover {
  color: var(--primary-color);
}
.festival-filters-cont .filter-button.active {
  color: var(--primary-color);
}

/*	video seccions
  ---------- */
.videos-grid,
.reels-grid {
  margin-bottom: 100px;
}
.videos-grid .pagination,
.reels-grid .pagination {
  text-align: center;
  justify-content: center;
}

.video-packery-grid {
  width: 100%;
  height: 100%;
  margin-top: 45px;
  margin-bottom: 30px;
}
.video-packery-grid .videos-grid-item {
  width: 23.5%;
}

.video-packery-grid.video-section .videos-grid-item {
  background-color: #fff;
}
.video-packery-grid.video-section .videos-grid-item .embed-container {
  aspect-ratio: 16/9;
}
.video-packery-grid.video-section .videos-grid-item .play-btn {
  width: 100%;
  height: 100%;
  margin: auto;
  cursor: pointer;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-packery-grid.video-section .videos-grid-item .play-btn svg {
  width: 53px;
  height: 57px;
  margin: auto;
  display: block;
}
.video-packery-grid.video-section .videos-grid-item .small-button {
  margin-bottom: 10px;
}

.video-packery-grid.reels-section .videos-grid-item {
  padding: 20px;
  box-sizing: border-box;
  background-color: var(--faded-color);
  aspect-ratio: 9/16;
}
.video-packery-grid.reels-section .videos-grid-item .embed-container {
  position: relative;
}
.video-packery-grid.reels-section .play-btn:hover svg #play-btn {
  fill: var(--tag-color);
}
.video-packery-grid.reels-section .reel-img {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 52px;
  bottom: 115px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: inset 1s;
}
.video-packery-grid.reels-section .reel-img.playing {
  inset: 0;
}
.video-packery-grid.reels-section .reel-img.playing .reel-poster-image {
  opacity: 0;
  pointer-events: none;
}
.video-packery-grid.reels-section .text-section {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.video-packery-grid.reels-section .fecha {
  font-size: 12px;
  line-height: 14px;
}
.video-packery-grid.reels-section .top-section {
  display: flex;
  justify-content: space-between;
}
.video-packery-grid.reels-section .title {
  font-size: 20px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 69px;
}

.seccio-illustracio .text-block p:not(.footer-autor) strong {
  color: var(--secondary-color);
  font-weight: 700;
}

.reel-poster-image {
  background-size: cover;
  background-position: center;
  opacity: 1;
  position: absolute;
  inset: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
}
.reel-poster-image video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/*	new cards
  ---------- */
.page-archive .seccions-cont,
.search-results .seccions-cont {
  padding: var(--padding-1) 0px;
}
.page-archive .archive-top-section,
.search-results .archive-top-section {
  padding-left: var(--padding-1);
  padding-right: var(--padding-1);
  margin-bottom: 70px;
}
.page-archive .archive-top-section .search-bar,
.search-results .archive-top-section .search-bar {
  background-color: #d9d9d9;
}
.page-archive .heading-cont,
.search-results .heading-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.page-archive .section-heading,
.search-results .section-heading {
  color: #000;
  margin-bottom: 0;
}

.search-results .search-filters,
.page-archive .search-filters {
  display: none;
}

.new-card-img-cont,
.new-card-img-txt-cont,
.new-card-video-cont {
  width: 100%;
  overflow: hidden;
}
.new-card-img-cont .dropdown svg path,
.new-card-img-txt-cont .dropdown svg path,
.new-card-video-cont .dropdown svg path {
  fill: #fff !important;
}
.new-card-img-cont .dropdown:hover span,
.new-card-img-txt-cont .dropdown:hover span,
.new-card-video-cont .dropdown:hover span {
  color: #fff;
}
.new-card-img-cont .dropdown:hover svg path,
.new-card-img-txt-cont .dropdown:hover svg path,
.new-card-video-cont .dropdown:hover svg path {
  fill: #000 !important;
}

.last-reviews-cont {
  height: 375px;
}

.new-card-img-txt-cont .single-recommendations-scroll {
  height: 400px;
  margin-top: 25px;
  display: flex;
}
.new-card-img-txt-cont .rec {
  width: 640px;
  min-width: 640px;
  background-color: #fff;
  margin-left: var(--padding-1);
  display: flex;
  flex-flow: row;
  flex: 0 0 auto;
}
.new-card-img-txt-cont .rec-img {
  background-size: cover;
  background-position: center;
  width: 45%;
  flex: none;
  height: 100%;
}
.new-card-img-txt-cont .rec-text {
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.new-card-img-txt-cont .rec-text h4 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Limit to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-card-img-txt-cont .rec-text p {
  font-size: 14px;
  line-height: 16px;
}

.archive-illustration .packery-grid-item {
  width: 48%;
  max-width: none;
  background-color: transparent;
  margin-bottom: 10px;
}
.archive-illustration .img-cont {
  aspect-ratio: 16/9;
}
.archive-illustration .text-cont {
  padding: 0;
  padding-top: 8px;
}
.archive-illustration .text-cont p {
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}

.single-subscribe-message {
  background-color: var(--purple);
  padding: 17px 28px;
  margin-top: 25px;
}
.single-subscribe-message p,
.single-subscribe-message a {
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  font-weight: 400;
  margin-block-end: 22px;
}
.single-subscribe-message a {
  text-decoration: underline;
}
.single-subscribe-message a:hover {
  color: #fff;
}
.single-subscribe-message * {
  color: #fff;
}

.ilustradora-footer-cont {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 23px;
  margin-bottom: 40px;
  gap: 50px;
}
.ilustradora-footer-cont a {
  font-size: 14px;
  line-height: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
  margin: 0;
}
.ilustradora-footer-cont strong {
  font-size: 18px;
  line-height: 22px;
}

.video-block-cont {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: pink;
  background: linear-gradient(180deg, #7d2382 0%, var(--orange) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 50px;
}
.video-block-cont *,
.video-block-cont *:hover {
  color: #fff;
}
.video-block-cont h2 {
  color: #fff;
  font-size: 45px;
  line-height: normal;
  font-family: "diatype expanded";
  margin-block-end: 1em;
  font-size: 22px;
  max-width: 280px;
}
.video-block-cont a {
  color: #fff;
  text-decoration: underline;
}
.video-block-cont a:hover {
  color: #fff;
}

.videos-grid .video-block-cont {
  padding: 15px;
  padding-bottom: 0;
}
.videos-grid .video-block-cont h2 {
  font-size: 16px;
}

.interview-preview-card .video-block-cont,
.seccions-swiper .video-block-cont,
.featured-swiper.col-w-2 .video-block-cont {
  padding: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.interview-preview-card .video-block-cont h2,
.seccions-swiper .video-block-cont h2,
.featured-swiper.col-w-2 .video-block-cont h2 {
  font-size: 22px;
  max-width: 280px;
}

.featured-swiper.col-w-4 .video-block-cont {
  padding: 20px;
}
.featured-swiper.col-w-4 .video-block-cont h2 {
  font-size: 22px;
  max-width: 300px;
}

.dropdown * {
  font-family: "Inter", sans-serif;
}

.heading-autor {
  display: inline-flex;
  align-items: center;
}
.heading-autor .circle {
  margin-left: 15px;
  margin-right: 15px;
  background-color: var(--tag-color);
  width: 10px;
  height: 10px;
  display: inline-block;
}

.barra-substitucio {
  background-color: var(--purple);
  margin-top: -200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7d2382 95%, #7d2382 100%);
}
.barra-substitucio p {
  font-family: "diatype expanded";
  font-size: 30px;
  line-height: 30px;
  margin-block-end: 40px;
  text-align: center;
  padding: 0 var(--padding-2);
  margin-bottom: 70px;
  padding-top: 150px;
}
.barra-substitucio * {
  color: #fff;
}
.barra-substitucio a {
  color: #fff;
  text-decoration: underline;
}

/*	Responsive
  ---------- */
@media (max-width: 767px) {
  .no-scroll {
    overflow: auto;
  }
  .pagination {
    justify-content: center;
  }
  .swiper-pagination:not(.store-hero-swiper .swiper-pagination):not(.featured-swiper .swiper-pagination) {
    margin-top: 15px;
    z-index: 2 !important;
  }
  .seccions-page .seccions-cont {
    padding-top: 22px;
  }
  /* Home
  ---------- */
  .grid-preview-card .free-tag {
    top: 20px;
    right: 10px;
  }
  .featured-video-card .video-text-cont {
    padding: 20px 10px;
    justify-content: flex-start;
  }
  .filmtopia-reivindica .grid-4 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .filmtopia-reivindica .article-card {
    width: 300px;
    flex: 0 0 auto;
  }
  .filmtopia-reivindica,
  .home-classic {
    padding: 40px 15px;
  }
  .filmtopia-reivindica h2,
  .home-classic h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .home-classic-cont {
    margin-bottom: 100px;
  }
  .home-classic .classic-post {
    flex-flow: column;
  }
  .home-classic .post-thumbnail {
    width: 100%;
  }
  .home-classic .credits-cont {
    display: none;
  }
  .home-classic .credits-cont .credits {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, auto));
    grid-gap: 10px;
    font-size: 18px;
  }
  .home-classic .text-cont {
    padding: 0;
  }
  .home-classic h4 {
    font-size: 24px;
    line-height: 26px;
  }
  .home-featured-illustration .illustration-repeater {
    height: auto;
  }
  .home-featured-illustration .illustration-repeater .swiper-slide {
    height: 415px;
  }
  .home-featured-illustration .illustration-repeater .img-cont {
    height: 320px;
    flex: 1;
  }
  .home-featured-illustration .illustration-repeater .swiper-button-prev,
  .home-featured-illustration .illustration-repeater .swiper-button-next {
    display: none;
  }
  .home-featured-illustration .heading-cont .section-heading {
    margin-left: 0 !important;
  }
  .home-featured-illustration .heading-cont .dropdown {
    display: none;
  }
  .home-featured-modules .grid-preview-card.posts-text-card.col-w-2 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 0;
  }
  .home-featured-modules .grid-preview-card.posts-text-card.col-w-2::before {
    display: none;
  }
  .home-featured-modules .grid-preview-card.posts-text-card.col-w-2 .post-text-card:not(:last-child) {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
  }
  .home-featured-modules .grid-preview-card.posts-text-card.col-w-2 .intro-text {
    margin-block-end: 20px;
  }
  .home-featured-modules .grid-preview-card.posts-text-card .post-text-title {
    margin-bottom: 25px;
  }
  .home-featured-modules .grid-preview-card.posts-text-card h3 {
    font-size: 16px;
    line-height: 16.8px;
  }
  /*	Botiga
  ---------- */
  .page-tienda header {
    height: 30vh !important;
  }
  .page-tienda .store-hero-swiper {
    height: 30vh;
  }
  .subscription-pop-up {
    padding: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7d2382 5%, var(--orange) 100%);
  }
  .subscription-pop-up .subscription-plan-cont {
    display: block;
    padding-bottom: 20px !important;
  }
  .subscription-pop-up .subscription-plan-cont h2 {
    font-size: 75px;
    line-height: 80px;
    margin-bottom: 10px;
  }
  .subscription-pop-up .subscription-plan-cont .bottom-col {
    flex-direction: column-reverse;
  }
  .subscription-pop-up .subscription-plan-cont .bottom-col p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 21px;
    max-width: none;
  }
  .subscription-pop-up .pop-up-text {
    margin-bottom: 25px;
  }
  .subscription-pop-up .pop-up-text .text-2 p {
    font-size: 20px;
    line-height: 22px;
    margin-block-end: 0;
  }
  .subscription-pop-up .rect {
    width: 300px !important;
    min-height: 290px !important;
    margin-bottom: 25px !important;
  }
  .rect-cont-rsp {
    display: flex;
    justify-content: stretch;
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    gap: 24px;
    padding: 0 var(--padding-2);
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
  }
  .rect-cont-rsp::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .subscription-pop-up .subscription-plan-cont .rect.white-rect {
    width: auto !important;
    margin: 0 var(--padding-2);
  }
  .subscription-pop-up .subscription-plan-cont .rect.white-rect p {
    font-size: 24px;
    line-height: 26px;
    margin-block-end: 20px;
  }
  .barra-contador {
    flex-flow: column;
    padding: 18px;
    padding-bottom: 40px;
  }
  .barra-contador .close-icon {
    order: 0;
    margin-bottom: 24px;
  }
  .barra-contador .text-1 {
    order: 1;
    margin-bottom: 15px;
  }
  .barra-contador .counter-logo-cont {
    order: 2;
    margin-bottom: 24px;
  }
  .barra-contador .separador.mobile {
    order: 3;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px;
  }
  .barra-contador .text-2 {
    order: 4;
  }
  .fixed-compartir-altres-seccions {
    z-index: 2;
  }
  .newsletter-cont .newsletter-legal {
    width: 100%;
    margin: 0 auto;
  }
  .login-redirect-message,
  .register-redirect-message {
    margin-top: 70px;
    width: auto;
  }
  .woocommerce .line {
    width: auto;
    margin-top: 30px;
  }
  .comments-cont .comments {
    width: 100%;
  }
  /*	Seccions
  ---------- */
  .seccions-swiper .swiper-wrapper {
    height: auto;
    background-color: #fff;
  }
  .seccions-swiper .swiper-slide.video-text-cont {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 20px 10px;
  }
  .seccions-swiper .swiper-slide.video-text-cont .embed-container {
    height: 190px;
    flex: 0 0 auto;
  }
  .seccions-swiper .swiper-slide.video-text-cont .text-cont {
    justify-content: flex-start;
  }
  .seccions-swiper .swiper-slide.video-text-cont .entrevistas-text-cont {
    margin-left: 0;
    padding-top: 15px;
  }
  .seccions-swiper .swiper-slide.video-text-cont .entrevistas-text-cont .small-button {
    display: none;
  }
  .seccions-swiper .swiper-slide.video-text-cont .entrevistas-text-cont .desc {
    font-size: 14px;
    line-height: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    -webkit-line-clamp: 2;
  }
  .archive-hero-critica-cont {
    flex-flow: column;
  }
  .archive-hero-critica-cont .swiper-slide {
    background-color: #fff;
    height: 250px;
  }
  .archive-hero-critica-cont .swiper-slide h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /*	festivals
  ---------- */
  .festival-filters-cont {
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-bottom: 45px;
  }
  .festival-filters-cont .filter {
    min-height: auto;
  }
  .festival-filters-cont .filter-button {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 15px;
  }
  /*	video seccions
  ---------- */
  .video-packery-grid .videos-grid-item {
    width: 100%;
  }
  .videos-grid .video-packery-grid .embed-container {
    height: 185px;
  }
  .archive-illustration .packery-grid-item {
    width: 100%;
    margin-bottom: 20px;
  }
  /*	new cards
  ---------- */
  .page-archive .heading-cont,
  .search-results .heading-cont {
    margin-bottom: 17px;
  }
  .page-archive .heading-cont .dropdown,
  .search-results .heading-cont .dropdown {
    display: none;
  }
  .page-archive .new-card-img-txt-cont .scroll-cont,
  .search-results .new-card-img-txt-cont .scroll-cont {
    height: auto;
  }
  .new-card-img-cont,
  .new-card-img-txt-cont,
  .new-card-video-cont {
    width: 100%;
    overflow: hidden;
  }
  .last-reviews-cont {
    height: 375px;
  }
  .new-card-img-txt-cont .single-recommendations-scroll {
    height: auto;
    margin-top: 25px;
    display: flex;
  }
  .new-card-img-txt-cont .rec {
    width: 300px;
    height: 560px;
    min-width: auto;
    display: flex;
    flex-flow: column;
  }
  .new-card-img-txt-cont .rec-img {
    width: 100%;
    height: 300px;
  }
  .new-card-img-txt-cont .rec-text {
    flex-grow: 1;
  }
  .new-card-img-txt-cont .rec-text h4 {
    -webkit-line-clamp: 3;
  }
  .new-card-img-txt-cont .rec-text .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single-subscribe-message {
    padding: 17px var(--padding-1);
    margin-top: 25px;
  }
  .ilustradora-footer-cont {
    gap: 30px;
  }
  .comments-wrapper .side-padding-2 {
    padding-left: 0;
  }
  .video-block-cont {
    padding: 20px;
    padding-bottom: 0;
  }
  .video-block-cont h2 {
    font-size: 16px;
    max-width: 200px;
    color: #fff;
    line-height: normal;
    font-family: "diatype expanded";
    margin-block-end: 1em;
  }
  .videos-grid .video-block-cont {
    padding: 15px;
    padding-bottom: 0;
  }
  .videos-grid .video-block-cont h2 {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-family: "diatype expanded";
    margin-block-end: 1em;
  }
  .interview-preview-card .video-block-cont,
  .seccions-swiper .video-block-cont,
  .featured-swiper.col-w-2 .video-block-cont,
  .featured-swiper.col-w-4 .video-block-cont {
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0;
  }
  .interview-preview-card .video-block-cont h2,
  .seccions-swiper .video-block-cont h2,
  .featured-swiper.col-w-2 .video-block-cont h2,
  .featured-swiper.col-w-4 .video-block-cont h2 {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-family: "diatype expanded";
    margin-block-end: 1em;
  }
  .single-recommendations-cont .free-tag {
    top: 15px;
    right: 15px;
    font-size: 12px;
    line-height: 12px;
  }
  .single-page .heading-autor {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .single-page .heading-autor .circle {
    margin-left: 0;
    display: none;
  }
}/*# sourceMappingURL=filmtopia-2025.css.map */