
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header .header {
  background-color: var(--color-brand-primary);
  box-shadow: none;
  transition: box-shadow 0.2s ease;
}

.site-header.is-scrolled .header {
  box-shadow: 0 2px 8px rgba(59, 42, 30, 0.08);
}

/* Custom "desktop nav" breakpoint (1024px), independent from Bootstrap's xl (1200px)
   grid breakpoint, so the header can switch to its hamburger menu earlier than the
   rest of the grid utilities and never has to cram the full nav into a narrow row. */
.d-nav-none,
.d-nav-flex,
.d-nav-block {
}

@media (min-width: 1024px) {
  .d-nav-none {
    display: none !important;
  }

  .d-nav-flex {
    display: flex !important;
  }

  .d-nav-block {
    display: block !important;
  }

  .flex-nav-row {
    flex-direction: row !important;
  }
}

.redesigned-navbar {
  min-height: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: visible;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.nav-link-icon {
  display: none;
}

.mobile-section-label {
  display: none;
}

.site-header .header .nav-link,
.site-header .header .navbar-nav .nav-link,
.site-header .header .navbar-nav .nav-item .nav-link {
  color: #fff !important;
}

.site-header .header .navbar-nav .nav-link[aria-current="page"] {
  color: #fff !important;
}

.header .navbar-nav.nav-main {
  gap: 36px;
  flex-wrap: nowrap;
  align-items: center;
}

.header .navbar-nav.nav-main .nav-link {
  padding: 0.4rem 0;
}

.header .navbar-nav.nav-main .nav-link:hover,
.header .navbar-nav.nav-main .nav-link:focus {
  color: #fff;
  opacity: 1;
}



.header .navbar-brand {
  margin-right: 18px;
}

.header .navbar-brand img {
  max-height: 52px;
}

.nav_usuario {
  gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
}

.nav-group-spacer {
  flex: 1 1 auto;
  min-width: 48px;
}

.site-header .btn-primary,
.site-header .btn-secondary,
.site-header .btn-utility {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-nav-primary {
  background: var(--color-cta-main);
  background-image: none;
  border: 0;
  color: var(--color-text-on-cta) !important;
  border-radius: 999px;
  padding: 10px 18px !important;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}

@media (hover: hover) {
  .btn-nav-primary:hover {
    background-color: var(--color-cta-main-hover);
    background-image: none;
    color: var(--color-text-on-cta) !important;
    box-shadow: none;
  }
}

.btn-nav-primary:active {
  background-color: var(--color-cta-main-active);
  background-image: none;
}

.btn-nav-primary:focus-visible {
  outline: 3px solid #FFFDF9;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--color-cta-main);
}

.btn-nav-primary:disabled,
.btn-nav-primary[aria-disabled="true"] {
  background-color: var(--color-disabled-bg);
  color: var(--color-disabled-text) !important;
  opacity: 0.5;
  cursor: not-allowed;
}

.clubCardNav:hover,
.btn-outline-login-nav:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.btn-outline-login-nav {
  color: #fff;
  font-weight: 700;
  border: 1.5px solid #fff;
  background: transparent;
  background-image: none !important;
  font-size: 14px;
  border-radius: 999px;
  padding: 10px 18px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-outline-login-nav:hover,
.btn-outline-login-nav:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.btn-outline-login-nav:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

.nav-cym-card {
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 18px;
  border-radius: 999px;
  background-color: #2c4a63;
  border: 1.5px solid #2c4a63;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}

.nav-cym-card:hover,
.nav-cym-card:focus {
  color: #fff;
  background-color: #23394e;
  border-color: #23394e;
  box-shadow: none;
  text-decoration: none;
}

.nav-cym-card:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

.fav-count {
  color: #fff;
  font-family: var(--font-sans);
  margin-left: 2px;
}

.mobile-more-links-title {
  margin-top: 16px !important;
  margin-bottom: 8px !important;
  color: #3a6d8c;
  font-weight: 700;
}

.mobile-more-links a {
  color: #3a6d8c !important;
  padding: 0.35rem 0;
}

.mobile-account-panel {
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  margin-top: 12px;
}

.mobile-quick-links {
  margin-top: 8px;
  border-top: 1px solid rgba(58, 109, 140, 0.2);
  padding-top: 10px;
}

.mobile-quick-links li {
  width: 100%;
}

.mobile-quick-links a {
  display: block;
  color: #3a6d8c;
  font-weight: 600;
  padding: 0.4rem 0;
}

.mobile-menu-close {
  border: 0;
  background: transparent;
  color: #2f2f2f;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.mobile-menu-overlay {
  display: none;
}

.menu-button {
  display: none;
  color: #fff;
}

.menu-button svg {
  display: block;
}

@media (max-width: 1023px) {
  .redesigned-navbar {
    padding-bottom: 0 !important;
  }
}

.password-toggle-btn {
  position: absolute;
  right: 0.75rem;
  top: 2.35rem;
  border: 0;
  background: transparent;
  color: var(--color-text-soft);
  font-weight: 500;
  padding: 0.25rem 0.35rem;
}

@media (min-width: 1199px) {
  .site-header .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .menu-button {
    display: none;
  }

  .site-header .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    position: static;
    top: auto;
    right: auto;
    height: auto;
    background: none;
    background-color: transparent;
    z-index: auto;
    padding: 0;
    box-shadow: none;
  }

  .header .navbar-nav.nav-main {
    gap: 24px;
  }

  .header .navbar-nav .nav-item .nav-link {
    border-bottom: none;
  }

  .header .navbar-brand {
    margin-right: 12px;
  }

  .nav-group-spacer {
    min-width: 24px;
  }

  .nav_usuario {
    gap: 6px;
  }
}

.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: 991.98px) {
  .menu-button {
    display: block;
  }

  .site-header .header {
    background-color: var(--color-brand-primary);
  }

  .redesigned-navbar {
    min-height: 68px;
    height: 68px;
  }

  .header .navbar-brand img {
    max-height: 44px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0;
    height: 100vh;
    width: min(88vw, 380px);
    overflow-y: auto;
    background: #fff;
    border-radius: 0;
    box-shadow: -26px 0 48px rgba(10, 13, 18, 0.26);
    padding: 14px 16px 24px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 250ms ease-out, opacity 250ms ease-out, visibility 250ms ease-out;
    z-index: 1200;
  }

  .navbar-collapse.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 17, 0.52);
    z-index: 1190;
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease-out, visibility 250ms ease-out;
  }

  .mobile-account-top {
    display: flex;
    justify-content: flex-end;
    margin: -2px 0 8px;
  }

  .mobile-account-top-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 0.35rem 0.45rem;
    border-radius: 8px;
  }

  .mobile-account-top-link:hover,
  .mobile-account-top-link:focus {
    background: rgba(58, 109, 140, 0.08);
    color: #111;
  }

  .mobile-menu-divider {
    height: 1px;
    background: rgba(17, 17, 17, 0.12);
    margin: 2px 0 10px;
  }

  .navbar-collapse.show + .mobile-menu-overlay {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .nav_usuario {
    justify-content: flex-start !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
    margin-top: 12px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .nav_usuario > li {
    width: 100%;
  }

  .header .navbar-nav.nav-main {
    align-items: flex-start;
    gap: 0;
  }

  .mobile-section-label {
    display: block;
    margin: 0.25rem 0 0.4rem;
    color: #7b7b7b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .mobile-section-label-item {
    list-style: none;
    margin: 0.45rem 0 0.35rem;
    color: #7b7b7b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .header .navbar-nav.nav-main .nav-item {
    width: 100%;
  }

  .header .navbar-nav.nav-main .nav-item + .nav-item {
    margin-top: 4px;
  }

  .mobile-portal-links {
    margin: 8px 0 10px;
    padding: 8px 0 2px;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  .mobile-portal-links li + li {
    margin-top: 2px;
  }

  .mobile-portal-links a {
    display: block;
    padding: 0.35rem 0.55rem;
    color: #c9956a !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
  }

  .mobile-portal-links a:hover,
  .mobile-portal-links a:focus {
    background: rgba(201, 149, 106, 0.14);
    color: #b5815b !important;
  }

  .header .navbar-nav.nav-main .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    padding: 0.52rem 0.55rem;
    border-radius: 10px;
    transition: background-color 0.2s ease;
  }

  .header .navbar-nav.nav-main .nav-link:hover,
  .header .navbar-nav.nav-main .nav-link:focus {
    background: rgba(58, 109, 140, 0.08);
  }

  .header .navbar-nav.nav-main .nav-link:hover .nav-link-icon,
  .header .navbar-nav.nav-main .nav-link:focus .nav-link-icon {
    transform: translateX(2px);
  }

  .nav-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #3a6d8c;
    transition: transform 0.2s ease;
  }

  .nav-link-icon svg {
    width: 18px;
    height: 18px;
  }

  .btn-nav-primary,
  .btn-outline-login-nav,
  .nav-cym-card {
    width: 100%;
    min-width: 170px;
    text-align: center;
    min-height: 42px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 10px;
  }

  .nav-cym-card {
    background: #2c4a63;
    border: 1.5px solid #2c4a63;
    color: #fff;
    box-shadow: 0 8px 16px rgba(44, 74, 99, 0.28);
    font-weight: 700;
  }

  .btn-nav-primary {
    box-shadow: 0 10px 20px rgba(176, 90, 43, 0.28);
  }

  .nav_usuario .btn-nav-primary,
  .nav_usuario .btn-nav-primary:hover,
  .nav_usuario .btn-nav-primary:focus {
    color: #fff !important;
  }

  .site-header .header .navbar-nav.nav-main .nav-item .nav-link,
  .site-header .header .navbar-nav.nav-main .nav-link {
    color: black !important;
  }

  .mobile-account-panel {
    text-align: left;
  }

  .mobile-account-panel a {
    color: #111 !important;
    justify-content: flex-start;
  }

  .mobile-quick-links {
    text-align: left;
    margin-top: 6px;
    padding-top: 2px;
    border-top: 0;
    display: block !important;
  }

  .mobile-quick-links li + li {
    margin-top: 4px;
  }

  .mobile-quick-links-label {
    color: #6f6f6f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding-left: 2px;
  }

  .mobile-quick-links a {
    color: #3a6d8c !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    border-radius: 8px;
    padding: 0.38rem 0.45rem;
    border: 0;
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }

  .mobile-quick-links a:hover,
  .mobile-quick-links a:focus {
    background: rgba(58, 109, 140, 0.08);
    color: #325d77 !important;
    text-decoration: underline;
  }

  .site-header .header .nav_usuario .btn-nav-primary,
  .site-header .header .nav_usuario .btn-nav-primary:visited,
  .site-header .header .nav_usuario .btn-nav-primary:hover,
  .site-header .header .nav_usuario .btn-nav-primary:focus,
  .site-header .header .nav_usuario .btn-nav-primary .nav-link-text {
    color: #fff !important;
  }

  .site-header .header .nav_usuario .btn-nav-primary {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  }

  .navbar-collapse.show .nav-main .nav-item,
  .navbar-collapse.show .nav_usuario > li,
  .navbar-collapse.show .mobile-quick-links > li {
    animation: mobile-menu-item-in 240ms ease-out both;
  }

  .navbar-collapse.show .nav-main .nav-item:nth-child(1) { animation-delay: 25ms; }
  .navbar-collapse.show .nav-main .nav-item:nth-child(2) { animation-delay: 45ms; }
  .navbar-collapse.show .nav-main .nav-item:nth-child(3) { animation-delay: 65ms; }
  .navbar-collapse.show .nav-main .nav-item:nth-child(4) { animation-delay: 85ms; }
  .navbar-collapse.show .nav-main .nav-item:nth-child(5) { animation-delay: 105ms; }
  .navbar-collapse.show .nav_usuario > li:nth-child(1) { animation-delay: 125ms; }
  .navbar-collapse.show .nav_usuario > li:nth-child(2) { animation-delay: 145ms; }
  .navbar-collapse.show .nav_usuario > li:nth-child(3) { animation-delay: 165ms; }
  .navbar-collapse.show .mobile-quick-links > li:nth-child(1) { animation-delay: 185ms; }
  .navbar-collapse.show .mobile-quick-links > li:nth-child(2) { animation-delay: 205ms; }
  .navbar-collapse.show .mobile-quick-links > li:nth-child(3) { animation-delay: 225ms; }
  }

  .corazon_favorito {
    color: #dcab7c !important;
  }

  .fav-count {
    color: #3a6d8c;
  }
}

@keyframes mobile-menu-item-in {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 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){
	  body[data-page="home"] .site-header,
	  body[data-page="home"] .site-header .header,
	  body[data-page="home"] .redesigned-navbar {
	margin-top: 0 !important;
	padding-top: 0 !important;
  }

	  body[data-page="home"] .site-header .container,
	  body[data-page="home"] .site-header .row,
	  body[data-page="home"] .site-header [class*="col-"] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
  }

	  #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; }
.nav-guia-link {
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 18px;
  border-radius: 999px;
  background-color: #2c4a63;
  border: 1.5px solid #2c4a63;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease;
}

.nav-guia-link:hover,
.nav-guia-link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #23394e;
  border-color: #23394e;
  box-shadow: none;
}

.nav-guia-link:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

.guia-mobile-bubble {
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  width: auto;
  max-width: 165px;
  margin: 0 10px 0 0;
  padding: 8px 10px;
  border-radius: 16px;
  background-color: #3A6D8C;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.guia-mobile-bubble:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f5d78;
}

@media only screen and (max-width: 991px) {
  .header .navbar-brand {
    margin-right: 10px;
  }

  .guia-mobile-bubble {
    display: inline-flex;
  }
}

@media only screen and (max-width: 768px) {
  .guia-mobile-bubble {
    max-width: 145px;
    font-size: 11px;
    padding: 8px 9px;
    margin-right: 8px;
  }
}
