*
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
header
{
    height: 79.5px;
    position: fixed;
    top: 0;
    width: 100%;
}
body
{
    display: block;
    overflow: auto;
}
#imageContainer
{
    margin-top: 90px;
    display: flex;
    justify-content: center;
}
#imageQueroChef
{
    width: 37.92vw;
}
#profileContainer
{  
    min-height: calc(100vh - 262px);
    width: 100vw;
}
#profileHead
{
    display: block;
    overflow: auto;
}
#photoBox
{
    border-radius: 100%;
    margin-left: 5vw;
    float: left;
    height: 24.15vw;
    width: 24.15vw;
}
#titleBox
{
    margin-top: 0.5vh;
    font-family: Roboto;
    font-size: 5.55vw;
    color: black;
    width: 100%;
    display: flex;
    justify-content: center;
}
.title-text
{
    margin-left: 2vw;
}
input[type = 'text']
{
    height: 30px;
    background-color: #e6e1e1;
    border-radius: 30px; 
    border: none;
    text-align: center;
    font-size: 3.5vw;
}
#profileBody
{
    display: block;
    overflow: hidden;
}
#nameInput
{
    margin-top: calc(7vh - 15px);
    margin-left: 5vw;
    float: left;
    width: 60.38vw;
    
}
#birthdayInput
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    width: 45vw;
}
#sexInput
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    width: 45vw;
}
#cpfInput
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    width: 45vw;
}
#cepInput
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    width: 45vw;
}
#cityInput
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    width: 71vw;
}
#stateSelect
{
    margin-top: 22px;
    margin-left: 3vw;
    height: 30px;
    width: 19vw;
    padding-left: 5vw;
    background-color: #e6e1e1;
    border-radius: 30px; 
    border: 0;
    float: left;
}
#neighborhoodInput
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    width: 92.5vw;
}
#adressInput
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    width: 92.5vw;
}
#emailInput
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    width: 92.5vw;
}
input[type = 'button']
{
    height: 30px;
    background-color: #019682;
    color: white;
    border-radius: 30px; 
    border: none;
    text-align: center;
    font-size: 3.5vw;
}
#nextButton
{
    appearance: none;   
    border: none;
    background-image: url('../../img/chefInformation/nextButton.png');     
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    float: right;
    margin-right: 5vw;
    margin-top: 5px;
    height: 10vw;
    width: 10vw;
}
footer
{
    background-image: url('../../img/chefInformation/footerImage.png');
    background-size: cover;
    bottom: 0;
    height: 95px;
    width: 100vw;
}
#imageHeader, #imageFooter
{
    width: 100vw;
}