@import url('https://cdn.jsdelivr.net/npm/lightgallery@2.9.0-beta.1/css/lightgallery-bundle.min.css');

.table{
     --bs-table-bg: #efefef!important;
}

.table thead th{
    color: var(--colorPrimario);
    font-size: 1.1rem;
}

.table tbody td{
    font-weight: 600;
    color: #333;
}



.bloque-intro{
    width: 100%;
    height: auto;
    padding: 30px;
    color: white;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(to right, #E6007E, #F346A5);
    margin-top: 20px;
}

.titleFeria{
    background-color: white;
    color: var(--colorPrimario);
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
}

.contentBloqueIcon{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.iconBloque{
    width: 100px;
    height: 100px;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(230deg) brightness(107%) contrast(101%);
}
.iconBloque2{
    width: 86px;
    height: 86px;
    margin-left: 40px;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(230deg) brightness(107%) contrast(101%);
}
/* ---------------------------------- */
.bloque-Publicidad{
    width: 100%;
    height: auto;
}

.bloque-calendario{
    width: 100%;
    height: auto;
    padding: 60px 0px;
    
}

.bloque-calendario h3{
    color: var(--colorPrimario);
    border-radius: 20px 0px 20px 0px;
    border: 2px solid var(--colorPrimario);
    display: inline-block;
    padding: 10px 20px;
}

.title-bloques{
    color: var(--colorPrimario);
    border-radius: 20px 0px 20px 0px;
    border: 2px solid var(--colorPrimario);
    display: inline-block;
    padding: 10px 20px;
}

.content-calendario{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #efefef;
    overflow-x: scroll;
}

.content-calendario h5{
    color: var(--colorPrimario);
}

.span-fecha{
    text-align: center;
    padding: 10px 30px;
    background-color: var(--colorPrimario);
    color: white;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 14px;
    cursor: pointer;
    font-size: 1.1rem;
}

.horarios{
    width: 90%;
    height: auto;
    margin: auto;
    padding: 10px 0px;
}

.hora{
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hora i{
    color: var(--colorPrimario);
    font-size: 1.3rem;
    margin-right: 5px;
}

.img-coming{
    width: 300px;
    height: 300px;
    display: block;
    margin: 25px auto;
}

/* El tablero Carousel */
.control{
    width: 100%;
    height: auto;
    display: flex;
    padding-left: 0px !important;
}

.control li{
    list-style: none; 
    cursor: pointer; 
}

.control .prev{left: 0px;}
.control .next{right: 0px;}

.control li i{
    color: var(--colorPrimario);
    font-size: 2rem;
}
.control li i:hover{
    color: var(--colorPrimario);
}

/* ------ La vitrina */

.bloque-vitrina{
    width: 100%;
    height: auto;
    margin: 25px 0px;
}

.logo-vitrina{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 30px;
    cursor: pointer;
}

.tns-outer button{
    display: none;
}

/* ---------------- Calendario */

.calendario-app{
    width: 100%;
    height: auto;
}

.calendario-app ol{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    padding: 0px;
    
}

.day{
    background-color: var(--colorPrimario);
    color: white;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.num{
    height: 80px;
    border: 1px solid rgba(128, 128, 128, 0.195);
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    /* transition: all .3s ease-in; */
    cursor: pointer;
}

.num:hover{
  background-color: rgba(128, 128, 128, 0.082);
  /* transition: all .3s ease-in; */
}

.modal-header {
    background-color: var(--colorPrimario);
    color: white;
}
/* --------------------------------------- */
.modalVitrina{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.641);

    display: none;
    justify-content: center;
    align-items: center;
}

.containerModalVitrina{
    width: 90%;
    height: auto;
    /* border: 1px solid white; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.closeModalVitrina{
    font-size: 1.8rem;
    text-align: right;
    color: white;
    padding: 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.imgModalVitrina{
    width: 100%;
    height: auto;
}

/* ---------------------------------------- */

.content-sliderLVH{
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.num{
    width: 120px;
     height: 100px;
 }



/* .img-lvh{
    border-radius: 30px 30px 0px 0px;
} */

.galleria-div{
    width: 100%;
    height: auto;
}

.img-lightgallery{
    width: 100%;
    height: auto;
    border-radius: 3px;
    margin-bottom: 15px;
}

/* Media Querie phone Landscape */
@media screen and (min-width:576px){
  
}

/* Media Querie Tablet-desktop */
@media screen and (min-width:700px){
   .contentBloqueIcon{
     border-left: 1px solid white;
     height: 100%;
    }

    .contentBloqueIcon{
    justify-content: center;
    align-items: center;
   }

   .content-calendario{
    overflow-x: unset;
   }

   .num{
    width: auto;
     height: 100px;
   }

   /* .control li{
        list-style: none; 
        cursor: pointer; 
        position: absolute;
        z-index: 20;
        top: 50%;
    }
    
    .control .prev{left: -20px;}
    .control .next{right: -20px;}

    .control-slideBt .prev{left: -40px;}
    .control-slideBt .next{right: -40px;}
    .control-slideBt li{
        list-style: none; 
        cursor: pointer; 
        position: absolute;
        z-index: 20;
        top: 50%;
    } */

    .imgModalVitrina{
        width: 70%;
        height: auto;
    }

    .modal-dialog{
      max-width: 50%;
    }
}

/* Media Querie Tablet-desktop */
@media screen and (min-width:992px){
    .content-sliderLVH{
    width: 90%;
    height: auto;
    margin: 20px auto;
    
   }

}

/* Media Querie desktop */
@media screen and (min-width:1200px){
  
}

/* Media Querie desktop large*/
@media screen and (min-width:1366px){
   
}


@media screen and (min-width:1920px){
  

  

}

@media screen and (min-width:2560px){


  
  

}

