
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

@font-face {
  font-family: "Phantom Sans";
  src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff")
      format("woff"),
    url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Phantom Sans";
  src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Italic.woff")
      format("woff"),
    url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Italic.woff2")
      format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Phantom Sans";
  src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff")
      format("woff"),
    url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff2")
      format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* =============== Variables =============== */
:root {
  --darkest-color: #000000;
  --lightest-color: #ffffff;
  --highlight-color: #ffffff;
  --bright-color-1: #000000;
  --bright-color-2: #000000;
  --bright-color-3: #000000;
  --bright-color-4: #000000;
  --theme-ui-colors-primary: #ffffff;
  --theme-ui-colors-sheet: #f9fafc;
}

/* Base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: 0.4s all ease-in-out;
}

body {
  background: var(--highlight-color);
  color: var(--lightest-color);
  font-family: "Montserrat", "Phantom Sans", sans-serif;
  margin: 0;
}

/* =============== Components =============== */
.buttons {
  height: 55px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: var(--highlight-color);
  background-color: var(--bright-color-1);
  border-radius: 99999px;
  border: white;
  font-size: 24px;
  padding: 0 32px;
  font-family: "Montserrat";
  cursor: pointer;
  width: 100%;
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.buttons i {
  margin-right: 10px; 
  font-size: 24px; 
}

.buttons:hover {
  transform: scale(1.1);
  color: var(--theme-ui-colors-sheet);
}

.link-list-item:focus,
.link-list-item:hover {
  box-shadow: 0 1px 2px rgb(0 0 0 / 6%), 0 8px 12px rgb(0 0 0 / 13%);
  -webkit-transform: scale(1.0625);
  -moz-transform: scale(1.0625);
  -ms-transform: scale(1.0625);
  transform: scale(1.0625);
}

body {
  background-image: url(../convenios/images/fundo.png); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  color: white;
  font-family: "Montserrat", "Phantom Sans", sans-serif;
  margin: 0;
}


#header .container {
  margin: 0 auto;

}

.container {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  
}

.circle-shape {
  width: 140px;
  height: 140px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid var(--lightest-color);
  margin: 0 auto;
}

.profile-pic {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

a {
  color: var(--lightest-color);
  text-decoration: none;
}

.ig-link {
  font-family: "Montserrat", "Phantom Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, sans-serif;
  font-weight: bold;
  font-size: 64px;
  box-sizing: border-box;
  min-width: 0;
  line-height: 1.125;
  letter-spacing: -0.009em;
  line-height: 1;
  color: white;
  margin-top: 24px;
  width: max-content;
}

.link-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-list-item-img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.icon-list-img {
  height: 50px;
  width: 50px;
  margin: 3px;
}

.logos {
  text-align: center;
}
.dark {
  background: var(--bright-color-1);
}

.medium {
  background: var(--bright-color-2);
}

.light {
  background: var(--bright-color-3);
}

.bright {
  background: var(--bright-color-4);
}
.separator {
  border-left: 2px solid rgb(0, 0, 0);
  height: 10px;
  margin-right: 20px;
}
.profile-separator {
  border: none;
  height: 1px;
  background-color: white;
  margin: 20px auto;
  width: 55%;
}
.profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  width: 80%; /* Ajuste conforme necessário */
  max-width: 150px; /* Ajuste conforme necessário */
  height: auto;  
  object-fit: cover;
  border-radius: 0 !important;
}
.logonova {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  width: 400%; /* Ajuste conforme necessário */
  max-width: 312px; /* Ajuste conforme necessário */
  height: auto;  
  object-fit: cover;
  border-radius: 0;
}
.profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  width: 80%; /* Ajuste conforme necessário */
  max-width: 150px; /* Ajuste conforme necessário */
  height: auto;  
  object-fit: cover;
  border-radius: 0 !important;
}

.logonova {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  width: 400%; /* Ajuste conforme necessário */
  max-width: 312px; /* Ajuste conforme necessário */
  height: auto;  
  object-fit: cover;
  border-radius: 0;
}


.profile-name {
  text-align: center;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  color: rgb(204, 2, 2);
  font-size: 22px;
  letter-spacing: 2px;
}

.profile-about {
  text-align: center;
  padding: 2px;
  font-family: "Montserrat", sans-serif;
  color: rgb(108, 1, 1);
  font-size: 15px;
  letter-spacing: 2px;
}

.profile-separator {
  border: none;
  height: 1px;
  background-color: white;
  margin: 20px auto;
  width: 55%;
}

.links {
  text-align: center;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid rgb(255, 255, 255);
  width: 490px;
  display: block;
  margin: 30px auto;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 20px;
  letter-spacing: 3px;
}

.links-in {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 30px;
  display: block;
  border-radius: 40px;
  left: 20px;
  position: absolute;
  font-size: 20px;
}

.hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: color 1s;
}

.hover:hover {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  text-decoration: none;
}

.bottom-text,
.bottom-top {
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-family: "Montserrat", cursive;
}

.bottom-text {
  font-size: 20px;
}

.bottom-top {
  font-size: 15px;
}

.link-hide {
  text-decoration: none;
}

.link-hide:hover {
  text-decoration: none;
}

@media (max-width: 548px) {
  .links {
    width: 290px;
  }
  .profile-about {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.links-footer {
  padding: 4px;
  border: 1px solid rgb(255, 255, 255);
  width: 40px;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  margin: 10px;
  margin-top: 20px;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.image-content {
  display: flex;
  align-items: center;
  font-family: 'Arial-Bold', sans-serif;
  font-size: 2em;
  color: rgb(255, 255, 255);
}

.text-left {
  margin-right: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgb(255, 255, 255);
}

.separator {
  border-left: 2px solid white;
  height: 100px;
  margin-right: 20px;
}
