/* Start custom CSS for html, class: .elementor-element-4b36522 */.nav-logo img{
    width:auto;
    height:70px;
}

/* Todos os cards da equipe */
.team-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

/* Foto */
.team-card .team-av-photo{
    width:78px;
    height:78px;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto 18px;
    border:3px solid #4855d6;
    box-shadow:none;
}

.team-card .team-av-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    display:block;
}

/* Nome */
.team-card h3{
    font-size:16px !important;
    font-weight:700 !important;
    color:#fff;
    margin-bottom:8px;
}

/* Cargo */
.team-card span{
    display:block;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
    color:#3f49b7;
    margin-bottom:18px;
}

/* Descrição */
.team-card p{
    max-width:240px;
    margin:0 auto 22px;
    line-height:1.7;
    font-size:15px;
    color:#9bb0d0;
}

/* Badge */
.team-card .badge{
    margin-top:auto;
    font-size:12px;
    padding:6px 14px;
    border-radius:999px;
}
.team-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.team-card .badge{
    margin-top:auto;
}/* End custom CSS */