@media print {
	a[href]:after {
		content: none !important;
	}
}

.adip-jc {
	justify-content: flex-end;
}

.ui-state-highlight {
	background: #F0F0F0 !important;
	color: black !important;
	text-shadow: none !important;
}

.btn_descarga {
	letter-spacing: 1px;
	color: #6B6B6B !important;
	font-weight: normal !important;
	font-family: Inter !important;
	font-size: 15.8px !important;
	font-weight: 700 !important;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	width: 116px !important;
	height: 38px !important;
	background-color: #EEEEEE !important;
	border-radius: 80px !important;
	padding: 0 18px;
	will-change: transform;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: none !important;
}

.btn_descarga.ui-button-text-only .ui-button-text {
	padding: 0% !important;
	line-height: normal !important;
}

i {
	opacity: 0;
	font-size: 28px;
	color: #1F1E1E;
	will-change: transform;
	-webkit-transform: scale(.1);
	transform: scale(.1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn_wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	width: 116px !important;
	height: 38px !important;
	background-color: #EEEEEE;
	color: #6B6B6B !important;
	font-family: Inter !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	border-radius: 80px;
	padding: 0 10px;
	will-change: transform;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn_wrap:hover {
	/* transition-delay: .4s; */
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.compartir {
	position: absolute;
	z-index: 99;
	width: 145px !important;
	height: 44px !important;
	background-color: #E8E8E8;
	letter-spacing: 1px;
	color: #6B6B6B !important;
	font-family: Inter !important;
	font-weight: 700 !important;
	border-radius: 80px;
	font-size: 15.8px;
	text-align: center;
	line-height: 45px;
	padding: 0px;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 240px;
	height: 64px;
	border-radius: 80px;
}

.container i:nth-of-type(1) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.container i:nth-of-type(2) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.container i:nth-of-type(3) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.container i:nth-of-type(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.btn_wrap:hover span {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px)
}

.btn_wrap:hover i {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.tamañoI {
	font-size: 30px !important
}

@media only screen and (min-width: 420px) and ( max-width : 500px) {
	.text-ultima-act {
		font-family: Inter !important;
		font-size: 12px !important;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.54;
		letter-spacing: -0.1px;
		text-align: left;
		color: #1a1a1a !important;
	}
}

@media only screen and (min-width: 336px) and ( max-width : 420px) {
	.text-ultima-act {
		font-family: Inter !important;
		font-size: 11px !important;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.54;
		letter-spacing: -0.1px;
		text-align: left;
		color: #1a1a1a !important;
	}
	.btn_descarga {
		font-size: 12px !important;
		width: 100px !important;
		height: 34px !important;
	}
	.compartir {
		font-size: 12px !important;
	}
	.btn_wrap {
		width: 100px !important;
		height: 34px !important;
	}
	.tamañoI {
		font-size: 30px !important
	}
	.adip-jc {
		justify-content: center;
	}
}

@media only screen and (min-width: 0px) and ( max-width : 336px) {
	.text-ultima-act {
		font-family: Inter !important;
		font-size: 10px !important;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.54;
		letter-spacing: -0.1px;
		text-align: left;
		color: #1a1a1a !important;
	}
	.btn_descarga {
		font-size: 8px !important;
		width: 70px !important;
		height: 20px !important;
		padding: 0% !important;
	}
	.compartir {
		font-size: 8px !important;
		line-height: 46px;
	}
	.btn_wrap {
		width: 70px !important;
		height: 20px !important;
		font-size: 20px !important
	}
	.tamañoI {
		font-size: 20px !important
	}
	.adip-jc {
		justify-content: center;
	}
}