.form-control {
    margin: 4% 0 !important;
    padding: 20px 20px !important;
    font-size: 16px !important;
}

.img-responsive{
    display: initial !important;
}

.not-underline {
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  color: #59636e;
}

.pasos{
  font-weight:bold;
  color: #4f94e1;
}

.img-container {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    /* Si deseas que la imagen ocupe todo el ancho del contenedor */
    /* flex-direction: column; */
    /* height: 100%; */
}


button{
    background: #47525E;
    color: white !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
}


.text_titulo{
    text-align: center;
    color: #59636e;
    font-size: 24px;
    margin-bottom: 23%;
}

#loader{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #8f8f8f63;
}


#loader>.contenedor{
    text-align: center;
    align-items: center;
}

#loader>.contenedor>img{
    width: 100px;
    margin-top: 20em;
    background: white;
    border-radius: 20px;
}



.modal-header1{
    padding-top: 14px;
}

.modal-title{
    font-weight: bold;
}

#p-msg{
    font-size: 16px;
    padding: 10px 20px 20px 20px;

}

@media only screen and (min-width: 1200px) {
    .margen {
      margin: 0px 150px;
    }
    .img-error {
      width: 400px;
    }
  }
  
  /* 
  @media only screen and (min-width: 320px) {
    .margen {
      margin: 0px 0px;
    }
  } */
  .btn-responsive {
    width: 50%;
  }
  
  .bg-gray {
    background-color: #f4f4f4;
  }
  
  .logo {
    width: 10%;
    height: 10%;
    padding: 0 15px;
  }
  
  .title-card-desglose {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #EF3829;
    color: #FFF;
    font-weight: bold;
    border-radius: 0px !important;
    padding: 10px 20px;
  }
   
  .col-md-desglose {
    padding: 0;
  }
  
  .desglose-items .row:nth-child(even) {
    background-color: #FFF;
  }
  
  .row-item {
    padding: 2px 10px;
    margin: auto;
  }
  
  .car-desglose {
    border: none;
  }
  
  @media only screen and (max-width: 767.98px) {
    .btn-responsive {
      width: 100%;
    }
    .bg-responsive {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
    }
    .img-error {
      width: 100px;
    }
  }
  
  @media (max-width: 320px) {
    .logo {
      width: 25%;
      height: 25%;
    }
    .img-error {
      width: 100px;
    }
  }
  
  @media (min-width: 320px) {
    .logo {
      width: 25%;
      height: 25%;
    }
    .img-error {
      width: 100px;
    }
  }
  
  @media (min-width: 576px) {
    /************************ SMALL BOOTSTRAP ****************************/
    /*Logo e Icono*/
    .logo {
      width: 15%;
      height: 15%;
    }
    .img-error {
      width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    /************************ LARGE BOOTSTRAP ****************************/
    /*Logos e Iconos*/
    .logo {
      width: 10%;
      height: 10%;
    }
    .img-error {
      width: 400px;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .logo {
      width: 30%;
      height: 30%;
    }
    .img-error {
      width: 250px;
    }
  }
  
  .header {
    padding: 10px 0px 15px 0px;
    background-color: #ef3829;
  }
  
  .btn-regresar {
    border: 1px solid #1f97ae;
    background-color: #ffffff;
    color: #1f97ae;
    margin-top: 15px;
    text-align: center !important;
  }
  
  .btn-regresar:hover {
    background-color: #1f97ae;
    color: #ffffff;
  }
  
  .margen-td {
    padding-left: 15px;
  }
  
  .margen-td-right {
    padding-right: 15px;
  }
  