/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2026 | 18:57:14 */
.formulario-encerrado {
  filter: blur(6px);
  opacity: 0.8;
  pointer-events: none;
  user-select: none;
}

.mensagem-inscricoes-encerradas {
    margin-top: 24px;
    padding: 24px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #00452a;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #f5f5c5b3;
    bottom: 0;
    align-content: space-around;
}