.elementor-77 .elementor-element.elementor-element-79ea51b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-77 .elementor-element.elementor-element-9560600{width:var( --container-widget-width, 40% );max-width:40%;background-color:var( --e-global-color-009bc9b );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;padding:30px 0px 30px 0px;--container-widget-width:40%;--container-widget-flex-grow:0;text-align:center;}.elementor-77 .elementor-element.elementor-element-9560600.elementor-element{--align-self:center;}.elementor-77 .elementor-element.elementor-element-9560600 .elementor-heading-title{font-family:"Italiana", Sans-serif;font-weight:500;color:var( --e-global-color-8ad7903 );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-77 .elementor-element.elementor-element-dd73a7e .gallery-item{padding:0 40px 40px 0;}.elementor-77 .elementor-element.elementor-element-dd73a7e .gallery{margin:0 -40px -40px 0;}.elementor-77 .elementor-element.elementor-element-dd73a7e .gallery-item .gallery-caption{text-align:center;color:var( --e-global-color-8ad7903 );font-family:"Lato", Sans-serif;font-size:14px;font-weight:400;font-style:italic;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-77 .elementor-element.elementor-element-79ea51b{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-77 .elementor-element.elementor-element-9560600{--container-widget-width:60%;--container-widget-flex-grow:0;width:var( --container-widget-width, 60% );max-width:60%;}.elementor-77 .elementor-element.elementor-element-dd73a7e{width:var( --container-widget-width, 1000px );max-width:1000px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 20px 0px 20px;--container-widget-width:1000px;--container-widget-flex-grow:0;}.elementor-77 .elementor-element.elementor-element-dd73a7e .gallery-item .gallery-caption{font-size:17px;margin-block-start:0px;}}/* Start custom CSS for image-gallery, class: .elementor-element-dd73a7e *//* Todas as imagens têm a mesma altura e mantêm as proporções originais */
.gallery img {
  height: 231px; /* ajusta conforme preferires */
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Define altura base no container e garante que a legenda é visível */
.gallery-item {
  min-height: 350px; /* altura base, mas deixa crescer se precisar */
  display: flex;
  flex-direction: column; /* imagem em cima, legenda em baixo */
  align-items: center;
  justify-content: flex-start;
  overflow: visible; /* permite mostrar legendas */
  background: #fff; /* opcional */
}

/* Ajuste responsivo para mobile */
@media (max-width: 768px) {
  .gallery img {
    height: 250px; /* mantém aparência equilibrada */
    margin-bottom: 0px !important;
  }

  .gallery-item {
    height: auto !important; /* deixa espaço para a legenda */
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  

  }
}

/* Garante que as legendas aparecem e mantêm estilo */
@media (max-width: 767px) {
  .elementor-gallery-item__caption,
  .elementor-gallery-caption,
  .gallery-caption,
  figcaption {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: block !important;
    position: static !important;
    color: inherit !important;
    text-align: center;
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.4;
  }
}/* End custom CSS */