.elementor-9856 .elementor-element.elementor-element-c2ecd44{--display:flex;--justify-content:space-evenly;}.elementor-9856 .elementor-element.elementor-element-c2ecd44.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9856 .elementor-element.elementor-element-92df98c{--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-9856 .elementor-element.elementor-element-ee3603e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:25px 10px 0px 10px;}@media(min-width:768px){.elementor-9856 .elementor-element.elementor-element-c2ecd44{--width:86.757%;}}/* Start custom CSS for container, class: .elementor-element-c2ecd44 */body {
            font-family: 'Poppins', Arial, sans-serif;
    /* ... outras propriedades ... */
            line-height: 1.6;
            margin: 0;
            padding: 20px;
            background-color: #f4f4f4;
            color: #333;
        }
        .container {
            max-width: 900px;
            margin: auto;
            background: #fff;
            padding: 50px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        
       
        
        .titulo-tex {
            font-size: 35px;
            font-weight: bold;
            color: #0056b3;
         
        }

        p {
            font-size: 20px;
            text-align: justify
            
        }
        
        .image-placeholder {
            width: 100%;
            height: 250px;
            background-color: #e0e0e0;
            margin: 20px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #666;
            font-style: italic;
            border-radius: 5px;
            overflow: hidden; /* Ensures image fits within bounds if replaced */
        }
        .image-placeholder img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Covers the area, cropping if necessary */
        }
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            .container {
                padding: 20px;
            }
            .image-placeholder {
                height: 200px;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 10px;
            }
            .container {
                padding: 15px;
            }
            .image-placeholder {
                height: 150px;
            }
        }/* End custom CSS */