.elementor-1420 .elementor-element.elementor-element-39b82bd:not(.elementor-motion-effects-element-type-background), .elementor-1420 .elementor-element.elementor-element-39b82bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3366FF;}.elementor-1420 .elementor-element.elementor-element-39b82bd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 50px 50px 50px;}.elementor-1420 .elementor-element.elementor-element-39b82bd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1420 .elementor-element.elementor-element-fcd81d0 .wpr-post-title{text-align:center;color:#FFFFFF;font-family:"Open Sans", Sans-serif;font-size:25px;font-weight:600;}.elementor-1420 .elementor-element.elementor-element-cbfdfc1{padding:50px 50px 50px 50px;}.elementor-1420 .elementor-element.elementor-element-61f0ca9 .wpr-post-content{text-align:justify;font-size:15px;}.elementor-1420 .elementor-element.elementor-element-61f0ca9 .wpr-post-content a{transition-duration:0.1s;}/* Start custom CSS for wpr-post-content, class: .elementor-element-61f0ca9 *//* Centraliza o elemento <figure> e garante que a imagem fique responsiva */
.wp-block-image.aligncenter.size-full {
  display: flex;               /* centraliza com flexbox */
  justify-content: center;     /* centro horizontal */
  align-items: center;         /* centro vertical (se necessário) */
  width: 100%;                 /* ocupa largura do container pai */
  margin: 0;                   /* remove margens indesejadas */
  padding: 0;                  /* remove padding se houver */
  box-sizing: border-box;
}

/* Faz a imagem ficar responsiva e centralizada dentro do figure */
.wp-block-image.aligncenter.size-full img {
  display: block;
  margin: 0 auto;        /* garante centralização alternativa */
  max-width: 100%;       /* não ultrapassa o container */
  height: auto;
}

/* Centraliza a legenda (se houver) */
.wp-block-image.aligncenter.size-full figcaption {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #555; /* ajuste de cor opcional */
}

/* Opcional: limitar largura máxima para telas grandes */
@media (min-width: 900px) {
  .wp-block-image.aligncenter.size-full img {
    max-width: 900px; /* ajuste conforme desejar */
  }
}/* End custom CSS */