.azul-principal{
    color: #1c48b7;
  }
  
  .linea{
    border: 1.3px solid #4966b1 !important;
  }
  
  #steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
    width: 100% !important;
  }
  
  .grey-color{
    color:#B1B3B3;
  }
  
  .btn-popup-tm {
    background-color: #B1B3B3 !important;
    color: white;
  }
  
  .linea-gris {
    border: 1.3px solid lightgray !important;
  }
  
  .plus-btn{
    background-color: #E65B2A !important;
    font-family: "GothamBook";
    padding: 1%;
    border: none;
    color: white;
    font-weight: bold;
    width: auto;
  }
  
  .boton-archivo {
  background-color: #E65B2A;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 2%;
  width: 60%;
  }
  
  .boton-archivo::file-selector-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #E65B2A;
  color: white;
  cursor: pointer;
  }
  
  .blue-text{
    color:#002C6C;
    font-weight:bold;
  }
  
  .form-find {
    position: relative;
    padding-bottom: 0px !important; 
    border-bottom: 1px solid #ebebeb;
  }
  
  .btn-delete{
    padding: 15px;
    margin-top: 20px; 
    background-color: red !important;
    font-family: "GothamBook";
    border: none;
    color: white;
    font-weight: bold;
    width: 100%;
  }
  
  .show_steps_responsive{
    display: none;
  }
  
  .checks_paquetes{
    display:flex;
    width:20%;
    align-items: center;
  }
  
  #modal-dom-contractural{
  display: none;
  }
  
  .iti{
  width: 100% !important;
  }
  
  @media (max-width: 1025px) {
  .steps.clearfix {
    display: none;
  }
  
  .show_steps_responsive{
    display: block;
  }
  
  .checks_paquetes{
    width: 22% !important;
  }
  }
  
  @media (max-width: 412px) {
  .checks_paquetes{
    width: 50% !important;
  }
  }
  
  
    a[href="#finish"] {
      display: none !important;
    }
  
    .espacio {
      border: 1.3px solid transparent !important;
    }
   
  