.searchbar--filters{
    display:flex;
    align-items:center;
    gap:15px;

    background:#fff;
    border-radius:999px;

    padding:12px;

    max-width:1100px;
    margin:auto;

    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.campo-busqueda{
    flex:1;
}

.campo-busqueda label{
    display:block;

    font-size:13px;
    font-weight:700;

    color:#666;

    margin-bottom:6px;
}

.campo-busqueda select{

    width:100%;

    height:55px;

    border:none;

    background:#fff;

    font-size:18px;
    font-weight:600;

    color:#111827;

    outline:none;

    cursor:pointer;

    appearance:none;

    padding:0 40px 0 10px;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 15px center;
}

.btn-primary{

    height:55px;

    border:none;

    border-radius:999px;

    padding:0 35px;

    background:#ff8345;

    color:#fff;

    font-weight:700;

    font-size:18px;

    cursor:pointer;
}

.btn-primary:hover{

    background:#f57331;
}