html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*background-color: #0d0821;*/
  /*  background-color: #FFF;*/
  /*background-image: url(image/fundo.jpg);*/
  background: #101026;
  font-family: "Montserrat";
}

body {
  margin: 0;
  padding: 0;
}

/* Header */
header {
  margin: 0;
  padding: 0;
}

/* Header */

#header-menu {
  top: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  background-color: transparent;
  width: 100%;
  top: 0;
  height: 8%;

  z-index: 100;

}

#header-logo-localize-div {
  width: 40%;
}

#header-logo-localize {
  width: 23%;
}

#header-options {}

#header-option {
  color: #23c3d3;
  font-weight: 800;
  width: 80%;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: "Nunito";
  text-align: center;
  cursor: pointer;
  white-space: nowrap;


  transition: width 0.5s;
}



@media screen and (max-width: 1300px) {
  #header-logo-localize {
    width: 30%;
  }
}

@media screen and (max-width: 860px) {
  #header-logo-localize {
    width: 38%;
  }
}

@media screen and (max-width: 705px) {
  #header-logo-localize {
    width: 45%;
  }

  #header-option {
    font-size: 1rem;
  }
}

@media screen and (max-width: 500px) {
  #header-logo-localize {
    width: 55%;
  }
}

@media screen and (max-width: 300px) {
  #header-logo-localize {
    width: 90%;
  }
}

#div-first-section {
  width: 100%;
  margin-top: 12vh;
  margin-bottom: 6vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#form-background {
  border: none;
  margin: 0;
  width: 30%;
  background-color: #f1f1f1;
  padding: 2%;
  border-radius: 10px;

}

form {
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1345px) {
  #form-background {
    width: 40%;
  }
}

@media screen and (max-width: 1115px) {
  #form-background {
    width: 45%;
  }
}

@media screen and (max-width: 885px) {
  #form-background {
    width: 55%;
  }
}

@media screen and (max-width: 810px) {
  #form-background {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  #form-background {
    width: 70%;
  }
}

@media screen and (max-width: 420px) {
  #form-background {
    width: 80%;
  }
}

@media screen and (max-width: 335px) {
  #form-background {
    width: 90%;
  }
}

#title {
  color: #000000;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  margin-top: 4%;
}

#subtitle {
  color: #000000;
  font-weight: 500;
  font-size: 1rem;

  padding-bottom: 1%;
}

.subtitle-label {
  color: #000000;
  font-weight: bolder;
  font-size: 0.8rem;
  margin-left: 0;
  margin-top: 6%;
  text-transform: uppercase;
}

input {
  background-color: #ffffff;
  opacity: 1;
  border: none;
}

.border-gradient {
  border: none;
  box-shadow: 0px 8px 19px -13px rgba(0, 0, 0, 0.09);
}

/*
.border-gradient-purple {
  border-image-source: linear-gradient(to left, #0d0821, #3c0c7c);
}
*/

#inputNome {
  padding: 2%;
  margin-bottom: 7%;
  margin-top: 2%;
}

#inputEmail {
  padding: 2%;
  margin-bottom: 7%;
}

#inputTelefone {
  padding: 2%;
  margin-bottom: 7%;
}

#inputPlaca {
  padding: 2%;
  margin-bottom: 7%;
  margin-top: 2%;
}

#inputQuantidade {
  padding: 2%;
  margin-bottom: 7%;
  margin-top: 2%;
}

/*

@media screen and (max-width: 690px) {
  #inputNome {
    width: 80%;
  }
  
  #inputEmail {
    width: 58%;
  }
  
  #inputTelefone {
    width: 45%;
  }
  
}

@media screen and (max-width: 580px) {
  #inputNome {
    width: 90%;
  }
  
  #inputEmail {
    width: 68%;
  }
  
  #inputTelefone {
    width: 50%;
  }
  
}

*/
.form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

#inputs-radio {
  display: flex;
  margin-top: 2%;
  margin-bottom: 5%;
  justify-content: space-evenly;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 420px) {
  #inputs-radio {
    flex-direction: column;
    gap: 5px;
  }
}

select {
  border: none;
  border-width: 2px;
  border-image-slice: 1;
  padding: 1%;
  width: 50%;
  box-shadow: 0px 8px 19px -13px rgba(0, 0, 0, 0.09);
}

@media screen and (max-width: 600px) {
  select {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  select {
    width: 70%;
  }
}

@media screen and (max-width: 420px) {
  select {
    width: 80%;
  }
}

@media screen and (max-width: 370px) {
  select {
    width: 90%;
  }
}

@media screen and (max-width: 330px) {
  select {
    width: 100%;
  }
}

#hire-here {
  text-decoration: none;
  text-transform: uppercase;
  color: #0d1658;
  font-weight: 900;
  font-size: 1rem;
  font-family: "Montserrat";
  background-color: #48ccf4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  height: 50px;
  border-radius: 30px;
  border: none;
  margin-top: 2%;
  max-width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 5%;
  align-self: center;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 450px) {
  .hire-here-p {
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    border-radius: 15px;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 350px) {
  .hire-here-p {
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    border-radius: 15px;
  }
}


.pagamento-basico,
.pagamento-completo,
.pagamento-top {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.pagamento-texto {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.pagamento-basico button,
.pagamento-completo button,
.pagamento-top button {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}

#inputQuantidade {
  /* começa com none para não mostrar quando não tem nada selecionado */
  display: none;
}

.blue-mercadopago {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  background: #009ee3;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  text-decoration: none;
}

/* ===============================================  */

/*

body2{
    width: 100%;
    height: 100vh;
  background-image: url(image/fundo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
	text-align: center;
    justify-content: center;
}

.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 6%;
}

form{
    background: #fff;
    max-width: 500px;
    height: 450px;
    padding: 40px;
    border-radius: 20px;
}

form h1{
    text-align: center;
    margin-bottom: 10px;
    color: #2D5966;
    font-size: 22pt;
}

form p{
    text-align: center;
    margin-bottom: 25px;
}

form .input-single{
    position: relative;
    margin: 30px 0;
}

form .input-single label{
    position: absolute;
    left: 0;
    bottom: 5px;
    cursor: text;
    transition: all 0.5s;
    color: #808080;
}

form .input-single .input{
    width: 100%;
    border: 0;
    border-bottom: 2px solid #808080;
    padding: 5px;
    outline: 0;
    font-size: 16px;
}

form .input-single .input:focus{
    border-bottom: 2px solid #2D5966;
}

form .input-single .input:focus ~ label,
form .input-single .input:valid ~ label{
    transform: translateY(-20px);
    font-size: 12px;
    color: #2D5966;
}

.btn{
    width: 100%;
    text-align: center;
}

form input[type=submit]{
    padding: 10px 40px;
    border: 0;
    border-radius: 10px;
    background-color: #2D5966;
    color: #fff;
    font-size: 14pt;
    cursor: pointer;
}

*/