.uppa-nota-interna{ color: #00a5cb; font-size: 14px; letter-spacing: 1px; font-weight: 600; position: relative; top: -5px; }

@media only screen and (max-width: 769px) {
	[data-tippy-root] {
		bottom: 0px !important;
		left: 0 !important;
		position: fixed !important;
		right: 0 !important;
		transform: none !important;
		max-width: 100% !important;
	}
	.tippy-box{ border-radius: 0 !important; max-width: 100% !important; }
	.tippy-content{ padding-bottom: 25px !important; }
}