body {
    background-color: #1A1C1B;
    font-family: "Montserrat", sans-serif;

}

select {
    -webkit-appearance: none;
    /* Remove o estilo padrão do iOS */
    -moz-appearance: none;
    /* Remove o estilo padrão do Firefox */
    appearance: none;
    /* Remove o estilo padrão do navegador */
    width: 90%;
    background-color: transparent;
    border: 1px solid;
    border-color: #e5e1e67e;
    background-color: #1A1C1B;
    padding: 10px 20px;
    margin-left: 30px;
    border-radius: 10px;
    outline: none;
    color: #e5e1e67e;

}

#brasil {
    width: 550px;
    transform: scale(0.973036);
    margin-left: 50px;
}

#conteudo {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

#conteudo img {
    width: 540px;
}

.buscar-div{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#conteudo p {
    text-align: center;
}

.campo_input {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.campo_input label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #E5E1E6;
    border-bottom: 1px solid #FE5000;
    line-height: 35px;
}


select::placeholder {
    color: #e5e1e67e;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

label {
    margin-left: 30px;
}

#campo_busca_tipo {
    width: 650px;
    display: flex;
    justify-content: space-between;
}

#divisao {
    width: 10px;
    height: 10px;
    margin-top: 30px;
}

select#busca {
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    height: 100%;
}

#busca:focus {
    border-color: #FE5000;
}

#busca:hover {
    border-color: #FE5000;
}

#busca:target {
    border-color: #FE5000;
}

#busca_tipo {
    display: flex;
    align-items: center;
}

#tipo:hover {
    border-color: #FE5000;
}

#tipo:focus {
    border-color: #FE5000;
}

#busca_tipo {
    display: flex;
    align-items: center;
}

#sinal img {
    color: #E5E1E6;
    width: 20px;
}

#campo_voltar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    width: 650px;
}

#voltar {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #E5E1E6;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    padding: 8px 24px;
    background-color: transparent;
    font-weight: 600;
    color: #E5E1E6;
    border-radius: 100px;
    margin-left: 30px;
    width: 100%;
}

#voltar:hover {
    border-color: #FE5000;
    color: #fc5f16c7;
    transition: 0.2s;
}

#voltar img {
    margin-left: 10px;
    border: 0.5px solid #E5E1E6;
    border-radius: 100px;
    padding: 5px 3px;
}

#voltar:hover img {
    border-color: #FE5000;
    filter: invert(54%) sepia(100%) saturate(1412%) hue-rotate(0deg) brightness(70%) contrast(134%);
    transition: 0.2s;
}

#busca_profissionais {
    padding: 40px 0px;
    line-height: 36px;
    word-spacing: 3px;
    margin-top: 100px;
    margin-left: 30px;
    border-bottom: 1px solid #FE5000;
    border-top: 1px solid #FE5000;
}

#busca_profissionais p {
    color: #D6D6D6;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}

#encontrar {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #E5E1E6;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    padding: 8px 24px;
    background-color: transparent;
    font-weight: 600;
    color: #E5E1E6;
    border-radius: 100px;
    margin-left: 30px;
    width: 100%;
}

/* .chk {
    display: flex;
    align-items: center;
    margin-top: 40px;
} */

.chk input {
    display: none;
}

.chk span {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #e5e1e67e;
    border-radius: 2px;
    position: relative;
}

.chk input:checked+span {
    background-color: #FE5000;
    border-color: #FE5000;
}

.chk input:checked+span::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


#encontrar img {
    margin-left: 10px;
}

#encontrar:hover {
    border-color: #FE5000;
    color: #fc5f16c7;
    transition: 0.2s;
}

.container-busca{
    width: 650px;
}


#encontrar:hover img {
    filter: invert(54%) sepia(100%) saturate(1412%) hue-rotate(0deg) brightness(70%) contrast(134%);
    transition: 0.2s;
}

@media (max-width: 1200px) {
    #brasil {
        min-width: 500px !important;
    }
}

@media(max-width: 1050px) {
    #brasil {
        min-width: 400px;

    }
}

@media (max-width: 1000px) {
    #conteudo {
        display: block;
        margin: auto;
        text-align: center;
    }

    .container-busca{
        width: 100%;
    }

    #campo_voltar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 0px;
        height: 80px;
        gap: 60px;
        max-width: 650px;
        margin: auto;
        width: 100%;
    }

    .buscar-div{
        width: 45%;
        flex-wrap: wrap;
    }


    #brasil {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #busca_profissionais p {
        text-align: center;
        margin: auto;
    }

    #busca_tipo {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #conteudo {
        width: 90%;
        margin: auto;
    }

    #brasil {
        min-width: 350px !important;
        width: 350px !important;
        margin-left: 0px;
    }

    #conteudo img {
        width: 350px;
    }

    #busca_tipo {
        margin: auto;
    }

    #campo_busca_tipo {
        margin: 0px;
        width: 95%;
        display: flex;
        justify-content: space-around;
    }

    #campo_voltar{
        gap: 16px;
        margin-bottom: 120px;
    }

    .buscar-div{
        width: 100%;
    }

    select {
        width: 100%;
        margin-left: 0px;
    }

    #voltar {
        margin-left: 0px;
        width: 100%;
    }


    #busca_tipo {
        display: block;
    }

    #campo_voltar {
        margin-top: 20px;
        border-left: none;
        flex-direction: column;
    }

    #encontrar{
        margin-left: 0px;
    }

    label {
        margin-left: 10px;
    }

    .campo_input label {
        margin: auto;
        width: 85%;
        font-weight: 600;
        font-size: 18px;
        color: #E5E1E6;
        border-bottom: 1px solid #FE5000;
        line-height: 35px;
    }

    #divisao {
        margin-right: 100px;
    }

    #busca_profissionais {
        margin-top: 30px;
        width: 100%;
        padding: 20px 0px;
        line-height: 30px;
        word-spacing: 2px;
        margin-left: 0px;

    }

    #busca_profissionais p {
        width: 90%;
        text-align: center;
        font-size: 16px;
    }

    .custom-select {
        margin-left: 10px;
    }

    .selected {
        margin-left: 0px;
        text-align: start;
    }

    .custom-select {
        margin-top: 10px;
        width: 75%;
        background-color: transparent;
        border: 1px solid;
        border-color: #e5e1e67e;
        background-color: #1A1C1B;
        padding: 10px 20px;
        margin: auto !important;
        margin-top: 10px !important;
        border-radius: 10px;
        outline: none;
        color: #e5e1e67e;

        position: relative;
    }

}