body {
    /* font-family: 'Nunito'; */
    font-family: Calibri;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    max-height: 500px;  
}

body.website {
    background-color: #ffffff;   
}

body.hold-transition {
    background-repeat: no-repeat;
    /* background-image: url(../img/fundo.jpg);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

div.helper, div.customer, div.menu,
div.col-sm-12.justify-content-center, 
div.row.title-search.col-sm-12,
div.search, img.col-sm-12.person,
div.col-sm-12.header-logo, footer {
    display: none;
}

div#app.container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    z-index: 4;
}

div#app.container img.store {
    margin: 15px;
    border: 3px solid #333;
    border-radius: 15px;
    cursor: pointer;
    color: #fff;
}

div.apps {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 4;
}

.header-app {
    text-align: center;
    color: #fff;
    padding: 30px;
    font-size: 22px;
    line-height: 25px;
}

.footer-app {
    text-align: center;
    color: #fff;
    padding: 30px;
    font-size: 18px;
    line-height: 25px;
}

.yellow {
    color: yellow;
}

#logando {
    background-color: #efa17b45 !important;
    border-radius: 10px;
    border: 4px solid #f04f0112;
}


.login-gate {
    width: 400px;
    margin: 0 auto;
}

.btn {
    background-color: #f04f01 !important;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.btn-link, label {
    font-weight: 400;
    text-decoration: none;
    color: #333;
    margin-top: 10px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.logo {
    margin-bottom: 20px;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Ajusta o conteúdo verticalmente na tela */
    text-align: center;
    color: #d1a665;
    font-size: 22px;
  }

  .center-content img {
    margin-bottom: 20px; /* Espaço entre a imagem e o texto */
  }