*{
    padding: 0px;
    margin: 0px;
}

#logo-caixa{
    position: absolute;
    width: 100%;
    top: 0px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 998;
    background:rgba(255, 255, 255, 0.5);
}
#logo-caixa img{
    margin: 10px;
    margin-left: auto;
	margin-right: auto;
	display: block;
    align-items: center;
    width: 250px;   
}
#logo-caixa i{
    display: block;
    margin: 0 auto;
    color:#003768;
}
a{
    text-decoration: none;
}

.item{
    position: fixed; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
}

.item img{
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
    background-color:  white;
}
.cap {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;  
}
h1{
    color:#003768;
    text-align: center;
    background:rgba(255, 255, 255, 0.5);
}
