.simular-btn-file {
	position: relative;
}

.simular-btn-file:before {
	content: '';
	position: absolute;
	width: 203px;
	height: 50px;
	background: url(images/btn-file.svg) no-repeat center;
}

.wpcf7 .simular-btn-file input[type="file"] {
	width: 203px;
	height: 50px;
	opacity: 0;
}

.iconh6title {
	background: url(images/icon-user.svg) no-repeat left center;
	font-size: 20px;
	font-weight: normal;
	padding-left: 32px;
	margin: 0 0 16px;
}

#positionsmedina {
	position: relative;
}

.overflowauto {
	height: auto;
}

#positionsmedina article {
	padding: 16px;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-direction: column;
	align-items: flex-start;
}

#positionsmedina article > div {
	position: relative;
}

#positionsmedina article > div h3 {
	color: #1B1B1B;
	font-size: 18px;
	line-height: 1.3;
}

#positionsmedina article > div p {
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 16px;
}

#positionsmedina article .apply {
	border: 1px solid #DD0000;
	color: #DD0000;
	display: flex;
	font-size: 14px;
	text-transform: uppercase;
	height: 40px;
	min-width: 100px;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

#positionsmedina article .apply:hover {
	background: #DD0000;
	color: #ffffff;
}

.metada {
	display: flex;
	align-items: center;
	gap: 12px;
}

.metada span {
	display: flex;
	gap: 5px;
	text-transform: capitalize;
	align-items: center;
	font-size: 14px;
	line-height: 22px;
}

#carreras {
	padding-top: 32px;
}

.custom-ac-positionsmedina {
	padding-top: 48px;
}

@media screen and (min-width: 768px) {
	.custom-ac-positionsmedina {
		padding-top: 48px;
	}
	#positionsmedina article {
		flex-direction: row;
		align-items: center;
	}
}