.elementor-137488 .elementor-element.elementor-element-32fe0a4{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-137488 .elementor-element.elementor-element-32fe0a4.e-con{--align-self:center;}.elementor-widget-image-box .elementor-image-box-title{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-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-137488 .elementor-element.elementor-element-9ea956f{width:var( --container-widget-width, 90% );max-width:90%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-137488 .elementor-element.elementor-element-9ea956f.elementor-element{--align-self:center;}.elementor-137488 .elementor-element.elementor-element-9ea956f .elementor-image-box-wrapper{text-align:center;}.elementor-137488 .elementor-element.elementor-element-9ea956f.elementor-position-right .elementor-image-box-img{margin-left:4px;}.elementor-137488 .elementor-element.elementor-element-9ea956f.elementor-position-left .elementor-image-box-img{margin-right:4px;}.elementor-137488 .elementor-element.elementor-element-9ea956f.elementor-position-top .elementor-image-box-img{margin-bottom:4px;}.elementor-137488 .elementor-element.elementor-element-9ea956f .elementor-image-box-wrapper .elementor-image-box-img{width:8%;}.elementor-137488 .elementor-element.elementor-element-9ea956f .elementor-image-box-img img{transition-duration:0.3s;}.elementor-137488 .elementor-element.elementor-element-9ea956f .elementor-image-box-title{font-size:14px;font-weight:600;}#elementor-popup-modal-137488 .dialog-widget-content{animation-duration:1.2s;border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 050px 0px;}#elementor-popup-modal-137488 .dialog-message{width:431px;height:4.3em;align-items:center;padding:0px 0px 1px 0px;}#elementor-popup-modal-137488{justify-content:center;align-items:flex-end;}#elementor-popup-modal-137488 .dialog-close-button{display:flex;top:10%;}body:not(.rtl) #elementor-popup-modal-137488 .dialog-close-button{right:2%;}body.rtl #elementor-popup-modal-137488 .dialog-close-button{left:2%;}@media(max-width:1366px){.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-137488 .elementor-element.elementor-element-9ea956f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-137488 .elementor-element.elementor-element-9ea956f .elementor-image-box-wrapper{text-align:center;}.elementor-137488 .elementor-element.elementor-element-9ea956f .elementor-image-box-img{margin-bottom:4px;}.elementor-137488 .elementor-element.elementor-element-9ea956f .elementor-image-box-title{font-size:11px;}#elementor-popup-modal-137488 .dialog-message{width:301px;height:2.6em;padding:0px 0px 0px 0px;}#elementor-popup-modal-137488 .dialog-widget-content{margin:0px 0px 0100px 0px;}}/* Start custom CSS for container, class: .elementor-element-32fe0a4 *//* Layout centralizado no MOBILE */
@media (max-width: 767px) {
  .imgbox-mobile-list .elementor-image-box-wrapper {
    display: flex !important;
    flex-direction: row !important; /* Ícone + texto lado a lado */
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    gap: 14px; /* Espaço entre a imagem e o texto */
    width: 100%;
    max-width: 320px; /* Limita a largura para centralizar melhor */
    margin: 0 auto; /* Garante centralização do bloco */
    text-align: center;
  }

  /* Ícone */
  .imgbox-mobile-list .elementor-image-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
  }

  .imgbox-mobile-list .elementor-image-box-img img {
    width: 48px; /* Ajuste do tamanho do ícone */
    height: auto;
    display: block;
  }

  /* Conteúdo do texto */
  .imgbox-mobile-list .elementor-image-box-content {
    flex: 1 1 auto;
    text-align: left; /* Texto alinhado internamente */
  }

  .imgbox-mobile-list .elementor-image-box-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
  }

  .imgbox-mobile-list .elementor-image-box-description {
    color: #777;
    font-size: 14px;
    margin: 0;
  }
}/* End custom CSS */