.buscador {
    background: #006661;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    width: 90%;
}

.servicios .buscador {
    top: 50%;
}

.buscador form,
.buscador fieldset {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.buscador fieldset div {
    width: 100%;
}

.buscador .select2-container {
    width: 90% !important;
}

.buscador .btn-primary {
    background-color: #D7CCC2;
}

.buscador .form-label {
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #E3DBD4;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.buscador .select2-selection {
    background-color: #006661 !important;
    border-color: #E0DCDFE8 !important;
    border-radius: 0px 0px 0px 0px !important;
}

.buscador .select2-selection__rendered {
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml;utf8,") !important;
    background-repeat: no-repeat !important;
    background-position: center right .75rem !important; /* ajusta según necesites */
    background-size: 16px !important;
}

@media (max-width: 1199.98px){
    .buscador {
        width: 100% !important;
        max-width: 80%;
        top: 30%;
        left: 10%;
        transform: translate(0%, -50%);
    }
}

@media (max-width: 767.98px){
    .buscador {
        position: relative !important;
        transform: translate(15%);
        top: inherit;
        left: inherit;
        margin-bottom: 20px;
    }
    
    .buscador form,
    .buscador fieldset {
        display: block;
        justify-content: space-around;
        align-items: center;
    }
}