.section-corpo h4
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #2A66B0;
}

.section-corpo .panel-body
{
    font-size: 14px;
}

.panel-heading
{
    cursor: pointer;
}

.panel-default
{
    margin-bottom: 14px;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}

.panel-title {
    position: relative;
}

.panel-title::after {
    content: "\f078";
    color: #699496;
    top: -2px;
    right: 0px;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.panel-title[aria-expanded="true"]::after {
    content: "\f077";
}

.panel-heading-full .panel-title::after {
    top: 10px;
    right: 15px;
}