.square-button {
  width: 105px;
  height: 65px; /* Aumentei a altura para acomodar o texto abaixo do ícone */
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  color: var(--card-font-color); /* Cor do ícone */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.square-button i {
  font-size: 25px; /* Tamanho do ícone */
}

.square-button span {
  font-size: 14px;
  margin-top: 0px; /* Espaçamento entre o ícone e o texto */
}


.profile-picture {
  width: 140px; /* Defina a largura desejada */
  height: 140px; /* Defina a altura desejada */
  overflow: hidden; /* Garante que a imagem não ultrapasse os limites do círculo */
  border: 2px solid #fff; /* Adiciona uma borda branca opcional */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Adiciona uma sombra opcional */
  border-radius: 50%; /* Transforma a borda em círculo */
  display: flex; /* Usa flexbox */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  
}

  .profile-picture img {
      width: 100%; /* Mantém a proporção da imagem */
      height: 100%; /* Ocupa toda a altura do círculo */
      object-fit: cover; 
      display: block; /* Remove espaços extras abaixo da imagem */
      margin: 0 auto; /* Centraliza horizontalmente */
      
      
  }

.icones_01 {
  width: 50px;
  height: 50px; /* Aumentei a altura para acomodar o texto abaixo do ícone */
  background-color: var(--icon_color_1);
  border: none;
  border-radius: 100%;
  color: var(--card-font-color); /* Cor do ícone */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 15px;
    
  }
  
  .icones_01 img {
      width: auto; /* Mantém a proporção da imagem */
      height: 100%; /* Ocupa toda a altura do círculo */
      display: block; /* Remove espaços extras abaixo da imagem */
      margin: 0 auto; /* Centraliza horizontalmente */
      color:#ffffff
        
  }

.link-color1 {
  color: #000000 !important;
}
  .link-color1:hover {
      color: #000000 !important;
      text-decoration: none !important;
      font-weight:800 !important ;
  }

  .font-color1 {
    color: var(--card-font-color);
  }
  .font-color2 {
    color: #000000;
  }
  .font-color3 {
    color: #4a87e0;
  }
  .backgound-cor1 {
    background-color: var(--icon_color_1);
  }
.centralizar {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zerar {
  margin:0px !important;
  padding:0px !important;
}

.bt-menu {
  background-color: #4a87e0;
  width: 50%;
  border-width: 0;
  box-shadow: 0px 0px 0px;
  margin: 1px;
  margin-bottom: 1px;
  margin-top: 1px;
  border-radius: 0px;
  height: 40px;
}
  .bt-menu:hover {
      opacity: 0.8;
      background-color: #4a87e0 !important;
  }
  .bt-menu:focus {
      opacity: 0.8;
      background-color: #4a87e0 !important;
  }
  .bt-menu:active {        
      background-color: #4a87e0 !important;
  }

 .posicao_foto {
  position: absolute;
  top: 20px;

 }
  

.bg-image {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.profile-header {
  transform: translateY(5rem);
}

.card-bg-color {
  color: var(--card-font-color);
}

.contact-details .icon-circle {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: var(--card-font-color);
  font-size: 21px;
  height: 42px;
  width: 42px;
  padding: 0 10px;
}

.link_sem_sublinhado{
  text-decoration: none !important;
}

