.elementor-77 .elementor-element.elementor-element-2209d96{--display:flex;}/* Start custom CSS for html, class: .elementor-element-41061a3 */.whatsapp-float{
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0,0,0,.20);
  z-index: 99999;
  transition: transform .25s ease, box-shadow .25s ease;
  -webkit-tap-highlight-color: transparent;
}

.whatsapp-float:hover{
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 30px rgba(0,0,0,.24);
}

.whatsapp-float svg{
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}

.whatsapp-tooltip{
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  padding: 10px 12px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.whatsapp-tooltip::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #111827;
  transform: translateY(-50%) rotate(45deg);
}

.whatsapp-float:hover .whatsapp-tooltip{
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-2px);
}

@media (max-width: 768px){
  .whatsapp-float{
    width: 54px;
    height: 54px;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .whatsapp-float svg{
    width: 24px;
    height: 24px;
  }

  .whatsapp-tooltip{
    display: none;
  }
}
@media (max-width: 768px){

  /* TÍTULO DO CURSO */
  .beb-cursos-card h3,
  .beb-cursos-card-title {
    text-align: center;
  }

  /* DESCRIÇÃO */
  .beb-cursos-card p,
  .beb-cursos-card-text {
    text-align: center;
  }

  /* BOTÃO */
  .beb-cursos-card a,
  .beb-cursos-card .btn {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
  }

  /* TAG VERDE (GESTÃO...) */
  .beb-cursos-tag {
    margin: 0 auto 15px auto;
    display: block;
    text-align: center;
  }

}/* End custom CSS */