.fondofooter{
    display: flex;
    flex-direction: column;
    background-color: #068EDC !important;
    border-radius: 0.5rem;
    margin-top: 52vh;
}

.centrado{
  display: flex;
  justify-content: center;
}

.cantidad{
    display:flex; 
    flex-direction:row; 
    justify-content: center;
    align-items: center;
    width: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;

}

.bloqueVertical_select2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 10vh;
    margin-top: 10px;
    margin-left: 13px;
    margin-right: 13px;
    width: 177px;
}

.bloqueCompleto_select2{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.ejecutados{
    display:flex; 
    flex-direction:row; 
    justify-content: center;
    align-items: center;
    width: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;    
}

.nombrePre{
    display:flex; 
    flex-direction:row; 
    justify-content: center;
    align-items: start;
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;    
}

.labels_nombres_f{
    font-size: 0.9em;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.color_fondo_titulo_tbl{
    border-radius: 5px;
    background-color: #F8F8F8; 
}

.fondoNav{
    background-color: #FEC504 !important;
}
.colorFunetetitulo{
  color: #F8F8F8;
}

.btnHome{
    background-color: #CD683A;
    border-radius: 0.25rem;
    border-color: #CD683A;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: background-color 0.3s ease;
 }
 
 .btnHome:hover {
     background-color: #792904; /* Color de fondo al pasar el cursor */
 }
 
 .btnB{
     background-color: #5DA7A8;
     border-radius: 0.25rem;
     border-color: #5DA7A8;
     color: #fff;
     text-decoration: none;
     display: inline-block;
     font-weight: 400;
     line-height: 1.5;
     padding: 0.5rem 1rem;
     font-size: 1rem;
     transition: background-color 0.3s ease;
  }
  
  .btnB:hover {
      background-color: #015e5f; 
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: none; 
    z-index: 9999;
  }

  .divAnimaBloqueo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

  }


.rezises {
    width: 40%;
}



@media (min-width: 576px) {     
  .rezises {
    width: 100px;
    height : 100px;
}
}


@media (min-width: 768px) { 
    .rezises {
        width: 150px;
        height : 150px;
    }
 }

@media (min-width: 992px) { 
    .rezises {
        width: 160px;
        height : 160px;
    }
}

@media (min-width: 1200px) { 
    .rezises {
        width: 165px;
        height : 165px;
    }
 }

@media (min-width: 1400px) { 
    .rezises {
        width: 170px;
        height : 170px;
    }
 }