.elementor-3785 .elementor-element.elementor-element-f06f3d9{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}@media(min-width:768px){.elementor-3785 .elementor-element.elementor-element-f06f3d9{--content-width:1200px;}}/* Start custom CSS for shortcode, class: .elementor-element-2aed52f */.area-busca-input-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 52px !important;
}

.area-busca-input-wrapper .area-busca-icone {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    display: flex !important;
    width: 22px !important;
    height: 22px !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
}

.area-busca-profissionais-input {
    width: 100% !important;
    height: 52px !important;
    padding-left: 50px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f06f3d9 *//* =====================================================
   GRID DOS PROFISSIONAIS
   ===================================================== */

.area-profissionais-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}


/* =====================================================
   CARD
   ===================================================== */

.profissional-card {
    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e5e5e5;
    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.profissional-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.12);
}


/* =====================================================
   IMAGEM
   ===================================================== */

.profissional-imagem {
    display: block;

    width: 100%;
    height: 230px;

    overflow: hidden;

    background: #f2f2f2;
}

.profissional-imagem img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;
}

.profissional-card:hover .profissional-imagem img {
    transform: scale(1.04);
}


/* =====================================================
   SEM FOTO
   ===================================================== */

.profissional-sem-foto {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #888888;

    font-size: 14px;
}


/* =====================================================
   CONTEÚDO
   ===================================================== */

.profissional-conteudo {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 22px;
}


/* =====================================================
   NOME
   ===================================================== */

.profissional-nome {
    margin: 0 0 6px;

    font-size: 21px;
    line-height: 1.3;

    font-weight: 600;

    color: #222222;
}

.profissional-nome a {
    color: inherit;
    text-decoration: none;
}


/* =====================================================
   CATEGORIA
   ===================================================== */

.profissional-categoria {
    margin-bottom: 14px;

    font-size: 14px;
    line-height: 1.4;

    font-weight: 600;

    color: #555555;
}


/* =====================================================
   DESCRIÇÃO
   ===================================================== */

.profissional-descricao {
    margin-bottom: 18px;

    font-size: 14px;
    line-height: 1.6;

    color: #666666;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/* =====================================================
   WHATSAPP
   ===================================================== */

.profissional-whatsapp {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    width: 100%;

    box-sizing: border-box;

    margin-top: auto;

    padding: 12px 16px;

    border-radius: 7px;

    background: #25D366;
    color: #ffffff;

    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.profissional-whatsapp:hover {
    background: #1ebe5d;
    color: #ffffff;

    transform: translateY(-1px);
}

.whatsapp-icone {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    font-size: 19px;

    line-height: 1;
}


/* =====================================================
   BUSCA PRINCIPAL
   ===================================================== */

.area-busca-profissionais {
    width: 100%;
    margin-bottom: 30px;
}

.area-busca-input-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   INPUT
   ===================================================== */

.area-busca-profissionais-input {
    width: 100% !important;
    box-sizing: border-box !important;

    padding-left: 50px !important;
    padding-right: 50px !important;
}


/* =====================================================
   LUPA - SOLUÇÃO FRONTEND
   ===================================================== */

.area-busca-input-wrapper {
    position: relative !important;
}

.area-busca-input-wrapper::before {
    content: "\f002";

    position: absolute !important;

    left: 16px !important;
    top: 50% !important;

    width: 20px !important;
    height: 20px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;

    font-size: 18px !important;
    line-height: 20px !important;

    text-align: center;

    transform: translateY(-50%) !important;

    z-index: 100 !important;

    pointer-events: none !important;

    box-sizing: border-box !important;
}


/* Esconde o span original da lupa */
.area-busca-input-wrapper .area-busca-icone {
    display: none !important;
}


/* =====================================================
   BOTÃO LIMPAR
   ===================================================== */

.area-busca-input-wrapper > .area-limpar-busca {
    position: absolute !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    right: 10px !important;
    top: 50% !important;

    left: auto !important;
    bottom: auto !important;

    width: 30px !important;
    height: 30px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    font-size: 24px !important;
    line-height: 1 !important;

    transform: translateY(-50%) !important;

    z-index: 101 !important;

    cursor: pointer !important;

    box-sizing: border-box !important;
}


/* =====================================================
   SUGESTÕES
   ===================================================== */

.area-sugestoes-profissionais {
    position: relative;

    z-index: 1000;

    width: 100%;

    margin-top: 4px;

    background: #ffffff;

    border-radius: 0 0 10px 10px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);

    overflow: hidden;
}


/* =====================================================
   ITENS DAS SUGESTÕES
   ===================================================== */

.area-sugestao-item {
    display: block;

    width: 100%;

    padding: 14px 18px;

    box-sizing: border-box;

    border: 0;
    border-bottom: 1px solid #eeeeee;

    background: #ffffff;

    text-align: left;

    cursor: pointer;

    transition: background 0.15s ease;
}

.area-sugestao-item:last-child {
    border-bottom: 0;
}

.area-sugestao-item:hover {
    background: #f6f6f6;
}

.area-sugestao-item strong {
    display: block;

    margin-bottom: 4px;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 600;

    color: #222222;
}

.area-sugestao-item span {
    display: block;

    font-size: 13px;
    line-height: 1.4;

    color: #777777;
}


/* =====================================================
   MENSAGENS DA BUSCA
   ===================================================== */

.area-busca-carregando,
.area-busca-sem-resultado {
    padding: 16px 18px;

    font-size: 14px;
    line-height: 1.5;

    color: #777777;
}


/* =====================================================
   CELULAR
   ===================================================== */

@media (max-width: 767px) {

    .area-busca-profissionais {
        margin-bottom: 30px;
    }

    .area-busca-input-wrapper {
        height: 54px !important;
    }

    .area-busca-profissionais-input {
        height: 54px !important;

        padding-left: 48px !important;
        padding-right: 48px !important;

        font-size: 15px !important;
    }

    .area-busca-input-wrapper > .area-busca-icone {
        left: 16px !important;

        width: 20px !important;
        height: 20px !important;
    }

    .area-busca-input-wrapper > .area-busca-icone i {
        font-size: 17px !important;
    }

    .area-busca-input-wrapper > .area-limpar-busca {
        right: 10px !important;
    }
}/* End custom CSS */