* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brotesque';
    src: url('../fonts/Brotesque Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chocolate';
    src: url('../fonts/TT Chocolates Trial Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* /////////////////// HEADER  -  NAVBAR //////////////////////// */
.headerConteiner {
    position: relative;
    min-height: 6rem;
    background-color: #8bc34a;

}

.headerContent {
    max-width: 1550px;
    height: 6rem;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-inline: 50px;

}

.headerContent img {
    padding: 0;
    width: 200px;
    height: auto;
}

.headerNav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: 'Impact', Geneva, Tahoma, sans-serif;

}

.headerNav a {
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;

}

.headerNav a:hover {

    transform: scale(1.2);

}

.btn-logout {
    border-radius: 10px;
    border: none;
    /* Remove a borda do botão */
    background: transparent;
    /* Remove o fundo do botão */
    padding: 0;
    /* Remove o preenchimento interno */
    cursor: pointer;
    /* Altera o cursor para pointer */
    transition: transform 0.5s ease-in-out;
}

.btn-logout img {

    width: 40px;
    /* Ajuste o tamanho da imagem conforme necessário */
    height: auto;
    /* Mantém a proporção da imagem */
}

.btn-logout:hover {
    transform: scale(1.2);
    color: #d5d5d5;
}


@media screen and (max-width: 720px) {
    .headerContent {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column;
        height: 8rem;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .headerNav {

        gap: 85px;
        display: contents;
    }
}


/* ////////////////////// TELA AJUSTAR WIFI //////////////////////// */

.conteinerCenterAjuste {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px;
    background-color: #8bc34a;

}

.ajuste {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ajuste a {

    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    color: aliceblue;
    text-decoration: none;
    text-align: center;
    transition: transform 0.5s ease-in-out;

}

.ajuste form {
    padding-top: 16px;
    color: white;
    padding-bottom: 16px;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 16px;


}


.ajuste-label {

    font-family: 'Brotesque', Geneva, Tahoma, sans-serif;
    color: white;
    font-size: 2rem;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);

}

.input {

    color: #454545;
    height: 50px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    /* Borda padrão */
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    transition: box-shadow 0.3s ease;
    /* Suaviza a transição */
}

.input:focus {
    outline: none;
    /* Remove o outline padrão */
    box-shadow: 0 0 10px 6px rgba(91, 210, 95, 0.5);
    /* Blur colorido */
    border-color: #4CAF50;
    /* Ajusta a borda para combinar com o efeito */
}

.botao {

    font-weight: bold;
    margin-top: 16px;
    height: 50px;
    font-size: 16px;
    border-radius: 8px;
    color: white;
    background: #337035;
    border: none;
    transition: transform 0.5s ease-in-out;
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 8px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */


}

.botao:hover {

    transform: scale(1.1);
    color: #d5d5d5;
}

@media screen and (max-width: 720px) {
    .ajuste form {
        width: 250px;
    }

}


/* ////////////////////// ALTERADO COM SUCESSO //////////////////////// */

.conteinerCenterAlterSuccess {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px;
    background-color: #8bc34a;

}

.AlterSuccess {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.AlterSuccess form {

    padding-top: 16px;
    color: white;
    padding-bottom: 16px;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    width: 420px;
    gap: 16px;


}


.AlterSuccess img {
    width: 330px;
    margin-bottom: 15px;
}


.AlterSuccess a {

    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    color: aliceblue;
    text-decoration: none;
    text-align: center;
    transition: transform 0.5s ease-in-out;
}

.AlterSuccess a:hover {

    transform: scale(1.05);
    color: #337035;

}

.AlterSuccessBody {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 300px;
    border-radius: 10px;
    background-color: aliceblue;
    box-shadow: 2px 10px 7px rgba(0, 0, 0, 0.2);


    & img {

        margin-top: 10px;
        width: 110px;
        box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.3);
        border-radius: 62px;
    }

    & h1 {
        color: #8bc34a;
        font-size: 1.9rem;
        text-align: center;
        margin: 25px;
        font-family: 'Chocolate', Geneva, Tahoma, sans-serif;



    }


}

@media screen and (max-width: 460px) {
    .AlterSuccessBody {
        width: 350px;
        height: 250px;

        & img {
            width: 80px;
        }

        & h1 {
            font-size: 1.6rem;
            margin: 10px;
        }
    }
}

/* ////////////////////// LOGIN //////////////////////// */

.conteinerCenterLogin {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px;
    background-color: #8bc34a;

}

.login {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.login form {

    color: white;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 20px;

}

.login img {
    width: 330px;
    margin-bottom: 15px;
}


.login a {

    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    color: aliceblue;
    text-decoration: none;
    text-align: center;
    transition: transform 0.5s ease-in-out;

}

.login a:hover {

    transform: scale(1.05);
    color: #337035;

}

/* ////////////////////// ALTERAR PSWD E EMAIL //////////////////////// */

.conteinerCenterAlter {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px;
    background-color: #8bc34a;

}

.alter {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.alter form {
    padding-top: 20px;
    color: white;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 20px;

}

.alter img {
    width: 330px;
    margin-bottom: 15px;
}


.alter a {

    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    color: aliceblue;
    text-decoration: none;
    text-align: center;
    transition: transform 0.5s ease-in-out;

}

.alter a:hover {

    transform: scale(1.05);
    color: #337035;

}

/* ///////////////////// BOTÃO VOLTAR /////////////////////////// */


.botaoVoltar {
    margin-top: 35px;
    text-align: center;
    font-weight: bold;
    height: 45px;
    width: 35%;
    /* Altere conforme necessário */
    border-radius: 8px;
    color: white;
    background: #337035;
    border: none;
    transition: transform 0.5s ease-in-out;
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 8px 5px rgba(0, 0, 0, 0.2);
}

.botaoVoltar:hover {
    transform: scale(1.1);
    color: #d5d5d5;
}

@media screen and (max-width: 460px) {
    .botaoVoltar {
        width: 60%;
    }

}

/* ////////////////////// CADASTRAR //////////////////////// */

.conteinerCenterCadastro {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #8bc34a;

}

.cadastro {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cadastro form {

    color: white;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 22px;

}

.cadastro img {
    width: 330px;
    margin-bottom: 15px;
}

.cadastro a {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    color: aliceblue;
    text-decoration: none;
    text-align: center;
    transition: transform 0.5s ease-in-out;

}

.cadastro a:hover {

    transform: scale(1.05);
    color: #337035;

}

/* ///////////// FOOTER ///////////////////////// */

.footer {
    display: flex;
    margin-top: 100px;
    min-height: 6rem;
    background-color: #8bc34a;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #f9f9f9cc;
}

.footer div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 20px;
    padding: 20px;
}

.footer p {
    font-family: 'Impact', Geneva, Tahoma, sans-serif;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.footer a {
    font-family: 'Impact', Geneva, Tahoma, sans-serif;
    font-size: 1.2rem;
    color: #d8d8d8cc;
    text-decoration: none;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
}

.footer a:hover {
    transform: scale(1.2);
    color: #d5d5d5;
}


/* //////////////// GRAFICO ///////////////// */


.title-dados {
    color: #8bc34a;
    font-size: 2.2rem;
    margin: 40px auto 70px;
    text-align: center;
    
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    font-weight: bold;

}

.title-descption {
    color: white;
    font-size: 1.4rem;
    margin: 60px 400px;
    border-radius: 10px;
    text-align: center;
    background-color: #8bc34a;
    font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
    font-weight: bold;
    

}
.rotulos {
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 10px auto 100px;
    text-align: center;
    gap: 20px;
}

.rotulo-cores {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 20px;

    & img {
        width: 40px;
        height: 20px;
        border-radius: 8px;

    }

    & p {
        font-size: 19px;
        color: #337035;
        font-family: 'Chocolate', Geneva, Tahoma, sans-serif;
        margin: 0;
        white-space: nowrap;
        text-align: center;
        font-weight: bold;

    }
}

@media screen and (max-width: 720px) {
    .rotulos {
        width: 100%;
        flex-direction: column;
        margin: 10px auto 80px;
    }

    .rotulo-cores {
        padding: 5px;
        gap: 10px;
    }

    .rotulo-cores img {
        width: 30px;
        height: 15px;
    }

    .rotulo-cores p {
        font-size: 18px;
    }

    .title-dados {
        margin: 50px auto;

    }
    .title-descption {
        margin: 60px 20px;
        font-size: 1.1rem;
    }

}






.grafico {
    max-width: 100%;
    margin: 0 auto;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;

}

@media screen and (max-width: 720px) {
    .grafico {

        padding: 0 10px;
        max-width: 100%;
        height: 750px;
        /* Ajuste a altura para telas menores */
    }
}






/* //////////////// Status ///////////////// */


.status {

    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    gap: 10px;
    margin: 70px 30px 100px 30px;
}

.status-cards {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;


}

.cards {

    width: 400px;
    height: 150px;
    padding: 40px;
    margin: 0 10px;
    background-color: #8bc34a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    border-radius: 8px;

}

.text-span {

    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 20px;
}




@media screen and (max-width: 720px) {
    .status-cards {
        flex-direction: column;
    }

    .cards {

        width: 350px;
    }

    .text-card {
        font-size: 20px;
        text-align: center;
    }

    .status {
        margin: 60px 30px;
    }
}

/* ALERT */

.alerta-custom {
    width: 50%; /* Define a largura */
    max-width: 500px; /* Define um limite máximo */
    margin: auto; /* Centraliza */
}

@media (max-width: 768px) {
    .alerta-custom {
        width: 80%;
    }
}


/* @media and (max-width: px) {
    .cards {
        width: 300px;
    }

    .text-card {
        font-size: 20px;
    }
    
} */