.banner-desktop{
    background-image: url('../images/institucional-banner.png');
}


.course h3{
    font-size: 1.6rem;
    color: #065B89;
    font-weight: 400;
}

.form-control{
    margin-top: 20px;
    height: 60px;
    border-radius: 10px;
    font-size: 1.8rem;
}

.course{
    margin-bottom: 40px;
}

.course-title{
    margin-top: 20px;
    font-size: 1.6rem;
    color: #065B89;
    font-weight: 600;
}

.course-list{
    list-style: none;
    padding: 0;
}

.course-list li::before{
    content: '- ';
    color: #7f7f7f;
    font-size: 1.6rem;
}

.course-list a{
    text-decoration: none;
    cursor: pointer;
}

.course-list a:hover{
    color: #707070;
}

@media screen and (min-width: 576px) {
    .tabcontent{
        padding: 20px;
        background-color: #f5f5f5;
    }

    #courses h3{
        padding-top: 60px;
    }

    .tablink {
        background-color: #fff;
        color: #a3aeb8;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 10px;
        font-size: 14px;
        max-width: 50%;
    }

    .tablink:hover {
        background-color: #ccc;
    }

    .row{
    --bs-gutter-x: 0
    }

    div.pessoa-text h3{
        margin-top: 60px;
    }
}