
.watermark {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: fit-content;
  opacity: 0.05;
  z-index: 9999999;
  pointer-events: none;
  }
  
  .watermark img {
  display: block !important;
  width: 100%;
  height: auto;
  }
  
  .contenedor {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  }
  
  .header {
  text-align: center;
  margin-top: 30px;
  }
  
  .header img {
  width: 100%;
  height: auto;
  max-width: 300px;
  }
  
  .header .linea {
  border-bottom: 1px solid red;
  }
  
  
  
  .title_wrap .izq,
  .title_wrap .der {
  /* float: left; */
  width: 100%;
  }
  
  .title_wrap .der {
  text-align: center;
  }
  
  .title_wrap .der a {
  text-decoration: none;
  font-size: 2rem;
  color: #0000FF;
  }
  
  
  
  h2 {
  text-align: center;
  }
  
  /* #datapb_wrapper { */
  tbody td {
  font-size: 13px;
  }
  
  #datapb_wrapper .dt-column-title {
  font-size: 12px;
  }
  
  #datapb_wrapper #datapb {
  width: auto;
  }
  
  
  @media screen and (max-width: 768px) {
  
  .watermark {
  width: 100%;
  }
  
  
  .header img {
  width: 100%;
  height: auto;
  max-width: 190px;
  }
  
  .title_wrap .izq, 
  .title_wrap .der {
  float: unset;
  width: 100%;
  }
  
  .title_wrap .der {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  }
  
  h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  }
  
  
  }

  .title_wrap {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .title_wrap h2 { 
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid black;
    width: fit-content;
    position: relative;
  }
  
  .title_wrap h2::after {
    content: "";
    display: block;
    width: 200px;
    height: 4px;
    background-color: black;
    position: absolute;
    bottom: -4px; /* Posiciona la línea justo debajo del borde */
    left: 50%;
    transform: translateX(-50%); /* Centra la línea horizontalmente */
  }


    .nav-link {
      color: black;
      font-size: 16px;
      padding: 10px 20px;
      text-align: center;
      font-weight: 400;
    }
    
    .nav-link.active {
      background-color: black;
      color: white !important;
    }
    
    .nav-link:hover {
      background-color: #f0f0f0;
    }

    .navbar {
      padding-bottom: 0 !important;
      padding-top: 0 !important;
  }

  .navbar-expand .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
}

.custom-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}


a.nav-link:hover {
  color: black;
}

a.nav-link.active:hover {
  background: black !important;
  color: white;
  }
  .total-row {
    background-color: #f2f2f2;
    font-weight: bold;
    border-top: 2px solid #000;
}
.total-row td {
    padding: 10px;
}
.total-label {
    text-align: right;
    padding-right: 10px !important;
}