body {
  min-height: 100vh;
}
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background: url("../img/bg-quirovida.webp") no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
  font-size: 16px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.container {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
}

.avatar-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.avatar {
  border-radius: 50%;
  background: linear-gradient(36deg, #ffc900 13%, #ff005f 73%, #ff09ed 100%);
  will-change: transform;
  content-visibility: auto;
  contain: layout paint;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
}
.description {
  margin-bottom: 25px;
  font-size: 15px;
}

.description p {
  margin: 6px 0;
}

.description .line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1.4;
}

.line i {
  font-size: 14px;
  opacity: 0.8;
}

.line.violet i {
  color: #a77cf4;
}

.line.pink i {
  color: #ff80ab;
}

.line.red i {
  color: #f36;
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.buttons a {
  border-radius: 0 0.5em 0 0.5em;
}

.link-btn {
  padding: 10px 15px;
  text-decoration: none;
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

.link-btn i {
  margin-right: 8px;
  font-size: 20px;
}

.link-btn:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(3px);
}

.whatsapp {
  background-color: #60b82d;
}

.instagram {
  background-color: #e1306c;
}

.facebook {
  background-color: #1877f2;
}

.tiktok {
  background-color: #000;
}

.youtube {
  background-color: #ff0000;
}

.telefono,
.web,
.sedes {
  background-color: #018abe;
}

.footer-social a {
  margin: 0 8px;
  color: #fff;
  font-size: 1.3rem;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #00cfff;
}
