﻿#foradoperiodo {
    background-color: var(--cor-principal);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#mensagem-votacao {
    font-weight: bold;
    background-color: #f5f5f5;
    color: #223355;
    border-radius: 5px;
    font-size: 18px;
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    width: 80%;
    max-width: 400px;
}

.brand-logo {
    margin-bottom: 20px;
    margin-top: -200px;
}

#logoEvento {
    max-height: 80%;
    max-width: 60%;
    object-fit: contain;
}

#logoInstituicao {
    width: 200px;
    position: fixed;
    bottom: 20px; /* Ajuste este valor para controlar a distância em relação ao rodapé */
    left: 50%;
    transform: translateX(-50%);
}

.destaque-link {
    font-size: 15px;
    color: #acd0fc;
}
