@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);
@import url(https://d3e54v103j8qbb.cloudfront.net/fonts/inter/inter.s3.3a4044b2f3.css);
*,
*:after,
*:before, html, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-size: 100%;
  list-style-type: none;
  cursor: default;
}
body .row {
  margin: 0;
}

input[type=number].form-control::-webkit-outer-spin-button,
input[type=number].form-control::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Para Firefox */
input[type=number].form-control {
  -moz-appearance: textfield !important;
}

/* Para remover completamente o estilo padrão */
input[type=number].form-control {
  appearance: none !important;
}

.btn-brownie-reverse {
  padding: 1.5rem 3.5rem;
  margin: 20px 0;
  font-size: 1.5em;
  font-weight: 700;
  border: 4px solid #FFFBF7;
  border-radius: 60px;
  color: #FFFBF7;
  z-index: 100;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.btn-brownie-reverse:hover {
  background-color: #FFFBF7;
  color: rgb(180, 121, 69);
}
.btn-brownie-reverse:focus {
  background-color: #FFFBF7;
  color: rgb(180, 121, 69);
  outline: none;
  box-shadow: 0 0 0 3px rgba(180, 121, 69, 0.5);
}

.btn-brownie {
  border-radius: 50px;
  background-color: rgb(180, 121, 69);
  padding: 1.5rem 3.5rem;
  margin: 20px 0;
  font-size: 1.2em;
  font-weight: 700;
  text-wrap: nowrap;
  text-decoration: none;
  border: 0;
  color: #fffbf7;
  z-index: 100;
}
.btn-brownie:disabled {
  background-color: #ccc; /* Cor cinza para indicar que o botão está desativado */
  cursor: not-allowed;
  opacity: 0.5; /* Opcional: reduz a opacidade para indicar que está desabilitado */
}
.btn-brownie:hover {
  background-color: #FFFBF7;
  color: rgb(180, 121, 69);
  border-radius: 50px;
  border: 2px solid rgb(180, 121, 69);
}
.btn-brownie:focus {
  background-color: rgb(180, 121, 69);
  color: #FFFBF7;
  outline: none;
  box-shadow: 0 0 0 3px rgba(180, 121, 69, 0.5);
}

.btn-prev-installers {
  border-radius: 50px;
  border: 2px solid rgb(180, 121, 69);
  padding: 1.5rem 3.5rem;
  margin: 20px 0;
  font-size: 1.2em;
  font-weight: 700;
  text-wrap: nowrap;
  text-decoration: none;
  color: rgb(180, 121, 69);
  z-index: 100;
}
.btn-prev-installers:hover {
  background-color: rgb(180, 121, 69);
  color: #fff;
}
.btn-prev-installers:focus {
  background-color: #FFFBF7;
  color: rgb(180, 121, 69);
  border: 2px solid rgb(180, 121, 69);
  outline: none;
  box-shadow: 0 0 0 3px rgba(180, 121, 69, 0.5);
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .btn-brownie {
    border-radius: 50px;
    background-color: rgb(180, 121, 69);
    padding: 1.25rem 3rem;
    margin: 20px 0;
    font-size: 1.1em;
    font-weight: 700;
    text-wrap: nowrap;
    text-decoration: none;
    border: 0;
    color: #fffbf7;
    z-index: 100;
  }
  .btn-brownie:hover {
    background-color: #e4b180;
    color: #fff;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .btn-brownie {
    border-radius: 50px;
    background-color: rgb(180, 121, 69);
    padding: 1.15rem 2.5rem;
    font-size: 1em;
    font-weight: 600;
    text-wrap: nowrap;
    text-decoration: none;
    border: 0;
    color: #fffbf7;
    z-index: 100;
  }
  .btn-brownie:hover {
    background-color: #e4b180;
    color: #fff;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .btn-brownie {
    border-radius: 50px;
    background-color: rgb(180, 121, 69);
    padding: 1.25rem 3rem;
    font-size: 1em;
    font-weight: 600;
    text-wrap: nowrap;
    text-decoration: none;
    border: 0;
    color: #fffbf7;
    z-index: 100;
  }
  .btn-brownie:hover {
    background-color: #e4b180;
    color: #fff;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .btn-brownie {
    border-radius: 50px;
    background-color: rgb(180, 121, 69);
    padding: 1.25rem 3rem;
    font-size: 1.3em;
    font-weight: 600;
    text-wrap: nowrap;
    text-decoration: none;
    border: 0;
    color: #fffbf7;
    z-index: 100;
  }
  .btn-brownie:hover {
    background-color: #e4b180;
    color: #fff;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .btn-brownie {
    width: 100%;
    background-color: rgb(180, 121, 69);
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: 500;
    padding: 1rem 2.3rem;
    color: #fffbf7;
    z-index: 100;
  }
  .btn-brownie:hover {
    background-color: #e4b180;
    color: #fff;
  }
}
.installers-header {
  position: relative;
  top: 16px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.installers-content .content-header {
  padding: 3rem 0 0 0;
}
.installers-content .content-header .installers-title {
  font-size: 3rem;
  font-weight: 800;
  color: #FFFBF7;
}
.installers-content .content-header .installers-subtitle {
  width: 70%;
  font-size: 1.3rem;
  font-weight: 400;
  color: #FFFBF7;
}
.installers-content .installers-watch {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0 0;
}
.installers-content .installers-watch .watch {
  border-radius: 15px;
  width: 70%;
  height: 450px;
}
.installers-content .content-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-cursor {
  pointer-events: none;
  background-color: #e1e1e1; /* aparência de campo desativado */
  cursor: default;
}

.section-installers {
  margin-top: 50px;
  padding: 50px;
  background-color: #FFFBF7;
}
.section-installers .form-installers-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-installers .form-installers-container .form-installers-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section-installers .form-installers-container .form-installers-header .form-installers-title {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}
.section-installers .form-installers-container .form-installers-header .form-installers-subtitle {
  width: 70%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 15px;
  text-align: center;
}
.section-installers .form-installers-container .form-installers {
  width: 70%;
  border: 1px solid #928477;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 15px 25px rgb(180, 121, 69);
}
.section-installers .form-installers-container .form-installers .form-step {
  margin: 0 auto;
  width: 80%;
  padding: 20px;
}
.section-installers .form-installers-container .form-installers .form-step .form-group input, .section-installers .form-installers-container .form-installers .form-step .form-group textarea, .section-installers .form-installers-container .form-installers .form-step .form-group select {
  height: 60px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #928477;
  font-size: 1.2rem;
  margin: 10px 0;
}
.section-installers .form-installers-container .form-installers .form-step .form-group input:focus, .section-installers .form-installers-container .form-installers .form-step .form-group textarea:focus, .section-installers .form-installers-container .form-installers .form-step .form-group select:focus {
  outline: none;
  border-color: rgb(180, 121, 69);
  box-shadow: 0 0 5px rgb(180, 121, 69);
}
.section-installers .form-installers-container .form-installers .form-step .form-group input .span-required-erro, .section-installers .form-installers-container .form-installers .form-step .form-group textarea .span-required-erro, .section-installers .form-installers-container .form-installers .form-step .form-group select .span-required-erro {
  color: red;
  font-size: 0.8rem;
  margin-top: 3px;
}
.section-installers .form-installers-container .form-installers .form-step .form-group .select-control {
  background: #fff;
  width: 100%;
  height: 50px;
}
.section-installers .form-installers-container .form-installers .form-step .terms {
  margin: 20px 0;
  padding: 20px 0;
}

.custom-file-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0;
}

.custom-file-input {
  display: none;
}

.custom-file-button {
  background-color: rgb(180, 121, 69); /* marrom estilo Movefloor */
  color: white;
  padding: 10px 22px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s;
}

.custom-file-button:hover {
  background-color: rgb(180, 121, 69);
}

#file-name {
  font-size: 14px;
  color: #333;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 400px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close-button {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 24px;
  cursor: pointer;
}

body {
  background-color: rgb(180, 121, 69);
  font-family: Inter, sans-serif;
  color: #000;
  min-height: 100%;
}

.container {
  max-width: 82rem;
  margin: 0 auto;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
