    #index::-webkit-scrollbar {
    width: 15px!important;
    height: 15px!important;
    }

    #index::-webkit-scrollbar-button {
    width: 1px!important;
    height: 1px!important;
    }
        
    #index::-webkit-scrollbar {
    background: #e6e6e6;
    width: 15!important;
    }
        
    #index::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);*/
        border-radius: 10px;
    }
        
    #index::-webkit-scrollbar-thumb {
        /*border-radius: 10px;*/
        -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
    }
  
  html {overflow: hidden}
    
  body {
    background: #111;
  }
        
  body * {
    font-family: 'Ubuntu', sans-serif!important; 
        }

  div {
    box-sizing: border-box;
  }

         
  .horizontal {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vw;
    margin: 0;
    padding-top: 1px;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-100vh);
    transform-origin: right top;
  }
  .horizontal > div {
    display: block;
    padding: 5px;
    transform: rotate(90deg);
  }

  .linea image{
    height: 333px;
    transition: all 0.5s!important;
  }

  .linea image:hover {
    height: 444px;
  }
  svg {
    cursor:move;
  }

  .linea.op image {
    cursor: pointer;
  }
  #monografia.ani {
    transition: left 2s;
  }

  #contenido.ani {
    transition: right 1s;
  }

  #contenido {
    position: absolute;
    z-index: 9;
    right: calc(-33vw - -2rem);
    top: 0;
    background: white;
    width: 33vw;
    box-shadow: 1px 0px 2rem 3px black;
    height: 100vh;
    border-left: 0.3rem solid #c2c3c8;
    padding: 1rem;
    }

    #contenido.act {
      right:0vw;
    }
        
    #contenido.act.min {
    right: calc(-33vw - -2rem);
    }
        
    #contenido.act .acciones .minimizar img {
    transform: rotateZ(-90deg);
    }
        
    #contenido.act.min .acciones .minimizar img {
    transform: rotateZ(90deg);
    }
        
    #monografia.max .acciones .minimizar img {
    transform: rotateZ(90deg);
    }
        
    #monografia.min .acciones .minimizar img {
    transform: rotateZ(-90deg);
    }
        
    

    #Lineas.op {
      opacity:0.1;
    }

    #Lineas {
      opacity:0.4;
    }

    .linea * {
      transition: all 2s;
    }

    .linea polyline,
    .linea line {
      stroke-width: 210;
    }

    #Academicos.linea #tres line,
    #Academicos.linea #tres polyline{
      stroke-width: 140;
    }

    .linea.op polyline,
    .linea.op line {
      stroke-width: 250;
    }
    .linea image {
    outline: transparent 10rem solid;
    outline-offset: -5em;
    transition: outline 0.5s linear 0.25s, height 0.5s linear 0s, opacity 0.1 ease-out 0!important;
}
    .linea.op image:hover{
      height: 444px;
      outline: white 1rem solid;
      outline-offset: 0em;
    }

    .linea image.act {
        height: 444px!important;
        outline: white 1rem solid!important;
        outline-offset: 0em;
    }

    #Academicos.linea.op  #tres line,
    #Academicos.linea.op  #tres polyline{
      stroke-width: 160;
    }
    
  
    #contenido #respuesta video,
    #contenido #respuesta img{
      width: 50%;
      height: auto;
      display: block;
      margin: auto;
    }

    #contenido #respuesta .original img.logo  {
      width: 100%;
    }
        
    #contenido #texto {
    height: 50%;
    overflow-y: scroll;
    border: 1px solid #b9b9b952;
    border-left: 4px solid #ff00005c;
    border-top: 4px solid #ff00005c;
        }
        
    #contenido #texto::-webkit-scrollbar {
    width: 15px!important;
    height: 15px!important;
    }

    #contenido #texto::-webkit-scrollbar-button {
    width: 1px!important;
    height: 1px!important;
    }
    #contenido #texto::-webkit-scrollbar {
    background: #e6e6e6;
    width: 15;
    }    
    #contenido #texto::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);*/
        border-radius: 10px;
    }
    #contenido #texto::-webkit-scrollbar-thumb {
        /*border-radius: 10px;*/
        -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
    }
        
    #monografia #textoMono::-webkit-scrollbar {
    width: 15px!important;
    height: 15px!important;
    }

    #monografia #textoMono::-webkit-scrollbar-button {
    width: 1px!important;
    height: 1px!important;
    }
        
    #monografia #textoMono::-webkit-scrollbar {
    background: #e6e6e6;
    width: 15!important;
    }
        
    #monografia #textoMono::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);*/
        border-radius: 10px;
    }
        
    #monografia #textoMono::-webkit-scrollbar-thumb {
        /*border-radius: 10px;*/
        -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
    }
        
    #respuesta {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    }
        
    #respuesta #texto #main .ArchivoEntrevistas h3,
    #respuesta #texto #main .ArchivoEntrevistas .terms,
    #respuesta #texto #main .ArchivoEntrevistas p{
    display:none!important;
        }
    #respuesta #texto #main .ArchivoEntrevistas,
    #respuesta #texto #main .category-periodistas,
    #respuesta #texto #main .category-academicos{
    border-bottom: 1px solid #bdbaba;
    padding: 1rem 0.5rem;
    text-align: justify;
        }
        
    #respuesta #texto #main .category-periodistas header.entry-header,
    #respuesta #texto #main .category-academicos header.entry-header,
    #respuesta #texto #main .category-periodistas footer,
    #respuesta #texto #main .category-academicos footer,
    #respuesta #texto #main nav.navigation,
    #respuesta #texto #main .c49.c21,
    #respuesta #texto #main .category-periodistas h4.c29{
    display:none;
        }
        
    #respuesta #texto #main p{
    margin-top:0;
        }
        
    #respuesta #texto #main .category-periodistas img{
    width:100%;
    height: auto;
        }
        
    #contenido #respuesta #texto,
    #contenido #respuesta #video {
    opacity: 0;
    background: #ffffff;
        }
        

    #contenido.act #respuesta #video {
    opacity: 1;
    background: #ededef;
        }
        
    #contenido.act #respuesta #texto{
    opacity: 1;
    background: #ffffff;
    }
        
    #contenido #respuesta > div {
    padding: 1rem 0;
        }
        
    .acciones {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: -2.3rem;
    background: white;
    padding: 0.5rem;
    border-right: 0!important;
    border: 0.3rem solid #c2c3c8;
    }
    
    #monografia .acciones {    
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    right: -2.3rem;
    background: white;
    padding: 0.5rem;
    border-left: 0!important;
    border: 0.3rem solid #c2c3c8;
    left: auto;
    border-right: 0.3rem solid #c2c3c8!important;
    bottom:2rem;}
        
    .acciones > div {
    width: 1rem;
    margin: 0.5rem 0;
    }
        
    .acciones > div > img{
    width: 100%;
        }
        
    .acciones .cerrar,
    .acciones .minimizar {
    border-bottom: 1px solid gray;
    padding-bottom: 1rem;
    cursor:pointer;
        }

     .acciones .texto {
     cursor: context-menu;
     }
        
   .acciones .minimizar {
       opacity: 1;
        }
        
    .acciones .texto {
    transform: rotate(-90deg);
    text-orientation: inherit;
    display: block;
    margin-top: 5rem;
    font-weight: 600;
    font-size:1rem;
    }
    #Conclusion svg image.video,
    #Conclusion{
            cursor:pointer;
        }
        
    #Conclusion svg image.video {
        height:auto;
        }
       /* 
    #video:hover {
    overflow: hidden;
    height: 380vh;
        }
      
       
    #video {
    overflow: hidden;
    height: 30vh;
        }
         
    #respuesta.Graffiteros #video:hover {
    overflow: hidden;
    height: 53vh;
        }
        
    #contenido #texto:hover {
    height: 380vh;
        }
         */
    #respuesta> div {
    transition: all 0.5s linear;
        }
        
    #contenido #texto:before {
    content: "\a0";
    display: block;
    padding: 0;
    line-height: 1px;
    border-top: 5px solid #fff;
    margin-top: -1.5rem;
    z-index: 99;
    position: absolute;
    width: 100%;
    left: 0;
        }
        
    #botonTesis a{
    width: 100%;
    display: block;
    background: #ffa3a3;
    color: white;
    text-align: center;
    padding: 0.5rem 0;
    text-decoration: none;
    font-weight: 600;
    }
        
    #botonTesis a:hover {
    background: #d04545;
    }
        
    #monografia {
    position: absolute;
    z-index: 10;
    left: 0vw;
    top: 0;
    background: white;
    width: calc(700px + 5vw);
    box-shadow: 1px 0px 2rem -1rem #0000008a;
    height: 100vh;
    border-right: 0.3rem solid #c2c3c8;
    padding: 2rem;
    }
        
    #monografia > #textoMono {
    max-width: calc(700px + 2rem);
    margin: auto;
    display: block;
    height: 100%;
    padding: 1rem;
        }
        
    #monografia.min {
    left: calc(-700px - 2rem);
        }
    #monografia.max {
        left: 0vw;
        }
        
    #monografia * {line-height: 2rem!important;}
        
    #monografia #textoMono{
    overflow-y: scroll;
    border: 1px solid #b9b9b952;
    border-left: 4px solid #ff00005c;
    border-top: 4px solid #ff00005c;
    scroll-behavior: smooth;
    }
        
    #botonTesis .gely a,
    #botonTesis .sega a,
    #botonTesis .nekker a{
    background: #91b965;
        }
        
    #botonTesis .likor a,
    #botonTesis .focs a,
    #botonTesis .jupi a{
    background: #6cadcb;
        }
        
    #botonTesis .peque a,
    #botonTesis .reten a,
    #botonTesis .frase a{
    background: #3b5475;
        }
        
    #botonTesis .secreto a,
    #botonTesis .diba a,
    #botonTesis .arre a,
    #botonTesis .victort a{
    background: #c2c3c8;
    cursor: not-allowed;
        }

    .Periodistas #botonTesis a{
    background: #d5bc3e;
        }
        
    .Academicos #botonTesis a{
    background: #a1649e;
        }
    
 .cintillo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding-left: 5%;
    background: white;
    display: block;
    box-shadow: 1px 0px 2rem -1rem #0000008a;
    height: 100vh;
    border-right: 0.3rem solid #c2c3c8;
    padding-right: 7px;
    opacity:0;
    pointer-events: none;
    transition: all 0.5s linear;
}

 .fijo {
    opacity:100;
}

.cintillo > img{
    display: block;
    height: 100vh;
}

@media screen and (max-device-width:999px), screen and (max-width:999px) {
  html, body{
      background: white;
      height: 100%;
      width: 100%;
      overflow: hidden;
      position: absolute;
      left:0;
      top:0;
  }
    
  .horizontal {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 1px;
    background: white;
    overflow-y: hidden;
    overflow-x: scroll;
    transform: none;
    transform-origin: unset;
}
    
 .horizontal > div {
    display: block;
    padding: 5px;
    transform: none;
    width: 100vw;
}
    
    .cintillo, #monografia, 
    #contenido.act #respuesta #texto{
        display:none!important;
    }
    
    #contenido #respuesta video, #contenido #respuesta img {
    width: 90%;
    margin: auto;
    display: block;
}
}