.elementor-1800 .elementor-element.elementor-element-f49e155{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1800 .elementor-element.elementor-element-5e16be7.elementor-element{--align-self:center;}.elementor-widget-image-box .elementor-image-box-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-image-box:has(:hover) .elementor-image-box-title,
					 .elementor-widget-image-box:has(:focus) .elementor-image-box-title{color:var( --e-global-color-primary );}.elementor-widget-image-box .elementor-image-box-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-1800 .elementor-element.elementor-element-0f76a8e .elementor-image-box-description{color:var( --e-global-color-4d42d58 );}/* Start custom CSS for heading, class: .elementor-element-5e16be7 */.elementor-1800 .elementor-element.elementor-element-5e16be7 img {
     filter: drop-shadow(8px 12px 12px rgba(0, 6, 58, 0.43));
}

.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}

.tooltip {
   opacity: 0;
    z-index: 99;
    color: #FFF;
    width: 190px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    background: #4B5064;
    transition: all .2s ease-in-out;
    transform: scale(0);
    position: absolute;
    right: -65px;
    bottom: 85px;
    font-family: Sans-Serif;
}

.tooltip:before,.tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4B5064;
    position: absolute;
    bottom: -10px;
    left: 45%;
}

.tooltip-container:hover .tooltip {
    opacity: 1;
    transform: scale(1);
}/* End custom CSS */
/* Start custom CSS for image-box, class: .elementor-element-0f76a8e */.imagem-popup {
  cursor: pointer;
  max-width: 100%;
  transition: transform 0.3s ease;
}

.imagem-popup:hover {
  transform: scale(1.05);
}

.popup-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  justify-content: center;
  align-items: center;
}

.popup-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  animation: aparecerPopup 0.3s ease;
}

.popup-box h3 {
  margin-top: 0;
  color: #3f4558;
  font-size: 24px;
}

.popup-box p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

.fechar-popup {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #555555;
}

.fechar-popup:hover {
  color: #000000;
}

@keyframes aparecerPopup {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}/* End custom CSS */