.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.imagen-container img {
  width: 300px;
  height: 100px;
}

.selected {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: rgb(0 0 0 / 21%);
}

.imagen-container {
  /* Agrega sombra al elemento seleccionado */
  position: relative;
}

.check-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

#info p {
  font-size: 20px;
}

.form-group label {
  font-size: 18px;
}

.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.blog-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.card_img {
  width: 180px;
  background: var(--i);
  margin: 15px;
  border-radius: 5px;
  box-shadow: 3px 5px 5px rgba(3, 32, 51, 0.8);
  overflow: hidden;
  height: 260px;
  background-size: cover;
  background-position: center;
}

.btn-black {
  background-color: #2b386b;
  color: white;
  text-transform: uppercase;
}
.btn-black:hover {
  background-color: #233060;
  color: white;
}

/* estilos del boton de whatsap */
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 100px;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-weight: bold;
  font-size: 0px;
  background-color: rgb(14, 139, 37);
  border-width: 0px;
}
.floating-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: rgb(25, 123, 255);
  border-radius: 50%;
}
.floating-button span {
  padding: 17px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: inherit;
  box-sizing: border-box;
  width: 100%;
}
svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
