/*para los links de paginacion*/
.page-link{
    color: #000;
  }

  .page-item.active .page-link {
      z-index: 3;
      color: #fff;
      background-color: #3e4095;
      border-color: #3e4095;
  }

  .pagination {
      display: flex;
      justify-content: center; /* Center the pagination links */
      padding-left: 0;
      list-style: none;
      border-radius: .25rem;
  }

/* FOOTER */
/*Fijo en Desktop*/
.footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background: #f8f9fa;*/
    padding: 10px 0;
    text-align: center;
    z-index: 1000;
}

/* Ensure page content does not overlap the fixed footer */
body {
    padding-bottom: 60px; /* Adjust this based on footer height */
}

/*Normal en Mobile*/
@media (max-width: 768px) {
    .footer2 {
        position: static;
    }

    body {
        padding-bottom: 0;
    }
}
/* FIN FOOTER*/




/* BOTON WHATSAPP*/
/*correr el botón de whatsapp para que no tape el footer*/
.floating-wpp{
    bottom: 105px;
}
/*FIN BOTON WHATSAPP*/
