@font-face {

      font-family: "CarnasEB";
      src: url("../fonts/CarnasEB.ttf") format("truetype");
      }

.CarnasEB{
    font-family: "CarnasEB"; 
       } 


body{  
  position: absolute;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  
}

*.container{
  display: block;  
  
  
  background-attachment: fixed; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}

.subcontainer{
    position: relative;
    background-attachment: scroll;
    
}

@media screen and (min-width: 400px) {
  .container{
  
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}
}

@media screen and (min-width: 800px) {
  .container{
  
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}
}

@media screen and (min-width: 1280px) {
  .container{
  
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px;
  min-height: 100%;
}
}

.cabecalho{
    
    margin-top: 20px;
    margin-bottom: -10px;
    
}



.form_login{
  
}


.vertical-menu {
  width: 100%;
  font-weight: bold;
  border-radius: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.vertical-menu a {
  background-color: black; 
  color: white; 
  display: block; 
  padding: 20px;
  text-decoration: none; 
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #4CAF50; 
  color: white;
}

#lbl{
  font-weight: bold;
  margin-left: 20px; 
  margin-right: 20px;
}

.backcont{
    background-color: white;
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.posit{
    margin-top: 15px;
    margin-bottom: 15px;
}

.posit2{
    float: left;
    margin-left: 15px;
    
}

.subcontainer{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;   
    position: relative;
    float: left;   
    width: 100%;
    
}

.membro{
    text-align: center;
    float: left;
    align-items: center;
    height: 250px;
    width: 44%;
    margin-left: 4%;
    border-style: solid;
    border-width: 2px;
    margin-bottom: 10px;
}

.membro2{
    text-align: center;
    float: left;
    align-items: center;
    height: 250px;
    width: 44%;
    margin-left: 4%;
    border-style: solid;
    border-width: 2px;
    margin-bottom: 10px;
}


.membro h1{
    font-size: 110%;
    
}

.membro2 h1{
    font-size: 110%;
    
}

.imagemmembro{
    width: 100%;
    height: 180px;
    background-color: #ccc;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.nomemembro{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
    
}


.funcaomembro{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
    
}

.navbar{
    align-items: center;
    text-align: center;
    
}

div#container{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: #eee;
	display: block;
}

.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}.loader:after,.loader:before{box-sizing:border-box;display:none}.loader.is-active{background-color:rgba(0,0,0,.85);width:100%;height:100%;left:0;top:0}.loader.is-active:after,.loader.is-active:before{display:block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes blink{0%{opacity:.5}to{opacity:1}}.loader-double:after,.loader-double:before{content:"";position:fixed;border-radius:50%;border:8px solid;animation:rotation 1s linear infinite}.loader-double:after{width:48px;height:48px;border-color:#fff;border-left-color:transparent;top:calc(50% - 24px);left:calc(50% - 24px)}.loader-double:before{width:64px;height:64px;border-color:#eb974e;border-right-color:transparent;animation-duration:2s;top:calc(50% - 32px);left:calc(50% - 32px)}

.front{
    width: 100%;
    
}

.menuadm a:link, a:visited, a:hover, a:active{
    color: black;
    
}

.resultado{
    margin: 50px;
    background-color: lightblue;
    
}

.footer{
    position: relative;
    background-color: #222;
    color: white;
    margin-top: 350px;
    height: 60px;
    padding: 20px;
    text-align: right;
    bottom: 0;
}

.borda{
    float: left;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.borda input{
    margin-top: 5px;
    
}

.tabela-relatorio{
  
        transform: scale(0.8); /* diminui em 20% o tamanho total da tabela na impressão */
        font-size: 9px; /* diminua um pouco a fonte na hora da impressão */
    
}

.brasao{
    width: 120px;
    float: left;
    
}

.cabecalho-relatorio{
    line-height: 0.6px;
    width: 1300px;
    float: left;
    margin-bottom: 20px;
}

.fonte1{
   font-size: 32px; 
}

.fonte2{
    font-size: 28px;
}

.fonte3{
    font-size: 24px;
}

.fonte4{
    font-size: 24px;
}

.fonte5{
    font-size: 24px;
}

.etiqueta{
    color: #474A51;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: -5px;
    
}

.inscreva{
    width: 500px;
    height: 200px;
    margin-top: 150px;
    font-size: 32px;
    font-weight: bold;
    margin-left: 0 auto;
}

.edital{
    margin-top: 20px;
    margin-left: 18%;
    text-decoration: underline;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.asterisco{
    color: red;
}