.cabecalho {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
     background-color: #ffffff;
}
   .cabecalho {
    position: sticky;
    top: 0;
    background-color: white; /* Fundo branco para não ficar transparente */
    z-index: 1000; /* Para manter-se acima dos outros elementos */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Opcional: um sombreamento suave */
}

.cabecalho__menu {
    display: flex;
    gap: 50px;
}
.cabecalho__menu__link{
    color: #000000;
    text-decoration: none;

}
.cabecalho__menu__link:hover {
    font-size: 26px;
    align-items:center;
    color: #506f91;
    font-weight: 400;
    text-decoration: none;
}
        .highlighted-button {
            background-color: #1b035f; /* Cor de fundo para destacar */
            border: 1px solid #DAA520;
            color: #fff;
            padding: 10px;
            text-align: center;
            display: inline-block;
            margin: 5px;
            text-decoration: none;
            border-radius: 5px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
        }
    body {

    box-sizing: border-box;
    background-color: #c2c2c2;
    color: #000000;
}
.bts {
    background-color: #1d3557;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
}
