.navbar-nav .nav-item {
  margin-right: 15px;
}

.icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.row {
  display: flex;
  justify-content: center;
}

.heightImgs {
  height: 300px;
  overflow: hidden;
}
.heightImgs img {
  object-fit: cover;
  width: 500px;
}
#navbarNav {
  text-align: center;
}

.bg-primary {
  background-color: #00245b !important;
}
.listaCapacitacion {
  list-style: none;
}

.webpay-container {
  text-align: center;
  margin-top: 50px;
}
.webpay-logo {
  font-size: 4em;
  color: #8a2be2;
  
}
.webpay-subtext {
  color: #ff1493;
}
.btn-webpay {
  background-color: #000080;
  color: white;
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}