*{
  font-family: 'Exo 2' !important;
}

.data-resume-container span{
  color: #fff;
  font-size: 16px;
}

.data-resume-container{
  display: flex;
  justify-content: space-between;
  gap: 15px;
  max-width: 40%;
}

.bread-crumb-section{
  margin: 50px 0px;
}

.filter-item *{
  font-size: 15px;
}
.filter-item{
  cursor: pointer;
} 
.filter-item-frame{
  display: flex;
  border-radius: 100px;
  background-color: rgba(52, 56, 85, 0.8);
}

.search-filter-bar{
  background-color: #080e2850;
  width: fit-content;
  border-radius: 100px;
  padding: 2.5px 5px;
}

hr.separator-line{
  border: 1px solid #2b2f4a;
  margin-top: 30px;
}

.event-info-card{
  padding: 10px;
  background-color: rgba(43, 47, 73, 0.8) !important;
}

.event-info-card img{
  border-radius: 20px;
  overflow: hidden;
}

hr.border-secondary{
  /* border-color: #c5c5c5 !important; */
  background-color: #c5c5c5;
  padding: 2px;
  /* border-width: 4px; */
  margin: 10px 0px;
  opacity: 1;
}
.left-side-container{
  height: 80vh;
  overflow: auto;
  overflow-x: hidden;
  /* position: relative; */
}

/* Custom Scrollbar */
.left-side-container::-webkit-scrollbar {
  width: 1px;
}

.left-side-container::-webkit-scrollbar-track {
  background: transparent;
}

.left-side-container::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 10px;
}

.left-side-container::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5;
}

/* Firefox */
.left-side-container {
  scrollbar-width: thin;
  scrollbar-color: #c5c5c5 transparent;
}
.map-container{
  border-radius: 30px;
  padding: 10px;
  background-color: #cdcdcd;
  height: 400px;
}

.map-container iframe{
  border-radius: 30px;
  border: none;
}

.events-list-section{
  margin-bottom: 100px;
}

.general-footer{
  margin-top: 100px;
}
.load-more-section{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -20px;
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.load-more-section button{
  background: none !important;
  border: 0px;
}

@media only screen and (max-width: 1024px) {
  .filter-item-frame:nth-child(1){
    width: 100%;
    /* border: 1px solid red; */
  }
  .search-filter-bar{
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 10px;
  }
  .always-full{
    flex-wrap: nowrap;
  }
  .location-frame{
    width: 60% !important;
    /* display: flex;
    justify-content: center; */
  }
  .location-frame .filter-item{
    justify-content: center;
    /* width: 100%; */
  }
  .filter-item-frame{
    justify-content: center;
  }
  .data-resume-container{
    max-width: 60%;
  }
}

@media only screen and (max-width: 768px){
  .location-frame{
    width: 50% !important;
  }
  .filter-item *{
    font-size: 15px;
  }
}

@media only screen and (max-width: 576px){
  .data-resume-container{
    max-width: 100% !important;
  }  
  /* .data-resume-container span {
    font-size: 12px;
  } */
  .bread-crumb-section{
    margin: 30px 0px;
  }
  .map-container{
    height: 500px;
  }
  .event-info-card img{
    min-height: 200px !important;
  }
  .load-more-section{
    padding: 40px 0px;
  }
  .event-description{
    margin: 20px 0px !important;
  }
  .events-list-section{
    margin: 50px 0px !important;
  }
  .always-full{
    flex-wrap: wrap;
  }
}

.right-image{
  border-radius: 50px;
}

.text-purple{
  color: #21155f !important;
}

.info-badges-container span, .info-badges-container button{
  font-size: 14px;
  font-weight: normal !important;
}
.info-badges-container button{
  width: 100%;
}


.info-badges-container  i{
  color: #091d35;
}

/* .info-badges-container button:nth-child(2){
  width: 100% !important;
} */

.event-description{
  font-size: 14px;
  line-height: 14px;
  margin: 50px 0px;
}

.location-photos img{
  border-radius: 30px;
  max-height: 600px;
  object-fit: cover;
  object-position: bottom center;
}

/* Swiper personalización */
/* .photos-swiper {
  border-radius: 30px;
  overflow: hidden;
}

.photos-swiper .swiper-slide img{
  border-radius: 30px;
}

.photos-swiper .swiper-button-next,
.photos-swiper .swiper-button-prev {
  color: #fff;
  background-color: rgba(33, 21, 95, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.photos-swiper .swiper-button-next:after,
.photos-swiper .swiper-button-prev:after {
  font-size: 20px;
}

.photos-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.photos-swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
} */


.banner-image-wrapper {
  position: relative;
  width: 100%;
}

.banner-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.banner-image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.bar-photo-section img{
  height: 400px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.5);
  display: block;
}
.bar-photo-section{
  position: relative;
}

.bar-photo-section .back-button-container{
  position: absolute;
  top: 0px;
  z-index: 10;
  margin: 20px 0px;
  cursor: pointer;
} 

.search-btn{
  background-color: rgb(47 59 144 / 80%) !important;
  padding: 5px 10px;
}

.location-photos .swiper-pagination-bullet-active{
    background: #fff !important;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  background-color: #fff;
}

@media only screen and (max-width: 576px){
  .bar-photo-section img{
    height: 250px;
  }
}

/* Search text input expansion */
.search-input-wrapper {
  display: none;
  align-items: center;
  background-color: rgba(52, 56, 85, 0.8);
  border-radius: 100px;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.search-filter-bar.search-expanded #priceFilterFrame,
.search-filter-bar.search-expanded .location-frame {
  display: none !important;
}

.search-filter-bar.search-expanded .search-input-wrapper {
  display: flex;
  animation: searchInputExpand 0.3s ease-out;
}

.search-text-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  width: 100%;
  padding: 8px 16px;
}

.search-text-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-btn.search-active {
  background-color: rgba(102, 102, 204, 0.6) !important;
}

@keyframes searchInputExpand {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Mobile bottom-sheet dropdown */
@media only screen and (max-width: 768px) {
  .filter-dropdown {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    min-width: 100% !important;
    width: 100% !important;
    border-radius: 20px 20px 0 0 !important;
    margin-top: 0 !important;
    padding: 12px 0 !important;
    padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
    z-index: 1051 !important;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.5) !important;
    animation: filterSlideUp 0.25s ease-out;
    overflow: visible !important;
  }

  .filter-dropdown::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    margin: 0 auto 12px;
  }

  .filter-dropdown .filter-option {
    padding: 16px 24px !important;
    font-size: 16px !important;
  }

  .filter-dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    animation: filterBackdropFadeIn 0.2s ease-out;
  }

  @keyframes filterSlideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }

  @keyframes filterBackdropFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
}

@media only screen and (min-width: 1023px) {
  .event-info-card{
    height: 100%;
  }
  .event-info-card .row{
    height: 100%;
  }
}