/* DATATABLES */

/* Contenedor general */


/* Info de paginación (Mostrando registros...) */
.dataTables_info {
  padding-top: 0.5em;
  color: #666;
}

/* Paginación */
.dataTables_paginate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dataTables_paginate ul.pagination {
  margin: 0;
}

.dataTables_paginate .pagination .page-link {
  padding: 4px 10px;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dataTables_paginate .pagination .page-link:hover {
  background-color: #f1f1f1;
  color: #333;
}

.dataTables_paginate .pagination .active .page-link {
  background-color: #e0e0e0;
  color: #333;
  border-color: #ccc;
}

.dataTables_paginate .pagination .disabled .page-link {
  color: #bbb;
  cursor: not-allowed;
  background-color: #f9f9f9;
  border-color: #eee;
}



.dt-search label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dt-search .search-label {
  font-weight: 500;
}

.dt-search input[type="search"] {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 400px;
}

.dt-search input[type="search"]:focus {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  outline: none;
}


table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

.dataTables_wrapper {
  padding-bottom: 30px;
}

.dataTables_length {
  float: left;
}

.dataTables_filter label {
  margin-right: 5px;
}

.html5buttons {
  float: right;
}

.html5buttons button {
  border: 1px solid #e7eaec;
  background: #676a6c;
  color: #fff;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}

.html5buttons a:hover,
.html5buttons a:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}

div.dt-button-info {
  z-index: 100;
}

@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 10px;
  }

  .dataTables_length {
    float: none;
  }
}

.dt-bootstrap4 .form-control-sm {
  height: 29px !important;
  padding: 2px 10px;
}

.paginate_button.page-item.active > a,
.paginate_button.page-item.active > a:hover,
.paginate_button.page-item.active > a:focus {
  color: #fff !important;
}

.companiestitulo {
  font-family: "Outfit Bold";
  color: rgb(136, 136, 136);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.companiestexto {
  font-family: "Outfit Light";
  color: rgb(136, 136, 136);
  line-height: 1.2;
  text-align: justify-all;
  text-decoration: none !important;
}

.companiesmedium {
  font-family: "Outfit Medium";
  color: rgb(136, 136, 136);
  line-height: 1.2;
  text-align: justify-all;
}

.companiessearch {
  font-family: "Outfit Medium";
  color: rgb(136, 136, 136);
  line-height: 1;
  text-align: justify-all;
  color: #1e2e4a;
}

 .colorencima:hover {
   color:blue;
  }

 .logo-img {
  max-width: 100%;
  height: auto;
  max-height: 75px;
}
