.elementor-272 .elementor-element.elementor-element-1cb8c87f{--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;}.elementor-272 .elementor-element.elementor-element-1cb8c87f:not(.elementor-motion-effects-element-type-background), .elementor-272 .elementor-element.elementor-element-1cb8c87f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#161616;}@media(min-width:768px){.elementor-272 .elementor-element.elementor-element-1cb8c87f{--content-width:40%;}}/* Start custom CSS for container, class: .elementor-element-1cb8c87f */.elementor-272 .elementor-element.elementor-element-1cb8c87f img {
    /* Define o limite de altura da tela */
    max-height: 85vh !important;
    
    /* O SEGREDO: Força a largura a se ajustar automaticamente à altura */
    width: auto !important; 
    
    /* Garante que a imagem não vaze para fora da tela na horizontal */
    max-width: 100%; 
    
    /* Garante que a proporção original seja mantida sem cortes */
    object-fit: contain; 
    
    /* Centraliza a imagem */
    display: block;
    margin: 0 auto;
}/* End custom CSS */