.listaDePacotes {
    float: left;
    width: 100%;
    background: #0A121F;
    padding: 50px 0;
    border-bottom: solid 1px #2D333D;
}

/* Box Título */

.listaDePacotes .boxtitulo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.listaDePacotes .boxtitulo h2 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 26px;
    flex: 1;
    line-height: 36px;
}

.listaDePacotes .boxtitulo .boxBusca {
    position: relative;
}

.listaDePacotes .boxtitulo .boxBusca img {
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
}

.listaDePacotes .boxtitulo .boxBusca input {
    width: 300px;
    padding: 10px 10px 10px 42px;
    border-radius: 50px;
    border: solid 3px #64748B;
    background: none;
    color: #fff;
    outline: none;
    font-size: 13px;
}

/* Categorias */

.listaDePacotes .boxCategorias {
    float: left;
    width: 100%;
    background: #0F1A2A;
    text-align: center;
    border-bottom: solid 1px #999;;
}

.listaDePacotes .boxCategorias ul {
    padding: 0;
    margin: 0 0 -1px 0;
}

.listaDePacotes .boxCategorias ul li {
    list-style: none;
    cursor: pointer;
    border-bottom: solid 5px transparent;
    padding: 20px 15px;
    color: #fff;
    display: inline-block;
    transition: all 0.2s linear;
}

.listaDePacotes .boxCategorias ul li.todos {
    cursor: default;
}

.listaDePacotes .boxCategorias ul li.active,
.listaDePacotes .boxCategorias ul li:not(.todos):hover {
    color: #F09C00;
    border-color: #F09C00;
}

/* Lista Pacotes */

.listaDePacotes .listaPacotes {
    float: left;
    width: 100%;
}

/* Header Lista */

.listaDePacotes .listaPacotes .headerLista {
    float: left;
    width: 100%;
}

.listaDePacotes .listaPacotes .headerLista ul {
    float: left;
    width: 100%;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    margin: 0;
}

.listaDePacotes .listaPacotes .headerLista ul li {
    list-style: none;
    color: #fff;
    float: left;
}

.listaDePacotes .listaPacotes .headerLista ul li:nth-child(1) {
    width: 50%;
}

.listaDePacotes .listaPacotes .headerLista ul li:nth-child(2) {
    width: 10%;
}

.listaDePacotes .listaPacotes .headerLista ul li:nth-child(3) {
    width: 25%;
}

.listaDePacotes .listaPacotes .headerLista ul li:nth-child(4) {
    width: 15%;
}

/* Box Listas */

.listaDePacotes .listaPacotes .boxListas {
    float: left;
    width: 100%;
    max-height: 550px;
    min-height: 100px;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    overflow: auto;
}

/* Loader */

.listaDePacotes .listaPacotes .boxListas #loaderBuscaPacotes {
    float: left;
    width: 100%;
    text-align: center;
    display: none;
    padding: 50px 0;
}

.listaDePacotes .listaPacotes .boxListas #loaderBuscaPacotes img {
    width: 40px;
}

/* Scrol Bar */

.listaDePacotes .listaPacotes .boxListas::-webkit-scrollbar {
    width: 10px;
}
  
.listaDePacotes .listaPacotes .boxListas::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3); 
}
   
.listaDePacotes .listaPacotes .boxListas::-webkit-scrollbar-thumb {
    background: #888; 
}
  
.listaDePacotes .listaPacotes .boxListas::-webkit-scrollbar-thumb:hover {
    background: #3a404b;
}

.listaDePacotes .listaPacotes .boxListas ul {
    float: left;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 0;
}

.listaDePacotes .listaPacotes .boxListas ul + ul {
    border-top: solid 1px #666;
}

.listaDePacotes .listaPacotes .boxListas ul li {
    list-style: none;
    color: #fff;
    float: left;
}

.listaDePacotes .listaPacotes .boxListas ul li:nth-child(1) {
    width: 50%;
}

.listaDePacotes .listaPacotes .boxListas ul li:nth-child(2) {
    width: 10%;
}

.listaDePacotes .listaPacotes .boxListas ul li:nth-child(3) {
    width: 25%;
}

.listaDePacotes .listaPacotes .boxListas ul li:nth-child(4) {
    width: 15%;
}

.listaDePacotes .listaPacotes .boxListas ul li .titulo {
    float: left;
    width: 90%;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}

.listaDePacotes .listaPacotes .boxListas ul li .linkDetalhes {
    float: left;
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.listaDePacotes .listaPacotes .boxListas ul li .preco {
    color: #F09C00;
    font-size: 13px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.listaDePacotes .listaPacotes .boxListas ul li .linkComprar {
    background: #F09C00;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    align-items: center;
    text-decoration: none;
}

.listaDePacotes .listaPacotes .boxListas ul li .linkComprar span {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}

/* Sem Resultados */

.listaDePacotes .listaPacotes .boxListas ul.semResultado li {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

@media only screen and (max-width: 1200px) {

    .listaDePacotes .boxCategorias {
        text-align: left;
        overflow: auto;
        max-width: 100%;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .listaDePacotes .boxCategorias::-webkit-scrollbar {
        display: none;
    }

    .listaDePacotes .boxCategorias ul {
        min-width: 1150px;
    }

}

@media only screen and (max-width: 768px) {

    .listaDePacotes {
        padding: 35px 0;
    }

    .listaDePacotes .boxtitulo {
        flex-direction: column;
    }

    .listaDePacotes .boxtitulo h2 {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 32px;
    }

    .listaDePacotes .boxtitulo h2 br {
        display: none;
    }

    .listaDePacotes .boxtitulo .boxBusca {
        float: left;
        width: 100%;
    }

    .listaDePacotes .boxtitulo .boxBusca input {
        width: 100%;
    }

    .listaDePacotes .listaPacotes .headerLista {
        display: none;
    }

    .listaDePacotes .listaPacotes .boxListas::-webkit-scrollbar {
        width: 5px;
    }

    .listaDePacotes .listaPacotes .boxListas ul {
        flex-direction: column;
        align-items: baseline;
        padding: 20px 10px;
    }

    .listaDePacotes .listaPacotes .boxListas ul li {
        width: 100%!important;
    }

    .listaDePacotes .listaPacotes .boxListas ul li + li {
        margin-top: 20px;
    }

}