  html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.back-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999999999;

}

.attention-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999999999;
}

.attention-modal-home {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999999999;
}

.infos-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999999999;
}

.infos-modal-home {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999999999;
}


#voltar {
  border: 2px solid var(--lowlight);
  margin-right: 16px;
  color: var(--lowlight);
}

.modal {
  width: 608px;
  height: 436px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow-y: auto;
}

.modalHome {  
  max-width: 608px;  
  max-height: 470px;  
  background-color: #ffffff;
  padding: 24px;  
  border-radius: 8px;
  overflow-y: auto;
}

#modal-result,
#modal-result-landing {
  width: 608px;
  height: 658px;
  background-color: #ffffff;
  border-radius: 8px;
}
#modal-attention,
#modal-attention-landing {
  width: 608px;
  background-color: #ffffff;
  border-radius: 8px;
}

#modal-infos,
#modal-infos-wpp,
#modal-infos-landing {
  width: 608px;
  background-color: #ffffff;
  border-radius: 8px;
}

.modal form,
#body-modal {
  padding: 32px;
}

#body-modal {
  text-align: center;
}

.top-modal {
  display: flex;
  justify-content: space-between;
}

.modal-title {
  font-weight: 700;
  font-size: 32px;
  color: var(--purple);
}

#body-modal .modal-title {
  margin: 8px 0 16px 0;
}

#cookies-modal-body {
  width: 510px;
  background-color: #ffffff;
  border-radius: 8px;
}

#cookie-form {
  padding: 32px;
  display: flex;
  flex-direction: column;
}


#select-cookie {
  margin: 8px 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--purple);
}

#cookie-form button {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.result.sc {
  margin-top: 32px;
}

.close-modal.result {
  margin-left: auto;
}

.close-modal {
  cursor: pointer;
  width: 24px;
  -webkit-tap-highlight-color: transparent;
}

.modal-desc {
  margin-top: 8px;
  margin-bottom: 32px;
  color: var(--lowmedium);
}

.warning {
  margin: 16px 0;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(-90deg, #ffe8c3 98.5%, var(--orange) 1.5%);
}

.img-warning {
  margin: 0 12px 0 18px;
}

.close-warning {
  width: 24px;
  cursor: pointer;
  padding: 24px 8px;
  margin-left: auto;
}

.warning div {
  width: 80%;
  padding: 8px 0;
  font-size: 14px;
  color: var(--lowmedium);
}

.attention {
  font-size: 16px;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 2px;
}

.tabs {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 8px;
}

.form-group {
  margin: 16px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.half {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.half .form-group {
  width: 48%;
  margin: 0 0 10px 0;
}

#form-banner .form-group {
  margin: 9px 0;
}

#form-banner .form-group input,
#form-banner .form-group select {
  border: 1px solid #ffffff;
  color: #666;
}

#form-banner .form-group input:focus,
#form-banner .form-group select:focus {
  border-color: var(--purple);
  color: #666;
}

.form-group label {
  color: var(--lowmedium);
  margin-bottom: 4px;
}

.form-group input,
.form-group select {
  font-size: 16px;
  width: 96%;
  padding: 14px 2%;
  border-radius: 8px;
  border: 1px solid var(--lowmedium);
  outline: none;
  background-color: #ffffff;
  color: #666;
}

.form-group select {
  width: 100%;
}

.form-group input:focus,
.form-group select:focus {
  border: 1px solid var(--purple);
  box-shadow: 0px 0px 3px 1px var(--purplelight);
}

.form-group select {
  appearance: none;
  background: url(../img//svg/select-arrow.svg), white;
  background-repeat: no-repeat;
  background-position: center right 5px;
}

.erro {
  width: 16px;
  position: relative;
  z-index: 1;
  display: none;
  margin: -32px 14px 16px auto;
}

.lgpd {
  margin-top: 8px;
  font-size: 10px;
  color: #4E4E4E;
}

#img-car-modal {
  width: 100%;
  background: url(../img/svg/bg-car.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  margin: 16px 0 32px 0;
  display: flex;
  justify-content: center;
}

#img-car-modal img {
  width: 95%;
}

#confirm-b {
  top: 0;
  left: 0;
}

.modal-confirm {
  width: 510px;
  background-color: #ffffff;
  border-radius: 8px;
}

.body-confirm {
  padding: 20px;
}

.close-modal.close-confirm {
  margin-left: auto;
}

.title-confirm {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: var(--purple);
  margin-top: -8px;
}

.desc-confirm {
  width: 85%;
  font-weight: 400;
  margin: 8px auto 0 auto;
  text-align: center;
  color: var(--lowmedium);
}

#btns-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding-bottom: 12px;
}

#cancel-form {
  all: unset;
  cursor: pointer;
  font-weight: 700;
  color: var(--lowlight);
  margin-right: 32px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid var(--lowlight);
}

.buttom_send_modal {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 18px;
}

.buttom_send_modal img {
  padding-right: 0.4em;
}


@media (max-width: 609px) {

  .modal,
  .modalHome,
  #modal-result,
  #modal-result-landing {
    width: 100%;
    height: 100%;
  }

  .modal-title {
    font-size: 26px;
  }
  #img-car-modal img {
    width: 100%;
  }
  .modal-confirm {
    width: 95%;
  }
  #body-modal {
    padding: 0 2px;
  }
  .close-modal.result {
    position: relative;
    right: 0;
    top: 0;    
  }
  #body-result {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #attention-modal {
    padding: 0 15px;    
  }
  #attention-modal-home {
    padding: 0 15px;    
  }

  .attention-modal {
    position: fixed;
    width: 92%;
    height: 100%;    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999999999;
  }
  #body-result{
    margin-top: 10px;
    padding-bottom: 25px;
  }
  .modal-desc{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 12px;
  }
}
.sc1 {
  background-color: #961E96;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px;
  cursor: pointer;
  text-decoration: none;
}

.sc1:hover {
  background-color: #7D197D;
}
.sc2 {
  background-color: #961E96;
  border: solid 2px #FFF;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding:12px;
  cursor: pointer;
  text-decoration: none;
}

.sc2:hover {
  background-color: #7D197D;
}

@media (max-width: 580px) {
  .warning {
    background: linear-gradient(-90deg, #ffe8c3 98%, var(--orange) 2%);
  }
  #cookies-modal-body {
    width: 95%;
  }
  #welcome-cookie {
    font-size: 20px;
  }
  #select-cookie {
    font-size: 28px;
  }
}

@media (max-width: 380px) {
  .states {
    font-size: 14px;
  }
}

@media (max-width: 348px) {
  .states {
    font-size: 12px;
  }
}

@media (max-width: 319px) {
  .states {
    font-size: 16px;
  }
}

@media (max-height: 940px) and (min-width: 610px) {
  .modal {
    height: 536px;
  }
}

@media (max-width: 520px) {
  .half {
    flex-direction: column;
  }
  .half .form-group {
    width: 100% !important;
  }
  /* .buttom_send_modal {
    width: 100%;
  } */
}
  