html {
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top, rgba(20, 52, 109, 0.25), transparent 42%),
    linear-gradient(180deg, #071325 0%, #08172d 40%, #07111f 100%);
  color: var(--cor-texto-principal);
}

main {
  overflow: clip;
}

section {
  position: relative;
}

strong {
  font-weight: 700;
}


.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 84px;
  z-index: 991;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;
}

.whatsapp-float img {
  display: block;
  width: 44px;
  height: 44px;
  max-width: 76%;
  max-height: 76%;
  object-fit: contain;
}

.whatsapp-hover-label {
  display: none;
}

@media (max-width: 1700px) {
  .whatsapp-float {
    right: 16px;
    bottom: 80px;
    width: 52px;
    height: 52px;
  }

  .whatsapp-float img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 14px;
    bottom: 70px;
    width: 46px;
    height: 46px;
  }

  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 380px) {
  .whatsapp-float {
    right: 12px;
    bottom: 14px;
  }
}
