.form {
	width: 100%;
	padding: 0 40px;
	margin-top: 20px;
}

.file {
    color: #ffffff;
    background: #308eba;
    padding: 0px 0 46px;
}

.submit-form {
	display: block;
	padding: 10px 0;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #5cbfe2;
	transition: 0.3s ease-in-out;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border: 0;
}
.submit-form:hover {
	background: #146fa2;
	text-decoration: none;
	color: #ffffff;
}

.preview {
	padding: 25px 70px 30px;
	background: #ffffff;
}

.box-preview {
	display: none;
}

.copiar {
	display: block;
	padding: 10px;
	margin-top: 20px;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #5dc0e2;
	transition: 0.3s ease-in-out;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border: 0;
}
.copiar:hover {
	background: #006e66;
	text-decoration: none;
	color: #ffffff;
}

#copiou {
	color: #707070;
	text-align:center;
	font-weight: 800;
	display: none;
	margin-top: 20px;
}

.fileupload {
	display: none;
}

#imagem {
	display: none;
}

.h3 {
	text-align: center;
	margin-bottom: 20px;
}

.link {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #2582b1;
	font-weight: bold;
	transition: 0.3s ease-in-out;
}

.link:hover {
	color: #006e66;
}

#conhecasenior,
#conhecamega,
#conhecaalcis,
#conhecagko {
	display: none;
}

h3 {
	font-size: 22px;
}