.home-henrique .elementor-6 .elementor-element.elementor-element-ae4b9a0:not(.elementor-motion-effects-element-type-background) {
	background-color: #1c2437;
	background-image: url(../img/bkg-site.jpg);
    --e-bg-lazyload: none;
}

.home-henrique .elementor-6 .elementor-element.elementor-element-14f46a6:not(.elementor-motion-effects-element-type-background) {
	background-color: #1c2437;
}

.home-henrique .elementor-6 .elementor-element.elementor-element-3f748c2 img {
	width: 42%; 
}

.home-henrique .elementor-6 .elementor-element.elementor-element-0e3dc73 .elementor-heading-title {
	font-size: 45px;
    line-height: 50px;
}

.home-henrique .elementor-6 .elementor-element.elementor-element-6d52cbc:not(.elementor-motion-effects-element-type-background) {
	background-color: #1c2437;
	background-image: none;
} 

.home-henrique .whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  z-index: 999;
  transition: opacity .3s, transform .3s;
}

/* começa escondido no desktop */
.home-henrique .whatsapp-float.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

/* mobile: sempre visível */
@media (max-width: 768px) {
  .home-henrique .whatsapp-float {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}
