.banner-reciclaje {
	background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/social/banner-reciclaje.png);
	background-repeat: no-repeat;
	background-position: left -705px top;
	background-size: cover;
	height: 224px;
}
.steps .num {
	background-color: #7FBF40;
	height: 22px;
	width: 22px;
	min-width: 22px;
	line-height: 22px;
}
.title-line > span {
	width: 100%;
}
.title-line > span::before {
	display:none;
}
.title-line > span::after {
	display:none;
}
.donde-reciclar {
	border-radius: 0px;
}
@media (min-width: 768px){
	.banner-reciclaje {
		background-position: 50% 0;
	}

	.title-line::before {
		content: '';
		display: block;
		background-color: #4D008C;
		position: absolute;
		height: 1px;
		width: 100%;
		left: 0;
		top: 50%;
		z-index: 1;
		right: 0;
		margin: auto;
	}
	.title-line > span::after {
		content: '';
		display: block;
		background-color: #EFF1F3;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: -1;
	}
}
@media (min-width: 992px) {
	.title-line > span {
		width: 730px;
	}
	.steps > article::before {
		content: '';
		width: 100%;
		height: 0;
		position: absolute;
		border: none;
		top: 1.6rem;
		left: 50%;
		z-index: 0;
		border-bottom: 1px dashed #341B47;
	}
	.steps > article:last-child::before {
		display: none;
	}
	.hoja-01 {
		top: -85px;
		right: -100px;
		left: auto;
		bottom: auto;
		margin: auto;
	}
	.hoja-02 {
		top: auto;
		left: -120px;
		right: auto;
		transform: scaleX(-1) rotate(-22deg);
		bottom: 75px;
		margin: auto;
	}
	.hoja-03{
		top: 102%;
		right: 0;
		transform: rotate(-86deg);
	}
	.donde-reciclar {
		border-radius: 8px;
	}
}
.wom .mh-68-px {
	min-height: 68px;
}
.wom .mw-300-px {
	max-width: 300px !important;
}

.wom .content-info {
  max-height: 240px;
  overflow: hidden;
  transition: max-height .5s;
}
.wom .content-info.active {
  max-height: 1700px;
}
.wom .content-mas {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(239, 241, 243, 0.13) 0%, #EFF1F3 52.08%);
  height: 98px;
}
.wom .bt-vermas{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4D008C;
  padding-bottom: 15px;
}
.wom .bt-vermas i{
  transition: transform .3s;
  transform: rotate(0deg);
}
.wom .bt-vermas.active i{
  transform: rotate(180deg);
}
#box_func{
  max-height: 100px;
  transition: all .3s;
}
#box_func.active{
  max-height: 400px;
}
.btn-func i{
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-style: initial;
}

/*
@media (min-width: 480px){
  .wom .banner{
		background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/womtv/2023/banner/bg-desktop.jpg);
		min-height: 281px;
	}
}
*/

@media (min-width: 768px){
  .wom .content-info {
    max-height: 225px;
  }
}