/*
Empresa: Vitae Tecnologia Ltda.
Autor: Francisco Cláudio (claudiofbs@gmail.com)
Proibido a cópia, publicação e distribuição sem expressa autorização da empresa.
Todos os direitos reservados.
*/
/* 
    Created on : 20/07/2019, 19:55:32
    Author     : Cláudio
*/
*{
    padding: 0;
    margin: 0;
}
.titulo{
    position: relative;
    display: flex;
    width: 100%;
    background-color: #f0f0f0;
    color: #000000;
    text-align: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
}
.subtitulo{
    position: relative;
    display: flex;
    width: 100%;
    background-color: #fafafa;
    color: #000000;
    text-align: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 20px;
}

#lista{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.linha{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.linha > strong{
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 15px;

}
.larg-1{
    width: 40px;

}
.larg-2{
    width: calc((100% - 80px) * 0.19);
}
.larg-3{
    width: calc((100% - 80px) * 0.38);
}
.cor-0{
    background-color: #080808;
    color: #ffffff;
}
.cor-1{
    background-color: #aaaaaa;
    color: #000000;
}
.cor-2{
    background-color: #555555;
    color: #f9f9f9;
}
.inativa{
    display: none;
}
.flex{
    display: flex;
}

.sobre-tela{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: rgba(125,125,125, 0.5);
    flex-direction: column;
    justify-content: center;
    align-content: center;
    alignment-adjust: central;
    align-items: center;
    overflow-y: auto;
}
.sobre-tela > div{
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
}
janela{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
}
.alerta{
    position: fixed;
    top: 30vh;
    left: calc(50vw - 175px);
    max-width: 350px;

    padding: 5px ;
    padding-right: 30px;
    z-index: 100;

}
.msg-x{
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 7.5px;
    right: 5px;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    z-index: 101;
}

.msg-x :hover{
    font-weight: bold;
    color: #ffffff;
    border-color: #ffffff;
}
header > img{
    height: 90px;
    margin-right: 10px;
}
titulo{
    font-family: 'Arial';
    font-size: 1.5rem;
    font-weight: bolder;
}

.texto{
    padding-left:  25px;

}
#div-inscricao{
    flex-direction: row;
}

#div-pix {
    flex-direction: column;
    background-color: #fff;
    width: 80%;
    max-width: 600px;
    margin: auto;
    padding: 10px;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    align-content: center
}
#qrcode{
    max-width: 300px;
    
}