.deskNone {
  display: none;
}

.gif-seta {
  max-width: 13vh;
  transform: rotate(-90deg);
}

.gif-contagem {
  max-width: 13vh;
  max-height: 13vh;
}

.left {
  margin-left: 43%;
}

.main-container-heading {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#Tipos-Cartoes {
  flex-wrap: wrap;
}

#Tipos-Cartoes a {
  width: 100%;
  min-width: 420px;
  max-width: 650px;
}

.main-container-heading {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#Tipos-Cartoes {
  flex-wrap: wrap;
}

#Tipos-Cartoes a {
  width: 100%;
  min-width: 420px;
  max-width: 650px;
}

.btn-redir {
  text-decoration: none;
  color: #fff;
  background: #f88430;
  width: 324px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 21px;
  font-size: 14px;
  border: none;
  outline: none;
  padding: 7px;
  margin-bottom: -20px;
}

.btn-redir:hover {
  color: #fff;
}

.deskNone {
  display: none;
}

.gif-seta {
  max-width: 13vh;
  transform: rotate(-90deg);
}

.gif-contagem {
  max-width: 13vh;
  max-height: 13vh;
}

.left {
  margin-left: 40%;
}

@media only screen and (max-width: 768px) {
  .mobileNone {
    display: none !important;
  }

  .gif-seta {
    max-width: 8vh;
    transform: rotate(-90deg);
  }

  .gif-contagem {
    max-width: 10vh;
    max-height: 10vh;
  }

  .left {
    margin-left: 33%;
  }

  .deskNone {
    display: block !important;
  }
}

.custon-display-select {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
}

.custon-select {
  color: gray;
  font-size: 14px;
  height: 34px;

  padding: 6px 12px;
  border: 0;
}

.custon-select:focus {
  color: black;
  /* define a cor do texto selecionado para preto quando o select estiver em foco */
}

.input-form-content {
  border-radius: 0.25rem;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
}

.custon-radio-button {
  width: 110px;
  height: 36px;
  border-radius: 21px;
}

.custon-radio-button:hover {
  border: 0 !important;
  background-color: #1836b0 !important;
  color: #fff !important;
}

.custon-content-raios {
  justify-content: flex-start !important;
  gap: 1rem;
}

.input-text-error {
  font-size: 12px;
  color: #ff4d4d;
  font-weight: bold;
}

.custon-input-text-error {
  text-align: center;
}

.custon-display-select {
  border: 1px solid #bcbcbc !important;
  border-radius: 0.25rem;
}

.custon-select {
  color: gray;
  font-size: 14px;
  height: 34px;

  padding: 6px 12px;
  border: none;
}

.custon-select:focus {
  color: black;
}

.input-form-content {
  border: 1px solid #bcbcbc !important;
  border-radius: 0.25rem;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
}

.input-text-error {
  font-size: 10px;
  color: #ff4d4d;
  font-weight: bold;
}

.custon-input-text-error {
  text-align: center;
}

.custon-label-form-2 {
  margin-left: 7px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.content-dynamic-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.input-dynamic-input {
  flex: 1;
  border: none;
  outline: 0;
}

.text-error-dynamic-input {
  margin: 0;
  padding: 0;
}

.invisible {
  display: none;
}

.noVisibled {
  opacity: 0;
}

.icon-error-dynamic-input {
  min-width: 22px;
  min-height: 22px;
}

.spiner-dynamic-input {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #27a6b3;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  animation: 1s linear infinite spin;
}

.disabled-input-dynamic-input {
  pointer-events: none;
  opacity: 0.4;
}

.container-select-dynamic-select {
  width: 100%;
}

.display-dynamic-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  border: 1px solid;
}

.select-dynamic-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  width: 100%;
}

.icons-dynamic-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 0;
  margin-right: 7px;
  background: #fff;
  height: 90%;
  border-radius: 0 20px 20px 0;
}

.noVisibled {
  opacity: 0;
}

.text-error-dynamic-input {
  margin: 0;
  padding: 0;
}

.icon-face-dynamic-select {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-arraw-dinamic-select {
  margin-right: 5px;
}

.container-dynamic-termos {
  display: flex;
  flex-direction: column;
}

.content-dynamic-termos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.container-text-error-ckeckbox-dynamic-checkbox {
  display: flex;
  gap: 5px;
}

.custon-input-checked {
  flex: none;
}

.icon-face-dynamic-select {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-dynamic-button {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-dynamic-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.button-dynamic-button {
  background: 0 0;
  cursor: pointer;
}

.modal2 {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  overflow-y: hidden;
}

.modal-content2 {
  background-color: #f5f5f5;
  margin: 35% auto;
  width: 87%;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
  filter: blur(0);
}

.modal-header2 {
  /* background: linear-gradient(90deg, #2D4A59 0%, #007A84 100%); */
  background-color: #1836b0;
  height: 40px;
  width: 100%;
  position: relative;

  display: flex;
  align-items: center;
}

.close2 {
  border: 0;
  background: transparent;

  position: absolute;
  right: 20px;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-body2 {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 14px;
}

.modal-body2 p {
  margin: 0;
  color: #1836b0;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.modal-body2 span {
  text-align: center;
  margin-bottom: 20px;
}

.modal-body2 a {
  background: #f76d1d;
  border: 0;
  outline: 0;
  width: 254px;
  height: 38px;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
  align-content: center;
}

.deskNone {
  display: none;
}

.gif-seta {
  max-width: 13vh;
  transform: rotate(-90deg);
}

.gif-contagem {
  max-width: 13vh;
  max-height: 13vh;
}

.left {
  margin-left: 40%;
}

@media only screen and (max-width: 768px) {
  .mobileNone {
    display: none !important;
  }

  .gif-seta {
    max-width: 8vh;
    transform: rotate(-90deg);
  }

  .gif-contagem {
    max-width: 10vh;
    max-height: 10vh;
  }

  .left {
    margin-left: 33%;
  }

  .deskNone {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .modal-content2 {
    margin: 9% auto;
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .modal-content2 {
    margin: 9% auto;
    width: 40%;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1111px) {
  .space-form-mobile {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 923px) and (min-width: 768px) {
  #Tipos-Cartoes {
    justify-content: center;
  }

  #Tipos-Cartoes a {
    width: 100%;
    min-width: 420px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1496px) and (min-width: 923px) {
  #Tipos-Cartoes {
    justify-content: center;
  }

  #Tipos-Cartoes a {
    width: 100%;
    min-width: 420px;
    max-width: 88%;
  }
}

@media only screen and (max-width: 1949px) and (min-width: 1000px) {
  #Tipos-Cartoes {
    justify-content: center;
  }

  #Tipos-Cartoes a {
    width: 100%;
    min-width: 420px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 1949px) and (min-width: 1280px) {
  #Tipos-Cartoes {
    justify-content: center;
  }

  #Tipos-Cartoes a {
    width: 100%;
    min-width: 420px;
    max-width: 60%;
  }
}

@media only screen and (max-width: 1564px) and (min-width: 768px) {
  .custon-container-form {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1111px) {
  .container-left-form {
    width: 100%;
    max-width: 578px;
  }
}

@media (min-width: 1200px) {
  .main-container-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .custon-container-form {
    max-width: 500px;
    position: relative;
    top: -20px;
  }
}

@media (min-width: 1142px) {
  #Tipos-Cartoes {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1111px) {
  .space-form-mobile {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 923px) and (min-width: 768px) {
  #Tipos-Cartoes {
    justify-content: center;
  }

  #Tipos-Cartoes a {
    width: 100%;
    min-width: 420px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1496px) and (min-width: 923px) {
  #Tipos-Cartoes {
    justify-content: center;
  }

  #Tipos-Cartoes a {
    width: 100%;
    min-width: 420px;
    max-width: 88%;
  }
}

@media only screen and (max-width: 1949px) and (min-width: 1000px) {
  #Tipos-Cartoes {
    justify-content: center;
  }

  #Tipos-Cartoes a {
    width: 100%;
    min-width: 420px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 1949px) and (min-width: 1280px) {
  #Tipos-Cartoes {
    justify-content: center;
  }

  #Tipos-Cartoes a {
    width: 100%;
    min-width: 420px;
    max-width: 60%;
  }
}

@media only screen and (max-width: 1564px) and (min-width: 768px) {
  .custon-container-form {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1111px) {
  .container-left-form {
    width: 100%;
    max-width: 578px;
  }
}

@media (min-width: 1200px) {
  .main-container-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .custon-container-top {
  }

  .custon-container-form {
    max-width: 500px;
    position: relative;
    top: -20px;
  }
}

@media (min-width: 1142px) {
  #Tipos-Cartoes {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 768px) {
  .mobileNone {
    display: none !important;
  }

  .gif-seta {
    max-width: 8vh;
    transform: rotate(-90deg);
    margin-left: 5px;
  }

  .gif-contagem {
    max-width: 20vh;
    max-height: 20vh;
  }

  .left {
    margin-left: 15%;
  }

  .deskNone {
    display: block !important;
  }
}
