#filtro_destinos {
    display: none;
}

.active {
    background-color: var(--primary-text-color) !important;
    border: none;
}

.list-group-item {
    border-color: none;
    color: #013d7c;
    font-weight: bold;
    font-size: 17px;
}

.list-group-item-action:hover {
    background-color: var(--primary-text-color);
    color: white;
}

body {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

#cont_of {
    width: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.Item {
    width: 250px;
    height: 320px;
    margin: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border: 1px solid #E4E4E4;
    background-color: #eeeeee;
}

.Item a { color: #000000; text-decoration: none; font-size: 14px !important; font-weight: normal; }

.Item:hover {
    background-color: var(--fondo-menu-principal, #2c3e50) !important;
}

.Item a:hover {
    color: var(--texto-menu, #ffffff) !important;
}

.ImPaquete {
    width: 250px;
    height: 170px;
    padding: 0 !important;
    display: block;
    overflow: hidden;
}

.ImPaquete img {
    width: 100%;
}

.Item .DPaquete {
    width: auto;
    height: 138px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 10px;
    line-height: 136%;
}

.Item h3 {
    width: 100%;
    margin: 8px 0;
    color: var(--texto-titulos, #00b3ff) !important;
}

.Item h3:hover {
    color: #00b3ff;
}

.cont_filtros_barra {
    width: 70%;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    display: block;
}

#btn_filtros {
    width: 160px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 0;
    margin: 15px auto;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #00b3ff;
    -webkit-box-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.59);
    box-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.59);
    display: none;
}

#btn_filtros:hover {
    background-color: #00b3ff;
}

#show_filtros {
    display: inline-block;
    width: 100%;
}

.dblock {
    display: inline-block !important;
}

.filtros {
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #00b3ff;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

.etiqueta_rango {
    width: 80%;
    border: 0;
    color: #ff7200;
    font-weight: bold;
    font-size: 15px;
    margin: 5px auto;
    text-align: center;
    background-color: transparent;
}

.barra_filtro {
    width: 120px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    touch-action: manipulation !important;
}

#filtro_destinos select {
    width: 240px;
    height: 41px;
    padding: 0 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border: solid 1px #C0C0C0;
    background-image: url(https://www.tools.megatravel.com.mx/puntos-de-venta/icono-list.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media screen and (max-width: 1050px) {}

@media only screen and (max-width: 768px) {
    .cont_filtros_barra {
        width: 100%;
        padding: 10px 5px;
    }

    #btn_filtros {
        display: block;
    }

    #show_filtros {
        display: none;
    }

    #filtro_destinos select {
        width: 200px;
    }
}

@media only screen and (max-width: 300px) {
    .cont_filtros_barra {
        width: 100%;
        padding: 10px 0;
    }

    .filtros {
        width: 100%;
        margin: 10px 0;
    }

    #filtro_destinos select {
        width: 100%;
        font-size: 12px;
        font-weight: bold;
    }

    .Item {
        width: 90%;
        height: auto;
    }

    .ImPaquete {
        width: 100%;
        height: auto;
    }
}

h3 {
    font-size: 15px;
}