* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
}
:root {
  --bs-blue: #ac86ff;
}

.main {
  height: 100dvh;
  overflow-x: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.img_circle {
  top: 175px;
  left: 20px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.img_footer {
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}
.buttons {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.buttons:first-child div {
  margin: 0 auto;
  width: 320px;
}
.btn-page-1 {
  font-size: 12px !important;
  width: 350px;
}
.btn-primary {
  background-color: #ac86ff !important;
  color: #000 !important;
  border-radius: 50px !important;
  font-weight: bolder !important;
}
.btn-primary:hover {
  background-color: #ac86d7 !important;
}
.img_artist img {
  width: 100%;
}
.title_artist p:first-child {
  color: #ffe600;
  font-size: 28px;
  font-weight: 600;
}
.desc_artist {
  font-size: 14px;
}
.pb-90{
  padding-bottom: 90px;
}
.fw-600 {
  font-weight: 600;
}
.fs-24 {
  font-size: 24px;
}
.fw-300 {
  font-weight: 300;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.inputs input {
  background-color: #1a1a1a;
  color: #fff;
  border: 0 !important;
  padding: 5px 10px;
  font-size: 14px;
}
.inputs:focus,
.inputs:focus-visible {
  outline: none;
}
#horarios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
#horarios button {
  background-color: #ac86ff;
  border: 0;
  color: #000 !important;
  border-radius: 50px !important;
  font-weight: bolder !important;
  padding: 5px;
  font-size: 12px;
}
[x-cloak] {
  display: none !important;
}

@media (max-width: 4450px) {
  #horarios {
    gap: 10px;
  }
}
#horarios button{
    transition: all ease 300ms;
}
#horarios button:hover, #horarios button.active{
    background-color: #ac86d7 !important;
}
#horarios button:disabled{
    opacity: 1;
    background-color: #585169;
}
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7); /* semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
button.disabled{
  background-color: #585169;
  pointer-events: none;
  opacity: 1;
}
.fs-12{
  font-size: 12px;
}

.mt-40{
  margin-top: 40px;
}
.btn_return{
  display: flex;
  justify-content: flex-start;
  width: fit-content;
}
.btn_return i{
  margin-left: 10px;
}
.horarios_seleccionado{
  font-size: 32px;
  line-height: normal;
}
.fs-16{
  font-size: 16px !important;
}
.fs-14{
  font-size: 14px;
}