@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

html,
body {
  background: linear-gradient(180deg, rgb(26 36 100) 0%, #0c102b 88%);
  font-family: 'Montserrat', sans-serif;
  color: white;
  height: 100%;
  overflow: overlay;
}


/* Footer */
div#footer {
  position: fixed;
  bottom: 0;
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 5px 70px;
  width: 100%;
  background-color: #080b1e;
}

/* Div Flutuante */

.wpp_button {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 10px;
  background: linear-gradient(70deg, #fbff7f, #ecff11);
  color: #000 !important;
  border-radius: 100%;
  text-align: center;
  box-shadow: 1px 1px 2px #888;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
}


.wpp_button:hover {
  background: linear-gradient(-70deg, #fbff7f, #ecff11);
}

.div_flutuant {
  position: fixed;
  right: 40px;
  bottom: 35px;
  background-color: #080b1e;
  box-shadow: 0px 0px 5px 1px #595959;
  border-radius: 10px;
  z-index: 1;
}

ul.flutuant_ul {
  list-style: none;
  margin-top: 10px;
  padding: 0px 10px 0 10px;
}

.flutuant_ul li a {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.flutuant_ul li a:hover {
  color: #c9c8c8;
}

.oculto {
  display: none !important;
}

.logo-empresa {
  margin-top: 0 !important;
  text-align: center;
}


/* Botão Sair Header */

.div-btn-voltar {
  width: 100%;
  background-color: #0f163f;
  text-align: right;
}

.BackPageCurso {
  display: flex;
  justify-content: space-between;
}

.btn-links {
  color: #edeb31;
  font-weight: bold;
  text-decoration: none;
}

.btn-links span {
  top: 2px;
  position: relative;
}

.btn-links:focus,
.btn-links:active,
.btn-links:hover {
  color: #edeb31 !important;
  border-color: #0f163f !important;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 340px) {
  .wpp_button {
    width: 45px;
    height: 45px;
  }

  div#footer {
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    font-size: 11px;
    padding: 5px 60px;
    width: 100%;
    background-color: #080b1e;
  }
}