*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Karla', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'DM Serif Display', serif;
}

.container{
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.button{
    padding: 15px 30px;
    transition: 0.5s;
}

header{
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

section{
    padding: 20px;
    display: flex;
    justify-content: center;
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    display: flex;
    align-items: center;
}

header ul{
    display: flex;
}

header ul li{
    list-style: none;
    margin: 0 10px;
    text-transform: uppercase;
}

header ul a{
    letter-spacing: 2px;
    text-decoration: none;
    color: #78787a;
    font-weight: 400;
    padding: 10px 5px;
}

header ul a:hover{
    color: #000;
}

.hButton{
    border: 1px solid #000;
    color: #000;
    transition: 0.5s;
}

.hButton:hover{
    background-color: #000;
    color: #FFF;
}

.menu{
    transition: 0.5s;
}

.mMobile{
    display: none;
}

.closeBtn{
    display: none;
}

.mMobile button{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    justify-content: center;
    border: 2px solid #2a2a2a;
    padding: 6px;
}

.mMobile button span{
    width: 100%;
    height: 2px;
    background-color: #2a2a2a;
    margin: 3px 0;
}


.humanazing{
    background-color: #2c2640;
    color: #FFF;
    padding: 90px 20px 60px;
    position: relative;
}

.humanazing .container div{
    width: 50%;
    min-width: 400px;
}

h1{
    font-weight: normal;
    font-size: 63px;
    line-height: 60px;
}

.humanazing h1{
    margin-top: 100px;
    position: relative;
    margin-bottom: 20px;
}

.humanazing h1::before{
    content: "";
    width: 150px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: -90px;
}

.humanazing p{
    padding-right: 70px;
    line-height: 24px;
}

p{
    font-weight: normal;
}

.bButton{
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    display: inline-flex;
    border: 2px solid #FFF;
    font-weight: 700;
    margin-top: 30px;
    z-index: 2;
    position: relative;
}

.bButton:hover{
    background-color: #FFF;
    color: #2c2640;
}

.imgBanner{
    margin-bottom: -100px;
    max-width: 100%;
}

.introLeft{
    position: absolute;
    bottom: calc(-48%);
    left: 0;
    z-index: 0;
}

.introRight{
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
}

@media (max-width: 843px){
    .humanazing h1{
        font-size: 48px;
    }

    .humanazing .container div{
        min-width: 300px;
    }

    .introLeft,
    .introRight{
        display: none;
    }
}

@media (max-width: 767px){
    .humanazing{
        padding: 0 0 64px;
    }

    .humanazing h1{
        margin-top: 0;
    }

    .humanazing h1::before{
        display: none;
    }

    .humanazing .container{
        flex-direction: column;
        align-items: center;
    }

    .humanazing .container div{
        width: 100%;
        text-align: center;
    }

    .humanazing .bannerText{
        position: relative;
        order: 2;
        margin-top: 128px;
        margin-bottom: 32px;
        padding: 64px 15px 0;
    }

    .bannerText p{
        padding: 0;
    }

    .humanazing .bannerText::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(/images/bg-pattern-intro-right-mobile.svg);
        background-size: contain;
        background-repeat: no-repeat;
        right: 0px;
        background-position: right;
    }

    .humanazing .bannerText::before{
        content: '';
        position: absolute;
        width: 100%;
        max-width: 200px;
        height: 100%;
        background-image: url(/images/bg-pattern-intro-left-mobile.svg);
        background-size: contain;
        background-repeat: no-repeat;
        left: 0px;
        background-position: left;
        top: -124px;
    }
}

/*different section*/

#different{
    padding-top: 350px;
    padding-bottom: 160px;
    position: relative;
}

.difTitle{
    font-weight: 400;
    color: #302e33;
    font-size: 50px;
    position: relative;
}

.difTitle::before{
    content: '';
    background-color: #b0a4b2;
    width: 160px;
    height: 2px;
    position: absolute;
    top: -70px;
    left: 0;
}

.difWrapper{
    display: flex;
    width: 100%;
    margin-top: 50px;
    flex-wrap: wrap;
}

.dif h4{
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0;
    color: #000;
}

.dif{
    width: 33%;
    min-width: 250px;
    margin-top: 40px;
    margin-right: 20px;
    line-height: 1.4em;
    color: #777779;
}

.dif:last-child{
    margin-right: 0;
    flex: 1;
    padding-right: 0;
}

@media (max-width: 892px){
    .dif{
        width: 47%;
    }

}

@media (max-width: 560px){
    .dif{
        width: 100%;
        text-align: center;
    }
}

/*AJEITAR RESPONSIVIDADE DA PRIMEIRA SEÇÃO!!!!!!!!!*/

/*how we work sec*/

#howWeWork{
    margin-bottom: 128px;
    background-color: #2c2640;
    background-image: url(/images/bg-pattern-how-we-work-desktop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

#howWeWork .container{
    flex-wrap: wrap;
    padding: 70px;
    color: #FFF;
}

#howWeWork .container div{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#howWeWork .button{
    color: #2c2640;
    background-color: #FFF;
    padding: 15px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #FFF;
}

#howWeWork .button:hover{
    color: #FFF;
    background-color: #2c2640;
}


@media (max-width: 771px){
    #howWeWork{
        background-image: url(/images/bg-pattern-how-we-work-mobile.svg);
    }

    #howWeWork .container div{
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    #howWeWork .container div:last-child{
        margin-top: 50px;
    }

    #howWeWork h1{
        font-size: 58px;
    }
}

/*FOOTER*/

footer{
    background-color: #fafafa;
    padding: 64px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('/images/bg-pattern-footer-desktop.svg');
    background-repeat: no-repeat;

}

footer .footerTop{
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 2px solid #d9d9d9;
    align-items: center;
}

.icons a{
    margin-left: 8px;
}

.icons a img{
    transition: 0.3s;
}

.icons a:hover img{
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(353deg) brightness(0%) contrast(114%);
}

footer .footerBottom{
    padding-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

footer h5{
    font-family: 'Karla', sans-serif;
    color: #919191;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.footerBottom a{
    display: inline-block;
    margin-bottom: 8px;
    color: #3d3b46;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    padding-bottom: 2px;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
}

.footerBottom a:hover{
    border-bottom: 2px solid #3d3b46;
}

@media (max-width: 768px){
    footer .footerBottom{
        grid-template-columns: repeat(2, 1fr);
        padding-top: 0;
    }

    .footerBottom div{
        margin-top: 32px;
    }
}

@media (max-width: 430px){
    footer .footerBottom{
        grid-template-columns: 1fr;
    }
}

/*MENU MOBILE*/

@media (max-width: 763px){
    .menu{
        position: absolute;
        top: 0;
        left: -100vw;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 200;
        height: 100vh;

    }

    .closeBtn{
        display: inline;
        background-color: transparent;
        color: #2c2640;
        border: 0;
        font-size: 40px;
        position: absolute;
        right: 16px;
        transition: 0.5s;
        z-index: 1000;
    }

    .closeBtn:hover{
        color: rgb(197, 0, 0);
        transform: rotate(360deg);
    }

    .menu nav{
        height: 100%;
        background-color: #FFF;
        width: 100vw;
        max-width: 375px;
        position: relative;
    }

    .menu ul{
        padding-top: 40px;
        display: flex;
        flex-direction: column;
    }

    .menu ul li{
        padding: 8px 0;
    }

    .hButton{
        padding: 8px 0 2px;
        border: 0;
        border-bottom: 1px solid #2a2a2a;
        font-weight: bold;
    }

    .mMobile{
        display: block;
    }
}