.cadastre-vagas-todo {
	top: 200px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.cv-centro {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.cv-centro h2 {
	color: var(--naranja-color);
}

.cv-centro span {
	width: 800px;
}

.cv-datos label {
	font-weight: bold;
	font-size: 13px;
}

.cv-datos {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 800px;
}

.cv-fila {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.cv-columna {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.cv-fila-sub {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 45%;
	margin-bottom: 10px;
}

.cv-fila-sub i {
	width: 30px;
	padding: 8px;
	font-size: 25px;
	border-radius: 5px;
	background-color: var(--azul-color);
	border-color: var(--azul-color);
	cursor: pointer;
	color: white;
}

.cv-cod-area-telefone {
	display: flex;
	flex-direction: row;
}

#email-empresarial {
	width: 60%;
	margin-right: 10px;
}

#cidade-class {
	width: 52%;
}

#cod-area {
	width: 20%;
	margin-left: 10px;
	margin-right: 20px;
}

#telefone-class {
	width: 100%;
}

#cargo-disponible-class {
	margin-right: 10px;
}

#selected_file {
	padding: 10px;
	border: 1px solid gray;
	margin-left: 20px;
	border-radius: 5px;
}

#quantidade-de-vagas-class {
	width: 20%; 
	margin-left: 10px; 
	margin-right: 20px; 
}

#remuneracao-minima-class {
	width: 52%;
}

#regime-trabalhista-class {
	width: 52%;
}

.input_class[type=text], .input_class[type=number], .input_class[type=email], select, textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: 'Open Sans', sans-serif;
}

.cv-button-enviar {
	width: 130px;
	border-radius: 5px;
	background-color: var(--azul-color);
	border-color: var(--azul-color);
	cursor: pointer;
	color: white;
	font-weight: bold;
	padding: 5px;
}

.cv-columna i {
	width: 30px;
	padding: 8px;
	font-size: 25px;
	border-radius: 5px;
	background-color: var(--azul-color);
	border-color: var(--azul-color);
	cursor: pointer;
	color: white;
}

.possui_midia_text {
	font-weight: bold;
}

@media only screen and (max-width: 590px) { 

	.cadastre-vagas-todo {
		top: 90px;
		width: 100%;
	}

	.cv-centro {
		width: 96%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.cv-centro h2 {
		color: var(--naranja-color);
	}
	
	.cv-centro span {
		width: 100%;
	}
	
	.cv-datos label {
		font-weight: bold;
		font-size: 13px;
	}
	
	.cv-datos {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	
	.cv-fila {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	
	.cv-columna {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.cv-fila-sub {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.cv-fila-sub i {
		width: 30px;
		padding: 8px;
		font-size: 25px;
		border-radius: 5px;
		background-color: var(--azul-color);
		border-color: var(--azul-color);
		cursor: pointer;
		color: white;
	}

	.cv-cod-area-telefone {
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	#quantidade-de-vagas-class {
		width: 100%; 
		margin-left: 0px; 
		margin-right: 0px; 
	}
	
	#email-empresarial {
		width: 100%;
	}

	#telefone-class {
		width: 95%;
		margin-left: 5px;
	}

	#cod-area {
		width: 30%;
		margin-left: 0px;
	}

	#adjunto-class {
		width: 80%;
	}

	#cidade-class {
		width: 100%;
	}

	#remuneracao-minima-class {
		width: 100%;
	}

	#regime-trabalhista-class {
		width: 100%;
	}

	.select_file_class {
		flex-direction: row;
	}

	.cv-button-enviar {
		width: 100%;
		border-radius: 5px;
		background-color: var(--azul-color);
		border-color: var(--azul-color);
		cursor: pointer;
		color: white;
		font-weight: bold;
		padding: 5px;
	}

}