/* Estilos generales */
body {
    font-family: 'Nunito', sans-serif;
    background-color: #b3b3b32e; /* Color de fondo personalizado */
    overflow-x: hidden;
}
.fs-smaller {
    font-size: 0.875rem; /* 14px */
}

/* azul de guía de las fiestas */
.color1{
    background-color:#1D1160;
    color: #fff;
}

/* fucsia barra de announce */
.color3{
    background-color:#CD25A7;
    color:#fff;
}

.label-entradas {
    color: #800080; 
}

.btn-comprar-entradas {
    background-color: #9e9e9e;
    color: white;
    text-decoration: none;
}

.btn-comprar-entradas:hover {
    background-color: #000000;
    color: white;
    text-decoration: none;
}

nav.fixed-bottom .btn-comprar-entradas {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
}


/* rosado fucsia de botones */
.btn-more-info, .btn-apply, #telefono-desktop,#escribinos-desktop { 
    background-color:#800080;
    color: #fff;
}

.btn-more-info:hover, .btn-apply:hover, #telefono-desktop:hover, #escribinos-desktop:hover {
    background-color:#CD25A7;
    color: #fff;
}

/* Estilos para el ícono dentro del botón */
.btn-more-info i, .whatsapp i {
  color: #fff;  
}

.whatsapp, #whatsapp-desktop {
    background-color: #25d366; /* Color de fondo específico */
    color: #ffffff; /* Color del texto blanco */
}

.whatsapp:hover, #whatsapp-desktop:hover {
    background-color:#059323;
    color:#fff;
}

/* Estilos OFF CANVAS */
.navbar-custom,.footer {
    background-color: #000000; /* Personaliza este color según tu diseño */
    overflow: hidden;
}

.navbar-custom {
    z-index:1030;
    top:40px;
}

/*barra navegación pegajosa*/
.navbar-detail {
    top: 105px; 
    position: sticky;
    width: 100%;
    z-index: 1030; 
}

.nav-item i {
    color: white;
}

/* ******** ANNOUNCEMENT BAR ***** */
.announcement-bar {
    background-color:#CD25A7;
    position:fixed;
    top:0;
    z-index:1040;
    color:#fff;
    width:100%;
}

    .announcement-bar a {
        color: #fff; /* Cambia el color del texto a blanco */
        /*text-decoration: none;  Elimina el subrayado del enlace */
    }
    .announcement-bar a:hover {
        color: #ddd; /* Cambia el color del texto al pasar el mouse (opcional) */
    }
/* **************** */

.filter-container {
    background-color: #ffffff; /* Fondo blanco para el contenedor de filtros */
    padding: 20px;
    border-radius: 5px;
}



.offcanvas-end {
    width: 300px;
}

/* ******** clases de filtros ******** */
.filter-button,
.filter-button i {
    color: #ffffff !important;
}

.btn.filter-button-desktop {
    background-color: transparent;
    color: black;
    border: none;
    margin-left: 15px;
}

#filtrosDesktop.active {
    display: block; /* Visible cuando tiene la clase 'active' */
}

#filtrosDesktop {
    display: none; /* Oculto por defecto */
}

#FiltrosDesktop {
    margin-top: 20px; /* Ajusta según sea necesario para mantener distancia con el slider */
}


/* *********************************** */

/* Mostrar el menú de filtros en móviles cuando se hace clic en el botón de filtro */
.collapse.show {
    display: flex !important;
    flex-direction: column;
}


/* Estilos del carrusel */
.carousel-caption {
    position: absolute;
    bottom: 1.3rem;
    left: 0;
    width: 100%;   
}

.event-info {
   /* margin-bottom: 2rem;*/
    margin-bottom:0rem;
    background-color: #fff;
    padding: 0.5rem;
}

/* Estilos de las cards */
.card-footer {
    background: transparent;
    border-top: none;
}
.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita el título a dos líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3rem; 
    line-height: 1.5rem;
}

.label-opcion {
    position: absolute;
    right: 15px;
    color: #800080;
}


.card-body {
    position: relative;
}

i {
    font-size: 1.2rem;
    color: #800080;
   }


.shadow-card{
    box-shadow: 0 10px 8px -2px rgba(0, 0, 0, 0.2);
}

.image-container {
}

.image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none; /* Permite hacer clic en los elementos detrás */
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 11%, rgba(255, 255, 255, 0) 48%);
}

.link-fiesta-imagen {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.pareja-bailando{
    height:20px; 
    margin:0 0 5px; 
    padding:0px;
}

.padding-top-sm {
    padding-top: 0.5rem; /* Puedes ajustar este valor según tus necesidades */
}


/* Laura - estilos para los filtros */
.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    width: 100%;
}

.form-check-label {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-check-input {
    margin-right: 0.5rem;
}

.form-check-label .me-3 {
    min-width: 24px; /* Ajusta según el tamaño de tus íconos */
    text-align: center;
}

/* Laura - fin estilos para los filtros */

.logo {
    width:150px;
}

/* Estilos de las páginas internas*/
.info-list {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se desplacen a otra línea */
    justify-content: space-between; /* Distribuye los elementos en línea horizontalmente */
    align-items: flex-start; /* Alinea los elementos al inicio del contenedor */
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    gap: 1rem;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 30%; 
    max-width: 30%; 
}

.info-item i {
    font-size: 1rem; 
    margin: 0.5rem;
}

#opcion-publicacion {
    background-color: #6b0099; /* Color de fondo personalizado */
    color: white;
    padding: 5px 10px;
    font-size: 0.875rem;    
}



.bg-image.cabezal {
    background-image: url('https://www.tufiesta.com.uy/noche-24-de-agosto/images/portada-fiestas-nostalgia-2025-5.jpg');
    background-size: cover;
    background-position: center;
    background-color: red;
  }
/*
.fa-whatsapp, .fa-info-circle {
    color:white;
}
*/
/* *********************** */
.TituloGuia {
    background-color: #1D1160;
   /* height: 59px;*/
    padding: 8px;
    display:block;
}


/* pantallas de al menos de 768 */
@media (min-width: 768px) {
    .offcanvas-end {
        top: 0;
        right: 0;
        left: auto;
        width: 30%;
        height: 100%;
        border-radius: 0;
    }
    .desktop {
        display: block !important;
    }
    .mobile {
        display: none !important;
    }
    .Titulo1{
        font-size: 1.2rem !important;;
    }

    .Titulo2{
        font-size: 1.3rem !important;
    }
    .SectionTituloGuia {
        padding-top: 93px;
    }

    #InfoSlider {
        width:70%;
    }
}
/* ancho de pantalla igual o menor a 768px */
@media (max-width: 768px) {
    .logo {
        width:100px;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    } 
    .Titulo1, .Titulo2 {
    font-size: 0.9rem !important;
    }
    
    .SectionTituloGuia  {
        padding-top: 76px;
    }
    .publicaTuFiesta {
        font-size: 0.8rem !important;
          }
    .footer div {
        text-align: center;
    }

    .btn.filter-button-desktop {
        display: none;
    }

    .carousel-caption {
        position:absolute;
        bottom:0;
        width:100%;
        padding-bottom:1px;
        font-size:0.8rem;
    }
 }
/* min-width cuando la pantalla tenga un ancho mayor a 1500 */
@media (min-width: 1500px) {
    #InfoSlider {
        width:50%;
    }
       #InfoSliderFiesta {
        width:70%;
    }
 }

@media (max-width: 342px) {
    .TituloGuia {    
      /*  height: 77px;*/
      display:block;
    }
  }

@media (min-width:1024px) {
    .Titulo1 {
        font-size:1.5rem
    }
}

 /* parte para UNA FIESTA */
 .sectionImagenCabezal {
    margin-top: 6rem;
    position: relative;
}

.cabezal-contenido {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('https://www.tufiesta.com.uy/noche-24-de-agosto/images/portada-fiestas-nostalgia-2025-5.jpg');
    background-size: cover;
    background-position: center;
   /* height: 200px;*/
    justify-content: center;
    align-items:center;
    text-align: center;
    padding: 20px;
    color: white;

}

.p-5.text-white.text-center.btn-image.bg-image.cabezal {
    position: relative; /* Necesario para usar z-index */
    z-index: 2; /* Asegura que el contenido esté por encima de todo */
}


footer a, .navbar a {
    color: #fff;
    text-decoration: none
}

footer a:hover, .navbar a:hover {
    color: #dda0dd;
}

.textoOscuro, .breadcrumb-item a {
    color: #800080;
    text-decoration:none;
}

/* MIGA DE PAN */
.breadcrumb-item + .breadcrumb-item::before {
    content: " > "; 
}

.breadcrumb-item.active{
    color:#CD25A7;
}

.disabled-link {
    pointer-events: none;
    color: #fff;
    cursor: default;
    background-color:#DDA0DD;
}

.disabled-link-wp {
    pointer-events: none;
    color: #fff;
    cursor: default;
    background-color:#A5EFC0;
}

.cursor-sobre-icon{
     cursor: pointer;
 }   


.info-text {
    margin-left:5px;
}

btn:focus {
outline:none !important;
}

.filter-indicator {
    color: #cd25a7;
    font-size: 1.5em;
    position: relative;
    top: -1px;
    right: 2px;
}

.banda-agotadas {
    position: absolute;
    top: 45px;
    left: -15px;
    background-color: red;
    color: white;
    padding: 10px 10px;
    font-weight: bold;
    transform: rotate(-40deg); /* Opcional: Para un efecto de banda diagonal */
}
.banda-agotadas-listado {
    position: absolute;
    top: 16px;
    left: -5px;
    background-color: red;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
}

.entradas-agotadas {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(255, 0, 0, 0.8); /* Fondo rojo con opacidad */
        color: white;
        padding: 10px 20px;
        font-size: 1.5rem; /* Tamaño del texto */
        font-weight: bold;
        border-radius: 5px;
        z-index: 10; /* Asegura que el texto esté sobre la imagen */
        white-space: nowrap; /* Evita que el texto se divida en varias líneas */    
    }
@media (max-width: 767px) {
    .entradas-agotadas {
        font-size: 1rem; /* Tamaño del texto para dispositivos móviles */
    }
}

