.elementor-3438 .elementor-element.elementor-element-f626668{--display:flex;}.elementor-3438 .elementor-element.elementor-element-395c872.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-395c872 *//* ===============================
   PERFIL DO ASSOCIADO – BASE
================================ */

.perfil-associado-card {
    max-width: 1000px;
    margin: 80px auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    font-family: inherit;
}

/* ===============================
   TOPO
================================ */

.perfil-topo {
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #e5e9f0;
    padding-bottom: 30px;
}

/* FOTO */

.perfil-foto img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #0b3a73;
    background: #fff;
}

.perfil-foto-placeholder {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e6eef9, #f4f7fb);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    color: #0b3a73;
    border: 5px solid #0b3a73;
}

/* ===============================
   INFO
================================ */

.perfil-info h1 {
    font-size: 34px;
    color: #0b3a73;
    margin: 0;
    font-weight: 700;
}

/* ===============================
   PERFIL EM CONSTRUÇÃO
================================ */

.perfil-em-construcao {
    margin-top: 12px;
    padding: 10px 18px;
    display: inline-block;
    background: #f2f6fc;
    color: #555;
    border-radius: 50px;
    font-size: 14px;
    font-style: italic;
    border: 1px dashed #c7d3e3;
}

/* ===============================
   BIO / CONTEÚDO
================================ */

.perfil-bio {
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.8;
    color: #2c2c2c;
}

.perfil-bio p {
    margin-bottom: 18px;
}

.perfil-bio h2,
.perfil-bio h3 {
    color: #0b3a73;
    margin-top: 30px;
}

/* ===============================
   RESPONSIVO
================================ */

@media (max-width: 900px) {
    .perfil-associado-card {
        padding: 35px 25px;
        margin: 40px 15px;
    }

    .perfil-topo {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .perfil-info h1 {
        font-size: 28px;
    }

    .perfil-foto img,
    .perfil-foto-placeholder {
        width: 150px;
        height: 150px;
    }
}/* End custom CSS */