.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: 70px 20% 30px 20%;
}

.topupPage .btnInit {
	font: 800 14px Roboto;
	color: #FFF;
	display: inline-block;
	padding: 15px 60px;
	background: #ff731f;
	border-radius: 20px;
}
.more_it_btn {
	font: 800 14px Roboto;
  color: #5A6371;
  display: inline-block;
  padding: 15px 60px;
  background: #dce1e8;
  border-radius: 20px;
}
.more_it_btn:hover {
  color: #FFF;
  background: #000;
}
.paises_sector {
	font: 900 25px Roboto;
  color: #5A6371;
}
.paises_sector strong {
  color: #000;
}
.handSelect.selected {
	padding-left: 40px !important;
}
.bgOperatorDest {
	background: #FFF;
}
.gridProductos .item .flah {
	position: absolute;
  width: 40px;
  height: 26px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  right: 14px;
  top: 14px;
}
@media (max-width: 700px) {
	.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;
	}
}