@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto&display=swap');

.containers{
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

/* INICIO DO CARD */
.destaque{
  background-color: white;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  /* height: 260px;    */
  height: 180px;
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}

.col-12:hover .destaque,
.col-12:focus .destaque {
  transition: all 0.5s;
  background-color: #662D8E;
}

.col-12:hover .destaque h5{
color: white;
}

.estilo_icone{
height: 40px;
}

.posicao_icone{
position: absolute; 
bottom: 0; 
right: 0;
}

.icone {
font-size: 30px;
}

.col-12:hover .icone {
color: white;
}
/* FIM DOS CARDS */

#usuario::placeholder {
    color: #a9a9a9; /* Cinza escuro */
}

.destaque_link_indicacao{
    background-color: white;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: 180px;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}

.icone{
    justify-content:center;
    align-items: center;
    justify-items: center;
    height: 80px;
    margin-top: -6vh;
}

.cor_icone{
  color: #662D8E;
}

.cardlogin{
    background-color: white;
    border-radius: 10px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.destaque{
    background-color: white;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    /* height: 260px;    */
    height: 180px;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}

.col:hover .destaque,
.col:focus .destaque {
    transition: all 0.5s;
    background-color: #662D8E;
}

.col:hover .destaque h5{
  color: white;
}

.estilo_icone{
  height: 40px;
}

.posicao_icone{
  position: absolute; 
  bottom: 0; 
  right: 0;
}

.icone {
  font-size: 30px;
}

.col:hover .icone {
  color: white;
}

.titulo_detalhes {
  color: #662D8E;
  font-weight:600;
}

.card-body b {
  font-weight: 500;
}

.text-danger {
  color: red;
  font-weight: bold;
}

.text-success {
  color: green;
  font-weight: bold;
}

.text-outros {
  color: blue;
  font-weight: 600;
}

.status-ativo {
  font-weight: bold;
  color: green;
}

.status-inativo {
  font-weight: bold;
  color: red;
}

.botao-voltar {
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  color: #5a5a5a;
  transition: all 0.2s ease;
}

.botao-voltar:hover {
  background-color: #eee;
}

