#cantEstrellas li {
    margin: 2px 8px;
}
.filter_type h6 {
    padding-top: 9px;
}
#totalText {
    margin-bottom: 8px;
    margin-top: 8px;
}
#planAlimentos li {
    margin: 5px 8px !important;
}
#hotelesEncontrados, #toursEncontrados {
    font-size: 0.8rem;
    color: #333;
}
.filter_type, #totalText, .filter_type h6, #popularidad, #nombreHotel {
    font-size: 0.99rem;
}
hr {
    margin: 4px 4px;
}
.icon-filter {
    font-size: 0.85rem;
}
#tipoTour li input {
    margin-right: 5px;
}
.viajasintantalana-filtros {
    padding: 14px 14px;
    position: sticky;
    top: 88px;
}
.pedrito-title-wrapper {
    padding: 8px 37px 8px 20px;
}
.text-yellow {
    color: #ffb400 !important;
}
.botoncito-filtros{
    background-color: #11acc6c7 !important;
}
.cleanPedrito {
    top: 15px;
}
#popularidad {
    height: 45px;
}
.textInput {
    height: 45px !important;
}
.pedrito-star_rating_wrapper {
    margin-bottom: 20px;
}
.iconCountdates {
    color: var(--color-caribbean-current-hover);
}
#nombreHotel {
    background-color: #ffff;
}
@media screen and (max-width: 991px) {
    .viajasintantalana-filtros {
        position: static;
        top: auto;
    }
}