.elementor-4334 .elementor-element.elementor-element-ebffdb9{--display:flex;--min-height:100vh;--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;--justify-content:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-4334 .elementor-element.elementor-element-a7932b3 img{width:15%;}@media(min-width:2400px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1366px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-4334 .elementor-element.elementor-element-ebffdb9{--content-width:500px;--min-height:50vh;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-db4ab35 */<style>
    body {
        margin: 0;
        padding: 10px;
        font-family: Arial, sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
        background: #FFFFFF; /* Fundo branco puro */
    }
    #container {
        width: 100%;
        max-width: 600px;
        text-align: center;
    }
    #video, #canvas, #result {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 0; /* Remove arredondamento */
        margin: 10px 0;
        box-shadow: none; /* Remove sombra */
        background: #ECEFF1; /* Fundo neutro para vídeo/canvas */
    }
    button {
        padding: 10px 20px;
        font-size: 16px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 0; /* Bordas retas */
        cursor: pointer;
        margin: 5px;
        width: 100%;
        max-width: 200px;
        transition: background-color 0.2s; /* Transição suave */
    }
    button:hover {
        background-color: #45a049;
    }
    @media (max-width: 480px) {
        button {
            font-size: 14px;
            padding: 8px 15px;
        }
    }
</style>/* End custom CSS */