.wom .flotante{
	opacity: 0;
	transform: translateY(100%);
	transition: opacity .1s, transform .6s;
}
.wom .flotante.active{
	opacity: 1;
	transform: translateY(0%);
}
.triangle{
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: auto;
	top: 0;
	margin: auto;
	transform: translateY(-10px) rotate(-45deg);
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
/* ---- Planes ------------------------------------------------------------------------------ */

.box-detail {
	height: 24px;
	background-color: #F7F8FA;
	margin: 0 13px;
	transition: height .4s ease-in-out;
}
.show-detail .box-detail {
	/* height: 305px; */
	height: 260px;
}
.show-detail .box-dg .box-detail {
	height: 320px;
}
.box-detail > a {
	height: 25px;
	background-color: #F4F4F7;
	border-bottom: 1px solid #C3C5D4;
}
.box-detail > a::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M7.087 8.686c-.268.268-.268.703 0 .971L12.429 15l5.342-5.342c.268-.268.268-.703 0-.971s-.703-.268-.971 0l-4.371 4.371-4.371-4.371c-.268-.268-.703-.268-.971 0z' fill='%23e92070'/%3E%3C/svg%3E");
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-left: 8px;
	transition: transform .6s ease;
}
.show-detail .box-detail > a::after {
	transform: rotate(180deg);
}
.box-detail > a span:last-of-type, .show-detail .box-detail > a span:first-of-type {
	display: none;
}
.show-detail .box-detail > a span:last-of-type {
	display: inline;
}
.box-detail ul li > span {
	width: 20px;
}
