@media screen and (min-width: 420px) and (max-width: 780px) {
    body #modal_contato{
        overflow-y: auto;
        height: auto;
        max-height: 300px;
        margin-top: -150px;
    }
}

@media screen and (max-width: 415px) {
    body #modal_contato{
        padding: 15px;
        width: 350px;
        margin-top:-175px;
        margin-left:-175px;
        overflow-y: auto;
        height: auto;
        max-height: 400px;
    }
}


#modal_contato {
    width: 500px;
    height: 360px;
    background-color: #ffffff;
    z-index: 10020;
    padding: 20px;
    overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top:-250px;
	margin-left:-250px;
}
.page_precos #modal_contato{
	height: 525px;
}
#modal_contato h2 {
    margin-top: 5px;
}

#modal_contato button {
    float: right;
    margin: 10px 0;
    font-size: 1.4em;
    padding: 10px 50px;
}

.form-input-2a {
    width: 46.5%;
    float: left;
    height: 45px;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
    /*border-radius: 5px;*/
    margin-top: 20px;
    padding: 10px;
  }

.form-input-4 {
    height: 150px;
}

@media screen and (max-width: 450px) {
    body #modal_contato{
		padding: 15px;
	    width: 350px;
		margin-top:-175px;
		margin-left:-175px;
		overflow-y: auto;
		height: auto;
		max-height: 400px;
	}
}