.elementor-5552 .elementor-element.elementor-element-c9bf877{--display:flex;}.elementor-5552 .elementor-element.elementor-element-c5999f1{--display:flex;box-shadow:0px 5px 15px 2px rgba(0, 0, 0, 0.2);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5552 .elementor-element.elementor-element-2ad8a55{text-align:center;}/* Start custom CSS for heading, class: .elementor-element-2ad8a55 */.message-container {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #000 !important; /* Cor preta */
}

.main-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000 !important; /* Cor preta */
    margin-bottom: 20px;
}

.subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #000 !important; /* Cor preta */
    text-align: left;
    margin-bottom: 10px;
}

.body-text {
    font-size: 16px;
    color: #000 !important; /* Cor preta */
    text-align: justify;
    margin-bottom: 15px;
}

.attention-box {
    background-color: #f9f9a9; /* Amarelo claro */
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o botão */
    justify-content: center; /* Certifica-se de que todo o conteúdo esteja centralizado */
}

.cta-button {
    display: inline-block;
    background-color: #28a745; /* Verde */
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 15px; /* Espaço entre texto e botão */
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #218838; /* Verde mais escuro no hover */
}

.investment-container {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #000; /* Cor preta */
}

.main-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.intro-text {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 15px;
}

.highlight-text {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 20px 0;
}

.accordion {
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.accordion-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    background-color: #f9f9f9;
    color: #000;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #eaeaea;
}

.accordion-content {
    padding: 15px;
    display: none; /* Escondido por padrão */
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.accordion-content p {
    margin-bottom: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c4f3d8 */.accordion {
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.accordion-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    background-color: #f9f9f9;
    color: #000;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #eaeaea;
}

.accordion-content {
    padding: 15px;
    display: none; /* Escondido por padrão */
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.accordion-content p {
    margin-bottom: 10px;
}/* End custom CSS */