/* Generales */

@font-face {
  font-family: 'Roboto';
  font-style: bold;
  src: url('../fonts/Roboto/Roboto-Regular.ttf')  format('truetype'), 

}

@font-face {
  font-family: 'LibreBodoni';
  font-style: bold;
  src: url('../fonts/LibreBodoni-Bold/LibreBodoni-Bold.otf') format('opentype'),
       url('../fonts/LibreBodoni-Bold/LibreBodoni-Bold.ttf')  format('truetype'), 

} 


html,
body {
  
}

h3,
h4,
h5 {
  color: #000000;
}

p {
  color: #f5f5f5;
  font-size: 20px;
  text-indent: 45px;
}

span.hl {
  color: #ffee58;
  border-bottom: 1px dotted #ffee58;
}

.section {
  width: 100%;
  height: 100%;
  padding: 70px 30px 30px 30px;
}

@media (max-width: 650px) {
  .section {
    padding-top: 70px;
  }
}

.section p {
  font-family:'Roboto', sans-serif;
}

.section h1 {
  font-family: 'LibreBodoni', serif;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px #333;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s ease-in-out;
}

.section:first-of-type h1 {
  font-size: 100px;
}

@media (max-width: 650px) {
  .section:first-of-type h1 {
    font-size: 65px;
  }
}

.current h1 {
  opacity: 1;
  transform: translateY(0);
}

.section h2 {
  font-family: 'LibreBodoni', serif;
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 650px) {
  .section h2 {
    font-size: 30px;
  }
}

.section h3 {
  font-family: 'LibreBodoni', serif;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 650px) {
  .section h3 {
    font-size: 26px;
  }
}


a:link {
  color: #7d70ba;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #342341;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #342341;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #7d70ba;
  background-color: transparent;
  text-decoration: underline;
}


/* Comunes */

.wrapper {
  max-width: 1000px;
  width: 98%;
  margin: 0 auto;
  height: 100%;
  /* ! important here */
  overflow: visible;
}

.navbar-inverse {
    color: #FFFFFF;
    background-color: #000;
}

navbar-toggler:hover {
  color: #FFFFFF;
  border-color: #ffffff;
  
}

.navbar-brand {
  display: inline-block;
}

.nav-link {
  position: relative;
  cursor: pointer;
}

.nav-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  background: #fff;
  transition: width .2s ease;
}

#logo {
  height: 60%;
}

#prev {
  position: absolute;
  font-size: 40px;
  left: 5px;
  bottom: 50%;
  z-index: 3;
  cursor: pointer;
  background-color: #7d70ba ;
  border-radius: 5px;
}

#next {
  position: absolute;
  font-size: 40px;
  right: 7px;
  bottom: 50%;
  z-index: 3;
  cursor: pointer;
  background-color: #7d70ba;
  border-radius: 5px;
}


@media (min-width: 650px) {
  #prev{
    display: none;
  }
  
  #next{
    display: none;
  }
}

.dot {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  bottom: 0px;
  text-align: center;
  transform: translateY(-50%);
}

@media (max-width: 650px) {
  .dot{
    display: none;
  }
}

.dot>li {
display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: 0px;
  border: 2px solid #7d70ba;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
}

.dot>li.active,
.dot>li:hover {
  background-color: #7d70ba;
}


.btn-dark {
  background-color: #f97300;
  border-color: #f97300;
}

.btn-dark:hover {
  background: #000; 
  border-color: #000;
}

.capitalLetter
{
   float:left;
   color: #fff;
   font-size:80px;
   line-height:60px;
   padding:0px;
}

.capitalLetterblack
{
   float:left;
   color: #000;
   font-size:80px;
   line-height:60px;
   padding:0px;
}

#primeralinea {
  text-indent: 0px;
}

.epigrafe {
  margin-left: 30%;
}



/* ESTRUCTURA */


/* SECTION 1 PORTADA */

.section-1 {
  /*background-color: #342341;*/
   background: url('../images/portada.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 4s ease-out;
            transition: transform 4s ease-out;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center; }
  .header-container.is-loaded .bcg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


.layer {
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#titulo {
  margin-top: 15%;
  text-align: center;
}

#tituloA {
  font-family:'Roboto', sans-serif;
  color: #7d70ba;
  margin: 0 0;
  text-shadow: -.5px 0 0 #000000, .5px .5px 0 #000000,
             2px -.5px 0 #000000, 2px 0 0 #000000;
}

#tituloB {
  font-family: 'LibreBodoni', serif;
  color: #f5f5f5;
  margin: 0 0;
  text-transform: uppercase;
    text-shadow: -1px 0 0 #000000, 1px 1px 0 #000000,
             2px -1px 0 #000000, 3px 0 0 #000000;
}

@media (max-width: 650px) {
  #titulo {
  margin-top: 50%;
  }
}


/* SECTION 2 PRESENTACION HISTORIAS ESPEJO */

.section-2 {
  background-color: #342341;
}

.intro {
  color: #fff;
  font-size: 22px;
  text-align: left;
  line-height: 1.25;
  margin-top: 5%;
    
}

@media (max-width: 650px) {
  .intro {
    font-size: 18px;
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
  }
}



/* SECTION 3 HISTORIA 1 SAMANTHA */

.section-3 {
   background-color: #f5f5f5;
}

.section-3 p {
  color: #000;
}

.section-3 h2 {
  color: #000;
}


/* SECTION 4 HISTORIA 2 MIBSAN*/

.section-4 {
  background-color: #f5f5f5
}

.section-4 p {
  color: #000;
}

.section-4 h2 {
  color: #000;
}


/* SECTION 5 BATALLAS PERDIDAS ANALISIS */

.section-5 {
    background-color: #f5f5f5
}

.section-5 p {
  color: #000;
}

.section-5 h2 {
  color: #000;
}


/* SECTION 6 BATALLAS PERDIDAS ANALISIS */

.section-6 {
    background-color: #f5f5f5
}

.section-6 p {
  color: #000;
}

.section-6 h2 {
  color: #000;
}


/* SECTION 7 EPILOGO */

.section-7 {
    background-color: #f5f5f5
}

.section-7 p {
  color: #000;
}

.section-7 h2 {
  color: #000;
}


/* SECTION 8 CREDITOS */

.section-8 {
  background-color: #000;
}

#creditos {
  margin-top:8%;
}

div.avatar {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 150px;
    width: 150px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}


/* VENTANA MODAL */

.modalDialog {
  position: fixed;
  width:100%;
  height: 100%; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 225px;
  background: transparent;
  z-index: 5;
  opacity:0;
  transition: all .5s;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

@media (max-width: 650px) {
  .modalDialog  {
    padding-top: 225px;
  }
}


.modalDialog p {
  font-size: 22px;
  text-align: left;
  background-color: rgb(2, 0, 40, .7);
  color: #fff;
  padding: 0 10%;
}

@media (max-width: 650px) {
.modalDialog p  {
    font-size: 18px;
  }
}


.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.close {
  position: absolute;
  top: 4em;
  right: 1.5em;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #f97300;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s;
}

.close:hover { background: #000; }



/*
.content {
  display:none;
}
.preload {
  margin:0;
  position:absolute;
  top:50%;
  left:50%;
  margin-right: -50%;
  transform:translate(-50%, -50%);
}
*/

body{
  background: #000;
}
.content{
  display: none;
}



/*Preload*/
#loading{background-color: rgba(125,112,186,0.3); height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; } #loading-center{width: 100%; height: 100%; position: relative; } #loading-center-absolute {position: absolute; left: 50%; top: 50%; height: 20px; width: 100px; margin-top: -10px; margin-left: -50px; } .object{width: 20px; height: 20px; background-color: #FFF; -moz-border-radius: 50% 50% 50% 50%; -webkit-border-radius: 50% 50% 50% 50%; border-radius: 50% 50% 50% 50%; margin-right: 20px; margin-bottom: 20px; position: absolute; } #object_one{-webkit-animation: object 3s linear infinite; animation: object 3s linear infinite; } #object_two{-webkit-animation: object 3s linear infinite -.6s; animation: object 3s linear infinite -.6s; } #object_three{-webkit-animation: object 3s linear infinite -1.2s; animation: object 3s linear infinite -1.2s; } #object_four{-webkit-animation: object 3s linear infinite -1.8s; animation: object 3s linear infinite -1.8s; } #object_five{-webkit-animation: object 3s linear infinite -2.4s; animation: object 3s linear infinite -2.4s; } @-webkit-keyframes object{0% { left: 100px; top:0} 80% { left: 0; top:0;} 85% { left: 0; top: -20px; width: 20px; height: 20px;} 90% { width: 40px; height: 15px; } 95% { left: 100px; top: -20px; width: 20px; height: 20px;} 100% { left: 100px; top:0; } } @keyframes object{0% { left: 100px; top:0} 80% { left: 0; top:0;} 85% { left: 0; top: -20px; width: 20px; height: 20px;} 90% { width: 40px; height: 15px; } 95% { left: 100px; top: -20px; width: 20px; height: 20px;} 100% { left: 100px; top:0; } }


