.elementor-3796 .elementor-element.elementor-element-f06f3d9{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}@media(min-width:768px){.elementor-3796 .elementor-element.elementor-element-f06f3d9{--content-width:1200px;}}/* 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;
}


/* =====================================================
   WRAPPER DO INPUT
   ===================================================== */

.area-busca-input-wrapper {
    position: relative !important;

    display: block !important;

    width: 100% !important;

    height: 52px;

    box-sizing: border-box;

    margin: 0;
    padding: 0;
}


/* =====================================================
   INPUT
   ===================================================== */

.area-busca-profissionais-input {
    display: block !important;

    width: 100% !important;
    height: 52px !important;

    box-sizing: border-box !important;

    margin: 0 !important;

    padding: 0 50px 0 50px !important;

    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;

    background: #ffffff !important;

    font-family: inherit;
    font-size: 16px;

    line-height: 52px;

    outline: none !important;

    position: relative;

    z-index: 1;
}

.area-busca-profissionais-input:focus {
    border-color: #999999 !important;
}


/* =====================================================
   ÍCONE DA LUPA
   ===================================================== */

.area-busca-icone {
    position: absolute !important;

    left: 16px !important;
    top: 50% !important;

    right: auto !important;
    bottom: auto !important;

    width: 22px !important;
    height: 22px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    transform: translateY(-50%) !important;

    z-index: 5 !important;

    pointer-events: none !important;

    box-sizing: border-box !important;
}


/* =====================================================
   ÍCONE FONT AWESOME
   ===================================================== */

.area-busca-icone i {
    position: static !important;

    display: block !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 18px !important;

    line-height: 1 !important;

    transform: none !important;
}


/* =====================================================
   BOTÃO LIMPAR - X
   ===================================================== */

.area-limpar-busca {
    position: absolute !important;

    right: 12px !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-family: inherit;

    font-size: 24px !important;
    line-height: 30px !important;

    text-align: center;

    cursor: pointer;

    transform: translateY(-50%) !important;

    z-index: 6 !important;

    box-shadow: none !important;
}

.area-limpar-busca:hover {
    background: transparent !important;
}


/* =====================================================
   SUGESTÕES
   ===================================================== */

.area-sugestoes-profissionais {
    position: relative;

    z-index: 10;

    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;
}


/* =====================================================
   ITEM DA SUGESTÃO
   ===================================================== */

.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;
}


/* =====================================================
   MENSAGEM SEM PROFISSIONAIS
   ===================================================== */

.profissionais-vazio {
    width: 100%;

    padding: 40px 20px;

    box-sizing: border-box;

    text-align: center;

    font-size: 16px;

    color: #777777;

    background: #fafafa;

    border: 1px solid #eeeeee;

    border-radius: 10px;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {

    .area-profissionais-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 24px;
    }

}


/* =====================================================
   CELULAR
   ===================================================== */

@media (max-width: 767px) {

    .area-profissionais-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .profissional-imagem {
        height: 240px;
    }

    .profissional-conteudo {
        padding: 20px;
    }

    .profissional-nome {
        font-size: 20px;
    }

    .profissional-categoria {
        margin-bottom: 12px;
    }

    .profissional-descricao {
        margin-bottom: 16px;
    }

    .area-busca-profissionais {
        margin-bottom: 30px;
    }

    .area-busca-input-wrapper {
        height: 54px;
    }

    .area-busca-profissionais-input {
        height: 54px !important;

        font-size: 15px;

        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .area-busca-icone {
        left: 16px !important;

        width: 22px !important;
        height: 22px !important;
    }

    .area-busca-icone i {
        font-size: 17px !important;
    }

    .area-limpar-busca {
        right: 10px !important;
    }

}/* End custom CSS */