.aviso_container {
  height: auto;
  width: 792px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 200px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aviso_container .btn_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.aviso_container .btn_container button {
  margin-top: 20px;
  width: 137px;
  height: 30px;
  border: none;
  background: #04DD33;
  border-radius: 15px;
  cursor: pointer;
  color: white;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.aviso_container .btn_container button:hover {
  background: none;
  border: 1px solid #04DD33;
  color: #04DD33;
}

.aviso_container .box {
  height: 573px;
  padding: 50px;
  width: 792px;
  border: 2px solid #04DD33;
  border-radius: 49px 49px 49px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aviso_container .box h2 {
  position: relative;
  bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 65px;
  color: #292929;
}

.aviso_container .box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #454545;
}

.aviso_container .box strong {
  color: #04DD33;
}

.aviso_container .box ul {
  color: #2a2a2a;
  font-size: 20px;
  position: relative;
  left: 20px;
  margin-top: 20px;
}

.aviso_container .box ul li {
  margin-top: 15px;
}

.form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 200px auto;
  max-width: 1000px;
  height: auto;
}

.form_container .text {
  text-align: center;
  margin-bottom: 80px;
}

.form_container .text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #454545;
}

.form_container .text .subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #04DD33;
}

.form_container .form {
  width: auto;
  margin: auto;
  width: 100%;
}

.form_container .form .form_group {
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_container .form .form_group .imobiliaria, .form_container .form .form_group .cidade {
  width: 49.7%;
}

.form_container .form .form_group .responsavel {
  width: 100%;
}

.form_container .form .form_group .cliente {
  width: 64.2%;
}

.form_container .form .form_group .vencimento {
  width: 35%;
}

.form_container .form .form_group .endereco {
  width: 100%;
}

.form_container .form .form_group #telefone1, .form_container .form .form_group #telefone2 {
  width: 49.7%;
}

.form_container .form .form_group input[type="file"]::-webkit-file-upload-button {
  background-color: #04DD33;
  color: white;
  border: none;
  height: 40px;
  border-radius: none !important;
}

.form_container .form .form_group input[type="file"] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}

.form_container .form input {
  height: 39px;
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 38px;
  padding-left: 10px;
  margin-bottom: 19px;
}

.form_container .form .btn_container_submit {
  margin-top: 2em;
  width: 100%;
  text-align: right;
}

.form_container .form .btn_container_submit button {
  width: 150px;
  height: 39px;
  border: none;
  color: white;
  background: #04DD33;
  border-radius: 52px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form_container .form .btn_container_submit button:hover {
  background: none;
  color: #04DD33;
  border: 1px solid #04DD33;
}

.form_container .form .btn_container_submit p {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

.hide_opt {
  display: none;
}

.select_motivos {
  margin-top: 70px;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vistoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 3px 6px 5px rgba(115, 115, 115, 0.16);
  box-shadow: 0px 3px 6px 5px rgba(115, 115, 115, 0.16);
}

.vistoria :nth-child(1) input {
  width: 120px;
  padding: 0;
  text-align: center;
  background: #04DD33;
  color: white;
  border: none;
}

.vistoria :nth-child(2) label {
  width: 200px;
  text-align: center;
}

.vistoria :nth-child(2) input {
  width: 250px;
}

.vistoria :nth-child(4) input {
  width: 120px;
}

.vistoria .form-group {
  position: relative;
  bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.vistoria .btn_container {
  height: 100%;
}

.vistoria .btn_container button {
  width: 60px;
  height: 39px;
  border: none;
  color: white;
  background: #04DD33;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 1em;
}

.vistoria .btn_container button:hover {
  background: none;
  color: #04DD33;
  border: 1px solid #04DD33;
}

.reparos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 3px 6px 5px rgba(115, 115, 115, 0.16);
  box-shadow: 0px 3px 6px 5px rgba(115, 115, 115, 0.16);
}

.reparos .classificacao {
  padding-bottom: 1em;
}

.reparos .reparos_descript {
  position: relative;
  left: 11.5em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}

.reparos .reparos_descript input {
  width: 54.6em;
}

.reparos .orcamento1 {
  padding-bottom: 1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 5em;
}

.reparos .orcamento1 p {
  bottom: 3em;
  position: relative;
  left: 9em;
}

.reparos .orcamento2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 5em;
  padding-bottom: 4em;
}

.reparos .orcamento2 p {
  bottom: 3em;
  position: relative;
  left: 9em;
}

.reparos :nth-child(1) input {
  width: 150px;
  margin-left: 2.7em;
  padding: 0;
  text-align: center;
  background: #04DD33;
  color: white;
  border: none;
}

.reparos .form-group {
  position: relative;
  bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.reparos .btn_container {
  height: 100%;
}

.reparos .btn_container button {
  width: 60px;
  height: 39px;
  border: none;
  color: white;
  background: #04DD33;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 1em;
  margin-top: auto;
  margin-bottom: auto;
  right: 1em;
}

.reparos .btn_container button:hover {
  background: none;
  color: #04DD33;
  border: 1px solid #04DD33;
}

.diaspendentes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 665px;
  margin-bottom: 45px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding-left: 28px;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 5px rgba(115, 115, 115, 0.16);
  box-shadow: 0px 3px 6px 5px rgba(115, 115, 115, 0.16);
}

.diaspendentes label {
  padding-bottom: 10px;
}

.diaspendentes :nth-child(1) input {
  width: 146px;
  padding: 15px;
  text-align: center;
  background: #04DD33;
  color: white;
  border: none;
}

.diaspendentes :nth-child(2) {
  text-align: center;
}

.diaspendentes :nth-child(2) label {
  width: 150px;
}

.diaspendentes :nth-child(2) input {
  width: 150px;
}

.diaspendentes :nth-child(3) input {
  width: 120px;
}

.diaspendentes .form-group {
  position: relative;
  bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.diaspendentes .btn_container {
  height: 100%;
}

.diaspendentes .btn_container button {
  width: 60px;
  height: 39px;
  border: none;
  color: white;
  background: #04DD33;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 1em;
}

.diaspendentes .btn_container button:hover {
  background: none;
  color: #04DD33;
  border: 1px solid #04DD33;
}

.multa {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 665px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding-left: 28px;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px 5px rgba(115, 115, 115, 0.16);
  box-shadow: 0px 3px 6px 5px rgba(115, 115, 115, 0.16);
}

.multa label {
  padding-bottom: 10px;
}

.multa :nth-child(1) input {
  width: 146px;
  padding: 15px;
  text-align: center;
  background: #04DD33;
  color: white;
  border: none;
}

.multa :nth-child(2) {
  text-align: center;
}

.multa :nth-child(2) label {
  width: 150px;
}

.multa :nth-child(2) input {
  width: 150px;
}

.multa :nth-child(3) input {
  width: 120px;
}

.multa .form-group {
  position: relative;
  bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.multa .btn_container {
  height: 100%;
}

.multa .btn_container button {
  width: 60px;
  height: 39px;
  border: none;
  color: white;
  background: #04DD33;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 1em;
}

.multa .btn_container button:hover {
  background: none;
  color: #04DD33;
  border: 1px solid #04DD33;
}

#motivo {
  padding: 10px;
  width: 233px;
  color: white;
  height: 43px;
  background: #04DD33;
  border-radius: 9px;
  border: 1px solid #00CB13;
  border: none;
}

#motivo optgroup {
  background: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
}

.aviso {
  margin-top: 350px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.aviso .aviso_text {
  width: 50%;
}

.aviso .aviso_text h3 {
  font-size: 24px;
  line-height: 36px;
  color: #00CB13;
}

.aviso .aviso_text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #454545;
}

@media (max-width: 950px) {
  .vistoria {
    margin: auto;
    width: 90%;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vistoria .form-group {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
  }
  .vistoria :nth-child(1) input {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #04DD33;
    color: white;
    border: none;
  }
  .vistoria :nth-child(2) label {
    text-align: center;
  }
  .vistoria :nth-child(2) input {
    text-align: center;
    width: 100%;
  }
  .vistoria :nth-child(4) input {
    text-align: center;
    width: 50%;
  }
  .vistoria .btn_container {
    margin: auto;
  }
  .vistoria .btn_container button {
    position: relative;
    right: 0;
  }
}

@media (max-width: 838px) {
  .aviso_container {
    width: 90%;
  }
  .aviso_container .btn_container {
    width: 90%;
  }
  .aviso_container .box {
    height: auto;
    width: 90%;
    margin: auto;
  }
  .form_container .form .form_group {
    padding: 30px;
  }
  .form_container .form .form_group .imobiliaria, .form_container .form .form_group .cidade {
    width: 100%;
  }
  .form_container .form .form_group .responsavel {
    width: 100%;
  }
  .form_container .form .form_group .cliente {
    width: 100%;
  }
  .form_container .form .form_group .vencimento {
    width: 100%;
  }
  .form_container .form .form_group .endereco {
    width: 100%;
  }
  .form_container .form .form_group #telefone1, .form_container .form .form_group #telefone2 {
    width: 100%;
  }
}

@media (max-width: 490px) {
  .aviso_container .btn_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aviso_container .box {
    border: none;
    padding: 0;
  }
}
/*# sourceMappingURL=sinistroSaida.css.map */