@media only screen and (max-width: 992px) {
    * {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    input, select {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

* {
    padding: 0;
    margin: 0;
    color: #333;
}

header {
    position: relative;
    top: 0;
    margin-bottom: 25px;
}

header h3 {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: 500px;
}

footer {
    position: relative;
    bottom: 0;
    margin-top: 25px;
    font-family: Calibri, Arial, serif;
}

footer p {
    text-align: center;
}

form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

input, select {
    margin: 5px;
    height: 20px;
    border-radius: 8px;
    border: 1px solid #d0d0c9;
    padding-left: 6px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.input-width {
    width: 95%;
}

button {
    background-color: #00b9c0;
    width: 200px;
    height: 40px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
}

#form {
    margin-top: 40px;
    font-family: Calibri, Arial, serif;
}

#logo {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

#contrato {
    width: 99%;
    max-width: 900px;
    height: 250px;
    margin: 0 auto;
    border: 1px solid #d0d0c9;
    word-wrap: break-word;
    overflow: auto;
}

#contrato p {
    margin: 20px;
    font-size: 15px;
}

#contrato u {
    text-decoration: none;
    color: #00b9c0;
}

#contrato .clist {
    margin: 20px;
    margin-left: 60px;
    font-size: 15px;
}

.titulo {
    font-family: Calibri, Arial, serif;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.table-servicos {
    width: 100%;
}

.campo_serv {
    display: inline-block;
    width: 24.5%;
}

.campo {
    display: inline-block;
    margin-right: 20px;
}

.green-line {
    width: 100%;
    height: 5px;
    background-color: #00b9c0;
    margin-top: 5px;
    margin-bottom: 15px;
}

.green-line2 {
    width: 100%;
    height: 2px;
    background-color: #00b9c0;
    margin-top: 5px;
    margin-bottom: 15px;
}

footer .green-line {
    height: 1px !important;
}

fieldset {
    border: 0;
    border-bottom: 2px solid #00b9c0 !important;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

legend {
    font-weight: bold;
    margin-bottom: 20px;
}

#load {
    position: absolute;
    z-index: 9000;
    top: 0;
    left: 0;
}

#mask {
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

#modal {
    margin: 0;
    position: absolute;
    z-index: 9990;
    background-color: white;
    max-width: 400px;
    width: 98%;
    height: auto;
    border-radius: 10px;
    padding: 0;
    border: 2px solid #00b9c0;
}

#modal p {
    font-size: 15px;
    font-family: Calibri, Arial, serif;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

#modal #header {
    width: 100%;
    height: 25px;
    font-family: Calibri, Arial, serif;
    background-color: #f5f5f0;
    text-align: center;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

#modal button {
    margin-top: 15px;
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 30px;
}