.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.55rem;
    border-top-right-radius: 0.55rem;
    background-color: #e7e7e7;
    color: #000;
    margin: 0 2px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #26569f;
    border-color: #00ffff00;
}

.tab-pane {
    background-color: #f8f8f8;
    border-radius: 17px;
    border: 1px solid #e1e1e1;
}
.item-estilos  div{
    background-color: #fff;
    border: 1px solid #C9C9C9;
    border-radius: 11px;
    padding: 10px;
    width: 94%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.item-search {
    font-family: Poppins;
    font-size: 12px;
}

.tab-pane {
    padding: 21px 30px;
}
.box-search-item p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 2px;
}
.slick-slider {
    padding: 0;
}
.title-box-search {
    font-weight: 700;
    font-family: Poppins;
}
.select-input select {
    padding: 6px 8px;
    border-radius: 6px;
    width: 100%;
    padding-top: 19px;
    border: 1px solid #b3b3b3;
    font-family: Poppins;
    font-size: 15px;
    color: #333;
}
.select-input label {
    position: absolute;
    padding: 0 14px;
    font-size: 12px;
    font-family: Poppins;
    color: #848484;
    font-weight: 300;
    padding-top: 6px;
    margin: 0;
}
.select-input {
    position: relative;
}
div#nav-tab a {
    font-weight: 600;
    font-family: Poppins;
}
.buscador-search {
    background-color: #00519a;
    color: #fff;
    padding: 5px 0;
    display: block;
    width: 100%;
    max-width: 93px;
    text-align: center;
    border-radius: 6px;
    margin-top: 10px;
}
.box-search-item {
    display: flex;
    flex-direction: column;
}
.buscador-search {
    background-color: #00519a;
    color: #fff;
    padding: 5px 0;
    display: block;
    width: 100%;
    max-width: 93px;
    text-align: center;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    align-self: end;
}
.buscador-search:hover {
    color: #fff;
    text-decoration: none;
}
.nav-search{
    padding-left: 22px;
}
.resultados-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.resultados {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 7px;
    width: 100%;
    max-width: 157px;
    height: 100%;
    max-height: 101px;
}