.nav-link {
  color: #fff;
  transition: border-bottom 2s, font-size 2s, border-width 1.8s ease-in-out; /* Specify the properties to transition and their durations */
}

.clubCardNav:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.btn-outline-login-nav:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

#btnClubcard {
  font-size: 14px !important;
  background-color: #3A6D8C  ;
  border-radius: 20px;
  min-width: 100px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  padding: 0.5rem;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.btn-outline-login-nav {

  color: #4b9998;
    font-weight: 500;
    border-color: #4b9998;
    background-color: white;
    background-image: none !important;
    font-size: 14px;
    border-radius: 25px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;

}

.header .navbar-brand {
  margin-right: 18px;
  /* border-bottom: 1px solid #e9e9e9; */
}

.blackBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.message-validation {
  display: none;
  align-items: center;
  position: fixed;
  left: calc(50% - 180px);
  top: 20px;
  overflow: auto;
  background-color: #dcab7c !important;
  color: #ffff;
  padding: 5px;
  z-index: 1349;
  width: 360px;
  height: 80px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  justify-content: space-evenly;
}

.hamburguesa_menu {
  color: #ffff;
}

@media (max-width: 1200px) {
  .header .navbar-nav .nav-item .nav-link {
    color: black !important;
  }

  .corazon_favorito {
    color: #dcab7c !important;
  }
}

/* TEMPORARY CSS PARA POPUP
***************************************************/
.boton-elegante {
  padding: 8px 24px;
  border: 2px solid #dcab7c;
  background-color: #dcab7c;
  color: #ffffff;
  font-size: 0.8rem;
  /* top: 1vh; */
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
@media only screen and (max-width: 768px){
	  #catalog-popup {
	width: 350px !important;
  }
}
@media only screen and (max-width: 768px){
	  .imgContainer {
  }
}
@media only screen and (max-width: 768px){
	  #pmobile {
	font-size: 15px !important;
  }
}

.boton-elegante::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.5s ease;
}

.boton-elegante:hover::after {
  transform: scale(4);
}

.boton-elegante:hover {
  border-color: #f5963b ;
  background: #f5963b;
  color: #ffffff;
}
/*greCaptcha Hide*/
.grecaptcha-badge { visibility: hidden !important; }
/* TEMPORARY CSS PARA POPUP*********************************************************/
