body {
  background: #ECECEC; 
  font-family:Verdana, Arial, Helvetica, sans-serif !important;
  margin-bottom: 0px !important;
}

.header-color {
    width: 100%;
    height: 5px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: right;
    background-position-y: center;
}

.header-logo {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #c8c8c8;
    box-shadow: 0 10px 5px -5px rgba(220,220,220,1);
    padding:15px;
}

/*
.main-logo {
    display: block;
    width: 178px;
    height: 48px;
    margin: 10px 0 0 53px;
    background: url(../assets/img/logo.png) no-repeat;
} */

.home-img {
  width: 178px;
  height: 48px;
}

.navbar-wrap {
    position: relative;
    width: 100%;
    height: 47px;
    background: #f6f6f6;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 1px 1px -1px #f0f0f0;

}

.card-header {
    color:white !important;
}


.circlenum {
 width:36px;
 height: 36px;
 text-align: center;
 padding:0 !important;
}

.footer{
  left: 0;
  bottom: 0 !important;
  width: 100%;
}

.home-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}


/**/
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .step-indicator {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
  
  .step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  
  .step-indicator .step-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    font-size: 20px;
  }
  
  .step.active .step-icon {
    background: crimson;
  }
  
  .step p {
    text-align: center;
    position: absolute;
    bottom: -40px;
    color: #c2c2c2;
    font-size: 14px;
    font-weight: bold;
  }
  
  .step.active p {
    color: crimson;
  }
  
  .step.step2 p,
  .step.step3 p {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .indicator-line {
    width: 100%;
    height: 2px;
    background: #c2c2c2;
    flex: 1;
  }
  
  .indicator-line.active {
    background: crimson;
  }

  .card-home {
    max-width:45%;
  }

  .card-estado {
    max-width:100%; 
  }

  .estado-top-msg{
    padding-left:50px;
    padding-right: 50px;
  }

  .bt-estado {
    line-height: 30px;
  }

/* reglas */
.title-number {
  display: inline-block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  font-size: 18px;
  text-align: center;
  margin:10px;
}

.rs-subtitulo {
  font-size:18px !important;
  display:inline-block;
  margin-top:10px;
  margin-bottom:10px;
}




.rs-button {
  padding: 15px 20px !important;
  border-radius:5px !important;
  font-size:16px;
  /*font-family: Verdana, Arial, Helvetica, sans-serif !important;*/
  font-weight: 600;
  letter-spacing: 1px;
  margin:15px !important;
  background-color:#018988;
}

.rs-bajada {
  font-size:16px !important;
  margin-top:10px;
}

.form-control,.form-select {
  box-shadow: none !important;
  border-color:#D8D8D8 !important;
}

.btn {
  box-shadow: none !important;
}

.main-stepper {
  margin-top:30px;
  
}

/* fin reglas */



  @media screen and (max-width: 1024px) {
    .bt-estado {
      line-height: 15px;
    }
  }

  @media screen and (max-width: 768px) {
    .step p {
      font-size: 11px;
      bottom: -20px;
    }

    .card-home {
      max-width:550px;
    }
    .card-estado {
      max-width:600px;
    }

    .estado-top-msg{
      padding-left:5px;
      padding-right: 5px;
    }

    .main-stepper {
      margin-top:25px;
    
    }

  }
  
  .zoom-hide{ 
    display: none;
  }

  @media only screen and (max-width: 1215px){
    .zoom-hide{ 
       display: inline;
     }
  }

