.elementor-kit-7{--e-global-color-primary:#2957A4;--e-global-color-secondary:#EC268F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00AFEF;--e-global-color-be4567a:#743C94;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container do tooltip */
.tooltip-img {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip escondido (pega a descrição da imagem do Elementor) */
.tooltip-img img[title]::after {
  content: attr(title);
  position: absolute;
  bottom: 110%; /* aparece acima da imagem */
  left: 50%;
  transform: translateX(-50%);
  background: #743c94;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Setinha */
.tooltip-img img[title]::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent rgba(0,0,0,0.85) transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Mostrar no hover */
.tooltip-img:hover img[title]::after,
.tooltip-img:hover img[title]::before {
  opacity: 1;
}/* End custom CSS */