html {
    scroll-behavior: smooth;
}

section {
    min-height: 500px;
}

section h3 {
    color: #3e5062;
    font-weight: bold;
    margin: 40px 0 7px;
}

section h3:first-child {
    margin-top: 0;
}

.card {
    transition: all .2s;
}

.card:hover {
    text-decoration: none;
    background: #f5f6f7;
}

.list-group a {
    border-radius: 4px!important;
    margin-bottom: 4px;
    background: #f5f5f5;
    border: none;
    color: #3e5062;
    margin-right: 1rem !important;
    scroll-margin-top: 7em;
}

.list-group a.active {
    background: #dfe3eb !important;
    color: #284677 !important;
    font-weight: 600;
}

.list-group a.active:before {
    content: '';
    display: block;
    position: absolute;
    right: -6px;
    width: 0;
    height: 0;
    top: 14px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 7px solid #3e5062;
    z-index: 1;
}

.list-group a.active:before {
    display: none;
}

.list-group-item.active {
    background: #28467726;
    color: #284677;
}

.nav-pills .nav-link {
    white-space: nowrap;
}

.hero {
    height: 50vh;
}

.hero::after {
    content: "";
    position: absolute;
    top: 60px;
    right: 0px;
    background-image: url("../../carreiras/img/carreiras-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.hero__title_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 50px 0;
}

.hero__title {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.hero__paragraph {
    font-size: 1.3rem;
}

.hero__img-container {
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bg-icon-cards);
    border-radius: 50%;
    margin-right: 20px;
}

span.badge.badge-pill.badge-secondary {
    background: #a0a0a0;
    height: 17px;
}

.career-list.mt-4 a {
    display: inline-flex;
}

.hero__img {
    height: 40px;
}

.card-footer {
    border: none;
    padding: .75rem 0;
    background: none;
}

#DEV:before {
    content: " ";
    width: 7px;
    height: 7px;
    background-color: #2151DB;
    border-radius: 50%;
    margin-right: 7px;
}

.card.DEV .card-footer .badge {
    background: #2151DB;
}

#QA:before {
    content: " ";
    width: 7px;
    height: 7px;
    background-color: #DB4F2C;
    border-radius: 50%;
    margin-right: 7px;
}

.card.QA .card-footer .badge {
    background: #DB4F2C;
}

#SUP:before {
    content: " ";
    width: 7px;
    height: 7px;
    background-color: #DB9E00;
    border-radius: 50%;
    margin-right: 7px;
}

.card.SUP .card-footer .badge {
    background: #DB9E00;
}

#SALES:before {
    content: " ";
    width: 7px;
    height: 7px;
    background-color: #0BDB96;
    border-radius: 50%;
    margin-right: 7px;
}

.card.SALES .card-footer .badge {
    background: #0BDB96;
}

#all:before {
    content: " ";
    width: 7px;
    height: 7px;
    background-color: #284677;
    border-radius: 50%;
    margin-right: 7px;
}

hr {
    border-top-color: #f5f5f5;
}

.breadcrumb-item h1 {
    background: 0 0;
    font-size: 11px;
    padding: 2px 0;
    margin: 0;
    float: right;
    color: #636c72;
}

:target {
    scroll-margin-top: 6em;
}

@media (min-width:1200px) {
    .card {
        min-height: 220px;
    }
}

@media (min-width:992px) {
    .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.333333%;
        max-width: 30.333333%;
        margin: 0px 17px;
    }
}

@media (max-width:768px) {
    .hero::after {
        display: none;
    }
    .career-list {
        display: inline-block;
    }
    nav.career-menu,
    nav.career-menu a {
        width: 100%;
    }
    .career-list {
        margin: 0px 15px;
    }
}