.elementor-1524 .elementor-element.elementor-element-da465a8{--display:flex;}body.elementor-page-1524{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-da465a8 */<style>
        /* --- ESTILOS GERAIS --- */
        body {
            background-color: #FFFFFF;
            margin: 0;
            padding: 0;
        }

        .article-container {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #464646;
            line-height: 1.7;
            max-width: 800px;
            margin: 20px auto;
            padding: 0px;
            box-sizing: border-box;
        }

        /* --- ESTILOS DOS TÍTULOS (H1, H2, H3) --- */
        h1, h2, h3 {
            font-family: 'Open Sans', sans-serif;
            color: #612C02;
            font-weight: 700;
            line-height: 1.3;
        }

        h1 {
            font-size: 50px;
            text-align: center;
            margin-bottom: 40px;
        }

        h2 {
            font-size: 30px;
            margin-top: 1.5em;
            border-bottom: 3px solid #CFAB8E;
            padding-bottom: 10px;
        }

        h3 {
            font-size: 25px;
            margin-top: 1.2em;
        }

        /* --- ESTILOS DO TEXTO E ÊNFASE --- */
        p, li {
            color: #464646;
            font-size: 18px;
        }

        strong {
            color: #BB6F34;
        }

        /* --- ESTILOS DAS LISTAS --- */
        ul, ol {
            padding-left: 25px;
        }

        li {
            margin-bottom: 10px;
        }

        /* --- ESTILOS DA TABELA --- */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            font-size: 16px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border-radius: 8px;
            overflow: hidden;
        }

        table thead tr {
            background-color: #3BA29B;
            color: #FFFFFF;
            text-align: left;
        }

        table th, table td {
            padding: 15px 20px;
        }

        table tbody tr {
            border-bottom: 1px solid #dddddd;
        }

        table tbody tr:nth-of-type(even) {
            background-color: #f8f8f8;
        }

        table tbody tr:last-of-type {
            border-bottom: 3px solid #3BA29B;
        }

        .aButton {
            display: inline-block;
            padding: 13px 50px;
            margin: 20px 0;
            cursor: pointer;
            transition-duration: 0.4s;
            color: #612C02;
            font-family: 'Open Sans', sans-serif;
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            border: 2px solid #04AA6D;
            border-radius: 8px;
            background-color: #FFFFFF;
        }
        
        .aButton:hover, .aButton:active {
            background-color: #3BA29B;
            color: #C7D6D5;
            transition-duration: 0.4s;
            box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        }

        .center {
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-width: 450px;
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        @media screen and (max-width: 768px) {
            .article-container {
                margin: 20px auto;
                padding: 15px;
                font-size: 17px;
            }

            h1 {
                font-size: 36px;
                margin-bottom: 30px;
            }

            h2 {
                font-size: 26px;
            }

            h3 {
                font-size: 22px;
            }
            
            p, li {
                font-size: 17px;
            }

        
            /* --- ESTILOS PARA CAIXA DE DICA --- */
            .tip-box {
                background-color: #f7fdfd;
                border-left: 5px solid #96C8C5;
                padding: 10px 20px 5px 10px;
                margin: 10px 20px 10px 10px;
                border-radius: 5px;
            }
            
            table th, table td {
                padding: 12px 10px;
                font-size: 15px;
            }
            .button, .aButton {
                padding: 12px 30px;
                font-size: 18px;
                width: 100%;
                box-sizing: border-box;
            }
            ul {
                line-height: 1;
                margin-top: 10px;
                margin-right: 0px;
                margin-bottom: 20px;
                margin-left: 10px;
                padding: 0; /* Removes all default padding */
            }
            
        }
        
        /* PARA MOBILE */
        @media screen and (max-width: 480px) {
            h1 {
                font-size: 28px;
            }
            h2 {
                font-size: 22px;
            }
            h3 {
                font-size: 20px;
            }
            /* --- ESTILOS PARA CAIXA DE DICA --- */
            .tip-box {
                background-color: #f7fdfd;
                border-left: 5px solid #96C8C5;
                padding: 10px 20px 5px 10px;
                margin: 10px 20px 10px 10px;
                border-radius: 5px;
            }
            .article-container, p, li {
                font-size: 16px;
            }
            .button, .aButton {
                padding: 12px 30px;
                font-size: 18px;
                width: 100%;
                box-sizing: border-box;
            }
            ul {
                line-height: 1;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 20px;
                margin-left: 0px;
                padding: 0; /* Removes all default padding */
            }
            li {
                font-size: 16px;
            }
        }
        /* FIM DO MOBILE */


        a:link {
          color: #CFAB8E;
        }
        
        a:visited {
          color: #74b4ad;
        }
        
        a:hover {
          color: #612C02;
        }
        
        a:active {
          color: #3BA29B;
        } 

        .responsive {
            width: 90%;
            height: auto;
        }
        
        .half-img {
          width: 50%;
          height: auto;
        }

    </style>/* End custom CSS */