#tela-candidato {
    display: none;
    flex-direction: column;
    margin-top: 35px;
}

.iframe-container {
    height: calc(100vh - 220px);
}

iframe {
    height: 100%;
}

.menu-candidato-container {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.menu-candidato-button {
    border: 2px solid #3c5b78;
    border-radius: 10px;
    padding: 4px 12px;
}

.menu-candidato-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 40px;
    color: #3c5b78;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 15px;
}

.active-button {
    background-color: #3c5b78;
    color: white;
}

@media only screen and (max-width: 768px) {
    .menu-candidato-container {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .portal-candidato {
        display: none;
    }
}