.div-pagina1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showbr{
    display:none;
}
.container-cards-analistas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.container-card-analistas {
  display:flex;
  align-items: center;
  justify-content:left;
  width: 390px;
  margin: 20px;
  flex-wrap: nowrap;
  margin: 10px;
  padding: 15px 20px;
  background-color: #f3f5f7;
  border-radius: 10px;

}

.img-div {
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-div img {
  width: 100px;
  height: 100%;
}

.div-infos {
  display:flex;
  flex-direction: column;
  margin: 10px;
  padding: 15px 20px;
  font-family: sans-serif;
  gap: 5px;
  align-items: flex-start;
  width: 240px;
}

.nome-analista {
  font-weight: 700;
  font-size: 20px;
  color: #117FBD;
  margin: 5px 0px 10px 0px
}

.cargo-setor {
  text-decoration: none;
  color: rgb(70,70,70);
  font-size: 15px;
  font-weight: 700;
}

.email-analista {
  text-decoration: none;
  color: rgb(70,70,70);
  font-size: 13px;
  font-weight: 700;
}

.contato-analista {
  text-decoration: none;
  color: rgb(70,70,70);
  font-size: 13px;
  font-weight: 700;
}

.botoes-data-print {
    background-color:white;
  display: flex;
  gap:20px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 7px 10px 5px 10px;
  position: absolute;/*
  right: 70px;
  top: 90px;*/
  width: fit-content;
  align-self: flex-end;
  }

.botao-data img, .botao-print img{
  margin: 0;
}

.botao-data {
  cursor: pointer;
}

.botao-data:hover {
  background-color: rgba(180, 223, 223, 0.596);
  border-radius: 5px;
}

.datepicker {
  display: flex;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
}

.hide-display {
  display: none;
}

.logado {

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
  justify-content: center;
  border: 1px solid white;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  color: white;

  height: 40px;
}

.logado img{
  width: 25px;
}

.logado::before {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  background-image: url("img/icon_user_white.png");
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 0 10px 0 0;
}

[data-position] {
  position: relative;
}

[data-position] .logout {
  display: none;
  transition: 0.6s;
}

[data-position]:hover .logout{
  display: block;
 }

.logout {
  right: 15px;
  top: -5px;
  position: absolute;

  display: block;
  box-sizing: border-box;
  width: 0;
}

.logout span {
  background: linear-gradient(90deg, #ff5e00 35%, rgb(255, 0, 0));
  color: rgb(119, 4, 4);
  border-radius: 5px;
  padding: 3px 8px;
  cursor: pointer;
  font-size: 13px;
}

.logout span:hover {
  background: linear-gradient(90deg, #f80b0b 35%, rgb(255, 0, 0));
  color: rgb(255, 255, 255);
}

.logado-hide {
  display: none;
}

nav {
  display: flex;
  gap: 20px;
  align-items: center;
}


.containerrr {
  display: flex;
  justify-content: space-around;
}




@media (max-width: 1240px) {

  .logado-hide2 {
    display: none;
  }

  .hide-header {
    display: flex;
  }

  .logado-hide {
    display: flex;
  }

  .logout {
    right: 15px;
    top: -10px;
  }

}

}







}


.follow {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  color: rgb(179, 147, 110);
}


.alternar-background tr:nth-child(even) {
  background-color: #eeeeee94;
  border-radius: 15px;
}


/*
TABELAS DE MACRO E CARTEIRA REUNIDAS
            26/07
*/

.container-card2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}

.container-card3 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-grow: 1;
}

.mini-container2 {
  background: rgb(255,255,255);
  background: linear-gradient(-86deg, rgba(255,255,255,1) 100%, rgba(222,217,217,1) 100%);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.mini-container2 h4, span {
  color: #020202;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  text-wrap: nowrap;
}

.mini-container2 span {
  color: #7E7E7E;
}

.mini-container2 h4{
  padding: 20px 10px 20px 10px;
}

.mini-container2 p{
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
  padding-bottom: 20px;
}


@media (max-width:850px) {
  .container-card3 {
    flex-direction: column;
  }
  .showbr{
    display:block;
    }


}