
footer {
    background-color: #003E7C;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    border-top: 4px solid #046FDB;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    z-index: 1000;
}


/* ÁREA DO BOTÃO INÍCIO */
.start_area {
    height: 45px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}


/* BOTÃO INÍCIO */
.inicio_btn {
    background-color: #008949;
    border-top: 4px solid #02C369;
    border-left: 4px solid #02C369;
    border-bottom: 4px solid #036336;
    border-right: 4px solid #036336;
    width: 13vw;
    min-width: 140px;
    height: 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    gap: 8px;
    margin-top: -2%;
    font-family: "Pixelify Sans", sans-serif;
    cursor: pointer;
}

.inicio_btn img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    image-rendering: pixelated;
}

.inicio_btn p {
    margin: 0;
    font-size: 26px;
    color: #ffffff;
    font-weight: 100;
}

.inicio_btn:hover {
    border-top: 4px solid #036336;
    border-left: 4px solid #036336;
    border-bottom: 4px solid #02C369;
    border-right: 4px solid #02C369;
}

.taskbar_apps {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    min-width: 0;
    padding-left: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

/* BARRINHA PROJETO ABERTO */
.taskbar_item{
    height: 45px;
    min-width: 0;
    max-width: 220px;
    flex: 1 1 220px;
    background-color: #004987;
    border-top: 4px solid #046FDB;
    border-left: 4px solid #046FDB;
    border-bottom: 4px solid #102D4A;
    border-right: 4px solid #102D4A;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    box-sizing: border-box;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
}

.taskbar_item.active{
    border-top: 4px solid #102D4A;
    border-left: 4px solid #102D4A;
    border-bottom: 4px solid #046FDB;
    border-right: 4px solid #046FDB;
}

.taskbar_item img{
    width: 22px;
    height: 22px;
    object-fit: contain;
    image-rendering: pixelated;
}

.taskbar_item span{
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* IDIOMA + RELÓGIO */
.lan-clock {
    height: 45px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 8px;
    margin-right: 24px;
    flex-shrink: 0;
}


/* BOTÃO DE IDIOMA */
.language_btn {
    background-color: #003E7C;
    border-top: 4px solid #046FDB;
    border-left: 4px solid #046FDB;
    border-bottom: 4px solid #102D4A;
    border-right: 4px solid #102D4A;
    width: 50px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Pixelify Sans", sans-serif;
    cursor: pointer;
}

.language_btn p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
}

.language_btn:hover {
    border-top: 4px solid #102D4A;
    border-left: 4px solid #102D4A;
    border-bottom: 4px solid #046FDB;
    border-right: 4px solid #046FDB;
}


/* RELÓGIO */
.clock {
    background-color: #003E7C;
    border-top: 4px solid #102D4A;
    border-left: 4px solid #102D4A;
    border-bottom: 4px solid #046FDB;
    border-right: 4px solid #046FDB;
    width: 120px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Pixelify Sans", sans-serif;
    cursor: default;
    color: #ffffff;
}

.clock p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}


/* MENU INÍCIO */
.start_menu {
    position: fixed;
    left: 0;
    bottom: 45px;
    width: 590px;
    background-color: #bfbfbf;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #7f7f7f;
    display: none;
    font-family: "Pixelify Sans", sans-serif;
    z-index: 1200;
    box-sizing: border-box;
}

.start_menu.open {
    display: block;
}


/* TOPO MENU */
.start_profile {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.start_profile_img {
    width: 54px;
    height: 54px;
    border-top: 4px solid #046FDB;
    border-left: 4px solid #046FDB;
    border-bottom: 4px solid #003E7C;
    border-right: 4px solid #003E7C;
    image-rendering: pixelated;
}

.start_profile h1 {
    margin-top: 10%;
    font-size: 23px;
    font-weight: 500;
    color: #000000;
}

.start_profile p {
    font-size: 15px;
    color: #000000;
    margin-top: -8%;
}


/* MENU */
.start_menu_content {
    display: flex;
    gap: 14px;
    padding: 0 16px 16px;
}

/* COLUNA ESQ */
.start_about {
    background-color: #eeeeee;
    border-top: 5px solid #8f8f8f;
    border-left: 5px solid #8f8f8f;
    border-right: 5px solid #d8d8d8;
    border-bottom: 5px solid #d8d8d8;
    padding: 14px;
    box-sizing: border-box;
}

.start_about p{
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.15;
    color: #000000;
}


/* EMAIL - CONTATO */
.start_action {
    height: 52px;
    margin-top: 10px;
    padding: 0 12px;
    background-color: #eeeeee;
    border-top: 5px solid #d8d8d8;
    border-left: 5px solid #d8d8d8;
    border-right: 5px solid #8f8f8f;
    border-bottom: 5px solid #8f8f8f;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    box-sizing: border-box;
}

.start_action:hover {
    border-top: 5px solid #8f8f8f;
    border-left: 5px solid #8f8f8f;
    border-right: 5px solid #d8d8d8;
    border-bottom: 5px solid #d8d8d8;
}

.start_action img {
    width: 22px;
    height: 22px;
    image-rendering: pixelated;
}


/* COLUNA DIR */

.start_projects {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.start_projects a {
    height: 52px;
    padding: 0 12px;
    background-color: #bfbfbf;
    border-top: 5px solid #d8d8d8;
    border-left: 5px solid #d8d8d8;
    border-right: 5px solid #8f8f8f;
    border-bottom: 5px solid #8f8f8f;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    box-sizing: border-box;
}

.start_projects a:hover { 
    border-top: 5px solid #8f8f8f;
    border-left: 5px solid #8f8f8f;
    border-right: 5px solid #d8d8d8;
    border-bottom: 5px solid #d8d8d8;
}

.start_projects img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    image-rendering: pixelated;
}

.start_projects span{
    white-space: nowrap; 
    text-overflow: ellipsis;
    width: 180px;
    overflow: hidden;
    display: block;
}

/* MODAL IDIOMA */
.language_modal {
    border: none;
    padding: 0;
    background: transparent;
    font-family: "Pixelify Sans", sans-serif;
    overflow: visible;
}

.language_modal:focus {
    outline: none;
}

.language_modal::backdrop {
    background-color: rgba(0, 0, 0, 0.42);
}


/* JANELA */
.language_window {
    width: 450px;
    background-color: #f5f5f5;
}

.language_header {
    height: 30px;
    background-color: #004987;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 4px solid #046FDB;
    border-left: 4px solid #046FDB;
    border-bottom: 4px solid #102D4A;
    border-right: 4px solid #102D4A;
}

.language_header p {
    color: white;
    font-size: 22px;
    padding-left: 25px;
}

.language_close {
    width: 85px;
    height: 28px;
    background-color: #c40000;
    color: #ffffff;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 24px;
    border-top: 4px solid #f00000;
    border-left: 4px solid #f00000;
    border-right: 4px solid #750000;
    border-bottom: 4px solid #750000;
    cursor: pointer;
    box-sizing: content-box;
    margin-right: -4px;
}

.language_close:hover,
.language_close:active {
    border-top-color: #750000;
    border-left-color: #750000;
    border-bottom-color: #f00000;
    border-right-color: #f00000;
}


/* CONTEÚDO DO MODAL */
.language_content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-left: 4px solid #d5d5d5;
    border-right: 4px solid #929292;
    border-bottom: 4px solid #929292;
}


/* BOTÕES DOS IDIOMAS */
.language_option {
    width: 100%;
    height: 65px;
    background-color: #f5f5f5;
    color: #000000;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
    border-top: 4px solid #d5d5d5;
    border-left: 4px solid #d5d5d5;
    border-right: 4px solid #929292;
    border-bottom: 4px solid #929292;
    cursor: pointer;
}

.language_option:hover {
    background-color: #bdbdbd;
    border-top: 4px solid #929292;
    border-left: 4px solid #929292;
    border-right: 4px solid #d5d5d5;
    border-bottom: 4px solid #d5d5d5;
}

.language_option:active,
.language_option.active {
    background-color: #bdbdbd;
    border-top: 4px solid #929292;
    border-left: 4px solid #929292;
    border-right: 4px solid #d5d5d5;
    border-bottom: 4px solid #d5d5d5;
}
