@font-face {
    font-family: 'Muli-Black';
    src: url('../fonts/Muli-Black.ttf');
}
@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('../fonts/Muli-ExtraBold.ttf');
}
@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.ttf');
}
@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.ttf');
}


@font-face {
    font-family: 'Muli-ExtraLight';
    src: url('../fonts/Muli-ExtraLight.ttf');
}
@font-face {
    font-family: 'Muli-Light';
    src: url('../fonts/Muli-Light.ttf');
}



.titulos {
    font-family: 'Muli-Black';
    line-height: 45px;
    font-size: 46px;
}


.input-datos {
    font-family: 'Muli-Regular';
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
}


.input-datos-select {
    color: #999999;
    font-family: 'Muli-Regular';
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
}

.btn-continuar {
    font-size: 14px;
    font-family: 'Muli-Black';
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 14px;
    padding-bottom: 14px;

}


#carrera_id  option{
  color: #0054A6!important;
}

#btn_volver {
  font-family: 'Muli-Black';
  padding-left: 35px;
  padding-right: 35px;
  /* font-family: "Muli Black"; */
  font-size: 14px;
  color: #00C2FF;
}



.progress {
    height: auto!important;
    width: 100%;
    
    /* margin: 20px auto; */
    text-align: center;
    background-color: transparent!important;
    box-shadow: none;
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .progress .circle {
    display: inline-block;
    background: #fff;
    width: 23px;
    height: 23px;
    border-radius: 40px;
    border: 2px solid #004CAE;
  }
  .progress .bar {
    display: inline-block;
    background: #fff;
    width: 21px;
    height: 21px;
    border-radius: 40px;
    border: 1px solid #004CAE;
  }
  .progress .bar {
    position: relative;
    width: 18%;
    height: 0px;
    top: -5px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-color: #004CAE;
  }
  .progress .circle .label {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 32px;
    border-radius: 20px;
    margin-top: 2px;
    color: #b5b5ba;
    /* font-size: 17px;*/
  }
  .progress .circle .title {
    top: 0;
    position: absolute;
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -30px;
    width: 100px;
    margin-left: -56px;
    font-family: 'Muli-ExtraBold';
  }
  /* Done / Active */
  
  .progress .bar.done,
  .progress .circle.done {
    background: transparent;
  }
  .progress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
  }
  .progress .circle.done .label {
    color: #FFF;
    background:#00C2FF;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
  }
  .progress .circle.done .title {
    color: #0054A6;
  }
  .progress .circle.active .label {
    color: #FFF;
    background: #00C2FF;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
  }
  .progress .circle.active .title {
    color: #0054A6
  }
  .bar.done {
    background: #66cccc !important;
  }






  #countdown {
    position: absolute;
    margin: auto;
    height: 40px;
    width: 40px;
    text-align: center;
    right: 0;
    margin-right: 35px;
  }
  
  #countdown-number {
    color: #000
    display: inline-block;
    line-height: 40px;
    font-family: 'Muli-ExtraBold';
    color: #0054A6;
  }
  
  svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
  }
  
  svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke: #00C2FF;
    fill: none;
    animation: countdown 180s linear infinite forwards;
  }
  
  @keyframes countdown {
    from {
      stroke-dashoffset: 0px;
    }
    to {
      stroke-dashoffset: -113px;
      
    }
  }



  .paused{
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused; 
    animation-play-state:paused;
}

@media (max-width: 600px) {
  .titulos{
      font-size:25px;
  }
  .well-lg{
      padding:15px!important;
  }
  .logo-img{
      text-align:left!important;
  }
  .logo-img img{
      width:150px!important;
  }
  .logo-footer{
      width:200px;
  }
  .progress .circle .title{
      font-size:8px;
  }
  .progress .bar{
      width:12%;
  }
}