/*fuentes original de la app*/
@font-face{
    font-family: 'NotoSans_JP';
    src:url(../materials/Font/Noto_Sans_JP/NotoSansJP-Regular.ttf); 
}
@font-face{
    font-family: 'Zenmaru_bold';
    src:url(../materials/Font/Zen_Maru/ZenMaruGothic-Bold.ttf); 
}
@font-face{
    font-family: 'Zenmaru_medium';
    src:url(../materials/Font/Zen_Maru/ZenMaruGothic-Medium.ttf); 
}

/*fuentes que se escogen para editar, y aqui para que se pueda ver*/
@font-face{
    font-family: 'Kosugi_Regular';
    src:url(../materials/Font/Kosugi_Regular.ttf); 
}
@font-face{
    font-family: 'MPLUSU_VariableFont';
    src:url(../materials/Font/MPLUSU-VariableFont_wght.ttf); 
}
@font-face{
    font-family: 'KiwiMaru_Medium';
    src:url(../materials/Font/KiwiMaru_Medium.ttf); 
}
@font-face{
    font-family: 'BIZUDPGothic_Regular';
    src:url(../materials/Font/BIZUDPGothic_Regular.ttf); 
}
@font-face{
    font-family: 'Yomogi_Regular';
    src:url(../materials/Font/Yomogi_Regular.ttf); 
}
@font-face{
    font-family: 'HachiMaruPop_Regular';
    src:url(../materials/Font/HachiMaruPop_Regular.ttf); 
}
@font-face{
    font-family: 'ShipporiMincho_Medium';
    src:url(../materials/Font/ShipporiMincho_Medium.ttf); 
}


body{
    font-family:'NotoSans_JP';
    font-size: 15px;
    margin: 0;
    display: flex;
    justify-content: center;
    overflow-y: auto;
}
.todo{
    width: 100%; /*para que ocupe todo el ancho de la pantalla*/
    background-image: url("../materials/img/fondo_30opacidad.jpg"); /*.. = es ir a la carpeta anterior para buscar las img*/
    min-height: 100vh;
    position: relative;
    margin: 0 auto; /*para centrar el contenido*/
    padding: 10px 20px 50px 20px; /*para agregar un poco de espacio a los lados del contenido*/
}

/*interior historia*/
.interior_historia{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-bottom: 5%;
}
/*parrte superior*/
.parte_superior{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-top: 10px;
}
/*btn atras*/
.btn_atras {
    display: flex;
    align-items: center;
}
.atras{
    cursor: pointer;
    background: transparent;
    border: none;
}
.imgbtnatras{
    width: 45px;
    height: 45px;
}
.selectorcap{
    width: 50%;
    min-width: 130px;
    max-width: 220px;
    position: relative;
}
select{
    width: 100%;
    background-color: #F0E8D1;
    background-image: url('../materials/Altres_icons_btn/flecha_abajo_rojo.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
    padding: 10px 15px 10px 7px;
    border: 1px solid #37516A;
    border-radius: 10px;
    appearance: none;
    position: relative;
    font-family: 'Zenmaru_medium';
    font-size: 17px;
    text-align: center;
}
option{
    background-color: #37516A;
    color: #FCC560;
    font-family: 'Zenmaru_medium';
    font-size: 13px;
    text-align: center;
}
/*zoom*/
.btn_zoom{
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
}
.btn_zoom img{
    width: 75px;
    height: 75px;
    display: block;
}
.pestanya_zoom{
    position: absolute;
    top: 65px;
    right: 0px;
    display: none;
    background-color: white;
    border-radius: 10px;
    padding: 10px 25px;
    border: 1px solid #37516A;
    align-items: center;
    gap: 12px;
}
.pestanya_zoom.activa{
    display: flex;
}
.nom_zoom{
    font-size: 18px;
    font-family: 'NotoSans_JP';
}
.dentro_zoom{
    background-color: rgb(55, 81, 106, 0.2);
    border-radius: 15px;
    display: flex;
}
.numero_zoom{
    padding: 3px 6px;
    margin: 0px 15px;
    font-size: 15px;
    text-align: center;
    font-family: 'NotoSans_JP';
}
.btn_menos, .btn_mas{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    background-color: #37516A;
    color: #FCC560;
    font-family:'Zenmaru_bold';
    font-size: 20px;
    text-align: center;
}
.historia{
    margin-top: 2%;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
}
/*titulo*/
.titulojp{
    font-size: 26px;
    font-family:'Zenmaru_bold';
    color: black;
    text-align: center;
}
.nota_autor{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.infohistoria{
    font-size: 15px;
}
.imagen{
    margin-top: 10px;
    width: 105px;
    border-radius: 10px;
    object-fit: cover; /* La imagen se ajusta al tamaño sin distorsionarse */
}
/*parte de titulo*/
.cont_titulo{
    margin: 0px 10px 0px 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.text{
    font-size: 17px;
    font-family:'Zenmaru_bold';
    color: #000;
}

/*cambio capitulo*/
.btn_cambiocap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cambio{
    width: 100%;
    max-width: 176px;
    background: none;
    border: none;
}
.btn_anterior, .btn_siguente{
    width: 100%;
}