/* FUENTES PARA LOS ICONOS Y SCROLLBAR */

@font-face {
  font-family: "themify";
  src: url("/fonts/themify.eot?-fvbane");
  src: url("/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"),
    url("/fonts/themify.woff?-fvbane") format("woff"),
    url("/fonts/themify.ttf?-fvbane") format("truetype"),
    url("/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#middle::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#middle {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* BODY Y GENERAL */

html {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  font-size: 23px;
}

.container {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

h2 {
  color: rgba(241, 241, 247, 1);
  font-size: 1.3em;
}
h3,
h4 {
  color: rgba(241, 241, 247, 1);
}
b {
  color: rgba(241, 241, 247, 1);
  font-weight: 600;
}
p {
  color: rgba(241, 241, 247, 1);
  font-size: 0.78em;
  font-weight: 300;
}
a {
  color: rgba(255, 0, 133, 1);
}
a h1 {
  text-decoration: none;
}

/* FLEXBOX */

#_left {
  flex: 0 1 auto;
}
#_right {
  flex: 0 1 auto;
}
#left {
  flex: 1 1 0;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: right;
  overflow: hidden;

  border-color: rgba(255, 0, 133, 1);
  border-style: solid;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-width: 2px;
}
#middle {
  flex: 8 1 0;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  overflow: auto;
}
#right {
  flex: 1 1 0;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: left;
  overflow: hidden;
  border-color: rgba(255, 0, 133, 1);
  border-style: solid;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-width: 2px;
}
#box {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: space-around;
  margin: 2.4em 0px 2.4em 0px;
  padding: 0 5% 0 5%;
}

/* PARTE IZQUIERDA */

#header {
  color: rgba(255, 0, 133, 1);
  margin: 0 auto;
  flex: 1 1 auto;
  margin-top: 2.5em;
}
#language {
  margin: 0 auto;
  flex: 1 1 auto;
  display: flex;
  margin-bottom: 2em;
  justify-content: flex-end;
  align-items: flex-end;
}

._lang {
  flex: 1 1 auto;
}
ul.lang {
  display: flex;
  flex: 1 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
}

/* LOGO */

#logo h1 {
  font-weight: 600;
  font-size: 1.35em;
  margin: 0 0 0 0;
  text-align: right;
}
#logo a {
  text-decoration: none;
}

/* LENGUAJE */

ul.lang li {
  color: rgba(255, 0, 133, 1);
  z-index: 1;
  margin: 0 auto;
  height: 25px;
}

ul.lang li.bolita_center {
  background-color: rgba(255, 0, 133, 0.3);
}

ul.lang a {
  text-decoration: none;
  color: rgba(255, 0, 133, 1);
  font-size: 0.7em;
  position: relative;
  padding: 2 5 2 5;
}
ul.lang a.active {
  font-weight: 600;
  color: #030b1d;
  margin: 0 auto;
}
ul.lang a.active::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background-color: rgba(255, 0, 133, 1);
  z-index: -2;
  transition: transform 0.3s ease;
  transform: scaleX(1);
}

/* LENGUAJE HOVER */

ul.lang a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
ul.lang a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
ul.lang a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background-color: rgba(255, 0, 133, 1);
  z-index: -2;
  transition: transform 0.3s ease;
}
ul.lang a:hover {
  color: #030b1d;
  transition: 0.3s ease;
  font-weight: 700;
}

/* PARTE DERECHA */

#menu {
  color: rgba(255, 0, 133, 1);
  margin: 0 auto;
  flex: 1 1 auto;
  margin-top: 2.2em;
}

.version {
  color: #4c6fc2;
  font-size: 0.6em;
  position: absolute;
  right: 0.9em;
  bottom: 0.5em;
}

.version_phone {
  color: rgba(255, 0, 133, 0.8);
  font-size: 0.7em;
  margin: 0 auto;
  padding: 10;
}

/* MENU */

ul.menu {
  list-style: none;
  margin: 0 auto;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0 0 0.15em 0;
  color: rgba(255, 0, 133, 1);
}
ul.menu a {
  text-decoration: none;
  color: rgba(255, 0, 133, 1);
  font-size: 0.8em;
  position: relative;
  padding: 2 5 2 5;
  font-weight: 400;
}
ul.menu a.active {
  font-weight: 600;
  color: #030b1d;
}
ul.menu a.active::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background-color: rgba(255, 0, 133, 1);
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(1);
}

#menu_responsive {
  display: none;
  z-index: 1;
}
#menu_responsive .menu_small {
  display: none;
}

/* MENU HOVER*/

ul li a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background-color: rgba(255, 0, 133, 1);
  z-index: -1;
  transition: transform 0.3s ease;
}
ul li a:hover {
  color: black;
  transition: 0.3s ease;
  font-weight: 700;
}

/* NAV MENU PHONE*/
ul.menu-lightbox-content {
  color: rgba(255, 0, 133, 1);
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex: 1 1 1;
}
ul.menu-lightbox-content li {
  color: rgba(255, 0, 133, 1);
  text-align: center;
  margin: 20 0 20 0;
  padding: 0;
}
ul.menu-lightbox-content li a {
  color: rgba(255, 0, 133, 1);
  text-decoration: none;
  font-size: 20pt;
  position: relative;
  padding: 5;
}
ul.menu-lightbox-content li a:hover {
  color: #030b1d;
}
ul.menu-lightbox-content li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background-color: rgba(255, 0, 133, 1);
  z-index: -1;
  transition: transform 0.3s ease;
}
ul.menu-lightbox-content li a.active {
  font-weight: 600;
  color: #030b1d;
}
ul.menu-lightbox-content li a.active::before {
  font-weight: 600;
  transform: scaleX(1);
}

/* FILMS - DETAIL - LIGHTBOX -

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  top: 20;
  margin-top: 30;
  right: 40;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  background: rgba(255, 0, 133, 1);
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  background: rgba(255, 0, 133, 1);
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.lightbox-target:target img {
  max-height: 90%;
  max-width: 90%;
}
.lightbox-target:target a.lightbox-close {
  top: 0;
}

/* FILMS PAGE */

.film_group {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  margin-bottom: 15;
}

.film_group:last-of-type {
  margin-bottom: 0;
}

.film_id {
  flex: 0 1 32.6%;
  flex-wrap: wrap;
  display: flex;
  margin: 5 0 10 0;
  justify-content: center;
  align-content: flex-start;
}
.film_id b.highlight::before {
  content: "\e628";
  font-family: "themify";
  color: rgba(255, 0, 133, 0);
  margin: 0 7 0 0;
  background-color: rgba(255, 0, 133, 0.8);
  font-size: 0.75em;
  border-radius: 90px;
}
.film_id img {
  width: 100%;
  margin: 0;
}
.film_id h5 {
  width: 80%;
  text-align: center;
  font-weight: 400;
  font-size: 0.7em;
  margin: 10 0 10 0;
  color: rgba(241, 241, 247, 1);
}
.film_id h5 a {
  text-decoration: none;
}

.category h2 {
  margin: 15 0 25 0;
}

/* FILMS PAGE - FILM OVERLAY */

.overlay_container {
  position: relative;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

.film_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(255, 0, 133, 1);
}

.overlay_text {
  color: rgba(255, 0, 133, 1);
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay_container:hover .film_overlay {
  opacity: 1;
  transition: all 500ms ease-in-out;
}

/*FILMS - DETAIL - NAVIGATION */
.film_arrow_left {
  position: fixed;
  left: 4%;
  top: 50%;
}

.film_arrow_left a {
  font-size: 1.5em;
  text-decoration: none;
  transition: 0.3s ease;
}

.film_arrow_left a:hover {
  transition: 0.3s ease;
  font-size: 1.7em;
  justify-content: center;
  align-content: center;
}

.film_arrow_right {
  position: fixed;
  right: 4%;
  top: 50%;
}

.film_arrow_right a {
  font-size: 1.5em;
  text-decoration: none;
  transition: 0.3s ease;
}

.film_arrow_right a:hover {
  transition: 0.3s ease;
  font-size: 1.7em;
  justify-content: center;
  align-content: center;
}

.film_arrow_back {
  position: fixed;
  right: 4%;
  bottom: 2.2em;
}

.film_arrow_back a {
  font-size: 1.5em;
  text-decoration: none;
  transition: 0.3s ease;
}

.film_arrow_back a:hover {
  transition: 0.3s ease;
  font-size: 1.7em;
  justify-content: center;
  align-content: center;
}

/* FILMS - DETAIL - HEADER */

.head-film {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-end;
}
.title h2 {
  margin: 15 0 0 0;
}
.title h3 {
  margin: 0 0 5 0;
  font-size: 0.8em;
  font-weight: 300;
}

.title {
  flex: 100px 1 250px;
}
.metadata {
  flex: 300px 1 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.metadata h4 {
  font-size: 0.64em;
  font-weight: 400;
  margin: 0 0 -10 0;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tag {
  background: #f7f7f7;
  border-radius: 3 0 0 3;
  color: #030b1d;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 6 0 6;
  margin: 0 0 5 5;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
}

.tag:hover {
  background-color: rgba(241, 241, 247, 1);
  color: rgba(255, 0, 133, 1);
}

/* FILMS - DETAIL - VIDEO*/

#video_locked {
  display: none;
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
}

#video_unlocked {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video_container {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video_container_locked {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
}

#video_unlock {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#video_unlock p {
  display: none;
}

#formPswd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  flex-wrap: wrap;
  margin: 0 auto;
}

#formPswd input {
  margin: 5;
}

#video_unlock img {
  position: absolute;
  filter: blur(4px);
  z-index: -3;
}

#formPswd .pswd {
  border: 1px solid rgba(255, 0, 133, 1);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: rgba(255, 0, 133, 0.3);
  color: rgba(255, 0, 133, 1);
  font-size: 0.7em;
  border-radius: 6px;
}

#formPswd .pswd:focus {
  background-color: rgba(255, 0, 133, 0.75);
  color: rgba(241, 241, 247, 1);
  outline: none;
}

#formPswd .pswd::placeholder {
  color: rgba(241, 241, 247, 0.6);
}

#formPswd .send {
  background-color: rgba(241, 241, 247, 0.9);
  border: 1px solid rgba(241, 241, 247, 1);
  color: rgba(255, 0, 133, 1);
  font-size: 0.7em;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 5px 10px;
  font-weight: 600;
}

#texto {
  z-index: 1;
}

/* FILMS - DETAIL - IMG*/

.film-img {
  margin: 0 0 0 0;
  box-sizing: border-box;
}
.film-img ul {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  width: 100%;
}
.film-img ul li {
  flex: 0 1 49.5%;
  margin-bottom: 5;
  aspect-ratio: 16 / 9;
}

.film-img ul li:last-child {
  margin-bottom: 0;
}

.film-img ul li a:hover::before {
  transform: scaleX(0);
}

.film-img ul li img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.quote {
  text-align: center;
  font-style: italic;
  font-size: 0.75em;
  width: 70%;
  margin: 0 auto;
  font-weight: 200;
  color: white;
  padding: 15 0 15 0;
  font-weight: 500;
}

/* FILMS - DETAIL - FILM OVERLAY */

.film-img .max {
  position: relative;
  text-align: center;
}

.film_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.64);
}

.overlay_container {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0;
  text-align: center;
}

.overlay_text {
  color: rgba(255, 0, 133, 1);
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.film-img .max:hover .film_overlay {
  opacity: 1;
  transition: all 500ms ease-in-out;
}

/* FILMS - DETAIL - REST */

hr {
  opacity: 0;
}

.credits {
  margin: 0% 3% 0% 3%;
}

.credits h3 {
  font-size: 0.95em;
  font-weight: 600;
}

.credits p {
  line-height: 1.8;
}

.credits p b {
  font-weight: 500;
}

.extended {
  margin: 1% 3% 0% 3%;
}

.extended h3 {
  font-size: 0.95em;
  font-weight: 600;
}

.extended p {
  line-height: 1.8;
}

.extended p b {
  font-weight: 500;
}

.container_sided {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  margin: 1% 5% 1% 5%;
}
.sided {
  flex: 1 1 0;
  margin: 0 10 0 0;
}
.sided:last-child {
  margin: 0;
}
.sided h3 {
  font-size: 1em;
  font-weight: 600;
}
.sided p {
  line-height: 1.3;
}
.sided p:last-child {
  margin: 0 0 0 0;
  padding: 0;
}
.sided p b {
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: 500;
}

.other_links ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0.4em 0 0.2em 0;
  padding: 0;
  color: rgba(255, 0, 133, 1);
}
.other_links ul li a {
  color: rgba(241, 241, 247, 1);
  font-weight: 600;
  font-size: 0.8em;
  margin: 0 20 0 20;
  position: relative;
  padding: 2 5 2 5;
  text-decoration: underline;
  text-decoration-color: rgba(255, 0, 133, 1);
}

.other_links ul li a:hover::before {
  transform: scaleX(0);
}
.other_links ul li a::before {
  background-color: rgba(255, 0, 133, 1);
}

/* CV */

.cv_container {
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
}

.cv {
  width: 90%;
  color: rgba(241, 241, 247, 1);
}

.cv h2 {
  margin-top: 15;
}

.cv h4 {
  margin: 0 0 0 0;
  line-height: 0;
  font-size: 0.8em;
}

.cv h3 {
  font-size: 0.9em;
}

.cv i {
  font-weight: 100;
}

.cvri {
  margin-left: 30px;
  list-style: none;
  padding: 0;
  font-size: 0.78em;
}

.cvri li {
  margin-bottom: 1;
  font-size: 0.78m;
  font-weight: 300;
}

.cvri p {
  line-height: 1.5;
}

.cvra {
  margin-left: 30px;
  list-style: none;
  padding: 0;
}

.cvra h4 {
  margin: 30 0 0 0;
}

.cvra h4:first-child {
  margin: 0 0 0 0;
}

.cvra li {
  margin: 0 0 2 20;
  font-size: 0.78em;
}

.cvra p {
  line-height: 1.5;
}

.cvra li.premio {
  margin: 0 0 2 40;
}

.cvri li a:hover::before {
  display: none;
}

.cvri li a::before {
  display: none;
}

.cvri li a:hover {
  text-decoration-color: aliceblue;
}

/* CONTACT */

#contacto {
  width: 70%;
  padding-top: 30%;
}
#contacto h5 {
  color: rgba(255, 0, 133, 1);
  font-size: 1.64em;
  font-weight: 600;
  line-height: 1.5;
}
#contacto h5 a {
  font-size: 0.8em;
  color: rgba(241, 241, 247, 1);
  text-decoration-color: rgba(255, 0, 133, 1);
}

/* RESPONSIVE */

@media screen and (max-width: 1750px) {
  html {
    font-size: 20px;
  }
  #box {
    width: 90%;
  }

  .extended {
    margin: 1% 7% 0% 7%;
  }
  .credits {
    margin: 1% 7% 0% 7%;
  }
  .container_sided {
    margin: 1% 7% 1% 7%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 20px;
  }

  .film_id {
    flex: 0 1 49.4%;
  }
}
@media screen and (max-width: 1150px) {
  /* FLEXBOX Y BODY*/
  #left {
    flex: 0 1 5.5em;
    flex-direction: row;
    align-content: center;
    margin: 0 0 0 0;

    border-color: rgba(255, 0, 133, 1);
    border-style: solid;
    border-right: none;
    border-top: none;
    border-left: none;
  }
  #middle {
    flex: 1 1 auto;
    height: 40%;
    margin: 0 0 0 0;
  }
  #right {
    display: none;
  }
  #box {
    margin: 0.9em 0.5em 0.9em 0.5em;
    padding: 20 7% 20 7%;
  }
  .other_links {
    margin: 0em 0em 1.5em 0em;
  }
  .container {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  /* NAVBAR */
  #header {
    flex: 1 1 0;
    margin: 0 0 0 7%;
    height: 50px;
    line-height: 50px;
  }
  #logo h1 {
    margin: 0 0 0 0;
    text-align: left;
  }
  #menu_responsive {
    display: block;
    flex: 1 1 1;
    height: 50px;
    margin: 0 7% 0 0;
  }

  /* NAVBAR DETAIL */

  #language ._lang {
    display: none;
  }
  #language .lang {
    display: none;
  }

  #menu {
    margin: 0 0 0 0;
    display: none;
  }

  ul.menu {
    list-style: none;
    line-height: 50px;
  }
  ul.menu li {
    margin: 0 20 0 0;
    color: rgba(255, 0, 133, 1);
    float: left;
  }
  ul.menu li:last-child {
    margin-right: 0;
  }

  ul.menu li.menu_sep {
    margin: 0 35 0 10;
  }

  ul.menu li.menu_bolita {
    margin: 0 5 0 5;
  }
  ul.menu li.menu_lang {
    margin: 0;
  }

  /* CV */
  .cv {
    width: 100%;
  }

  .cvri {
    margin-left: 19;
  }

  .cvri li {
    margin: 0 0 10 0;
    font-size: 0.78m;
  }
  .cvri p {
    line-height: 1.2;
  }

  .cvra li {
    margin: 0 0 10 20;
  }
  .cvra li.premio {
    margin: -5 0 10 40;
  }
  .cvra p {
    line-height: 1.2;
  }

  .cv h3 {
    font-size: 0.95em;
    margin: 30 0 15 0;
  }
  .cvra h4 {
    margin: 30 0 0 0;
  }

  /* FILMS */

  .credits {
    margin: 0% 2% 1% 2%;
  }
  .extended {
    margin: 1% 2% 0% 2%;
  }
  .film-img p {
    width: 85%;
    padding: 10 0 10 0;
  }
  .container_sided {
    margin: 1% 2% 1% 2%;
  }

  #formPswd {
  }

  /* ARROWS */

  .film_arrow_left {
    position: fixed;
    left: 2%;
    top: 50%;
  }

  .film_arrow_right {
    position: fixed;
    right: 2%;
    top: 50%;
  }
  .film_arrow_back {
    position: fixed;
    right: 2.2%;
    bottom: 1.5em;
  }
}
@media screen and (max-width: 700px) {
  #box {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  /* NAV */

  #logo h1 {
    font-size: 23;
  }

  #left {
    flex: 0 1 auto;
    margin: 0 0 0 0;
    flex-direction: row;

    height: 60px;
    align-items: center;
    justify-content: center;
  }

  #language {
    display: flex;
    height: 60px;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 30px;
  }
  #language ul.lang {
    display: flex;
    font-size: 1.1em;
  }
  ul.lang li {
    height: 30px;
  }

  #menu_responsive {
    margin: 0;
    padding: 0;
    height: 60px;
    width: 50px;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #menu_responsive .menu {
    display: none;
  }
  #menu_responsive .menu_small {
    list-style: none;
    display: block;
    padding: 0;
    width: 50px;
    height: 60px;
    margin: 0;
  }
  #menu_responsive .menu_small a {
    text-decoration: none;
    list-style: none;
    font-size: 27;
    padding: 7 5 5 5;
    top: 9;
    right: 6%;
    position: absolute;
  }
  #menu-phone {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .other_links {
    margin: 1em 0 0.5em 0;
  }
  .other_links ul {
    flex-direction: row;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .other_links ul li {
    margin: 10 0 10 5;
    flex: 1 1 190px;
  }
  .other_links ul li.link-dis {
    display: none;
  }
  .other_links ul li a {
    margin: 0 0 0 0;
    font-size: 16;
  }

  .film_arrow_left {
    position: fixed;
    left: 0.2em;
    top: 50%;
  }
  .film_arrow_right {
    position: fixed;
    right: 0.2em;
    top: 50%;
  }
  .film_arrow_back {
    position: fixed;
    right: 0.3em;
    bottom: 0.6em;
  }

  /* FILMS */
  .film_id {
    flex: 0 1 100%;
    flex-wrap: wrap;
    display: flex;
    margin: 5 0 10 0;
    justify-content: center;
    align-content: flex-start;
  }
  .film_id b.highlight::before {
    content: "\e628";
    font-family: "themify";
    color: rgba(255, 0, 133, 0);
    margin: 0 7 0 0;
    background-color: rgba(255, 0, 133, 0.8);
    font-size: 11;
    border-radius: 90px;
  }
  .film_id h5 {
    font-size: 11pt;
    margin: 12 0 9 0;
    color: rgba(241, 241, 247, 1);
  }

  /* FILMS DETAIL */
  .film-img ul li {
    flex: 1 1 100%;
  }

  .container_sided {
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    margin: 1% 4% 1% 4%;
  }
  .sided {
    flex: 1 1 400px;
  }

  .title {
    flex: 100px 1 1000px;
  }
  .metadata {
    flex: 1 0 1;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    list-style: none;
  }

  hr {
    opacity: 0;
    display: none;
  }

  #formPswd {
    font-size: 1.3em;
    z-index: 1;
  }

  /* CV */
  .cvri {
    margin: 0 0 0 10;
  }
  .cvri li {
    margin: 0 0 15 0;
  }
  .cvri p {
    line-height: 1.2;
  }

  .cvra {
    margin: 0 0 0 15;
  }
  .cvra li {
    margin: 0 0 10 15;
  }
  .cvra li.premio {
    margin: -5 0 15 30;
  }
  .cvra p {
    line-height: 1.2;
  }

  #contacto {
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
  #contacto h5 {
    color: rgba(255, 0, 133, 1);
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  #contacto {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  #contacto h5 {
    color: rgba(255, 0, 133, 1);
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
  }
}
