.logo img{
    height:  55px;
    padding: 10px 10px;
}

.fondo-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
.clienteshr {
    height: 2px;
    background-color: #3c8dbc;
}

.progress {
    margin-bottom: 20px;
}

.progress-bar {
width: 0;
}

.bg-purple {
background-color: #825CD6 !important;
}

.progress .progress-bar {
transition: unset;
}

.table.dataTable td {
  font-size: 12px;
}

.table.dataTable th {
  font-size: 10px;
}

.table.dataTable tr.dtrg-level-0 td {
  font-size: 10px;
}

.transform {
    width:100%;
    display:flex;
    justify-content: center;
    align-items:center;
}

@media (max-width: 600px) {
.logo img{
    height:60px;
    margin-left: auto;
    margin-right: auto;
}
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
  }
  
  #text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;    
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .modalInv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  .modalInv-content {
    background-color: white;
    width: 60%;
    max-width: 400px;
    margin: 100px auto;
    padding: 20px;
    border-radius: 5px;
  }

  .modal-dialog {
    width: 100%;
    /* height: 100%; */
    margin: 0;
    padding: 0;
  }
  
  .modal-content {
    height: auto;
    /* min-height: 100%; */
    border-radius: 0;
  }
  
  /***********MODAL IMAGEN ENTREGAS**********/

  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) 
  .modal1 {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 150px;
    top: 80px;
    width: 90%; 
    height: 90%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
  } */

  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close1 {
     position: absolute;
    top: 15px;
    right: 5px;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s; 


  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .7;
  }
  .close1:hover,
  .close1:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

  /************************************+****/

