#texto_boxes {
	width: 100%;
	display: table;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}

#logotipo_sm img {
	width: 30%;
}

#agende_seu_horario img {
	width: 10%;
}

#texto_boxes a:link {
	color: #ff7f50;
	text-decoration: none;
}

#texto_boxes a:visited {
	color: #ff7f50;
	text-decoration: none;
}

#texto_boxes a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#formulario_agend {
	width: 100%;
	height: 1400px;
	position: relative;
	flex-direction: column;
	display: flex;
	float: center;
	justify-content: center;
	padding-bottom: 100px;
}

@media screen and (min-width: 769px) {

#texto_boxes {
	width: 100%;
	display: table;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}

#logotipo_sm img {
	width: 10%;
}

#agende_seu_horario img {
	width: 4%;
}

#texto_boxes a:link {
	color: #ff7f50;
	text-decoration: none;
}

#texto_boxes a:visited {
	color: #ff7f50;
	text-decoration: none;
}

#texto_boxes a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#formulario_agend {
	width: 100%;
	height: 1400px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
}