.elementor-8 .elementor-element.elementor-element-dbf51b3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7ebac29 */@import url("https://fonts.googleapis.com/css2?family=Satisfy&family=Sora:wght@400;500;600;700;800&display=swap");

.felipe-bio {
  width: 100%;
  max-width: 360px;
  min-width: 360px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  font-family: "Sora", sans-serif;
  animation: page-rise 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.felipe-bio * {
  box-sizing: border-box;
}

.felipe-bio .hero {
  position: relative;
  min-height: 560px;
  padding: 42px 24px 0;
  overflow: hidden;
  background-color: #12338f;
  background-image: url("https://brunodelfinu.site/wp-content/uploads/2026/03/background-azul.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: calc(100% - 1px);
}

.felipe-bio .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 24, 77, 0.12) 0%, rgba(10, 24, 77, 0) 40%);
}

.felipe-bio .hero-copy {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 8px;
}

.felipe-bio .hero-contract-label {
  width: 132px;
  max-width: 100%;
  display: block;
}

.felipe-bio .hero-logo {
  width: 150px;
  max-width: 100%;
  display: block;
}

.felipe-bio .hero-cta {
  max-width: 228px;
  justify-content: flex-start;
  width: fit-content;
  max-width: none;
  padding: 8px 4px 8px 8px;
  gap: 0;
  border-radius: 16px;
  background: rgba(35, 78, 175, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 20px rgba(12, 35, 96, 0.18);
}

.felipe-bio .hero-cta .contact-cta-inner {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

.felipe-bio .hero-cta .contact-cta-headline {
  width: auto;
}

.felipe-bio .hero-cta .contact-cta-side-icon {
  width: 36px;
  height: 36px;
  padding: 5px;
  border-radius: 14px;
  margin-left: 0;
}

.felipe-bio .hero-cta .contact-cta-label {
  width: auto;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.felipe-bio .hero-cta .contact-cta-label::after {
  background: rgba(35, 78, 175, 0.88);
}

.felipe-bio .hero-cta .contact-cta-subtitle {
  margin-top: 2px;
  font-size: 8px;
  line-height: 1.1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.felipe-bio .hero-cta:hover {
  box-shadow: 0 10px 20px rgba(12, 35, 96, 0.18);
}

.felipe-bio .floating-menu {
  position: absolute;
  left: 50%;
  bottom: 56px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(123, 158, 255, 0.16), rgba(71, 112, 231, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(26px) saturate(165%);
  -webkit-backdrop-filter: blur(26px) saturate(165%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(2, 12, 36, 0.24);
  transform: translateX(-50%);
  isolation: isolate;
  overflow: hidden;
  text-align: center;
}

.felipe-bio .floating-menu::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.26), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(16, 36, 102, 0.14));
  pointer-events: none;
  z-index: -1;
}

.felipe-bio .floating-menu::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 34%;
  height: 190%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03));
  opacity: 0.7;
  filter: blur(12px);
  transform: rotate(-4deg);
  pointer-events: none;
  animation: release-pill-light 1.8s ease-in-out infinite alternate;
}

.felipe-bio .floating-text {
  margin: 0;
  max-width: 72px;
  color: #ffffff;
  font-size: 8px;
  line-height: 1.08;
  font-weight: 300;
  text-align: right;
}

.felipe-bio .floating-text span {
  display: block;
  font-weight: 600;
}

.felipe-bio .floating-link {
  display: block;
  width: 30px;
  height: 30px;
  transition: transform 180ms ease, filter 180ms ease;
}

.felipe-bio .floating-link img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 180ms ease, filter 180ms ease;
}

.felipe-bio .floating-link:hover {
  transform: translateY(-2px);
}

.felipe-bio .floating-link:hover img {
  transform: scale(1.06);
  filter: brightness(1.08);
}

.felipe-bio .hero-mini-logo {
  position: absolute;
  right: 58px;
  left: auto;
  top: 300px;
  z-index: 4;
  width: 61px;
  height: auto;
  display: block;
  opacity: 0.96;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.14));
  animation: hero-logo-float 3.4s ease-in-out infinite;
}

@media (max-width: 480px) {
  .felipe-bio .hero-mini-logo {
    right: 48px;
    left: auto;
    top: 284px;
    width: 53px;
  }
}

.felipe-bio .artist-photo {
  position: absolute;
  bottom: -64px;
  left: 50%;
  display: block;
  width: 344px;
  max-width: none;
  transform: translateX(-50%);
}

.felipe-bio .artist-hero {
  z-index: 3;
}

.felipe-bio .track-card {
  position: relative;
  z-index: 5;
  margin: -32px 12px 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  border-radius: 22px;
  background: linear-gradient(180deg, #2c56bc 0%, #1b398f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 18px rgba(10, 35, 96, 0.16);
  animation: card-float 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
  isolation: isolate;
}

.felipe-bio .track-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.75), rgba(104, 197, 255, 0.7), rgba(255, 255, 255, 0.75));
  background-size: 200% 200%;
  animation: border-glow 5s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.felipe-bio .album-cover {
  width: 118px;
  height: 118px;
  flex: 0 0 118px;
  display: block;
  align-self: center;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 14px 24px rgba(6, 16, 46, 0.28);
}

.felipe-bio .track-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.felipe-bio .track-meta {
  display: grid;
  gap: 9px;
}

.felipe-bio .track-badge {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: #d8e5ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}

.felipe-bio .track-content h2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.felipe-bio .track-content p {
  margin: 0;
  color: #d7e2ff;
  font-size: 11px;
  line-height: 1.55;
}

.felipe-bio .player-ui {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 2px;
}

.felipe-bio .play-button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  box-shadow: none;
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.felipe-bio .play-button:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(2, 12, 36, 0.16);
}

.felipe-bio .play-button span {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
}

.felipe-bio .play-button.is-playing span {
  width: 8px;
  height: 10px;
  margin-left: 0;
  border: 0;
  background:
    linear-gradient(
      90deg,
      #ffffff 0 38%,
      transparent 38% 62%,
      #ffffff 62% 100%
    );
}

.felipe-bio .play-button.is-playing {
  animation: pulse-play 1.6s ease-in-out infinite;
}

.felipe-bio .progress-line {
  position: relative;
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  overflow: visible;
  margin-right: 8px;
}

.felipe-bio .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #45b6ff 0%, #93d8ff 100%);
}

.felipe-bio .progress-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2eb8ff;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.felipe-bio .profile-card {
  position: relative;
  margin: 0 12px 12px;
  min-height: 230px;
  display: grid;
  grid-template-columns: 146px 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #2c56bc 0%, #1b398f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 18px rgba(10, 35, 96, 0.14);
  isolation: isolate;
}

.felipe-bio .profile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.72), rgba(104, 197, 255, 0.62), rgba(255, 255, 255, 0.72));
  background-size: 200% 200%;
  animation: border-glow 5s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.felipe-bio .profile-photo-wrap {
  position: relative;
  align-self: stretch;
  z-index: 2;
  background: #08df57;
  min-height: 100%;
  overflow: hidden;
}

.felipe-bio .profile-green {
  position: absolute;
  inset: -40px 0 0 0;
  background: linear-gradient(180deg, rgba(5, 20, 66, 0.05), rgba(5, 20, 66, 0.22));
  z-index: 1;
}

.felipe-bio .artist-small {
  width: 188px;
  left: 48%;
  bottom: -8px;
  z-index: 3;
}

@media (min-width: 481px) {
  .felipe-bio .artist-small {
    width: 228px;
    left: 47%;
    bottom: -6px;
  }
}

.felipe-bio .profile-content {
  position: relative;
  z-index: 1;
  padding: 24px 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.felipe-bio .profile-rings {
  position: absolute;
  right: -18px;
  bottom: -46px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 22px solid rgba(38, 77, 171, 0.9);
  z-index: 0;
}

.felipe-bio .profile-rings::before,
.felipe-bio .profile-rings::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.felipe-bio .profile-rings::before {
  inset: 22px;
  border: 16px solid rgba(18, 49, 136, 0.92);
}

.felipe-bio .profile-rings::after {
  inset: 50px;
  border: 14px solid rgba(12, 38, 112, 0.98);
}

.felipe-bio .mini-label,
.felipe-bio .profile-content h2,
.felipe-bio .handle,
.felipe-bio .stats {
  position: relative;
  z-index: 1;
}

.felipe-bio .mini-label {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #dce7ff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

.felipe-bio .mini-label::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 72%;
  height: 190%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03));
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.7;
  pointer-events: none;
  animation: release-pill-light 1.8s ease-in-out infinite alternate;
}

.felipe-bio .mini-label::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 10px 18px rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.felipe-bio .profile-content h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 800;
  color: #ffffff;
}

.felipe-bio .profile-content h2 span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #c9d7ff;
}

.felipe-bio .profile-description {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #dce6ff;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 250px;
}

.felipe-bio .release-title {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.felipe-bio .release-pill {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f4f8ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(147, 191, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 10px 22px rgba(255, 255, 255, 0.06),
    0 10px 22px rgba(5, 18, 58, 0.18);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.felipe-bio .release-pill-icon {
  font-size: 12px;
  line-height: 1;
  opacity: 0.95;
}

.felipe-bio .release-pill::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 72%;
  height: 190%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03));
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.7;
  pointer-events: none;
  animation: release-pill-light 1.8s ease-in-out infinite alternate;
}

.felipe-bio .release-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    inset 0 12px 20px rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.felipe-bio .release-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 10px 22px rgba(255, 255, 255, 0.07),
    0 12px 24px rgba(5, 18, 58, 0.22);
}

.felipe-bio .cta-section {
  padding: 6px 12px 0;
  display: flex;
  justify-content: center;
}

.felipe-bio .contact-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 290px;
  padding: 14px 12px 14px 16px;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  background: #234eaf;
  box-shadow: 0 12px 22px rgba(15, 45, 126, 0.18);
  overflow: hidden;
  animation: cta-soft-pulse 3.6s ease-in-out infinite;
}

.felipe-bio .contact-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  flex: 1;
  min-width: 0;
  text-align: left;
}

.felipe-bio .contact-cta-headline {
  display: block;
}

.felipe-bio .contact-cta::before {
  content: none;
}

.felipe-bio .contact-cta-label,
.felipe-bio .contact-cta-subtitle {
  position: relative;
  z-index: 2;
}

.felipe-bio .contact-cta-side-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  padding: 9px;
  flex: 0 0 auto;
  display: block;
  opacity: 1;
  background: #ffffff;
  border-radius: 16px;
}

.felipe-bio .contact-cta-label {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.4px;
  white-space: nowrap;
  width: 100%;
}

.felipe-bio .contact-cta-label::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #234eaf;
  animation: cta-type-mask 4.2s steps(18, end) infinite;
  pointer-events: none;
}

.felipe-bio .contact-cta-subtitle {
  margin-top: 4px;
  font-size: 9px;
  line-height: 1.15;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.felipe-bio .contact-cta:hover {
  box-shadow: 0 12px 22px rgba(15, 45, 126, 0.18);
}

.felipe-bio .contact-cta.hero-cta {
  width: auto;
  max-width: none;
  justify-content: flex-start;
  padding: 9px 8px 9px 10px;
  gap: 6px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.felipe-bio .contact-cta.hero-cta .contact-cta-inner {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

.felipe-bio .contact-cta.hero-cta .contact-cta-headline {
  width: auto;
}

.felipe-bio .contact-cta.hero-cta .contact-cta-label {
  width: auto;
  font-weight: 700;
  white-space: nowrap;
}

.felipe-bio .contact-cta.hero-cta .contact-cta-side-icon {
  width: 40px;
  height: 40px;
  padding: 6px;
  margin-left: 2px;
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 4px 10px rgba(24, 52, 128, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.felipe-bio .contact-cta.hero-cta::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 34%;
  height: 190%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.03));
  border-radius: inherit;
  filter: blur(12px);
  opacity: 0.7;
  pointer-events: none;
  animation: release-pill-light 1.8s ease-in-out infinite alternate;
}

.felipe-bio .contact-cta.hero-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 10px 18px rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.felipe-bio .contact-cta.hero-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(12, 35, 96, 0.22);
}

.felipe-bio .contact-cta.hero-cta:hover .contact-cta-side-icon {
  transform: scale(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 6px 14px rgba(24, 52, 128, 0.22);
}

.felipe-bio .contact-cta.hero-cta:active {
  transform: translateY(0);
  box-shadow: 0 10px 18px rgba(12, 35, 96, 0.18);
}

.felipe-bio .site-footer {
  padding: 22px 24px 26px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

.felipe-bio .footer-name,
.felipe-bio .footer-copy,
.felipe-bio .footer-meta {
  margin: 0;
}

.felipe-bio .footer-name {
  color: #12338f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.felipe-bio .footer-copy {
  margin-top: 6px;
  color: #8190b4;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.felipe-bio .footer-meta {
  margin-top: 4px;
  color: #99a4c4;
  font-size: 10px;
  line-height: 1.35;
}

@keyframes page-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes card-float {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-play {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(2, 12, 36, 0);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 8px 16px rgba(2, 12, 36, 0.14);
  }
}

@keyframes border-glow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes cta-type-mask {
  0%,
  12% {
    inset: 0 100% 0 0;
  }

  44%,
  100% {
    inset: 0 0 0 100%;
  }
}

@keyframes cta-soft-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 12px 22px rgba(15, 45, 126, 0.18);
  }

  50% {
    transform: scale(1.012);
    box-shadow: 0 14px 24px rgba(15, 45, 126, 0.22);
  }
}

@keyframes release-pill-light {
  0% {
    transform: translateX(-18%) rotate(-4deg);
    opacity: 0.5;
  }

  100% {
    transform: translateX(22%) rotate(4deg);
    opacity: 0.82;
  }
}

@keyframes hero-logo-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 480px) {
  .felipe-bio {
    max-width: 100%;
    min-width: 0;
  }
}/* End custom CSS */