.topUpSuscription {
  background: linear-gradient(90deg, rgb(118, 0, 215) 0%, rgb(7, 160, 153) 100%);
  border-radius: 0px 0px 20px 20px;
  position: relative;
  top: -15px;
  font: 400 16px Roboto;
  padding-bottom: 50px;
}
.h1SUs {
	margin: 120px 0px 0px 0px;
	color: #FFF;
	padding: 0px 30px;
	font: 900 40px Urbanist;
}
.h1SUs span {
	float: left;
	width: 100%;
}
.ventajas, .steps_auto {
	float: left;
	width: calc(100% + 20px);
}
.ventajas li {
	float: left;
	width: calc(33.33% - 20px);
	margin: 0px 20px 20px 0px;
	background: #EFEFEF;
	
	padding: 30px;
	border-radius: 20px;
	text-align: center;
	font: 500 14px Roboto;
	color: #767676;
}
.ventajas li img {
	width: 50px;
	height: 50px;
}
.ventajas li strong {
	font: 900 17px Urbanist;
	margin: 10px 0px;
	float: left;
	color: #000;
	width: 100%;
}
.ventajas li:nth-child(1) {
	border-top: 5px solid #7c16c2;
}
.ventajas li:nth-child(2) {
	border-top: 5px solid #64c216;
}
.ventajas li:nth-child(3) {
	border-top: 5px solid #3bc2d8;
}
.nstep {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ff6c00;
  color: #FFF;
  border-radius: 50%;
  font: 900 20px/50px Roboto;
  margin-bottom: 10px;
}
.auto_sec_5 {
	background: #634479;
	color: #FFF;
	padding: 50px 15px 50px 15px;
	background-image: url("../img/pattern.png");
}
.auto_sec_5 h3 {
	font: 900 35px Urbanist;
}
.steps_auto li {
	float: left;
	width: calc(25% - 20px);
	margin: 0px 20px 20px 0px;
	background: #FFF;
	color: #333;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	font: 400 14px Roboto;
}
.steps_auto li img {
	width: 50px;
	height: 50px;
}
.steps_auto li strong {
	font: 600 16px Roboto;
	margin-bottom: 10px;
	display: inline-block;
}.img_suscript {
	border-radius: 30px;
}
.susc_txt_2342 {
  font: 600 14px/26px Roboto;
  color: #696E72;
  padding: 20px;
}
.mainBtnTheme {
  border-radius: 20px;
  background: #8BC34A;
  background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
  color: #FFF;
  height: 60px;
  font: 900 17px Urbanist;
	padding: 10px 20px;
}
@media (max-width: 700px) {
	.steps_auto, .ventajas {
		width: 100%;
	}
	.topupPage {
		width: 90%;
	}
	.paises_sector strong {
		float: left;
		width: 100%;
	}
	.innerTopUpHead {
		margin-top: 65px;
	}
	.innerTopUpHead h1 {
	  font: 900 25px Urbanist;
		padding: 30px 30px 0px 30px;
	}
	.ventajas {
		padding: 0px 15px;
	}
	.ventajas li, .steps_auto li {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}