@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,300;8..144,400&display=swap');

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

* {
  font-family: "Roboto Flex", sans-serif;
}

html {
}

.pointer {
  cursor: pointer;
}

#phone-screen {
  width: 90%; /* Modificado */
  max-width: 1000px; /* Modificado */
  max-height: 90%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 60px;
  animation: show 1s;
  margin: 35px;
}

header {
  width: 100%;
  height: 6%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#menu {
  width: 10%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#title {
  width: 80%;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

#settings {
  position: relative;
  width: 10%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#settings svg {
  stroke: #687B87;
}

#settings span {
  position: absolute;
  right: 5px;
  top: 3px;
  width: 5px;
  height: 5px;
  background: #44B973;
  border-radius: 90%;
}

.content {
  position: relative;
  height: 94%;
  padding: 25px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#logo {
  margin: 20px 0 0 0;
  border-radius: 90%;
  width: 50%;
  max-width: 400px;
}

#logo-svg {
  position: absolute;
  top: -30px;
  transform: rotate(150deg);
  width: 64%;
  max-width: 550px;
}

.user-name {
  font-size: 4.2em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 30px 0 0 0;
  text-align: center;
}

.user-profession {
  font-size: 3.5em;
  font-weight: lighter;
  margin: 3px 0 0 0;
  text-align: center;
}

.user-general-values {
  margin: 100px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.user-general-values2 {
  margin: 100px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.user-general-values p {
  width: 30%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.user-general-values2 p {
  width: 30%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c_princ {
  margin: 10px;
}

.user-general-values p span:nth-child(1) {
  font-size: 7em;
  font-weight: bold;
  color: #378E5A;
}

.user-general-values2 p span:nth-child(1) {
  font-size: 5em;
  font-weight: bold;
  color: #378E5A;
}

.user-general-values p span:nth-child(2) {
  font-size: 15px;
  font-weight: lighter;
  margin: 3px 0 0 0;
}

.user-general-values2 p span:nth-child(2) {
  font-size: 15px;
  font-weight: lighter;
  margin: 3px 0 0 0;
}

.line {
  width: 1px;
  height: 60%;
  margin: 0 20px;
  background-color: #BCBCBC;
}

.group-btn {
  width: 100%;
  margin: 70px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.group-btn2 {
  width: 100%;
  margin: 70px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.follow-btn {
  margin-right: 25px;
  padding: 20px 30px 20px 30px;
}

.confirm-btn2 {
  padding: 20px 30px 20px 30px;
}

.message-btn {
  margin-left: 25px;
  padding: 20px 30px 20px 30px;
}

#socials {
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#socials svg path {
  fill: #687B87;
}
