.elementor-1966 .elementor-element.elementor-element-ebb2940{--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;border-style:none;--border-style:none;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1966 .elementor-element.elementor-element-9838b11{--display:flex;--min-height:536px;--justify-content:flex-end;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1966 .elementor-element.elementor-element-9838b11:not(.elementor-motion-effects-element-type-background), .elementor-1966 .elementor-element.elementor-element-9838b11 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:auto;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-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-1966 .elementor-element.elementor-element-48dd0c4 > .elementor-widget-container{background-color:#F2B705AB;padding:20px 20px 20px 20px;}.elementor-1966 .elementor-element.elementor-element-48dd0c4 .elementor-heading-title{font-family:"Gotham Font", Sans-serif;font-weight:600;color:var( --e-global-color-d0c2b17 );}@media(max-width:1366px){.elementor-1966 .elementor-element.elementor-element-9838b11{--min-height:305px;}.elementor-1966 .elementor-element.elementor-element-48dd0c4 > .elementor-widget-container{padding:10px 10px 10px 10px;}.elementor-1966 .elementor-element.elementor-element-48dd0c4 .elementor-heading-title{font-size:20px;}}@media(max-width:1024px){.elementor-1966 .elementor-element.elementor-element-9838b11{--min-height:417px;}}@media(max-width:767px){.elementor-1966 .elementor-element.elementor-element-48dd0c4 .elementor-heading-title{font-size:18px;}}@media(min-width:768px){.elementor-1966 .elementor-element.elementor-element-ebb2940{--content-width:100%;}}@media(max-width:1366px) and (min-width:768px){.elementor-1966 .elementor-element.elementor-element-ebb2940{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-9838b11 */.destaque-container {
    overflow: hidden;
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    /* Mantenha o background inline para referência, mas vamos ocultá-lo */
}

.destaque-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit; /* Herda a imagem do elemento pai */
    background-size: cover;
    background-position: center;
    transition: transform 0.8s ease; /* Ajuste o tempo como preferir */
    z-index: 0;
}

.destaque-container:hover::before {
    transform: scale(1.05); /* 1.05 = 105% de zoom */
}

/* Garante que o conteúdo fique acima da imagem */
.destaque-container > * {
    position: relative;
    z-index: 1;
}/* End custom CSS */