/*search box css start here*/
body {
    height: 100%;
}
.search-sec{
    /*padding: 2rem;*/
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.filtros_busqueda
{
    width: 100%;
}
@media (min-width: 992px){
    .search-sec{
        position: relative;
        top: -114px;
        /*background: rgba(26, 70, 104, 0.51);*/
    }
}

@media (max-width: 992px){
    .search-sec{
        /*background: #1A4668;*/
    }
}