.enlazar-cursos-wrapper {
	position: relative;
	display: block;
	width: 100%;
}
.enlazar-cursos-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50px;
	padding: 15px 45px 15px 25px;
	font-size: 16px;
	font-family: inherit;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease;
}
.enlazar-cursos-select:focus {
	border-color: #ffffff;
	box-shadow: 0 0 0 1px #ffffff;
}
.enlazar-cursos-select option {
	background-color: #0a0446;
	color: #ffffff;
}
.enlazar-cursos-select optgroup {
	background-color: #0a0446;
	color: #7fc7ff;
	font-style: normal;
	font-weight: 700;
}
.enlazar-cursos-select optgroup option {
	background-color: #0a0446;
	color: #ffffff;
}
.enlazar-cursos-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.enlazar-cursos-arrow svg {
	width: 18px;
	height: 18px;
	stroke: #ffffff;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}
