*
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
header
{
    height: 79.5px;
    position: absolute;
    top: 0;
    width: 100%;
}
body
{
    display: block;
    overflow: auto;
}
#imageContainer
{
    margin-top: 24.15vw;
    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;
}
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;
}
#allergiesBox
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    height: 30px;
    width: 44.25vw;
    transition: 0.5s 0s ease;
    text-align: center;
}
#allergiesBox.open
{
    background-color:  #e6e1e1;
    height: 120px;
    border-radius: 30px;
    width: 44.25vw;
}
#allergiesButton
{    
    width: 44.25vw;
}
#intolerancesBox
{
    margin-top: 22px;
    margin-left: 3vw;
    float: left;
    height: 30px;
    width: 44.25vw;
    transition: 0.5s 0s ease;
    text-align: center;
}
#intolerancesBox.open
{
    background-color:  #e6e1e1;
    height: 120px;
    border-radius: 30px;
    width: 44.25vw;
}
#intolerancesButton
{    
    width: 44.25vw;
}
.hideable
{
    visibility: hidden;
    color: rgba(0,0,0,0);
    transition: 0.25s 0s ease;
}
.open > .hideable
{
    visibility: visible;
    color: rgba(0,0,0,100);
    transition: 0.25s 0.25s ease;
}
.hideable > div
{
    font-size: 3.5vw;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
footer
{
    background-image: url('../../img/costumerInformation/footerImage.png');
    background-size: cover;
    height: 95px;
    width: 100vw;
}
#imageHeader, #imageFooter
{
    width: 100vw;
}