@charset "utf-8";
@font-face {
  font-family: 'Shadows Into';
  src: url('../fonts/ShadowsIntoLight.eot');
  src: url('../fonts/ShadowsIntoLight.eot?#iefix') format('embedded-opentype'), url('../fonts/ShadowsIntoLight.woff2') format('woff2'), url('../fonts/ShadowsIntoLight.woff') format('woff'), url('../fonts/ShadowsIntoLight.ttf') format('truetype'), url('../fonts/ShadowsIntoLight.svg#ShadowsIntoLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.check-input-disabled {
  opacity: 1 !important;
}
.div-disabled {
  pointer-events: none;
  opacity: 0.5;
  /*  background: #CCC;*/
}
.box-formulario .descripcion {
  font-weight: 400;
  font-size: 14px;
}
.title-Solicitud {
  text-align: center;
  padding-bottom: 9px;
  margin: 40px 0 20px;
}
.title-Seccion {
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.container {
  max-width: 1200px !important;
}
.letraSedigas {
  color: #2F21FF;
}
.texto-legal {
  font-weight: 400;
  font-size: 10px;
}
.root-147 {
  height: 40px;
  background-color: #ece98d;
  color: #f67c03;
  padding: 0px 9px;
  box-sizing: border-box;
  border: 1px solid #f5333300;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: default;
  vertical-align: top;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  min-width: 40px;
  user-select: none;
}
/* Help Text inputs */
.content-info-help {
  position: relative;
}
.content-info-help .info-help {
  position: absolute;
  display: none;
  top: -65px;
  right: calc(-50px - 1rem);
  text-align: right;
  padding-bottom: 2rem;
}
.content-info-help .info-help .info-help-text {
  position: relative;
  color: #2F21FF;
  font-family: 'Shadows Into';
  font-size: 1.275rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  width: 100px;
}
.content-info-help .info-help .help-arrow {
  position: absolute;
  right: 50px;
  width: 70px;
  height: 40px;
  margin-top: 0.25rem;
  -webkit-mask: url('../img/icons/arrow_left.svg') no-repeat center;
  mask: url('../img/icons/arrow_left.svg') no-repeat center;
  background: #2F21FF;
}
@media screen and (min-width: 768px) {
  .content-info-help .info-help {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .content-info-help .info-help {
    right: calc(-40px - 1rem);
  }
}

/*# sourceMappingURL=solicitud.css.map */