body {
  background-image: url("../img/background.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  font-family: "Rubik", "Nunito", "Roboto", "Helvetica", "Arial", sans-serif !important;
  overflow-x: hidden;
  overflow: hidden;
}

a{
  font-size: 15px;
  color: #18426b;
}

.active a{
  color: #ffffff;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 35px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.botao-login {
  padding: 15px 35px 15px 35px;
  border-radius: 100px;
  border-color: transparent;
  color: #ffffff;
  background: #008da1;
  font-weight: bold !important;
}

.botao-login:hover {
  background: #a4d2f4;
  color: #374b97;
  border-color: transparent;
}

.logo-login {
  padding-top: 60px;
  padding-bottom: 60px;
}


.top-page {
  height: 57%;
  text-align: center;
}

.bottom-page {
  height: 43%;
  background: #cc5889;
  color: #fff;
  font-size: 12px;
  padding: 2%;
}

.top-page .card {
  width: 40%;
  margin: auto;
  top: 50%;
}

.font-38 {
  font-size: 38px;
}

.font-24 {
  font-size: 24px;
}

.font-16 {
  font-size: 16px;
}


img {
  width: 100vw;
  height: 100vh;
}


#loader {
  opacity: 1;
  transition: opacity 0.3s linear 2s;
  position: absolute;
  z-index: 9999999;
  margin: 25% 25% 25% 42%;
}



@media only screen and (max-width: 768px) {
  .cadastrarEmail .top-page .card {
    width: 90%;
  }
  .botao-comece {
    width: 100%;
  }
  body#deslogado {
    padding: 3%;
  }
  #topMenu,
  #bottomMenu,
  #rightMenu,
  #leftMenu,
  #hideMenus,
  #voltarNavegacao,
  .host {
    display: none;
  }
  .fundo img {
    width: auto;
    height: auto;
  }
  body {
    overflow: auto !important;
  }
  .botaoMobile a,
  .botaoMobile button {
    width: 100% !important;
  }
}
#voltarNavegacao {
  display: none;
}


