/*
	Theme Name: Filmtopia2025 seo Template
	Theme URI:
	Description: Filmtopia2025 seo template
	Version: 1.0
	Author: LLOS&
	Author URI: http://llos.co
	Text Domain: llos
	Domain Path: /lang
*/
/*	Variables
	---- */
:root {
  --padding-1: 30px;
  --padding-2: 60px;
  --100vh: calc(var(--vh, 1vh) * 100);
  --primary-color: #000;
  --secondary-color: #000;
  --tag-color: #fff;
  --purple: #7d2382;
  --orange: #f08220;
  --yellow: #f9d423;
  --margin-bottom: 120px;
  --max-width: 1400px;
  --light-grey: #f3f3f3;
}

/*	Typography
	---------- */
@font-face {
  font-family: "CSTM Xprmntl 02";
  src: url("fonts/CSTM/CSTM-Xprmntl-02-Bold.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-VariableFont.ttf") format("truetype");
}
@font-face {
  font-family: "Diatype Compressed";
  src: url("fonts/Diatype-Compressed/ABCDiatypeCompressed-Bold.woff2") format("woff2"), url("fonts/Diatype-Compressed/ABCDiatypeCompressed-Bold.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Diatype Expanded";
  src: url("fonts/Diatype-Expanded/ABCDiatypeExpanded-Bold.woff2") format("woff2"), url("fonts/Diatype-Expanded/ABCDiatypeExpanded-Bold.woff") format("woff");
  font-weight: normal;
}
/*	Misc
	---- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  background-color: var(--light-grey);
  position: relative;
  overflow-y: scroll;
}

body:not(.logged-in).cookie-block:not(:has(.article-free)) .single-page {
  overflow: hidden;
}
body:not(.logged-in).cookie-block:not(:has(.article-free)) .single-page .single-tags,
body:not(.logged-in).cookie-block:not(:has(.article-free)) .single-page .single-recommendations-cont,
body:not(.logged-in).cookie-block:not(:has(.article-free)) .single-page .gradient,
body:not(.logged-in).cookie-block:not(:has(.article-free)) .single-page .newsletter-cont {
  display: none;
}
body:not(.logged-in).cookie-block:not(:has(.article-free)) .video-seccion {
  overflow: hidden;
}
body:not(.logged-in).cookie-block:not(:has(.article-free)) .video-seccion .newsletter-cont {
  display: none;
}
body:not(.logged-in).cookie-block:not(:has(.article-free)) .video-seccion ~ .subscription-pop-up {
  margin-top: -350px;
}
body:not(.logged-in).cookie-block:not(:has(.article-free)) :not(.reel-img .embed-container .poster-image):not(.page-about .embed-container .poster-image) > .play-btn {
  display: none;
}
body:not(.logged-in).cookie-block:not(:has(.article-free)) .subscription-pop-up {
  display: block;
}
body:not(.logged-in).cookie-block:not(:has(.article-free)) .cookie-text-crop {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a {
  color: #000;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: inherit;
  cursor: pointer;
  display: block;
}

input[type=text],
input[type=email],
input[type=number],
textarea {
  border-radius: 0;
  border: none;
}

input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}

textarea {
  resize: none;
}

input:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus {
  outline: none;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

::-moz-selection {
  color: black;
  background: #99ccff;
}

::selection {
  color: black;
  background: #99ccff;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.search-bar {
  display: flex;
  justify-content: space-between;
}
.search-bar input[type=text],
.search-bar input[type=email],
.search-bar input[type=number],
.search-bar textarea {
  border: none;
  padding: 15px;
  flex: 1;
  background-color: transparent;
}
.search-bar .lupa {
  padding: 15px;
  box-sizing: border-box;
}
.search-bar .lupa img {
  width: 15px;
  height: 15px;
  display: block;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  outline: none;
}

option {
  margin: 10px 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.search-page-form {
  width: 49%;
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
}
.search-page-form select {
  display: none;
}

.no-search-results {
  margin-top: 45px;
  margin-bottom: 45px;
}

.search-page .search-bar {
  background-color: #e8e8e8;
  width: 100%;
}

.hidden-search {
  display: none;
}

.search-bar .hidden * {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1,
h2 {
  font-family: "Diatype Expanded";
  font-size: 65px;
  line-height: 62px;
  margin-bottom: 27px;
  text-align: center;
  color: var(--secondary-color);
  font-weight: normal;
}

h3 {
  font-size: 18px;
  line-height: 22px;
  color: var(--secondary-color);
}

h4 {
  font-family: "Diatype Expanded";
  font-size: 22px;
  line-height: 24px;
}
h4 span {
  color: var(--primary-color);
}

p {
  font-size: 14px;
  line-height: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.text-cont {
  padding: 25px 15px;
  box-sizing: border-box;
}
.text-cont h4 {
  margin-bottom: 5px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.section-heading {
  font-family: "Diatype Expanded";
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
}

section {
  position: relative;
  padding-bottom: var(--margin-bottom);
}

.transition {
  transition: all 0.5s ease-in-out;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.round-corner {
  border-radius: 1em;
  overflow: hidden;
}

.circle {
  border-radius: 50%;
}

.button {
  cursor: pointer;
  padding: 8px 20px;
  margin-bottom: 20px;
  color: #fff;
  box-sizing: border-box;
}
.button a {
  color: #fff;
}

.film-series-btn-cont {
  margin-right: 10px;
  display: flex;
}

.fims-series-btn {
  background-color: #d9d9d9;
  margin-right: 15px;
  border-radius: 1.5em;
}
.fims-series-btn span {
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 30px;
}

.fims-series-btn:hover {
  background-color: #f5b4cd;
}

.small-button {
  display: inline-block;
  background-color: var(--tag-color);
  align-self: flex-start;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 10px;
  margin-bottom: 15px;
  flex: 0 0 auto;
}

.gradient {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: -1;
  background: linear-gradient(180deg, var(--light-grey) 0%, var(--primary-color) 20%, var(--primary-color) 50%, var(--primary-color) 80%, var(--light-grey) 100%);
}

.gradient-archive-new {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, var(--light-grey) 0%, var(--light-grey) 10%, #7399e4 50%, #7399e4 100%);
}

.gradient-archive {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, var(--light-grey) 0%, var(--light-grey) 10%, var(--primary-color) 50%, var(--primary-color) 70%, var(--light-grey) 100%);
}

.gradient-single {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 0%;
  z-index: 10;
}

.max-container {
  position: relative;
  max-width: var(--max-width);
  margin: auto;
}

.sinopsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.side-padding-1 {
  margin: 0 var(--padding-1);
  box-sizing: border-box;
}

.side-padding-2 {
  padding: 0 var(--padding-2);
  box-sizing: border-box;
}

.v-margin {
  margin-bottom: var(--margin-bottom);
}

/*	Menu
	------ */
.full-screen-menu-cont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9eeff;
  z-index: 9999;
  overflow: auto;
  text-transform: uppercase;
}
.full-screen-menu-cont .responsive-section {
  display: none;
}
.full-screen-menu-cont .navigation-bar-cont .navigation-bar {
  background-color: transparent;
  box-shadow: none;
}
.full-screen-menu-cont .navigation-bar-cont.max-container {
  height: auto;
}
.full-screen-menu-cont .center-section {
  padding-top: 100px;
  font-family: "diatype compressed";
  font-size: 48px;
  line-height: 45px;
}
.full-screen-menu-cont .center-section a {
  display: block;
}
.full-screen-menu-cont .center-section .cont-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 13px;
  margin-bottom: 25px;
}
.full-screen-menu-cont .center-section .cont-grid li {
  margin-bottom: 5px;
}
.full-screen-menu-cont .center-section .cont-grid li:nth-child(even) {
  text-align: left;
}
.full-screen-menu-cont .center-section .cont-grid li:nth-child(odd) {
  text-align: right;
}
.full-screen-menu-cont .center-section .cont-flex {
  display: flex;
  flex-flow: column;
  text-align: center;
}
.full-screen-menu-cont .center-section .responsive-newsletter {
  display: none;
  font-size: 14px;
  line-height: 27px;
  font-family: "Inter";
  font-weight: 700;
  margin-top: 45px;
}
.full-screen-menu-cont .center-section .responsive-newsletter .header-newsletter-btn {
  display: inline;
  background-color: var(--light-grey);
}
.full-screen-menu-cont .center-section .idioma {
  font-size: 14px;
  line-height: 27px;
  font-family: "Inter";
  font-weight: 700;
  margin-top: 45px;
}
.full-screen-menu-cont .center-section .idioma li a {
  color: #b3b3b3;
}
.full-screen-menu-cont .center-section .idioma li a:hover {
  color: #000;
}
.full-screen-menu-cont .center-section .idioma .wpml-ls-current-language {
  opacity: 1;
}
.full-screen-menu-cont .center-section .idioma .wpml-ls-current-language a {
  color: #000;
}
.full-screen-menu-cont .menu-logo {
  padding: 15px var(--padding-1);
  margin-top: auto;
}
.full-screen-menu-cont .menu-logo svg path {
  fill: #000;
}
.full-screen-menu-cont .full-screen-menu {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.full-screen-menu .search-bar {
  position: relative;
  width: 70vw;
  max-width: 800px;
  background-color: transparent;
}
.full-screen-menu .search-bar .search-line {
  position: absolute;
  width: 100%;
  bottom: -5px;
  border-bottom: 2px solid black;
}
.full-screen-menu .search-bar .search-text.hidden,
.full-screen-menu .search-bar .search-line.hidden {
  opacity: 0;
  visibility: hidden;
}

.full-screen-menu .search-bar input::-moz-placeholder {
  color: #b3b3b3;
  font-family: "diatype compressed";
  font-size: 45px;
  line-height: 45.6px;
}

.full-screen-menu .search-bar input::placeholder {
  color: #b3b3b3;
  font-family: "diatype compressed";
  font-size: 45px;
  line-height: 45.6px;
}

.full-screen-menu .search-bar input[type=text] {
  margin-bottom: -15px;
  padding: 0;
  font-family: "diatype compressed";
  font-size: 45px;
  line-height: 45.6px;
}

.white-fancy-btn svg {
  display: inline;
}
.white-fancy-btn svg path {
  fill: #d9d9d9;
}

.grey-fancy-btn svg path {
  fill: #d9d9d9;
}

.search-page .search-filters {
  display: flex;
}
.search-page .dropdown {
  margin-right: 15px;
}
.search-page .dropdown .white-fancy-btn svg path {
  fill: #d9d9d9;
}
.search-page .dropdown span {
  pointer-events: none;
}
.search-page .dropdown .search-filter {
  position: absolute;
  inset: 0;
}
.search-page .dropdown .hide {
  display: none;
}
.search-page .dropdown .hidden-large-btn {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.search-page .dropbtn.selected {
  color: #fff;
}
.search-page .dropbtn.selected .white-fancy-btn {
  display: none;
}

.menu-btn {
  left: 0;
  margin-left: 23px;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

/*	Nav Bar
	------ */
header {
  position: relative;
}

.navigation-bar-cont {
  position: fixed;
  top: -50px;
  top: 15px;
  transition: top 0.7s ease-in-out;
  left: 0;
  right: 0;
  z-index: 10;
}
.navigation-bar-cont .navigation-bar {
  background-color: #fff;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter";
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  margin: 0 var(--padding-1);
}
.navigation-bar-cont .filmtopia-logo-rainbow {
  height: 31px;
  width: 146px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.navigation-bar-cont .beta {
  position: absolute;
  bottom: -8px;
  right: -50px;
  width: 45px;
  height: 45px;
  display: none;
}
.navigation-bar-cont .right-section {
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 32px;
}
.navigation-bar-cont .right-section li {
  margin-left: 25px;
  display: flex;
  align-items: flex-end;
}
.navigation-bar-cont .right-section li .svg {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 4px;
}
.navigation-bar-cont .left-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 32px;
}
.navigation-bar-cont .left-section li {
  margin-left: 25px;
  display: flex;
  align-items: flex-end;
}
.navigation-bar-cont .left-section li .svg {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 4px;
}
.navigation-bar-cont .subscribe-btn {
  cursor: pointer;
  padding: 5px 14px;
  background-color: var(--purple);
  border: 2px solid var(--purple);
  white-space: nowrap;
  display: block;
  flex: 0 0 auto;
  color: #fff;
}
.navigation-bar-cont .subscribe-btn:hover {
  background-color: #fff;
  color: var(--purple);
}

.header-newsletter-btn {
  border: 2px solid black;
  cursor: pointer;
  padding: 5px 14px;
  white-space: nowrap;
  display: block;
  flex: 0 0 auto;
}
.header-newsletter-btn:hover {
  background-color: #000;
  color: #fff;
}

.filmtopia-logo {
  padding: var(--padding-1);
}
.filmtopia-logo #gradient stop:first-child {
  stop-color: var(--primary-color);
}
.filmtopia-logo #gradient stop:nth-child(2) {
  stop-color: var(--secondary-color);
}
.filmtopia-logo #gradient stop:last-child {
  stop-color: var(--purple);
}

/*	Homepage
	-------- */
.home-page {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  margin-top: 100vh;
}

.home-gradient {
  padding-bottom: var(--margin-bottom);
  background: linear-gradient(180deg, rgba(125, 35, 130, 0) 0%, rgba(125, 35, 130, 0.8) 3%, rgb(240, 130, 30) 18%, rgb(245, 180, 224) 35%, rgb(130, 200, 240) 55%, rgb(30, 70, 140) 75%, rgb(48, 170, 75) 100%);
}

.home-hero-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.home-hero-section .hero-logo {
  margin-bottom: 20px;
}
.home-hero-section h4 {
  margin-top: 14px;
  text-transform: uppercase;
}
.home-hero-section p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
.home-hero-section .center-cont {
  width: 80%;
  opacity: 0;
}
.home-hero-section .hero-footer {
  width: 80%;
  position: absolute;
  bottom: 40px;
  opacity: 0;
}
.home-hero-section .video-container {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.home-hero-section .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-hero-section .video-container video:not(:first-child) {
  display: none;
}

.home-triptic-cont {
  width: calc(80% + 44px);
  margin: auto;
  padding-top: 40vh;
  height: 120vh;
  display: flex;
  justify-content: center;
  position: relative;
}
.home-triptic-cont .triptic-card {
  height: 35vw;
  max-height: 560px;
  max-width: 350px;
  flex: 1;
  margin: 0 22px;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
}
.home-triptic-cont .triptic-card a {
  height: 100%;
  display: block;
}
.home-triptic-cont .triptic-card .text-cont {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-triptic-cont .triptic-card h3 {
  font-family: "diatype compressed";
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
.home-triptic-cont .triptic-card h3 span {
  padding: 0 5px;
  line-height: inherit;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #fff;
}
.home-triptic-cont .triptic-card:nth-child(2) {
  margin-top: 15%;
}
.home-triptic-cont .triptic-card:last-child {
  margin-top: 30%;
}

.home-past-present-future {
  background: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
  margin: 0 var(--padding-1);
  padding: 17px;
  box-sizing: border-box;
  margin-bottom: var(--margin-bottom);
  display: flex;
}
.home-past-present-future .temps-link {
  text-transform: uppercase;
  font-family: "cstm xprmntl 02";
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  margin-top: auto;
}
.home-past-present-future h3 {
  font-family: "cstm xprmntl 02";
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.home-past-present-future .passat-cont,
.home-past-present-future .present-cont,
.home-past-present-future .futur-cont {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.home-past-present-future .pasado-cont,
.home-past-present-future .presente-cont,
.home-past-present-future .futuro-cont {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.home-past-present-future .passat-cont,
.home-past-present-future .pasado-cont {
  border-right: 2px solid black;
  flex: 1;
}
.home-past-present-future .present-cont,
.home-past-present-future .presente-cont {
  flex: 2;
}
.home-past-present-future .futur-cont,
.home-past-present-future .futuro-cont {
  border-left: 2px solid black;
  flex: 1;
}
.home-past-present-future .present-cont .ppf-card-cont,
.home-past-present-future .presente-cont .ppf-card-cont {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0;
       column-gap: 0;
}
.home-past-present-future .present-cont .ppf-card-cont .ppf-card,
.home-past-present-future .presente-cont .ppf-card-cont .ppf-card {
  display: inline-block;
  width: calc(100% - 26px);
}
.home-past-present-future .present-cont .ppf-card-cont .ppf-card .img-cont,
.home-past-present-future .presente-cont .ppf-card-cont .ppf-card .img-cont {
  height: 415px;
  position: relative;
}
.home-past-present-future .ppf-card {
  background-color: #fff;
  margin: 0 13px;
  margin-bottom: 25px;
}
.home-past-present-future .ppf-card .img-cont {
  width: 100%;
  height: 340px;
}
.home-past-present-future .ppf-card .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-past-present-future .futuro-cont .ppf-card-cont .ppf-card:nth-child(n+4),
.home-past-present-future .futur-cont .ppf-card-cont .ppf-card:nth-child(n+4) {
  display: none;
}

.heading-scroll-cont {
  margin-bottom: var(--margin-bottom);
}
.heading-scroll-cont .section-heading {
  margin-left: var(--padding-1);
  margin-bottom: 25px;
}
.heading-scroll-cont .scroll-cont {
  height: 375px;
  display: flex;
}
.heading-scroll-cont .scroll-cont.interview-preview {
  height: 490px;
  overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-cont::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll-cont {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ppf-card-cont::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ppf-card-cont {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.preview-card {
  margin-left: 25px;
  flex: 0 0 auto;
  width: 260px;
  background-color: #fff;
  position: relative;
}

.film-poster {
  position: absolute;
  inset: 0;
}
.film-poster img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.film-preview-text {
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.film-preview-text h4 {
  font-size: 25px;
  line-height: 25px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.packery-grid-item .film-preview-text h4 {
  -webkit-line-clamp: 8;
}

.home-featured-modules .section-heading {
  margin-left: var(--padding-2);
}
.home-featured-modules .modules-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin: 0 var(--padding-2);
}
.home-featured-modules .grid-preview-card {
  background-color: #fff;
  height: 470px;
  position: relative;
}
.home-featured-modules .grid-preview-card.text-card {
  display: flex;
  flex-flow: row;
  flex: 0 0 auto;
}
.home-featured-modules .grid-preview-card.text-card .text-cont {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: center;
  padding: 98px 22px 30px 22px;
  box-sizing: border-box;
}
.home-featured-modules .grid-preview-card.text-card .text-cont p {
  font-family: "diatype compressed";
  font-size: 40px;
  line-height: 38px;
}
.home-featured-modules .grid-preview-card.text-card .text-cont strong {
  font-family: "CSTM Xprmntl 02";
  font-size: 32px;
  line-height: 31px;
  color: #000;
}
.home-featured-modules .posts-text-card {
  padding: 35px 25px;
  box-sizing: border-box;
  color: #000;
}
.home-featured-modules .posts-text-card .protagonista {
  margin-bottom: 5px;
}
.home-featured-modules .posts-text-card h3 {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-family: "diatype expanded";
  margin-block-end: 10px;
}
.home-featured-modules .posts-text-card a:hover h3 {
  color: var(--primary-color);
}
.home-featured-modules .posts-text-card a:hover p {
  color: var(--secondary-color);
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-1 {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-1 .post-text-title {
  margin-bottom: 20px;
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-1 h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-1 .post-text-card:not(:last-child) {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-2 {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  position: relative;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-2::before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 50%;
  width: 1px;
  background-color: black;
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-2 .post-text-title {
  grid-column: span 2;
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-2 h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-featured-modules .grid-preview-card.posts-text-card.col-w-2 .intro-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-block-end: 10px;
}
.home-featured-modules .grid-preview-card.product-card {
  position: relative;
}
.home-featured-modules .grid-preview-card.product-card .grid-preview-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  flex: none;
  height: 100%;
}
.home-featured-modules .grid-preview-card.product-card .product-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.home-featured-modules .grid-preview-card.product-card .product-info h3 {
  font-family: "diaType expanded";
  font-size: 22px;
  line-height: 25px;
  color: #fff;
}
.home-featured-modules .grid-preview-card.product-card .product-info .price {
  font-family: "CSTM Xprmntl 02";
  font-size: 32px;
  line-height: 31px;
  text-align: right;
}
.home-featured-modules .grid-preview-card.product-card .product-info .price ins {
  text-decoration: none;
}
.home-featured-modules .grid-preview-card.post-card {
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  flex: 0 0 auto;
}
.home-featured-modules .grid-preview-card.post-card .sinopsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-featured-modules .grid-preview-card.post-card .text-cont {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 35px 25px;
}
.home-featured-modules .grid-preview-card.post-card .text-cont h4 {
  margin-top: 15px;
  padding-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-featured-modules .grid-preview-card.post-card .text-cont p {
  font-size: 14px;
  line-height: 16px;
}
.home-featured-modules .grid-preview-card.post-card .grid-preview-img {
  background-size: cover;
  background-position: center;
  width: 49%;
  flex: none;
  height: 100%;
}
.home-featured-modules .grid-preview-card.col-w-4 {
  height: 600px;
}
.home-featured-modules .grid-preview-card.col-w-3,
.home-featured-modules .grid-preview-card.col-w-2,
.home-featured-modules .grid-preview-card.col-w-1 {
  height: 470px;
}
.home-featured-modules .grid-preview-card.col-w-2 .grid-preview-img {
  width: 48%;
}
.home-featured-modules .grid-preview-card.post-card.col-w-4 {
  grid-column: span 4;
}
.home-featured-modules .grid-preview-card.post-card.col-w-4 h4 {
  font-size: 60px;
  line-height: 57px;
}
.home-featured-modules .grid-preview-card.post-card.col-w-4 p {
  font-size: 18px;
  line-height: 22.5px;
}
.home-featured-modules .col-w-3 {
  grid-column: span 3;
}
.home-featured-modules .grid-preview-card.post-card.col-w-3 h4 {
  font-size: 40px;
  line-height: 38px;
}
.home-featured-modules .grid-preview-card.post-card.col-w-3 p {
  font-size: 14px;
  line-height: 17px;
}
.home-featured-modules .grid-preview-card.post-card.col-w-2 {
  grid-column: span 2;
}
.home-featured-modules .grid-preview-card.post-card.col-w-2 h4 {
  font-size: 33px;
  line-height: 35px;
}
.home-featured-modules .grid-preview-card.post-card.col-w-2 p {
  font-size: 14px;
  line-height: 17px;
}
.home-featured-modules .grid-preview-card.post-card.col-w-1 {
  grid-column: span 2;
}
.home-featured-modules .grid-preview-card.post-card.col-w-1 h4 {
  font-size: 40px;
  line-height: 38px;
}
.home-featured-modules .grid-preview-card.post-card.col-w-1 p {
  font-size: 14px;
  line-height: 17px;
}

.featured-swiper h2 {
  color: var(--tag-color);
  font-family: "cstm xprmntl 02";
  font-size: 112px;
  line-height: 112px;
}
.featured-swiper h3 {
  font-family: "diaType expanded";
  font-size: 22px;
  line-height: 25px;
  color: var(--tag-color);
}
.featured-swiper .play-btn:hover svg #play-btn {
  fill: var(--tag-color);
}
.featured-swiper .bottom-section {
  display: flex;
  flex-flow: column;
  width: 70%;
  text-align: center;
}
.featured-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
}
.featured-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.home-swiper .swiper-slide,
.home-swiper-top .swiper-slide {
  width: 260px;
}

.home-last-reviews .heading-cont,
.best-movies .heading-cont,
.last-interviews .heading-cont,
.home-reels .heading-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.home-last-reviews .heading-cont .section-heading,
.best-movies .heading-cont .section-heading,
.last-interviews .heading-cont .section-heading,
.home-reels .heading-cont .section-heading {
  margin-bottom: 0;
}

.best-movies .heading-cont + .scroll-cont {
  opacity: 1;
  height: 375px;
}
.best-movies .scroll-cont {
  opacity: 0;
  height: 0;
}
.best-movies #movieDropdown {
  display: flex;
}

.most-read-cont .section-heading,
.home-subscriptions-cont .section-heading {
  margin-left: var(--padding-2);
}

.home-subscriptions-cont .subscription-plan-btn:hover svg path {
  fill: #000;
}
.home-subscriptions-cont .subscription-plan-btn:hover span {
  color: #fff;
}

.white-fancy-btn svg {
  display: inline;
}
.white-fancy-btn svg path {
  fill: #fff;
}

.rsp-more-btn {
  width: 100%;
  margin-top: 30px;
  position: relative;
  display: none;
  justify-content: center;
}
.rsp-more-btn button {
  position: relative;
  width: 160px;
  height: 43px;
  overflow: hidden;
}
.rsp-more-btn span {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: var(--padding-2);
}
.dropdown button {
  position: relative;
  width: 160px;
  height: 43px;
  overflow: hidden;
}
.dropdown span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 43px;
  z-index: 5;
}
.dropdown .dropdown-content .white-fancy-btn svg path {
  fill: #d9d9d9;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.movieButton:hover {
  color: #fff;
}
.movieButton:hover .white-fancy-btn {
  display: none;
}

.interview-preview-card {
  background-color: #fff;
  height: 100%;
  width: 533px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.interview-preview-card .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.interview-preview-card .top-section .small-button {
  margin-bottom: 0;
}
.interview-preview-card .top-section .post-date {
  font-size: 14px;
  line-height: 14px;
  text-align: right;
}
.interview-preview-card .interview-preview-img {
  width: auto;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.interview-preview-card .interview-preview-img .poster-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.interview-preview-card .interview-preview-img iframe {
  position: absolute;
  inset: 0;
}
.interview-preview-card .interview-preview-text {
  display: block;
}
.interview-preview-card .interview-preview-text .sinopsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.interview-preview-card .interview-preview-text h4 span {
  color: var(--primary-color);
}

.last-interviews .dropbtn:hover,
.home-reels .dropbtn:hover,
.home-last-reviews .dropbtn:hover,
.best-movies .dropbtn:hover,
.home-featured-illustration .dropbtn:hover {
  color: #fff;
}
.last-interviews .dropbtn:hover svg path,
.home-reels .dropbtn:hover svg path,
.home-last-reviews .dropbtn:hover svg path,
.best-movies .dropbtn:hover svg path,
.home-featured-illustration .dropbtn:hover svg path {
  fill: #000;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid black;
}
.list-item:first-child {
  border-top: 2px solid black;
}
.list-item a {
  padding: 8px 0;
  box-sizing: border-box;
  width: 100%;
}
.list-item h4 {
  padding: 5px 10px;
  display: inline-block;
}
.list-item .small-button {
  margin-bottom: 0;
  align-self: auto;
}

.list-img {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: 300px;
  z-index: 9;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}

.most-read-card {
  background-color: #fff;
  margin: 0 var(--padding-2);
  padding: 45px 35px;
  position: relative;
}
.most-read-card .list-item {
  justify-content: flex-start;
  align-items: center;
}
.most-read-card .list-item .cont {
  display: flex;
  align-items: center;
  width: 100%;
}
.most-read-card .list-item:first-child {
  border-top: 2px solid black;
}
.most-read-card .list-item .small-button {
  margin-bottom: 0;
  align-self: center;
  margin-left: auto;
}
.most-read-card .list-item a:hover h4 span {
  color: #fff !important;
}
.most-read-card .circle {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background-color: #000;
  color: #fff;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "inter";
  font-size: 15px;
  line-height: 15px;
}
.most-read-card .list-img {
  position: absolute;
  right: 150px;
  top: 0;
  bottom: 0;
}

.home-reels .scroll-cont {
  height: 615px;
  overflow-x: scroll;
}
.home-reels .small-button {
  margin-bottom: 0;
}
.home-reels .text-section {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.home-reels .top-section {
  display: flex;
  justify-content: space-between;
}
.home-reels .bottom-section {
  height: 100px;
}
.home-reels .title {
  font-size: 22px;
  line-height: 25px;
}
.home-reels .title span {
  color: var(--secondary-color);
}
.home-reels .play-btn:hover #play-btn {
  fill: var(--tag-color);
}
.home-reels .reels-preview-card {
  --faded-color: #fff;
  width: 345px;
  background-color: var(--faded-color);
  margin-left: 25px;
  flex: 0 0 auto;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.home-reels .reel-img {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 52px;
  bottom: 135px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: inset 1s;
}
.home-reels .reel-img .poster-image {
  transition: opacity 1s 1s;
}
.home-reels .reel-img.playing {
  inset: 0;
}
.home-reels .reel-img.playing .poster-image {
  opacity: 0;
  pointer-events: none;
}

.home-gifs-cont {
  margin: 0 var(--padding-2);
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--margin-bottom);
}
.home-gifs-cont .gif-cont {
  width: 420px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-gifs-cont .gif-cont:hover .text-1 {
  opacity: 0;
}
.home-gifs-cont .gif-cont:hover .text-2 {
  opacity: 1;
}
.home-gifs-cont .gif {
  width: 250px;
  height: auto;
  z-index: 1;
}
.home-gifs-cont .gif-text {
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  padding-top: 30px;
  text-align: center;
  margin-top: -20px;
  position: relative;
  background-color: #fff;
}
.home-gifs-cont .gif-text h4 {
  font-family: "diatype compressed";
  font-size: 30px;
  line-height: 28.5px;
}
.home-gifs-cont .gif-text .text-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 40px;
  line-height: 38px;
}
.home-gifs-cont .gif-text .text-2 {
  opacity: 0;
  font-size: 30px;
  line-height: 28.5px;
  height: 85.5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-gifs-cont .gif-cont.index-1:hover .gif-text {
  background-color: #5dd077;
}
.home-gifs-cont .gif-cont.index-2:hover .gif-text {
  background-color: #ffa552;
}
.home-gifs-cont .gif-cont.index-3:hover .gif-text {
  background-color: #ff8585;
}

/*	Single
	------ */
.hero-image-cont {
  width: 70%;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.hero-image {
  height: 580px;
  overflow: hidden;
  margin-top: 0;
}
.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.single-page .main-section {
  margin: 0 var(--padding-2);
  display: flex;
  flex-flow: column;
  align-items: center;
}
.single-page .intro-text {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
.single-page .heading-autor {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
.single-page .footer-autor {
  font-size: 18px;
  line-height: 22.5px;
}
.single-page h1 span {
  color: var(--purple);
}
.single-page .credits-sinopsis-cont {
  margin-top: 15px;
  margin-left: -40px;
}
.single-page .credits-cont {
  background-blend-mode: luminosity;
  background: rgba(240, 240, 240, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 25px;
  margin: auto;
  box-sizing: border-box;
  align-self: baseline;
  margin-bottom: 15px;
  max-width: 500px;
}
.single-page .credits-cont p {
  font-size: 18px;
  line-height: 22px;
}
.single-page .credits-cont .credits {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, auto));
  grid-gap: 10px;
  font-size: 18px;
}
.single-page .credits-cont .credit span {
  font-size: 14px;
  display: block;
}
.single-page .seccio-button {
  background-color: var(--primary-color);
}
.single-page .single-video-cont {
  width: 70%;
  margin-bottom: 50px;
}

.absolute-cont {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.embed-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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;
}
.poster-image video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.play-btn {
  width: 120px;
  height: 60px;
  margin: auto;
  cursor: pointer;
  z-index: 3;
}
.play-btn:hover #play-btn {
  fill: var(--primary-color);
}

.fixed-compartir-altres-seccions {
  position: fixed;
  right: var(--padding-2);
  bottom: var(--padding-2);
  z-index: 3;
}

.compartir {
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: rgba(171, 171, 171, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: visible;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.compartir #copy-message {
  background-color: rgba(171, 171, 171, 0.4);
  font-weight: normal;
  text-align: center;
  line-height: 15px;
  white-space: nowrap;
  position: absolute;
  margin-left: -50%;
  margin-top: 20px;
  padding: 5px 10px 5px 10px;
  border-radius: 1em;
  opacity: 0;
  transition: opacity 0.2s;
}
.compartir .compartir-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.compartir .compartir-btn span {
  margin-right: 15px;
}
.compartir .socials-list {
  display: none;
  justify-content: flex-start;
}
.compartir .socials-list li {
  width: 23px;
  height: 23px;
  position: relative;
  margin-right: 25px;
}
.compartir .socials-list li button {
  width: 100%;
  height: 100%;
}
.compartir .socials-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.compartir .socials-list .arrow-left {
  transform: scaleX(-1);
  margin-left: auto;
}
.compartir .circle {
  width: 11px;
  height: 11px;
  background: linear-gradient(180deg, var(--orange) 0%, var(--purple) 100%);
  border-radius: 50%;
  margin-right: 10px;
}
.compartir .arrow-right {
  margin-left: auto;
}

.altres-seccions,
.newsletter-pop-up,
.post-pop-up,
.archive-pop-up {
  font-size: 14px;
  line-height: 17px;
  padding: 15px 40px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: rgba(171, 171, 171, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin-bottom: 0;
  width: 245px;
  cursor: pointer;
}
.altres-seccions .seccion-arrow,
.newsletter-pop-up .seccion-arrow,
.post-pop-up .seccion-arrow,
.archive-pop-up .seccion-arrow {
  display: flex;
  justify-content: space-between;
}
.altres-seccions .arrow-right,
.newsletter-pop-up .arrow-right,
.post-pop-up .arrow-right,
.archive-pop-up .arrow-right {
  margin-left: 15px;
  flex: 0 0 auto;
}
.altres-seccions .seccions-list,
.newsletter-pop-up .seccions-list,
.post-pop-up .seccions-list,
.archive-pop-up .seccions-list {
  display: none;
}
.altres-seccions .seccions-list li,
.newsletter-pop-up .seccions-list li,
.post-pop-up .seccions-list li,
.archive-pop-up .seccions-list li {
  position: relative;
  font-weight: 700;
  margin-bottom: 7px;
}
.altres-seccions .circle,
.newsletter-pop-up .circle,
.post-pop-up .circle,
.archive-pop-up .circle {
  width: 11px;
  height: 11px;
  background-color: var(--tag-color);
  border-radius: 50%;
  position: absolute;
  margin-left: -20px;
  margin-top: 3px;
}
.altres-seccions .altres-seccions-btn,
.newsletter-pop-up .altres-seccions-btn,
.post-pop-up .altres-seccions-btn,
.archive-pop-up .altres-seccions-btn {
  width: 100%;
}
.altres-seccions .altres-seccions-btn .circle,
.newsletter-pop-up .altres-seccions-btn .circle,
.post-pop-up .altres-seccions-btn .circle,
.archive-pop-up .altres-seccions-btn .circle {
  position: absolute;
  margin-left: -20px;
  margin-top: 3px;
}
.altres-seccions a,
.newsletter-pop-up a,
.post-pop-up a,
.archive-pop-up a {
  color: #000;
}

.archive-pop-up {
  position: absolute;
  top: 14vw;
  left: 50vw;
}

.home-pop-up-fixed-cont {
  position: absolute;
  right: var(--padding-2);
  top: 0;
  z-index: 4;
  transition: opacity 0.5s ease-in-out;
}

.home-pop-up-fixed-cont.sticky {
  position: fixed;
  top: auto !important;
  bottom: var(--padding-2);
}

.newsletter-pop-up .circle {
  background: linear-gradient(180deg, var(--orange) 0%, var(--purple) 100%);
}

.newsletter-pop-up,
.post-pop-up {
  background-color: rgba(171, 171, 171, 0.6);
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
}
.newsletter-pop-up .seccion-arrow,
.post-pop-up .seccion-arrow {
  justify-content: flex-start;
}
.newsletter-pop-up .close-x,
.post-pop-up .close-x {
  position: absolute;
  top: -10px;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.post-pop-up {
  position: relative;
  padding: 5px;
}
.post-pop-up a {
  display: flex;
  height: 100%;
}
.post-pop-up .img-cont {
  width: 50px;
  border-radius: 1em;
  overflow: hidden;
  flex: 0 0 auto;
}
.post-pop-up .img-cont img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-pop-up button {
  padding: 15px 20px 15px 10px;
}

.text-block {
  width: 50%;
  min-width: 500px;
  margin-bottom: 30px;
}
.text-block p {
  font-size: 20px;
  line-height: 30px;
  margin-block-end: 26px;
}

.text-block.highlight {
  width: 80%;
}
.text-block.highlight p {
  font-family: "Diatype compressed";
  font-size: 40px;
  line-height: 38px;
  color: var(--secondary-color);
  text-align: center;
}

.single-tags-cont {
  width: 50%;
}

.single-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 100px;
}
.single-tags span {
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 10px;
  color: var(--secondary-color);
  margin-right: 10px;
  margin-bottom: 10px;
}

.single-comments-cont {
  margin: 0 var(--padding-2);
  width: 100%;
  margin-bottom: var(--margin-bottom);
}
.single-comments-cont .single-comments {
  margin-top: 25px;
  background-color: #fff;
  height: 500px;
}

.single-gallery {
  width: 80%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: var(--margin-bottom);
}
.single-gallery .comp-grid-item {
  position: relative;
  margin-bottom: 25px;
}
.single-gallery .comp-grid-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-gallery .comp-grid-item .text-cont {
  position: absolute;
  top: 10%;
  background-color: rgba(180, 180, 180, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 20px 14px;
  width: 250px;
}
.single-gallery .comp-grid-item .text-cont .caption {
  font-weight: 700;
  font-size: 18px;
  line-height: 22.5px;
  margin-bottom: 5px;
}
.single-gallery .comp-grid-item .text-cont .description {
  font-size: 14px;
  line-height: 17px;
}

.composition-1 .item-0 {
  width: 39%;
  margin-right: 40%;
}
.composition-1 .item-0 .text-cont {
  right: -20vw;
}
.composition-1 .item-1 {
  width: 69%;
  align-self: flex-end;
  margin-left: auto;
}
.composition-1 .item-1 .text-cont {
  left: -20%;
}
.composition-1 .item-2 {
  width: 49%;
  margin-right: 20px;
}
.composition-1 .item-2 .text-cont {
  top: auto;
  bottom: 30%;
  left: -20%;
}
.composition-1 .item-3 {
  width: 39%;
  margin-top: 20px;
}
.composition-1 .item-3 .text-cont {
  top: auto;
  bottom: 10%;
  left: -30%;
}
.composition-1 .item-4 {
  width: 58%;
}
.composition-1 .item-4 .text-cont {
  right: -20vw;
}

.composition-2 .item-0 {
  width: 65%;
  margin-right: 20%;
}
.composition-2 .item-0 .text-cont {
  right: -20vw;
}
.composition-2 .item-1 {
  width: 49%;
  align-self: flex-end;
  padding-bottom: 40px;
}
.composition-2 .item-1 .text-cont {
  top: 15%;
  left: -10%;
}
.composition-2 .item-2 {
  width: 48%;
  align-self: flex-end;
  margin-left: auto;
}
.composition-2 .item-2 .text-cont {
  top: 5%;
  left: -20vw;
}
.composition-2 .item-3 {
  width: 80%;
}
.composition-2 .item-3 .text-cont {
  right: -20vw;
}
.composition-2 .item-4 {
  width: 46%;
  align-self: flex-end;
  margin-left: auto;
}
.composition-2 .item-4 .text-cont {
  right: -20vw;
}

.single-recommendations-cont {
  margin-bottom: var(--margin-bottom);
  width: 100%;
  overflow: hidden;
}
.single-recommendations-cont .section-heading {
  margin-left: var(--padding-2);
}
.single-recommendations-cont .single-recommendations-scroll {
  height: 400px;
  margin-top: 25px;
  display: flex;
}
.single-recommendations-cont .rec {
  width: 640px;
  min-width: 640px;
  background-color: #fff;
  margin-left: var(--padding-1);
  display: flex;
  flex-flow: row;
  flex: 0 0 auto;
}
.single-recommendations-cont .rec-img {
  background-size: cover;
  background-position: center;
  width: 45%;
  flex: none;
  height: 100%;
}
.single-recommendations-cont .rec-text {
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.single-recommendations-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;
}
.single-recommendations-cont .rec-text p {
  font-size: 14px;
  line-height: 16px;
}

/*	Seccions
	------ */
.seccions-page .seccions-cont {
  margin: 0 var(--padding-1);
  padding: var(--padding-1);
  margin-bottom: var(--margin-bottom);
  overflow: visible;
  background-color: #ededed;
}

.archive-top-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.archive-top-section h4 {
  text-transform: uppercase;
}
.archive-top-section .right-cont {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.archive-top-section .view-btn {
  margin-left: 15px;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.archive-top-section .view-btn path {
  stroke: #000;
}
.archive-top-section .view-btn #list-gradient stop:first-child,
.archive-top-section .view-btn #grid-gradient stop:first-child {
  stop-color: #d9d9d9;
}
.archive-top-section .view-btn #list-gradient stop:last-child,
.archive-top-section .view-btn #grid-gradient stop:last-child {
  stop-color: #d9d9d9;
}
.archive-top-section #grid-view-btn.active path {
  stroke: #fff;
}
.archive-top-section #grid-view-btn.active #grid-gradient stop:first-child {
  stop-color: var(--tag-color);
}
.archive-top-section #grid-view-btn.active #grid-gradient stop:last-child {
  stop-color: var(--purple);
}
.archive-top-section #list-view-btn.active path {
  stroke: #fff;
}
.archive-top-section #list-view-btn.active #list-gradient stop:first-child {
  stop-color: var(--tag-color);
}
.archive-top-section #list-view-btn.active #list-gradient stop:last-child {
  stop-color: var(--purple);
}

#list-view-content {
  display: none;
}

.archive-list {
  margin-top: 50px;
  overflow: visible;
  min-height: 80vh;
  position: relative;
}

.packery-grid {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 90px;
}
.packery-grid h4 {
  margin-bottom: 3px;
}
.packery-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.packery-grid-item {
  width: 23.5%;
  max-width: 310px;
  background-color: #fff;
}

.grid-item-w-text:nth-child(odd) .img-cont {
  height: 345px;
}

.grid-item-w-text:nth-child(even) .img-cont {
  height: 417px;
}

.packery-grid-item.same-height {
  height: 30vw;
  max-height: 443px;
}

.packery-gutter-sizer {
  width: 2%;
}

.videos-grid .packery-grid-item {
  position: relative;
  width: 49%;
  max-width: 644px;
  height: 25vw;
  max-height: 344px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videos-grid .packery-grid-item .black-filter {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.videos-grid .packery-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.videos-grid .packery-grid-item h2,
.videos-grid .packery-grid-item h3,
.videos-grid .packery-grid-item p {
  color: var(--tag-color);
}
.videos-grid .packery-grid-item h2 {
  color: var(--tag-color);
  font-family: "cstm xprmntl 02";
  font-size: 54px;
  line-height: 54px;
}
.videos-grid .packery-grid-item h3 {
  font-family: "diaType Compressed";
  font-size: 24px;
  line-height: 23.5px;
  color: var(--tag-color);
  text-transform: uppercase;
}
.videos-grid .packery-grid-item span {
  background-color: var(--tag-color);
}
.videos-grid .packery-grid-item .play-btn {
  z-index: 1;
}
.videos-grid .packery-grid-item .play-btn:hover svg #play-btn {
  fill: var(--tag-color);
}
.videos-grid .packery-grid-item .small-button {
  margin-top: 20px;
  margin-bottom: 0px;
  align-self: center;
}
.videos-grid .packery-grid-item .text-cont {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  pointer-events: none;
  text-align: center;
  padding: 35px 15px 35px 15px !important;
}
.videos-grid .packery-grid-item .bottom-section {
  display: flex;
  flex-flow: column;
  text-align: center;
}
.videos-grid .packery-grid-item.hero-v {
  width: 74%;
  max-width: 978px;
  height: 40vw;
  max-height: 522px;
}
.videos-grid .packery-grid-item.hero-v h2 {
  font-size: 84px;
  line-height: 82px;
}
.videos-grid .packery-grid-item.hero-v h3 {
  font-size: 35px;
  line-height: 34px;
}
.videos-grid .packery-grid-item.hero-v .text-cont {
  padding: 60px 15px 65px 15px !important;
}
.videos-grid .packery-grid-item.hero-v .small-button {
  margin-top: 35px;
}
.videos-grid .packery-grid-item.short-v {
  width: 24%;
  max-width: 978px;
  height: 40vw;
  max-height: 522px;
}

.pagination {
  font-family: "cstm xprmntl 02";
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}
.pagination button {
  font-family: "cstm xprmntl 02";
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}

/*	subscription pop up
	-------- */
.text-crop {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subscription-pop-up {
  margin-top: -200px;
  position: relative;
  z-index: 5;
  display: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(125, 35, 130) 40%, rgb(145, 52, 113) 70%, var(--orange) 100%);
}
.subscription-pop-up p {
  color: #fff;
}
.subscription-pop-up .pop-up-text {
  text-align: center;
  padding: 0 var(--padding-2);
  margin-bottom: 70px;
  padding-top: 150px;
}
.subscription-pop-up .pop-up-text p {
  font-size: 18px;
  line-height: 22px;
  margin-block-end: 25px;
}
.subscription-pop-up .pop-up-text .text-1,
.subscription-pop-up .pop-up-text .text-3 {
  width: 50%;
  min-width: 500px;
  margin: auto;
}
.subscription-pop-up .pop-up-text .text-1 p {
  text-decoration: underline;
}
.subscription-pop-up .pop-up-text .text-2 p {
  font-family: "diatype expanded";
  font-size: 65px;
  line-height: 62px;
  margin-block-end: 25px;
}

/*	Subscriptions
	-------- */
.home-page .subscription-plan-cont,
.subscription-pop-up .subscription-plan-cont {
  padding: 0 var(--padding-2);
  box-sizing: border-box;
  grid-column-gap: 15px;
}
.home-page .subscription-plan-cont .check svg path,
.subscription-pop-up .subscription-plan-cont .check svg path {
  stroke: #fff;
}

.subscription-plan-cont {
  padding-bottom: var(--margin-bottom) !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
}
.subscription-plan-cont * {
  color: #fff;
}
.subscription-plan-cont h2 {
  font-size: 110px;
  font-family: "cstm xprmntl 02";
  line-height: 105px;
}
.subscription-plan-cont h4 {
  font-family: "diatype compressed";
  text-transform: uppercase;
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 20px;
}
.subscription-plan-cont .rect {
  position: relative;
  background: linear-gradient(180deg, var(--orange) 0%, var(--purple) 100%);
  padding: 65px 20px 45px 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.subscription-plan-cont .rect .advantages {
  text-align: left;
}
.subscription-plan-cont .advantages {
  margin-bottom: 20px;
}
.subscription-plan-cont li {
  display: flex;
}
.subscription-plan-cont li p {
  margin-block-end: 18px;
  font-size: 14px;
  line-height: 18px;
}
.subscription-plan-cont li .check {
  width: 16px;
  height: 10px;
  margin: 0 20px;
  flex-shrink: 0;
  margin-top: 4px;
}
.subscription-plan-cont .subscription-plan-btn {
  align-self: center;
  margin-top: auto;
  position: relative;
}
.subscription-plan-cont .subscription-plan-btn span {
  position: absolute;
  inset: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-cont {
  background-color: #fff;
  padding: 65px 35px 65px 35px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: var(--margin-bottom);
}
.faq-cont h2 {
  font-family: "diatype expanded";
  font-size: 60px;
  line-height: 57px;
}
.faq-cont h3 {
  font-family: "diatype expanded";
  font-size: 22px;
  line-height: 25px;
}
.faq-cont .faq-item {
  border-bottom: 2px solid black;
}
.faq-cont .faq-item:first-of-type {
  border-top: 2px solid black;
}
.faq-cont .faq-item .question {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.faq-cont .faq-item .plus {
  cursor: pointer;
}
.faq-cont .faq-item .answer {
  margin-bottom: 45px;
  display: none;
}

.page-subscriptions .subscription-plan-cont * {
  color: #000;
}
.page-subscriptions .subscription-plan-cont .rect {
  background: #f3f3f3;
}
.page-subscriptions .subscription-plan-btn svg path {
  fill: #000;
}
.page-subscriptions .subscription-plan-btn span {
  color: #fff;
}
.page-subscriptions .subscription-plan-btn:hover svg path {
  fill: var(--purple);
}
.page-subscriptions .subscription-plan-btn:hover span {
  color: #fff;
}
.page-subscriptions .main-text-cont {
  background-color: #f3f3f3;
  text-align: center;
  padding: 68px 15px 85px 15px;
  margin-bottom: 25px;
}
.page-subscriptions .main-text-cont .main-text {
  width: 80%;
  margin: auto;
}
.page-subscriptions .main-text-cont h3 {
  font-size: 60px;
  line-height: 57px;
  font-family: "diatype expanded";
  margin-block-end: 15px;
}
.page-subscriptions .main-text-cont p {
  font-size: 20px;
  line-height: 30px;
}

/*	About
	-------- */
.page-about .main-section,
.page-subscriptions .main-section,
.page-legal .main-section {
  padding: 0 var(--padding-2);
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
}

.page-about .filmtopia-logo svg stop:first-child,
.page-subscriptions .filmtopia-logo svg stop:first-child {
  stop-color: var(--orange) !important;
}
.page-about .filmtopia-logo svg stop:nth-child(2),
.page-subscriptions .filmtopia-logo svg stop:nth-child(2) {
  stop-color: #c96141 !important;
}
.page-about .filmtopia-logo svg stop:last-child,
.page-subscriptions .filmtopia-logo svg stop:last-child {
  stop-color: var(--purple);
}

.search-page .filmtopia-logo svg stop:first-child,
.page-newsletter .filmtopia-logo svg stop:first-child {
  stop-color: #000 !important;
}
.search-page .filmtopia-logo svg stop:nth-child(2),
.page-newsletter .filmtopia-logo svg stop:nth-child(2) {
  stop-color: #000 !important;
}
.search-page .filmtopia-logo svg stop:last-child,
.page-newsletter .filmtopia-logo svg stop:last-child {
  stop-color: #000 !important;
}

.gradient-about {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, var(--light-grey) 0%, var(--orange) 50%, var(--purple) 100%);
}

.page-about h4 {
  font-size: 40px;
  line-height: 38px;
  text-align: center;
}
.page-about p {
  font-size: 20px;
  line-height: 26px;
  margin-block-end: 25px;
}
.page-about h3 {
  font-family: "diatype expanded";
  font-size: 40px;
  line-height: 38px;
  margin-block-start: 55px;
  margin-block-end: 15px;
}
.page-about .button {
  background-color: var(--purple);
  display: inline-block;
  margin-bottom: 28px;
}
.page-about .text-1 {
  color: var(--purple);
  margin-bottom: 65px;
}
.page-about .text-2 {
  margin: auto;
  margin-bottom: var(--margin-bottom);
}
.page-about .text-2 h3:first-child {
  margin-block-start: 0;
}
.page-about .team-cont {
  width: 80%;
  margin: auto;
}
.page-about .team-cont h4 {
  text-align: left;
  margin-block-end: 10px;
}
.page-about .team-cont .carrec {
  margin-bottom: 30px;
}
.page-about .team-cont .heading {
  text-align: center;
  margin-bottom: 55px;
}
.page-about .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  color: #fff;
  margin-bottom: var(--margin-bottom);
}
.page-about .grid-2 .rect {
  padding: 67px 40px 93px 40px;
  background: linear-gradient(180deg, var(--orange) 0%, var(--purple) 100%);
}
.page-about .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.page-about .grid-3 .rect {
  margin-bottom: var(--margin-bottom);
}
.page-about .comp-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
.page-about .comp-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contains;
     object-fit: contains;
}
.page-about .comp-container .contact-text {
  width: 55%;
  background-color: #f3f3f3;
  padding: 50px 50px 60px 50px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 180px;
}
.page-about .comp-container .img-1 {
  width: 40%;
  position: absolute;
  height: auto;
  right: 0;
  top: 10%;
}
.page-about .comp-container .img-2 {
  width: 40%;
  margin-left: 15%;
  margin-right: 20%;
  margin-bottom: 150px;
}
.page-about .comp-container .img-3 {
  width: 85%;
  align-self: flex-start;
  margin-bottom: 150px;
}
.page-about .collab-cont {
  background-color: #f3f3f3;
  padding: 20px 110px 50px 110px;
  box-sizing: border-box;
  margin-bottom: var(--margin-bottom);
}
.page-about .collab-cont h3 {
  color: var(--purple);
}
.page-about .collab-cont h3:first-child {
  color: #000;
}
.page-about .play-btn:hover svg #play-btn {
  fill: var(--orange);
}

/*	Legal
	-------- */
.cky-consent-container {
  width: 600px !important;
  padding: 90px 0 70px 0 !important;
  box-sizing: border-box;
  background-image: url("img/cookie.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cky-consent-container .cky-consent-bar {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 520px !important;
}

.cky-notice-des {
  color: #fff !important;
  text-align: center;
  font-family: "inter" !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}

.cky-notice .cky-title {
  color: #fff !important;
  font-weight: normal;
  font-size: 80px !important;
  line-height: 80px !important;
  margin: 0 !important;
  font-family: "cstm xprmntl 02";
  text-transform: uppercase;
  word-break: normal !important;
  text-align: center;
  padding: 15px;
  overflow-wrap: normal;
}

.cky-notice-btn-wrapper {
  margin-top: 30px !important;
}

.cky-box-bottom-right {
  inset: 0 !important;
  margin: auto !important;
}

.page-legal h3 {
  font-family: "diatype expanded";
  font-size: 40px;
  line-height: 38px;
}
.page-legal p {
  font-size: 20px;
  line-height: 30px;
  margin-block-end: 30px;
}
.page-legal .filmtopia-logo svg stop {
  stop-color: #000 !important;
}
.page-legal .button {
  background-color: var(--purple);
  display: inline-block;
  margin-bottom: 90px;
  text-transform: uppercase;
}

/*	Newsletter
	------ */
.newsletter-cont {
  background-color: #fff;
  margin: 0 var(--padding-2);
  padding: 100px var(--padding-1) 80px var(--padding-1);
}
.newsletter-cont h2 {
  font-family: "CSTM Xprmntl 02";
  font-size: 130px;
  line-height: 150px;
  margin-bottom: 0;
  color: #000;
}
.newsletter-cont h2 .mobile-break {
  display: none;
}
.newsletter-cont p {
  font-family: "Diatype Compressed";
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.newsletter-cont .newsletter-form {
  margin-top: 70px;
}
.newsletter-cont #mc_embed_signup#newsletter-flex {
  display: flex !important;
}
.newsletter-cont #mc_embed_signup form {
  margin: 0;
}
.newsletter-cont #mc_embed_signup .mc-field-group {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.newsletter-cont #mc_embed_signup .mc-field-group.name-cont {
  display: flex;
  justify-content: flex-start;
}
.newsletter-cont #mc_embed_signup .mc-field-group.name-cont span,
.newsletter-cont #mc_embed_signup .mc-field-group.name-cont label {
  font-size: 14px;
  line-height: 16px;
}
.newsletter-cont .newsletter-legal {
  width: 85%;
  margin: 0 auto;
}
.newsletter-cont .newsletter-legal p {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.newsletter-cont .newsletter-legal a {
  text-decoration: underline;
}
.newsletter-cont #mc_embed_signup input:not([type=submit]),
.newsletter-cont .language-cont label {
  border-bottom: 2px solid black !important;
  border-radius: 0;
  text-indent: 20px;
  box-sizing: border-box;
  font-family: inherit !important;
  padding: 10px 0;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
}
.newsletter-cont #mc_embed_signup input:not([type=submit])::-moz-placeholder, .newsletter-cont .language-cont label::-moz-placeholder {
  font-size: 14px !important;
  line-height: 16px !important;
}
.newsletter-cont #mc_embed_signup input:not([type=submit])::placeholder,
.newsletter-cont .language-cont label::placeholder {
  font-size: 14px !important;
  line-height: 16px !important;
}
.newsletter-cont .language-cont select {
  border: none;
  border-bottom: 2px solid black !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url("img/arrow-down.svg") no-repeat;
  background-size: 12px;
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
  padding-right: 25px;
}
.newsletter-cont #mc-embedded-subscribe {
  margin: 0;
}
.newsletter-cont .language-country-cont {
  display: flex;
  width: 85%;
  margin: 0 auto;
}
.newsletter-cont .language-country-cont .language-cont {
  padding-left: 10px;
  box-sizing: border-box;
}
.newsletter-cont .language-country-cont .name-cont {
  padding-right: 10px;
  box-sizing: border-box;
}
.newsletter-cont .language-country-cont .mc-field-group {
  width: auto !important;
  flex: 1;
}
.newsletter-cont .newsletter-subscribe-btn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  display: block;
  margin: auto;
  cursor: pointer;
  width: 160px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.newsletter-cont .newsletter-subscribe-btn input {
  background: none;
  border: none !important;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: inherit;
}
.newsletter-cont .newsletter-subscribe-btn:hover {
  background-image: url("img/button-purple.svg") !important;
}

.page-about .contact-n-social-cont {
  margin-top: 55px;
}
.page-about .contact-n-social-cont .contact-emails {
  display: none;
}
.page-about .contact-n-social-cont .social-media li {
  margin-left: 20px;
  margin-right: 20px;
}
.page-about .contact-n-social-cont .icon-white {
  display: none;
}
.page-about .contact-n-social-cont .icon-black {
  display: block;
}

.social-media {
  display: flex;
  justify-content: center;
}
.social-media li {
  width: 30px;
  height: 30px;
}
.social-media li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*	Footer
	------ */
.footer {
  position: relative;
  background-color: #000;
  z-index: 11;
}

.footer-content {
  position: relative;
  color: #fff;
  padding: var(--padding-1);
  padding-bottom: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-transform: uppercase;
}
.footer-content a,
.footer-content * {
  color: #fff;
}
.footer-content .icon-white {
  display: block;
}
.footer-content .icon-black {
  display: none;
}
.footer-content .social-media {
  display: flex;
  justify-content: center;
}
.footer-content .social-media li {
  width: 30px;
  height: 30px;
  margin-left: 40px;
}
.footer-content .social-media li svg path {
  fill: #fff;
}
.footer-content .contact-n-social-cont {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer-content .contact-emails {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  font-family: "Diatype Expanded";
  font-size: 22px;
  line-height: 27px;
}
.footer-content .footer-logo {
  margin-top: var(--margin-bottom);
  width: 100%;
}
.footer-content .footer-credits-cont {
  min-width: 500px;
  margin-top: 80px;
  text-align: center;
  position: relative;
}
.footer-content .footer-credits-cont p {
  margin-bottom: 10px;
  font-size: 18px;
}
.footer-content .footer-credits-cont h3 {
  font-family: "Diatype Compressed";
  font-size: 40px;
  line-height: 38px;
  display: inline;
  white-space: normal;
}
.footer-content .footer-credits-cont h3 span:nth-child(even) {
  color: #b3b3b3;
}
.footer-content .footer-credits-cont .cont {
  margin-bottom: 85px;
  position: relative;
}
.footer-content .footer-credits-cont .col-2 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 35px;
}
.footer-content .footer-credits-cont .col-2 .cont {
  margin-bottom: 50px;
}
.footer-content .footer-credits-cont .col-2 .cont:nth-child(even) {
  text-align: left;
}
.footer-content .footer-credits-cont .col-2 .cont:nth-child(odd) {
  text-align: right;
}
.footer-content .footer-credits-cont .illustration-gif {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.footer-content .footer-logos-cont {
  width: 55%;
}
.footer-content .footer-logos-cont p {
  text-align: center;
  font-size: 18px;
}
.footer-content .footer-logos-cont .cont .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 65px;
}
.footer-content .footer-logos-cont .cont .logos li {
  height: 65px;
  width: 150px;
  margin: 0 20px;
  margin-top: 40px;
}
.footer-content .footer-logos-cont .cont .logos img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-content .the-end {
  width: 60%;
  margin-top: 100px;
  margin-bottom: 190px;
}
.footer-content .fancy-button {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 160px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
.footer-content .fancy-button span {
  color: black;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
}
.footer-content .footer-privacy-policy {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 55px;
  font-size: 14px;
  line-height: 17px;
}
.footer-content .footer-privacy-policy li {
  margin: 0 15px;
}

/*	Hover effects
  ---------- */
@media (min-width: 768px) {
  .full-screen-menu a:hover {
    color: #818bc7;
  }
  .grid-preview-card.post-card:hover p {
    color: var(--secondary-color);
  }
  .grid-preview-card.post-card:hover h4 {
    color: var(--primary-color);
  }
  .list-item .cont:hover ~ .list-img {
    display: block; /* Show the image on hover */
  }
  .grid-item-w-text:hover .img-cont img {
    -webkit-mask-image: url("img/mask.svg");
            mask-image: url("img/mask.svg");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .grid-item-w-text:first-child:hover .img-cont img {
    -webkit-mask-image: url("img/mask-2.svg");
            mask-image: url("img/mask-2.svg");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .ppf-card:hover .img-cont img {
    -webkit-mask-image: url("img/mask.svg");
            mask-image: url("img/mask.svg");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .flip-card .film-poster {
    visibility: visible;
  }
  .flip-card:hover .film-poster {
    visibility: hidden;
  }
  .mask-hover:hover {
    background-color: var(--faded-color);
  }
  .mask-hover:hover .text-cont h4,
  .mask-hover:hover .text-cont p,
  .mask-hover:hover .text-cont h4 span {
    color: var(--secondary-color);
  }
  .interview-preview-card:hover {
    background-color: var(--faded-color);
  }
  .interview-preview-card:hover h4 {
    color: var(--secondary-color);
  }
  .interview-preview-card:hover h4 span {
    color: var(--secondary-color);
  }
  .single-recommendations-cont .rec:hover .rec-text p,
  .single-recommendations-cont .rec:hover .rec-text h4 {
    color: var(--secondary-color);
  }
  .compartir .socials-list a:hover svg path {
    fill: var(--purple);
  }
  .compartir .socials-list button:hover svg path {
    stroke: var(--purple);
  }
  .compartir .circle {
    width: 11px;
    height: 11px;
    background: linear-gradient(180deg, var(--orange) 0%, var(--purple) 100%);
    border-radius: 50%;
    margin-right: 10px;
  }
  .compartir .arrow-right {
    margin-left: auto;
  }
}
.g-single {
  display: flex;
  justify-content: center;
  padding-left: var(--padding-1);
  padding-right: var(--padding-1);
  box-sizing: border-box;
  margin-bottom: var(--margin-bottom);
}
.g-single img {
  display: block;
  width: 100%;
  height: auto;
}

.ppf-card .g-single {
  margin-bottom: 0;
  padding: 0;
}
.ppf-card .g-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-page .g-single {
  padding: 0;
}

/*	Responsive
  ---------- */
@media (max-width: 767px) {
  /*	Variables
  ---- */
  :root {
    --padding-1: 10px;
    --padding-2: 25px;
    --margin-bottom: 65px;
    --max-width: auto;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  h1 {
    font-size: 32px;
    line-height: 35px;
  }
  h4 {
    font-size: 16px;
    line-height: 16.8px;
  }
  /*	Nave bar
  ------ */
  .home-page .navigation-bar-cont {
    position: sticky;
  }
  .fade-in-nav {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .fade-in-nav.visible {
    opacity: 1;
  }
  .navigation-bar-cont {
    top: 0;
    background-color: #fff;
  }
  .navigation-bar-cont .filmtopia-logo-rainbow {
    bottom: 10px;
    height: 21px;
    width: 100px;
  }
  .navigation-bar-cont .beta {
    bottom: -7px;
    right: -45px;
    width: 40px;
    height: 40px;
  }
  .navigation-bar-cont .navigation-bar {
    box-shadow: none;
    margin: 0;
  }
  .navigation-bar-cont .round-corner {
    border-radius: 0;
  }
  .navigation-bar-cont .right-section {
    display: none;
  }
  .navigation-bar-cont .header-newsletter-btn {
    display: none;
  }
  .navigation-bar-cont .menu-btn {
    padding: 40px var(--padding-2) 10px var(--padding-2);
    margin-left: 0;
  }
  .search-page .archive-top-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .search-page .right-cont {
    order: 0;
    margin-bottom: 20px;
  }
  .search-page .search-page-form {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .search-page .search-filters {
    order: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .search-page .search-filters .dropdown {
    margin-right: 0;
  }
  /*	Menu
  ------ */
  .full-screen-menu {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .full-screen-menu .navigation-bar-cont {
    display: none;
  }
  .full-screen-menu .responsive-section.max-container {
    margin: 0;
  }
  .full-screen-menu .responsive-section {
    display: block;
    width: 100%;
    padding: 40px var(--padding-2) 0 var(--padding-2);
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
  }
  .full-screen-menu .responsive-section .menu-btn {
    margin-left: 0;
  }
  .full-screen-menu .responsive-section .cont-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .full-screen-menu .responsive-section .search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: transparent;
  }
  .full-screen-menu .responsive-section .search-bar .lupa {
    padding: 0;
    padding-right: 9px;
  }
  .full-screen-menu .center-section {
    padding-top: 25px;
  }
  .full-screen-menu .menu-logo {
    position: relative;
    padding: 30px var(--padding-2);
    margin: 0;
  }
  .full-screen-menu .idioma {
    margin-top: 50px;
  }
  .most-read-card {
    margin: 0 var(--padding-2);
    padding: 42px 15px;
  }
  .list-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
  .list-item a {
    padding: 20px 0 !important;
  }
  .list-item .small-button {
    align-self: flex-end;
    margin-bottom: 15px !important;
  }
  .most-read-card .list-item:nth-child(n+6) {
    display: none;
  }
  .section-heading {
    font-size: 16px;
    line-height: 16.8px;
    margin-left: var(--padding-2) !important;
  }
  .preview-card {
    margin-left: var(--padding-1);
  }
  .sinopsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /*	Homepage
  -------- */
  .home-pop-up-fixed-cont {
    display: none;
  }
  .archive-pop-up {
    display: none;
  }
  .home-triptic-cont {
    display: none;
  }
  .home-hero-section {
    position: relative;
    height: var(--100vh);
    background-color: transparent;
  }
  .home-hero-section .center-cont {
    width: 100%;
    padding: var(--padding-1);
    box-sizing: border-box;
  }
  .home-hero-section .hero-footer {
    bottom: 0;
    width: 100%;
    padding: var(--padding-1) var(--padding-1) var(--padding-2) var(--padding-1);
    box-sizing: border-box;
  }
  .home-hero-section p {
    font-size: 12px;
    line-height: 14.5px;
  }
  .home-hero-section h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .home-page {
    margin-top: 0;
  }
  .home-past-present-future {
    position: relative;
    margin: 25px var(--padding-1) 0 var(--padding-1);
    padding: 17px 0px 17px 0px;
    margin-bottom: var(--margin-bottom);
    display: flex;
    flex-flow: column;
  }
  .home-past-present-future .temps-link {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .home-past-present-future .passat-cont,
  .home-past-present-future .pasado-cont {
    border-right: none;
    border-bottom: 2px solid black;
    flex: 1;
  }
  .home-past-present-future .present-cont,
  .home-past-present-future .presente-cont {
    border-bottom: 2px solid black;
    flex: 1;
    margin-top: 30px;
  }
  .home-past-present-future .present-cont .ppf-card-cont .ppf-card .img-cont,
  .home-past-present-future .presente-cont .ppf-card-cont .ppf-card .img-cont {
    height: 340px;
  }
  .home-past-present-future .futur-cont,
  .home-past-present-future .futuro-cont {
    border-left: none;
    flex: 1;
    margin-top: 30px;
  }
  .home-past-present-future .ppf-card-cont {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding-right: 13px;
  }
  .home-past-present-future .ppf-card {
    width: 300px !important;
    flex: 0 0 auto;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 25px;
  }
  .home-past-present-future .ppf-card .sinopsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-past-present-future .present-cont .ppf-card-cont,
  .home-past-present-future .presente-cont .ppf-card-cont {
    flex-flow: row;
  }
  .home-past-present-future .present-cont .ppf-card-cont .ppf-card,
  .home-past-present-future .presente-cont .ppf-card-cont .ppf-card {
    flex-basis: auto;
  }
  .heading-scroll-cont .scroll-cont.interview-preview {
    height: 345px;
    padding-right: var(--padding-1);
  }
  .interview-preview-card {
    width: 350px;
    padding: 10px;
    padding-top: 20px;
    justify-content: flex-start;
  }
  .interview-preview-card .top-section {
    margin-bottom: 15px;
  }
  .interview-preview-card .interview-preview-img {
    height: 170px;
    margin-bottom: 10px;
  }
  .interview-preview-card .interview-preview-text h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .interview-preview-card .interview-preview-text .sinopsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .best-movies .heading-cont,
  .home-last-reviews .heading-cont,
  .home-reels .heading-cont {
    flex-flow: column-reverse;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  .best-movies .heading-cont .section-heading,
  .home-last-reviews .heading-cont .section-heading,
  .home-reels .heading-cont .section-heading {
    margin-bottom: 0;
  }
  .best-movies .heading-cont .dropdown,
  .home-last-reviews .heading-cont .dropdown,
  .home-reels .heading-cont .dropdown {
    margin-right: var(--padding-2);
    align-self: flex-end;
    margin-bottom: 15px;
  }
  .rsp-more-btn {
    display: flex;
  }
  .best-movies .dropdown,
  .best-movies #movieDropdown,
  .home-last-reviews .dropdown,
  .home-last-reviews #movieDropdown,
  .home-reels .dropdown,
  .home-reels #movieDropdown,
  .last-interviews .dropdown,
  .last-interviews #movieDropdown {
    display: none;
  }
  .home-reels .scroll-cont {
    height: 440px;
  }
  .home-reels .reels-preview-card {
    width: 248px;
    margin-left: 15px;
    padding: 15px 8px 15px 8px;
  }
  .home-reels .reel-img {
    top: 45px;
    bottom: 95px;
    left: 8px;
    right: 8px;
  }
  .home-reels .bottom-section {
    height: 70px;
  }
  .home-reels p {
    font-size: 10px;
    line-height: 14px;
  }
  .home-reels .title {
    font-size: 16px;
    line-height: 16.8px;
  }
  .home-featured-modules .grid-preview-card {
    grid-column: span 4 !important;
    height: auto !important;
  }
  .home-featured-modules .grid-preview-card.text-card .text-cont {
    height: 100%;
    justify-content: flex-start;
    padding: 40px 15px 30px 15px;
  }
  .home-featured-modules .grid-preview-card.text-card .text-cont p {
    font-size: 30px;
    line-height: 28.5px;
  }
  .home-featured-modules .grid-preview-card.text-card .text-cont p:last-of-type {
    margin-top: 30px;
  }
  .home-featured-modules .grid-preview-card.text-card .text-cont strong {
    font-size: 24px;
    line-height: 21px;
  }
  .home-featured-modules .grid-preview-card.post-card {
    grid-column: span 4;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 {
    flex-flow: column;
    grid-column: span 4;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .text-cont {
    padding: 20px 15px 30px 15px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 p {
    font-size: 14px;
    line-height: 19px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .sinopsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-4 .grid-preview-img {
    width: 100%;
    height: 300px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-3 .text-cont {
    padding: 20px 15px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-3 h4 {
    font-size: 16px;
    line-height: 16.8px;
    margin-bottom: 30px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-3 p {
    font-size: 14px;
    line-height: 19px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-3 .sinopsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-2 .text-cont,
  .home-featured-modules .grid-preview-card.post-card.col-w-1 .text-cont {
    padding: 20px 15px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-2 h4,
  .home-featured-modules .grid-preview-card.post-card.col-w-1 h4 {
    font-size: 16px;
    line-height: 16.8px;
    margin-bottom: 30px;
    margin-bottom: 0;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-2 p,
  .home-featured-modules .grid-preview-card.post-card.col-w-1 p {
    font-size: 14px;
    line-height: 19px;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-2 .sinopsis,
  .home-featured-modules .grid-preview-card.post-card.col-w-1 .sinopsis {
    display: none;
  }
  .home-featured-modules .grid-preview-card.post-card.col-w-2 .grid-preview-img,
  .home-featured-modules .grid-preview-card.post-card.col-w-1 .grid-preview-img {
    width: 30%;
  }
  .home-featured-modules .featured-swiper h2 {
    color: var(--tag-color);
    font-family: "cstm xprmntl 02";
    font-size: 38px;
    line-height: 38px;
  }
  .home-featured-modules .featured-swiper .embed-container {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .home-featured-modules .featured-swiper .text-cont {
    padding: 25px 15px 15px 15px !important;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .home-featured-modules .featured-swiper .bottom-section {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  .home-featured-modules .featured-swiper .swiper-pagination-bullet {
    display: none;
  }
  .home-featured-modules .grid-preview-card.product-card .grid-preview-img {
    aspect-ratio: 3/4;
  }
  .home-gifs-cont {
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding-right: var(--padding-2);
    padding-left: var(--padding-1);
    margin-left: 0;
    margin-right: 0;
  }
  .home-gifs-cont .gif {
    width: 190px;
  }
  .home-gifs-cont .gif-cont {
    flex: 0 0 auto;
    width: 260px;
    margin-left: var(--padding-1);
  }
  .home-gifs-cont .gif-text {
    padding: 10px;
    padding-top: 20px;
  }
  .home-gifs-cont .gif-text .text-1 {
    font-size: 30px;
    line-height: 28.5px;
  }
  .home-gifs-cont .gif-text .text-2 {
    font-size: 20px;
    line-height: 19px;
    height: 57px;
  }
  /*	Single
  ------ */
  .altres-seccions {
    display: none;
  }
  .hero-image-cont {
    width: 100%;
  }
  .single-page .hero-image {
    height: auto;
  }
  .single-page .credits-sinopsis-cont {
    margin-left: 0;
    margin-top: -55px;
    margin-bottom: 30px;
  }
  .single-page .credits-cont {
    position: relative;
    z-index: 2;
  }
  .single-page .credits-cont .credits {
    grid-template-columns: repeat(2, minmax(130px, auto));
  }
  .single-page .intro-text {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
  .single-page .single-video-cont {
    width: 100%;
    margin-bottom: var(--margin-bottom);
  }
  .filmtopia-logo {
    padding-bottom: 25px;
  }
  .hero-image-cont .credits-cont {
    display: none;
  }
  .text-block {
    width: 100%;
    min-width: auto;
    margin-bottom: var(--margin-bottom);
  }
  .text-block p {
    font-size: 16px;
    line-height: 21px;
    margin-block-end: 20px;
  }
  .text-block.highlight {
    width: 100%;
  }
  .text-block.highlight p {
    font-size: 36px;
    line-height: 38px;
  }
  .single-gallery {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-bottom: 85px;
  }
  .single-gallery .comp-grid-item {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .single-gallery .comp-grid-item:nth-child(odd) img {
    align-self: flex-start;
    width: 65%;
  }
  .single-gallery .comp-grid-item:nth-child(odd) .text-cont {
    right: 0;
    left: auto;
    position: relative;
    margin-top: -10%;
    align-self: flex-end;
  }
  .single-gallery .comp-grid-item:nth-child(even) img {
    align-self: flex-end;
    width: 65%;
  }
  .single-gallery .comp-grid-item:nth-child(even) .text-cont {
    position: relative;
    right: auto;
    left: 0;
    margin-top: -10%;
    align-self: flex-start;
  }
  .single-gallery .comp-grid-item:nth-last-child(2) img {
    width: 80%;
  }
  .single-gallery .comp-grid-item:last-child img {
    width: 100%;
  }
  .single-tags-cont {
    width: 100%;
    margin-bottom: 60px;
  }
  .single-comments-cont .section-heading {
    display: none;
  }
  .single-comments-cont .single-comments {
    margin-top: 0;
  }
  .single-recommendations-cont .single-recommendations-scroll {
    height: 160px;
  }
  .single-recommendations-cont .rec {
    width: 325px;
    min-width: auto;
  }
  .single-recommendations-cont .rec-img {
    width: 88px;
  }
  .single-recommendations-cont .rec-text {
    justify-content: flex-start;
    padding: 15px;
  }
  .single-recommendations-cont .rec-text h4 {
    font-size: 16px;
    line-height: 16.8px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single-recommendations-cont .rec-text .text {
    display: none;
  }
  .packery-grid {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 90px;
  }
  .packery-grid h4 {
    margin-bottom: 3px;
  }
  .packery-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .packery-grid-item {
    width: 48.5%;
    max-width: none;
    background-color: #fff;
  }
  .grid-sizer,
  .packery-grid-item.same-height {
    height: 63vw;
  }
  .packery-gutter-sizer {
    width: 3%;
  }
  .videos-grid .packery-grid-item,
  .videos-grid .packery-grid-item.hero-v {
    position: relative;
    width: 100%;
    max-width: none;
    height: 53vw;
    max-height: 310px;
  }
  .videos-grid .packery-grid-item h2,
  .videos-grid .packery-grid-item.hero-v h2 {
    font-size: 29px;
    line-height: 28px;
  }
  .videos-grid .packery-grid-item h3,
  .videos-grid .packery-grid-item.hero-v h3 {
    font-size: 30px;
    line-height: 28px;
  }
  .videos-grid .packery-grid-item .small-button,
  .videos-grid .packery-grid-item.hero-v .small-button {
    display: none;
  }
  .videos-grid .packery-grid-item .text-cont,
  .videos-grid .packery-grid-item.hero-v .text-cont {
    padding: 15px !important;
  }
  .videos-grid .packery-grid-item .bottom-section,
  .videos-grid .packery-grid-item.hero-v .bottom-section {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .videos-grid .packery-grid-item.short-v {
    position: relative;
    width: 100%;
    max-width: none;
    height: 130vw;
    max-width: none;
  }
  .grid-item-w-text {
    width: 100% !important;
    max-height: auto !important;
  }
  .grid-item-w-text .small-button {
    margin-bottom: 10px;
  }
  .grid-item-w-text .img-cont {
    height: 380px !important;
    overflow: hidden;
  }
  /*	Subscriptions
  -------- */
  .subscription-plan-cont {
    padding-bottom: var(--margin-bottom);
    display: grid;
    flex-wrap: wrap;
  }
  .subscription-plan-cont h2 {
    font-size: 82px;
    line-height: 112px;
    margin-bottom: 0;
  }
  .subscription-plan-cont h4 {
    font-family: "diatype compressed";
    text-transform: uppercase;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .subscription-plan-cont li p {
    margin-block-end: 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .subscription-plan-cont li .check {
    margin-left: 0;
  }
  .subscription-plan-cont .rect {
    padding: 35px 15px 22px 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    min-height: 500px;
  }
  .home-page,
  .subscription-pop-up {
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .home-page .subscription-plan-cont,
  .subscription-pop-up .subscription-plan-cont {
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .home-page .subscription-plan-cont .rect,
  .subscription-pop-up .subscription-plan-cont .rect {
    width: 330px;
  }
  .home-page .subscription-plan-cont::-webkit-scrollbar,
  .subscription-pop-up .subscription-plan-cont::-webkit-scrollbar {
    display: none;
  }
  .subscription-pop-up {
    margin-top: -100px;
  }
  .subscription-pop-up .pop-up-text {
    padding: 0 var(--padding-2);
    margin-bottom: 70px;
    padding-top: 70px;
  }
  .subscription-pop-up .pop-up-text .text-2 p {
    font-size: 24px;
    line-height: 26px;
  }
  .subscription-pop-up .pop-up-text .text-1,
  .subscription-pop-up .pop-up-text .text-3 {
    width: 100%;
    min-width: 0;
  }
  .subscription-pop-up .pop-up-text .text-1 p,
  .subscription-pop-up .pop-up-text .text-3 p {
    font-size: 16px;
    line-height: 22px;
    margin-block-end: 25px;
  }
  .subscription-pop-up .subscription-plan-cont {
    padding-bottom: 40px;
  }
  .page-subscriptions .subscription-plan-cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
  }
  .page-subscriptions .main-text-cont {
    padding: 40px 15px 60px 15px;
    margin-bottom: 25px;
  }
  .page-subscriptions .main-text-cont .main-text {
    width: 100%;
  }
  .page-subscriptions .main-text-cont h3 {
    font-size: 24px;
    line-height: 26px;
    margin-block-end: 25px;
  }
  .page-subscriptions .main-text-cont p {
    font-size: 16px;
    line-height: 21px;
  }
  .faq-cont {
    padding: 25px 15px 50px 15px;
  }
  .faq-cont h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .faq-cont h3 {
    font-size: 16px;
    line-height: 16.8px;
  }
  .faq-cont .faq-item .answer {
    margin-bottom: 25px;
    display: none;
  }
  /*	About
  -------- */
  .page-about .about-logo {
    padding-bottom: 25px;
  }
  .page-about h4 {
    font-size: 24px;
    line-height: 26px;
  }
  .page-about p {
    font-size: 16px;
    line-height: 22px;
    margin-block-end: 25px;
  }
  .page-about h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .page-about .team-cont {
    width: 100%;
  }
  .page-about .grid-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 17px;
    color: #fff;
    margin-bottom: var(--margin-bottom);
  }
  .page-about .grid-2 .rect {
    padding: 44px 15px 50px 15px;
  }
  .page-about .grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }
  .page-about .grid-3 .rect {
    margin-bottom: 55px;
  }
  .page-about .comp-container {
    width: 100%;
  }
  .page-about .comp-container .contact-text {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 15px 20px 15px;
  }
  .page-about .comp-container .img-1 {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
  }
  .page-about .comp-container .img-2 {
    width: 85%;
    margin: 0;
    margin-bottom: 25px;
  }
  .page-about .comp-container .img-3 {
    width: 100%;
    margin-bottom: 70px;
  }
  .page-about .collab-cont {
    padding: 0px 15px 55px 15px;
  }
  /*	Newsletter
  -------- */
  .newsletter-cont {
    padding: 70px 15px 45px 15px;
  }
  .newsletter-cont .newsletter-form {
    margin-top: 30px;
  }
  .newsletter-cont #mc_embed_signup .mc-field-group {
    width: 100%;
  }
  .newsletter-cont .language-country-cont {
    width: 100%;
    display: block;
  }
  .newsletter-cont .language-country-cont .name-cont {
    padding-right: 0;
  }
  .newsletter-cont .language-country-cont .language-cont {
    padding-left: 0;
  }
  .newsletter-cont #mc_embed_signup .mc-field-group.email-cont {
    padding-bottom: 20px !important;
  }
  .newsletter-cont h2 {
    font-size: 64px;
    line-height: 50px;
    padding: 0 var(--padding-1) 10px var(--padding-1);
    margin-bottom: 0;
  }
  .newsletter-cont h2 span {
    display: inline-block;
  }
  .newsletter-cont h2 .mobile-break {
    display: block;
  }
  .newsletter-cont p {
    margin: auto;
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .archive-top-section {
    display: block;
  }
  .archive-top-section .film-series-btn-cont {
    display: none;
  }
  .archive-top-section .right-cont {
    margin-top: 25px;
  }
  .archive-top-section .dropdown {
    margin-right: auto;
  }
  /*	Footer
  -------- */
  .footer-content {
    padding: 32px var(--padding-2) 45px var(--padding-2);
  }
  .footer-content .contact-n-social-cont {
    flex-flow: column-reverse;
  }
  .footer-content .social-media {
    display: flex;
    justify-content: center;
  }
  .footer-content .social-media li {
    width: 30px;
    height: 30px;
    margin: 0 20px;
  }
  .footer-content .contact-emails {
    flex-flow: column;
    font-size: 16px;
    line-height: 27px;
    align-items: center;
  }
  .footer-content .contact-emails li {
    margin-top: 48px;
  }
  .footer-content .footer-logo {
    margin-top: 50px;
  }
  .footer-content .footer-credits-cont {
    width: auto;
    min-width: auto;
    margin-top: 40px;
  }
  .footer-content .footer-credits-cont .illustration-gif {
    display: none;
  }
  .footer-content .footer-credits-cont p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
  }
  .footer-content .footer-credits-cont h3 {
    font-size: 20px;
    line-height: 19px;
  }
  .footer-content .footer-credits-cont .cont {
    margin-bottom: 30px;
  }
  .footer-content .footer-credits-cont .col-2 {
    grid-column-gap: 24px;
  }
  .footer-content .footer-credits-cont .col-2 .cont {
    margin-bottom: 30px;
  }
  .footer-content .footer-logos-cont {
    width: 100%;
  }
  .footer-content .footer-logos-cont p {
    font-size: 12px;
    line-height: 15px;
  }
  .footer-content .footer-logos-cont .cont .logos {
    margin-bottom: 75px;
  }
  .footer-content .footer-logos-cont .cont .logos li {
    height: 50px;
    width: 90px;
    margin: 0 10px;
    margin-top: 30px;
  }
  .footer-content .the-end {
    margin-top: 0;
    width: 100%;
    margin-bottom: 95px;
  }
  .footer-content .footer-privacy-policy {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
  .footer-content .footer-privacy-policy li {
    margin-top: 50px;
  }
  .cky-consent-container {
    width: calc(100% - 20px) !important;
    padding: 90px 0 70px 0 !important;
    box-sizing: border-box;
    background-image: url("img/cookie.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cky-consent-container .cky-consent-bar {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 400px !important;
  }
  .cky-notice-des * {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .cky-notice .cky-title {
    color: #fff !important;
    font-weight: normal;
    font-size: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    font-family: "cstm xprmntl 02";
    text-transform: uppercase;
    word-break: normal !important;
    text-align: center;
    padding: 15px;
    overflow-wrap: normal;
    margin-bottom: 10px !important;
  }
  .cky-notice-btn-wrapper {
    margin-top: 10px !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }
  .cky-box-bottom-right {
    inset: 0 !important;
    margin: auto !important;
  }
  .cky-btn {
    font-size: 12px !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
  .responsive-newsletter {
    display: inline-block !important;
  }
}/*# sourceMappingURL=style.css.map */