:root {
	
	/*  Colors  */
	
	--color_alpha: #1DAD7C;
	
	--color_beta: #15805C;
	
	--color_gama: #053827;
	
}



.services_frame {
	
	display: flex;
	flex-direction: column;
	align-items: center;
	width: -webkit-fill-available;
}


.services_frame form {
	
	margin-top: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	padding: 2px 20px;
	border-radius: 20px;
	background-color: white;
}


.services_frame select {
	
	padding: 6px 6px;
	outline: none;
	border: none;
	background: transparent;
	font-size: 1.05rem;
	
}


.services_frame input[type=submit] {
	
	padding: 6px 20px;
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 1.2rem;
}

.service-cards {
	
	display: flex;
	flex-direction: column;
	align-items: center;
	width: -webkit-fill-available;
	
}


.request-frame {
	
	display: flex;
	flex-direction: column;
	align-items: center;
	width: -webkit-fill-available;
}


.request-content {
	
	max-width: 320px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: -webkit-fill-available;
	padding: 10px 6px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	border: 1px solid black;
	
}


.request-frame form {
	
	display: flex;
	flex-direction: column;
	align-items: center;
}


.request-frame form input, textarea {
	
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 6px 20px;
	margin-bottom: 16px;
	width: 290px;
	padding: 6px;
}

