
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

  html {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background-color: #010bdb;
  }
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  body {
    margin: 0;
    padding: 64px;
    background-image: url("/img/fundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    font-weight: bold !important;
  }
  
  
  
  .wrap {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
  
  .profile {
    text-align: center;
    color: #FFF;
  }
  
  .photo {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    object-fit: contain;
    object-position: initial;
    -webkit-filter: none;
    filter: none;
  }
  
  .profile_name {
    font-weight: bold;
    display: block;
    margin: 2.3%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 37px;
  }
  
  .at {
    font-size: 13px;
  }
  
  .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .links ul li {
    margin: 14px 0;
    display: flex;
    align-items: center;
  }
  
  .icon {
    margin-right: 10px;
    width: 35px;
    height: auto;
    color: #FFF;
  }

  .link .icon {
    fill: red; /* Altere para a cor desejada */
  }

  
  .link {
    padding: 18px;
    display: block;
    background-color: #FF7E00;
    text-align: center;
    text-decoration: none;
    border-radius: 49px;
    transition: ease all 0.3s;
    color: #FFF;
    border: 2px solid;
    border-color: #000000;
    box-shadow: 8px 8px 0 0 #000000;
  }
  
  .link:hover {
    opacity: 0.9;
  }
  
  .card {
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
  }
  
  .card h3 {
    margin: 0;
    color: #202024;
  }
  
  .card p {
    margin: 5px 0;
    font-size: 13px;
    color: #202024;
  }
  .link {
    position: relative;
  }
  
  .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
  }
  
  .link-text {
    display: inline-block;
    vertical-align: middle;
  }
  .links li {
    margin: 14px 0;
    list-style: none; /* Remover a bolinha da lista */
  }
  .link {
  
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .link:hover, .link:focus {
    outline: none;
    transform: translateY(2px);
    box-shadow: 6px 6px 0 0 #000000;
  }
  
  .overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .mr-4 my-auto{
    margin-right: 216px;
  }
  .popup {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 28%;
    height: 70%;
    overflow: auto;
    border-radius: 19px;
  }
  
  .popup.open {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .popup-content {
    /* Estilos do conteúdo do pop-up */
    height: 300px; /* Exemplo de altura */
  
    /* Personalização da barra de rolagem */
    scrollbar-width: none; /* Oculta a barra de rolagem */
  }
  
  .popup-content::-webkit-scrollbar {
    width: 0; /* Define a largura da barra de rolagem como zero */
  }
  
  .popup-image {
    max-width: 33%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .popup-button {
    margin-top: 10px;
    padding: 20px 14px;
    border: 1px #aeaeae solid;
    background-color: #00000000;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
  }
  
  .popup-button.icon-button {
    margin-top: 0;
    padding: 10px;
  }
  
  .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #888;
    cursor: pointer;
  }
  .popup {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 30%;
    height: 77%;
    overflow: auto;
    border-radius: 19px;
  }
  


@media (max-width: 767px) {
  body {
    margin: 0;
    padding: 28px;
    background-image: url(/img/mobile.png);
    background-size: cover;
    background-position: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold !important;
}
.wrap {
  width: 100%;
  max-width: 680px;
  margin: 36px auto;
}
.link {
  padding: 16px;
  display: block;
  background-color: #FF7E00;
  text-align: center;
  text-decoration: none;
  border-radius: 49px;
  transition: ease all 0.3s;
  color: #FFF;
  border: 2px solid;
  border-color: #000000;
  box-shadow: 8px 8px 0 0 #000000;
}
.popup {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 90%;
  height: 71%;
  overflow: auto;
  border-radius: 19px;
  top: 65%;
}
}