@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

#wrapper {
    position: absolute;
    left: 51%;
    top: 50%;
    perspective: 1700px;
   
    
  }
  
  .box-area {
    position: relative;
    transform-style: preserve-3d;
    animation-name: rotate;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
   
  }
  
  @keyframes rotate {
    0% {
      transform: rotate3d(0, 0, 0, 0);
    }
    100% {
      transform: rotate3d(0,1,0, 360deg);
    }
  }
  
  .box {
    position: absolute;
    
   
  }
  
  #box-front {
    transform: translateX(-85px) translateY(-200px) translateZ(15px) ;
    background-image: url(../img/libros/frontal.svg);background-size: cover;
     width: 220px;
    height: 330px;
    
  }
  
  #box-back {
    transform: translateX(-85px) translateY(-200px) translateZ(-15px) rotateY(180deg);
    background-image: url(../img/libros/reverso.svg);background-size: cover;
     width: 220px;
    height: 330px;
  }
  
  #box-right {
    transform: translateX(120px)  translateY(-200px) rotateY(90deg)translateZ( 0px);
    background-image: url(../img/libros/LOMO.svg);background-size: cover;
     width: 30px;
    height: 330px;
    
  }
  
  #box-left {
    transform: translateY(-195px) translateX(-90px) rotateY(90deg);
    background-image: url(../img/libros/hojas.svg);background-size: cover;
     width: 30px;
    height: 320px;
  }
  
  #box-bottom {
    transform: translateY(10px) translateX(0px) rotateX(90deg) rotateZ(90deg) ;
    background-image: url(../img/libros/sombra.svg);background-size: cover;
    width: 50px;
    height: 250px;
  }
  
  
  .box-area {
    transform: rotateX(90deg) rotateY(90deg);
  }
  
  
  /*------------ Recuadro descripción-------------------*/
  
  .descripcion{
  background-color: aqua;
  z-index: 30;
  position: absolute;
  bottom: 1px;
  }
  
  .detallest{
    position: absolute;
    z-index: 2000;
    bottom: -10px;
    background-color: blueviolet;
    
  }
.total-libro{
    background-color: #ff6600;
}
  .loteria{
    height: 650px !important;
    background-color: #ffffff;
    background-image: url(../img/libros/fondo-libro.svg);
    background-repeat: no-repeat;
    background-position: center;
  }


  /*------------------------------SEGUNDO LIBRO---------------*/
.title-books{
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /* 400 equivale a la versión regular */
    background-color: #000;
    color: #cccccc;
    
}
  .book-2-descript{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7); /* Color de fondo con opacidad */
    position: absolute;
    bottom: 1px;
  }
.descriptone{
    padding-left: 30px;
    padding-right: 30px;  
}

  .cionesrow{
    padding-left: 30px;
    padding-right: 30px;
    
  }
  .cion{
    font-size: 12px;
    padding: 6px !important;
    color: black;
  }

  #box-front-2 {
    transform: translateX(-85px) translateY(-200px) translateZ(15px) ;
    background-image: url(../img/libros/frontal-2.svg);background-size: cover;
     width: 220px;
    height: 330px;
    
  }

  #box-back-2 {
    transform: translateX(-85px) translateY(-200px) translateZ(-15px) rotateY(180deg);
    background-image: url(../img/libros/reverso-2.svg);background-size: cover;
     width: 220px;
    height: 330px;
  }