body{
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #000;
}
* {
	outline: 0 none;
}
a {
	transition: 0.5s; 
	color:#fff;
	outline: none;
}
a:hover {
	text-decoration:none; 
	color:#f2c3b6;
	color:#fff;
	/* text-decoration:underline;  */
}

a:active, a:focus {
	text-decoration:none; 
	color:#f2c3b6;
	color:#fff;
	/* text-decoration:underline;  */
}

.clear {
	height:1px; line-height:1px; font-size:1px; clear:both; float:none;
}

.about #bullet-nav {
	display: none !important;
}

.mob {
	display:none;
}

.nomob {
	display:block;
}

.modal-scroller {
	height:100%; overflow: auto;
}



.greyscale {
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: gray; /* IE6+ */
}

.current-sec {
	border-bottom: 2px solid #f2c3b6; 
	color: #f2c3b6;

	border-bottom: 2px solid #fff; 
	color: #fff;
}
.alpha {
	position:absolute; width:100vw; height: 100vh; background: rgba(0,0,0,0.5);z-index:999; display:none;
}

.show-alpha {
	display:block;
}

.play-me {
  display:none; position:absolute; z-index:1000; text-align:center; top:50%; left:50%; transform:translate(-50%, -50%);
}

.section{
	overflow:hidden;
}
.section .documentary-scroll{
	top: 0!important;
	transform: unset !important;
	left: 0!important;
	position: relative !important;
	height: 53vh;
}
/*BULLET NAV*/
#bullet-nav {
	position:fixed; width:18px; margin:0; padding:0; top:50%; transform:translateY(-50%); left:100px; z-index:29;filter: contrast(0.5);
}
#bullet-nav .line {
	width:1px; background: #fff; position:absolute; height:100%; left:9px; top:6px;z-index:30;
}
#bullet-nav div{
	width: 18px;
    height: 18px;margin-bottom:12px; padding-top:3px;
}
#bullet-nav div a{
	width: 18px;
    height: 18px;
}
#bullet-nav div a .bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: white;
    margin: auto;
    z-index:31;margin-top:3px;
}
#bullet-nav div a .bullet:hover, 
#bullet-nav div a .b-selected {
	margin-top:-1px;
	width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid white;
    box-shadow: inset 0 0 0 2px #b3b3b3;
    z-index:31;
}

#bullet-nav div:last-child {
	margin-bottom:-16px;
}


/*BULLETS NAV WHITE BG*/
#bullet-nav.white-bg .line {
	width:1px; background: #b3b3b3; position:absolute; height:100%; left:9px; top:6px;z-index:30;
}
#bullet-nav.white-bg div a .bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #b3b3b3;
    margin: auto;
    z-index:31;margin-top:3px;
}
#bullet-nav.white-bg div a .bullet:hover, 
#bullet-nav.white-bg div a .b-selected {
	margin-top:-1px;
	width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b3b3b3;
    border: 1px solid #b3b3b3;
    box-shadow: inset 0 0 0 2px #fff;
    z-index:31;
}



.hamb-toggle {
	position:relative; width: 25px; height: 33px; display: block;cursor: pointer; background-color: transparent; float:left; margin:10px 20px 0px 20px;
}

.hamb-toggle span{
    position: absolute;top: 10px; display: block; border-radius: 1px; background-color: #fff; height: 2px; width: 23px;
}
.icon-bar:nth-child(2) {
    top: 15px;
}
.icon-bar:nth-child(3) {
    top: 20px;
}

.hamb-toggle-close .icon-bar{
	height: 2px;
}

.hamb-toggle-close .icon-bar:nth-child(1){
	top: 15px;
	-webkit-transform: rotate(-45deg) translate(0px, 0px);
	transform: rotate(-45deg) translate(0px, 0px);
}

.hamb-toggle-close .icon-bar:nth-child(2){
	opacity: 0;
	display: none;
}

.hamb-toggle-close .icon-bar:nth-child(3){
	top: 15px;
	-webkit-transform: rotate(45deg) translate(-15px, -15px);
	transform: rotate(45deg) translate(0px, 0px);
}


nav {
	position:fixed; background: #191919; width:25vw; height:100vh; top:0; left:-30vw; z-index:999; transition: all 0.3s; margin:0; padding:0;
}
.left {
	left:0px;
	overflow: auto;
}

nav ul {
	margin-top: 80px; list-style-type: none; font-family: 'Roboto Mono', monospace; font-size:14px; font-weight:500;
}

nav ul li {
	padding-bottom:10px; 
	padding-top:10px; 
	color:#fff; 
}

nav ul li.ng {
	background: transparent url('../img/iso_NG.png') left 146px top 8px no-repeat;
	background-size: auto 24px;
}

body.en nav ul li.ng {
	background-position: left 161px top 8px;
}

nav ul li.sub {
	display:none; 
	/* padding-left:20px;  */
	font-weight:400; 
}

nav ul li a:hover {
	border-bottom: 2px solid #fff;
}

nav ul li a{
	color:#fff; 
}

nav ul li.thet span{
	opacity: .6
}

nav ul li.thet{

}


nav .social-block {
	position:relative;  width:auto; margin-left:30px; margin-top:20px;
}

nav .social-block a {
	float:left; margin:0px 10px;
}


.header-title {
	font-family: BebasBold;
	font-size:26px;
	letter-spacing:1px;
	padding:15px 5px;
	max-width:300px;
	float:left;
	word-spacing: -3px;
}
.header-title a {
	color:#fff; transition: 0.5s;
}
.header-title a:hover {
	color:#fff;
	text-decoration: underline;
}
.header {
	position:fixed; top:0; width:100%; height:50px; background: rgba(16,16,16,0.9); color:#fff; z-index:1000;
}

nav ul li.sub {
	display:none;  /*transition: all 0.5s; */
}

nav ul li.open-sub {
	display:block; transition: all 0.5s; 
}

nav ul li .desplegable:hover {
	border-bottom: 2px solid #fff; 
	color:#fff;
}

nav ul li .desplegable{
	color:#fff; cursor:pointer; transition: 0.5s; 
}

.section {
	position:relative;
	width:100vw;
	height:100vh;
	background: #000;
}
.arrow-container {
	position:fixed; bottom:10px; left:50%; transform: translateX(-50%); cursor:pointer; padding:0px; z-index:30;
}

.leader-slider .arrow-container {
	position: absolute;
	bottom: -12px;
	cursor: default;
}
.slider_img_chica{
	padding-top: 41%;
	padding-bottom: 42%;
}
.slider_2_img_chica{
    height: 455px!important;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.arrow-down {
	width:90px; height:60px; background: url(../img/arr_down_dark_bg.png) no-repeat; background-size: 90px 60px;
	filter: contrast(0.5);
}

.arrow-black {
	width:90px; height:60px; background: url(../img/arr_down_light_bg.png) no-repeat; background-size: 90px 60px;
}

.fp-viewing-achieve 
.arrow-container
{
  bottom: -55px;
}
.fp-viewing-achieve .arrow-container  {
	display:none;
}


.section .content {
	position: absolute;
	width:100%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:29;
}

.section .premosaico {
	width:90%; max-width: 900px; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index:30;
}

.section .premosaico .premosaico_content {
	position: relative;
}

.section .premosaico img.main {
	width: 100%;
	display: block;
}

.section .premosaico .premosaico_content span {
	cursor: pointer;
}

.section .premosaico .premosaico_content .more {
	position: absolute;
	bottom: 45px;
	right: 30px;
	font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    text-decoration: underline;
    color: #f2c3b6;
    font-weight: 500;
    cursor: pointer;

}

.section .premosaico .premosaico_content .more:hover {
	color: #fff;
}

.section .premosaico .premosaico_content .xclose {
	position: absolute;
	top: 12px;
	right: 11px;
	display: block;
	height: 23px;
	width: 23px;
}

.section .premosaico .premosaico_content .xclose:hover img {

	/* IE */
  	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

  	/* Chrome, Safari */
  	-webkit-filter: grayscale(1);

  	/* Firefox */
  	filter: grayscale(1);

}
/* 
body.en .mosaico {
	background-image: url(../img/background/portadaLogoDesktop_ENG.jpg); 
}

body.es .mosaico {
	background-image: url(../img/background/portadaLogoDesktop_ESP.jpg); 
} */

.mosaico {
	background-image: url(../img/background/portadaLogoDesktop.jpg); 
	background-position: center top; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	background-repeat: no-repeat;
}

.mosaico .content {
	width:70%; text-align:center; 
}

.mosaico .bottom-content {
	position:absolute; 
	width:auto; 
	bottom: 60px; left:50%; transform: translateX(-50%); text-align:center; 
	width: 540px;
}

.mosaico .bottom-content img {
	width: 100%;
}



.mosaico .top-right-content {

	position: absolute;
    right: 5%;
    top: 10%;
    width: 230px;

}

.mosaico .top-right-content img {

	width: 100%;
}

.mosaico .title {
	font-family: BebasBold; position:relative; font-size:128px; letter-spacing:11px; color:#f2c3b6; padding:0; margin:0; word-spacing:-25px;white-space: nowrap; line-height:110px;
	left: 18px;
}

.mosaico .subtitle {
	display:inline-block; font-family: 'Roboto Mono', monospace; font-size:27px; color:#fff; 
	background: rgba(0,0,0,0.6); 
	padding:2px 6px; letter-spacing: 0px; margin:0; white-space: nowrap; width:auto;
}

.text-fader {
	opacity:0; margin-top:-100px; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -ms-transition: all 1s ease-out; transition: all 1s ease-out;
}

.video-container {
	position:absolute;
	top:50%;
	left:0;
	width:100vw;
	transform: translateY(-50%);
	z-index:27;
	height:100vh;
}

.video-container video {
	width: 100%;
	height: 100%;
}

.header-right-mob {
	display:none;
}


.header-right {
	float:right; 
	margin-top:0px; 
	margin-right:30px;
}

.header-right a {
    color: #fff; font-family: 'Roboto Mono', monospace; font-size: 14px; padding-top: 0px; float: left; margin-right:30px; font-weight:500;
}

.header-right a:hover {
	color:#f2c3b6;
	color:#fff;
	opacity: .8;
	/* text-decoration: underline; */
	/* border-bottom: solid 2px #fff; */
}



.header-right .leaders {
	color: #fff; 
	font-family: 'Roboto Mono', monospace; 
	font-size: 14px; 
	padding-top: 15px; 
	float: left; 
	margin-right:30px; 
	font-weight:500;	
	position: relative;
	height: 35px;
	margin-top: 0;
}
.header-right .leaders:first-child{

	padding-left: 28px;
    padding-bottom: 35px;
    background: transparent url(../img/iso_NG.png) left top 13px no-repeat;
	background-size: auto 24px;
	margin-right: 0;
}

.header-right .leaders:hover .fixed {
	color: #f2c3b6;
	color: #fff;
}

.header-right .leaders ul.float {
	transition: all ease-in-out .3s;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 35px;
	right: -20px;
	list-style-type: none;
	background: rgba(16,16,16,0.9);
}

.header-right .leaders:hover ul.float {
	height: 415px;
    padding-top: 15px;
}

.header-right .leaders ul.float li {
	white-space: nowrap;
	padding: 0 20px 20px 0;
    font-weight: 400;
    text-align: right;
}



.header-right .idioma {
	color: #fff; font-family: 'Roboto Mono', monospace; font-size: 14px; padding-top: 0px; float:left; font-weight:500; 
}
.header-right .idioma span {
	text-decoration: underline;
}
.head-social-block {
	float:left;
	margin-top: 15px;
}
.head-social-block a:first-child, .head-social-block a:nth-child(2), .head-social-block a:nth-child(3){
	margin-right:20px;
}
.head-social-block .ico-social-nav {
	width:20px; height:auto;
}

.head-lang-block {
	padding-top: 15px;
	display: inline-block;
}



.text-in {
	position:relative;
	opacity:0;
	top:-30px;
}

.text-in-bottom {
	overflow:hidden;
	position:relative; opacity:0; bottom:-30px;

}

.title-small {
	position:relative; font-size:50px; line-height:40px; letter-spacing:3px; color:#fff;
}

.subtitle-small {
	position:relative; font-size:25px; line-height:25px; letter-spacing:3px; color:#fff;
}
.show-text {
	opacity:1;
	top:0px;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.show-text-bottom {
	opacity:1; bottom:0px;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.trailer .content {
	text-align:center; width:100vw; height:100vh;
}



.video-controls {
  position:absolute; bottom:0; background: #000; width:100vw; height:30px; color:#fff; padding:0px 10px; margin:0; z-index:30;
}
.video-controls .play-pause {
  float:left; cursor:pointer; width:20px;
}

.video-controls .play-pause:hover, 
.video-controls .volume-controller:hover {
  color:#2e2e2e;
}

.video-controls .volume-controller {
  float:right; cursor:pointer; width:20px;
}

.video-controls .progress-bar {
  position:relative; float:left; height:8px; width:calc(100% - 65px); background: #2e2e2e; margin-top:8px;
}

.video-controls .progress-bar-inner {
  position:absolute; margin:0; padding:0; background: #fff; width:0px; height:100%;
}





.crowdfunding {
	background: url('../img/bg_crowdfunding.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.crowdfunding .overlay {
	position:absolute; top:0; left:0; width:100vw; height:100vh; background: rgba(0,0,0,0.4);z-index:20;
}
.crowdfunding .container {
	max-width:860px; text-align:left;
}


.crowdfunding .container h1 {
	font-family: BebasRegular; font-size:70px; color:#fff; letter-spacing:3px; border-bottom:3px solid #fff; z-index:29;
}

.crowdfunding .container p {
	font-family: 'Roboto Mono', monospace; font-size:20px; line-height:36px; font-weight:700; color:#fff; margin-top:20px;z-index:29;
}

.crowdfunding ul {
	display:flex; flex-wrap:wrap; justify-content:space-between; list-style-type: none; text-align: center; margin:0; padding:0;z-index:29; width:100%;
}

.crowdfunding ul li {
	padding:10px 0px; flex-grow:1; text-align:center;
}

.crowdfunding ul li img {
	max-width:80px;
}

.crowdfunding ul li h3 {
	font-family: 'Roboto Mono', monospace; color:#fff; letter-spacing:0px; font-size:15px; line-height:30px; font-weight:700;
}

.crowdfunding ul li button {
	background: transparent; color:#fff; border:1px solid #fff; border-radius:0px; font-family: 'Roboto Mono', monospace; font-size:15px; padding:5px 15px; cursor:pointer; font-weight:500; letter-spacing: -1px;
}

.crowdfunding ul li button:hover {
	background: #f2c3b6; border: 1px solid #f2c3b6;
}


.crowdfunding .container-form {
	display:none;
}






.achieve  .footer {
	position:absolute; bottom:0; left:0; width:100%; height:30px; background: rgba(16,16,16,0.9); padding:5px 10px; margin:0;
}
.achieve  .footer p {
	font-family: 'Roboto', sans-serif; font-size:13px;color:#a8a9ab; 
}
.achieve  .footer .footer-left {
	float:left;
}
.achieve  .footer .footer-right {
	float:right;
}
.achieve  .footer a:hover {
  color:#ec137e;
}






.form-contacto {
	max-width:300px; margin:20px auto;
}
.form-contacto .field {
	float:left;
}

.form-contacto .field input {
	font-family: 'Roboto', sans-serif; font-size:15px; padding:7px; width:200px; margin-right:10px; border:0px;
}

.form-contacto .field button {
	background: #f2c3b6; padding:3px 20px; font-family: 'akzidenzgroteskMd';  color:#fff; letter-spacing: 4px; border:0px; font-size:20px; cursor:pointer;
}

.form-contacto .field button:hover {
	background: rgba(16,16,16,0.9);
}

#form-messages {
	font-family: 'Roboto', sans-serif;  font-size:18px; color:#fff; background: #f2c3b6; max-width:800px; margin:0 auto;
}










.presentacion-a {
	background: url(../img/bg_presentacion-a.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.presentacion-a .content {
	position:absolute; width:50%; left:50%; top:50%; transform: translate(-50%, -50%); width:860px;
}

.presentacion-a .content p {
	color: #fff; font-family: 'Roboto Mono', monospace; font-size: 20px; font-weight:500; border-left: 3px solid #fff; padding:0; margin:0; line-height:36px; padding-left:35px;
}


.presentacion-a .content h2 {
	display:inline-block;color: #fff; font-family: 'Roboto Mono', monospace; font-size: 28px; line-height:42px; font-weight:700; margin-left:35px; margin-top:110px; width:auto; letter-spacing:2px; padding-bottom:3px;padding-left:10px;
}




.presentacion-b .overlay {
	position:absolute; top:0; left:0; width:100vw; height:100vh; background: rgba(0,0,0,0.4);z-index:28;
}

.presentacion-b .top-content {
	position:absolute; width:1000px; left:50%; top:85px; transform: translateX(-50%); color:#fff; z-index:29; text-align:center; 
}

.presentacion-b .top-content h2 {
	font-family: BebasRegular; font-size:80px; letter-spacing:4px;color:white;
}

.presentacion-b .bottom-content {
	position:absolute; width:860px; left:50%; bottom:70px; transform: translateX(-50%); color:#fff; z-index:29;
}

.presentacion-b .bottom-content p {
	font-family: 'Roboto Mono', monospace; font-size: 20px; font-weight:700; line-height:32px;color:white;
}



/*BULLET NAV*/
#bullet-about, 
#bullet-onu {
	position:absolute; height:18px; margin:0; padding:0; margin-left:-25px; left:50%; transform:translateX(-50%); bottom:80px; z-index:29;filter: contrast(0.5);
}
#bullet-about .line, 
#bullet-onu .line  {
	height:1px; background: #fff; position:absolute; width:100%; top:4px; left:6px; z-index:28;
}
#bullet-about div, 
#bullet-onu div{
	float:left;
	width: 18px;
    height: 18px;margin-left:20px; padding-left:3px;
}
#bullet-about div a, 
#bullet-onu div a{
	width: 18px;
    height: 18px;
}
#bullet-about div a .bullet-h, 
#bullet-onu div a .bullet-h {

    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: white;
    margin: auto;
    z-index:31;margin-left:3px;
}
#bullet-about div a .bullet-h:hover, 
#bullet-about div a .b-selected, 
#bullet-onu div a .bullet-h:hover, 
#bullet-onu div a .b-selected {
	margin-top:-3px; margin-left:-1px;
	width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid white;
    box-shadow: inset 0 0 0 2px #b3b3b3;
    z-index:31;
}

#bullet-about div:last-child,
#bullet-onu div:last-child {
	margin-right:-30px;
}

/*BULLET ABOUT WHITE BG*/
#bullet-about.white-bg .line,
#bullet-onu.black-bg .line{
	height:1px; position:absolute; width:100%; top:4px; left:6px; z-index:28;
}
#bullet-about.white-bg .line  {
	background: #b3b3b3;
}
#bullet-onu.black-bg .line{
	background: #333;
}
#bullet-onu.black-bg div a .bullet-h,
#bullet-about.white-bg div a .bullet-h {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: auto;
    z-index:31;margin-left:3px;
}

#bullet-about.white-bg div a .bullet-h {
    background-color: #b3b3b3;
}
#bullet-onu.black-bg div a .bullet-h {
	background-color: #333;
}
#bullet-onu.black-bg div a .bullet-h:hover, 
#bullet-onu.black-bg div a .b-selected,
#bullet-about.white-bg div a .bullet-h:hover, 
#bullet-about.white-bg div a .b-selected {
	margin-top:-3px; margin-left:-1px;
	width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b3b3b3;
    border: 1px solid #b3b3b3;
    box-shadow: inset 0 0 0 2px #fff;
    z-index:31;
}

#bullet-onu.black-bg div a .bullet-h:hover, 
#bullet-onu.black-bg div a .b-selected {
	background-color: #333;
    border: 1px solid #333;
    box-shadow: inset 0 0 0 2px #666;
}





/* ABOUT > FIRST SLIDE */
.about .about-slide1 {
	position:relative; background: url(../img/bg_about.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; text-align:center;
}

.about .about-slide1 .overlay {
	display:none; position:absolute; top:0; left:0; width:100vw; height:100vh; background: rgba(0,0,0,0.4);z-index:20;
}

.about .about-slide1 .container {
	max-width:860px;
}

.about .about-slide1 .container h2 {
	font-family: BebasRegular; font-size:70px; color:#fff; letter-spacing:3px; z-index:29; text-align:left; margin-bottom:0px; padding-bottom:0px; line-height:70px;
}

.about .about-slide1 .container p {
	font-family: 'Roboto Mono', monospace; font-size: 20px; font-weight:700; line-height:36px; color:#fff; text-align:left; z-index:29;
}

.about .about-slide1 .container .line {
	height:3px; width:100%; background: #fff; padding:0; margin:0px 0px 20px 0px;  z-index:29;
}



/* ABOUT > 1-c SLIDE */
.about .about-slide1-c {
	background: url(../img/about_map_bg.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#000;
}

.about .about-slide1-c .overlay {
	display:none; position:absolute; top:0; left:200vw; width:100vw; height:100vh; background: rgba(0,0,0,0.4);z-index:20;
}

.about .about-slide1-c .container {
	max-width:700px; z-index:29;
}

.about-slide1-c .container h2 {
	font-family: BebasBold; font-size:70px; letter-spacing:1px; text-align:left; z-index:29; text-transform: uppercase; margin-top:10px;color:black;
}
.about-slide1-c .container p {
	font-family: 'Roboto Mono', monospace; font-size:20px; font-weight:700; padding:0; margin:0; line-height:35px; z-index:29; color:black;
}



/* ABOUT > SECOND SLIDE */
.about .about-slide2 {
	background: url(../img/bg_about02.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#fff;
}

.about .about-slide2 .overlay {
	position:absolute; top:0; left:400vw; width:100vw; height:100vh; background: rgba(0,0,0,0.4);z-index:20;
}

.about .about-slide2 .container {
	max-width:800px; z-index:29;
}

.about .about-slide2 .container h3 {
	font-family: BebasBold; font-size:18px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:60px; z-index:29;
}

.about .about-slide2 .container h2 {
	font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight:700; line-height:44px; color:#fff; text-align:left; letter-spacing:2px; z-index:29;
}





/* ABOUT > THIRD SLIDE */
.about .about-slide3 {
	background: url(../img/bg_about03.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#fff;
}

.about .about-slide3.es {
	background: url(../img/bg_about03_es.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#fff;
}

.about .about-slide3 .overlay {
	position:absolute; top:0; left:300vw; width:100vw; height:100vh; background: rgba(0,0,0,0.6);z-index:20;
}

.about .about-slide3 .container {
	max-width:900px; z-index:29;
}

.about .about-slide3 .container h3 {
	font-family: BebasRegular; 
	font-size:65px; 
	color:#fff; 
	letter-spacing:2px; 
	text-align:left; margin-bottom:30px; z-index:29; border-bottom: 3px solid #fff;
	letter-spacing: 4px;
}

.about .about-slide3.es .container h3 {
	font-family: BebasRegular; font-size:61px; color:#fff; letter-spacing:2px; text-align:left; margin-bottom:30px; z-index:29; border-bottom: 3px solid #fff;
}

.about .about-slide3 .container h2 {
	font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight:700; line-height:44px; color:#fff; text-align:left; letter-spacing:2px; z-index:29;
}


/* ABOUT > FOURTH SLIDE */
.about .about-slide4 {
	background: url(../img/bg_book_eng.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#fff; background-color:#fff;
}

.about .about-slide4.es {
	background: url(../img/bg_book_es.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#fff; background-color:#fff;
}

.about .about-slide4 .overlay {
	position:absolute; top:0; left:500vw; width:100vw; height:100vh; background: rgba(0,0,0,0.6);z-index:20;
}

.about .about-slide4 .container {
	max-width:800px; z-index:29;
}

.about .about-slide4 .container h3 {
	font-family: BebasBold; font-size:18px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:60px; z-index:29;
}

.about .about-slide4 .container h2 {
	font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight:700; line-height:44px; color:#fff; text-align:left; letter-spacing:2px; z-index:29;
}




/* ABOUT > FIFTH SLIDE */
.about .about-slide5 {
	color:#fff;
}

.about .about-slide5 .overlay {
	position:absolute; top:0; left:600vw; width:100vw; height:100vh; background: rgba(0,0,0,0.4);z-index:28;
}

.about .about-slide5 .container {
	max-width:800px; z-index:29;
}

.about .about-slide5 .container h3 {
	font-family: BebasBold; font-size:18px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:60px; z-index:29;
}

.about .about-slide5 .container h2 {
	font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight:700; line-height:44px; color:#fff; text-align:left; letter-spacing:2px; z-index:29;
}

.about .about-slide5 .video-container {
	/* left:600vw;  */
}

.about .about-slide5 .documentary-text .content
{
	height: 100%; width: 100%;
}


.about .about-slide5 .documentary-text {
	display:none; position:absolute; width:60vw; z-index:30; height:400px; overflow:auto; top:50%; transform: translateY(-50%); right:3%; padding:30px; height:60vh; overflow:auto;
}

.about .about-slide5 .documentary-text h3, 
.about .about-slide5 .documentary-text p, 
.about .about-slide5 .documentary-text h2  {
	z-index:30;
}

.about .about-slide5 .documentary-text h3 {
	font-family: BebasBold; font-size:18px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:60px; z-index:29; 
}

.about .about-slide5 .documentary-text h2 {
	font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight:700; line-height:44px; color:#fff; text-align:left; letter-spacing:2px; z-index:29; margin-bottom:40px; 
}

.about .about-slide5 .documentary-text p {
	font-family: 'Roboto Mono', monospace; font-size: 16px; font-weight:700; 
}
.documentary .content .directedby-text{
	font-size:15px !important;
	font-weight: bold;
	margin-bottom: 13px;
	line-height: inherit;
}
.container_logo_link {
	display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.container_logo_link a{
	margin-top: 3%;
	color: #000;
	text-decoration: underline;
}
.container_link_serie_completa {
	margin-bottom: 7%;
}
.container_link_serie_completa a{
	color: #000;
	font-family: "BebasBold";
	text-decoration: underline;
}

/* MAP*/
.map .map-slide1-c {
	background: #fff;
}
.slide.map-slide1-c {
	display:flex;
}
.padlet-embed{
	display: flex;
    flex-flow: column;
	border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin-top: 10%;
    height: 748px;
    background: #F4F4F4;
}
.padlet-embed iframe {
	width:100%;
	height:100vh;
	display:block;
	padding:0;
	margin:0
}


.questions {
	background: url(../img/bg_neutro.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#000;
}

.questions .container {
	max-width:960px; z-index:29; padding-left:20px;
}

.questions .container div {
	margin:0; padding:0; transition: 1s;
}

.questions .container div h2 {
	text-transform: uppercase; font-family: BebasRegular; font-size:60px; letter-spacing:4px; line-height:70px;padding:0; margin:0; padding-left:20px;
}

.questions .container div h1 {
	text-transform: uppercase; font-family: BebasBold; font-size:80px; letter-spacing:2px; line-height:90px;padding:0; margin:0; padding-left:20px;
}

.questions .container .sixth h1 {
	display:inline-block; font-family: BebasRegular; font-size:80px;line-height:60px; margin:0; padding:0; text-align:right;
}

.questions .container .sixth p {
	font-family: 'Roboto Mono', monospace; font-size:23px; font-weight:700; margin-top:-10px;
}
.questions .container .sixth table {
	margin-top:70px;
}

.questions .container .sixth table tr td {
	padding:30px 20px; vertical-align: top; 
}






.mapa {
	background: url(../img/bg_mapa_01.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
}

.mapa .overlay {
	display:none; position:absolute; top:0; left:0; width:100vw; height:100vh; background: rgba(0,0,0,0.6);z-index:28;
}

.mapa .container {
	max-width:1050px; z-index:29; 
}

.mapa .container h1 {
	font-family: BebasBold; z-index:29; color:#fff; text-transform:uppercase; font-size:80px; text-align:left; letter-spacing: 3px;
}




.insight, 
.encounters {
	color:#fff;
}

.insight .overlay, 
.encounters .overlay {
	position:absolute; top:0; left:0vw; width:100vw; height:100vh; background: rgba(0,0,0,0.4);z-index:28;
}

.insight .container {
	max-width:640px; z-index:29;
}

.encounters .container {
	width:860px;
}

.insight .container h1 {
	font-family: BebasBold; font-size:90px; color:#fff; letter-spacing:3px; text-align:left;z-index:29;
}

.insight  .container h2, 
.encounters .container h2 {
	font-family: BebasRegular; font-size:70px; color:#fff; letter-spacing:3px; text-align:left;z-index:29;
}

.encounters .container h2 span {
	font-family: BebasBold; font-size:90px; color:#fff; letter-spacing:3px; text-align:left;z-index:29;
}

.insight .container .first {

}
.encounters .container .second {
}
.encounters .container .third {
	display:none; margin-left:auto; margin-right:auto;
}





.path {
	background: #fff; 
}

.path .container {
	margin-top:50px; max-width: 1170px !important; width: auto;
}

.path h1 {
	font-family: BebasRegular; font-size:70px; color:#000; letter-spacing:3px; text-align:left;z-index:29; border-bottom:3px solid #000; width:100%;
}

.path ul {
	list-style-type: none; margin:0; padding:0; display:flex; flex-wrap:wrap; justify-content: center; 
}

.path ul li {
	float:left; margin: 0px; padding:0px; width:280px; color:#fff; position: relative;
}

.path ul li.spacer {
	height: 100px;
}

.path ul li .datos {
	position:absolute; bottom:0px; left:0px; padding:10px; height:120px; 
}

.path ul li img {
	width:100%; height:auto;
}

.path ul li h2 {
	font-family: 'Roboto Mono', monospace; font-size:14px; margin:0; padding:0; text-decoration: none; 
	color:#fff; position:absolute; right:10px; bottom:10px; font-weight:500; cursor:pointer;
}

.path ul li h2:hover {
	color:#fff;
	text-decoration: underline; 
}

.path ul li h3 {
	font-family: BebasBold; font-size:18px; text-decoration: underline; margin:0; padding:0; margin-top:10px;
}

.path ul li h4 {
	font-family: BebasRegular; font-size:18px; margin:5px 0px 0px 0px; padding:0;
}

.path ul li p {
	font-family: 'Roboto Mono', monospace; font-size:14px; margin:0; padding:0; font-weight:500;
}





.achieve {
	color:#fff; background: url(../img/bg_neutro_dark.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover #7f7f7f;
}

.achieve .container {
	max-width:600px;
}

.achieve .container div p {
	font-family: 'Roboto Mono', monospace; font-size:20px; font-weight:700;border-left:3px solid #fff; margin:0; padding-bottom:30px; padding-left:30px;color:white;
}

.achieve .container div p:last-child{
	padding-bottom:0px;
}

.achieve h3 {
	font-family: 'BebasRegular', monospace; font-size:60px; padding:0; padding-top:40px; padding-left:30px; margin:0;color:white;
}






.about-slide1-b {
	background: url(../img/bg_about_bts.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#fff;
}
.about-slide1-b .overlay {
	position:absolute; top:0; left:100vw; width:100vw; height:100vh; background: rgba(0,0,0,0.4);z-index:20;
}

.about-slide1-b .container {
	max-width:800px;
}

.about-slide1-b .container h3 {
	font-family: BebasBold; font-size:18px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:60px; z-index:29;text-transform: uppercase;
}
.about-slide1-b .container h1 {
	font-family: BebasRegular; font-size:70px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:50px; z-index:29; border-bottom:3px solid #fff; text-transform: uppercase; 
}
.about-slide1-b .container p {
	font-family: 'Roboto Mono', monospace; font-size:20px; line-height:30px; font-weight:700; padding:0; margin:0; line-height:29px; z-index:29; color:white;
}




.about-us .bio {
	padding-right:20px; 
}


.about-us {
	background: url(../img/team/team_gaby.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#fff; 
}

.about-us .container {
	width:860px; margin-top:70px;
	height: 85vh;
}

.about-us h3,.documentary h3 {
	font-family: BebasBold;
	font-size: 18px;
	color:rgb(0, 0, 0);
	letter-spacing:1px;
	text-align:left;
	margin-bottom:60px;
	z-index:29;
	text-transform: uppercase;
	margin-bottom: 25vh;
}
.documentary h1 {
	margin-right: 1em;
}
.documentary .top-title{
	color:black;
	margin-bottom: 14px;
}
.slide-to-see.documentary {
    position: absolute;
    bottom: -29px;
    left: 94%;
    transform: translateX(-50%);
    z-index: 34;
    width: 100%;
}
.slide-to-see.documentary.es {
    position: absolute;
    bottom: -29px;
    left: 90%;
    transform: translateX(-50%);
    z-index: 34;
    width: 100%;
}
.text-in.directedby-text.documentary-text-info.disponible {
	font-size: 15px!important;
}
.about-us .container h1 {
	font-family: BebasRegular; letter-spacing: 3px; font-size:70px; color:#fff; letter-spacing:0.075em; text-align:left; margin-bottom:50px; z-index:29; border-bottom:3px solid #fff; text-transform: uppercase; 
}

.about-us .container p,.documentary .content p {
	font-family: 'Roboto Mono', monospace; font-size:16px; line-height:25px;  font-weight:500; padding:0; margin:0; line-height:29px; z-index:29; color:rgb(0, 0, 0);
}
.about-us .container p{
	color: #fff!important;
}
.about-us h3 {
	color: #fff!important;
}
.about-us .container p a, 
.about-us .container p a:visited  {
	color: #fff;
}
.about-us .container p a:hover, 
.about-us .container p a:active {
	color: #fff;
	opacity: .8;
}
.about-us .container p span {
	font-weight:700; text-decoration: underline; text-transform: uppercase;
}

.about-us-b  {
	color:#000; background: #fff;
}
.documentary .container{
	background-color:transparent!important;
	width: 860px;
	height: 700px;
	margin-top: 70px;	
	padding: unset;
}
.documentary .fp-tableCell{
}
/* probando quitar documentary container asociado a about-us-b */
.about-us-b .container {
	color:#000;
	background: #fff;
	width:1250px;
	margin-top:120px;
	padding-bottom:100px;
}

.about-us-b h3 {
	font-family: BebasBold;
	font-size:18px;
	color:#000;
	letter-spacing:1px;
	text-align:left;
	margin-bottom:60px;
	z-index:29;
	text-transform: uppercase;
}

.about-us-b h1 ,.documentary h1{
	font-family: BebasRegular;
	font-size:70px;
	color:#000;
	letter-spacing:3px;
	text-align:left;
	margin-bottom: 25px;
	z-index:29;
	border-bottom:3px solid #000;
	text-transform: uppercase;
}

.about-us-b ul {
	list-style-type: none; margin:0; padding:0; display:flex; justify-content: center; flex-wrap: wrap;
}

.about-us-b ul li {
	float:left; margin: 10px; padding:10px; background: #dedede; width:180px; min-height:313px;
}

.about-us-b ul li img {
	width:100%; height:auto;
}

.about-us-b ul li h3 {
	font-family: BebasBold; font-size:16px; text-decoration: underline; margin:0; padding:0; margin-top:10px; margin-bottom:5px;
}

.about-us-b ul li h4 {
	font-family: 'Roboto Mono', monospace; font-size:12px; margin:0; padding:0; padding-bottom:20px; line-height: 16px;
}

.about-us .hidden {
	display:none;
}

/*seccion documentary SECTION-DOCUMENTARY */

.bg-data-slides{		
	background-position: center center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

.documentary h3.top-title img {
	display: block;
	height: 50px;
	margin-top: 3%;
}

.documentary .documentary-slide1{
	/*background-image:url(../img/bg_documentary.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: white;
}
	
.documentary h1{
	color:rgb(0, 0, 0);
	font-family: BebasBold;
	border-bottom: 2px solid rgb(0, 0, 0);
	letter-spacing: 7px;
	word-spacing: -13px;
	margin-bottom: 10px;
}
.documentary-slide2 .video-container{
	left:unset !important;
}
.documentary-temporada {
	border-bottom: 2px solid rgb(0, 0, 0);
}

.contact-us {
	background: url(../img/bg_neutro.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#fff; 
}

.contact-us .container {
	width:860px; margin-top:70px;
	height: 85vh;
}



.contact-us h1 {
	

	font-family: BebasRegular; 
	color:#000; 
	font-size:70px; 
	letter-spacing:3px; 
	text-align:left; 
	margin-bottom:50px; 
	z-index:29; 
	border-bottom:3px solid #000; 
	text-transform: uppercase; 
}

.contact-us ul{
	list-style-type: none; margin:0; padding:0; 
	display: table;	
}

.contact-us ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 46px;
    display: block;
    font-family: 'Roboto Mono';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: left center;
    margin-bottom: 20px;
    display: table-row;
}

.contact-us ul li.sep {
	height: 15px;
}

.contact-us ul li a
{
	transition: 0.5s; 
	color: #000;
	height: 46px;
	display: block;
	display: table-cell;
	padding-left: 56px;
	vertical-align: middle;
}


.contact-us ul li.email{
	background-image: url(../img/contact_ico_email.png) ;
}

.contact-us ul li.fb{
	background-image: url(../img/contact_ico_fb.png) ;
}

.contact-us ul li.instagram{
	background-image: url(../img/contact_ico_instagram.png) ;
}

.contact-us ul li.crowd{
	background-image: url(../img/contact_ico_crowd.png) ;
}





/*BULLET NAV*/
#bullet-about-us {
	position:absolute; height:18px; margin:0; padding:0; margin-left:-25px; left:50%; transform:translateX(-50%); bottom:80px; z-index:29;
}
#bullet-about-us .line {
	height:1px; background: #fff; position:absolute; width:100%; top:4px; left:6px; z-index:28;
}
#bullet-about-us div{
	float:left;
	width: 18px;
    height: 18px; margin-left:20px; padding-left:3px;
}
#bullet-about-us div a{
	width: 18px;
    height: 18px;
}
#bullet-about-us div a .bullet-h {

    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: white;
    margin: auto;
    z-index:31;margin-left:3px;
}
#bullet-about-us div a .bullet-h:hover, 
#bullet-about-us div a .b-selected {
	margin-top:-3px; margin-left:-1px;
	width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid white;
    box-shadow: inset 0 0 0 2px #b3b3b3;
    z-index:31;
}

#bullet-about-us div:last-child {
	margin-right:-30px;
}


/*BULLET NAV WHITE BG*/
#bullet-about-us.white-bg .line {
	height:1px; background: #b3b3b3; position:absolute; width:100%; top:4px; left:6px; z-index:28;
}
#bullet-about-us.white-bg div a .bullet-h {

    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #b3b3b3;
    margin: auto;
    z-index:31;margin-left:3px;
}
#bullet-about-us.white-bg div a .bullet-h:hover, 
#bullet-about-us.white-bg div a .b-selected {
	margin-top:-3px; margin-left:-1px;
	width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b3b3b3;
    border: 1px solid #b3b3b3;
    box-shadow: inset 0 0 0 2px #fff;
    z-index:31;
}




.crowdfunding .modal-individuals, 
.crowdfunding .modal-governments, 
.crowdfunding .modal-ngos, 
.crowdfunding .modal-private {
	display:none; position: absolute; background: url(../img/bg_neutro.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color:#000; z-index:31; width:860px; left:50%; top:50%; transform:translate(-50%, -50%); padding:60px; margin:0;
}

.crowdfunding .modal-overlay {
	display:none; position:absolute; left:0; top:0; width:100vw; height:100vh; z-index:30;
}


.crowdfunding .modal-individuals .btn-close,
.crowdfunding .modal-governments .btn-close,
.crowdfunding .modal-ngos .btn-close,
.crowdfunding .modal-private .btn-close {
	position:absolute; top:10px; right:10px; width:25px; height:auto; cursor:pointer;
}

.crowdfunding .modal-individuals p,
.crowdfunding .modal-governments p,
.crowdfunding .modal-ngos p,
.crowdfunding .modal-private p {
	font-family: 'Roboto Mono', monospace; font-size:16px; line-height:24px;
}

.crowdfunding .modal-individuals h1,
.crowdfunding .modal-governments h1,
.crowdfunding .modal-ngos h1,
.crowdfunding .modal-private h1 {
	font-family: BebasRegular; font-size:40px; color:#000; letter-spacing:2px; text-align:left; margin-top: 50px; margin-bottom:30px; z-index:29; border-bottom:2px solid #000; text-transform: uppercase; 
}
.crowdfunding .modal-individuals .btn-paypal,
.crowdfunding .modal-governments .btn-mail,
.crowdfunding .modal-ngos .btn-mail,
.crowdfunding .modal-private .btn-mail {
	width:120px; height:auto; cursor:pointer;
}

.crowdfunding .modal-individuals .btn-paypal {
	margin-right: 40px;
}


.crowdfunding button {
	outline: none;
}



.trailer .mute-icon {
	max-width:100px; position:absolute; top:50%; right:40px; transform:translateY(-50%);
}



.about-us .upNdownBio {
	 z-index:29; position:absolute; right:10px; top:130px; height:300px;
}

.about-us .upNdownBio i {
	padding:5px 20px; color:#fff; cursor:pointer;
}
.about-us .upNdownBio i:hover {
	color:#f2c3b6;
}


.topArrowBio {
	position:absolute; top:0px;
}
.downArrowBio {
	position:absolute; bottom:0px;
}





.the-path {
	color:#000; background: #fff; 
}

.the-path .container {
	width:1000px; margin-top:80px; padding-bottom:100px;
}

.the-path h1 {
	font-family: BebasRegular; font-size:70px; color:#000; letter-spacing:3px; text-align:left;z-index:29; border-bottom:3px solid #000; width:100%;
}

.the-path .timeline {
	position:relative; width:100%; margin-top:100px; padding-top:40px;
}

.the-path .timeline .dashed-line {
	position: absolute; width:20px; border-left: 2px dashed #b8b8b8; height:calc(100% + 40px); left:210px; top:-40px; 
}

.the-path .timeline .timeline-block {
	margin-left:40px; margin-bottom:60px; clear:both;
}

.the-path .timeline .timeline-block .fecha {
	float:left; width:158px; font-family: 'Roboto Mono', monospace; font-size:14px; font-weight:500; text-align:right; padding-right:30px;  margin-top:50px;
}

.the-path .timeline .timeline-block .timeline-bullet{
	float:left; width:124px; margin-top:50px;
}

.the-path .timeline .timeline-block .path-block {
	display:block; float:left; border:1px solid #b8b8b8; padding:10px; background: #fff; background: #fff; position:relative; width:300px; height:auto;
}

.the-path .timeline .timeline-block .path-block .new-encounter h2 {
	font-family: BebasBold; font-size:46px; letter-spacing: 2px;
}


.the-path .timeline .timeline-block .path-block .photo{
	float:left; transition: all 0.4s; position:relative;
}

.the-path .timeline .timeline-block .path-block .photo img {
	 max-width:280px; transition: all 0.4s; 
}


.the-path .timeline .timeline-block .path-block .desc {
	position:absolute; bottom: 10px; transition: all 0.4s; background: rgba(242, 195, 182, 0.6); color:#000; width:280px; padding:10px;
}

.the-path .timeline .timeline-block .path-block .desc-no-pic {
	position:relative; transition: all 0.4s; background: #f2c3b6; color:#000; width:280px; padding:10px;
}

.the-path .timeline .timeline-block .path-block .desc h3,
.the-path .timeline .timeline-block .path-block .desc-no-pic h3 {
	font-family: BebasBold; font-size:18px; text-decoration: underline; margin:0; padding:0; margin-bottom:3px;
}

.the-path .timeline .timeline-block .path-block .desc p,
.the-path .timeline .timeline-block .path-block .desc-no-pic p {
	font-family: 'Roboto Mono', monospace; font-size:12px; font-weight:500; margin:0; padding:0;
}




.slide-to-see {
	position:absolute; 
	bottom:120px; 
	/* left:50%;  */
	/* transform:translateX(-50%);  */
	z-index:34; 
	width:100vw;
	text-align: center;
}

.slide-to-see a h3,
.slide-to-see a h4 {
	font-family: 'Roboto Mono', monospace;
	color:#fff;
	font-weight:500;
	font-size:16px;
	text-shadow: 2px 2px 2px #000;
}
.slide-to-see a h3.black-font {
	color:#333;
	text-shadow: 2px 2px 2px rgb(110, 110, 110);
}

.slide-to-see a h3:hover {
	color:#d3d3d3;
}
.slide-to-see a h3.black-font:hover{
	color: #555;
}

.slide-to-see a h3 span,
.slide-to-see a h4 span {
	font-weight:700; font-size:20px;
}



.social-block .ico-social-circle, 
.head-social-block .ico-social-circle {
	position:relative; width:25px; height:25px; border-radius: 50%; border:1px solid #fff; text-align:center; color: #fff; padding:0; margin:0;
}

.social-block .ico-social-circle:hover, 
.head-social-block .ico-social-circle:hover {
	/* color:#f2c3b6; 
	border-color: #f2c3b6; */
	opacity: .8;
}

.social-block .ico-social-circle i, 
.head-social-block .ico-social-circle i {
	position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); padding:0; margin:0; font-size:14px;
}
.icono-social {
	padding-left: 35px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 5px;
}
.icono-social.fb {
	background-image: url('../img/ico-03-white.svg');
}
.icono-social.ig {
	background-image: url('../img/ico-05-white.svg');
}
.icono-social.web {
	background-image: url('../img/ico-04-white.svg');
}
.icono-social.fb:hover {
	background-image: url('../img/ico-03-white.svg');
}
.icono-social.ig:hover {
	background-image: url('../img/ico-05-white.svg');
}
.icono-social.web:hover {
	background-image: url('../img/ico-04-white.svg');
}




.motivacion {
	background: url(../img/background/motivacion.jpg) no-repeat;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.motivacion .content {
	width:860px;
	text-align:left;
	margin-top:70px;
	color:#fff;
	height:40vh;
	overflow:auto;
}

.motivacion .content p {
	font-family: 'Roboto Mono', monospace;
	font-size: 20px;
	font-weight:700;
	line-height:36px;
	padding:0;
	margin:0;
	color: white;
}

.motivacion .content p.firma {
	font-family: 'Roboto Mono', monospace; font-size: 20px; font-weight:700; line-height:36px; padding:0; margin:0; text-align: right; margin-right:30px; margin-top:20px;
}





.onu .slide1 {
	background: url(../img/bg_onu1.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.onu .slide1 .container {
	width:860px; text-align:left; margin-top:50px;
}

.onu .slide1 .container h3 {
	font-family: BebasBold; font-size:18px; color:#000; letter-spacing:1px; text-align:left; margin-bottom:60px; z-index:29;text-transform: uppercase; color:#005ca8;
}

.onu .slide1 .container h2 {
	font-family: BebasBold; font-size: 50px; line-height:60px; margin-bottom:40px; color:#005da9; letter-spacing: 1px;
}

.onu .slide1 .container h2 span{
	color:#00406e;
}

.onu .slide1 .container .bottom-content {
	text-align: center;
}

.onu .slide1 .container .bottom-content img{
	max-height:120px;
	margin: 0 30px;
}

.onu .slide1 .slide-to-see {
	text-align: center;
	left: 14%;
	width: auto;
}



.onu .slide2 {
	background: url(../img/bg_onu2.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.onu .slide2 .container {
	width:860px; text-align:left; margin-top:50px;
}

.onu .slide2 .container h3 {
	font-family: BebasBold; font-size:18px; color:#000; letter-spacing:1px; text-align:left; margin-bottom:60px; z-index:29;text-transform: uppercase; color:#005ca8;
}

.onu .slide2 .container h2 {
	text-align: center;
}

.onu .slide2 .container h2 img {
	width:200px;
}

.onu .slide2 .container p {
	font-family: 'Roboto Mono', monospace; font-size: 16px; font-weight:500; line-height:25px; padding:0; margin:30px 0px; color:#005ca8; 
}

.onu .slide2 .container p a {
	color:#00406e; font-weight:700; text-decoration: underline;
}

.onu .slide2 .container p a:hover {
	color:#000;
}


.onu .slide3 {
	background: url(../img/bg_onu3.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.onu .slide3 .container {
	width:860px; text-align:left; margin-top:50px;
}

.onu .slide3 .container h3 {
	font-family: BebasBold; font-size:18px; color:#000; letter-spacing:1px; text-align:left; margin-bottom:60px; z-index:29;text-transform: uppercase; color:#fff;
}

.onu .slide3 .container h1 {
	font-family: BebasBold; font-size: 80px; line-height:90px; margin-bottom:40px; color:#fff; letter-spacing: 1px;
} 

.onu .slide3 .container p {
	font-family: 'Roboto Mono', monospace; font-size: 22px; font-weight:500; line-height:28px; color:#fff; font-weight:700;
}






.wise .wise-slide1 {
	background: url(../img/bg_wise1.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.wise .wise-slide1 .container {
	width:860px; text-align:left; margin-top:50px; 
}

.wise .wise-slide1 .container h3 {
	font-family: BebasBold; font-size:18px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:0px; z-index:29;text-transform: uppercase; margin-bottom:60px;
}

.wise .wise-slide1 .container .logo-wise {
	width:300px; margin:0px auto;
}

.wise .wise-slide1 .container .logo-wise img {
	width:300px;
}

.wise .wise-slide1 .container h1 {
	font-family: BebasBold; font-size: 50px; line-height:60px; margin-bottom:30px; color:#fff; letter-spacing: 1px;
}





.wise .wise-slide2 {
	background: url(../img/bg_wise2.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.wise .wise-slide2 .container {
	width:860px; text-align:left; margin-top:50px; 
}

.wise .wise-slide2 .container h3 {
	font-family: BebasBold; font-size:18px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:0px; z-index:29;text-transform: uppercase; margin-bottom:60px;
}

.wise .wise-slide2 .container .logo-wise {
	width:300px; margin:0px auto;
}

.wise .wise-slide2 .container .logo-wise img {
	max-width:300px;
}

.wise .wise-slide2 .container p {
	font-family: 'Roboto Mono', monospace; font-size: 16px; font-weight:500; line-height:25px; padding:0; margin:0; color:#fff; margin-top:20px;
}
.wise .wise-slide2 .container p a {
	color:#fff; text-decoration: underline;
}

.wise .wise-slide2 .container p a:hover {
	color:#f2c3b6;
}

.arrow-container.leader{
	position: unset;
}

.leader-tab .down {
	position:absolute; 
	right:50%; 
	bottom:40px; 
	z-index:999; 
	color:#000; 
	font-family: 'Roboto Mono', monospace; 
	font-size: 12px; 
	opacity: 1;
}

.leader-tab .down-btn {
	position:relative;
	width: 25px;
	height: 33px;
	display: block;
	background-color: transparent;
	margin:10px 20px 0px 20px;
}

.leader-tab .down-btn span{
	position: absolute;top: 10px;
	display: block; 
	border-radius: 1px; 
	background-color: #fdd806; 
	height: 3px; 
	width: 23px; 
	color: #000;
}

.leader-tab .down-btn-down .icon-bar{
	height: 2px;
}

.leader-tab .down-btn-down .icon-bar:nth-child(1){
	top: 15px;
	transform: rotate(-45deg) translate(11px, 0px);

}

.leader-tab .down-btn-down .icon-bar:nth-child(2){
	top: 15px;
	transform: rotate(45deg) translate(-11px, 0px);
}






.leader-tab .close-btn {
	position:relative; width: 25px; height: 33px; display: block;cursor: pointer; background-color: transparent; margin:10px 20px 0px 20px;
}

.leader-tab .close-btn span{
    position: absolute;top: 10px; display: block; border-radius: 1px; background-color: #fdd806; height: 3px; width: 23px; color: #000;
}
.leader-tab .close-btn .icon-bar:nth-child(2) {
    top: 15px;
}
.leader-tab .close-btn .icon-bar:nth-child(3) {
    top: 20px;
}

.leader-tab .close-btn-close .icon-bar{
	height: 2px;
}

.leader-tab .close-btn-close .icon-bar:nth-child(1){
	top: 15px;
	-webkit-transform: rotate(-45deg) translate(0px, 0px);
	transform: rotate(-45deg) translate(0px, 0px);
}

.leader-tab .close-btn-close .icon-bar:nth-child(2){
	opacity: 0;
	display: none;
}

.leader-tab .close-btn-close .icon-bar:nth-child(3){
	top: 15px;
	-webkit-transform: rotate(45deg) translate(-15px, -15px);
	transform: rotate(45deg) translate(0px, 0px);
}

.leader-tab .close-btn-light-bg span {
	position: absolute;top: 10px; display: block; border-radius: 1px; background-color: #000; height: 3px; width: 23px;
}





.leader-tab {
	position:absolute; top: 110vh; left:0px; width:100vw; background: #000; z-index:998; height:auto;
	-webkit-box-shadow: 0px -3px 5px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px -3px 5px -1px rgba(0,0,0,1);
	box-shadow: 0px -3px 5px -1px rgba(0,0,0,1);
	transition: all 0.5s; 
}

.leader-tab .close {
	position:absolute; 
	right:20px; 
	top:20px; 
	z-index:999; 
	color:#000; 
	cursor:pointer; 
	font-family: 'Roboto Mono', monospace; 
	font-size: 12px; 
	opacity: 1;
}

.leaders ul li .leader-tab-trigger:hover, 
nav ul li .leader-tab-trigger:hover {
	border-bottom: 2px solid #fff; 
	color:#f2c3b6;
	color:#fff;
	/* text-decoration: underline; */
}

.leaders ul li .leader-tab-trigger, 
nav ul li .leader-tab-trigger{
	color:#fff; cursor:pointer;
}

.leader-tab .slider {
	z-index:998; position:relative; 
}

.leader-tab .slider .slide {
	min-height: calc(100vh - 50px);
}

.leader-tab .slider .slide .container {
	position:relative; width:100%; height:100%;
}

.leader-tab .leader-prev {
    position:absolute; left: 15px; top:50%; transform:translateY(-50%); cursor:pointer; z-index:999;
	border:0px !important; width:60px; height:90px; background: url(../img/arr_left_dark_bg.png) no-repeat; background-size: 60px 90px;
	filter: contrast(0.5);
}

.leader-tab .leader-next {
    position:absolute; bottom: 15px; left:50%; transform:translateX(-50%); cursor:pointer; z-index:999;
	border:0px !important; width:90px; height:60px; background: url(../img/arr_down_dark_bg.png) no-repeat; background-size: 90px 60px;
	filter: contrast(0.5);
}

.leader-tab .leader-next-light-bg {
    position:absolute; bottom: 15px; left:50%; transform:translateX(-50%); cursor:pointer; z-index:999;
	border:0px !important; width:90px; height:60px; background: url(../img/arr_down_light_bg.png) no-repeat; background-size: 90px 60px;
	filter: contrast(0.5);
}

.leader-tab .video-cont {
	height:100%; width:100%; z-index:998; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);
}

.leader-tab .video-cont video {
	width: 100%;
  height: 100%;
}

.leader-tab .video-cont .check-if-visible {
	position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:50px; height:50px; background: transparent; z-index:999;
}

.leader-slider {
	position:relative; height: calc(100vh - 50px); overflow:scroll;
}


.leader-slider .portada {
	background-size: cover;
	height: calc(100vh - 50px);
}

.leader-slider.angaangaq .preportada.es{
	background: url(../img/angaangaq/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.angaangaq .preportada.es.mob{
	background: url(../img/angaangaq/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.angaangaq .preportada.eng{
	background: url(../img/angaangaq/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.angaangaq .preportada.eng.mob{
	background: url(../img/angaangaq/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.angaangaq .portada {
	background: url(../img/leader_angaangaq_bg.jpg) no-repeat center center; 
}


.leader-slider.srisri .preportada.es{
	background: url(../img/srisri/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.srisri .preportada.es.mob{
	background: url(../img/srisri/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.srisri .preportada.eng{
	background: url(../img/srisri/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.srisri .preportada.eng.mob{
	background: url(../img/srisri/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.srisri .portada {
	background: url(../img/srisri/leader_srisri_bg.jpg) no-repeat center center; 
	background-size: cover;
}


.leader-slider.nina .preportada.es{
	background: url(../img/nina/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.nina .preportada.es.mob{
	background: url(../img/nina/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.nina .preportada.eng{
	background: url(../img/nina/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.nina .preportada.eng.mob{
	background: url(../img/nina/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.nina .portada {
	background: url(../img/nina/leader_nina_bg.jpg) no-repeat center center; 
	background-size: cover;
}


.leader-slider.margarita .preportada.es{
	background: url(../img/margarita/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.margarita .preportada.es.mob{
	background: url(../img/margarita/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.margarita .preportada.eng{
	background: url(../img/margarita/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.margarita .preportada.eng.mob{
	background: url(../img/margarita/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.margarita .portada {
	background: url(../img/margarita/leader_margarita_bg.jpg) no-repeat center center; 
	background-size: cover;
}


.leader-slider.oorzhak .preportada.es{
	background: url(../img/oorzhak/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.oorzhak .preportada.es.mob{
	background: url(../img/oorzhak/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.oorzhak .preportada.eng{
	background: url(../img/oorzhak/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.oorzhak .preportada.eng.mob{
	background: url(../img/oorzhak/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.oorzhak .portada {
	background: url(../img/oorzhak/leader_oorzhak_bg.jpg) no-repeat center center; 
	background-size: cover;
}


.leader-slider.hiah .preportada.es{
	background: url(../img/hiah/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.hiah .preportada.es.mob{
	background: url(../img/hiah/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.hiah .preportada.eng{
	background: url(../img/hiah/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.hiah .preportada.eng.mob{
	background: url(../img/hiah/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.hiah .portada {
	background: url(../img/hiah/leader_hiah_bg.jpg) no-repeat center center; 
	background-size: cover;
}


.leader-slider.falcon .preportada.es{
	background: url(../img/falcon/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.falcon .preportada.es.mob{
	background: url(../img/falcon/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.falcon .preportada.eng{
	background: url(../img/falcon/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.falcon .preportada.eng.mob{
	background: url(../img/falcon/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.falcon .portada {
	background: url(../img/falcon/leader_falcon_bg.jpg) no-repeat center center; 
	background-size: cover;
}


.leader-slider.admor .preportada.es{
	background: url(../img/admor/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.admor .preportada.es.mob{
	background: url(../img/admor/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.admor .preportada.eng{
	background: url(../img/admor/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.admor .preportada.eng.mob{
	background: url(../img/admor/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.admor .portada {
	background: url(../img/admor/leader_admor_bg.jpg) no-repeat center center; 
	background-size: cover;
}


.leader-slider.david .preportada.es{
	background: url(../img/david/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.david .preportada.es.mob{
	background: url(../img/david/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.david .preportada.eng{
	background: url(../img/david/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.david .preportada.eng.mob{
	background: url(../img/david/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.david .portada {
	background: url(../img/david/leader_david_bg.jpg) no-repeat center center; 
	background-size: cover;
}


.leader-slider.bolen .preportada.es{
	background: url(../img/bolen/slider_preportada_es.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.bolen .preportada.es.mob{
	background: url(../img/bolen/slider_preportada_es_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.bolen .preportada.eng{
	background: url(../img/bolen/slider_preportada_eng.jpg) no-repeat center center; 
	background-size: cover;
	background-position-y: 76%;
}
.leader-slider.bolen .preportada.eng.mob{
	background: url(../img/bolen/slider_preportada_eng_mob.jpg) no-repeat center center; 
	background-position: bottom;
    background-size: cover;
}
.leader-slider.bolen .portada {
	background: url(../img/bolen/leader_bolen_bg.jpg) no-repeat center center; 
	background-size: cover;
}



.leader-slider .portada .container {
	position:relative;
}

.leader-slider .portada .bottom-content {
	position: absolute; bottom:80px; left:50%; transform:translateX(-50%); width:80%;
}

.leader-slider .portada .bottom-content h1 {
	font-family: BebasBold; color: #fff; 
	font-size:100px; letter-spacing: 3px; text-transform: uppercase; 
	line-height: 90px;
    margin-bottom: 5px;
}

.leader-slider .portada .bottom-content h2 {
	font-family: 'BebasRegular'; font-size:65px; letter-spacing:5px; 
	text-transform: uppercase; color:#fff; line-height:75px;
	background-color: #fff;
	display: inline;
	padding: 10px 10px 0 16px;
	color:#000;
}



.leader-slider .bio {
	background: #fff; color:#000;
	height: calc(100vh - 50px);
}

.leader-slider .bio .content {
	position:absolute; width:80%; top:50%; left:50%; transform: translate(-50%, -50%);
	height: 80%;

}

.leader-slider .bio .container {
	background-size: cover;
}

.leader-slider.angaangaq .bio .container {
	background: transparent url('../img/leader_angaangaq_bio_bg.jpg') left center no-repeat;
	background-size: auto 100%;
	
}

.leader-slider.srisri .bio .container {
	background: transparent url('../img/srisri/leader_srisri_bio_bg.jpg') left center no-repeat;
	background-size: auto 100%;
	
}


.leader-slider.nina .bio .container {
	background: transparent url('../img/nina/leader_nina_bio_bg.jpg') left center no-repeat;
	background-size: auto 100%;
	
}


.leader-slider.margarita .bio .container {
	background: transparent url('../img/margarita/leader_margarita_bio_bg.jpg') left center no-repeat;
	background-size: auto 100%;
	
}

.leader-slider.oorzhak .bio .container {
	background: transparent url('../img/oorzhak/leader_oorzhak_bio_bg.jpg') left center no-repeat;
	background-size: auto 100%;
	

}
.leader-slider.hiah .bio .container {
	background: transparent url('../img/hiah/leader_hiah_bio_bg.jpg') left center no-repeat;
	background-size: auto 100%;
	
}

.leader-slider.falcon .bio .container {
	background: transparent url('../img/falcon/leader_falcon_bio_bg.jpg') left center no-repeat;
	background-size: auto 100%;
	
}

.leader-slider.admor .bio .container {
	background: transparent url('../img/admor/leader_admor_bio_bg.jpg') left center no-repeat;
	background-size: auto 100%;
	
}


.leader-slider.david .bio .container {
	background: transparent url('../img/david/leader_david_bio_bg.jpg') left center no-repeat;
	background-size: cover;
	
}

.leader-slider.bolen .bio .container {
	background: transparent url('../img/bolen/leader_bolen_bio_bg.jpg') left center no-repeat;
	background-size: cover;
	
}

.leader-slider .bio h3 {
	font-family: BebasBold; font-size:18px; color:#000; letter-spacing:1px; text-align:left; margin-bottom:60px;
	color:#fff;
}

.leader-slider .bio h1 {
	font-family: BebasRegular; font-size:70px; color:#000; letter-spacing:3px; z-index:29; margin-bottom:30px;
}

.leader-slider .bio p {
	font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    padding: 40px 25px;
    background-color: #fff;
    width: 40%;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
}



.leader-slider .bio p span {
	font-weight:700;
}

.leader-slider .bio p span.firma {
	display: block;
	text-align: right;
	
}

.leader-slider .bio p span.firma a{
	color: #000;
	text-decoration: underline;
}

.leader-slider .twelvequestions {
	background-color: #fff;
	color: #000;
}

.leader-slider .twelvequestions .content {
	
	/*position:absolute; 
	top:50%; 
	left:50%; 
	transform: translate(-50%, -50%);*/
	margin: 0 auto;
	width:80%; 
	max-width: 1024px; 
	min-height: 80%;
	clear: both;
	padding: 50px 0;
}

.leader-slider .twelvequestions .content .left {
	width: 35%;
    float: left;
    padding-top: 80px;
    font-family: BebasBold;
    font-size: 160px;
    line-height: 160px;
    text-align: right;
    padding-right: 40px;
}

.leader-slider .twelvequestions .content .left span{
	border-bottom: solid 5px #000;
    line-height: 120px;
    display: inline-block;
}

/*
.leader-slider .twelvequestions .content .right {
	width: 65%;
	float: left;
}*/

.leader-slider .twelvequestions h4 {
    font-size: 58px;
    line-height: 58px;
    letter-spacing: 3px;
    text-decoration: underline;
    font-family: BebasBold;
    padding-bottom: 10px;
}

.leader-slider .twelvequestions h1 {
	font-family: BebasRegular; 
	font-size: 58px; 
	line-height: 58px; 
	letter-spacing:3px;
	margin-bottom: 30px;
}

.leader-slider .twelvequestions h2 {
	font-family: 'Roboto Mono', monospace;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.leader-slider .twelvequestions h3 {

	font-family: BebasBold; font-size:18px; 
	letter-spacing:1px; text-align:left; margin-bottom:60px;
}

.leader-slider .twelvequestions p.prev {
	margin-bottom:40px;
}

.leader-slider .twelvequestions p.main {
	font-weight: bold;
}

.leader-slider .twelvequestions p.main.border {
	border-left:solid 2px #000;
	padding-left:30px;
	margin-left: 4px;
} 

.leader-slider .twelvequestions p {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border-left: 3px solid #fff;
    
}

.leader-slider .gallery {
	height: calc(100vh - 50px);
	
}


.leader-slider .gallery .nomob, .leader-slider .green-gallery .nomob, .leader-slider .thought-gallery .nomob {
	height: 100%;
}

.leader-slider .gallery {
		background: url(../img/bg_neutro.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
}


 .leader-slider .green-gallery, .leader-slider .thought-gallery, .leader-slider .thought-gallery-mob {

	background-color: #fff;
}

.leader-slider .gallery .content, .leader-slider .green-gallery .content, .leader-slider .thought-gallery .content {
	position:absolute; width:80%; height:80%; top:50%; left:50%; transform: translate(-50%, -50%); background: transparent; z-index:998; margin-top:-50px;
}

.leader-slider .gallery .content .gal-slider, .leader-slider .green-gallery .content .green-gal-slider, .leader-slider .thought-gallery .content .thought-gal-slider,
.leader-slider .gallery .content .gal-slider .slick-list, .leader-slider .green-gallery .content .green-gal-slider .slick-list, .leader-slider .thought-gallery .content .thought-gal-slider .slick-list,
.leader-slider .gallery .content .gal-slider .slick-track, .leader-slider .green-gallery .content .green-gal-slider .slick-track, .leader-slider .thought-gallery .content .thought-gal-slider .slick-track {
	height: 100%;
}

.leader-slider .gallery .content .gal-slide, .leader-slider .green-gallery .content .green-gal-slide {
	padding-top:30px; padding-bottom:30px; /*height:500px; */background: #fff;
	height: 100%;
}

.leader-slider .gallery .content .gal-slide div, .leader-slider .green-gallery .content .green-gal-slide div , .leader-slider .thought-gallery .content .green-gal-slide div {
	position:relative; /*height:440px; width:860px; */
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.leader-slider .gallery .content .gal-slide img, .leader-slider .green-gallery .content .green-gal-slide img , .leader-slider .thought-gallery .content .green-gal-slide img {
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
    top: 50%;
}

.leader-slider .gallery .content h3, .leader-slider .green-gallery .content h3 , .leader-slider .thought-gallery .content h3 , .leader-slider .thought-gallery-mob .content h3 {
	font-family: BebasBold; font-size:18px; color:#000; letter-spacing:1px; text-align:left; margin-bottom:20px;
}

.leader-slider .gallery .slick-prev, .leader-slider .green-gallery .slick-prev , .leader-slider .thought-gallery .slick-prev {
    position:absolute; left: 15px; top:50%; transform:translateY(-50%); cursor:pointer; z-index:999;
    border:0px !important; width:40px; height:70px; background: url(../img/arr_left_light_bg.png) no-repeat; background-size: 40px 70px;
    outline: 0 none;
}

.leader-slider .gallery .slick-next, .leader-slider .green-gallery .slick-next , .leader-slider .thought-gallery .slick-next {
    position:absolute; right: 15px; top:50%; transform:translateY(-50%); cursor:pointer; z-index:999;
    border:0px !important; width:40px; height:70px; background: url(../img/arr_right_light_bg.png) no-repeat; background-size: 40px 70px;
    outline: 0 none;
}


.leader-slider .green-gallery .slick-prev-instagram {
	position:absolute; left: 15px; top:50%; transform:translateY(-50%); cursor:pointer; z-index:999;
    border:0px !important; width:40px; height:70px; 
    background: url(../img/arr_instagram_left.png) no-repeat; 
    background-size: contain;
    outline: 0 none;
}

.leader-slider .green-gallery .slick-next-instagram {
	position:absolute; right: 15px; top:50%; transform:translateY(-50%); cursor:pointer; z-index:999;
    border:0px !important; width:40px; height:70px; 
    background: url(../img/arr_instagram_right.png) no-repeat; 
    background-size: contain;
    outline: 0 none;
}



.leader-slider .leader-region {
	height: calc(100vh - 50px);
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
}

.leader-slider .leader-region.greenland {
	background: url(../img/bg_greenland.jpg) no-repeat center center;
}

.leader-slider .leader-region.india {
	background: url(../img/srisri/bg_india.jpg) no-repeat center center;
	background-size: cover;
}


.leader-slider .leader-region.tepoztlan {
	background: url(../img/nina/bg_tepoztlan.jpg) no-repeat center center;
	background-size: cover;
}

.leader-slider .leader-region.tapalpa {
	background: url(../img/margarita/bg_tapalpa.jpg) no-repeat center center;
	background-size: cover;
}

.leader-slider .leader-region.siberia {
	background: url(../img/oorzhak/bg_siberia.jpg) no-repeat center center;
	background-size: cover;
}

.leader-slider .leader-region.corea {
	background: url(../img/hiah/bg_corea.jpg) no-repeat center center;
	background-size: cover;
}

.leader-slider .leader-region.leon {
	background: url(../img/falcon/bg_leon.jpg) no-repeat center center;
	background-size: cover;
}

.leader-slider .leader-region.malta {
	background: url(../img/admor/bg_malta.jpg) no-repeat center center;
	background-size: cover;
}

.leader-slider .leader-region.areco {
	background: url(../img/david/bg_areco.jpg) no-repeat center center;
	background-size: cover;
}


.leader-slider .leader-region.valley {
	background: url(../img/bolen/bg_valley.jpg) no-repeat center center;
	background-size: cover;
}





.leader-slider .leader-region .content {
	position:absolute; width: 80%;top:50%; left:50%; transform: translate(-50%, -50%);
}

.leader-slider .leader-region h3 {
	padding-left:38px; font-family: BebasBold; font-size:18px; color:#fff; letter-spacing:1px; text-align:left; margin-bottom:60px;
}

.leader-slider .leader-region h1 {
	padding-left:38px; font-family: BebasRegular; font-size:70px; color:#fff; letter-spacing:3px; z-index:29; margin-bottom:30px;
}

.leader-slider .leader-region p {
	font-family: 'Roboto Mono', monospace; font-size:16px; line-height:27px; font-weight:500; padding:0; margin:0; border-left: 3px solid #fff; padding-left:35px; color:#fff;
}

.leader-slider .leader-region p .bold {
	font-weight:700;
}
.documentary-slider1-en {
	background: url(../img/documentary-slayer1-en_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    top: 71% !important;
}
.documentary-slider1-es {
	background: url(../img/documentary-slayer1-es_2.png);
	background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    top: 71% !important;
}

.documentary-slider-es-mob {
	background: url(../img/documentary-slayer1-mob-es.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    height: 51vh;
	top: 47% !important;
	left: 68% !important;
}
.documentary-slider-en-mob {
	background: url(../img/documentary-slayer1-mob-en.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    height: 51vh;
	top: 47% !important;
	left: 68% !important;
}
.documentary-container.mob {
    margin-left: 62px;
}
img.documentary-logo {
	height: 50px;
	margin-bottom: 18px;
}
.documentary-logo.mob {	
	height: 50px;	
}
div.documentary-logo {	
	height: 687;
	padding-top: 75px;
}
.text-in.top-title.mob {
	margin: unset;
    padding: unset;
    top: 4%;
    margin-left: 60px;
}
.documentary-container {
display: flex;
flex-flow: row;
justify-content: space-between;
font-family: monospace;
}
.documentary-container-2 {
display: flex;
flex-flow: column;
}


.leader-slider .thought-gallery{
	background:#fff;
	height: calc(100vh - 50px);
}

.leader-slider .green-gallery {
	height: calc(100vh - 50px);
}



/* documentary section*/
.listado-temporadas{
	padding:0;
	/* margin-top: 4em; */
}
.listado-temporadas h3{
	display:inline-block;
	font-size: 1.3em !important;
	border-bottom: 2px solid rgb(0, 0, 0);
	margin-bottom: .5em !important;
	font-family: 'Roboto Mono';
	font-weight: 500;
	line-height: 35px;
	word-spacing: 0px;
	text-transform: uppercase;
}
.grid-episode{
	display: grid;
	grid-template-columns: auto 2fr;
	grid-template-rows: auto;
	grid-gap: 1em;
	margin-bottom: 1em;
}
.grid-episode-data{
	display: flex;
	flex-flow:column;
	justify-content: flex-start;
	align-items:flex-start;
	color: rgb(0, 0, 0);
	margin-top: -.4em;
}
.grid-episode-data header{
	/* margin-bottom:3px; */
}

.episode-img{
	width: 200px;
	margin: 0;
}
.episode-img img{
	width:100%;
	height: auto;
}
.episode-title{
	font-weight: bold;
	font-family: 'Roboto Mono', monospace;
}
.fix-text{
grid-template-rows:55px auto;
}
.episode-description.mob {
	display: none;
}
.episode-description{
	font-weight: 400 !important;
	font-size: .9em !important;
	line-height: 1.15em !important;
	font-family: 'Roboto', sans-serif !important;
	margin-top: .25em !important;
}
.documentary-text-info {
	font-weight: 400 !important;
	font-size: .8em !important;
	line-height: 1.15em !important;
font-family: 'Roboto Mono', sans-serif !important;
}
.documentary-text-info.mob {
	font-weight: 400 !important;
	font-size: .7em !important;
	line-height: 1.15em !important;
font-family: 'Roboto Mono', sans-serif !important;
}
div.container.mob{
	height: 100vh;
}
div.documentary-trailer-es {
	position: absolute;
    width: 140px;
    height: 25px;
    margin-top: 97px;
    background: url(../img/btn-trailer-es.png);
    background-size: contain;
    background-repeat: no-repeat;
}
div.documentary-trailer-en {
	position: absolute;
    width: 140px;
    height: 25px;
    margin-top: 97px;
    background: url(../img/btn-trailer-en.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.episode-description a{
	color: #fcd704!important;
}