/* Estilo automático para a página: equipe */
section.equipe {
    background: #F4FCFF;
    padding: 90px 0;
}

section.equipe .sol-card {
    background-color: white;
}

h3.eq-cargo {
    color: #5ABBE9;
    font-size: 20px;
    font-weight: 500;
    line-height: 145%;
}

h2.eq-nome {
    color: #005278;
    font-size: 24px;
    font-weight: 500;
    line-height: 145%;
}

.eq-desc {
    color: #424241;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    color: #424241;
}

section.interd {
    padding: 80px 0;
}

.interd-title {
    color: #005278;
    text-align: center;
    font-family: "Unitea Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}