/* body */
.body-home
{
    background-image: url(./assets/bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
    height: 100vh;
}

/* header */
.header-home
{
    background-color: rgba(21, 21, 29, 0.7);
    color: #889C98;
    padding: 0 0 1rem 1.5rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    align-items: baseline;
    font-family: Ubuntu Mono;
    border-bottom: 0.3rem rgba(88, 98, 98, 0.85) solid;
    box-shadow: 0 0.5rem 1rem 0 rgba(88, 98, 98, 0.85);
}

/* header h1 list */
.header-div-home
{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 2rem;
}
.icon-header
{
    object-fit: cover;
    border-radius: 20rem;
    border: rgba(88, 98, 98, 0.85) solid 0.15rem;
    width: 7rem;
    align-items: baseline;
}
.header-h1
{
    color: #889C98;
    cursor: default;
}

/* header list */
.home-headerUl
{
    display: flex;
    gap: 2rem;
    margin-right: 2rem;
    font-size: 1.4rem;
}
.home-headerA
{
    color: #889C98;
    transition: 0.1s ease-in-out;
}
.home-headerA:hover
{
    color: #d1e2df;
    transition: 0.3s ease-in-out;
}










/* main */
.main-homeDiv
{
    color: white;
    padding: 1rem;
    margin: 5rem 7rem 0 7rem;
}
.main-homeh2
{
    color: #889C98;
    font-size: 2rem;
    font-family: Ubuntu Mono;
    text-align: center;
}
.main-homeh3
{
    border-bottom: 0.2rem #889C98 solid;
    margin: 2rem 0 2rem 0;
    border-top: 0.1rem #889C98 solid;
    padding: 2rem 0 2rem 0;
    font-size: 2rem;
    color: #889C98;
    font-family: Ubuntu Mono;
    text-align: center;
}
.main-home_historyDiv
{
    background-color: rgba(21, 21, 29, 0.85);
    border-bottom: 0.2rem #889C98 solid;
    box-shadow: 1rem 2rem 1rem rgba(0, 0, 0, 0.3);
}
.main-home_history
{
    padding: 2rem;
}
.main-home-historyText
{
    font-family: Chakra Petch;
    font-size: 1.1rem;
    text-align: justify;
    line-height: 1.2;
}
.span-history
{
    padding: 1.15rem;
    line-height: 1.3;
    border-left: 0.2rem solid #ffd900;
    margin: 0 0 0 3.5rem;
    color: #ffd900;
}











/* characters set */
.main-characters
{
    justify-content: space-between;
    align-items: center;
    margin: 2rem 2rem 2rem 2rem;
    color: #889C98;
    font-family: Ubuntu mono;
}
.main-characters_infoDiv
{
    background-color: rgba(21, 21, 29, 0.85);
    padding: 2rem;
    margin: 0 7rem 0 7rem;
}
.main-characters-title
{
    text-align: center;
    padding: 1rem;
    background-color: rgba(21, 21, 29, 0.85);
    border-top: 0.2rem #889C98 solid;
    border-bottom: 0.2rem #889C98 solid;
    margin: 0 7rem 2rem 7.5rem;
    font-size: 2rem;
    font-family: Ubuntu mono;
}
.main-character-info
{
    margin: 2rem 0 2rem 0;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    border-top: 0.2rem #889C98 solid;
    border-bottom: 0.2rem #889C98 solid;
    padding: 2rem 0 2rem 0;
}
.main-character-icon
{
    width: 15rem;
    height: 15rem;
    object-fit: cover;
    border-radius: 0.6rem;
}
.main-character-name
{
    font-family: Chakra Petch;
    color: #ffffff;
    font-size: 3rem;
}
/* description character */
.main-character-description
{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0.2rem #889C98 solid;
    padding-bottom: 2rem;
}
.main-character-descriptiontxt
{
    border-left: 0.2rem #c97800 solid;
    padding-left: 2rem;
    max-width: 50rem;
    text-align: justify;
}




/* footer */
footer
{
    background-color: #212129;
    margin-top: 5rem;
    padding: 2rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.autortxt
{
    font-size: 1.2rem;
    text-align: right;
    color: #889C98;
}
.autor
{
    color: #ff4400;
    font-family: Ubuntu Mono;
    font-size: 1.2rem;
}
.madewithtxt
{
    color: #6e6d75;
    font-size: 0.8rem;
}
.madewith
{
    font-family: Ubuntu Mono;
    color: #c97800;
    font-size: 1.1rem;
}
