/* Estilos para a página de auxiliares */
.informacoes .cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
    gap: 40px 40px;
}

.informacoes

/* Seção de Contato Interna */
.contato-paginas {
    margin-top: 50px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    text-align: center;
    border-left: 5px solid #0056b3;
}

.contato-paginas h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.contato-paginas span {
    display: block;
    font-size: 30px;
    color: #0056b3;
    margin-bottom: 15px;
}

.contato-paginas .zap-padrao {
    display: inline-block;
    padding: 12px 30px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.contato-paginas .zap-padrao:hover {
    background: #128c7e;
    transform: scale(1.05);
}

/* Estilos Internos de Conteúdo */
.conteudo-auxiliar {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    color: #444;
}

.conteudo-auxiliar img {
    display: block;
    max-width: 420px;
    max-height: 400px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin: 40px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.conteudo-auxiliar img:hover {
    transform: scale(1.02);
}

/* Estilo do FAQ */
.faq-section {
    margin: 50px 0;
    padding: 10px 20px;
    background: #fcfcfc;
    border-radius: 12px;
    border: 1px solid #eee;
}

.faq-section h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 26px;
}

.faq-item {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border-left: 6px solid #0056b3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-item strong {
    display: block;
    font-size: 19px;
    color: #222;
    margin-bottom: 12px;
    font-family: "Teko", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.faq-item p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.informacoes .card {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 220px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    transition: 0.3s ease;
    border: 1px solid transparent;
}

.informacoes .card:hover {
    border-color: #03b162;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.informacoes .card a {
    display: block;
    color: #203b48;
    font-size: 18px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    line-height: 22px;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
}

.informacoes .card a:hover {
    color: #03b162;
}

.informacoes .card img {
    height: 130px;
    width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Tabela Comparativa Técnica */
.tabela-comparativa-wrapper {
    overflow-x: auto;
    margin: 40px 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.tabela-comparativa {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 600px;
}

.tabela-comparativa th {
    background: #00367c;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.tabela-comparativa td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #555;
    background: #fff;
    /* Reset para evitar transparência */
}

.tabela-comparativa tr:nth-child(even) td {
    background: #fdfdfd;
}

.tabela-comparativa tr:hover td {
    background: #f1f5fa;
    transition: 0.2s;
}

.tabela-comparativa td:first-child {
    font-weight: bold;
    color: #333;
    text-align: left;
    background: #f5f8ff !important;
    width: 150px;
}

/* Blocos de Alerta e Dicas */
.alerta-erro {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff5f5;
    border-left: 6px solid #e74c3c;
    padding: 25px;
    margin: 40px 0;
    border-radius: 8px;
    color: #c0392b;
    font-size: 16px;
    line-height: 1.6;
}

.alerta-erro i {
    font-size: 30px;
}

.alerta-erro strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

/* Checklist de Segurança */
.checklist-seguranca {
    background: #f8fbff;
    padding: 30px 30px 30px 50px;
    border-radius: 12px;
    border: 1px solid #e1e8f0;
    margin: 30px 0;
    list-style: none !important;
}

.checklist-seguranca li {
    position: relative;
    margin-bottom: 15px;
    color: #34495e;
    font-weight: 500;
}

.checklist-seguranca li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -35px;
    color: #27ae60;
    background: #e8f7ee;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

@media (max-width: 576px) {
    .informacoes .card {
        width: 100%;
        max-width: 300px;
    }
}