@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;800&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: #110e2b;
}
a {
	color: #6ec604;
}
.blocked {
	overflow: hidden !important;
}
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(15px);
}
.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 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}
.t{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms 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;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.rd80 {
	border-radius: 40px;
}
.container {
	display: inline-block;
	width: 1100px;
	text-align: left;
}
.bubleTop {
  background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
  color: #FFF;
  border-radius: 0px 0px 20px 20px;
  font: 500 14px Roboto;
	position: fixed;
	z-index: 10;
	padding-top: 70px;
}
.bublleInfo {
	padding: 15px;
	font: 400 14px Roboto;
}
.bublleInfo a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
}
header {
	width: 100%;
	float: left;
	height: 65px;
	position: fixed;
	z-index: 10;
	box-shadow: 0px 0px 30px 0px rgba(0,0,00,0.08);
	background: #FFF;
	top: 0px;
	left: 0px;
	border-radius: 0px 0px 15px 15px;
}
header .pr {
	float: right;
	line-height: 70px;
    text-align: right;
	width: 180px;
}
header.fixed {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
}
#appMenu .desplega {
	background: transparent;
  color: #000;
  padding: 10px 20px 10px 22px;
  position: relative;
  margin-right: 10px;
}
#appMenu .desplega:after {
	font-family: 'Ionicons';
	content: "\f123";
	position: absolute;
	right: 0px;
    top: 12px;
    font-size: 10px;
	color: #000;
}
#appMenu .desplega .icc {
	position: absolute;
	left: 0px;
	top: 6px;
	font-size: 20px;
	color: #000;
}
#appMenu .desplega .ttx {
	font: 600 14px 'Roboto';
}
#appMenu .selectors {
	float: left;
}
header .mainHeader {
	padding: 0px 15px;
}
#logo{
	width: 170px;
	float: left;
	padding: 11px 0px 0px 0px;
	text-align: left;
}
#logo img{
	max-height: 30px;
	position: relative;
	top: 4px;
}
#logo .ttx{
	text-align: left;
	width: 99%;
	padding-left: 10px;
	font: 900 30px Urbanist;
	color: #333;
}
#logo .ttx strong {
	color: #525765;
}
.menuBtn {
	float: right;
	background: transparent;
	border: 0px;
	padding: 6px 0px 10px 10px;
	margin-left: 10px;
	height: 70px;
	position: relative;
}
.menuBtn img {
	width: 40px;
	height: 40px;
}
.openCart .n {
	position: absolute;
  right: 0px;
  top: 8px;
  background: #8aff00;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  color: #000;
  font: 600 9px/15px Urbanist;
  text-align: center;
}
.openCart .n.act {
	background: #ff0c00;
	color: #FFF;
}
#topMenu {
	float: left;
	width: calc(100% - 350px);
	text-align: center;
}
#topMenu li {
	display: inline-block;
	line-height: 67px;
	padding-left: 30px;
}
#topMenu li a {
	color: #333;
	font: 900 16px Urbanist;
}
#topMenu li a:hover {
	color: #ff0042;
}
.fMobile {
	display: none !important;
}
.homeHeader {
	background: #e9ecf0;
}
.mainSection {
	background: #FFF;
	padding: 180px 0px 0px 0px !important;
}
.mainSection h1 {
	color: #001a3f;
	font: 900 30px Urbanist;
	margin: 0px 0px 20px 0px;
}
.mainSection h1 strong {
	width: 100%;
	float: left;
	color: #ff0042;
	font: 900 50px Urbanist;
}
.mainSection h2 {
	color: #000;
	font: 700 20px Urbanist;
	margin: 0px 0px 80px 0px;
	display: inline-block;
}
.worldWidget {
	padding: 40px 5%;
}
.worldWidget img {
	max-width: 100%;
}
.pulse {
  animation: pulse 2s infinite;
}
.search_country_box {
	display: inline-block;
	width: 500px;
	position: relative;
}
.search_country_box > i {
	position: absolute;
	right: 20px;
    top: 16px;
    font-size: 30px;
	color: #768395;
}
#country_search {
	border: 2px solid #768395;
	border-radius: 15px;
	height: 60px;
	padding: 0px 50px 0px 20px;
	font: 600 16px Urbanist;
	color: #1c2240;
}
#country_search.focused {
	border-radius: 15px 15px 0px 0px;
}
.widget-container {
    position: relative;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #87CEEB, #ffffff); /* Fondo azul cielo */
    overflow: hidden;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ff0c00;
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
#maskWhite {
	position: fixed;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	float: left;
}
#mask {
	position: fixed;
	z-index: 999999;
	background: rgba(0, 0, 0, 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: 600 15px/18px Urbanist;
    color: #3f465b;
}
#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 Urbanist;
}
#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;
}
#pageLoad, .pageLoad, .bgWhiteModal {
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,0.9);
	text-align: center;
	z-index: 999999;
	width: 100%;
	height: 100%;
	line-height: calc(100vh + 100px);
	display: none;
}

footer {
	float: left;
	width: 100%;
	background: #000; 
	padding: 50px 5%;
	color: #FFF;
	position: relative;
	text-align: left;
}

footer .bbx {
	float: left;
	width: 33.33%;
	font: 800 18px/24px Urbanist;
}
footer .bbx a {
	color: #707680;
    font: 500 16px/30px 'Roboto';
}
footer .bbx a:hover {
	color: #ff0042;
}
footer .footer_logo img {
	max-width: 100%;
	max-height: 50px;
}
.das5623f {
	width: 700px;
	display: inline-block;
}

.productPaises {
	padding: 0px 5% 5% 5%;
}
.productPaises h3 {
  font: 800 50px Urbanist;
	padding: 0px 20%;
	color: #1c2164;
	margin-top: 0px;
	letter-spacing: -1px;
}
.productPaises strong {
	color: #ff0042;
	float: left;
	width: 100%;
}
.productPaises p, .sectionSubtitle {
	font: 600 24px/41px Urbanist;
	padding: 0px 20% 5% 20%;
	color: #949CA6;
}
.gridRegions {
	float: left;
	width: calc(100% + 40px);
	padding: 50px 0px;
}
.gridRegions > li {
	float: left;
	width: calc(25% - 40px);
	margin: 0px 40px 40px 0px;
	border-radius: 30px;
	box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.1);
	text-align: left;
}
.gridRegions a {
	color: #475062;
}
.gridRegions > li .img {
	height: 200px;
	background-size: cover;
	border-radius: 30px 30px 0px 0px;
}
.gridRegions > li .name {
	height: 70px;
	font: 900 20px Urbanist;
	width: 100%;
	
white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
	padding: 20px;
}
.gridRegions > li .spc {
	padding: 0px 20px 20px 20px;
}
.gridRegions li .img img {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.gridRegions .slick-slide {
	opacity: 0.3;
	float: left;
	width: calc(25% - 20px);
	margin: 0px 20px 20px 0px;
	border: 1px solid #1c2164;
	border-radius: 5px;
	font: 700 25px Urbanist;
	color: #1c2164;
	padding: 20px;
}
.gridRegions .price {
	margin: 20px 0px;
	font: 700 14px Urbanist;
    text-transform: uppercase;
    color: #929BA6;
}
.gridRegions .bxImg {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	margin: 30px 0px;
}
.gridRegions > li:hover {
	box-shadow: 0px 0px 50px 0px rgba(175, 255, 0, 0.3);
}
.gridCountrys > li {
	background: #e6e8ec;
}
.gridCountrys .flag {
	background: #FFF;
	border-radius: 18px;
}
.containerGridBox {
	padding: 0px 5%;
}
.sectionTitle {
	font: 900 40px Urbanist;
	margin-top: 60px;
	color: #1c2164;
}
.sectionTitle strong {
	color: #ff0042;
	float: left;
	width: 100%;
}
.txtGradient {
  background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.productTabl {
	display: table;
	width: 100%;
	padding-top: 20px;
}
.productPL {
	display: table-cell;
	vertical-align: top;
	width: 55%;
	position: relative;
	padding-left: 15px;
}
.productPR {
	display: table-cell;
	vertical-align: top;
	width: 45%;
	padding-right: 40px;
	text-align: right;
}
.productCard {
	background: #ff7800;
	background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
	border-radius: 30px;
	min-height: 230px;
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
	overflow: hidden;
}
.productCard .icon {
	right: 25px;
	top: 25px;
	position: absolute;
}
.productCard .icon img {
	max-height: 50px;
}
.productCard .tl {
	left: 25px;
	top: 25px;
	position: absolute;
	color: #FFF;
	font: 900 25px 'Roboto';
}
.productCard .tl div {
	font: 600 16px 'Roboto';
	padding-right: 103px;
}
.productCard .bl {
	left: 25px;
	bottom: 25px;
	position: absolute;
}
.productCard .tab, .productCard .city {
	width: 100%;
	display: table;
}
.productCard .tabl, .productCard .city .img {
	width: 1%;
	display: table-cell;
	vertical-align: middle;
}
.productCard .tabr {
	width: 99%;
	display: table-cell;
	vertical-align: bottom;
	padding: 0px 20px 0px 20px;
	color: #FFF;
	font-size: 11px;
}
.productCard .bl .ppl {
	float: left;
	width: 60px;
	background: #FFF;
	border-radius: 6px;
	padding: 10px;
}
.productCard .bl .ppl img {
	height: 40px;
	width: 40px;
}
.productCard .city .name {
	width: 99%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font: 800 16px 'Roboto';
}
.productCard .city .img div {
	display: inline-block;
	width: 30px;
	background-size: cover;
	background-position: center;
	border-radius: 3px;
	height: 20px;
	position: relative;
	top: 1px;
}
/* Crear ondas de Wi-Fi */
.productCard::before,
.productCard::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    border-left: 2px solid rgba(0, 0, 0, 0.3); /* Primera línea con opacidad baja */
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    transform: rotate(45deg);
}

/* Primera onda */
.productCard::before {
    width: 314px;
  height: 271px;
  border: 23px solid rgba(255, 255, 255, 0.2);
  right: -153px;
  bottom: -65px;
}

/* Segunda onda (más grande y difuminada) */
.productCard::after {
    width: 128px;
    height: 128px;
	border: 23px solid rgba(255, 255, 255, 0.2);
	right: -50px;
	bottom: -50px;
}
.addCartBg {
	background: rgb(222, 226, 227);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(222, 226, 227) 100%);
	color: #FFF;
	margin-top: 20px;
	padding: 30px 0px 0px 0px;
}
.features {
	border-radius: 20px;
	padding: 50px;
	background: #FFF;
	box-shadow: 0px 0px 30px 5px rgba(187, 255, 0, 0.3);
}
.features .list {
	display: flex;
	gap: 0;
	float: left;
    width: 100%;
}
.features .pl {
	flex: 1;
	padding-right: 20px;
}
.features .pr {
	flex: 1;
	padding-left: 25px;
}
.features .list li{
	display: table;
	margin-bottom: 15px;
}
.features .list li span{
	display: table-cell;
	vertical-align: middle;
	font: 400 15px 'Roboto';
}
.features .list img {
	width: 35px;
	height: 35px;
	position: relative;
	top: 2px;
	margin-right: 15px;
}
.workSteps {
	display: flex;
	gap: 0;
}
.workSteps > div {
	flex: 1;
	padding: 0px 70px;
}
.workSteps .caja {
	text-align: center;
	position: relative;
	height: 500px;
}
.workSteps .stp {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #c3cce1;
	color: #FFF;
	font: 900 30px/60px Urbanist;
	border-radius: 50%;
	margin-top: 50px;
}
.workSteps .caja h4 {
	margin: 10px 0px 0px 0px;
	font: 900 20px 'Roboto';
}
.workSteps .caja p {
	margin: 40px 0px 0px 0px;
	font: 400 12px 'Roboto';
}
.workSteps .caja .pad {display: inline-block;
	max-width: 200px;
}
.workSteps .caja .card {
	background: linear-gradient(120deg, rgb(190, 247, 34) 0%, rgb(6, 254, 208) 100%);
	height: 100px;
	border-radius: 10px;
	position: relative;
	margin-top: 40px;
	text-align: left;
}
.workSteps .caja .card .name{
	position: absolute;
	left: 10px;
	top: 13px;
	font: 500 14px/15px 'Roboto';
	padding-right: 60px;
	color: #000;
}
.workSteps .caja .card .flag{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.workSteps .caja .card .denom{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #000;
	font-size: 12px;
	
}
.workSteps .caja .bt1{
	background: #BF0;
  color: #110e2b;
	font: 500 14px/15px 'Roboto';
	border-radius: 10px;
	padding: 10px;
}
.workSteps .caja .mask {
	background-image: url("../img/phone_frame.svg");
	position: absolute;
	width: 100%;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
}
.workSteps .caja img{
	max-width: 100%;
	max-height: 80px;
	display: inline-block;
}
.workSteps img {
	max-width: 100%;
}
.workSteps .caja .bto{
	background: #1eade6;
	color: #FFF;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px 0px;
	display: inline-block;
}
.workSteps ul.phone{
	font: 400 14px/20px 'Roboto';
	margin-top: 30px;
	text-align: left;
}
.workSteps ul.phone li{
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
	position: relative;
}
.workSteps ul.phone i{
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.workSteps ul.phone .act{
	background: #0f83ff;
	color: #FFF;
}
.workSteps ul.phone .act:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 2px rgb(255, 0, 0);
	border-radius: 3px;
	left: 0px;
	top: 0px;
}
.workSteps .slick-dots {
	top: -50px;
	bottom: auto !important;
}
.advantajes {
	float: left;
	width: calc(100% + 20px);
}
.advantajes > div {
	float: left;
	width: calc(33.33% - 20px);
	box-shadow: 0px 0px 15px 5px rgba(205, 211, 219, 0.3);
	margin: 0px 20px 20px 0px;
	padding: 30px;
	border-radius: 15px;
	height: 230px;
}
.advantajes img {
	width: 50px;
	height: 50px;
}
.advantajes .name {
	margin: 10px 0px;
	font: 800 23px 'Roboto';
}
.pagePad {
	padding-top: 60px;
}
.bgCountry {
	background: #FFF;
	color: #333;
}
.bgCountry .breadcrumb {
	padding: 20px 0px;
}
#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;
}
.breadcrumb {
	padding: 20px 0px;
	float: left;
	font: 600 16px 'Roboto';
	color: #91939f;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li a {
	float: left;
	color: #91939f;
}
.breadcrumb li:after {
	content: '›';
	float: right;
	padding: 0px 5px;
	position: relative;
	top: -1px;
	
}
.h3head {
	font: 800 50px Urbanist;
	padding: 0px 5%;
	color: #0e233f;
}
.h3head span {
	float: left;
	width: 100%;
}
.h4head {
	font: 600 24px/41px Urbanist;

	  padding: 0px 20% 5% 20%;
	  color: #949CA6;
}
.green_subray {
	color: #ff0042;
}
.tabb {
	display: table;
	width: 100%;
}
.tabb > div{
	display: table-cell;
	vertical-align: middle;
}
.dCenterText {
	max-width: 1000px;
	display: inline-block;
}
.dCenterText2 {
	max-width: 1200px;
	display: inline-block;
}
.gridProducts .slick-slide{
	padding: 15px;
}
.gridProducts .add{
	background: rgba(255,255,255,0.05);
	border: 4px solid rgba(0,0,0,0.08);
	border-radius: 15px;
	color: #333;
	padding: 15px;
	cursor: pointer;
	margin-bottom: 10px;
}
.gridProducts .days {
	font: 900 20px Urbanist;
}
.gridProducts .act .add{
	border: 4px solid #ff6c00;
}
.gridProducts .act .add{
	border: 4px solid #ff6c00;
}
.gridProducts .add .ck {
	width: 1%;
}
.gridProducts .add .info {
	padding: 0px 10px;
}
.gridProducts .act .add .ck div {
	border: 4px solid #ff6c00;
	position: relative;
	
}
.gridProducts .act .add .ck div:before {
	content: '';
	position: absolute;
	width: 12.5px;
	height: 12.5px;
	background: #ff6c00;
	border-radius: 50%;
	left: 5px;
	top: 5px;
}
.gridProducts .act .days {
	color: #ff6c00;
}
.gridProducts .add .ck div{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 4px solid rgba(0,0,0,0.08);
	border-radius: 50%;
	margin-right: 10px;
}
.gridProducts .add .price{
	font: 400 18px 'Roboto';
	text-align: right;
}
.gridProducts .add .trouw{
	text-decoration: line-through;
	font: 400 13px Urbanist;
}
.gridProducts .add .price .price{
	font: 900 18px Urbanist;
}
.gridProducts .slick-prev {
	left: 0px;
	z-index: 2;
}
.gridProducts .slick-next {
	right: 7px;
	z-index: 2;
}
.gridProducts .slick-prev:before, .gridProducts .slick-next:before {
	content: "\f108";
	font-family: 'Ionicons';
	color: #FFF;
	width: 27px;
	height: 27px;
	line-height: 25px;
	background: #ff0054;
	display: inline-block;
	border-radius: 50%;
}
.gridProducts .slick-next:before {
	content: "\f10b";
}
.cartAddPop {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	padding: 15px;
	border-radius: 15px 15px 0px 0px;
}
.cartTheSelTxt {
	font: 600 16px Urbanist;
}
.cartTheSelTxt .price {
	color: #ff6c00;
}
#appMenu {
	display: none;
	width: 300px;
	background: #FFF;
	height: 100%;
	float: left;
	top: 0px;
	position: fixed;
	right: -300px;
	z-index: 200;
	box-shadow: 0px 0px 0px 2000px rgba(18, 23, 55, 0.9);
}
#appMenu .sup {
	background: linear-gradient(90deg, rgb(116, 0, 255) 0%, rgb(254, 53, 6) 100%);
	border-radius: 0px 0px 20px 20px;
}
#appMenu .sup img {
	display: inline-block;
	width: 100px;
	height: 100px;
}
#appMenu .closeMenu {
	position: absolute;
	right: 0px;
	top: 10px;
	background: #FFF;
}
.listMenu {
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.listMenu li a {
	display: table;
	width: 100%;
	color: #494D51;
	font: 700 14px Urbanist;
}
.listMenu li a .iic {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	padding: 10px 20px;
}
.listMenu li a .ttx {
	display: table-cell;
	width: 99%;
	vertical-align: middle;
	text-align: left;
}
.na4352 {
	white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
	height: 20px;
	font: 900 15px Urbanist;
	padding: 0px 20px;
	color: #FFF;
}
.bt32632 {
	font: 700 15px Urbanist;
}
.listMenu li a:hover .iic svg .hoverable{
	fill: #77C900;
}
.searchContainer {
	position: relative;
	display: inline-block;
}
#response_search {
	border: 2px solid #768395;
	position: absolute;
	border-radius: 0px 0px 20px 20px;
	left: 0px;
	top: 50px;
	width: 100%;
	border-top: 0px;
	background: #FFF;
	text-align: left;
	z-index: 10;
	display: none;
	padding-top: 15px;
}
#response_search a {
	display: table;
	width: 100%;
	padding: 5px 0px;
}
#response_search a .img {
	display: table-cell;
	width: 57px;
	vertical-align: middle;
	text-align: center;
}
#response_search a .img div {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	position: relative;
	top: 2px;
}
#response_search a .ttx {
	display: table-cell;
	width: calc(100% - 57px);
	vertical-align: middle;
	font: 600 16px Urbanist;
	color: #000;
}
#response_search a:hover {
	background: #EFEFEF;
}
#response_search .no_res {
	padding: 19px;
	font: 600 14px Urbanist;
	color: #9394a6;
}
#response_search .result:not(.top) {
	display: none;
}
.tooltipFoot {
	position: absolute;
	z-index: 10;
	display: none;
	background: #2d3844;
    border-radius: 5px;
	text-align: left;
	min-width: 160px;
}
.tooltipFoot > div{
	float: left;
	width: 100%;
	padding: 10px;
	color: #FFF;
	cursor: pointer;
}
.innerPage {
    display: inline-block;
    text-align: left;
    max-width: 600px;
    padding: 80px 0px;
}
.innerPage h4 {
    font: 800 25px Urbanist;
}
.slick-dots {
	bottom: -40px !important;
}
.slick-dots li button:before {
	font-size: 20px !important;
}
.slick-dots li.slick-active button:before { 
	color: #ff0042 !important;
}
.configEsim {
	display: inline-block;
	max-width: 600px;
	width: 100%;
	margin-bottom: 120px;
	margin-top: 40px;
}

.dataPacks li, .dataPacksReg li {
	display: none;
}
.dataPacks .act, .dataPacksReg .act {
	display: block;
	color: #77C900;
	font: 900 65px/60px Urbanist;
	letter-spacing: -2px;
}
.wizardInfo {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 400 12px 'Roboto';
	color: #585D62;
}
.dCenterTxt {
	padding: 0px 30%;
}
.faq_list {
	width: 100%;
	float: left;
}
.faq_list li {
	width: 100%;
	float: left;
	text-align: left;
	border: 1px solid #EFEFEF;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.faq_list li .heading {
	width: 100%;
	float: left;
	position: relative;
	cursor: pointer;
	font: 500 17px 'Roboto';
	padding-right: 50px;
}
.faq_list li .heading:after {
	content: "\f123";
	position: absolute;
	font-family: 'Ionicons';
	right: 0px;
	top: calc(50% - 10px);
}
.faq_list li .content {
	width: 100%;
	float: left;
	display: none;
	margin-top: 20px;
}
.faq_list li.act .heading {
	color: #ff0042;
}
.faq_widget {
	display: flex;
	gap: 0;
}
.faq_widget > div {
	flex: 1;
}
.faq_widget .pl {
	padding-right: 15px;
}
.faq_widget .pr {
	padding-left: 15px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.tab_ds832 {
	text-align: left;
}
.tab_ds832 i {
	color: #77C900;
	border: 2px solid #77C900;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	font-size: 11px;
	padding: 5px 0px 0px 6px;
}
.tab_ds832 td {
	padding-bottom: 10px;
}
.tab_ds832 .ck32 {
	padding-right: 10px;
	width: 1%;
}
.modal {
	position: absolute;
	z-index: 9999999999999;
	display: none;
}
.btnSlideGb {
	width: 60px;
	height: 60px;
	border-radius: 20px 30px 30px 20px;
	border: 3px solid #77C900;
	color:#77C900;
	float: left;
	background: #FFF;
	font-size: 30px;
	padding-bottom: 2px;
}
.btnSlideMinus {
	border-radius: 30px 20px 20px 30px;
}
.packCntrGb {
	float: left;
	width: calc(100% - 120px);
}
.feedbackContainer {
	padding: 50px 5%;
}
.feedbackContainer .slick-slide {
	padding: 20px;
}
.testimonio {
	border: 1px solid #c2c3ce;
	padding: 20px;
	border-radius: 10px;
}
.testimonio .stars {
	font-size: 20px;
	color: #ff0042;
}
.testimonio .title {
	font: 900 15px Urbanist;
}
.testimonio .txt {
	font: 500 15px 'Roboto';
	color: #949CA6;
	margin: 10px 0px 20px 0px;
}
.widgetContactContainer {
	padding: 0px 20%;
}
.cajaContacto {
	position: relative;
	border-radius: 20px;
	background: #F2F4F7;
	margin-bottom: 50px;
	overflow: hidden;
}
.cajaContacto .ppl {
	float: left;
	padding: 50px 0px 50px 50px;
	width: 50%;
	text-align: left;
}
.cajaContacto .heading {
	font: 900 40px Urbanist;
	margin-bottom: 40px;
	color: #1c2164;
}
.cajaContacto .heading strong{
	float: left;
	width: 100%;
	color: #ff0042;
}
.cajaContacto .btt a {
	font: 900 16px/40px Urbanist;
	margin-top: 40px;
	color: #FFF;
	background: #ff0042;
	height: 40px;
	border-radius: 20px;
	display: inline-block;
	position: relative;
	padding: 0px 55px 0px 15px;
}
.cajaContacto .btt a i {
	width: 40px;
	height: 40px;
	background: #FFF;
	position: absolute;
	right: -1px;
	top: 0px;
	border-radius: 50%;
	color: #ff0042;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
}
.cajaContacto .btt a:hover {
	background: #549f11;
}
.cajaContacto img {
	float: right;
	max-width: 100%;
}
.pageSCDesc {
	font: 600 15px/24px Urbanist;
    text-align: justify;
    color: #656C73;
	padding: 0px 10%;
	margin-bottom: 100px;
}
.pageSCDesc h3 {
	font: 900 22px Urbanist;
	color: #4c4d5e;
}
.modalInfoSim {
	background: #8BC34A;
	width: 600px;
	border-radius: 20px;
	text-align: left;
}
.tab_features img {
	width: 25px;
	height: 20px;
	position: relative;
	top: 3px;
}
.tab_features .i {
	width: 1%;
	padding: 0px 10px 0px 0px;
}
.tab_features .t {
	font: 400 16px 'Roboto';
}
.amountSelector {
	float: right;
	width: 135px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 15px;
	margin-right: 20px;
}
.amountSelector button {
	float: left;
	width: 50px;
	height: 50px;
	background: #FFF;
	border-radius: 15px 0px 0px 15px;
}
.amountSelector input {
	float: left;
	height: 50px;
	text-align: center;
	font: 900 20px Urbanist;
	background: #FFF;
	border: 0px;
	width: 35px;
}
.amountSelector .minusAmount {
	border-right: 0px;
}
.amountSelector .plusAmount {
	border-left: 0px;
	border-radius: 0px 15px 15px 0px;
}
.btnAddEsim {
	font: 700 18px Urbanist;
	background: #ff6c00;
	background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
    color: #FFF;
	height: 50px;
	border-radius: 15px;
	padding: 0px 25px;
	float: right;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.mainBtn {
	background: #ff6c00;
  color: #FFF;
  border-radius: 17px;
  padding: 16px;
  font: 700 18px Urbanist;
}

#head_cart {
	position: fixed;
	z-index: 10;
	background: #FFF;
	width: 100%;
	max-width: 330px;
	padding: 10px 10px 10px 30px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 20px 20px 0px rgba(0,0,00,0.08);
	text-align: left;
	display: none;
	color: #333;
}
#head_cart .title {
	font: 900 23px 'Roboto';
}
#head_cart .prd {
	position: relative;
	margin-top: 20px;
	font: 600 14px Urbanist;
	padding-right: 20px;
}
#head_cart .prd .desc {
	font: 600 12px Urbanist;
	color: #818588;
	margin: 5px 0px 10px 0px;
}
#head_cart .delCartProduct {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 20px;
	background: #E9F0F4;
  color: #7795C1;
  border-radius: 5px;
}
#head_cart .pl {
	float: left;
}
#head_cart .pr {
	float: right;
	font: 600 16px/35px Urbanist;
}
#head_cart .selector button {
	display: inline-block;
	background: #FFF;
	border: 1px solid #B5B9BF;
	border-radius: 10px;
	width: 35px;
	height: 35px;
}
#head_cart .selector input {
	display: inline-block;
	background: transparent;
	border: 1px solid #FFF;
	width: 50px;
	height: 35px;
	text-align: center;
	font: 900 16px Urbanist;
}
#head_cart .subbox {
	padding-right: 20px;
}
#head_cart .sep {
	background: #EFEFEF;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#head_cart .total span {
	float: right;
	font: 900 18px Urbanist;
}
#head_cart .total span strong {
	font-size: 11px;
}
#head_cart .actBtns {
	margin-top: 10px;
	font: 900 16px Urbanist;
	background: #FFF;
	padding: 16px;
	border-radius: 17px;
	text-align: center;
}
#head_cart .ok {
	background: #ff6c00;
	background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
  color: #FFF;
  
}
#head_cart .scrl {
	max-height: 300px;
	overflow-y: auto;
}
#head_cart .loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	top: 0px;
	left: 0px;
	z-index: 2;
	border-radius: 20px;
	display: none;
}
#maskCart {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 8;
	left: 0px;
	top: 0px;
	display: none;
}
.pageSectionTitle {
	font: 900 30px Urbanist;
	margin: 50px 0px;
}
.pageTopPad {
	padding-top: 110px;
}
.cartTheSelTxt {
	text-align: left;
}
.tabsProductType li {
	float: left;
	width: 50%;
	text-align: center;
	font: 900 18px Urbanist;
	border-bottom: 4px solid #EFEFEF;
	padding: 15px 10px;
	cursor: pointer;
}
.tabsProductType li.act {
	color: #ff6c00;
	border-bottom: 4px solid #ff6c00;
}
@media (max-width: 700px) {
	.container, .search_country_box, .das5623f, .searchContainer,  .dCenterText2 {
		width: 100%;
	}
	#topMenu, .ph_hide, .breadcrumb {
		display: none;
	}
	.cartTheSelTxt {
		display: none !important;
	}
	header {
		height: 60px;
	}
	.fMobile {
		display: inline-block !important;
	}
	.cartTheSelTxtApp {
		display: inline-block !important;
		margin-bottom: 10px;
		font: 600 14px Urbanist;
	}
	.cartTheSelTxtApp .price {
		text-align: right;
		padding-left: 20px;
	}
	.productPaises p, .sectionSubtitle {
	  padding: 0px 0px 5% 0px;
		font: 600 18px/30px Urbanist;
	}
	#logo {
		padding-top: 11px;
		padding-left: 15px;
	}
	#logo img{
		max-height: 23px;
	}
	#logo .ttx {
		font: 900 25px Urbanist;
	}
	header .pr {
		width: auto;
		padding-right: 13px;
		height: 50px;
	}
	.menuBtn {
		padding-top: 0px;
	}
	.gridRegions {
		width: calc(100% + 20px);
	}
	.mainSection {
		padding: 140px 0px 0px 0px;
	}
	.mainSection h1 {
	  font: 900 20px Urbanist;
	}
	.mainSection h1 strong {
	  font: 900 25px Urbanist;
	}
	.mainSection h2 {
		margin-bottom: 30px;
	}
	.productPaises {
		padding: 0px 5%;
	}
	.productPaises h3 {
		font: 800 30px/35px Urbanist;
		margin: 0px;
		padding: 0px;
	}
	.mainSection .pad {
		padding: 0px 5% 30px 5%;
	}
	.btn564s {
		width: 100%;
		margin-top: 0px;
		position: relative;
		top: -50px;
	}
	footer .bbx {
		width: 100%;
		text-align: left;
	}
	footer .bbx h4 {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom:10px;
		margin-bottom: 10px;
		margin-top: 40px;
	}
	footer .desplega {
		width: 100%;
		margin: 10px 0px;
	}
	footer .bbx a {
		float: left;
		width: 100%;
		position: relative;
	}
	footer .bbx a:after {
		font-family: 'Ionicons';
		content: "\f125";
		position: absolute;
		right: 5px;
	}
	.footer_logo {
		margin-bottom: 40px;
		float: left;
		width: 100%;

	}
	.configEsim {
		padding: 0px 5%;
	}
	.h3head {
		font: 800 30px/35px Urbanist;
	}
	.h3head span {
		float: none;
		display: inline;
	}
	.dCenterTxt {
		padding: 0px 10%;
	}
	.gridBoxes li {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.sectionTitle {
    	font: 800 30px/35px Urbanist;
  	}
	.widgetContactContainer {
		padding: 0px 5%;
	}
	.cajaContacto .ppl {
		padding: 40px 20px 20px 20px;
		width: 100%;
		text-align: center;
	}
	.cajaContacto .heading {
	    font: 800 30px/35px Urbanist;
	}
	.pageSCDesc {
		padding: 0px 5%;
	}
	.gridRegions > li {
	    float: left;
	    width: calc(50% - 20px);
		margin: 0px 20px 20px 0px;
	}
	.dataPacks .act, .dataPacksReg .act {
	  font: 900 50px/60px Urbanist;
	}
	.productTabl {
		padding: 50px 15px 0px 15px;
	}
	.productPL {
		width: 100%;
		display: table;
		padding-left: 0px;
	}
	.productPR {
		display: table;
		width: 100%;
		padding: 0px;
	}
	.cajaOrder .coll {
		width: 100%;
		padding: 0px 0px 20px 0px;
	}
	.cajaOrder .colr {
		width: 100%;
		padding: 0px;
	}
	.cajaOrder .title {
		font: 600 18px Urbanist;
	}
	.features  {
		padding: 50px 20px;
		border-radius: 0px;
	}
	.features .list {
		display: inline-block;
		flex: inherit;
	}
	.features .pl, .features .pr {
		width: 100%;
		display: inline-block;
		padding-left: 0px;
	}
	.productTabl {
		padding-top: 75px;
	}
	.pagePad {
	  margin-top: 35px;
	}
	.advantajes {
	  width: 100%;
		padding: 0px 15px;
	}
	.advantajes > div {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	#head_cart {
		top: 60px !important;
	}
	#head_cart .prd, #head_cart .subbox {
		padding-right: 0px;
	}
	#head_cart {
		left: 3% !important;
		width: 94% !important;
		max-width: none;
		border-radius: 20px;
		padding: 30px 20px 10px 20px;
		background: linear-gradient(180deg, rgba(245,246,249,1) 0%, rgba(255,255,255,1) 20%);
	}
	.faq_widget {
		display: inline-block;
		width: 100%;
	}
	.faq_widget .pl {
		width: 100%;
		padding-left: 15px;
	}
	.faq_widget .pr {
		padding-right: 15px;
	}
	.pageSectionTitle, .app_lat_pad {
		padding: 0px 15px;
	}
	header .mainHeader {
		padding: 0px;
	}
	.gridProducts .slick-slide {
		width: 220px;
	}
	.gridProducts .add .days{
		font: 700 20px Urbanist;
	}
	.header_app_no_rad {
		border-radius: 0px !important;
	}
	.amountSelector {
		float: left;
	}
	.bublleInfo {
	  padding: 0px 15px 10px 15px;
	  font: 400 13px Roboto;
	}
}