#s-banner {
	margin-top: 145px;
	display: none !important;
}
#s-banner img {
	width: 100%;
}

#s-trabajo-con-nosotros {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 140px;
}

#content-trab {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	margin-bottom: 50px;
	margin-top: 20px;
}

#img-tra {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#img-tra img {
	width: 90%;
}

#form-tra {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#form-tra > form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#form-tra > form > select,
#form-tra > form > input {
	width: 100%;
	padding: 15px;
	border: 1px solid var(--red);
	margin-bottom: 10px;
	font-size: 18px;
}

#btn-charge {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#btn-charge svg {
	width: 40px;
	fill: red;
}

#btn-charge span {
	background-color: red;
	border-radius: 20px;
	padding: 4px 15px;
	color: #ffffff;
	font-weight: bold;
}

#form-tra > form > span {
	font-size: 12px;
	color: #606060;
}

#ter-con-form {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0px;
	gap: 10px;
}

#ter-con-form label,
#ter-con-form label > a {
	color: #606060;
	font-size: 10px;
}

#c-enviar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#c-enviar input {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	background-color: #1a9b08;
	border-radius: 20px;
	padding: 6px 20px;
	transition: ease all 0.6s;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#c-enviar input:hover {
	transform: scale(1.1);
}

@media screen and (min-width: 992px) {
	#content-trab {
		flex-direction: row;
	}

	#img-tra {
		width: 50%;
	}

	#img-tra img {
		width: 100%;
	}
	#form-tra {
		width: 50%;
	}

	#btn-charge svg {
		width: 60px;
	}
	#form-tra > form > span {
		font-size: 18px;
	}

	#ter-con-form label,
	#ter-con-form label > a {
		font-size: 18px;
	}
}
