#form {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
}

#cep div{
    padding-top: 20px !important;
    padding-left: 22px !important;
    padding-right: 6px !important;
    padding-bottom: 12px !important;
    width: 65%;
}

#cep{
    display: none;
}

#close {
    float: right;
    text-align: end;
    margin-top: -24px;
    width: 20% !important;
    height: 15% !important;
}

#cnpj div{
    padding-top: 20px !important;
    padding-left: 22px !important;
    padding-right: 6px !important;
    padding-bottom: 12px !important;
    width: 85%;
}

#cnpj{
    display: none;
}


#isbn{
    display: none;
}


#moedas{
    width: 15%;
}

#moeda{
    display: none;
}



@media only screen and (max-width: 1400px) {
    #cep div{
        width: 90%;
    }
    #cnpj div{
        width: 90%;
    }
    #moedas{
        width: 70%;
    }
  }