body{
	background-color: #3D3D3D;
	color: white;
    font-family: 'Montserrat', sans-serif;
	position: relative;
}
body:after{
    position:absolute;
    z-index:-1;
    opacity: 0 !important;
    filter: alpha(opacity = 0) !important;
    content: url(../img/final/texture.png)
             url(../en/img/portada/Montaje.gif)
             url(../es/img/portada/Montaje.gif)
             url(../fr/img/portada/Montaje.gif)
             url(../img/Agnodice/Agnodiceblack.png)
             url(../img/Agnodice/Agnodiceblack.png)
             url(../img/SorJuana/SorJuanablack.png)
             url(../img/Doria/Doriablack.png)
             url(../img/Rosalind/Rosalindblack.png)
             url(../img/Vandana/Vandanablack.png)
             url(../img/Agnodice/Agnodice_Fondo.jpg)
             url(../img/vid/vid8.mp4)
             url(../img/vid/vid9.mp4)
             url(../img/vid/vid12.mp4)
             url(../img/vid/bg-audio.mp3);
}
.ie-coming{
    display:none;
}

#loading,
.loading-text{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: white;*/
    transition: all 1s;

}
#loading{
    z-index: -4;
}
.texture-layer{
    background-image: url(../img/front-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#loading .loading-frame-container{
    background-image: url(../en/img/portada/Montaje.gif);
    z-index: -3;
		background-size: contain;
    background-repeat: no-repeat;
}
#loading .load-es{
    background-image: url(../es/img/portada/Montaje.gif);
} 
#loading .load-fr{
    background-image: url(../fr/img/portada/Montaje.gif);
}
.loading-frame-container{
    width: 95%;
    height: 100%;
    max-width: 1000px;
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.loading-border-left{
    left: 0;
    border-left: 24px solid white;
}
.loading-border-right{
    right: 0;
    border-right: 24px solid white;
}
.loading-border-left,
.loading-border-right{
    -webkit-animation: loading ; /* Chrome, Safari, Opera */
    animation: loading ;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.loading-text:before{
    content:"LOADING";
    -webkit-animation: lOADING-text 1s infinite; /* Chrome, Safari, Opera */
    animation: loading-text 1s infinite;
    text-align: center;
    position: absolute;
    bottom: 0%;
    left: calc(50% - 50px);
    font-family: 'Montserrat', sans-serif;
}
.loading-text-es:before{
    content:"CARGANDO";
    -webkit-animation: lOADING-text-es 1s infinite; /* Chrome, Safari, Opera */
    animation: loading-text-es 1s infinite;
    left: calc(50% - 50px);
}
.loading-text-fr:before{
    content:"CHARGEMENT";
    -webkit-animation: lOADING-text-fr 1s infinite; /* Chrome, Safari, Opera */
    animation: loading-text-fr 1s infinite;
    left: calc(50% - 70px);
}
.loading-finish{
    -webkit-animation: loading ; /* Chrome, Safari, Opera */
    animation: loading ;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;
width: 40%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes loading-text {
    0% {content:"LOADING.";}
    25% {content:"LOADING..";}
    50% {content:"LOADING...";}
    75% {content:"LOADING";}
}

@keyframes loading-text {
    0% {content:"LOADING.";}
    25% {content:"LOADING..";}
    50% {content:"LOADING...";}
    75% {content:"LOADING";}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes loading-text-es {
    0% {content:"CARGANDO.";}
    25% {content:"CARGANDO..";}
    50% {content:"CARGANDO...";}
    75% {content:"CARGANDO";}
}

@keyframes loading-text-es {
    0% {content:"CARGANDO.";}
    25% {content:"CARGANDO..";}
    50% {content:"CARGANDO...";}
    75% {content:"CARGANDO";}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes loading-text-fr {
    0% {content:"CHARGEMENT.";}
    25% {content:"CHARGEMENT..";}
    50% {content:"CHARGEMENT...";}
    75% {content:"CHARGEMENT";}
}

@keyframes loading-text-fr {
    0% {content:"CHARGEMENT.";}
    25% {content:"CHARGEMENT..";}
    50% {content:"CHARGEMENT...";}
    75% {content:"CHARGEMENT";}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes loading {
    0% {width: 40%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;}
    25% {width: 0%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;}
    50% {width: 0%; height:0;border-top: 0px solid white;border-bottom: 0px solid white;}
    75% {width: 0%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;}
    100% {width: 40%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;}
}

/* Chrome, Safari, Opera */
@keyframes loading {
    0% {width: 40%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;}
    25% {width: 0%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;}
    50% {width: 0%; height:0;border-top: 0px solid white;border-bottom: 0px solid white;}
    75% {width: 0%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;}
    100% {width: 40%; height:calc(100% - 50px);border-top: 24px solid white;border-bottom: 24px solid white;}
}

/*
Loading
*/
#intro-controller{
    width: 100%;
    max-width: 100%;
}
header,
#intro-controller,
#sceneTwo,
#fullpage,
#front{
    transition: opacity 1s;
    opacity: 0;
    filter: alpha(opacity = 0);
}

#front .un-logo{
	position:absolute;
	bottom: 3%;
	right: 3%;
	max-width: 15%;
}

ul.languages-nav {
	/*display: none !important;*/
	position: absolute;
	top:3%;
    right: calc(3% + 50px);
	padding: 0;
	margin:0;
	z-index: 15;
	transition:all 0.5s;
}

ul.languages-nav li{
	display: inline-block;
	margin-left: 40px;
}
ul.languages-nav li a:before{
    content:"";
    border-bottom: 2px solid #939292;
    width: 0%;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transition: all 0.5s;
}
ul.languages-nav li:hover a{
    color:#939292 !important; 
    transition: all 0.5s;
}
ul.languages-nav li:hover a:before{
    width: 100%;
}
ul.languages-nav li:first-child{
	margin-left: 0;
}

ul.languages-nav li a{
    position:relative;
    color:#C1C1C1;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.languages-nav li.active-lang {
	border-bottom: 2px solid #939292;
}
ul.languages-nav li.active-lang a {
    color:#939292 !important; 
}

/*

*/
.curtain {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color:rgba(0,0,0,0.5);
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: all 1s;
    transition-delay: 0s !important;
}
.active > .fp-tableCell > .curtain{
   opacity: 1;
   filter: alpha(opacity = 100);
    transition: all 1s;
    transition-delay: 0s !important;
}   


/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    0% {opacity: 1;   filter: alpha(opacity = 100);}
    20% {opacity: 1;   filter: alpha(opacity = 100);}
    21% {opacity: 0;filter: alpha(opacity = 0);}
    100% {opacity: 0;filter: alpha(opacity = 0);}
}

@keyframes mymove {
    0% {opacity: 1;   filter: alpha(opacity = 100);}
    20% {opacity: 1;   filter: alpha(opacity = 100);}
    21% {opacity: 0;filter: alpha(opacity = 0);}
    100% {opacity: 0;filter: alpha(opacity = 0);}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove2 {
    0% {opacity: 0;filter: alpha(opacity = 0);}
    19% {opacity: 0;filter: alpha(opacity = 0);}
    20% {opacity: 1;   filter: alpha(opacity = 100);}
    40% {opacity: 1;   filter: alpha(opacity = 100);}
    41% {opacity: 0;filter: alpha(opacity = 0);}
    100% {opacity: 0;filter: alpha(opacity = 0);}
}

@keyframes mymove2 {
    0% {opacity: 0;filter: alpha(opacity = 0);}
    19% {opacity: 0;filter: alpha(opacity = 0);}
    20% {opacity: 1;   filter: alpha(opacity = 100);}
    40% {opacity: 1;   filter: alpha(opacity = 100);}
    41% {opacity: 0;filter: alpha(opacity = 0);}
    100% {opacity: 0;filter: alpha(opacity = 0);}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove3 {
    0% {opacity: 0;filter: alpha(opacity = 0);}
    39% {opacity: 0;filter: alpha(opacity = 0);}
    40% {opacity: 1;filter: alpha(opacity = 100);}
    60% {opacity: 1;filter: alpha(opacity = 100);}
    61% {opacity: 0;filter: alpha(opacity = 0);}
    100% {opacity: 0;filter: alpha(opacity = 0);}
}

@keyframes mymove3 {
    0% {opacity: 0;filter: alpha(opacity = 0);}
    39% {opacity: 0;filter: alpha(opacity = 0);}
    40% {opacity: 1;filter: alpha(opacity = 100);}
    60% {opacity: 1;filter: alpha(opacity = 100);}
    61% {opacity: 0;filter: alpha(opacity = 0);}
    100% {opacity: 0;filter: alpha(opacity = 0);}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove4 {
    0% {opacity: 0;filter: alpha(opacity = 0);}
    59% {opacity: 0;filter: alpha(opacity = 0);}
    60% {opacity: 1;filter: alpha(opacity = 100);}
    80% {opacity: 1;filter: alpha(opacity = 100);}
    81% {opacity: 0;filter: alpha(opacity = 0);}
    100% {opacity: 0;filter: alpha(opacity = 0);}
}

@keyframes mymove4 {
    0% {opacity: 0;filter: alpha(opacity = 0);}
    59% {opacity: 0;filter: alpha(opacity = 0);}
    60% {opacity: 1;filter: alpha(opacity = 100);}
    80% {opacity: 1;filter: alpha(opacity = 100);}
    81% {opacity: 0;filter: alpha(opacity = 0);}
    100% {opacity: 0;filter: alpha(opacity = 0);}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove5 {
    0% {opacity: 0;filter: alpha(opacity = 0);}
    79% {opacity: 0;filter: alpha(opacity = 0);}
    80% {opacity: 1;filter: alpha(opacity = 100);}
    100% {opacity: 1;filter: alpha(opacity = 100);}
}

@keyframes mymove5 {
    0% {opacity: 0;filter: alpha(opacity = 0);}
    79% {opacity: 0;filter: alpha(opacity = 0);}
    80% {opacity: 1;filter: alpha(opacity = 100);}
    100% {opacity: 1;filter: alpha(opacity = 100);}
}
/*
portada
*/
/*ES*/
.front-img-1-es{
    background-image: url(../es/img/portada/1.jpg) !important;
}
.front-img-2-es{
    background-image: url(../es/img/portada/2.jpg) !important;
}
.front-img-3-es{
    background-image: url(../es/img/portada/3.jpg) !important;
}
.front-img-4-es{
    background-image: url(../es/img/portada/4.jpg) !important;
}
.front-img-5-es{
    background-image: url(../es/img/portada/5.jpg) !important;
}
/*FR*/
.front-img-1-fr{
    background-image: url(../fr/img/portada/1.jpg) !important;
}
.front-img-2-fr{
    background-image: url(../fr/img/portada/2.jpg) !important;
}
.front-img-3-fr{
    background-image: url(../fr/img/portada/3.jpg) !important;
}
.front-img-4-fr{
    background-image: url(../fr/img/portada/4.jpg) !important;
}
.front-img-5-fr{
    background-image: url(../fr/img/portada/5.jpg) !important;
}
/*en*/
#front-img-1{
    background-image: url(../en/img/portada/1.jpg);
    -webkit-animation: mymove 1.4s infinite; /* Chrome, Safari, Opera */
    animation: mymove 1.4s infinite;
}
#front-img-2{
    background-image: url(../en/img/portada/2.jpg);
    -webkit-animation: mymove2 1.4s infinite; /* Chrome, Safari, Opera */
    animation: mymove2 1.4s infinite;
}
#front-img-3{
    background-image: url(../en/img/portada/3.jpg);
    -webkit-animation: mymove3 1.4s infinite; /* Chrome, Safari, Opera */
    animation: mymove3 1.4s infinite;
}
#front-img-4{
    background-image: url(../en/img/portada/4.jpg);
    -webkit-animation: mymove4 1.4s infinite; /* Chrome, Safari, Opera */
    animation: mymove4 1.4s infinite;
}
#front-img-5{
    background-image: url(../en/img/portada/5.jpg);
    -webkit-animation: mymove5 1.4s infinite; /* Chrome, Safari, Opera */
    animation: mymove5 1.4s infinite;
}
#intro{
    background-color: rgba(33, 33, 33, 0.95) !important;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: all .5s;
    /*transition-delay:0.5s !important;*/
}
.chev-front:hover,.intro-chev:hover{
    border: 1px solid white !important;
    background-color: white;
    color: #3E3D3D;
}

.chev-front{
    display:none;
    cursor: pointer;
    border: 1px solid rgba(121 ,121 ,121, 0.8);
    z-index: 15;
    top: 90%;
    position: absolute;
    width: 32px;
    height: 32px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    border-radius: 100%;
    color: rgba(170 ,170 ,170, 0.6);
    transition:all 0.3s;
}
.chev-front:before{
    top: 8px;
    position: relative;
    left: 8px;
}
#border-front-left,
#border-front-right{
    width: 40%;
    height: calc(100% - 50px); /*-30 mobile*/
    border-top: 24px solid white;
    border-bottom: 24px solid white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#border-front-left{
    left: 0;
    border-left: 24px solid white;
}
#border-front-right{
    right: 0;
    border-right: 24px solid white;
}
.border-container{
    z-index: 4;
}
#front{
    background-color: white;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

#texture-front{
    background-image: url(../img/front-bg.png);
    z-index: 3;
}
#text-front{
    background-image: url(../en/img/portada/front-text.png);
    /*background-image: url(../img/Montaje.gif);*/
    z-index:2;
}
#text-front-es{
    background-image: url(../es/img/portada/front-text.png);
    /*background-image: url(../img/Montaje.gif);*/
    z-index:2;
}
#text-front-fr{
    background-image: url(../fr/img/portada/front-text.png);
    /*background-image: url(../img/Montaje.gif);*/
    z-index:2;
}
.border-container,
#text-front,
#text-front-es,
#text-front-fr,
#front-img-1,
#front-img-2,
#front-img-3,
#front-img-4,
#front-img-5{
    background-repeat:  no-repeat;
    width: 95%;
    height: 100%;
    max-width: 1000px;
    max-height: 500px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
/*
Intro
*/
#intro,
.mouse-scroll:before,
.intro-chev:after{
    font-family: 'Merriweather', sans-serif;
}
[ekd-text="intro"]{
    width: 50%;
    min-width: 820px;
    margin: 50px auto;
    font-size: 21px;
		line-height: 35px;
}
.mouse-scroll {
    opacity: 0.8;
    filter: alpha(opacity = 80);
    display: inline-block;
    margin: -15px auto;
    position:relative;
}
.mouse-scroll-es:before{
    content:"Desplazar" !important;
    left: -70% !important;
}
.mouse-scroll-fr:before{
    white-space: nowrap;
    left: -100% !important;
    content:"Faites défiler" !important;
}
.mouse-scroll:before{
    content:"Scroll";
    position: absolute;
    top: -27px;
    left: -10%;
    font-size: 12px;
}
.mouse{
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 1px solid white;
    top: 170px;
}

.wheel{
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 3px;
    width: 1px;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-animation: mouse-wheel 1s linear infinite;
    -moz-animation: mouse-wheel 1s linear infinite;
}
.intro-mouse{
    position:relative;
    margin: 15% auto 0% auto;
}
.or{
    display: inline-block;
    margin: 0 60px;
}
.intro-chev{
    opacity: 0.8;filter: alpha(opacity = 80);
    width: 38px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    color: white;
    position: absolute;
    transform: translateY(-28%);
    -webkit-transform: translateY(-28%);
    border: 1px solid white;
    border-radius: 100%;
    transition:all .3s;
}
.intro-chev:before{
    top: calc(50% - 8px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-28%);
    position: relative;
}
.intro-chev-es:after{
    content:"Hacer clic" !important;
    left: -28% !important;

}
.intro-chev-fr:after{
    content:"Cliquer sur les pages" !important;
    white-space: nowrap;
    left: -93% !important;
}
.intro-chev:after{
    content:"Click through";
    position: absolute;
    top: -28px;
    left: -54%;
    font-size: 12px;
    white-space: nowrap;
    color:white !important;
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;filter: alpha(opacity = 100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;filter: alpha(opacity = 0);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-moz-keyframes mouse-wheel{
  0% { top: 1px; }
  25% { top: 3px; }
  50% { top: 5px;}
  75% { top: 3px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;filter: alpha(opacity = 0);}
  50%  { opacity: .5;filter: alpha(opacity = 50);}
  100% { opacity: 1;filter: alpha(opacity =100);}
}

@keyframes mouse-scroll {

  0%   { opacity: 0; filter: alpha(opacity = 0);}
  50%  { opacity: .5; filter: alpha(opacity = 50);}
  100% { opacity: 1; filter: alpha(opacity = 100);}
}

/*
backgrounds
*/
@-webkit-keyframes zoom {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
}

@keyframes zoom {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
}
#section1{
	background-image: url(../img/Agnodice/Agnodice_Fondo.jpg);
}
#section2{
    background-image: url(../img/SorJuana/SorJuanaFondo.jpg);
    width: 116%;
    height: 105%;
}
#section3{
    background-image: url(../img/Filosofova/Filosofova_Fondo.jpg);
}
#section4{
    background-image: url(../img/Sheppard/KateSheppard_3.jpg);
}
#section5{
    background-image: url(../img/Raicho/Raicho_3.jpg);
}
#section6{
    background-image: url(../img/Doria/Doria_Fondo.jpg);
}
#section7{
    background-image: url(../img/Rosalind/Rosalind_Fondo.jpg);
}

#section8{
    background-image: url(../img/Rigoberta/Rigoberta.jpg);
}
#section9{
    background-image: url(../img/Billie/Billie.jpg);
}
#section12{
    background-image: url(../img/Mudzuru/Mudzuru.jpg);
}

.section8zoom{
    -webkit-animation: zoom 40s infinite; /* Chrome, Safari, Opera */
    animation: zoom 40s infinite;
}
.section9zoom{
    -webkit-animation: zoom 40s infinite; /* Chrome, Safari, Opera */
    animation: zoom 40s infinite;
}
.section12zoom{
    -webkit-animation: zoom 40s infinite; /* Chrome, Safari, Opera */
    animation: zoom 40s infinite;
}
#section11{
    background-image: url(../img/Vandana/VandanaFondo.jpg);
}
.unity-bg{
    background-image: url(../img/Unity/Unity.jpg);
    width: 110%;
    height: 110%;
    background-position: center center;
    background-size: cover;
    transition: opacity 1s ease;
    left: -60px !important;
    top: -30px !important;
}


#texture-front{
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: opacity 1s ease;
}
    /*IMAGENES CAPAS*/
    /*shadow control*/
.img-1{
    background-image: url(../img/Agnodice/Agnodice.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-black-1{
    background-image: url(../img/Agnodice/Agnodiceblack.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.delay-sorjuana{
   /* transition-delay: 2s !important;*/
}
.delay-intro{
   transition-delay: .8s !important;
}
.img-2{
    background-image: url(../img/SorJuana/SorJuana.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-black-2{
    background-image: url(../img/SorJuana/SorJuanablack.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-3{
    background-image: url(../img/Filosofova/Filosofova.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-black-3{
    background-image: url(../img/Filosofova/Filosofova.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-4{
    background-image: url(../img/Sheppard/KateSheppard_2.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-black-4{
    background-image: url(../img/Sheppard/KateSheppard_2.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-5{
    background-image: url(../img/Raicho/Raicho_2.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-black-5{
    background-image: url(../img/Raicho/Raicho_2.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-6{
    background-image: url(../img/Doria/Doria.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-black-6{
    background-image: url(../img/Doria/Doriablack.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-7{
    background-image: url(../img/Rosalind/Rosalind.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-black-7{
    background-image: url(../img/Rosalind/Rosalindblack.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-11{
    background-image: url(../img/Vandana/Vandana.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
.img-black-11{
    background-image: url(../img/Vandana/Vandanablack.png);
    opacity: 1 ;filter: alpha(opacity = 100);
}
    /*posición capas*/
#section01bg,
#section02bg,
#section03bg,
#section04bg,
.sheppard-bg,
#section05bg,
.raicho-bg,
#section06bg,
#section07bg,
#section011bg{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;filter: alpha(opacity = 0);
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0s ease, opacity 1s, background 1s;
    -webkit-transition: transform 0s ease, opacity 1s, background 1s;

}


#section03bg,
#section04bg,
.sheppard-bg,
#section05bg{
    background-position: center center;
}
#section01bg,
#section02bg,
#section06bg{
    background-position: center top;
}
#section07bg{
    background-position: left top;
}
#section011bg{
    background-position: center -70px;
}
#section01bg,
#section02bg,
#section06bg,
#section07bg,
#section011bg{
    z-index: 6 !important;
}
#section01bg{
    top:-60px !important;
    height: 113%;
    min-width: 1600px;
    left: -120px !important;

}
#section02bg{
    width: 116%;
    height: 105%;
}
#section03bg{
    width: 103%;
    height: 107%;
}
#section06bg{
    top: 20px !important;
}
#section07bg{
    height: 110%;
    left: -60px !important;
    top: -40px !important;
}
#section05bg{
    left: -35px !important;
    top: -20px !important;
}
#section011bg{
    left: 32px !important;
    top: 5px !important;
    height: 110%;
    width: 110%;

}
.raicho-bg{
    top: 10px !important;
}
    /*posición bg*/

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12{
	background-position: center center;
    background-size: cover;
    opacity: 0;filter: alpha(opacity = 0);
    transition: opacity 1s ease; /*tiempo transicion sections*/
}
#section2{
    background-position: center top;
}
/*
content
*/
.white-bg{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.9);

}
.black-bg{
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
    box-sizing: border-box;
    padding: 5px 25px;
}
.content-one{
    min-width: 324px;
    width: 26%;
    /*height: 50%;*/
    position: absolute;
    top: 40%;
    left: 5%;
    opacity: 0;filter: alpha(opacity = 0);
    z-index: 5;


}
.content-two{
    min-width: 364px;
	width: 30%;
    /*height: 50%;*/
    position: absolute;
    top: 40%;
    right: 10%;
    opacity: 0;filter: alpha(opacity = 0);
    z-index: 5;
    /*box-sizing: border-box;*/

}
.content-one,
.content-two,
#section1bg,
#section2bg{
	transition: all 1s;

}
/*
arrow
*/
i.timeline-chev{
    height: 36px;
    width: 36px;
	cursor: pointer;
    text-align: center;
    color: white;
    position: relative;
    top: 50%;
    transform: translate(-26%, -100%);
    -webkit-transform: translate(-26%, -100%);
    border: 1px solid white;
    border-radius: 100%;
    position: absolute;
    transition:all .3s;
}
.timeline-chev:before {
    position: relative;
    top: 10px;
}
.timeline-chev:hover{
    background-color: rgba(255,255,255,0.8);
    color: #3E3D3D;
    border: 1px solid transparent;
}
/*
Sections común
*/
[year-mid] > span.bc-es,
 [year-mid] > span.nine{
    left: -70px !important;
}
[year-mid] > span.bc-fr,
[year-mid] > span.an-fr {
    left: -135px !important;
}
.agnodice-2,
.sor-juana-2,
.filosofova-2,
.sheppard-2,
.raicho-2,
.doria-2,
.rosalind-2,
.rigoberta-2,
.billie-2,
.unity-dow-2,
.vandana-2,
.mudzuru-2{
    font-size: 4em;
    margin: 0;
    position:relative;
}
h2.agnodice-2:before,
h2.sor-juana-2:before,
h2.filosofova-2:before,
h2.sheppard-2:before,
h2.raicho-2:before,
h2.doria-2:before,
h2.rosalind-2:before,
h2.rigoberta-2:before,
h2.billie-2:before,
h2.unity-dow-2:before,
h2.vandana-2:before,
h2.mudzuru-2:before{
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/*
section 1 - agnodice
*/
.white-bg > p{
    color: #3E3D3D;
	margin: 0;
}

.white-bg > p {
    box-sizing: border-box;
    padding: 5% 4%;
}
.content-one > p,
.content-two > p {
    font-size: 1em;
    line-height: 28px;
}
.black-bg > hr {
    text-align: left;
    width: 25px;
    margin: 0;
    border: none;
    border-top: 1px solid white;
}
h3{
    margin: 0;
    padding: 20px;
    font-size: 1.8em;
    font-family: 'Merriweather', sans-serif;
}

h2.agnodice-2:before{
    background-image: url(../img/icons/section1-icon.png);
}
.agnodice{
    background-color: rgb(236,107,72);
}

.unw-social-share{
    position: absolute;
    left: 0;
    top: 100%;
		width:55%;
		max-width: 250px;
		text-align: left;
		white-space: nowrap;
}
.unw-social-share > div {
		display: inline-block;
    margin: 0px;
    padding: 0px;
    height: 40px;
    font-size: 0.9em;
    text-align: center;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-left: 1px solid white;
}
.unw-social-share > div.facebook{
    background-image: url(../img/rrss/fb.png);
    background-size: cover;   
}
.unw-social-share > div.facebook > *{
    display: none;  
}
.unw-social-share > div.twitter{
    background-image: url(../img/rrss/tweet.png);
    background-size: cover;   
}
.unw-social-share > div.twitter > *{
    display: none;  
}
.unw-social-share > div.facebook,
.unw-social-share > div.twitter{
    width: 24%;
		max-width: 40px;
    font-size: 1.5em;
    cursor:pointer;
    -ms-transition: all 1s ease;
    transition: all 0.5s;
    position:relative;
}

.unw-social-share > div.twitter{
	border-right: 1px solid white;
}

.unw-social-share > div.share{
    position:relative;
		width:49%;
        min-width: 120px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
}
.unw-social-share > div.facebook:hover{
    background-image: url(../img/rrss/fb_hover.png);
    background-size: cover; 
}
.unw-social-share > div.twitter:hover{
    background-image: url(../img/rrss/tweet_hover.png);
    background-size: cover; 
}


.unw-social-share > div > span{
    position: absolute;
    top: 50%;
    left: 0;
    /* bottom: 0; */
    right: 0;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
}

/*
section 2
*/

.sor-juana{
    background-color: rgb(208,54,60);

}

h2.sor-juana-2:before{
    background-image: url(../img/icons/section2-icon.png);
}

/*
section 3
*/

.filosofova{
    background-color: rgb(138,142,197);

}

h2.filosofova-2:before{
    background-image: url(../img/icons/section3-icon.png);
}
.sceneThree{
    width: 100%;
    height: 100%;
}

/*
section 4
*/

.sheppard{
    background-color: rgb(252,199,94);

}

h2.sheppard-2:before{
    background-image: url(../img/icons/section4-icon.png);
}
.sceneFour{
    width: 100%;
    height: 100%;
}
.sheppard-bg{
    background-image: url(../img/Sheppard/KateSheppard_1.png);
    opacity: 1;filter: alpha(opacity = 100);
}

/*
section 5
*/

.raicho{
    background-color: rgb(113,154,103);
}

h2.raicho-2:before{
    background-image: url(../img/icons/section5-icon.png);
}
.sceneFive,
.sceneSix{
    width: 100%;
    height: 100%;
}
.raicho-bg{
    background-image: url(../img/Raicho/Raicho_1.png);
    opacity: 1;filter: alpha(opacity = 100);
    background-position: left center;
}
/*
section 6
*/

.doria{
    background-color: rgb(122,189,203);

}

h2.doria-2:before{
    background-image: url(../img/icons/section6-icon.png);
}

/*
section 7
*/

.rosalind{
    background-color: rgb(0,161,153);
}

h2.rosalind-2:before{
    background-image: url(../img/icons/section7-icon.png);
}

/*
section 8
*/

.rigoberta{
    background-color: rgb(138,142,197);
}

h2.rigoberta-2:before{
    background-image: url(../img/icons/section8-icon.png);
}

/*
section 9
*/

.billie{
    background-color: rgb(249,183,91);
}

h2.billie-2:before{
    background-image: url(../img/icons/section9-icon.png);
}

/*
section 10
*/

.unity-dow{
    background-color: rgb(196,55,61);
}

h2.unity-dow-2:before{
    background-image: url(../img/icons/section10-icon.png);
}

/*
section 11
*/

.vandana{
    background-color: rgb(113,154,103);

}

h2.vandana-2:before{
    background-image: url(../img/icons/section11-icon.png);
}

/*
section 12
*/
.mudzuru{
    background-color: rgb(199,93,158);
}

h2.mudzuru-2:before{
    background-image: url(../img/icons/section12-icon.png);
}

.raicho-letter{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.test{
    width: 100%;
    height: 100%;
}

#last .last-bg-texture{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image:url('../img/final/texture.png');
	background-size:cover;
}
#last .last-bg{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(29,24,21,0.75);
}

#last .loading-frame-container{
	text-align: center;
	max-height: 60%;
	padding: 0 5%;
	box-sizing: border-box;
}

.loading-border-left-last{
    left: 0;
    border-left: 24px solid #0098d8;
}
.loading-border-right-last{
    right: 0;
    border-right: 24px solid #0098d8;
}
.loading-border-left-last,
.loading-border-right-last{
    border-top: 0px solid #0098d8;
    border-bottom: 0px solid #0098d8;
    border-color: #0098d8 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


#last .loading-finish-last{
    -webkit-animation: loadingLast ; /* Chrome, Safari, Opera */
    animation: loadingLast ;
    animation-duration: .75s;
    -webkit-animation-duration: .75s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
	width: 40%; height:calc(100% - 50px);border-top: 24px solid #0098d8;border-bottom: 24px solid #0098d8;
}

#last .last-text{
	margin-top: 100px;
	font-size: 24px;
	line-height: 39px;
	color:#FFFFFF;
}

#last .last-logo{
	margin: 50px 0;
	    max-width: 50%;
}

#last .unw-social-share{
	top: 78%;
	left: 50%;
	transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}

#last .view-credits{
	position: absolute;
	top:100%;
	left:0;
	margin-top: 10px;
	color: #878787;
font-size: 0.7em;
	font-weight: 700;
	text-decoration: underline;
}

#last .view-credits-text.view-credits-text-hidden{
	display: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes loadingLast {

    33% {width: 0%; height:0;border-top: 0px solid #0098d8;border-bottom: 0px solid #0098d8;}
    66% {width: 0%; height:calc(100% - 50px);border-top: 24px solid #0098d8;border-bottom: 24px solid #0098d8;}
    100% {width: 40%; height:calc(100% - 50px);border-top: 24px solid #0098d8;border-bottom: 24px solid #0098d8;}
}

/* Chrome, Safari, Opera */
@keyframes loadingLast {

    33% {width: 0%; height:0;border-top: 0px solid #0098d8;border-bottom: 0px solid #0098d8;}
    66% {width: 0%; height:calc(100% - 50px);border-top: 24px solid #0098d8;border-bottom: 24px solid #0098d8;}
    100% {width: 40%; height:calc(100% - 50px);border-top: 24px solid #0098d8;border-bottom: 24px solid #0098d8;}
}

#last .last-credits {
	position: absolute;
	top: 100%;
	left: 5%;
	width: 90%;
	margin:30px auto;
	max-height: 400px;
	opacity: 0;filter: alpha(opacity = 0);
	transition: opacity 0.5s;
}
#last .last-credits.last-credits-visible{
	opacity: 1;filter: alpha(opacity = 100);
}

#last .last-credits-text{
	font-size: 0.6em;
	color:#9d9c9c;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
}

.mobile-header {
    max-width: 100%;
	display: none;
	position: absolute;
	top:-50px;
	width:100%;
	height:50px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 50;
	transition: top 1s;
}

.mobile-header.mobile-header-active{
	top:0;
}

.mobile-header .title {
	position: absolute;
	top: 6px;
	left: 2%;
	font-weight: 700;
	font-size: 1em;
	color:#626161;
	text-transform: uppercase;
}

.mobile-header-button {
	position: absolute;
	right: 2%;
	width: 50px;
	height: 100%;
	font-size: 2.9em;
	color:#4a4a49;
}

.mobile-header-button .lnr{
	display:none;
	cursor:pointer;
	position: absolute;
	right: 1.5%;
}

.mobile-header-button .lnr.button-icon-active{
	display: block;
}

.mobile-header-menu {
	position:absolute;
	left:140%;
	width:70%;
	top:100%;
	z-index: 10;
	transition: left 0.5s;
}

.mobile-header-menu-active {
	left:30%;
}

.mobile-header-menu ul{
    position:relative;
	margin:0;
	padding:0;
	list-style-type: none;
}
.mobile-header-menu ul li{
	width:100%;
	border-bottom: 1px solid #9d9c9c;
	box-sizing: border-box;
	background: #FFFFFF;
	max-height: 12vh;
}

.mobile-header-menu ul li a{
	display: block;
	padding: 4% 7%;
	font-size: 1em;
	color:#4a4a49;
	font-weight: bold;
	text-decoration: none;
}

.mobile-header-menu ul li a.mobile-header-menu-link-active{
	background:#4a4a49;
	color:#FFFFFF;
}
.mobile-header-menu-active ul li.languages{
    left: -33% !important;
}

.mobile-header-menu ul li.languages {
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 33%;
    max-height: 36vh;
    height: 100%;
    z-index: -1;
    transition: all 1s;
    transition-delay:0.5s;

}

.mobile-header-menu ul li.languages a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 5% 0;
    max-height: 33.3%;
    border-right: 1px solid #9d9c9c;
    border-left: 1px solid #9d9c9c;
    line-height: 50px;
}

.mobile-header-menu ul li.languages a:nth-child(2){
	border-top:1px solid #9d9c9c;
	border-bottom: 1px solid #9d9c9c;
}
.mobile-header-menu ul li.languages a:nth-child(3){
    border-bottom: 1px solid #9d9c9c;
}

.mobile-header-menu ul li.languages a.active-lang{
	color:#FFFFFF;
	background-color: #4a4a49;
}
#vid8,#vid9,#vid12{
    min-width:100%;
}
#muteAll{
    position: absolute;
    bottom: -30px;
    z-index: 20;
    color: rgba(255,255,255,0.5);
    transition: all .3s;
}
#muteAll:hover{
    color: rgba(255,255,255,1);
}
#muteAllIntro{
    position: absolute;
    color: rgba(0,0,0,0.5);
    right: 35px;
    top: 3%;
    cursor: pointer;
    z-index: 15;
    transition: all .3s;
}
#muteAllIntro:hover{
    color: rgba(0,0,0,1);
}
/*
Responsive
*/
@media (min-width: 1024px) and (max-height: 900px){/*Escritorio poco height*/
    .content-one,
    .content-two{
        top: 24%;
    }

}

@media (min-width: 1024px) and (max-height: 800px){/* Escritorio portátil */
    .white-bg > p {
        box-sizing: border-box;
        padding: 5% 5%;
    }
    #section05bg{
        left: -25px !important;
        top: -20px !important;
        height: 110% !important;
    }
    #section03bg{
        width: 103%;
        height: 127%;
    }
    i.timeline-chev{
    top: 70%;
    }
    .content-one,
    .content-two{
        top: 25%;
    }
    .content-one > p,
    .content-two > p {
        font-size: 0.95em;
        line-height: 25px;
    }
    .content-one > h2,
    .content-two > h2 {
        margin: 20px 0;
    }
}
@media (max-width: 1024px) {/* Tablet horizontal */
    audio{
        display: none !important;
    }
    #muteAllIntro,
    #muteAll{
        display: none  !important;
    }
    #section03bg{
        width: 103%;
        height: 100%;
    }
    #section02bg {
        width: 109%;
        height: 105%;
    }
    .vid8,.vid9,.vid12{
        display: none;
    }
    .content-one,
    .content-two{
        top: 32%;
        width: 32%;
				padding: 0;
    }
    .content-one > p,
    .content-two > p {
        font-size: 0.87em;
        line-height: 25px;
				padding: 4% 5%;
    }
    .content-one > h2,
    .content-two > h2 {
        margin: 20px 0;
					padding: 0 5%;
    }


		.black-bg > hr {
			margin-left: 5%;
		}

		.black-bg h2::before{
			right:5%;
		}
}

@media (max-width: 980px) and (min-height: 1024px){ /*Tablet vertical*/
    .unw-social-share > div.share {
        min-width: 170px;
    }
    .loading-text:before{
        bottom: -4.5%;
    }
    .loading-frame-container{
        max-width: 700px;
        max-height: 350px;
    }

    .border-container, #text-front-fr, #text-front,#text-front-es, #front-img-1, #front-img-2, #front-img-3, #front-img-4, #front-img-5{
        max-width: 700px;
        max-height: 350px;
    }
        #border-front-left, #border-front-right{
        height: calc(110% - 40px);
        border-width: 18px;
        top: 50%;
    }
    .loading-border-right,
    .loading-border-left{
        height: calc(110% - 50px);
        border-width: 18px;
        top: 50%;
    }
    /* Chrome, Safari, Opera */
    @-webkit-keyframes loading {
        0% {width: 40%; height:calc(110% - 40px);border-top: 18px solid white;border-bottom: 18px solid white;}
        25% {width: 0%; height:calc(110% - 40px);border-top: 18px solid white;border-bottom: 18px solid white;}
        50% {width: 0%; height:0;border-top: 0px solid white;border-bottom: 0px solid white;}
        75% {width: 0%; height:calc(110% - 40px);border-top: 18px solid white;border-bottom: 18px solid white;}
        100% {width: 40%; height:calc(110% - 40px);border-top: 18px solid white;border-bottom: 18px solid white;}
    }

    /* Chrome, Safari, Opera */
    @keyframes loading {
        0% {width: 40%; height:calc(110% - 40px);border-top: 18px solid white;border-bottom: 18px solid white;}
        25% {width: 0%; height:calc(110% - 40px);border-top: 18px solid white;border-bottom: 18px solid white;}
        50% {width: 0%; height:0;border-top: 0px solid white;border-bottom: 0px solid white;}
        75% {width: 0%; height:calc(110% - 40px);border-top: 18px solid white;border-bottom: 18px solid white;}
        100% {width: 40%; height:calc(110% - 40px);border-top: 18px solid white;border-bottom: 18px solid white;}
    }
    header{
        display:none;
    }
		.mobile-header {
			display: block;
		}
		.mobile-header-menu ul li a{
			font-size: 1.3em;
		}
		[ekd-text="intro"] {
	    width: 90%;
	    margin: 30px auto;
	    font-size: 1.2em;
        min-width: 0px;
			min-width: 90%;
            min-width: initial;
	}

	h3 {
		padding: 3% 5%;
		font-size: 2.4em;
	}

	[year-mid]{
		font-size: 4.4em;
	}
	[year-mid] > p {
		font-size: 24px;
	}

  .content-one,
  .content-two{
			width: 80%;
			right: 20%;
			top: 27%;
  }

  .content-one > p,
  .content-two > p {
		font-size: 1.6em;
		line-height: 1.7em;
  }

	ul.languages-nav {
		width:100%;
		text-align: center;
		left:0;
		top: 4%;
	}

	ul.languages-nav li{
	    margin: 0 20px !important;
	}
    #section03bg{
        background-position: -720px -300px;
    }
    #section4{
        background-image: url(../img/Sheppard/KateSheppard_mv.jpg);
    }
    #section05bg{
        background-position: -130px -270px;
    }
    #section7{
        background-image: url(../img/Rosalind/Rosalind_mv.jpg);
    }
    #section8{
        background-image: url(../img/Rigoberta/Rigoberta_mv.jpg);
    }
    #section9{
        background-image: url(../img/Billie/Billie_mv.jpg);
    }
    .unity-bg {
        background-image: url(../img/Unity/Unity_mv.jpg);
    }
    #section12 {
        background-image: url(../img/Mudzuru/Mudzuru_mv.jpg);
    }
    .sceneFour,
    .raicho-bg,
    #section07bg{
        display: none !important;
    }

	.unw-social-share > div {
		height: 55px;
		width: 150px;
		font-size: 1.5em;
	}

	.unw-social-share > div.facebook,
	.unw-social-share > div.twitter{
		font-size: 2.3em;
		max-width: 75px;
	}

	#last .last-text {
		margin-top: 12%;
	}

	#last .loading-frame-container{
		    max-height: 460px;
	}

	#last .last-logo {
    margin: 20px 0;
    max-width: 100%;
	}

	#last .last-credits{
		margin: 40px auto;
	}
    .intro-mouse{
        margin: 25% auto 20% -13%;
    }
}


@media (min-width: 668px) and (max-height: 700px) {
    .content-two{
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }
    .content-one{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    [section02="1"],
    [section04="1"],
    [section06="1"],
    [section09="1"],
    [section010="1"],
    [section012="1"]{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    [section02="2"],
    [section04="2"],
    [section06="2"],
    [section09="2"],
    [section010="2"],
    [section012="2"]{
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }
    [responsive-mobile-tl] {
    opacity: 0;filter: alpha(opacity = 0);
    }
    [year-mid]{
        position: relative;
        top: -50px;
    }
    [year-top],
    [year-bottom]{
        opacity: 0;filter: alpha(opacity = 0);
    }
    .ekd-frame{
        display:none;
    }
    .content-one,
    .content-two {
        top: 27%;
        width: 70%;
    }

    .content-one > p, .content-two > p {
        font-size: 1em;
    }
    /*.white-bg > p {
        padding: 2% 2%;
    }*/


    .fp-tableCell > .loading-frame-container{
        height: 80%;
        max-height: inherit;
        max-width: inherit;
    }
    .loading-border-left-last,
    .loading-border-right-last{
        display: none;
    }

		#last .loading-frame-container{
	    height: 60%;
			top:45%;
		}

		#last .last-text{
			margin-top: 20px;
		}
    #last .view-credits {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
			margin-top: 20px;
    }

		#last .last-logo{
			width:100%;
		}
		#last .last-credits{
			margin: 40px auto;
		}
    #last .unw-social-share {
    	top: 80%;
    }


}

@media (max-width: 667px) {/* Móvil horizontal */
    .unw-social-share > div.share {
        display: none;
        font-size: 1em;
    }
    #section011bg {
        left: 0px !important;
        top: 0px !important;
        height: 100%;
        width: 100%;
        background-position: center center;
    }
    #section01bg {
        top: -40px !important;
    }
    #section07bg {
        top: -30px !important;
    }
    [ekd-text="intro"] {
        margin: 20px auto;
    }
    ul.languages-nav {
        display: none !important;
    }
        header {
        display: none;
    }
      #frame-container{
        display:none !important;
    }
        .loading-text:before {
        left: calc(50% - 27px);
        bottom: -9.5%;
        font-size: 0.6em;
    }
    .border-container, #text-front-fr, #text-front-es,#text-front, #front-img-1, #front-img-2, #front-img-3, #front-img-4, #front-img-5{
        width: 60%;
        height: 30%;
        min-width: 200px;
        min-height: 150px;
    }
    #border-front-left, #border-front-right{
        height: calc(130% - 40px);
        border-width: 10px;
        top: 50%;
    }
    .loading-border-right,
    .loading-border-left{
        height: calc(130% - 50px);
        border-width: 10px;
        top: 50%;
    }
    /* Chrome, Safari, Opera */
    @-webkit-keyframes loading {
        0% {width: 40%; height:calc(130% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        25% {width: 0%; height:calc(130% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        50% {width: 0%; height:0;border-top: 0px solid white;border-bottom: 0px solid white;}
        75% {width: 0%; height:calc(130% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        100% {width: 40%; height:calc(130% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
    }

    /* Chrome, Safari, Opera */
    @keyframes loading {
        0% {width: 40%; height:calc(130% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        25% {width: 0%; height:calc(130% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        50% {width: 0%; height:0;border-top: 0px solid white;border-bottom: 0px solid white;}
        75% {width: 0%; height:calc(130% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        100% {width: 40%; height:calc(130% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
    }
    .chev-front{
        top:82%;
        z-index: 25;
    }
    [ekd-text="intro"] {
            min-width: 80%;
        font-size: 0.7em;
				line-height: 22px;
				max-width: 60%
    }
    .intro-mouse {
        margin: 11% auto 6% -13%;
    }
    .loading-frame-container{
        width: 60%;
        height: 30%;
        min-width: 200px;
        min-height: 150px;
    }
    .languages-nav li a {
        font-size: 0.8em !important;
    }
	.mobile-header {
		display: none;
	}
	h3 {
    padding: 1% 2%;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	.content-one > p,
	.content-two > p {
    font-size: 0.9em;
    margin: 0;
		padding: 2% 3%;
	}
	.black-bg > hr {
    margin-left: 3%;
	}

	.content-one > h2,
	.content-two > h2{
		padding: 0 3%;
    font-size: 2.2em;
    margin: 2% 0;
	}

	.unw-social-share > div {
    height: 45px;
    width: 120px;
    font-size: 1.2em;
	}
	.unw-social-share > div.facebook,
	.unw-social-share > div.twitter {
    font-size: 1.7em;
		max-width: 45px;
	}

	#last .loading-frame-container {
		height: 55%;
		width: 90%;
		padding: 0;
		top: 10%;
		margin-top: 0;
		transform: none;
		left: 5%;
	}

	#last .last-text{
		margin-top: 0;
		font-size: 1em;
	}
	#last .last-logo {
        margin: 10px 0;
		max-width: 100%;
	}
	#last .unw-social-share {
    top: 60%;
	}
	#last .view-credits{
		margin-top: 30px;
		top: 100%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
	}
	#last .last-credits {
		margin: 50px auto;
    top: 100%;
	}
	#last .last-credits-text{
		font-size: 0.5em;
	}
    [year-mid]{
        padding:0 !important;
        padding-top: 40px !important;
        font-size: 2em !important;
        width: 12em !important;
        left: 0px !important;
        transform: translate(-49%,0%) !important;
        -webkit-transform: translate(-49%,0%) !important;
    }
    [year-mid] > p {
        margin-top: 0!important;
    }
    [year-mid] > span,
    [year-mid] > span.bc {
        left: 0px !important;
    }
        .content-one,
    .content-two{
        font-size: 0.88em;
        min-width: 88%;
        width    : 88%;
        top      : 26%;
        min-width: initial;
        min-width: 0px;
        
    }

    .content-one > h2,
    .content-two > h2{
        margin: 0;
        font-size: 3em;
        font-size: 1.5em;
    }

    .content-one > p,
    .content-two > p {
        font-size: 0.7em;
    }
    .unw-social-share > div.share {
        display: none;
    }
    /*i.timeline-chev {
        left: -187px;
    }*/
    .unw-social-share{
        left: initial;
        right: 0;
        transform:none;
        top:100%;
				text-align: right;
    }
    #last .unw-social-share {
			left: 50%;
			transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
			top: 160px;
			width: 188px;
    }
    #last .last-text {
        margin-top: 0;
        font-size: 0.7em;
				line-height: 1.8em;
    }
    #last .last-logo {
        margin: 10px 0;
        max-width: 70%;
    }
    .loading-border-right-last,
    .loading-border-left-last{
        display: none;
    }
		#last .unw-social-share > div.share {
			display: inline-block;
		}

}

@media (max-width: 375px){/* Móvil vertical */
    .intro-mouse {
        margin: 17% auto 6% -13%;
    }
    .content-one, .content-two {
        top: 26%;
    }
    #section1{
        background-image: url(../img/Agnodice/Agnodice_mv.jpg);
    }
    #section3{
        background-image: url(../img/Filosofova/Filosofova_mv.jpg);
    }
    #section4{
        background-image: url(../img/Sheppard/KateSheppard_mv.jpg);
    }
    #section5{
        background-image: url(../img/Raicho/Raicho_mv.jpg);
    }
    #section7{
        background-image: url(../img/Rosalind/Rosalind_mv.jpg);
    }
    #section8{
        background-image: url(../img/Rigoberta/Rigoberta_mv.jpg);
    }
    #section9{
        background-image: url(../img/Billie/Billie_mv.jpg);
    }
    #section10{
        background-image: url(../img/Unity/Unity_mv.jpg);
    }
    #section01bg,
    #section03bg,
    #section04bg,
    #section05bg,
    #section07bg,
    #section08bg,
    #section09bg,
    #section010bg,
    .sceneFour,
    .sceneSix{
        display:none;
    }
    header {
        display: none;
    }
        #frame-container{
        display:none !important;
    }
        .loading-text:before {
        left: calc(50% - 27px);
        /* transform: translateY(-100%); */
        bottom: -6%;
        font-size: 0.6em;
    }
        .border-container, #text-front-fr, #text-front-es,#text-front, #front-img-1, #front-img-2, #front-img-3, #front-img-4, #front-img-5{
        width: 80%;
        height: 30%;
        min-width: 200px;
        min-height: 150px;
    }
    #border-front-left, #border-front-right{
        height: calc(110% - 40px);
        border-width: 10px;
        top: 44%;
    }
    .loading-border-right,
    .loading-border-left{
        height: calc(110% - 50px);
        border-width: 10px;
        top: 44%;
    }
    /* Chrome, Safari, Opera */
    @-webkit-keyframes loading {
        0% {width: 40%; height:calc(110% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        25% {width: 0%; height:calc(110% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        50% {width: 0%; height:0;border-top: 0px solid white;border-bottom: 0px solid white;}
        75% {width: 0%; height:calc(110% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        100% {width: 40%; height:calc(110% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
    }

    /* Chrome, Safari, Opera */
    @keyframes loading {
        0% {width: 40%; height:calc(110% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        25% {width: 0%; height:calc(110% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        50% {width: 0%; height:0;border-top: 0px solid white;border-bottom: 0px solid white;}
        75% {width: 0%; height:calc(110% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
        100% {width: 40%; height:calc(110% - 40px);border-top: 10px solid white;border-bottom: 10px solid white;}
    }
    .loading-frame-container{
        width: 80%;
        height: 30%;
        min-width: 200px;
        min-height: 150px;
    }
    .mobile-header {
        display: block;
    }
	ul.languages-nav li a{
		font-size:0.7em;
	}
	.mobile-header-menu ul li a {
        font-size: 0.65em;
	}

	.content-one,
	.content-two{
        font-size: 0.8em;
		min-width: 90%;
		width:90%;
	}
	.content-one > h2,
	.content-two > h2{
		margin: 0;
		font-size: 4em;
	}

	.content-one > p,
	.content-two > p {
        font-size: 0.95em;
        line-height: 23px;
	}
	[year-mid]{
		padding:0 !important;
        padding-top: 10px !important;
        font-size: 2em !important;
	}
	[year-mid] > p {
		margin-top: 0!important;
	}
    [year-mid] > span.bc {
        left: 0px !important;
    }

	h3 {
    padding: 2% 4%;
    font-size: 1.8em;
	}

	.unw-social-share {
		left:initial;
		right:0;
	}
	.unw-social-share > div.share {
		display:none;
	}
	.unw-social-share > div{
		height: 45px;
		width: 120px;
		font-size: 1.1em;
	}

	.unw-social-share > div.facebook,
	.unw-social-share > div.twitter {
        width: 60px;
        font-size: 1.8em;
	}

	#last .last-text {
    margin-top: 0px;
    font-size: 0.85em;
		line-height: 1.5em;
	}

	#last .unw-social-share .share{
		display: inline-block;
	}

	#last .view-credits {
		margin-top: -90px;
        top: 130%;
	}
    #last .last-logo {
        position: static;
    }

	#last .last-credits {
		margin-top:-40px;
        top: 120%;
				left: 0;
        width: 100%;
	}
	#last .last-credits-text {
		font-size: 0.6em;
	}
    #section01bg {
        min-width: 1600px;
        left: -520px !important;
        top:0px !important;
        height: 100%;
    }
    #section03bg {
        background-position: 50% -80px;
        background-size: 240%;
    }
    #section05bg {
        background-position: 20px -60px;
        left:0px !important;
    }
    .unity-bg {
        left: 0px !important;
        top: 0px !important;
    }
    #section11 {
        background-image: url(../img/Vandana/Vandana_mv.jpg);
    }
    #section011bg{
        display: none !important;
    }

    #last .loading-frame-container {
			top: 50%;
			height: 50%;
			transform: translate(0,-50%);
             -webkit-transform: translate(0,-50%);
    }
    #last .unw-social-share {
        top: 70%;
        min-width: 210px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .languages-nav li a {
        font-size: 0.8em !important;
    }
    [ekd-text="intro"] {
        font-size: 0.8em;
				max-width: 90%;
				line-height: 1.8em;
    }
}
