.bgTopup {
	background: #FFF;
}
.topupPage {
    background: #FFF;
	display: inline-block;
	position: relative;
	top: -90px;
	width: 100%;
	max-width: 450px;
	padding: 40px;
	border-radius: 45px;
}
.innerTopUpHead {
	margin-top: 80px;
}
.innerTopUpHead h1 {
    font: 900 40px Urbanist;
    margin: 0px 0px 45px 0px;
	color: #FFF;
	padding: 80px 20% 30px 20%;
}
.topupAlert {
	background: linear-gradient(90deg, rgb(118, 0, 215) 0%, rgb(7, 160, 153) 100%);
}
.topupAlert h1 span strong {
	background: linear-gradient(90deg, rgb(34, 117, 247) 0%, rgb(254, 6, 157) 100%);
	border-radius: 20px;
}
.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;
	color: #333;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
	font: 400 14px Roboto;
}
.ventajas li img {
	width: 50px;
	height: 50px;
}
.ventajas li strong {
	font: 900 17px Urbanist;
	margin: 10px 0px;
	float: left;
	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;
}
.img_suscript {
	border-radius: 30px;
}
.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;
}
.nstep {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ff6c00;
  color: #FFF;
  border-radius: 50%;
  font: 900 20px/50px Roboto;
  margin-bottom: 10px;
}
.susc_txt_2342 {
	font: 600 14px/26px Roboto;
    color: #696E72;
	padding: 20px;
}
.accsBtn {
	padding: 10px 20px;
	display: inline-block;
	height: inherit;
	color: #FFF !important;
}
@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;
	}
}