body {
  /* overflow-x: hidden !important; */
  font-family: 'Poppins', sans-serif;
}
  .container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
  
  #phone, .btn {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .btn {
    color: #ffffff;
    background-color: #428BCA;
    border-color: #357EBD;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .btn:focus, .btn:hover {
    background-color: #3276B1;
    border-color: #285E8E;
  }
  
  .btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }
  
  .alert {
    padding: 15px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .alert-info {
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
  }
  
  .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }

  .overlayer-modal{
    outline: none;
    align-items: stretch;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(14, 0, 0, 0.4);
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    backdrop-filter: blur(2px);
}

.float_div {
  outline: none;
  align-items: stretch;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(14, 0, 0, 0.4);
  z-index: 9999;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}

.resize{
  width: 90%;
  height: 82%;
  left: 5%;
  border-radius: 27px;
  top: 77px;
  padding-top: 10px;
  background: #fff;
}

.content-full-form{
  width: 100%;
  padding-top: 20%;
}

.icon-form{
  border: solid 1px #ebebeb;
  border-radius: 8px;
  margin: auto;
  width: 48px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-form span{
  margin-top: 2px;
}

.text-input-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0px 10px 0px;
}

.text-input-form label:nth-child(1){
  font-size: 20px;
  font-weight: 500;
}

.text-input-form label:nth-child(2){
  font-size: 13px;
  font-weight: 400;
}

.text-input-form label:nth-child(3){
  font-size: 17px;
  font-weight: 400;
}

/* .text-input-form label:nth-child(2){

} */

.input-element {
  width: 74% !important;
  height: 40px;
  font-size: 14px;
  border-radius: 10px;
  border: solid 1px #dadada;
  padding-left: 12px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}

.input-element:focus {
  outline: none;
  /* border: none; */
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.footer-form{
  display: flex;
  flex-direction: column;
}

.footer-form label:nth-child(1){
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 16px;
}

.footer-form label:nth-child(2){
  font-size: 16px;
  font-weight: 300;
  color: #F05A28;
  width: 40%;
  margin: auto;
}

.footer-form label:nth-child(2):hover{
  cursor: pointer;
}

.btn-back-class{
  border: none;
  /* background-color: #353535; */
  /* color: #fff; */
  margin: unset;
  height: 38px;
  border-radius: 10px;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}

.btn-back-class:hover,
.btn-back-class:active,
.btn-back-class label:hover{
  cursor: pointer;
 
}

.btn-back-class span{
  font-size: 20px;
  position: absolute;
  left: -14px;
}

.btn-back-class label{
  margin-bottom: 0px;
  padding-top: 2px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #696969 !important;
}

.btn-primary {
  background-color: #f05a28 !important;
  color: white;
  padding: 10px 20px;
  margin: 10px 0;
  width: 74%;
  font-size: 16px;
  -webkit-border-radius: 14px 14px 14px 14px;
  outline: antiquewhite;
  position: relative;
  border: none;
  transition-duration: 0.4s;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: none;
  height: 40px;
}

.content-footer{
  position: absolute;
  width: 100%;
  bottom: 10%;
}

.swal-modal {
  border-radius: 20px !important;
}

/* //colocar media de altura */
/* .content-full-form {
  width: 100%;
  padding-top: 32%;
} */

/* Desktop */
@media only screen and (min-width: 1024px) {

  .resize{
    width: 32%;
    top: 9%;
    left: 35%;
  }

  .content-full-form {
    padding-top: 14%;
  }

  .content-footer {
    bottom: 8%;
  }

}