
:root {
  --azul: #036efd;
  --blanco: #fff;
  --negro: #000000;
  --gris: #777777;
  --cielo: rgba(3, 110, 253, 0.2);
  --verde: #21b26e;
}

  #title_data_sheet{
    margin: 25px 0;
  }

span.legend.epub, span.legend.audiobook{
    display: none;
}

#book_review{
    resize: none;
  }
  
  #review_conten .sep-top{
    margin-top: 1rem;
  }

  .col-I>*{
      margin-bottom: 15px !important;
  }

.btn-read, 
.btn-buy, 
.btn-cart{
    border-radius: 5px;
    width: 100%;
    margin: 0;
}

#book_description.basic #btn_expand{
    display: none;
  }
  
  #book_description.big #btn_expand{
    display: flex;
  }
  
  #book_description.big #content_description{
    min-height: 150px;
  }
  
  #book_description.big #content_description:not(.show){
    overflow: hidden;
    height: 150px;
  }
  
  #content_description{
    margin: 20px 0;
  }
  
  #content_description.min{
    overflow: hidden;
    display: block;
  }
  
  #content_description.full{
    overflow: visible;
  }
  
  .content-right.revision, .content-right.published{
    pointer-events: none;
  }
  
  .content-right .msg{
    display: none;
  }
  
  .content-right.canceled .msg,
  .content-right.revision .msg{
    display: block;
  }
  
  .how-to-dos, .how-to-donts{
    text-align: left;
    margin: 0 15px;
  }

  .hl.top{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .hl.bottom{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .vl.left{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .vl.right{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  #star_calif *{
    margin: 0 2px;
  }
  
  #star_calif span{
    font-size: 12px;
    /*font-size: 1.2vw;*/
  }
  
  .vl.left.vl.right div{
    padding: 0;
    margin: 0 2px;
  }
  /*
  .text-auto-12{
    font-size: 1.2vw;
  }
  
  .text-auto-14{
    font-size: 1.5vw;
  }*/
  
    .margin-20-0{
      margin: 20px 0;
    }
  
  .vl.left.vl.right span{
    font-size: 14px;
    /*font-size: 1.5vw;*/
    white-space: nowrap;
  }
  
  .en #grap_calif .col-5{
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0;
  }
  
.tool_tip {
  position: relative;
  /*display: inline-block;*/
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tool_tip .tooltiptext {
  visibility: hidden;
  width: 410px;
  padding: 5px 0;
  left: -190px;
  top:20px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1051;

  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tool_tip:hover .tooltiptext {
  visibility: visible;
}

#mdl_reviews .col-I, #mdl_reviews .col-D{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}    

#title_data_sheet .col-I .cover-image{
    width: 243px;
}

#title_data_sheet .col-D{
    width: 530px;
    margin-left: 45px;
    position: relative;
}

#mdl_reviews .col-D{
    flex: 0 0 75%;
    max-width: 75%;
    padding-bottom: 40px;
}

#title_data_review{
    margin: 1.75rem auto;
}

#review_content{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#grap_calif{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.book-price>button{
  margin: 0;
  padding: 10px;
}

.only-desktop .book-price .selected{
  margin-right: 10px;
}

.only-movil .book-price .selected{
  margin-bottom: 10px;
}

.only-movil .book-price{
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-around;
}

.w-48{
  width: 48%;
}

.h-80{
  height: 80px;
}

.book-price .price{
  text-decoration: line-through;
}

.audiobook .pub-about>:nth-child(2)
, .audiobook .not-ab
, :not(.audiobook) .only-ab
, .only-movil
, .audiobook .dow
, .read .btn-cart
{
  display: none;
}

.read .pla
{
  filter: grayscale(50%);
  pointer-events: none !important;
}

.read #title_data_sheet .pla{
  display: none;
}

.audiobook .only-ab{
  display: block
}

.col-D>div:nth-child(1){
    margin-bottom: 10px;
}

.mask{
  display: none;
  opacity: .3;
  height: 150px;
  background-image: linear-gradient(transparent,red);
}

#group_social_icon{
  padding: 0 0 5px 5px;
  z-index: 1;
  background: white;
  position: absolute;
  top: 25px;
}

#list_reviews .comment{
  overflow-wrap: break-word;
  padding: 10px 0;
  color: rgba(51, 51, 51, 0.8);
}

.pre-ab{
  background: rgba(0, 0, 0, 0.5);
  height: 163px;
  width: 163px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
}

.cover-image{
  overflow: hidden;
  display: flex;
  align-items: center;
 /*  background: rgba(196,196,196,0.5); */
 /* background: rgba(0,0,0, .02); */
 background: transparent;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 18px 15px -11px rgb(0 0 0 / 71%);
  margin-bottom: 30px !important;
  position: relative;
}

#title_data_sheet .cover-image{ 
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.audiobook .cover-image img{
  width: 100%;
}

.en #grap_calif .star-header{
  width: 70px;
}

.es #grap_calif .star-header{
  width: 100px;
}

#grap_calif .star-body{
  width:200px;
}

.book-price .ab,
.book-price .eb{
  height: fit-content;
}

.free {
  display: flex;
  align-items: center;
}

.free i{
  color: #777777;
}

.selected, .unselected
{
  display: flex;
  background: orange;
  color: var(--blanco);
}

.audiobook.read .eb.unselected, 
.epub.read .ab.unselected,
.pdf.read .ab.unselected{
  background: var(--azul);
  color: var(--blanco);
}

.audiobook.buy .ab.selected,
.epub.buy .eb.selected,
.pdf.buy .eb.selected
{
  background: var(--cielo);
  color: var(--negro);
  box-shadow: none;
  cursor: default !important;
}

.audiobook.buy .eb.unselected,
.pdf.buy .ab.unselected,
.epub.buy .ab.unselected,
.audiobook.read .eb.unselected.buyed, 
.pdf.read .ab.unselected.buyed,
.epub.read .ab.unselected.buyed{
  background: var(--blanco);
  color: var(--negro);
}

.audiobook.read .ab.selected,
.epub.read .eb.selected,
.pdf.read .eb.selected,
.not-exist{
  display: none;
}

.selected{
  order: 1;
}

.unselected{
  order: 2;
}

#btn_review{
  width: 100%;
  margin: 0;
}

.icon-link {
  margin-bottom: 10px;
}

.only-desktop .book-price .btn{
  max-width: 50%;
  flex: 0 0 50%;
}

#_page{
  opacity: 1 !important;
  height: 100%;
}

.page-wrap{  
  overflow-y: hidden;
}

.page-wrap.fluid{
  overflow-y: auto;
}
/*==========================320 width===========================================*/
@media (min-width: 320px) {
  .modal-lg.back {
    padding: 20px;
  }

  .body-info #title_data_sheet .cover-image img {
      min-width: 243px;
      min-height: 243px;
  }

  .body-info .cover-image img {
      max-width: 100%;
  }

  #title_data_sheet .col-D,
  #title_data_sheet .col-I,
  #title_data_review {
      padding: 0 10px ;
  }

  #review_content {
    padding: 0;
  }

  #review_content .col-3 {
    padding-left: 5px;
  }
}

/*==========================425 width===========================================*/

@media (max-width: 425px){   
  .d-flex-movil{
    display: flex;
  }

  #review_content .content-right{
    padding-left: 0;
    padding-right: 0;
  }

  #grap_calif{
    border: none;
    padding: 0;
  }

  #grap_calif{
    padding-left: 10px !important;
  }

  #Nreview_content>*{
    flex: 0 0 100%;
    max-width: 100%;        
    padding-bottom: 20px;
}

  #review_content{
    flex-direction: column;
    border: none;
  }

  .pub-about{
    flex-direction: column;
  }

  .pub-about .columnas{
    width: 100%;
    margin-bottom: 10px;
  }

  #review_content{
      flex-direction: column;
  }

  #review_content>div{
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px 0;
  }

  #review_conten .sep-top{
      margin: 0;
  }

  #review_content .vl.left.right{
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-left: none;
      border-right: none;
  }
}
  
@media (min-width: 375px){
  
}

@media (min-width: 768px){  

  #grap_calif{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .Nsummary-review{
    width: 260px;
  }

  #Ntitle_data_sheet .col-D,
  #Ntitle_data_review {
      padding: 0 120px ;
  }

  .Nmodal-lg.back{
    padding-left: 120px;
  }

  /* .pub-about .columnas{
    width: 100%;
    margin-right: 10px;
  } */
}
@media (max-width: 425px){  

  .pub-about .columnas{
    width: 100%;
    margin-right: 10px;
  }
}

@media (max-width: 768px){  

  #review_content{
    flex-direction: column;
  }

  #review_content{
    flex-direction: column;
  }

  #review_content>div{
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px 0;
  }

  #review_conten .sep-top{
      margin: 0;
  }

#review_content .vl.left.right{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    border-right: none;
}

  .pub-about .columnas{
    width: 100%;
    margin-right: 10px;
  }

  #title_data_sheet .col-I{
    width: 100%;
    max-width: 415px;
  }

  .icon-link.sha{
    margin-bottom: 40px;
  }

  .Nsummary-review{
    width: 260px;
  }

  #title_data_sheet .col-D{
    width: 100%;
  }
  
    #grap_calif .star-body{
      width:130px;
    }

    .en #grap_calif .col-5{
      flex: 0 0 30%;
      max-width: 30%;
    }

    .en #grap_calif .col-6{
        padding: 0;
    }

    .only-movil{
        display: contents;
    }

    .body-info>div.only-movil{
        height: 330px;
    }

    .col-I{
        z-index: 2;
    }

    .Ncol-D>div, .Ncol-I>*{        
        position: relative;
        display: flex;
        justify-content: center;
    }

    .col-D>div>span{
        margin-right: 5px;
    }

    .pub-title{
        font-size: 24px;
        text-align: center;
    }

    .star-calif.sup{
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .col-I .only-movil>div:nth-child(2){
        text-align: center;
    }

    #title_data_sheet .col-D{
        width: 100%;
        margin: 0 auto;
    }

    .pub-about .col-6, #Nreview_content>*{
        flex: 0 0 100%;
        max-width: 100%;        
        padding-bottom: 20px;
    }

    #title_data_sheet{
        margin: 0;
    }

    #title_data_review{
        margin: 0;
        padding-top: 15px;        
    }
}

@media (max-width: 1023px){  
  
  #review_content .col-4 .layout-24-10{
    margin-top: 20px;
  }

  #review_content .col-4 .placeholder{
    width: 100%;
  }

  #title_data_sheet {
      flex-flow: column;
      align-items: center;
      justify-content: start !important;
  }

  .only-movil{
    display: contents;
  }

  .star-calif.sup{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .col-I .only-movil>div:nth-child(2){
    text-align: center;
  }

  .pub-title{
    font-size: 24px;
    text-align: center;
  }
}

@media (min-width: 1024px){

  #review_content .col-4 .placeholder{
    width: 90%;
  }

  .contenedor-info{
    padding: 40px 105px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
  }

  #title_data_sheet .col-I{
    width: 320px;
  }

  #title_data_sheet .col-D,
  #title_data_review,
  .modal-lg.back {
    padding: 0;
  }

  #review_content .content-right{
    max-width: 260px;
  }

  .pub-title{
        font-size: 24px;
        text-align: center;
    }
  
}
