/* Ajustes de identidade e ícone. */
.brand img {
  padding: 4px;
  background: #fff;
  object-fit: contain;
}

.about-portrait {
  width: min(100%, 370px);
}

.about-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.whatsapp-float {
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  justify-content: center;
  background: #25d366;
  border: 3px solid #fff;
  box-shadow: 0 14px 34px rgba(17, 116, 68, .3);
}

.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float span:first-child { width: auto; height: auto; border: 0; font-size: initial; }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }
