.green-answer {
  background-color: #2EAF74;
}

.red-answer {
  background-color: #EC6767;
}

.box-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icard {
  /*padding: 1rem;*/
  padding: 15px;
  margin: 0.5rem;
  box-shadow: var(--shadowBottom);
  max-width: 90vw;
  overflow: auto;
}
.icard::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.icard::-webkit-scrollbar-thumb {
  background: var(--maditB);
}

.rd {
  border-radius: 2rem;
}

.pd {
  padding: 1rem 0.5rem;
}

.rd-s {
  border-radius: 0.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.icard-mark {
  width: 100%;
}

.io-tiny-mce {
  display: grid;
  grid-auto-columns: 1fr;
  background: #fff;
}
.io-tiny-mce .actions {
  display: flex;
  align-items: center;
}
.io-tiny-mce .actions > div {
  cursor: pointer;
  margin-right: 4px;
  background: red;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.io-tiny-mce .actions > div.active {
  color: #fff;
  background: var(--Blue);
}

.box-icard {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.box-icard .icard {
  height: auto;
  /*border-radius: 1rem;*/
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--maditGrad);
  box-shadow: var(--maditShadow);
  font-size: 15px;
}
.box-icard .icard .box-icon {
  /*width: 25%;*/
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-icard .icard .box-icon .ifas-ico {
  /*width: 50px;
  height: 50px;*/
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #00000040;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-icard .icard .info-box-content {
  width: 75%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.box-icard .icard .info-box-content .info-box-number {
  font-size: 1.5rem;
}
.box-icard .icard .info-box-content .progress {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #00000040;
  border-radius: 1rem;
}
.box-icard .icard .info-box-content .progress .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 2px;
  background: #fff;
}
.box-icard .icard:nth-child(1) {
  /*background: var(--pinkGrad);
  box-shadow: var(--pinkShadow);*/
  background: #0175d8;
  box-shadow: 0 4px 10px #0000006e;
}
.box-icard .icard:nth-child(2) {
  /*background: var(--greenGrad);
  box-shadow: var(--greenShadow);*/
  background: #f3933ee0;
  box-shadow: 0 4px 10px #0000006e;
}
.box-icard .icard:nth-child(3) {
  /*background: var(--maditGrad);
  box-shadow: var(--maditShadow);*/
  background: #1aa94ed9;
  box-shadow: 0 4px 10px #0000006e;
}
.box-icard .icard:nth-child(4) {
  /*background: var(--purpleGrad);
  box-shadow: var(--purpleShadow);*/
  background: #ff4e4ed6;
  box-shadow: 0 4px 10px #0000006e;
}
.box-icard .icard:nth-child(5) {
  background: #802feae8;
  box-shadow: 0 4px 10px #0000006e;
}

.h2 {
  color: var(--white);
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  font-weight: 100;
}

.text-capt {
  font-size: 0.7rem;
  text-align: center !important;
}

.box-index {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: var(--madit);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
  /*Logo reniec flotante*/
}
.box-index::-webkit-scrollbar {
  width: 2px;
  height: 0;
}
.box-index::-webkit-scrollbar {
  background: orange;
}
.box-index .same {
  width: 33.33%;
  max-width: 420px;
  height: auto;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-index .box-a .logo {
  width: 250px;
}
.box-index .box-b {
  flex-direction: column;
}
.box-index .box-b .box-form {
  width: 300px;
  height: auto;
  min-height: 200px;
  background: var(--white);
  border-radius: 10px;
  padding: 1rem;
  margin: 2rem 0;
}
.box-index .box-b .box-form .box-line {
  width: 260px;
  height: 40px;
  margin: 1rem auto;
  /*border: 1px solid;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-index .box-b .box-form .box-line .box-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
}
.box-index .box-b .box-form .box-line .box-captcha {
  height: 40px;
  width: 220px;
}
.box-index .box-b .box-form .box-line .in-text {
  font-size: 0.9rem;
  padding: 0 1rem;
  height: 40px;
  width: 220px;
  border: none;
  background: none;
  border-bottom: 1px solid #999999;
}
.box-index .box-b .box-form .box-line .btn-consulta {
  font-weight: bold;
  width: 180px;
  height: 40px;
  border: none;
  margin: 1rem auto;
  color: var(--white);
  border-radius: 3rem;
  background: var(--madit);
  box-shadow: var(--maditShadow);
}
.box-index .box-c {
  color: var(--white);
}
.box-index .box-logo-reniec {
  position: absolute;
  right: 1rem;
  bottom: calc(1rem + 10px);
}
.box-index .box-result {
  width: 100%;
  height: auto;
  height: 100vh;
  background: var(--white);
  position: fixed;
  left: 0%;
  top: calc(100% - 4px);
  /*border-radius: 1rem 1rem 0 0;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadowTop);
  transition: 1s;
  overflow-y: auto;
  z-index: 9999;
  /*Icon absolute*/
}
.box-index .box-result::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.box-index .box-result::-webkit-scrollbar-thumb {
  background: var(--maditB);
}
.box-index .box-result > .title {
  font-size: 1.2rem;
  margin: 0 auto;
}
.box-index .box-result .result-file {
  max-width: 600px;
  height: auto;
  margin: 0 1rem;
  /*            box-shadow: var(--shadowBottom2);*/
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.box-index .box-result .result-file .box-line {
  margin: 1rem auto;
}
.box-index .box-result .result-file .section-info {
  display: flex;
}
.box-index .box-result .result-file .section-info .box-image {
  width: 120px;
}
.box-index .box-result .result-file .section-info .box-info {
  padding: 0.5rem 2rem;
}
.box-index .box-result .result-file .section-info .box-info > p {
  font-size: 1rem;
  font-weight: 700;
  color: var(--maditB);
}
.box-index .box-result .result-file .section-info .box-info .title {
  font-size: 0.9rem;
  color: var(--gray);
  height: 28px;
}
.box-index .box-result .result-file .section-info .box-info .valor {
  padding: 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.box-index .box-result .result-file .btn-consulta {
  font-weight: bold;
  width: 180px;
  height: 40px;
  border: none;
  margin: 1rem auto;
  color: var(--white);
  border-radius: 3rem;
  background: var(--madit);
  box-shadow: var(--maditShadow);
}
.box-index .box-result .result-file .alert-mensaje {
  text-align: center;
  margin: 1rem 2rem;
  padding: 1rem;
  border-radius: 1rem;
  max-width: 450px;
}
.box-index .box-result .result-file .alert-mensaje > p {
  color: var(--white);
}
.box-index .box-result .result-file .alert-mensaje > p:first-child {
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 1rem;
}
.box-index .box-result .result-file .info-consult {
  background: #efefef;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
  max-width: 450px;
  overflow-y: auto;
}
.box-index .box-result .result-file .info-consult > p {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 1rem;
}
.box-index .box-result .result-file .info-consult .title {
  font-size: 0.7rem;
  color: var(--gray);
}
.box-index .box-result .result-file .info-consult .valor {
  padding: 0 1rem;
  font-size: 0.7rem;
  font-weight: 700;
}
.box-index .box-result .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media screen and (max-width: 550px) {
  .icard-mark {
    width: 100%;
  }

  .h2 {
    line-height: 25px;
  }

  .box-index {
    flex-direction: column;
  }
  .box-index .same {
    width: 90%;
  }
  .box-index .box-a .logo {
    width: 200px;
  }
  .box-index .box-result {
    /*Icon absolute*/
  }
  .box-index .box-result .close {
    top: 1rem;
    right: 1rem;
  }
  .box-index .box-result .close .icon-close {
    width: 16px;
  }
  .box-index .box-result > .title {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    margin: 0;
  }
  .box-index .box-result .result-file {
    min-height: 740px;
  }
  .box-index .box-result .result-file .section-info {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .box-index .box-result .result-file .section-info .box-info {
    padding: 0;
  }
  .box-index .box-result .result-file .section-info .box-info > p {
    text-align: center;
  }
  .box-index .box-result .result-file .section-info .box-info .title, .box-index .box-result .result-file .section-info .box-info .valor {
    font-size: 0.8rem;
    height: 30px;
  }
  .box-index .box-result .result-file .alert-mensaje {
    margin: 0 1rem;
  }
  .box-index .box-result .result-file .info-consult {
    /*max-height: 6rem;*/
    padding-bottom: 2rem;
    margin: 1rem;
  }
  .box-index .box-logo-reniec {
    /*width: 100%;*/
    position: relative;
    display: flex;
    padding: 2rem 0;
  }
}
.flex {
  transition: 1s;
  display: flex !important;
}

.top {
  transition: 1s;
  top: 0px !important;
}

.bottom {
  transition: 1s;
  top: 0 !important;
}

.title2 {
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.input-icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 260px;
}
.input-icon .box-icon {
  width: 40px;
  height: 100%;
  color: #00B8EF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-icon .box-icon:nth-of-type(1) {
  padding-left: 0.8rem;
  width: 20px;
}
.input-icon .box-icon:nth-of-type(2) {
  cursor: pointer;
  transition: 0.3s ease;
  color: #ccc;
}
.input-icon .box-icon:nth-of-type(2):hover {
  color: #00B8EF;
  transition: 0.3s ease;
}
.input-icon .input {
  border: none !important;
  margin: 0 !important;
  height: 100% !important;
  width: calc(100% - 60px) !important;
  text-align: left !important;
  border-radius: 2rem;
}

/*# sourceMappingURL=ui.css.map */
