.elementor-543 .elementor-element.elementor-element-a1acd73{--display:flex;--min-height:0px;--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-543 .elementor-element.elementor-element-a1acd73:not(.elementor-motion-effects-element-type-background), .elementor-543 .elementor-element.elementor-element-a1acd73 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECECEC;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-543 .elementor-element.elementor-element-13545a9 > .elementor-widget-container{padding:0px 0px 0px 20px;}.elementor-543 .elementor-element.elementor-element-13545a9{text-align:left;}.elementor-543 .elementor-element.elementor-element-13545a9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:21px;font-weight:600;color:#08336D;}.elementor-543 .elementor-element.elementor-element-fefddfb > .elementor-widget-container{padding:15px 0px 0px 20px;}.elementor-543 .elementor-element.elementor-element-fefddfb .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;line-height:5px;color:#08336D;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-543 .elementor-element.elementor-element-cc3ceed > .elementor-widget-container{padding:0px 0px 0px 20px;}.elementor-543 .elementor-element.elementor-element-cc3ceed .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-543 .elementor-element.elementor-element-cc3ceed .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-543 .elementor-element.elementor-element-cc3ceed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-543 .elementor-element.elementor-element-cc3ceed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-543 .elementor-element.elementor-element-cc3ceed .elementor-icon-list-item > a{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-543 .elementor-element.elementor-element-cc3ceed .elementor-icon-list-text{color:#08336D;transition:color 0.3s;}.elementor-543 .elementor-element.elementor-element-1fb77a1 > .elementor-widget-container{padding:0px 0px 0px 20px;}.elementor-543 .elementor-element.elementor-element-1fb77a1 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;line-height:5px;color:#08336D;}.elementor-543 .elementor-element.elementor-element-e123d8a > .elementor-widget-container{padding:0px 0px 0px 20px;}.elementor-543 .elementor-element.elementor-element-e123d8a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;line-height:5px;color:#08336D;}.elementor-543 .elementor-element.elementor-element-f9a5aef > .elementor-widget-container{padding:0px 0px 0px 20px;}.elementor-543 .elementor-element.elementor-element-f9a5aef .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;line-height:5px;color:#08336D;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-543 .elementor-element.elementor-element-1883d67 .elementor-button{background-color:#00308E;}.elementor-543 .elementor-element.elementor-element-1883d67 > .elementor-widget-container{padding:15px 0px 10px 20px;}.elementor-543 .elementor-element.elementor-element-1883d67 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-543 .elementor-element.elementor-element-1883d67 .elementor-button .elementor-button-content-wrapper{gap:15px;}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-92bcd16 *//* ====== Padroniza a imagem do Loop em 16:9 com cover ====== */

/* cobre: Featured Image (Theme Builder) e Image widget dentro de um loop */
.elementor-loop-item .elementor-widget-theme-post-featured-image .elementor-widget-container,
.elementor-loop-item .elementor-widget-image .elementor-widget-container,
.loop-imoveis .elementor-widget-theme-post-featured-image .elementor-widget-container,
.loop-imoveis .elementor-widget-image .elementor-widget-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;          /* mude para 4/3 (1.333) ou 3/2 (1.5) se preferir */
  overflow: hidden;
  border-radius: 8px;          /* opcional */
}

.elementor-loop-item .elementor-widget-theme-post-featured-image img,
.elementor-loop-item .elementor-widget-image img,
.loop-imoveis .elementor-widget-theme-post-featured-image img,
.loop-imoveis .elementor-widget-image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* ====== Deixa todos os cartões com mesma altura e botão alinhado embaixo ====== */
.elementor-loop-container .elementor-loop-item,
.loop-imoveis .elementor-loop-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* aplique a classe "conteudo" no bloco de texto; "botao" no botão */
.loop-imoveis .conteudo { flex: 1 1 auto; }
.loop-imoveis .botao { margin-top: auto; }/* End custom CSS */