#table-right {
    display: none !important;
}

#dateprice td {
    padding: 20px;
}

select option {
    color: #666666;
}

.oculto {
    display: none;
}

/*TABLA DE PRECIOS*/
.tituloPax{
    background-color:#f1f1f1; 
    text-align: center;    
}
.tdPrecios{
    background-color: #c7dff2; 
    color:black;    
}
#loadingPrices{
    overflow: hidden;   
    position: relative; 
}
.imgLoading{
    max-width: 100%;
    height: 50px;
    width: 100%;
    object-fit: cover;  
}
.txtLoading{
    /* position: absolute; */
    top: 15px;
    left: 0;
    font-size: 20px;
    width: 100%;
    text-align: center;    
}
.descripcionExperiencia{
    height: 80px;
}
.iconoIncluido{
    color: #fc8900;
}
.lazy{
    background-image: none;
    background-color: #F1F1FA;    
}