.elementor-1772 .elementor-element.elementor-element-8b61e31{--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;}@media(min-width:768px){.elementor-1772 .elementor-element.elementor-element-8b61e31{--content-width:40%;}}
/* Start custom CSS for container, class: .elementor-element-8b61e31 */.elementor-1772 .elementor-element.elementor-element-8b61e31 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 */

