#ird3-main, .reader-container{
    width: 85%;
}
  
li.item-ofertas a:hover, li.item-ofertas:hover {
    background: blue;
    color: white;
}


@media (max-width: 767px){
    
    /* Cabezera estilo "libreria.tirant" */
    /* .panel-title {
        margin-left: 20px;
    } */
    
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        margin: 7px;
        height: 35px;
        width: 34px;
    }
    
    .rn-kbd{
        background-color: #eb7c3e;
        color: white;
        font-size: 1.2em;
    }
    .libro-item > .row {
        height: 380px !important;
    }
    .ss {
        margin-top: 105px;
    }
    
    div.header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    
    .chatbot-ws {
      position: fixed;
      bottom: 30px;
      left: 10px;
      z-index: 9999;
    }
    
     .messenger-ws {
      position: fixed;
      bottom: 90px;
      left: 15px;
      z-index: 9999;
    }
    
    /* For campo buscador */
    /* #xtitulo {
        padding-left: 47px !important;
    } */
    
    a[href='login-identi.php'] {
        position: absolute;
        right: 10px;
        top: 15px;
    }
    
    img.rn-ws {
        width: 17px !important;
    }
    
    .rn-numero {
        margin-left: 8px !important;
    }
    
    ul#ui-id-1 {
        left: 0!important;
    }
}

/* for desktop */
@media (min-width: 768px){
    .chatbot-ws {
      position: fixed;
      bottom: 70px;
      right: 70px;
      z-index: 9999;
    }
    
    .messenger-ws {
      position: fixed;
      bottom: 300px;
      right: 15px;
      z-index: 9999;
    }
}

.chatbot-ws img {
  width: 60px;
}

 .messenger-ws img {
     width: 50px;
 }