@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

@font-face {
  font-family: "Orelega One";
  src: url("/skins/page/fonts/Orelega.ttf");
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif !important;
  box-sizing: border-box;
  position: relative;
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900;
}

:root {
  --primary-color: #222220;
  --secondary-color: #7A7A7A;
  --text-color: #000;
  --background-color: #FFF;
  --gray-one-color: #e8e8e8;
  --yellow-color: #ffc107;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orelega One";
}

body {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  height: 100dvh;
}

body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  height: 100dvh !important;
}

.contenedor-general {
  width: 100%;
}


footer {
  height: 5vh;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: auto;
  position: relative;
  bottom: 0;
  z-index: 1000;
}

/* Banner */

.imagen-banner {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 96/31;
}

/* Home */
.contenido-home {
  /* padding: 1.5rem 0; */
}

.contenido-home .contenedor-seccion {
  padding: 1.5rem 0;

}

/* .space-y-4>*+* {
  margin-top: 1rem;
} */
.contenido-home .contenido-home-title {
  text-align: center;
}

.contenido-home p {
  margin: 0;
}

.contenido-home .contenido-disenio-title,
.contenedor-seccion .descripcion-seccion>h2,
.contenedor-seccion .descripcion>h2 {
  font-size: 1.5rem;
}

.contenido-home .design-two .col-sm-3,
.contenido-home .design-one .col-sm-3 {
  display: grid;
  place-items: center;

}

.img-slider {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

.content-slider {
  display: grid;
  align-items: center;
  height: 100%;
  margin: auto;
}

.slick-prev:before,
.slick-next:before {
  color: var(--primary-color);
}

.login-container .img-login-wrapper {
  position: relative;
  overflow: hidden;
  height: 85vh;
}

.login-container .img-login-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.login-container .form-container {
  width: 70%;
  margin: 0 auto;
}

.login-container .form-container h4 {
  font-size: 2.3rem;
  color: var(--primary-color);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.login-container .form-container h4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: var(--primary-color);
}

.login-container .form-container .login-intro {
  color: var(--secondary-color);
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.login-container .form-container form label {
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.login-container .form-container form input {
  border-radius: 0;
  max-width: 300px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid var(--secondary-color);
}

.login-container .form-container form button {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  transition: 300ms ease;
}

.login-container .form-container form button:hover {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  transition: 300ms ease;
}

.events-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  /* padding: 15px; */
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.events-container .banner {
  display: flex;
  width: 100%;
  position: relative;
  height: 350px;
}

.events-container .banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.events-container h2 {
  text-align: center;
  font-size: 3.5rem;
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}

.events-container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background-color: var(--secondary-color);
}

.events-container h3 {
  color: var(--secondary-color);
  font-size: 1.7rem;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.events-container .events-bx {
  display: flex;
  justify-content: center;
  align-items: start;
  /* margin-left: 15px;ag */

}

.content-title {
  display: grid;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 15px;
  overflow: hidden;

}

.events-container .events-bx .event {
  padding: 25px;
  border: 1px solid #e8e8e8;
}

.events-container .events-bx .event h4 {
  font-size: 2rem;
  line-height: 33px;
  /* margin-bottom: 20px; */
  /* height: 68px; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;

}

.content-description {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  height: 52px;

}

.events-container .events-bx .event .event-text {
  color: var(--secondary-color);
  font-size: 1.1rem;
  /* margin-bottom: 30px; */
  margin-bottom: 0px;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.modal-open-span {
  cursor: pointer;
  color: var(--primary-color);
  transition: all 300ms ease;
}

.modal-open-span:hover {
  font-weight: 600;
  text-decoration: underline;
}

.events-container .events-bx .event .img-bx {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 30px;
}

.events-container .events-bx .event .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-btn {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #FFFF;
  padding: 12px 20px;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  text-decoration: none;
}

.event-btn:hover {
  background-color: var(--gray-one-color);
  color: var(--primary-color);
  cursor: pointer;
  transition: 300ms ease;
}

.event-detail-bx {
  min-height: 82vh;
  padding-top: 50px;
}

.event-detail-bx .img-bx {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 40px;
  margin-right: 40px;
}

.event-detail-bx .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-detail-bx .event-detail {
  /* padding-left: 40px; */
}

.event-detail-bx .event-detail h3 {
  color: white;
  font-size: 25px;
  padding-bottom: 8px;
  position: relative;
  line-height: 1;
}

.event-detail-bx .event-detail h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: var(--secondary-color);
}

.event-detail-bx .event-detail .event-text {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.event-detail-bx .event-detail .event-text strong {
  color: white;
  font-weight: 700;
}



.event-detail-bx .event-detail .subtitle {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.event-detail-bx .event-detail .subtitle strong {
  color: white;
  font-weight: 700;
}

.event-detail-bx form label {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.event-detail-bx form input {
  border-radius: 0;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid var(--secondary-color);
}

.event-detail-bx form select {
  border-radius: 0;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid var(--secondary-color);
}

.contendor-pago select {
  border-radius: 0;
  /* margin-bottom: 15px; */
  padding: 10px 20px;
  border: 1px solid var(--secondary-color);
}

.event-detail-bx .invitado {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3137254902);
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.event-detail-bx #btn-add {
  color: var(--primary-color);
  font-size: 2.5rem;
  cursor: pointer;
  transition: 300ms ease;
}

.event-detail-bx #btn-add:hover {
  transform: scale(1.1);
  transition: 300ms ease;
}

/* Reservar */

.event-detail .input-group button {
  height: 100%;
  padding: 10px 20px;
  margin: 0;
}

.event-detail .input-group input {
  padding: 10px 20px;
}

.beneficiario-checkbox {
  margin: 0 !important;

  margin-bottom: 0;
}

.nombre-beneficiario {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 0.9rem;
}

.event-detail .form-check-input {
  aspect-ratio: 1/1;
  margin: auto;
  padding: 10px;
}

.form-text {
  font-size: 1.5rem;
}

.btn-delete {
  color: var(--primary-color);
  font-size: 1.5rem;
  cursor: pointer;
  transition: 300ms ease;
  background-color: transparent;
  border: none;
}

.btn-delete:hover {
  transform: scale(1.1);
  transition: 300ms ease;
}

.pagination .page-link {
  color: var(--primary-color);
  background-color: transparent;
  border-color: var(--primary-color);
  border-radius: 0;
}

.pagination .page-link:hover {
  color: #FFF;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.pagination .active>.page-link,
.pagination .page-link.active {
  z-index: 3;
  color: #FFF;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.filters {
  display: flex;
  align-items: flex-end;
  text-align: left;
}

.filters input,
.filters select {
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid var(--secondary-color);
  font-size: 0.8rem;
}

.filters label {
  text-align: left;
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.filters .filter-btn {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #FFF;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  width: 100%;
}

.filters .clear-btn {
  display: block;
  border: 1px solid var(--primary-color);
  background-color: #FFF;
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

.btn-transparent {
  border: 1px solid var(--primary-color);
  background-color: var(--background-color);
  color: var(--primary-color);
  padding: 12px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  text-decoration: none;
}

.btn-transparent:hover {
  background-color: var(--background-color);
  color: var(--primary-color);
  cursor: pointer;
  transition: 300ms ease;
}

.bx-user {
  display: grid;
  justify-content: flex-end;
  align-items: center;
  color: #FFF;
  margin-left: auto;
  gap: 5px;
}

.bx-user span {
  font-size: 1rem;
}

.bx-user a {
  color: #FFF;
  text-decoration: none;
  line-height: 0;
}

.bx-user i {
  font-size: 1rem;

}

.bx-user a i {
  margin-left: 15px;
  font-size: 1.3rem;
}

.login-container .form-container .login-intro strong {
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1500px) {
  .login-container .form-container {
    width: 80%;
    margin: 30px auto;
  }

  .login-container .form-container h4 {
    font-size: 2rem;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 985px) {
  header img {
    height: 50px;
  }

  .login-container .img-login-wrapper img {
    width: 100%;
    height: auto;
    position: static;
  }

  .login-container .img-login-wrapper {
    height: auto;
  }
}

/*# sourceMappingURL=global.css.map */

.content-adquiere {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}

.btn-adquiere {
  border: 0.5px solid white;
  padding: 7px 12px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-adquiere:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: scale(1.05);
}

.loader {
  height: 4px;
  width: 100%;
  --c: no-repeat linear-gradient(#ffffff 0 0);
  /* blanco */
  background: var(--c), var(--c), #000000;
  /* negro como fondo */
  background-size: 60% 100%;
  animation: l16 3s infinite;
}

@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }

  66% {
    background-position: 250% 0, -150% 0;
  }

  100% {
    background-position: 250% 0, 250% 0;
  }
}

.btn-menu i {
  font-size: 1.5rem;
  color: white;
}

.menu-slide {
  position: fixed;
  top: 70px;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Fondo oscuro con transparencia */
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1050;
  overflow-y: auto;
  color: #fff;
}

.menu-slide.active {
  transform: translateX(0);
  opacity: 1;
}

.menu-header {
  background-color: rgb(255 255 255 / 65%);
  color: #000;
  font-size: 12px;
}

.menu-items li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-items li:first-child {
  border-top: none;
}

.menu-items a.nav-link {
  padding: 1rem;
  display: flex;
  align-items: center;
  color: #fff;
  transition: background-color 0.3s ease;
}

.menu-items a.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.ahref {
  text-decoration: none;
  color: black;
}

.btn-login {
  background-color: black;
  color: #f7d26b;
  padding: 5px 10px;
  border-radius: 8px;
  width: 150px;
}

body {
  background-color: #fd00fb;
  background-image: url('/images/cf/PC/FondoPC.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  max-width: 100vw;
}

.btn-con-espacio span {
  display: inline-block;
  margin-right: 20px;
}

.btn-con-espacio-2 span {
  display: inline-block;
}

.fondo-transparente {
  background-color: rgba(0, 0, 0, 0.6);
  width: 70%;
  margin: auto;
  border-radius: 15px;
}

header {
  width: 100%;
  /* margin-top: 10px; */
}

.fondo-transparente-2 {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: auto;
  border-radius: 8px;
  color: white;
  padding: 10px;
}

.info-asociado {
  font-size: 14px;
}

.btn-custom-evento {
  width: 12vw;
}

.lista-beneficiarios {
  max-height: 50vh;
  overflow: auto;
}

.info-login {
  width: 80%;
  margin: auto;
}

.my-swal-actions {
  gap: 15px;
  /* Espacio entre botones */
}

/* invitado */
.nogal-card {
  border-radius: 5px;
}

.numero-circular {
  width: 20px;
  height: 20px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 11px;
  top: -7px;
}

.titulo-nombre {
  text-align: end;
  margin-bottom: 5px;
}

.linea-titulo {
  width: 100%;
  margin: 5px 0 5px auto;
  background-color: black;
  height: 1.5px;
}

.event-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.boleteria-finish-box {
  max-width: 480px;
  margin: 48px auto 0 auto;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 5px;
  box-shadow: 0 4px 24px rgba(44, 0, 80, 0.12);
  padding: 32px 24px 24px 24px;
  text-align: center;
}

.boleteria-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1.15rem;
  font-weight: 500;
  /* border-radius: 8px; */
  margin: 18px auto;
  padding: 18px 18px;
  max-width: 400px;
  box-shadow: 0 2px 8px rgba(44, 0, 80, 0.08);
}

.boleteria-alert-success {
  background: #e6f7f2;
  color: #2a3b6e;
  border: 1px solid #b2e2d6;
}

.boleteria-alert-danger {
  background: #fbe6f7;
  color: #6e2a4b;
  border: 1px solid #e2b2d6;
}

.boleteria-icon {
  font-size: 2.1rem;
  display: inline-block;
  vertical-align: middle;
}

.boleteria-title {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}


.content-info-ubication {
  /*height: 50%;*/
}

.content-info-ubication span {
  background-color: rgb(255, 238, 188);
  height: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;

  font-size: 16px;
  padding: 0;

}

.activoinfo {
  height: 100% !important;
  padding: 10px !important;
}

.linea_users_selected {
  width: 25%;
  margin: 5px auto;
}

.timer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: Arial, sans-serif;
}

.timer-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.timer-boxes {
  display: flex;
  align-items: center;
  gap: 10px;
}

.timer-box {
  background-color: #ffc107;
  color: #fff;
  border-radius: 10px;
  min-width: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer-sub-label {
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}

.separator {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 8px;
}

.text-info-reserva {
  font-size: 18px;
}


/* Estilos para el indicador de paso */
.step-indicator {
  text-align: center;
  /* margin-bottom: 25px; */
}

.step-badge {
  display: inline-flex;
  align-items: center;
  background-color: var(--yellow-color);
  color: var(--primary-color);
  padding: 12px 24px;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}



.step-text {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.step-divider {
  margin: 0 12px;
  opacity: 0.7;
  font-size: 1.2rem;
}

.step-name {
  font-weight: 500;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 768px) {
  .step-badge {
    flex-direction: column;
    gap: 2px;
    padding: 7px 10px;
    text-align: center;
  }

  .step-divider {
    display: none;
  }

  .step-text {
    font-size: 1.1rem;
  }

  .step-name {
    font-size: 0.9rem;
  }
}

.wizard-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  padding: 5px;
  width: 100%;
}

.wizard-header {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.wizard-step {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #ccc;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #fff;
}

.wizard-step .circle {
  background-color: #555;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 16px;
}

.wizard-step .step-label {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.wizard-step.active {
  background-color: #3056d3; /* Azul similar al de tu imagen */
}

.wizard-step.active .circle {
  background-color: #fff;
  color: #3056d3;
}

.wizard-step:hover {
  background-color: #888;
}

.wizard-content {
  display: none;
}

.wizard-content.active {
  display: block;
}

.bloque-content-login{
  max-width: 600px;
  margin: auto;
}