@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;600;700;900&display=swap');
* {
	box-sizing: border-box !important;
	text-decoration: none;
	outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}
body,html {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto';
	background: #FFF;
	color: #001a3f;
}
a {
	color: #4c40df;
}
a:hover {
	color: #e4a90c;
}
.hidden, .forMobile {
	display: none;
}
ul,ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button {
	border: 0px;
	cursor: pointer;
}
.fa {
	transform:rotate(0.001deg)
}
.cntr {
	text-align: center !important;
}
.blur {
	filter: blur(8px);
}
.ion-ios-snowy {
  color: #fff;
  position: absolute;
  top: -20px;
  animation: fall linear forwards;
	z-index: 3;
}
@keyframes fall {
  to {
    transform: translateY(200vh);
  }
}
.transition{-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}
.t{-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}
.col-5 {
	float: left;
	width: 50%;
}
.ttfl {
	float: left;
	width: 100%;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.pt10 {
	padding-top: 10px;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt85 {
	margin-top: 85px;
}
.container {
	display: inline-block;
	width: 1180px;
	text-align: left;
}
header {
	position: relative;
	background: #FFF;
	width: 100%;
	float: left;
	height: 70px;
	z-index: 1;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
header #logo {
	display: inline-block;
	margin-top: 4px;
	width: 250px;
}
header #logo a{
    color: #595959;
	display: table;
}
header #logo a .img{
	width: 1%;
	display: table-cell;
	vertical-align: middle;
}
header #logo a .img img{
	position: relative;
	top: 5px;
	max-height: 45px;
}
header #logo a .name{
	width: 99%;
	display: table-cell;
	vertical-align: middle;
	font: 900 25px Urbanist;
	padding: 3px 0px 0px 5px;
}
header #logo a .name strong {
	color: #ff6c00;
}
.appMenu {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	width: 100%;
}
.btnMenu {
	height: 60px;
	width: 60px;
	background: #FFF;
	border-radius: 0px 0px 0px 50%;
	float: right;
	margin: 0px;
	padding-top: 5px;
}
.btnMenu img {
	height: 40px;
	width: 40px;
}
#headMenu {
	float: right;
}
#headMenu li {
	display: inline-block;
	line-height: 69px;
}
#headMenu li a {
	color: #000;
	font: 700 15px Urbanist;
	padding: 8px 18px;
	border-radius: 30px;
	float: left;
	margin-top: 8px;
}
#headMenu img {
	max-height: 30px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
#headMenu li .contact {
	color: #FFF;
	background: rgb(255, 97, 0);
	margin-left: 10px;
	position: relative;
	top: -5px;
}
.mainStart .btts button, .mainBtnTheme {
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
  color: #FFF;
  padding: 0px 10px;
  height: 60px;
  font: 900 17px Urbanist;
}
.topup_container {
	position: relative;
}
.prd_logo {
	float: right;
	max-height: 25px;
	border-radius: 10px;
}
.tipUl {
	margin: 20px 0px 0px 0px;
}
.tipUl img {
	width: 23px;
	height: 23px;
	position: relative;
	top: 6px;
	margin-right: 5px;
}
.tipUl li {
	display: inline-block;
	padding: 10px;
	font: 900 13px Roboto;
	color: #7f828c;
}
.hero {
	position: relative;
	background-image: url("../img/topup_bg2.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.cart_box {
	float: left;
	width: 100%;
	text-align: left;
}
.cart_box .pl {
	float: left;
	width: 100%;
	position: relative;
	box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
	border-radius: 20px;background: #FFF;
	border: 1px solid #CDCDCD;
	padding: 10px 0px;
}
.cart_box .pl .empty {
	position: absolute;
	right: 10px;
	top: 18px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: rgba(0,0,0,0.4);
	background: rgba(0,0,0,0.05);
    font-size: 13px;
	display: none;
}
.cart_box .pl.focus {
	box-shadow: 0px 0px 20px 0px rgba(255, 96, 0, 0.6);
	border: 1px solid #FFF;
}
.cart_box .btts {
	margin-top: 20px;
	padding: 0px 30px 10px 30px;
}
.cart_box .numero {
	background: transparent;
	border: 0px;
	height: 40px;
	width: calc(100% - 115px);
	font: 600 22px/40px Roboto;
    color: #33346f;
	border-radius: 0px 20px 20px 0px;
	border-left: 2px solid #EFEFEF;
	padding-left: 10px;
}
.stp_rep_tit {
	font: 600 14px Urbanist;
	color: #7a84a2;
	border-top: 1px solid #EFEFEF;
    padding-top: 10px;
}
.bar--or {
	position: relative;
	margin-top: 20px;
}
.bar--or:before {
	position: absolute;
	left: 0px;
	top: 10px;
	content: '';
	height: 1px;
	width: 100%;
	background: #EFEFEF;
}
.bar--or span {
	background: #FFF;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0px 10px;
}
.selectPais {
	float: left;
	height: 40px;
	width: 115px;
	position: relative;
	border-radius: 40px 0px 0px 40px;
}
.selectCountryMenu {
	float: left;
	width: 400px;
	position: absolute;
	border-radius: 20px;
	background: #FFF;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 3;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.selectCountryMenu .searchPlug {
	padding: 10px;
	position: relative;
}
.selectCountryMenu .searchPlug:before {
	content: "\f2f5";
	font-family: 'Ionicons';
	position: absolute;
	font-size: 25px;
	left: 20px;
	top: 15px;
}
.selectCountryMenu .searchPlug input {
	padding: 0px 10px 0px 35px;
	height: 40px;
	border: 1px solid #EFEFEF;
	border-radius: 10px;
}
.scr_paises {
	max-height: 400px;
	overflow: auto;
}
.scr_paises > div, .scr_paises > a {
	border-bottom: 1px solid #EFEFEF;
	padding: 10px;
	font: 600 16px Urbanist;
	cursor: pointer;
	text-align: left;
	color: #4c40df;
}
.scr_paises > div span, .scr_paises > a span {
	float: right;
	color: #7C7C7C;
}
.scr_paises > div:hover, .scr_paises > a:hover {
	background: rgba(0,0,0,0.08);
	color: #333;
}
.scr_paises .act {
	background: #161EAA;
	color: #FFF;
}
.selectPais .handSelect {
	float: left;
	height: 40px;
	top: 0px;
	border-radius: 20px;
	left: 0px;
	z-index: 2;
	position: absolute;
	font: 600 22px/40px Roboto;
	width: 100%;
	text-align: right;
	color: #33346f;
	cursor: pointer; 
	padding-right: 10px;
}
.homeStart .selectPais .handSelect:after {
	  content: "\f123";
	font-family: 'Ionicons';
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 15px;
}
.selectPais .handSelect.focus, .cart_box .numero.focus, .selectPais.focus{
	background: #FFF;
}
.selectPais .img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 15px;
    top: calc(50% - 15px);
	background-size: cover;
	background-position: center center;
}
.gridBoxes {
	float: left;
	width: calc(100% + 20px);
	margin: 50px 0px 60px 0px;
}
.gridBoxes li {
	float: left;
	width: calc(33.33% - 20px);
	margin: 0px 20px 20px 0px;
	background: #F2F4F7;
	border-radius: 20px;
	padding: 30px;
	font: 900 30px Urbanist;
}
.gridBoxes li strong {
	color: #317ff5;
	float: left;
	width: 100%;
}
.gridBoxes li .dec {
	font: 500 16px/26px Roboto;
	margin-top: 20px;
}
.sectionTitle {
	font: 900 50px Urbanist;
    letter-spacing: -1px;
	margin-top: 0px;
}
.loQ {
  display: inline-block;
  color: #1c53d0;
  border-radius: 30px;
  background: #eff5fd;
  font: 900 16px Urbanist;
  padding: 10px 20px;
}
.sectionTitle strong {
	background: linear-gradient(90deg, rgb(247, 174, 34) 0%, rgb(254, 6, 157) 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	float: left;
	width: 100%;
}
.containerGridBox .sectionTitle {
	margin-top: 100px;
}
.mainBtn {
	display: inline-block;
	background: #317ff5;
	color: #FFF;
	position: relative;
	height: 35px;
	border-radius: 30px;
	padding: 0px;
	text-align: right;
}
.mainBtn span {
	float: left;
	height: 35px;
	background: #001A3F;
	text-align: center;
	border-radius: 30px;
	padding: 0px 20px;
	font: 600 14px/35px Urbanist;
}
.mainBtn i {
	float: left;
	line-height: 35px;
	font-size: 22px;
	padding: 0px 10px 0px 5px;
}
.biGrid {
	float: left;
	width: calc(100% + 60px);
	margin: 50px 0px;
}
.biGrid .item {
	float: left;
	width: calc(50% - 60px);
	margin: 0px 60px 60px 0px;
	background: #F2F4F7;
	border-radius: 30px;
	padding: 40px;
	height: 540px;
}
.biGrid .itemOne {
	background-color: rgb(255, 247, 242);
}
.biGrid .itemOne .tit {
	font: 600 18px/35px Urbanist;
	color: rgb(255, 97, 0);
}
.biGrid .itemOne .desc {
	font: 900 28px/35px Urbanist;
	color: #394a62;
	margin: 10px 0px 40px 0px;
}
.biGrid .itemOne img {
	border-radius: 20px;
}
.biGrid .itemTwo .tit {
	font: 600 18px/35px Urbanist;
	color: rgb(122, 144, 157);
	margin-top: 30px;
}
.biGrid .itemTwo .desc {
	font: 900 28px/35px Urbanist;
	color: #394a62;
	margin: 0px 0px 40px 0px;
}
.biGrid .itemThree {
	padding: 0px;
	background: none;
}
.worldWidget img {
	max-width: 100%;
}
#pageLoad {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
	line-height: 100vh;
	background: rgba(255,255,255,0.8);
	z-index: 999999;
	display: none;
}
#pageLoad .content {
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 300px;
}
#pageLoad .content .text {
	position: absolute;
	bottom: 30px;
	width: 100%;
	font: 600 14px Roboto;
}
#pageLoad .content .text span {
	font: 400 12px Roboto;
	float: left;
	width: 100%;
}
.appRecargaPl {
	float: left;
	width: 50%;
	padding: 20px 60px 50px 0px;
}
.appRecargaPr {
	float: left;
	width: 50%;
	padding-top: 30px;
}
.cajaResumen {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 30px;
	padding: 40px;
	background: #FFF;
}
.cajaResumen h4 {
	font: 900 22px Urbanist;
	margin: 0px;
}
.cajaResumen p {
	font: 400 15px Roboto;
	color: #7E8A90;
}
.resumenStep img {
	width: 60px;
	height: 60px;
	background: #ecf7ef;
	border-radius: 50%;
	padding: 10px;
}
.resumenStep .ttx {
	padding-left: 20px;
	width: 99%;
}
.resumenStep .ttx .tit {
	font: 600 15px Roboto;
	margin-bottom: 5px;
}
.resumenStep .ttx .desc {
	font: 400 12px Roboto;
	color: #7E8A90;
}
.satisWidget {
	background: #f2faf3;
	border-radius: 20px;
	padding: 15px;
}
.satisWidget .ic {
	width: 1%;
}
.satisWidget .ic i {
	color: #0ba245;
	font-size: 30px;
	margin: 0px 15px 0px 5px;
}
.satisWidget img {
	max-height: 40px;
}
.satisWidget .ttx {
	text-align: left;
	font: 600 14px Roboto;
}
.satisWidget .ttx i {
	color: #0a9c46;
	font-size: 20px;
}
#mask {
	position: fixed;
	z-index: 9999;
	background: rgba(18, 23, 55, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	float: left;
}
#maskAlert {
	position: fixed;
	z-index: 999999999999;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	float: left;
}
#alerta {
	position: absolute;
	z-index: 9999999999999;
	background: #FFF;
	width: 100%;
	display: none;
	max-width: 400px;
	border-radius: 10px;
	overflow: hidden;
	font: 500 14px Roboto;
}
#alerta .cc {
	float: left;
	width: 100%;
	padding: 30px;
}
#alerta .op {
	float: left;
	width: 100%;
	padding: 30px;
	background: #f4f9f4;
}
#alerta .op a {
	display: inline-block;
	background: #8BC34A;
	color: #FFF;
	padding: 10px 30px;
	border-radius: 6px;
	margin: 5px;
	font: 700 15px Roboto;
}
#alerta .op a:hover {
	color: #FFF;
	background: #4CAF50;
}
#alerta .op a.close {
	background: transparent;
	border: 1px solid #7ebb8a;
    color: #749577;
}
#alerta .op a.close:hover {
	box-shadow: none;
}
#operadorSelector {
	background: #4F4CAF;
	z-index: 10000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	border-radius: 20px;
	color: #33346f;
}
#operadorSelector .title{
	font: 700 18px Urbanist;
	color: #FFF;
	border-radius: 15px 15px 0px 0px;
	padding: 20px;
	text-align: left;
}
#operadorSelector .foot button, .response_CardsPayment .foot button {
	float: left;
    width: 100%;
    height: 60px;
    border-radius: 20px;
    background: #8BC34A;
    color: #FFF;
    font: 600 16px Urbanist;
}
#operadorSelector .foot button:hover, .response_CardsPayment .foot button:hover {
    background: #659929;
}
#modalCard .bgg {
	padding-top: 10px;
	visibility: hidden;
}
#operadorSelector .foot button:disabled {
	background: #CCC;
}
.scrOperadores {
	max-height: calc(100vh - 150px);
	overflow: auto;
	overflow-x: hidden;
	border-radius: 20px;
	background: #FFF;
}
.gridOperadores {
	float: left;
	width: calc(100% + 10px);
	padding: 20px;
}
.gridOperadores a {
	float: left;
	width: calc(33.33% - 10px);
	margin: 0px 10px 10px 0px;
	border: 1px solid #dce2ea;
	border-bottom: 4px solid #dce2ea;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	color: #333;
	font: 600 14px Urbanist;
}

.gridOperadores a .lg {
	float: left;
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.gridOperadores a .nn {
	float: left;
	width: 100%;
	white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
	height: 20px;
	margin-top: 5px;
	font-size: 11px;
	
}
.gridOperadores a:hover {
	border: 1px solid #8BC34A;
	border-bottom: 4px solid #8BC34A;
	color:#8BC34A;
}
footer {
	float: left;
	width: 100%;
	padding: 50px 5%;
}
footer .logo {
	display: inline-block;
}
footer .logo a{
    color: #001a3f;
	display: table;
}
footer .logo a .img{
	width: 1%;
	display: table-cell;
	vertical-align: middle;
}
footer .logo a .img img{
	position: relative;
	top: 5px;
	max-height: 30px;
}
footer .logo a .name{
	width: 99%;
	display: table-cell;
	vertical-align: middle;
	font: 900 25px Urbanist;
	padding-left: 10px;
}
footer .logo a .name strong {
	color: rgb(255, 97, 0);
}
footer .apartados {
	float: left;
	width: 100%;
	text-align: center;
	padding-left: 150px;
	margin-top: 40px;
}
footer .apartados > li {
	float: left;
	width: 25%;
	font: 700 18px Urbanist;
	text-align: left;
}
footer .apartados > li .tit {
	font: 900 20px Urbanist;
	margin-bottom: 10px;
}
footer .apartados > li a {
	font: 600 13px/28px Urbanist;
	color: #525e71;
}
footer .apartados > li a:hover {
	color: #317ff5;
}
footer .disclaimer {
	padding: 60px 30px 30px 30px;
	font: 500 13px/23px Roboto;
	color: #525e71;
	text-align: center;
}
.list_operator .item {
	margin: 40px 0px 0px 0px;
	background: #F2F4F7;
	border-radius: 20px;
	padding: 30px;
}
.list_operator .country {
	font: 900 30px/40px Urbanist;
	margin-bottom: 20px;
}
.list_operator .operadores a {
	font: 700 18px/40px Urbanist;
	float: left;
	width: 50%;
}
#filter {
	background: #FFF;
	border-radius: 20px;
	padding: 10px 20px;
	border: 2px solid rgb(255, 97, 0);
	color: rgb(255, 97, 0);
	font: 900 20px/40px Urbanist;
}
.list_country {
	float: left;
	width: calc(100% + 20px);
}
.list_country .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0px 20px 20px 0px;
}
.list_country .item a {
	float: left;
	width: 100%;
	border: 1px solid #c0c3d0;
	background: #FFF;
	padding: 20px;
	border-radius: 10px;
	color: #2547ca;
	font: 600 16px Urbanist;
	position: relative;
}
.list_country .item a .img{
	position: absolute;
	right: 20px;
	top: 20px;
}
.list_country .item a .img img{
	border-radius: 5px;
	max-height: 20px;
}
.list_country .item a .operador{
	font: 600 14px Urbanist;
	color: #626699;
	margin: 10px 0px 5px 0px;
}
.list_country .item a .operadores{
	font: 400 12px Urbanist;
    color: #9096ac;
}
.list_country .item a:hover .name{
	color: #7d858c;
}
.page_inner {
	text-align: left;
	padding: 0px 10%;
	font: 400 15px/24px Roboto;
}
.opLogo img {
	max-height: 130px;
}
.tabb {
	display: table;
	width: 100%;
}
.tabb > div {
	display: table-cell;
	vertical-align: middle;
}
.gridProductos {
	float: left;
	width: 100%;
}
.gridProductos .slick-slide {
	padding: 0px 15px;
}
.gridProductos .item {
	background: #F2F4F7;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}
.gridProductos .item .of {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #FF0000;
	color: #FFF;
	padding: 5px;
	border-radius: 15px;
	font: 900 13px Urbanist;
}
.gridProductos > div .tab {
	display: table;
	width: 100%;
	padding: 30px;
}
.gridProductos > div .tab .image {
	display: table-cell;
	width: 80px;
	vertical-align: middle;
}
.gridProductos > div .tab .image span {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.gridProductos > div .tab .name {
	display: table-cell;
	width: calc(100% - 80px);
	vertical-align: middle;
	padding-left: 30px;
	font: 900 16px Urbanist;
}
.gridProductos > div .tab .name span {
	color: #91979B;
}
.gridProductos > div .description {
	border-bottom: 1px solid #EFEFEF;
	padding: 0px 30px 30px 30px;
	margin-bottom: 30px;
	font: 400 14px/24px Roboto;
}
.gridProductos > div .price {
	padding: 0px 30px 30px 30px;
	font: 900 18px Urbanist;
}
.gridProductos > div .price .strike {
	text-decoration: line-through;
	color: #CCC;
}
.gridProductos > div .btt {
	padding: 0px 30px 30px 30px;
}
.gridProductos > div button {
	font: 800 16px Urbanist;
	padding: 15px;
	background: #90c400;
	color: #FFF;
	border-radius: 10px;
}
.pais_description {
	padding: 0px 5%;
	font: 600 16px Urbanist;
}
.pais_description h3 {
	font: 900 22px Urbanist;
}
.pulsing {
  animation: pulsing 2s infinite;
}
.logo3644 img {
	max-width: 100%;
	border-radius: 10px;
	margin-top: 40px;
	max-height: 100px;
}
@-webkit-keyframes pulsing {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(139, 195, 74, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(139, 195, 74, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(139, 195, 74, 0);
  }
}
@keyframes loading_txt {
  0% {
    background-position: -150px 0;
  }
  100% {
    background-position: 150px 0;
  }
}
.amountLoading {
	display: inline-block;
	height: 20px;
	width: 50px;
	background: linear-gradient(to right, #F6F7F9 8%, #E8ECF0 18%, #F6F7F9 33%);
    background-size: 150px 104px;
    animation: loading_txt 2s infinite linear;
	border-radius: 4px;
	position: relative;
	top: 3px;
}
.faqContainer {
	display: inline-block;
	width: 100%;
	max-width: 750px;
	position: relative;
}
.faqContainer .content {
	background: #FFF;
	position: relative;
	z-index: 2;
	padding: 0px 40px;
}
.faqContainer:before {
	content: '';
  background: #FFE243;
  position: absolute;
  left: -33%;
  width: 33%;
  height: 50%;
  top: 0px;
  border-radius: 50px 0px 0px 100px;
}
.faqContainer:after {
	content: '';
  background: #FFE243;
  position: absolute;
  right: -33%;
  width: 33%;
  height: 50%;
  bottom: 0px;
  border-radius: 0px 50px 100px 0px;
}
.faqContainer .more {
	font: 800 14px Roboto;
  color: #656a71;
  display: inline-block;
  padding: 15px 60px;
  background: rgba(0,0,0,0.1);
  border-radius: 20px;
}
.faq_list {
	width: 100%;
	float: left;
	padding: 0px 30px;
}
.faq_list > li {
	width: 100%;
	float: left;
	text-align: left;
	border-bottom: 1px solid #EFEFEF;
	padding: 20px 0px;
	cursor: pointer;
}
.faq_list > li .heading {
	width: 100%;
	float: left;
	position: relative;
	cursor: pointer;
	font: 700 16px Roboto;
	padding-right: 40px;
}
.faq_list > li .heading:after {
	content: "\f218";

	position: absolute;
	font-family: 'Ionicons';
	right: 0px;
	top: calc(50% - 8px);
}
.faq_list > li.act .heading:after {
	content: "\f123";
}
.faq_list > li .content {
	width: 100%;
	float: left;
	display: none;
	margin: 30px 0px 10px 0px;
	position: relative;
	background: #E7E7E7;
	padding: 20px;
	border-radius: 20px;
	color: #333;
	font: 400 14px/23px Roboto;
}
.faq_list > li .content .code {
	background: #000;
	padding: 2px 5px;
	border-radius: 5px;
	color: #FFF;
	font-weight: 900;
}
.faq_list > li .content:before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: -14px;
	left: 25px;
	border-bottom: 15px solid #E7E7E7;
}
.faq_list > li.act .heading {
	color: #6cce16;
}
.faq_list > li:hover {
	color: #9a3fd9;
}
.sectionSubtitle {
  font: 600 24px/41px Urbanist;
  padding: 0px 20% 5% 20%;
  color: #949CA6;
}
.carouselMarques {
	padding-bottom: 40px;
}
.carouselMarques li img {
	max-width: 100%;
	border-radius: 30px;
}
.carouselMarques .slick-slide{
	padding: 10px;
}
.containerDescripcion {
	padding: 50px 10%;
}
.containerDescripcion h3 {
	font: 900 60px Urbanist;
    letter-spacing: -1px;
	color: #001a3f;
	text-align: center;
}
.containerDescripcion p {
	font: 400 16px/36px Roboto;
	text-align: center;
}
.grid_operators {
	float: left;
	width: calc(100% + 30px);
}
.gridOperadorItem {
	float: left;
	width: calc(50% - 30px);
	margin: 0px 30px 30px 0px;
	background: #F2F4F7;
    border-radius: 10px;
	padding: 20px;
}
.gridOperadorItem a {
	display: table;
	width: 100%;
	height: 200px;
	color: #001a3f;
}
.gridOperadorItem a .img {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
}
.gridOperadorItem a .img img {
	max-height: 190px;
	max-width: 100%;
	border-radius: 10px;
}
.gridOperadorItem a .data {
	display: table-cell;
	width: calc(100% - 200px);
	vertical-align: middle;
	padding-left: 20px;
}
.gridOperadorItem a .title {
	font: 900 40px Urbanist;
    letter-spacing: -1px;
}
.gridOperadorItem a .desc {
	font: 600 15px/25px Urbanist;
	margin-top: 10px;
    color: #6D7580;
}
.mainBanner {
	background-image: url("../img/operator_head.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	border-radius: 20px;
	background-size: contain;
}
.mainBanner .osc {
	padding: 30px;
	font: 600 14px Roboto;
}
.mainBanner ul li {
	list-style: inside;
	font: 400 14px/24px Roboto;
}
.mainBanner .maintitle {
	font: 900 25px Urbanist;
}
.mainBanner button {
	padding: 10px 25px;
}
.a2a_default_style a {
	float: none !important;
	display: inline-block;
}
.conditions_check {
	display: table;
	width: 100%;
	font: 400 12px/21px Roboto;
  cursor: pointer;
  color: #5b6477;
	border-top: 1px solid #D7DCDF;
  padding-top: 10px;
}
.conditions_check .ck {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
}
.conditions_check .ck span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
    border: 1px solid #cc4545;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.2);
}
.conditions_check.act .ck span {
    border: 1px solid #317ff5;
	background: #317ff5;
	position: relative;
	box-shadow: none;
}
.conditions_check.act .ck span:after {
	display: inline-block;
	content: "\f121";
	width: 100%;
	font-family: 'Ionicons';
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.conditions_check .data {
	display: table-cell;
	width: 99%;
	vertical-align: middle;
	padding: 0px 0px 0px 20px;
	text-align: justify;
}
.conditions_check a {
	color: #525364;
	text-decoration: underline;
}
.conditions_check a:hover {
	color: #ed7822;
}
.apartado {
	background-color: #FFF;
	border-radius: 0px 0px 20px 20px;
}
.boxMainToup {
	background: #FFF;
	border-radius: 30px;
}
.boxMainToup .lat {
	padding: 0px 30px;
}
.cardSaved {
	display: table;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding: 10px 0px;
}
.cardSaved {
	display: table;
	width: 100%;
	cursor: pointer;
}
.cardSaved .xck {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
.cardSaved .xck div {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(0,0,0,0.07);
	position: relative;
	top: 2px;
}
.cardSaved.act .xck div {
	background: #2196F3;
	position: relative;
}
.cardSaved.act .xck div:after {
	color: #FFF;
	content: "\f122";
	font-family: 'Ionicons';
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 25px;
  font-size: 14px;
}
.cardSaved .img {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	padding: 0px 20px;
}
.cardSaved .img img {
	max-height: 40px;
}
.cardSaved .data {
	display: table-cell;
	vertical-align: middle;
	width: calc(99% - 50px);
	font: 400 14px/23px Roboto;
  color: #748199;
}
.cardSaved .data_add {
	padding-left: 20px;
}
.cardSavedAdd {
	margin-top: 20px;
}
.cardSavedTitle {
	font: 800 17px/23px Urbanist;
    color: #5b6371;
	margin-bottom: 10px;
}
.reviews {
	float: left;
	width: calc(100% + 20px);
	margin-bottom: 30px;
	position: relative;
	left: -10px;
}
.reviews li {
	float: left;
	padding: 10px;
}
.reviews li .bx {
	float: left;
	width: 100%;
	height: 250px;
	background: #FFF;
	box-shadow: 0px 0px 15px 5px rgba(153, 172, 197, 0.2);
    border-radius: 15px;
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.reviews li .stars {
	color: #fbb501;
	font-size: 30px;
}
.reviews li .content {
	color: #052358;
	font: 600 13px Roboto;
}
.reviews li .user {
	color: #052358;
	font: 900 15px Urbanist;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.reviews li .user .im {
	width: 1%;
}
.reviews li .user .im i {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #e6f0fe;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	color: #1c53d0
}
.reviews li .name {
	padding-left: 15px;
}
.reviews li .data {
	color: #526082;
	font: 400 12px Roboto;
	margin-top: 4px;
}
.topupSec {
	font: 900 18px Urbanist;
}
.topupSec2 {
	border-top: 2px solid #EFEFEF;
	padding-top: 20px !important;
}
.minResume {
	font: 900 20px Urbanist;
	border-top: 2px solid #EFEFEF;
	padding: 20px 30px 0px 30px;
}
.minResume .prices {
	text-align: right;
}
.minResume .old {
	font: 900 20px Urbanist;
	color: #CCC;
	text-decoration: line-through;
}
.amount_selector {
	float: left;
    width: 100%;
}
.scroll-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Mejora el scroll en iOS */
  cursor: grab;
	width: 100%;
	height: 92px;
	scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE 10+ */
	padding-top: 20px;
	padding-left: 30px;
}
.scroll-wrapper::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari, Opera */
}

.scroll-wrapper:active {
  cursor: grabbing;
}
.amount-box {
	flex: 0 0 auto;
	background: #FFF;
	border: 4px solid #F2F5F9;
	border-radius: 50%;
	font: 900 22px Urbanist;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	min-width: 70px;
	height: 70px;
	color: #000;
}
.amount-box.act {
	border: 0px;
	color: #FFF;
	background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
	z-index: 2;
}
.overf_slider {
	overflow: hidden;
}
.boxSaldoAmount {
  display: inline-block;
  width: 100%;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  background: linear-gradient( 135deg, #ff6b00, #ff0088, #8a2be2, #00cfff, #00d47e, #ffe600, #ff6b00 );
	padding-top: 10px;
	position: relative;
	z-index: 2;
}
#app_menu {
	display: none;
	position: fixed;
	height: 100%;
	width: 300px;
	background: #FFF;
	top: 0px;
	right: 0px;
	z-index: 1000;
	box-shadow: 0px 0px 0px 2000px rgba(18, 23, 55, 0.9);
	border-radius: 0px 15px 15px 0px;
}
#app_menu ul li a {
	float: left;
	width: 100%;
	text-align: left;
	padding: 20px;
	position: relative;
	color: #000;
	font: 600 16px Urbanist;
}
#app_menu ul li a svg {
	top: 16px;
	left: 15px;
	position: absolute;
}
#app_menu ul li a:hover {
	color: #ff871e;
}
.stepsBar {
	
	padding: 0 10px;
	position: relative;
	z-index: 10000;
	background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
}

.stepsBar ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stepsBar ul li {
	width: 33.333%;
	padding: 20px 0px;
	box-sizing: border-box;
}

.stepsBar ul li .tabb {
	display: flex;
	align-items: center;
	justify-content: left;
}

.stepsBar ul li .ck {
	flex: 0 0 20px;
}

.stepsBar ul li .ttx {
	width: auto;
	padding-left: 10px;
	font: 900 14px Urbanist;
	color: rgba(255,255,255,0.7);
}

.stepsBar ul li .ck span {
	display: block;
	width: 40px;
	height: 40px;
	font: 900 18px/40px Urbanist;
	background: rgba(255,255,255,0.5);
    color: #ec3a74;
	border-radius: 50%;
	text-align: center;
}

.stepsBar ul li.act .ck span {
	background: #FFF;
	color: #FF6000;
}

.stepsBar ul li.act .ttx {
	color: #FFF;
}
.stepsBarSpace {
	display: none;
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
}

.stepsBarFixed {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #fff;
	margin: 0 !important;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 700px) {
	.container, .gridBoxes, .biGrid, .tabRevision, #modalCard, .list_operator .operadores a {
		width: 100%;
	}
	.open_menu {
		display: block;
	}
	#headMenu li a .tabb div {
		display: table;
		text-align: center;
		width: 100%;
		font: 900 10px Urbanist;
		margin-left: 10px;
	}
	#headMenu {
		width: calc(100% - 130px);
		text-align: right;
	}
	#headMenu li a {
		padding: 5px;
		margin-top: 2px;
	}
	#headMenu li a img {
		max-height: 25px;
		margin: 0px;
	}
	#headMenu li .contact {
		display: none;
	}
	.logo3644 img {
		display: inline-block;
	}
	.app_lat_pad {
		padding: 0px 15px;
	}
	.sectionTitle {
	    font: 900 30px Urbanist;
		margin-top: 40px;
	}
	.sectionTitle strong {
		font: 900 30px Urbanist;
	}
	.gridBoxes li {
	    width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.biGrid, .containerGridBox, .worldWidget {
		padding: 0px 15px;
	}
	.biGrid .item {
		width: 100%;
		margin: 0px 0px 60px 0px;
		height: auto;
	}

	.cart_box .numero {
		font: 600 23px/70px Urbanist;
		padding: 0px 0px 0px 10px;
	}
	.cajaTotal .summary {
  		padding: 10px 25px;
	}
	#operadorSelector {
		width: calc(100% - 40px);
		position: fixed;
	}
	#operadorSelector {
		top: 20px !important;
	}
	header {
		height: 60px;
		padding: 0px 10px;
	}
	header .container {
		text-align: center;
	}
	header #logo {
		margin-top: 0px;
    	float: left;
		width: 130px;
	}
	header #logo a .img img {
		float: left;
	}
	.containerDescripcion h3 {
		font: 900 30px Urbanist;
	}
	.hand_card_numero {
	    font: 900 25px Urbanist;
	}
	.cajaTotal .pll {
	    padding: 10px 20px;
	}
	.cajaTotal .prr {
	    padding: 0px 20px;
	}
	.sectionSubtitle {
	  padding: 0px 5% 20px 5%;
		font: 600 16px/25px Urbanist;
	}
	.grid_operators {
		width: 100%;
		padding: 0px 5%;
	}
	.gridOperadorItem {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.gridOperadorItem a {
		height: auto;
	}
	.gridOperadorItem a .img {
		width: 100px;
	}
	.gridOperadorItem a .data {
		width: calc(100% - 100px);
	}
	.conditions_check {
		padding-top: 15px;
	}
	footer .apartados {
		padding: 0px;
	}
	footer .apartados > li {
		width: 100%;
		margin-bottom: 30px;
	}
	footer .apartados > li ul li {
		width: 50%;
		float: left;
	}
	footer .disclaimer {
        padding: 60px 0px 30px 0px;
		text-align: left;
	}
	.apartado_title {
		padding: 20px;
	}
	.appRecargaPl {
		width: 100%;
		padding: 30px 15px 0px 15px;
	}
	.appRecargaPr {
		width: 100%;
		padding: 50px 15px 60px 15px;
	}
	header #logo a .name{
		text-align: left;
		font: 900 14px/15px Urbanist;
    	padding-top: 12px;
	}
	header #logo a .name strong{
		width: 100%;
		float: left;
	}
	.mainBanner {
		background-size: cover;
		background-position: center left;
	}
	.mainBanner .osc {
		background: rgba(255,255,255,0.7);
	}
	.breadcrumb {
		padding: 0px 15px;
	}
	.stepsBar ul li .ck span {
		width: 20px;
		height: 20px;
		font: 900 11px/20px Urbanist;
	}
	.stepsBar ul li .ttx {
		font: 900 10px Urbanist;
	}
	.stepsBar ul li .ttx span {
		float: left;
		width: 100%;
	}
	.hero {
		background: none;
	}
	.appRecargaPl:before {
		content: '';
		position: absolute;
		left: -50px;
		top: 50px;
		width: 200px;
		height: 200px;
		background: linear-gradient(90deg, rgb(247, 103, 34) 0%, rgb(254, 122, 6) 100%);
		border-radius: 50%;
		z-index: 1;
	}
	.appRecargaPl:after {
		content: '';
		position: absolute;
		right: -50px;
		top: 250px;
		width: 200px;
		height: 200px;
		background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
		border-radius: 50%;
	}
	.reviews {
		left: 0px;
		width: 100%;
	}
	
	.reviews li .bx {
		width: 70vw;
	}
	.faqContainer {
		padding: 0px;
		width: calc(100% - 40px);
	}
	.faqContainer h3 {
		padding: 40px 0px;
	}
	.faqContainer:before {
		border-radius: 50px 20px 20px 100px;
	}
	.faqContainer:after {
		border-radius: 20px;
	}
	.widget_faq {
		padding: 20px 0px;
	}
}

