.elementor-244 .elementor-element.elementor-element-dda024a{--display:flex;--min-height:193px;--padding-top:02%;--padding-bottom:02%;--padding-left:02%;--padding-right:02%;}.elementor-244 .elementor-element.elementor-element-dda024a:not(.elementor-motion-effects-element-type-background), .elementor-244 .elementor-element.elementor-element-dda024a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-244 .elementor-element.elementor-element-fcee1af .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-244 .elementor-element.elementor-element-fcee1af .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-244 .elementor-element.elementor-element-fcee1af .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-244 .elementor-element.elementor-element-fcee1af .jet-listing-dynamic-image__caption{text-align:left;}.elementor-244 .elementor-element.elementor-element-e41c544{--display:flex;--min-height:134px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:6%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-244 .elementor-element.elementor-element-e41c544:not(.elementor-motion-effects-element-type-background), .elementor-244 .elementor-element.elementor-element-e41c544 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-244 .elementor-element.elementor-element-c5ee753{padding:0% 0% 2% 0%;}.elementor-244 .elementor-element.elementor-element-c5ee753 .jet-listing-dynamic-field__content{color:var( --e-global-color-secondary );font-family:"Albert Sans", Sans-serif;font-size:18px;font-weight:400;text-transform:capitalize;line-height:20px;text-align:left;}.elementor-244 .elementor-element.elementor-element-c5ee753 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-244 .elementor-element.elementor-element-c5ee753 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-244 .elementor-element.elementor-element-c5ee753 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-244 .elementor-element.elementor-element-c8da150{padding:0% 0% 2% 0%;}.elementor-244 .elementor-element.elementor-element-c8da150 .jet-listing-dynamic-field__content{color:var( --e-global-color-3cb047a );font-family:"Albert Sans", Sans-serif;font-size:15px;font-weight:400;text-transform:uppercase;line-height:20px;text-align:left;}.elementor-244 .elementor-element.elementor-element-c8da150 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-244 .elementor-element.elementor-element-c8da150 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-244 .elementor-element.elementor-element-c8da150 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-244 .elementor-element.elementor-element-eb2479d{padding:0% 0% 2% 0%;}.elementor-244 .elementor-element.elementor-element-eb2479d .jet-listing-dynamic-field__content{color:var( --e-global-color-20c61e2 );font-family:"Albert Sans", Sans-serif;font-size:15px;font-weight:400;text-transform:capitalize;line-height:20px;text-align:left;}.elementor-244 .elementor-element.elementor-element-eb2479d .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-244 .elementor-element.elementor-element-eb2479d .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-244 .elementor-element.elementor-element-eb2479d .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-244 .elementor-element.elementor-element-fdb5141{padding:0% 0% 2% 0%;}.elementor-244 .elementor-element.elementor-element-fdb5141 .jet-listing-dynamic-field__content{color:var( --e-global-color-secondary );font-family:"Albert Sans", Sans-serif;font-size:15px;font-weight:400;line-height:20px;text-align:left;}.elementor-244 .elementor-element.elementor-element-fdb5141 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-244 .elementor-element.elementor-element-fdb5141 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-244 .elementor-element.elementor-element-fdb5141 .jet-listing-dynamic-field{justify-content:flex-start;}.jet-listing-item.single-jet-engine.elementor-page-244 > .elementor{width:370px;margin-left:auto;margin-right:auto;}@media(min-width:1025px){.elementor-244 .elementor-element.elementor-element-dda024a:not(.elementor-motion-effects-element-type-background), .elementor-244 .elementor-element.elementor-element-dda024a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for jet-listing-dynamic-image, class: .elementor-element-fcee1af *//* Deixa a imagem em preto e branco por padrão e adiciona transição suave */
#imagem-dinamica-pb img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Para compatibilidade com navegadores Safari */
    transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
}

/* Retorna a cor original ao passar o mouse */
#imagem-dinamica-pb img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}/* End custom CSS */