/*
ESTILOS DAS MENSAGENS ---------------------------------------------------------
*/

.cores {
    background: #ff0000;
}

.caixa-notificacao {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 90%;
    background: #ffffff;
    border: 1px solid gray;
    border-radius: 1px;
    box-shadow: 10px 10px 10px gray;
    animation: animate;
    animation-duration: 500ms;
    text-align: center;
    padding: 12px;
    margin: 0 5px 0 5px;
}



.texto-notificacao {
    color: white;
    font-weight: bold;
}

.img-notificacao {
    width: 10px;
    height: 10px;
    margin: auto;
}

.btn-notificacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 20px;
    height: 20px;
}



/*
ESTILO GERAL ------------------------------------------------------------
*/


.borda {
    border: 2px solid rgb(255, 255, 255);
}

.borda-dark {
    border: 2px solid rgb(0, 0, 0);
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #097e17, #6d00a4);
    background-attachment: fixed;
}

.centralizar-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.centralizar-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.esquerda {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.direita {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.form {
    position: fixed;
    padding: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 10px 10px 10px gray;
    animation: animate;
    animation-duration: 500ms;
}

@keyframes animate {
    from {
        opacity: 1;
    }
}


.fundo {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,  #097e17, #6d00a4);
}



.img {
    width: 15px;
    height: 30px;
}

.logo {
    height: 100px;
}


.cabecalho {
    margin: 5px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}


.rodape {
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin: 5px;
}

.btn-padrao {

    background-color: #f6848a;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ffff;
    font-size: 15pt;
    color: #ffff;

}


.btn-cor {

    background-color: #6d00a4;

}


/* ESTILOS LOAD  ------------------------------------------------------ */

.load {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(252, 252, 252, 0.671);
}




/* ESTILO GERAR-PDF ----------------------------------------------------- */


.titulo {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 20px;
}


/* ESTILO LETRAS */
