.fundoPadrao {
  background-color: rgba(0, 189, 174, 1) !important; 
}

.fundoPagina {
  background-image: linear-gradient(to bottom, #e9ba92, #87839b) !important; 
}

.imagemcentral {
    
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    
    /*position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;    
    margin-left: auto;
    margin-right: auto;*/
    
    /*margin: auto;*/
  /*display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;*/
  /*text-align: center;*/
  
    
}


.janela {
    
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #8c8c8c;
    background: #fff;
    z-index: 8 !important;
    
    z-index: 9 !important;
    border-color: #8c8c8c;
}
.janela:before {
    
    position: absolute;
    border-radius: 10px / 100px;
    z-index: -2;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    content: "";
    box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    box-shadow: 0 0 15px rgb(0 0 0 / 80%);
}