.elementor-276 .elementor-element.elementor-element-04a5548{--display:flex;--padding-top:190px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-276 .elementor-element.elementor-element-c15cfa1{border-style:solid;border-width:1px 1px 1px 1px;border-color:#00000059;border-radius:15px 15px 15px 15px;box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.17);}:root{--page-title-display:none;}@media(max-width:767px){.elementor-276 .elementor-element.elementor-element-04a5548{--padding-top:190px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-c15cfa1 *//* Seus estilos existentes são ótimos. Abaixo estão adições e ajustes. */

.denuncia-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
    text-align: center;
}

.denuncia-container h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.denuncia-container p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* NOVO: Estilos para a lista de tipos de denúncia */
.lista-denuncias {
    text-align: left;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.lista-denuncias ul {
    list-style-position: inside;
    padding-left: 0;
}

.lista-denuncias li {
    margin-bottom: 10px;
}

/* NOVO: Estilo para o parágrafo de destaque */
.destaque {
    font-weight: bold;
    color: #a91e23; /* Vermelho da marca */
    background-color: #fff3f3;
    padding: 15px;
    border-radius: 8px;
    border-left: 5px solid #a91e23;
}

/* Seus estilos para os botões (estão ótimos!) */
.botoes-acao {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; /* Para responsividade em telas menores */
}

.botao-acao {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.botao-acao.primario {
    background-color: #a91e23;
    color: white;
}

.botao-acao.secundario {
    background-color: #e9ecef;
    color: #333;
    border: 2px solid #e0e0e0;
}

.botao-acao:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}/* End custom CSS */