@font-face {
    font-family: 'Neue Haas Grotesk Display Bold';
    src: url('../fonts/NeueHaasGroteskDisplayPro-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Neue Haas Grotesk Display Bold, Arial, sans-serif;
    color: #000;
    box-sizing: border-box;
}

h1, h2, h3, h4 {
    font-family: Neue Haas Grotesk Display Bold, Arial, sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

p {
    font-family: Arial, sans-serif;
}

.paragraph {
    font-size: 16px;
    color: #333;
    line-height: 1.5625em;
    margin: 20px 0;
}

a {
    color: #454545 !important;
    text-decoration: none !important;
    letter-spacing: 0.03em !important;
}

a:hover, .active {
    border-bottom: 2px solid #454545;
}

button {
    font-family: Neue Haas Grotesk Display Bold, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 10px 15px;
    border: none;
    background: #1cbbb0;
    cursor: pointer;
    outline: none;
    transition: background .2s ease-in-out;
}


button:hover {
    background: #00a599;
}

.botaoverde{
    color: #fff !important;
    background-color: #1cbbb0 !important;
}
.botaoverde:hover{
    color: #fff !important;
    background-color:   #188d85 !important;
}

#bartop {
    height: 100px;
    background-color: #fff;
    padding-top: 20px;
}

#bartop > .center {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

#spotlight-home {
    height: 380px;
    background:
    url("../img/background-home.png") 70% 0px no-repeat,
    url("../img/retangulo-home.svg") 35% 105px no-repeat,
    #fcf775;
}

#spotlight-home h1 {
    max-width: 580px;
    padding: 140px 0px 0px 75px;
}

#logos #brasao {
    margin: 0 0 5px 25px;
}

#logo {
    width: 168px;
    height: 54px;
}

#logo:hover {
    border-bottom: none;
}

.center {
    width: 97%;
    max-width: 980px;
    margin: 0 auto;
}

#bartop ul li {
    display: inline-block;
    font-family: Neue Haas Grotesk Display Bold, Arial, sans-serif;
    font-size: 14px;
    color: #454545;
    margin-right: 20px;
}

#bartop ul li:last-child {
    margin-right: 0;
}

.available-jobs {
    margin: 30px auto;
}

.unavailable-jobs {
    margin: 50px 0;
}


#jobs {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

/*  Filters  */

#filters {
    width: 240px;
    max-height: 340px;
    padding: 20px;
    border: 4px solid #82c8c3;
}

#filters ul li {
    margin: 25px 0;
}

#filters ul li input {
    margin: 0 5px 0 0;
}

#filters ul li label {
    font-size: 14px;
    color: #454545;
}

#filters button {
    width: 100%;
}


/*  Jobs  */

#list {
    width: 70%;
}

.job-card {
    width: 100%;
    max-width: 672px;
    min-height: 175px;
    padding: 30px 20px 20px;
    margin-bottom: 30px;
    border: 4px solid #82c8c3;
    box-shadow: 8px 8px 0px 0px rgba(130,200,195,1);
}

.job-card.finished {
    border: 4px solid #b9d6d4;
    box-shadow: 8px 8px 0px 0px rgba(185,214,212,1);
}

.job-card .details {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.job-card .details ul li {
    display: inline-block;
    margin-right: 20px;
}

.job-card .details ul li p {
    font-family: Neue Haas Grotesk Display Bold, Arial, sans-serif;
    letter-spacing: 0.03em;
}

.job-card .details .title {
    color: #454545;
    margin-bottom: 5px;
}

footer {
    width: 100%;
    border-top: 4px solid #82c8c3;
    margin-top: 40px;
}

footer .footer {
    padding: 30px 20px 20px;
}