/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
} */
body{
  font-family: Montserrat, sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 35px;
}

h2 {
  /* font-size: 24px; */
  color: #7a1333;
  margin-bottom: 20px;
}

.row {
  width: 100%;
  display: flex;
  justify-content: center;
}

#boton-regresar-transparencia {
  margin-bottom: 20px;
}

#btn-transparencia {
  border: 2px solid #7a1333;
  color: #000000;
  background-color: white;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 50px;
}

#btn-transparencia:hover {
  color: white;
  background-color: #7a1333;
  border-color: #7a1333;
}

.table-container {
  width: 100%;
  max-width: 1000px;
  overflow-x: auto;
}

#miTabla {
  width: 100%;
  margin-top: 20px;
}

thead {
  color: #c49b88;
  background: #7a1333;
}

a.doc {
  color: #7a1333;
}

.dataTables_wrapper .dataTables_filter {
  padding-right: 20px;
  margin-bottom: 45px;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  border-color: #7a1333;
  margin-bottom: 45px;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 10px;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
  #btn-transparencia {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .table-container {
    overflow-x: auto;
  }

  h2 {
    font-size: 20px;
  }
}
