.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;
}

.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;
}

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

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

.box strong {
  color: #04DD33;
}

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

.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;
}

.form_container .form .form_group {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 table thead th {
  vertical-align: bottom;
}

.form_container .form table thead p {
  width: 150px;
  text-align: center;
}

.form_container .form table tbody input, .form_container .form table tbody select {
  width: 150px;
  height: 33px;
  border: 1px solid #C4C4C4;
  border-radius: 9px;
}

.form_container .form table tbody select {
  position: relative;
  bottom: 9px;
}

.form_container .form table tbody td {
  padding: 2px 3px 2px 4px;
}

.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;
}

@media (max-width: 838px) {
  .aviso_container {
    width: 90%;
  }
  .aviso_container .btn_container {
    width: 90%;
  }
  .box {
    height: auto;
    width: 90%;
    margin: auto;
  }
  .form_container .form {
    width: 100%;
    margin: auto;
  }
  .form_container .form input {
    width: 95%;
  }
  .form_container .form table {
    width: 100%;
  }
  .form_container .form table thead p {
    width: auto;
  }
  .form_container .form table tbody input, .form_container .form table tbody select {
    width: 100%;
    height: 33px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
  }
  .form_container .form table tbody td {
    padding: 2px 3px 2px 4px;
  }
}

@media (max-width: 740px) {
  .form_container .text {
    padding: 15px;
  }
  .form_container .form .form_group {
    padding: 20px;
  }
  .form_container .form .form_group input {
    width: 100% !important;
  }
}

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