 .selectTicker{
        padding-top: 6%;
        width: 100%;
        padding-bottom: 6%;
        padding: 3%;
        }
        .bg-cohete {
            background: rgb(255, 235, 59);
            color: black;
            font-weight: 500;
            font-size: 16px;
         }

         .evento {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.evento img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.evento .superior,
.evento .esquina-superior-derecha,
.evento .inferior {
  position: absolute;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.evento .superior {
  top: 10px;
  left: 10px;
}

.evento .esquina-superior-derecha {
  top: 10px;
  right: 10px;
}

.evento .inferior {
 bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #101010eb;
}
.navbar{
    /*background-color: #edeeff !important; */
        font-size: 11.3pt;
    letter-spacing: -0.33pt;
    font-weight: 500;
}

.navbar a{
  
    color: rgb(255 255 255) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-family: 'Tucohete';
    letter-spacing: 1px;

}

.offcanvas {
  width: 300px; /* Ajusta el ancho del menú lateral */
}
body {
    background: #f8fbff;
    font-family: -apple-system, Helvetica Neue, sans-serif;
    color: #000;
}

.btnLogIn{
      border-radius: 36px;
    font-size: small;
    background-color: #ffeb3b;
    padding: 12px;
    color: black;
    font-weight: 500;
    border-color: white;

}

.navbar-nav {
  display: flex;
  justify-content: flex-end; /* O 'end' si usas la versión más reciente de CSS */
}

a {
    color: rgb(47 47 47) !important;
    text-decoration: none !important;
}

.evento p {
 font-weight: 500;
    padding: 7px;
    font-size: 16px;
    z-index: 2;
    display: block;
    position: relative;
    margin-bottom: 0;
    text-shadow: 1px 1px black;
}

 .evento .days {
  position: absolute;
    width: 90px;
    height: 90px;
    background: #000;
    border-radius: 92px;
    line-height: 4.2;
    text-align: center;
    top: 23px;
    right: 2px;
    font-family: Tucohete;
    background: url(https://static.vecteezy.com/system/resources/thumbnails/014/560/409/small/red-basic-shape-for-new-product-stickers-special-offer-label-png.png);
    background-position: -19px -25px;
    background-size: 164%;
    background-repeat: no-repeat;
  }

  .evento  .percent-progress {
       width: 100%;
    display: block;
    /* margin-bottom: 15px; */
    border-radius: 12px;
    overflow: hidden;
    background: #26262669;
    position: relative;
}

.evento  .percent-progress .bar span {
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    font-weight: 600;
    z-index: 2;
}

.evento .barra-superior {
    position: sticky;
    margin-bottom: -25px;
}

.evento{
   display: block;
    padding: 9px;
    border-radius: var(--border-radius);
    position: relative;
    color: #fff;
    height: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    min-height: 200px;
}

h5{
    font-weight: 600;
    font-size: 22px;
    font-family: tucohete;
}

@font-face {
    font-family: Tucohete;
    src: url(tucohete-BCDnQIDM.otf)
}



.ticketBig{
    font-size: 30px;
    background-color: gold !important;
    color: black;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.box figure .ojo {
    transition: .3s ease;
    opacity: 0;
    position: relative;
    top: -105px;
    left: 46%;
    text-align: center;
    color: white;
    z-index: 999;
    font-size: 20px;
}

.box figure a {
    text-decoration: none;
}

.box:hover img {
    webkit-filter: blur(1px);
    filter: blur(1px);
}
.box figure {
    margin: 0 0 -18px !important;
}

.box:hover {
    box-shadow: 0 0.5rem 1rem #e9e9e9 !important;
    transition: .8s fade;
}


.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #009fff;
}

.noshow {
    display: none;
}

.minialert{
  border: 1px solid green;
    padding: 8px;
    background-color: #f3f3f3;
    font-size: 13px;
}


.search-bar {
               background-color: #212529;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
        }
        .search-bar .form-select,
        .search-bar .form-control {
            border-radius: 5px;
        }
        .popular-searches {
            text-align: center;
            margin-bottom: 30px;
        }
        .popular-searches h2 {
            margin-bottom: 20px;
        }
        .popular-searches .icon-link {
            display: inline-block;
            margin: 10px;
            text-decoration: none;
            color: #333;
        }
        .popular-searches .icon-circle {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 50%;
            width: 80px;
            height: 80px;
            line-height: 80px;
            margin-bottom: 5px;
        }
        .popular-searches .icon-circle i {
            font-size: 2rem;
            color: #0d6efd; /* Bootstrap primary color */
        }
        .popular-searches .icon-text {
            display: block;
            font-size: 0.8rem;
        }


.bg2-occupied {
    background-color: #064dff;
}

.bg2-reserved {
    background-color: #ff8900;
}



/*barra*/
.percent-progress {
      width: 100%;
    display: block;
    /* margin-bottom: 15px; */
    border-radius: 12px;
    overflow: hidden;
    background: #dfdfdff0;
    position: relative;
}
.percent-progress .bar span {
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    font-weight: 600;
    z-index: 2;
}
