html {
  margin: 0;
  padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Inter, sans-serif;
    background: #d3d3d3;
}

.container {
  margin: 0;
  width: 100%;
  height: inherit;
}

h1,
p {
  text-align: center;
}

h1 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
}

p {
  margin: 0;
  font-weight: 200;
}

form {
  width: 800px;
  margin: 48px auto 36px auto;
  background-color: #040301;
  padding: 48px 36px;
  border-radius: 10px;
}

form label:first-of-type {
  margin-top: 0;
}

label {
  display: block;
  margin: 24px 0;
  font-size: 18px;
}

input,
select,
textarea,
button {
  width: 100%;
  min-height: 32px;
  margin-top: 8px;
  padding: 8px 8px;
  border-radius: 4px;
  border: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

fieldset input {
  min-height: unset;
  width: 15px;
  height: 15px;
  vertical-align: text-line;
}

fieldset label {
  margin: 4px 0;
}

legend {
  font-size: 18px;
  margin-bottom: 8px;
}

.cadastrarBTN {
  padding: 16px;
  background-color: rgb(198 169 100);
  color: #44251e;
  font-size: 21px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  width: 50%;
}


.logomarca {
  text-align: center;
  margin-bottom: 30px;
}


.form-control {
  padding: 22px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0px;
}
.blocoHome {
      width: 1200px;
    margin: 48px auto 36px auto;
    background-color: #040301;
    padding: 48px 36px;
    border-radius: 10px;
}

.tituloMensalidades {
  margin-top: 15px;
  margin-bottom: 10px;
}

.bloco-mensalidade h4 {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.single-mensalidade {
  background-color: #ededed;
  padding: 24px 25px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.single-mensalidade div {
  margin-bottom: 5px;
}

.single-mensalidade .botao-links img {
  width: 200px;
}

.single-mensalidade .parcelaID {
  font-size: 25px;
  margin-bottom: 18px;
}

.botoes6949 img {
  width: 55px;
  display: ruby;
}

.itemSeparaInscricao {
  margin-bottom: 30px;
}

.suporteWhatsapp {
  position: fixed;
  width: 310px;
  bottom: 40px;
  padding: 10px;
  right: 40px;
  text-decoration: none;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 21px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

@media (min-width: 300px) and (max-width: 500px) {
  form {
    width: 100%;
  }

  .blocoHome {
      width:100%;
  }

}