/* Test OV */
.title {
  font-family: Anahuac !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.title-2 {
  font-family: Anahuac !important;
  color: #FF5900 !important;
  text-transform: uppercase !important;
}


.text-ov {
  font-family: Anahuac !important;
  color: #fff !important;
}

.btn-ov {
  font-family: AnahuacSemibold !important;
  color: #fff !important;
  background-color: #FF5900 !important;
  border: 1px #FF5900 solid;
  border-radius: 13px;
  padding: 5px;
  text-transform: uppercase !important;
  /* font-size: 1vw; */
  cursor: pointer;
}

.btn-ov:hover {
  background-color: #fff !important;
  color: #FF5900 !important;
}

.svg-test {
  fill: #FF5900;
  width: 50%;
  display: block;
  margin: auto;
}

.div-tips {
  text-align: center;
  border: #FF5900 2px solid;
  max-width: 70%;
}

.div-tips-back {
  background-color: #f5f2f2;
  margin: .3rem;
  padding: 1rem
}

.tips-text {
  color: #000;
  font-family: Anahuac !important;
  font-size: 1.5rem
}

.text-instruccion {
  color: #000;
  font-family: AnahuacSemibold !important;
  font-size: 1.7rem
}

.option-test {
  color: #FF5900 !important;
  font-family: AnahuacSemibold !important;
  font-size: 1.3rem;
  margin-right: .8rem;
}

.ask-test {
  color: #000 !important;
  font-family: AnahuacBook !important;
  font-size: 1.2rem;
}

.number-test {
  border: #FF5900 solid 1px;
  font-family: AnahuacSemibold !important;
  color: #FFF !important;
  background: #FF5900 !important;
  font-size: 1.1rem;
  border-radius: 25px;
  padding-left: 9px;
  padding-right: 9px;
}

.line-number-test {
  border-bottom: 3px #FF5900 solid;
  margin-top: -1rem
}

.number-test-option {
  font-family: AnahuacSemibold !important;
  color: #FF5900 !important;
  font-size: 1.3rem;
  /* padding-left: 9px;
  padding-right: 9px; */
}

/* Create a custom radio button */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #c7c7c7;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  background: #d9d9d9;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #FF5900;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* End radio custom */
/* Progress bar */
.progress-bar {
  background-color: #FF5900;
}

.advance-0 {
  width: 0;
}

.advance-20 {
  width: 20%;
}

.advance-40 {
  width: 40%;
}

.advance-60 {
  width: 60%;
}

.advance-80 {
  width: 80%;
}

/* End Progress bar */
.color-000{
  color:#000 !important
}
.border-bottom-orange{
  border-bottom:#ff5900 solid 2px !important
}
.progress-bar-1 {
  background-color: #F29374;
  }
.progress-bar-2 {
  background-color: #83C98E;
  }
.progress-bar-3 {
  background-color: #FFCD00;
  }
.progress-bar-4 {
  background-color: #48B9D4;
  }

.fill-F29374 {
  fill: #F29374;
  }
.fill-83C98E {
  fill: #83C98E;
  }
.fill-FFCD00 {
  fill: #FFCD00;
  }
.fill-48B9D4 {
  fill: #48B9D4;
  }
.progress{
  height: 2rem;
  font-size: 1.5rem;
  border-radius:1rem;
}
.capitalize{
  text-transform:capitalize;
}
.b-l{
  border-left: 3px #ff5900 solid;
  padding-right:3px
}
.btn-default{
  background:transparent !important; color:#585858 !important; border-color:#585858; font-family: AnahuacSemibold !important; border-radius: 13px; padding:5px; text-transform:uppercase; 
}
.btn-default:hover{
  background:#585858 !important; color:#fff !important; border-color:#585858;
}
