
.barraSuperiorFalsa
{
    height: 40px;
    overflow: hidden;
}

/*=========================================================================================*/


.b_contFalse
{
    display: flex;
    width: 100%;
    min-height: 400px;
    justify-content: center;
    align-items: center;

    padding: 0 10%;
    box-sizing: border-box;
}

.b_cont
{
    display: flex;
    width: 100%;
    min-width: 200px;
    height: 100%;
    justify-content: left;
    flex-direction: column;
    letter-spacing: 0.2mm;
    text-align: center;
}

.b_titulo
{
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;

    font-size: 30px;
    font-weight: bold;
    color:rgb(236, 105, 83);
    user-select: none;
    text-align: center;
}

.b_sub_titulo
{
    font-size: 14px;
    font-weight: bold;
    color: #2e2e2e;
}



.b_sub_pag
{
    position: relative;
}

.b_sub_pag > span > span
{
    cursor: pointer;
    display: inline-block;
}

.b_sub_pag > span > div
{
    position:relative;
    display: inline-block;
    width: 15px;
}

.b_sub_pag > span > div:before
{
    content:"";
    top:0;
    left: 0;
    border-left:1px solid #000;
}

.b_con_lista_pag_activa
{
    text-decoration: underline;
}




.cont_busqueda_dos
{
    position: relative;
    overflow: hidden;
}


.b_carga_libros
{
    display: flex;
    position: absolute;
    z-index: 10;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.b_carga_libros > img{
    animation: identifier 3s infinite;
    animation-direction: forward;
}
/*=========================================================================================*/

.b_mas_informacion_hover
{
    display: flex;
    position: relative;
    width: 100%;
}

.b_mas_informacion
{
    display: flex;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #c8c8c8bd;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;

    font-size: 13px;
    font-weight: bold;
    color:#1f1f1f;
    cursor: pointer;
}

.b_mas_informacion > span
{
    color:#161616;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}


.b_mas_informacion_hover:hover > .b_mas_informacion
{
    top: 0;
    opacity: 1;
    transform: scale(1);
}



/*=========================================================================================*/


.b_cont_btn
{
    display: flex;
    width: 100%;
}

.b_cont_btn > div
{
    width: 100%;
    margin: 0 5%;
    justify-content: center;
    padding: 10px;
}


/*=========================================================================================*/
/*=========================================================================================*/
/* Cont libro */

.b_con_libro
{
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 182px;
    position: relative;
    left:0;
    right: 0;
    margin:50px auto;
    opacity: 0;
    top:-45px;

    transition: opacity 0.6s, top 0.3s;
    /*border:1px solid red;*/
}






.b_con_libro_info
{
    display: flex;
    width: 100%;
    height: 100%;
}

.b_con_libro_info > div:first-child
{
    min-width: 120px;
    width: max-content;
    justify-content: left;
    display: flex;
    position: relative;
}

.b_con_libro_tapa_div_shadow
{
    display: none;
    box-shadow: inset -45px 0px 18px -30px rgb(255 255 255);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.b_con_libro_info > div
{
    display: flex;
    overflow: hidden;
    margin-right: 15px;
}

.b_con_libro_info > div > img
{
    height: 100%;
    z-index: -1;
}

.b_con_libro_info > div > .b_con_libro_info_lista_con
{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;   
}

.b_con_libro_info > div > .b_con_libro_info_lista_con > span
{
    display: block;
    text-align: left;
    width: 100%;
    font-size: 14px;
    user-select: text;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.b_con_libro_info > div > .b_con_libro_info_lista_con > span:not(:last-child)
{
    margin-bottom: 8px;
}

/*=========================================================================================*/

.bclil_titulo
{
    font-weight: bold;
    color: rgb(39, 93, 75);
    margin-bottom: 15px;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
}

.bclil_precio
{
    font-weight: bold;
    color: rgb(39, 93, 75);
    margin-top: 3px;
}
/*=========================================================================================*/
/*=========================================================================================*/

.b_con_libro_pedido
{
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.b_con_libro_pedido > div
{
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: end;
}



.b_con_libro_pedido > .b_clp_carrito
{
    display: none;
    justify-content: center;
    position: inherit;
    color: rgb(0, 0, 171);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}


.b_clp_dispon
{
    font-weight: bold;
}

.b_clp_dispon_disponible
{
    color: rgb(236, 105, 83);
    margin-right: 10px;
    width: max-content;
}

/*=========================================================================================*/
/*=========================================================================================*/


.btn_pedir_cont
{
    display: flex;
    background-color: rgb(236, 105, 83);
    border: 1px solid rgb(236, 105, 83);
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
}

.btn_pedir_cont > div
{
    padding: 5px 10px;
    background-color: rgb(236, 105, 83);
    cursor: pointer;
    width: 128px;
    white-space: nowrap;
    text-align: center;
}

.btn_pedir_cont > div:hover
{
    background-color: rgba(225, 103, 82, 0.94);
}

.btn_pedir_cont > div:active
{
    transform: scale(0.95);
}

.btn_pedir_cont > input
{
    width: 25px;
    text-align: center;
    outline: 0;
    border: 0px;
    color:rgb(236, 105, 83);
    padding: 5px 10px;
}



.busqueda_span_autor_buscar {/*cursor: pointer;*/}
.busqueda_span_autor_buscar:hover {/*text-decoration: underline;*/}



/*=========================================================================================*/

.b_fecha_estimada
{
    margin-bottom: 5px;
}

.b_icon_me_interesa
{
    color: rgb(34 142 0);
    font-size: 25px;
    cursor: pointer;
}

.b_icon_me_interesa:hover
{
    color: rgb(255, 34, 0);
}

/*=========================================================================================*/


.b_info_editorial
{
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: space-between;
    top: 0;
    right: 0;
    height: 50px;
    width: 225px;
    align-items: flex-start;
}

.b_info_editorial > div
{
    display: flex;
    justify-content: center;
    font-weight: bold;   
}

.b_info_editorial > div > div:first-child
{
    color: rgb(236, 105, 83);
    margin-right: 10px;
}


/*=========================================================================================*/
/* Correcciones de la lista libros*/

@media (max-width: 1181px)
{
    .b_con_libro_pedido
    {
        flex-direction: column;
        align-items: flex-end;
        justify-content: end;
        max-width: 193px;
    }

    .b_info_editorial
    {
        width: 130px;
        height: 80px;
        align-items: center;
    }

    .b_info_editorial > div
    {
        flex-direction: column;
    }

    .b_info_editorial > div > div:first-child
    {
        margin-right: 0px;
    }
}

/*=========================================================================================*/
/*=========================================================================================*/
/* Arrancando con las correcciones para width menor a 1181px */
@media (max-width: 1181px)
{
    .b_contFalse
    {
        padding: 0 3%;
    }

    .barraSuperiorFalsa
    {
        height: 70px;
    }

    .b_con_libro_info > div
    {
        overflow: hidden;
        max-width: 65%;
    }

    .b_con_libro
    {
        width: 90%;
    }

    .b_con_libro_pedido > div
    {
        flex-direction: column;
    }

    .b_clp_dispon_disponible
    {
        width: 130px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .b_con_libro_pedido > .b_clp_carrito
    {
        margin-bottom: 40px;
    }

    .b_fecha_estimada
    {
        margin-bottom: 35px;
    }

    .btn_pedir_cont > input
    {
        min-width: 25px;
        /*width: 100%;*/
    }
}



@media (max-width: 636px)
{
    .b_con_libro_info
    {
        width: 75%;
    }
}

@media (max-width: 610px)
{
    .b_con_libro_info
    {
        width: 60%;
    }
}



/*=========================================================================================*/
/*=========================================================================================*/
/* Arrancando con las correcciones para width menor a 900 */
@media (max-width: 560px)
{
    .b_con_libro_info > div
    {
        max-width: 200px;
    }
}