body, html {
	margin: 0;
	padding: 0;
  background: #0B181F;
	color: #3C767C;
}

* {
	font-family: 'Raleway', sans-serif;
}

/************************ COOKIE CONSENT */
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none!important;
    z-index: -9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

.cookie {
    display: none; }

body:not(.cookieyes) .cookie {
    display: block;
}

/*Cookie Consent End*/


/************************** NAV BAR */
.nav-bar {
  height: 70px;
  background: #0B181F;
  box-shadow: 0 0 2px white;
  position: fixed; /* sticky navbar */
  top: 0;          /* sticky navbar */
  width: 100%;     /* sticky navbar */
	z-index: 100000;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
	font-size: 1.4em;
}
.brand a {
	max-height: 70px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  /* max-width: 10000px; */
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #0B181F;
  color: #ffffff;
  font-weight: 200;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: #83969f;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #0B181F;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 980px) {
    	.awards-laurels {
grid-template-columns: repeat(3, 1fr)!important;
}
}

@media only screen and (max-width: 699px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    padding-left: 25%;

  }
  nav ul li ul li a {
    padding-left: 30%;
  }

  .nav-dropdown {
    position: static;
  }
	.brand a img {
		max-height: 60px;
		margin-top: 5px;
	}
	
	.awards-laurels {
grid-template-columns: repeat(2, 1fr)!important;
}
}


@media screen and (min-width: 700px) {
  .nav-list {
    display: block !important;
  }
  
  
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
	background: #0B181F;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

a.menu-item {
    top: -70px;
}


/**********************************************************
***********************************************************
******************* MAIN PAGE ES***************************/
.wrapper {
	margin-top: 70px;
	text-align: center;
}
section {
	border-bottom: 1px solid #1d323d;
}
.inner {
	padding: 140px 0 70px 0;
	margin-top: -70px;
}

/************************ HOME */
.home {
	background-image: url(img/yib_bg.jpg);
	background-size: cover;
	background-position: center;
	border-bottom: 0px;
	min-height: content;
}
.home .inner {
	height: calc(100vh - 70px);
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	padding: 0;
	padding-top: 70px;
}
h1 {
	display: none;
	margin: auto;
	width: 100%;
	font-family: 'Futura PT';
	color: rgba(60, 70, 72, 0.8);
	font-weight: bolder;
	/* font-size: calc([min size] + ([max size] - [min size]) * ((100vw - [min vw]) / ([max vw] - [min vw]))); */
  font-size: calc(80px + (200 - 80) * ((100vw - 300px) / (1920 - 300)));
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 300px;
	max-width: 30vw;
	height: auto;
	padding: 40px 0 0px 0;
}
.home p {
	margin: auto;
	width: 100%;
	font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 300;
	color: white;
}
.watch {
/* 	margin: auto; */
/* 	width: 100%; */
display: inline-block;
}
/* .watch a{ */
 a.watch { 
	margin: auto;
	display: inline-block;
	text-decoration: none;
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
	color: white;
	padding: 10px 20px 10px 20px;
	border: 2px solid;
	border-color: white;
	border-radius: 4px;
}

/* Watch Trailer PopUp */
#video-popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 100;
}
.close {
	text-align: right;
	padding-right: 12px;
	font-size: 50px;
	color: white;
	cursor: pointer;
}
#video-popup-content {
	position: absolute;
	width: 90%;
	left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	/*height: auto;
	padding-top: 70px;
	padding-bottom: auto;
	padding-left: 10px;
	padding-right: 10px; */
}

/************************ AWARDS */
.awards-laurels {
	padding-left: 10%;
	padding-right: 10%;
	display: grid;          
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 20px;
	justify-content: center;
	align-items: center;

 grid-template-columns: auto auto auto; 
grid-gap: 20px;




	
} 
/* .awards-laurels div{
   grid-column: span 4;
} */
.awards-laurels img {
	max-width: 40%;
	min-width: 200px;
	height: auto;
}

/************************ SYNOPSIS */
.synopsis .inner{
	min-height: content;
}
h2 {
	font-weight: 400;
  text-transform: uppercase;
  font-size: calc(50px + (100 - 50) * ((100vw - 300px) / (1920 - 300)));
	text-align: center;
	padding: 0 0 0 0;
	margin: 0px;
}
/* Style the tab */
.tab {
  overflow: hidden;
}
/* Style the buttons inside the tab */
.tab button {
	color: #3C767C;
  background-color: rgba(255, 255, 255, 0);
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 200;
}
/* Change background color of buttons on hover */
.tab button:hover {
	font-weight: 600;
}
/* Create an active/current tablink class */
.tab button.active {
  font-weight: 600;
}
/* Style the tab content */
.tabcontent {
  display: none;
	text-align: left;
  padding: 0 10% 0 10%;
  border-top: none;
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}

/************************ IMAGES */
/*
.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 20px;
	padding: 40px 20px 0px 20px;
}
.thumbnail img {
	width: 100%;
	height: auto;
}
*/

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	padding-top: 40px;
  max-width: 1000px;
  position: relative;
  margin: auto;
	z-index: 1;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev {
	left: 0px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #3C767C;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}





/************************ SCREENINGS */
.screenings-cities {
	padding: 30px 10% 0 10%;
	display: grid;
	/* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  */
	grid-template-columns: auto auto auto auto;
 /*    grid-template-columns:auto auto auto auto; */
	grid-gap: 20px;
	 align-items: center;
	 justify-content: center;
	  display: flex;
  flex-wrap: wrap;

}
.city img {
	width: 45%;
	max-width: 400px;
	height: auto;
	border-radius: 50%;
}



/************************ ACERCA */


/* Style the tab */
.tab2 {
  overflow: hidden;
}
/* Style the buttons inside the tab */
.tab2 button {
	color: #3C767C;
  background-color: rgba(255, 255, 255, 0);
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 200;
}
/* Change background color of buttons on hover */
.tab2 button:hover {
	font-weight: 600;
}
/* Create an active/current tablink class */
.tab2 button.active {
  font-weight: 600;
}
/* Style the tab content */
.tabcontent2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 20px;
	text-align: center;
  padding: 30px 10% 0 10%;
  border-top: none;
	font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1920 - 300)));
}
.member img {
	width: 45%;
	max-width: 400px;
	height: auto;
	border-radius: 50%;
}

.m-container:hover .biolink {
	visibility: visible;
	opacity: 1;
	cursor: pointer;
}
.m-container:hover img {
	opacity: 0.2;
}

.m-container {
	position: relative;
}
.biolink {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (1920 - 300)));
}
/******* Bio PopUp*/
/* OZAN MERMER*/
h3 {
	font-weight: 400;
  text-transform: uppercase;
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1920 - 300)));
	text-align: left;
	padding: 0 0 0 0;
	margin: 0px;
}
.bio-member1 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	justify-content: center;
	align-items: center;
	display: none;
	text-align: left;
	z-index: 99;
}
.close-bio-member1 {
	text-align: right;
	padding-right: 12px;
	font-size: 50px;
	color: white;
	cursor: pointer;
}
.content-bio-member1 {
	width: 100%;
	height: auto;
	padding-top:
	padding-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	background: #0B181F;
}
/* JOSE DANIEL ZUNIGA*/
.bio-member2 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	justify-content: center;
	align-items: center;
	display: none;
	text-align: left;
	z-index: 99;
}
.close-bio-member2 {
	text-align: right;
	padding-right: 12px;
	font-size: 50px;
	color: white;
	cursor: pointer;
}
.content-bio-member2 {
	width: 100%;
	height: auto;
	padding-top:
	padding-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	background: #0B181F;
}
/* CARLOS CEPEDA*/
/*
.bio-member3 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	justify-content: center;
	align-items: center;
	display: none;
	text-align: left;
	z-index: 99;
}
.close-bio-member3 {
	text-align: right;
	padding-right: 12px;
	font-size: 50px;
	color: white;
	cursor: pointer;
}
.content-bio-member3 {
	width: 100%;
	height: auto;
	padding-top:
	padding-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	background: #0B181F;
}
*/
/* ESPERANZA RIVERA*/
.bio-member4 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	justify-content: center;
	align-items: center;
	display: none;
	text-align: left;
	z-index: 99;
}
.close-bio-member4 {
	text-align: right;
	padding-right: 12px;
	font-size: 50px;
	color: white;
	cursor: pointer;
}
.content-bio-member4 {
	width: 100%;
	height: auto;
	padding-top:
	padding-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	background: #0B181F;
}



/************************ TEXTO DEL DIRECTOR */
.directorscomment {
	text-align: left;
	padding: 0 10%;
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}

/*************************************************
**************************************************
************************* CONTACTO ***************/
.contact{
	text-align: left;
	padding: 0 10%;
}
.contact-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 50px;
	padding-top: 40px;
}
.contact-image img {
	width: 100%;
}
h4 {
	font-weight: 900;
  text-transform: uppercase;
  font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
	text-align: left;
	padding: 0 0 0 0;
	margin: 0px;
}
.contact-text a {
	text-decoration: none;
	color: #3C767C;
}
.contact-text {
	font-size: calc(12px + (30 - 12) * ((100vw - 300px) / (1920 - 300)));
}
.contact-text p {
	margin-top: 0px;
}

/*************************************************
**************************************************
********** Legal Notice & Privacy Policy ************/
.legal-privacy {
	text-align: left;
	padding: 0 10%;
}
.legal-content {
	text-align: center;
	font-size: calc(12px + (30 - 12) * ((100vw - 300px) / (1920 - 300)));
	padding-bottom: 50px;
}
.privacy-content {
	font-size: calc(12px + (30 - 12) * ((100vw - 300px) / (1920 - 300)));
	text-align: left;
	padding: 0 10%;
}
ul.press li{
    margin-bottom: 32px;
a    text-align: left;
}
ul.press li a{
    color: #83969f;
}



/************************ FOOTER */
footer {
	text-align: center;
	font-size: calc(15px + (30 - 15) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 200;
}
footer a {
	text-decoration: none;
	color: #3C767C;
}