
.barraSuperiorFalsa
{
    height: 40px;
    overflow: hidden;
}

/*=========================================================================================*/

.mi_contFalse
{
    display: flex;
    width: 100%;

    padding: 0 10%;
    box-sizing: border-box;
    flex-direction: column;
}



/*#####################################################################################################*/
/*#####################################################################################################*/
/*#####################################################################################################*/

.mi_contFalse > .mi_cont_flechas
{
    display: flex;
    width: 100%;
    height: 30px;
    justify-content: space-between;
}

.ant_sig
{
    display: flex;
    width: max-content;
    color:rgb(39, 93, 75);
    font-size: 20px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

.ant_sig:active
{
    transform: scale(0.98);
}

.ant_sig:hover
{
    opacity: 0.7;
}

.ant_sig > .flecha
{
    display: flex;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgb(39, 93, 75);
    border-left: 2px solid rgb(39, 93, 75);
}

/*#####################################################################################################*/
/*#####################################################################################################*/
/*#####################################################################################################*/


.capa_carga_libro
{
    display: flex;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: calc(100% + 150px);
    z-index: 22;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.capa_carga_libro > img
{
    animation: identifier 3s infinite;
}







/*#####################################################################################################*/
/*#####################################################################################################*/

.mi_cont
{
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items:center;
    letter-spacing: 0.2mm;
    height: 455px;
    min-width: 440px;
    padding: 0 2%;
    padding-top: 20px;
    /* border:1px solid red; */
}

.mi_cont_flotante
{
    display: flex;
    position: relative;
    justify-content: left;
    height: 352px;
    margin-bottom: 20px;
    min-width: 490px;
    width: 100%;
    /*border:1px solid blue;*/
}

/*=========================================================================================*/


.mi_descargar_tapa_grande
{
    display: flex;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #EC6A63;
    z-index: 8;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    transition: transform 0.3s;
}

.mi_descargar_tapa_grande:hover {background-color: #e16b65; transform: scale(1.05);}
.mi_descargar_tapa_grande:active {background-color: #d8615b;}


.mi_cf_imagen
{
    display: flex;
    max-width: 45%;
    overflow: hidden;
    /*box-shadow: inset -35px 0px 20px -15px rgb(255, 255, 255);*/
}

.mi_cf_imagen > div > img
{
    height: 350px;
}

.mi_cf_imagen_cont
{
    border:1px solid #000;
    z-index: -1;
}

.img_carga_fallo, .img_carga
{
    min-width: 200px;
    height: 348px;
    border: 1px solid #626262;
}

.mi_cf_imagen_zoom
{
    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;
}

.mi_cf_imagen_zoom > span
{
    font-size: 50px;
}

.mi_cf_imagen_zoom_hover
{
    position: relative;
    cursor: pointer;
}

.mi_cf_imagen_zoom_hover:hover > div > .mi_cf_imagen_zoom
{
    top: 0;
    opacity: 1;
    transform: scale(1);
}

/*----------------------------------------------------------------------------------------*/

.mi_imagen_zoom
{
    display: flex;
    position:fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(0, 0, 2, 0.5);
    z-index: 3002;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}

.mi_imagen_zoom > img
{
    max-width: 90vw;
    max-height: 90vh;
    transition: transform 0.3s;
    transform: scale(0.8);
}

/*=========================================================================================*/

.mi_cf_info
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 5%;
}

.mi_cf_info > div
{
    display: flex;
    flex-direction: column;
}

.mi_cf_info_head
{
    height: 30%;
}

.mi_cf_info_body
{
    height: 50%;
    justify-content: space-between;
    /*font-weight: bold;*/
}

.mi_cf_info_body > span > span
{
    user-select: text;
}

.mi_cf_info_body > span > span:nth-child(2)
{
    font-weight: bold;
}

.mi_cf_info_head > span > span
{
    user-select: text;
}

.span_ext_info
{
    display: none;
}

.span_ext_info > span:first-child
{
    color: rgb(236, 105, 83);
    margin-right: 10px;
}


.span_titulo
{
    font-weight: bold;
    font-size: 100%;
    color:#EC6A63;
    margin-bottom: 3px;
}

.con_span_subtitulo
{
    font-weight: 400;
    font-size: 100%;
    color:#EC6A63;
    margin-bottom: 5%;
}

.span_autor
{
    font-weight:500;
    font-size: 100%;
    color:#EC6A63;
}

.span_precio
{
    font-weight: bold;
    font-size: 100%;
    color:#EC6A63;
}


/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/


.mi_cf_flotante
{
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    top:360px;
    flex-direction: column;
    /* border:1px solid red; */
}

.mi_cf_flotante_usuario
{
    width: 100%;
}

/*=========================================================================================*/

.mi_cff_carrito
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    flex-direction: column;
}


.b_clp_dispon
{
    font-weight: bold;
}

.b_clp_dispon_disponible
{
    display: flex;
    color: rgb(236, 105, 83);
    height: 31px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 10px;
    align-items: center;
    position: relative;
}

.proximamente
{
    position: absolute;
    transform: translate(-50%, 0px);
    top: -45px;
}

.btn_pedir_cont
{
    display: flex;
    background-color: rgb(236, 105, 83);
    border: 1px solid rgb(236, 105, 83);
    color:#fff;
}

.btn_pedir_cont > div
{
    padding: 5px 10px;
    background-color: rgb(236, 105, 83);
    white-space: nowrap;
}

.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;
}

.mi_cff_carrito_agregado_al_pedido
{
    display: none;
    position: absolute;
    top: 0;
    /*width: 200px;*/
    left: -35px;
    align-items: center;
    justify-content: center;
    height: 100%;

    color: rgb(0, 0, 171);
    font-weight: bold;
}

/*=========================================================================================*/

.mi_descargar_ficha
{
    display: flex;
    width: 100%;
    margin-top: 20px;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
}

.mi_descargar_ficha > .myButton
{
    align-items: center;
    border-radius: 2px;
    height: 31px;
    padding: 0px 0px;
    width: 233px;
    justify-content: center;
}

.mi_descargar_ficha > .myButton > span
{
    margin-right: 5px;
}


/*=========================================================================================*/

.mi_cff_resenia
{
    margin-top: 30px;
    position: relative;
}

.mi_cff_resenia_ocultar
{
    display: flex;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/* Arrancando con las correcciones para width menor a 900 */
@media (max-width: 900px)
{
    .mi_contFalse
    {
        padding: 0 3%;
    }

    .mi_cf_info
    {
        width: 50%;
    }

    .barraSuperiorFalsa
    {
        height: 70px;
    }
}

.b_icon_me_interesa {
    color: rgb(34 142 0);
    font-size: 25px;
    cursor: pointer;
}
.b_icon_me_interesa:hover
{
    color: rgb(255, 34, 0);
}


.mi_marcar_span {cursor: pointer; position: relative;}
.mi_marcar_span:hover {text-decoration: underline;}



.mi_genero_completo_flotante
{
    display: flex;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0) scale(0.95);
    font-size: 10px;
    border-bottom: 1px solid #000;
    padding: 3px 5px;
    width: max-content;
    background-color: #FFF;
    transition: transform 0.3s, top 0.3s, opacity 0.3s;
    user-select: none;
    pointer-events: none;
    opacity: 0;
}

.mi_marcar_span:hover > .mi_genero_completo_flotante {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    top: -30px;
}












/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/* Slider final */

.mi_cont_slider
{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 350px;
    box-shadow: 0px -5px 5px -5px rgb(182 182 182);
    margin-top: 50px;
    overflow: hidden;
    /*border:1px solid red;*/
}

.mi_cont_slider_titulo
{
    display: flex;
    position: relative;
    width: 100%;
    height: 120px;
    /*border:1px solid red;*/
}

.mi_cff_titulo_slider
{
    display: flex;
    position: absolute;
    bottom:-120px;
    left:0;

    color:rgb(236, 105, 83);
    font-size: 25px;
    font-weight: bold; 
    overflow: hidden;
}


.mi_cs_cont
{
    display: flex;
    position: relative;
    padding: 0 10%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.mi_csc_cont
{
    display: flex;
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.mi_cscc_carga
{
    display: flex;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    transition: top 0.5s;
    background-color: #fff;
    z-index: 2;
}

.mi_cscc_carga > img
{
    animation: identifier 3s infinite;
}

.mi_cscc_tapa
{
    display: block;
    position: absolute;
    height: 180px;
    top:50%;
    transform:translate(0, -50%);
    z-index: 1;
}


.mi_cscc_tapa:hover > .mi_cscc_tapa_mas_info {
    top: 0;
    opacity: 1;
    transform: scale(1);
}


.mi_cscc_tapa_mas_info {
    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: 12px;
    font-weight: bold;
    color: #1f1f1f;
    cursor: pointer;
}

.mi_cscc_tapa_mas_info > span {
    color: #161616;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}


.mi_cs_cont_izquierda, .mi_cs_cont_derecha
{
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    background-color: rgb(150, 205, 181);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 21;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    top: 39%;
    user-select: none;
}

.mi_cs_cont_izquierda
{
    left: 3%;
    transform: rotate(-180deg);
}

.mi_cs_cont_derecha
{
    right: 3%;
}