html,
body {
  min-height: 100vh;
  font-family: "Itim", cursive;
  font-style: normal;
  background: rgb(255, 247, 173);
  background: linear-gradient(90deg, rgb(255, 247, 173) 0%, rgb(255, 169, 249) 100%);
  overflow: hidden;
}

.modal-body {
  padding: 6rem 2rem 2rem 2rem;
}

.modal-backdrop {
  --bs-backdrop-bg: none;
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  border: none;
  width: 90%;
  margin: 0 auto;
}

.fade {
  transition: opacity 1.2s linear;
}

.header-card {
  text-align: center;
}
.header-card .title {
  font-size: 35px;
  line-height: 2rem;
}
.header-card .descrip {
  font-size: 20px;
  margin-top: 0.5rem;
}
.header-card .badge-dev {
  background-color: #a4667a;
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  margin-top: 1rem;
}
.header-card .badge-dev .text-badge {
  font-size: 16px;
  color: #ffffff;
}

.logo-profile {
  position: absolute;
  top: 0;
  width: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.logo-profile img {
  border-radius: 50%;
}

.skill-group {
  padding: 1rem 0rem 0rem 0rem;
  display: flex;
  justify-content: space-around;
}
.skill-group .title-skill {
  font-size: 22px;
}
.skill-group .level-group {
  display: flex;
  gap: 0.3rem;
}
.skill-group .level-group i {
  font-size: 20px;
}

.music-group {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.music-group .img-music {
  border-radius: 30px;
}
.music-group .img-music img {
  border-radius: 15px;
  max-width: 150px;
}
.music-group .tag-music .tagg {
  padding: 0rem 0rem 1rem 1rem;
}
.music-group .tag-music .tagg .name-music {
  font-size: 18px;
}

.footer {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 1rem 0rem;
}
.footer a {
  text-decoration: none;
}
.footer a .footer-button {
  background-color: #e3a5b6;
  border-radius: 20px;
  cursor: pointer;
  width: 100px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer a .footer-button a {
  text-decoration: none;
}
.footer a .footer-button .text-button {
  font-size: 16px;
  color: #ffffff;
}
.footer a {
  text-decoration: none;
}
.footer a .footer-button2 {
  background-color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  width: 100px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer a .footer-button2 .text-button2 {
  font-size: 16px;
  color: #e3a5b6;
}

@media (max-width: 991px) {
  .modal-body {
    padding: 5rem 2rem 2rem 2rem;
  }
  .logo-profile {
    width: 120px;
  }
  .header-card .title {
    font-size: 30px;
  }
  .header-card .descrip {
    font-size: 18px;
    margin-top: 0rem;
  }
  .skill-group {
    margin-top: 0rem !important;
  }
  .skill-group .title-skill {
    font-size: 18px;
  }
  .skill-group .level-group i {
    font-size: 18px;
  }
  .music-group {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .music-group .img-music img {
    max-width: 100px;
  }
  .music-group .tag-music {
    margin-top: 1rem;
  }
  .music-group .tag-music .tagg {
    padding: 0rem 0rem 1rem 0rem;
  }
  .music-group .tag-music .tagg .name-music {
    font-size: 16px;
  }
  .col-img {
    text-align: center;
  }
  .col-text {
    text-align: center;
  }
  audio {
    width: 250px;
    height: 40px;
  }
  .footer {
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .modal-body {
    padding: 3rem 2rem 2rem 2rem;
  }
  .logo-profile {
    width: 90px;
  }
  .header-card .title {
    font-size: 24px;
  }
  .header-card .descrip {
    font-size: 16px;
  }
  .header-card .badge-dev {
    margin-top: 0.5rem;
    padding: 0.3rem 1rem;
  }
  .header-card .badge-dev .text-badge {
    font-size: 14px;
  }
  .skill-group .title-skill {
    font-size: 16px;
  }
  .skill-group .level-group i {
    font-size: 16px;
  }
  .music-group {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .music-group .img-music img {
    max-width: 80px;
  }
  .music-group .tag-music {
    margin-top: 0.5rem;
  }
  .music-group .tag-music .tagg {
    padding: 0rem 0rem 0.5rem 0rem;
  }
  .music-group .tag-music .tagg .name-music {
    font-size: 14px;
  }
  audio {
    width: 230px;
    height: 35px;
  }
  .footer a .footer-button {
    width: 80px;
  }
  .footer a .footer-button .text-button {
    font-size: 14px;
  }
  .footer a .footer-button2 {
    width: 80px;
  }
  .footer a .footer-button2 .text-button2 {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .modal-body {
    padding: 3rem 1rem 1rem 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
