/******** TE7 STYLE *********/
@font-face {
  font-family: 'mulish';
  src: url('../fonts/mulish.ttf') format('truetype');
}

.modal-overlay {
  display: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 400px;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  font-family: 'Arial', sans-serif;
}


.loading {
  width: 30px;
  height: 30px;
  border: 4px solid #ddd;
  border-top: 4px solid #28ff52;
  border-radius: 50%;
  margin: 0 auto 15px;
  animation: spin 1s linear infinite;
}

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


.modal-message {
  font-size: 16px;
  color: #333;
  min-height: 40px;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: grid;
  grid-template-columns: 237px minmax(0, 1fr) 236px;

}


.caixa-central {
  grid-column: 2;
  margin: 0px 0;
  width: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
  height: auto;
}

.logo-card {
  display: block;
  width: 180px;
  height: 66px;
  margin-top: 23px;
  margin-left: 12px;

  margin-bottom: 51px;
}

#titles {

  color: #2b2b2b;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  font-family: 'mulish', sans-serif;
}

#titles2 {
  display: block;
  margin-top: 40px;

  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;

  font-family: 'mulish', sans-serif;
  line-height: 1.6;
}

.alerta {
  display: flex;
  align-items: stretch;

  background: #fff1be;
  margin-top: 28px;
  border: 1px solid #fff1be;
  border-left: 0;
}

.alerta-icone {
  flex: 0 0 64px;

  background: #f7d200;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;

  align-self: stretch;

}

.alerta-texto {
  flex: 1 1 auto;
  min-width: 0;

  padding: 12px 15px;
  font: 16px/1.5 'mulish', sans-serif;
  color: #000;
  overflow-wrap: anywhere;

  word-break: break-word;
}

/**********************/

.danger {
  display: flex;
  /* mantém o flex */
  align-items: stretch;
  background: #edd5d3;
  margin-top: 28px;
  border: 1px solid #edd5d3;
  border-left: 0;
}

.danger-icone {
  flex: 0 0 64px;

  background: #e32c2c;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;

  align-self: stretch;

}

.danger-texto {
  flex: 1 1 auto;
  min-width: 0;

  padding: 12px 15px;
  font: 16px/1.5 'mulish', sans-serif;
  color: #000;
  overflow-wrap: anywhere;

  word-break: break-word;
}

.svgs {
  width: 26px;
  height: 26px;
}

.after-alert {
  margin-top: 55px;
}

.after-alert2 {
  margin-top: 30px;
}

.after-alert3 {
  margin-top: 30px;
}

.after-alert4 {
  margin-top: 20px;
}

.after-alert5 {
  margin-top: 20px;
}

/*******************/

.form-row {
  display: flex;
  align-items: center;
  gap: 50px;

}


.form-row>label {
  width: 142px;
  text-align: left;
  font: 16px/1.4 'mulish', sans-serif;
  color: #000;
}

.form-row>label.req::before {
  content: "*";
  color: #e63946;
  margin-right: 1px;
}


.radio-group {
  display: flex;
  align-items: center;
  gap: 28px;

}


.radio-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 16px/1.4 'mulish', sans-serif;
  color: #000;
}


.radio-item input[type="radio"] {
  margin: 0;
  vertical-align: middle;
  /* accent-color: #0d6efd;  */
}

.radio-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'mulish', sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.radio-container input {
  display: none;

}

.checkmark {
  width: 22px;
  height: 22px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  position: relative;
}


.radio-container input:checked+.checkmark {
  background-color: black;
}

.radio-container input:checked+.checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #28ff52;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.doc {
  width: 627px;
  height: 58px;
  box-sizing: border-box;
  outline: none;
  padding-left: 10px;
  font-size: 15px;
  border: 1px solid #212e3e;
  font-family: 'mulish', sans-serif;
  transition: all 0.2s ease-in-out;
  /* animação suave */
}

.doc::placeholder {
  font-family: 'mulish', sans-serif;
  font-size: 16px;
}

.doc:hover {
  border-color: yellow;
  box-shadow: 0 0 12px yellow;
  border: 2px solid black;
  border-radius: 3px;
}


#docTipo {
  margin-top: -44px;
  display: block;

}

#docIn {
  margin-top: -44px;
  display: block;

}

/********************/
.form-row1 {
  display: flex;
  align-items: center;
  gap: 0px;

}

.radio-group1 {
  display: flex;
  align-items: center;
  gap: 24px;

}

.voltar {
  width: 113px;
  height: 50px;
  background: #fff;
  border: 1px solid #212e3e;
  color: #212e3e;
  font-family: 'mulish', sans-serif;
  cursor: pointer;
  Font-size: 18px;
}

.avancar {
  Font-size: 18px;
  cursor: pointer;
  font-family: 'mulish', sans-serif;
  width: 136px;
  height: 52px;
  background: #e6ebec;
  border: none;
  color: #455558;
}


.voltar:hover {
  background: #212e3e;
  color: white;
}

.avancar:hover {
  background: #28ff52;
  color: black;
}


/*******************/
.divinfo {
  grid-column: 1 / -1;

  width: 100%;
  height: 140px;
  background: #7eff87;
  display: flex;
  margin-top: 48px;
  align-items: center;

}

.info-text {
  margin-left: 240px;
  line-height: 1.8;
}

.info-text .title {
  font-size: 32px;

  color: #212e3e;
  font-family: 'mulish', sans-serif;
}

.info-text .subtitle {
  font-size: 18px;
  color: #212e3e;
  font-family: 'mulish', sans-serif;
}


/*******************/
.divifooter {
  font-family: 'mulish', sans-serif;
  grid-column: 1 / -1;
  width: 100%;
  background: #212e3e;
  color: #fff;
}

.footer-inner {
  min-height: 277px;
  display: flex;
  align-items: flex-start;

  padding-left: 250px;
}

.brand {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-right: 150px;


}

/******** 27996521178 *********/
.brand-logo {
  width: 172px;
  height: 63px;
}

.brand-desc {
  margin-top: 16px;

  max-width: 300px;
  line-height: 1.4;
}

.links {
  margin-top: 40px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 10px;
  margin-right: 150px;

}

.foot-title {
  color: #28ff52;
  margin: 0 0 8px;
  font-weight: 0;
}

.foot-title1 {
  color: #28ff52;


  margin-top: 40px;
}

.apps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}

.badges {
  display: flex;
  align-items: center;
  gap: 14px;
}

.badges img {
  height: 44px;
  display: block;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  padding: 14px 12px 18px;
  color: #28ff52;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .footer-inner {
    flex-direction: column;

    align-items: flex-start;

    padding-left: 20px;

    padding-right: 20px;

  }

  .brand,
  .links,
  .apps {
    margin-right: 0;
    margin-top: 20px;
  }

  .badges img {
    height: 40px;
  }

  .footer-bottom {
    font-size: 13px;
  }

  /****************/


  .logo-card {
    display: block;
    width: 180px;
    height: 66px;
    margin-top: 10px;
    margin-left: 10px;

    margin-bottom: 51px;
  }


  .caixa-central {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: none;
    margin-left: 0;
    margin-right: 0;
  }

  body {
    display: block;
  }


  .svgs {
    width: 33px;
    height: 33px;
  }

  #titles2 {
    line-height: 1.7;
    font-size: 14px;

  }

  /* ---  --- */
  .after-alert {
    margin-top: 40px;
  }

  .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

  }

  .form-row>label {
    width: auto;
    text-align: left;
  }

  .radio-group {
    flex-wrap: wrap;
    gap: 26px;
    width: 100%;

  }

  .radio-group1 {
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;

  }

  .radio-container {
    flex-direction: row;
    font-size: 14px;
    align-items: center;
    gap: 8px;
  }

  /*----*/
  .doc {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    outline: none;
    padding-left: 10px;
    border: 1px solid #212e3e;
  }

  .after-alert3 {
    margin-top: 68px;
  }

  .after-alert4 {
    margin-top: 68px;
  }

  .after-alert5 {
    margin-top: 10px;
  }

  /*****/
  .divinfo {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
  }

  .info-text {
    margin-left: 0;
  }

  .info-text .title {
    font-size: 26px;
  }

  .info-text .subtitle {
    font-size: 16px;
  }

  /*****/
  .modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    font-family: 'Arial', sans-serif;
  }

}