.elementor-1577 .elementor-element.elementor-element-05736af{--display:flex;}/* Start custom CSS */<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 PARA CAIXA DE DICA --- */
    .tip-box {
        background-color: #f7fdfd;
        border-left: 5px solid #96C8C5;
        padding: 20px;
        margin: 25px 0 10px 20px ;
        border-radius: 5px;
    }
            
    

    /* --- 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: 20px 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: center;
    }

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

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

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

    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;
    }

    /* --- ESTILOS RESPONSIVOS --- */
    @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;
        }

        p {
            margin: 25px 0px 0px 20px;
        }

        .button, .aButton {
            padding: 12px 30px;
            font-size: 18px;
            width: 100%;
            box-sizing: border-box;
        }

        /* CSS Tabela Responsiva */
        table {
            border: 0;
            border-radius: 0;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }
        
        table tr {
            border-bottom: 3px solid #CFAB8E;
            display: block;
            margin-bottom: .625em;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        table td {
            border-bottom: 1px solid #dddddd;
            display: block;
            font-size: 1em;
            text-align: left;
            padding-left: 10%;
            position: relative;
        }
        
        table td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
            color: #612C02;
        }
        
        table td:last-child {
            border-bottom: 0;
        }

        /* --- ESTILOS PARA CAIXA DE DICA --- */
        .tip-box {
            background-color: #f7fdfd;
            border-left: 5px solid #96C8C5;
            padding: 20px;
            margin: 25px 0px 0px 10px;
            border-radius: 5px;
        }
            
    }
    
    @media screen and (max-width: 480px) {
        h1 {
            font-size: 28px;
        }
        h2 {
            font-size: 22px;
        }
        h3 {
            font-size: 20px;
        }
        
        p {
            margin: 0px 0px 0px 10px;
        }

        .article-container, p, li {
            font-size: 16px;
        }
        
        .article-container {
            margin: 10px auto;
            padding: 10px;
        }
        /* --- ESTILOS PARA CAIXA DE DICA --- */
        .tip-box {
            background-color: #f7fdfd;
            border-left: 5px solid #96C8C5;
            padding: 20px;
            margin: 25px 0px 0px 5px;
            border-radius: 5px;
        }
            
    }

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

    .responsive { width: 80%; height: auto; }
    
</style>/* End custom CSS */