header{
    width: 100%;
    padding: 2rem;
}
body{
    background-image: url(../img/BG.png);

}
.logo{
    max-width: 20rem;
}
main{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}
.container{
    width: 100%;
    max-width: 1480px;
    display: flex;
    padding: 2rem;
    justify-content: center;
    align-items: center;
}
h1{
    font-size: 5.2rem;
    font-family: 'Clash';
    width: 100%;
    max-width: 44rem;
    letter-spacing: 0.2rem;
    color: aliceblue;
}
.img-ebook{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-form{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-show{
    width: 50%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-titulo{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
form div{
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    color: aliceblue;
    margin-top: 1.2rem;
    & input{
        background-color: transparent;
        width: 37rem;
        height: 4rem;
        border: solid #fff .1rem;
        border-radius: .5rem;
        margin-top: .5rem;
        padding-left: 1rem;
    }
    & ::placeholder{
       font-size: 1.2rem;
       padding-left: .9rem;
       color: #fff;
    }

}
.btnsubmit, .btnBaixar{
    background-color: #fff;
    border: none;
    color: #FF952A;
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: 3.2rem;
    height: 4.8rem;
    width: 30rem;
    border-radius: .8rem;
    cursor: pointer;
    transition: all .3s ease;
}
.btnsubmit:hover, .btnBaixar:hover{
    color: #fff;
    background-color: #FF952A;
    border: solid .1rem #fff;
}
h2{
    font-family: 'Open sans', sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4rem;
    width: 100%;
    max-width: 32rem;
    text-align: center;
    color: aliceblue;
    border-bottom: solid #fff .1rem;
    margin-bottom: 1.5rem;
    padding: 1rem 0rem;
    & span{
        font-weight: 600;
        font-size: 3.2rem;
    }
}
.container-show h2{
    font-family: 'Open sans', sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4rem;
    width: 100%;
    max-width: 40rem;
    text-align: center;
    color: aliceblue;
    border-bottom: solid #fff .1rem;
    margin-bottom: 1.5rem;
    padding: 1rem 0rem;
    & span{
        font-weight: 600;
        font-size: 3.2rem;
    }
}
.social-empresa{
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.social-empresa .redes-sociais{
    display: flex;
    color: aliceblue;
    padding: 1rem;
    gap: 2rem;
    & p{
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.social-empresa .redes-sociais .whatsapp, .instagram, .linkedin{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    cursor: pointer;
    & a{
        color:#fff;
        & i{
            font-size: 2.8rem;
            transition: all .3s ease;
        }
    }
    & i:hover{
        color: #182632;
    }
}
.site{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    & a{

        color: aliceblue;
    }
}