.rodape-botton {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(116, 142, 202);
}

.red-alert {
    background-color: rgb(189, 52, 52); /* Define o fundo como vermelho */
    color: white; /* Define o texto como branco */
    /* Outros estilos, como margens, preenchimento e bordas, podem ser adicionados aqui */
}

.direita {
    text-align: right;
  }

 .centro {
    text-align: center;
  }  

.cab-msg {
    color: rgb(22, 69, 158);
    background-color: rgba(160, 212, 247, 0.589);
}

.pcenter {
    text-align: center;
}

.header-oferta {
    color: rgb(41, 58, 3);
    background-color: rgba(133, 233, 145, 0.637);
}

.header-troca {
    color: rgb(41, 58, 3);
    background-color: rgba(118, 223, 197, 0.877);
}

.header-necessidade {
    color: rgb(102, 52, 19);
    background-color: rgba(245, 120, 37, 0.445);
}

.header-trans {
    color: rgb(65, 19, 102);
    background-color: rgba(165, 17, 233, 0.274);
}

.imagem-part {
    width: 150px;
    height: 170px;
}

.imagem-of-nec {
    width: 100px;
    height: 100px;
}

.responsive {
    width: 100%;
    max-width: 70px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 1px;
}

.imagem-of-nec-cons {
    width: 70px;
    height: 70px;
}

.imagem-of-nec-cons-p {
    width: 50px;
    height: 50px;
}

.imagem-sis {
    width: 7vmax;
    height: 7vmax;
}

.imagem-pequena {
    width: 40px;
    height: 40px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.imagem-header {
    width:45px;
    height: 42px;
    border-radius: 50%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 3px;
    margin-right: 5px;
}

.imagem-home {
    width: 90%;
    height: 90%;
}


.btn-novo-usuario {
    color: white;
    background: rgb(129, 8, 129);
}

.btn-green {
    color: rgb(41, 58, 3);
    background-color: rgb(133, 233, 145);
}

.btn-violeta {
    color: purple;
    background: plum;
}

.btn-blue {
    color: white;
    background: blue;
}

.btn-sair {
    color: white;
    background: firebrick;
}

.btn-acessos {
    color: white;
    background-color: rgb(170, 56, 199);

}

.btn-novo-acesso {
    color: white;
    background-color: rgb(85, 6, 105);
    font-style: italic;
}

.btn-novo-tipo {
    color: white;
    background-color: rgb(163, 85, 12);;
    font-style: italic;
}

.btn-nova-forma {
    color: white;
    background-color: rgb(22, 31, 165);
    font-style: italic;
}


.btn-criar-conta {
    color: white;
    background-color: rgb(9, 104, 52);
    font-style: italic;
}

.btn-incluir {
    color: white;
    background-color: rgb(35, 76, 212);
    font-style: italic;
}

.btn-template {
    color: white;
    background-color: rgb(11, 125, 131);
    font-style: italic;
}

.btn-gravar {
    color: white;
    background-color: rgb(59, 119, 10);
    
}

.btn-alterar {
    color: black;
    background-color:rgb(255, 215, 0);
    
}

.btn-sair {
    color: white;
    background-color:rgb(151, 42, 42);
    
}

.btn-excluir {
    color: white;
    background-color:rgba(209, 12, 12, 0.897);
    
}

.btn-editar {
    color: black;
    background-color: rgba(199, 211, 37, 0.911);
}

.btn-conta {
    color: white;
    background-color: rgba(11, 94, 87, 0.767);
}

.texto-nome-logado {
    color: rgb(26, 11, 238);
}

.texto-movconta {
    color: rgb(8, 103, 192);
}

.texto-novo-usuario {
    color: rgb(81, 0, 156);
}

.texto-conta {
    color: rgb(9, 104, 52);
}

.texto-tipo {
    color: rgb(180, 95, 16);
}
.texto-forma {
    color: rgb(22, 31, 165);
}

.texto-usuarios {
    color: rgb(116, 17, 196);
}

.red-message {
    color: crimson;
}

.no-margin {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#map {
    height: 80%;
}

.btn_link{
    background-color: white;
    border-color: white;
    border-style:solid;
    text-decoration: underline;
    color: blue;
}



/* Optional: Makes the sample page fill the window. */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    /*background-image: url("/img/fundo.jpg");
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: cover;*/
}

.FixarRodape {
    bottom: 0;
    background-color: white;
    position:fixed;
    width: 100%;
    text-align: center;
}

.texto_p {
    font-size: 12px;
}

.texto_m {
    font-size: 14px;
}

.texto_g {
    font-size: 20px;
}

.texto_resp {
    font-size: calc(0.1vh + 0.8vw);
}

