@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    background-image: url('./assets/images/bg.png');
    background-position: bottom center;
    background-size: contain;
}

.desk {
    display: flex;
}

.mobile {
    display: none;
}

h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: right;
    color: #FFFFFF;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 5% 0 0;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 5% 0 0;
}

h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #9D2E7F;
    padding: 5% 0 0;
}

h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #9D2E7F;
    width: 40%;
    margin-left: 30%;
    padding: 5% 0 0;
}

h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #714A88;
    padding: 5% 0 0;
}

p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #909090;
}

p.title {
    font-size: 44px;
    font-weight: 400;
    line-height: 53px;
    color: #000000;
    margin-bottom: 30px;
}

i {
    font-style: italic;
    font-weight: 300 !important;
}

main {
    /* background-image: url('./assets/images/bg.svg');
    background-size: cover;
    background-position: top left; */
}

main .container {
    max-width: 1030px;
}

main .container.small {
    max-width: 940px;
}

main .container.medium {
    max-width: 1115px;
}

main .container.big {
    max-width: 1240px;
}

main .container.full {
    width: 100%;
    max-width: 100%;
}

.button {
    padding: 13px 32px;
    border-radius: 50px;
    background: #F4477C;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 55px;
    transition: all .3s ease;
    cursor: pointer;
}

.button:hover {
    background: #574C9B
}

header.header {
    height: unset;
    border-bottom: unset;
    z-index: 100;
}

section.conheca {
    margin-top: 160px;
    position: relative;
    z-index: 1;
}

section.conheca .container .row:first-child {
    position: relative;
    z-index: 1;
}

section.conheca .container .row:first-child .col:first-child p.title {
    font-style: normal;
    font-weight: 200;
    font-size: 74px;
    line-height: 91px;
    color: #242424;
    max-width: 390px;
}

section.conheca .container .row:first-child .col:first-child p.title strong {
    font-weight: 600;
}

section.conheca .container .row:first-child .col:first-child p.title i {
    font-weight: 100;
    font-style: italic;
}

section.conheca .container .row:first-child .col:last-child {
    width: 100%;
    max-width: 630px;
}

section.conheca .container .row:last-child {
    position: relative;
    z-index: 0;
    margin-top: -170px;
}

section.conheca .container .row:last-child .col {
    position: relative;
}

section.conheca .container .row:last-child .col:first-child {
    position: relative;
    z-index: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 64px;
    gap: 64px;

    max-width: 670px;
    max-height: 430px;

    background: #BF358F;
    box-shadow: 0px 41px 89px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 64px;
}

section.conheca .container .row:last-child .col:first-child p {
    font-weight: 300;
    font-size: 60px;
    line-height: 120%;
    color: #FFFFFF;
    max-width: 210px;
    margin-top: -30px;
}

section.conheca .container .row:last-child .col:first-child p i {
    font-weight: 100;
    font-style: italic;
}

section.conheca .container .row:last-child .col:last-child {
    width: 100%;
    max-width: 600px;
    position: absolute;
    right: 70px;
    top: 70px;
    background: #9F2976;
    border-radius: 0px 0px 116px 0px;
    padding: 140px 65px 85px 60px;
}

section.conheca .container .row:last-child .col:last-child p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: #FFFFFF;
}

section.nossa-missao {
    position: relative;
    z-index: 0;
    margin-top: -80px;
}

section.nossa-missao .container .row .col {
    padding: 0;
}

section.nossa-missao .container .row .col:first-child {
    position: relative;
    z-index: 1;
    width: 50%;
    min-width: 730px;
}

section.nossa-missao .container .row .col:first-child .img {
    width: 100%;
}

section.nossa-missao .container .row .col:first-child .arrow-right {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translate(50%, -50%);
}

section.nossa-missao .container .row .col:last-child {
    background: #574C9B;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 100px 120px 80px 120px;
}

section.nossa-missao .container .row .col:last-child p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: #FFFFFF;
    max-width: 400px;
}

section.nossa-missao .container .row .col:last-child p.title {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: #FFFFFF;
}

section.nossa-missao .container .row .col:last-child p i {
    font-weight: 100;
}

section.jornada {
    padding-bottom: 140px;
    padding-top: 140px;
}

section.jornada .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.jornada .container .row p.title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: #000000;
    text-align: center;
}

section.jornada .container .row .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

section.jornada .container .row .row p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
}

section.jornada .container .row .row img {
    margin-right: 60px;
}

section.jornada .container .row .row .round {
    background-image: url('./assets/images/round.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 155px;
    padding: 0 45px;

    display: flex;
    align-items: center;
    justify-content: center;
}

section.jornada .container .row .row .round p {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: #574C9B;
}

section.premiacoes {
    background: #BF358F;
    padding: 155px 0 460px 0;
}

section.premiacoes .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.premiacoes img {
    width: 100%;
}

section.fatos-e-dados {
    margin-top: -250px;
}

section.fatos-e-dados .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.fatos-e-dados img {
    width: 100%;
}

section.fatos-e-dados a {
    padding: 25px 50px;
    margin-bottom: 160px;
    background: #F4477C;

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;

    transition: all .3s ease;
}

section.fatos-e-dados a:hover {
    background: #574C9B;
}

section.distribuicao-global {}

section.distribuicao-global .container {}

section.distribuicao-global .container .row:first-child {
    justify-content: center;
}

section.distribuicao-global .container .row:first-child p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    color: #000000;
}

section.distribuicao-global .container .row:first-child p.title {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: #242424;
}

section.distribuicao-global .container .row:first-child p.title i {}

section.distribuicao-global .container .row:nth-child(2) {
    margin-top: 65px;
}

section.distribuicao-global .container .row:nth-child(2) .col {
    width: calc(100% / 3);
}

section.distribuicao-global .container .row:nth-child(2) .col .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    margin: 0 5px;
    min-height: 290px;
    background: #FFFFFF;
    box-shadow: 4px 9px 36px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
}

section.distribuicao-global .container .row:nth-child(2) .col .block img {
    margin: auto;
    margin-bottom: 25px;
    max-width: 65px;
}

section.distribuicao-global .container .row:nth-child(2) .col .block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #909090;
    margin-bottom: auto;
}

section.distribuicao-global .container .row:nth-child(2) .col .block p.title {
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #1A2129;
    margin-bottom: 25px;
}

section.distribuicao-global .container .row:last-child a {
    padding: 25px 50px;
    margin: 95px auto 150px auto;
    background: #F4477C;

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;

    transition: all .3s ease;
}

section.distribuicao-global .container .row:last-child a:hover {
    background: #574C9B;
}

section.como-funciona {}

section.como-funciona .container {
    background: rgba(244, 71, 124, 0.1);
    padding: 0 80px 0 80px;
}

section.como-funciona .container .row {
    transform: translateY(110px);
}

section.como-funciona .block {
    background: #FFFFFF;
    box-shadow: 0px 16px 32px rgba(217, 218, 226, 0.3);
    padding: 40px 55px;
}

section.como-funciona .block img {}

section.como-funciona .block p.title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #574C9B;
}

section.como-funciona .block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #909090;
}

section.como-funciona .container .row:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.como-funciona .container .row:first-child p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    color: #000000;
    margin-bottom: 75px;
}

section.como-funciona .container .row:first-child p.title {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: #242424;
    display: block;
}

section.como-funciona .container .row:first-child p.title i {}


section.como-funciona .row:nth-child(2) {
    margin-bottom: 50px;
}

section.como-funciona .row:nth-child(2) .col {
    display: flex;
    align-items: stretch;
    padding: 0 25px;
}

section.como-funciona .row:nth-child(2) .col .block {}

section.como-funciona .row:last-child {
    padding: 0 15px;
}

section.como-funciona .row:last-child .col {}

section.como-funciona .row:last-child .col .block {}

section.como-funciona .row:last-child .col .block .row {
    margin: 0;
    padding: 0;
    transform: translateY(0);
}

section.como-funciona .row:last-child .col .block .row .col {
    margin: 0;
    padding: 0
}

section.como-funciona .row:last-child .col .block .row .col:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 230px;
    max-width: 230px;
}

section.como-funciona .row:last-child .col .block .row .col:first-child img {}

section.como-funciona .row:last-child .col .block .row .col:first-child p {
    margin: 0;
}

section.como-funciona .row:last-child .col .block .row .col:last-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.como-funciona .row:last-child .col .block .row .col:last-child p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #909090;
    margin: 0;
    text-align: left;
}

section.como-funciona .row:last-child .col .block .row .col:first-child p.title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #574C9B;
}

section.junte-se {
    margin-top: 250px;
    margin-bottom: 200px;
}

section.junte-se .container {
    background: radial-gradient(100% 100% at 24.85% 81.5%, rgba(87, 76, 155, 0.192) 0%, rgba(255, 255, 255, 6.4e-05) 100%), rgba(87, 76, 155, 0.1);
    border-radius: 16px;
    padding: 25px 65px 0 65px;
}

section.junte-se .container .row {
    transform: translateY(35px);
    align-items: flex-end;
}

section.junte-se .container .row:first-child {
    margin-bottom: 60px;
}

section.junte-se .container .row:first-child .col p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 40px;
}

section.junte-se .container .row:first-child .col p.title {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 56px;
    color: #27292D;
}

section.junte-se .container .row:first-child .col p.title i {}

section.junte-se .container .row:last-child {}

section.junte-se .container .row:last-child a {
    padding: 25px 50px;
    margin: auto;
    background: #F4477C;

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;

    transition: all .3s ease;
}

section.junte-se .container .row:last-child a:hover {
    background: #574C9B;
}


@media screen and (max-width:1440px) {}

@media screen and (max-width:1024px) {
    section.nossa-missao .arrow-right {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .desk {
        display: none;
    }

    .mobile {
        display: flex;
    }

    br {
        display: none;
    }

    section.conheca .container .row:first-child {
        flex-direction: column;
    }

    section.conheca .container .row:first-child .col {
        width: 100%;
    }

    section.conheca .container .row:first-child .col:first-child p.title {
        max-width: unset;
        text-align: center;
    }

    section.conheca .container .row:first-child .col:first-child p.title strong {
        display: block;
    }

    section.conheca .container .row:first-child .col:last-child {
        width: 100%;
        max-width: unset;
    }

    section.conheca .container .row:first-child .col:last-child img {
        width: 100%;
    }

    section.conheca .container .row:last-child {
        margin-top: -50px;
    }

    section.conheca .container .row:last-child .col:first-child {
        max-width: unset;
        max-height: unset;
        /* max-width: 250px; */
        padding: 100px 20px 40px 20px;
    }

    section.conheca .container .row:last-child .col:first-child img {
        transform: rotate(-90deg);
    }

    section.conheca .container .row:last-child .col:last-child {
        position: unset;
        top: unset;
        left: unset;
        padding: 100px 20px 40px 20px;
        transform: translateX(-5px);
    }

    section.nossa-missao .container .row {
        flex-direction: column;
    }

    section.nossa-missao .container .row .col:first-child {
        width: 100%;
        min-width: unset;
    }

    section.nossa-missao .container .row .col:last-child {
        padding: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.nossa-missao .container .row .col:last-child p {
        max-width: unset;
        text-align: center;
    }
}

@media screen and (max-width:425px) {
    section .container a {
        max-width: 300px;
    }

    section.conheca .container .row:last-child {
        flex-direction: column;
    }

    section.conheca .container .row:last-child .col:first-child {
        max-width: unset;
    }

    section.jornada .container .row .row {
        flex-wrap: wrap;
        padding: 0 25px;
    }

    section.jornada .container .row .row p {
        font-size: 18px;
    }

    section.jornada .container .row .row .round {
        width: 65%;
    }

    section.jornada .container .row .row img {
        transform: rotate(90deg);
    }

    section.distribuicao-global .container .row:nth-child(2) {
        flex-wrap: wrap;
    }

    section.distribuicao-global .container .row:nth-child(2) .col {
        width: 100%;
        margin-bottom: 40px;
    }

    section.como-funciona .container {
        padding: 0 25px 0 25px;
    }

    section.como-funciona .block {
        padding: 20px 10px;
    }

    section.como-funciona .row:nth-child(2) .col {
        padding: 0;
    }

    section.como-funciona .row:nth-child(2) .col:first-child {
        margin-bottom: 40px;
    }

    section.como-funciona .row:last-child {
        padding: 0;
    }

    section.como-funciona .row:last-child .col {
        padding: 0;
    }

    section.como-funciona .row:last-child .col .block .row {
        flex-direction: column;
    }

    section.como-funciona .row:last-child .col .block .row .col:first-child {
        margin-bottom: 30px;
    }

    section.junte-se .container {
        padding: 25px 15px 0 15px;
    }

    section.junte-se .container .row {
        flex-direction: column;
    }

    section.junte-se .container .row:first-child img {
        width: 100%;
    }
}

@media screen and (max-width:320px) {
    section.jornada .container .row .row .round {
        width: 50%;
    }

    section.jornada .container .row .row .round p {
        font-size: 45px;
    }

    section.distribuicao-global .container .row:first-child p.title {
        font-size: 45px;
    }
}