.atendimento {
	display: flex;
	justify-content: center;
	padding-top: 60px;
	/* padding-bottom: 60px; */
	padding-left: 10px;
	padding-right: 10px;
}
.atendimento form {
	width: 100%;
	max-width: 940px;
	border: solid 1px rgb(194, 194, 194);
    /* box-shadow: 0.1em 0.1em 0.1em #bbb; */
	padding: 40px 20px 60px;
    background: #c7c7c7;
}

.atendimento form p {
	width: 100%;
	margin-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.atendimento form input {
	width: 100%;
	margin-bottom: 20px;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
}

.atendimento form input::placeholder {
	/* color: rgb(36, 36, 36); */
	font-size: 20px;
}

.atendimento form input:hover {
	background: whitesmoke;
}

.atendimento form select {
	width: 100%;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	/* border: solid 1px red; */
	color: rgb(36, 36, 36);
	font-size: 20px;
	border: none;
	background: white;
}

.atendimento form select option 	{
	width: 100%;
	/* height: 60px; */
	/* padding-left: 10px;
	padding-right: 10px; */
	/* border: solid 1px red; */
	color: rgb(36, 36, 36);
	font-size: 20px;
}

.atendimento form button {
	width: 100%;
	margin-top: 20px;
	height: 60px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #e76a00;
	background: white;
	font-weight: bold;
	border:solid 1px #e76a00;
}

.atendimento form button:hover {
	cursor: pointer;
	background: #e76a00;
	color: white;
}

/* Mapa */
.map {
	display: flex;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
}