/* ---- Botón Contrata --------------------------------------------------------------------------------- */
#btn-contrata-c2c {
	top: 486px;
	border-radius: 8px 0 0 8px;
	height: 80px;
	width: 65px;
	border: 2px solid #fff;
	line-height: 16px;
	text-transform: capitalize !important;
}
.smartb #btn-contrata-c2c {
	top: 432px;
}
#btn-contrata-c2c:hover {
	border-color: #fff;
}
@media (min-width: 992px) {
	#btn-contrata-c2c {
		top: 460px;
		line-height: 16px;
	}
}
/* @media (min-width: 1200px) {
	#btn-contrata-c2c {
		top: 375px;
		height: 92px;
		width: 73px;
	}
} */
/* ---- Por ser WOM --------------------------- */
#por-ser-wom .por-ser-wom-item {
	clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
}
/* ---- Wom News --------------------------- */
.box-news .news-item > div::after {
	content: '';
	display: block;
	height: 2px;
	background-image: linear-gradient(270deg, #ed1e79 0%, #451287 100%);
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}
/* ---- Segmentador --------------------------- */
.wom .section-segment .select-sort .select-dropdown {
	width: 270px;
	height: 56px;
	padding: 9px 16px;
	border-radius: 8px;
}
.wom .section-segment .select-sort .select-dropdown::after {
	top: 14px;
}
.wom .section-segment .select-sort .select-dropdown .select-dropdown-text {
	color: #494C66;
}
.wom .section-segment #btn_segment{
	height: 51px;
}

.wom .text-nueva-h-left {
    background: -webkit-linear-gradient(180deg, #C348EA 0%, #7212E8 48.44%, #4E018D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4D008C;
}