body {
    margin: 0;
    padding: 0;
    background: #7366ffed url(../img/background.png) no-repeat center center;
    background-size: auto;
}

body * {
    font-family: "Montserrat", sans-serif;
    color: #E9E9F2;
}

header .sub-title {
    font-family: "Azeret Mono";
    font-size: 16px;
    font-weight: 400;
}

header .bg-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: -200px;
}

h1 {
    color: var(--dev-start-neutral-white, #E9E9F2);
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h1 span {
    font-weight: 900;
}

h2 {
    text-align: center;
    font-family: "Azeret Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.text-projetos {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-projetos span {
    font-weight: 700;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 10px 0;
}

img {
    max-width: 100%;
    height: auto;
}

.text-success {
    color: var(--dev-start-brand-secondary, #E0F774) !important;
}

.text-primary {
    color: var(--dev-start-brand-primary, #7366FF) !important;
}

.etapas h2 {
    text-align: left;
}

.periods-item {
    margin-bottom: 40px;
}

.periods-item li span,
.periods-item h3 small {
    color: var(--dev-start-neutral-gray, #B2AFAF);
    font-weight: 400;
}

.periods-item h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.periods-item h3 small {
    font-size: 20px;
    font-style: normal;

    line-height: 24px;
}

.container {
    max-width: 1024px;
}

.button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.button:hover {
    background-color: #45a049;
}

.card-dark {
    /* display: flex; */
    padding: 20px;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 9.89px;
    /* flex: 1 0 0; */

    border-radius: 8px;
    background: var(--dev-start-neutral-black, #4D4B4B);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.btn-primary {
    border-radius: 8px;
    background: var(--dev-start-brand-primary, #7366FF);
}

.vagas {
    display: flex;
    padding: 20px;
    flex-direction: row;
    justify-content: center;
    gap: 9.89px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--dev-start-neutral-white, #E9E9F2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.vagas li {
    flex: 1;
    text-align: center;
    color: var(--dev-start-neutral-black, #4D4B4B);
    position: relative;
}

.vagas li span:first-child {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.vagas li span:last-child {
    color: var(--dev-start-neutral-black, #4D4B4B);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.vagas li::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: -6px;
    border-radius: 100px;
    background: var(--dev-start-neutral-gray, #B2AFAF);
}

.vagas li:last-child::before {
    display: none;
}

.benefits .d-flex {
    flex-direction: row-reverse;
    gap: 40px;
}

.benefits .d-flex h2 {
    text-align: right;
}

.benefits .card-dark {}

.beneficios {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.beneficios li {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 160px;
}

section {
    margin-bottom: 100px;
}

footer {
    border-radius: 8px;
    /* background: var(--dev-start-brand-success, #85F774); */
    background: var(--dev-start-brand-secondary, #E0F774);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);

    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 100px;
}

footer * {
    color: var(--dev-start-neutral-black, #4D4B4B);
}

footer h3 {
    text-align: center;
    font-family: "Azeret Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer p {
    font-size: 24px;
    font-family: "Azeret Mono";
}

footer h3 span {
    color: var(--dev-start-brand-primary, #7366FF);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer .btn-participar {
    height: 56px;
    line-height: 38px;
    padding: 8px 20px;
}

footer .btn-participar:hover {
    background-color: #594ddb;
}

@media(min-width: 1024px) {
    .beneficios {}
}

@media(max-width: 1024px) {
    h1 {
        font-size: 30px;
        font-weight: 600;
    }

    h3,
    h2 {
        font-size: 28px !important;
    }

    header .bg-header {
        top: -50px;
    }

    .text-projetos {
        color: var(--dev-start-neutral-white, #E9E9F2);
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }

    .text-projetos span {
        font-weight: 700;
    }

    .vagas {
        flex-direction: column;
    }

    .vagas li::before {
        width: 100%;
        height: 2px;
        bottom: -17px;
        right: inherit;
    }

    .benefits .d-flex {
        flex-direction: column;
        gap: 0;
    }

    .benefits .d-flex h2 {
        text-align: center;
    }

    .beneficios {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .beneficios li {
        flex: 0 0 calc(50% - 10px);
        min-width: inherit;
    }

    .beneficios li span:last-child {
        font-size: 14px;
        line-height: 20px;
        color: var(--dev-start-neutral-white, #E9E9F2);
    }

    footer {
        text-align: center;
    }

    footer img {
        width: 100px;
    }
}