@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&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: #213b78;
}
.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;
}
.mb5 {
	margin-bottom: 5px !important;
}
.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;
}
.topAdd {
	background: #141c45;
	color: #FFF;
	padding: 10px 0px;
}
.topAdd .slick-slide{
	text-align: center;
	font: 900 12px Urbanist;
}
header {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	background: #FFF;
	position: relative;
	float: left;
	z-index: 10;
	width: 100%;
}
header #logo {
	float: left;
}
header #logo a {
	color: #213b78;
}
header #logo img {
	float: left;
	max-height: 40px;
	margin: 7px 10px 16px 0px;
	position: relative;
	top: 7px;
}
header #logo .name {
	float: left;
	width: 100%;
	font: 400 24px Urbanist;
	letter-spacing: -1px;
	position: relative;
  top: 2px;
}
header #logo .name strong {
	font: 900 24px Urbanist;
}
header #logo .sub {
	float: left;
	width: 100%;
	font: 400 13px/12px Urbanist;
}
#pageLoad {
	display: none;
}
#topMenu {
	float: left;
	padding-left: 50px;
	padding-top: 8px;
}
#topMenu li{
	float: left;
}
#topMenu li a{
	float: left;
	height: 54px;
	border-left: 2px solid #f3f3f3;
	padding: 4px 20px 0px 20px;
	text-align: center;
	color: #213b78;
}
#topMenu li:last-child a{
	border-right: 2px solid #f3f3f3;
}
#topMenu li a img{
	display: inline-block;
	max-height: 25px;
}
#topMenu li a span{
	float: left;
	width: 100%;
	font: 900 13px Urbanist;
}
#areaTop {
	float: right;
	line-height: 70px;
}
#areaTop a {
	display: inline-block;
	color: #1c53d0;
	border: 2px solid #1c53d0;
	border-radius: 10px;
	padding: 8px 15px;
	font: 600 14px/20px Urbanist;
}
#menuTop {
	display: none;
}
.tabb {
	display: table;
	width: 100%;
}
.tabb > div {
	display: table-cell;
	vertical-align: middle;
	
}
.discargo {
	background: #ff8300;
	padding: 20px 10px;
	color: #FFF;
	font: 600 13px Urbanist;
}
.discargo i {
	font-size: 30px;
	margin-right: 15px;
}
.discargo .tit {
	font: 600 16px Urbanist;
	margin-bottom: 5px;
}
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;

    /* Evita que ensanche el table-cell */
    width: 0;
    min-width: 100%;
    max-width: 100%;

    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;

    font: 500 15px "Roboto", sans-serif;
	
    padding: 20px 0px;
}

/* Inicio y Trámites no se encogen */
.breadcrumb > a {
    flex: 0 0 auto;
    color: #2563eb;
    text-decoration: none;
    font: 400 13px Roboto;
    white-space: nowrap;
}

.breadcrumb > a:hover {
    color: #1d4ed8;
}

.breadcrumb a .fa-home {
    margin-right: 10px;
}

/* Separadores */
.breadcrumb > span:not(.active) {
    flex: 0 0 auto;
    color: #94a3b8;
    font-size: 10px;
}

/* Último elemento con puntos suspensivos */
.breadcrumb > .active {
    display: block;
    flex: 1 1 0;
    min-width: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: #334155;
    font: 400 13px Roboto;
}
.topFaq {
	background: #f5f8fd;
	padding: 40px 0px;
}
.topFaq .pl {
	float: left;
	width: 35%;
}
.topFaq .pl .tit {
	color: #1c53d0;
	text-transform: uppercase;
	font: 900 14px Urbanist;
}
.topFaq .pl h3 {
	margin: 20px 0px;
	font: 900 25px Urbanist;
  color: #032858;
}
.topFaq .pl .desc {
	margin: 0px;
	font: 400 15px Roboto;
	color: #767C8E;
}
.topFaq .pr {
	float: left;
	width: 65%;
	padding-left: 30px;
}
.topFaq .pr li {
	float: left;
	width: 100%;
	background: #FFF;
	margin-bottom: 15px;
	box-shadow: 0px 0px 15px 0px rgba(153, 172, 197, 0.2);
	padding: 15px;
	border-radius: 10px;
	cursor: pointer;
}
.topFaq .pr li:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 110, 255, 0.5);
}
.topFaq .pr li .tit {
	font: 900 17px Urbanist;
}
.topFaq .pr li .tit .quest {
	width: 100%;
	padding-right: 15px;
}
.topFaq .pr li .desc {
	display: none;
	margin-top: 15px;
	font: 400 14px Roboto;
}
.topFaq .pr .all {
	display: inline-block;
	font: 900 14px Roboto;
  color: #1c53d0;
  border: 2px solid #1c53d0;
  padding: 10px 20px;
  border-radius: 10px;
	white-space: nowrap;
}
footer {
	background: #012558;
	color: #FFF;
	float: left;
	width: 100%;
	padding: 40px 0px;
}
footer .tabb > div {
	border-left: 1px solid rgba(255,255,255,0.3);
	padding: 0px 20px;
	vertical-align: top;
}
footer .tabb > div:first-child {
	border: 0px;
	padding-left: 0px;
}
footer .logo {
	max-height: 35px;
}
footer .webdesc {
	font: 400 12px Roboto;
	margin-top: 10px;
}
footer .ssl {
	max-height: 30px;
}
footer .tit {
	color: #FFF;
	font: 900 15px Roboto;
	margin-bottom: 15px;
}
footer .links li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
footer .links a {
	color: #FFF;
	font: 400 13px Roboto;
}
#pageLoad {
	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;
}
.topupFormInputCard {
	border: 1px solid #CCC;
	border-radius: 10px;
	box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
	font: 600 14px Roboto;
	padding: 2px 10px;
}
.topupFormInput:focus {
	border: 1px solid #B2D925;
	box-shadow: 0px 0px 10px 0px rgba(189, 241, 1, 0.2);
}
.topupFormInputCard:has(.StripeElement--focus) {
	border: 1px solid #B2D925;
	box-shadow: 0px 0px 10px 0px rgba(189, 241, 1, 0.2);
}
.topupFormInputCard:has(.StripeElement--invalid) {
	border: 1px solid #D94725;
  box-shadow: 0px 0px 10px 0px rgba(241, 35, 1, 0.2);
}
.formLabel {
	font: 600 14px Urbanist;
	margin-bottom: 5px;
}
.sectionPayment {
	font: 900 20px Urbanist;
	padding-bottom: 10px;
}
.secSeparador {
	background: linear-gradient(90deg, rgba(247,103,34,1) 0%, rgba(254,6,157,1) 100%);
	height: 5px;
	border-radius: 15px;
}
#card-errors {
	background: #FFF5F5;
	color: #CD0003;
	font: 600 14px Roboto;
	margin-top: 30px;
	padding: 10px;
	text-align: center;
	border-radius: 6px;
}
.cvcInput {
	position: relative;
}
.cvcInput img {
	position: absolute;
	right: 14px;
	top: 14px;
}
.hand_card_img {
	float: right;
	margin-left: 20px;
	max-height: 20px;
}
header.header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	border: 0px;
    transform: translateY(-100%);
}

header.header-fixed.header-show{
    transform: translateY(0);
    transition: transform .2s ease;
}
.header-placeholder {
	display: none;
}
#appMenuBg {
	background-color: rgba(18, 23, 55, 0.9);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}
#appMenu {
	display: none;
	width: 360px;
	background: #FFF;
	height: 100%;
	float: left;
	top: 0px;
	position: fixed;
	right: -300px;
	z-index: 10000;
	border-radius: 20px 0px 0px 20px;
    overflow: hidden;
}
#appMenu .scrMenu {
	overflow: auto;
	height: 100%;
	position: relative;
}
#appMenu .closeMenu {
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	z-index: 1;
}
#appMenu .sup {
	background: linear-gradient(90deg, rgb(34, 97, 247) 0%, rgb(176, 6, 254) 100%);
	border-radius: 0px 0px 20px 20px;
	padding: 20px 0px;
}
#appMenu .sup img {
	display: inline-block;
	width: 100px;
	height: 100px;
}
.bt32632 {
	font: 700 15px Urbanist;
	background: #FFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(207, 207, 207, 1) 100%);
	color: #000 !important;
	padding: 10px 15px;
	border-radius: 15px;
	display: inline-block;
}
.na4352 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  font: 900 15px Urbanist;
  padding: 0px 20px;
  color: #FFF;
}
.listMenu {
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.listMenu li {
	padding: 5px 0px;
}
.listMenu li a {
	display: table;
	width: 100%;
	color: #121213;
	font: 600 15px Urbanist;
}
.listMenu li a .iic {
	display: table-cell;
	width: 55px;
	vertical-align: middle;
	padding: 5px 10px 5px 20px;
}
.listMenu li a .iic i {
	font-size: 20px;
	color: #0921CF;
}
.listMenu li a .ttx {
	display: table-cell;
	width: calc(100% - 55px);
	vertical-align: middle;
	text-align: left;
}
.listMenu li a:hover .ttx{
	color: #65ae0c;
}
.listMenu .sector {
	text-align: left;
	font: 900 14px Roboto;
  color: #8E949B;
	padding: 10px 0px 10px 20px;
}
.logoFooter {
	font: 400 24px Urbanist;
    letter-spacing: -1px;
	color: #FFF !important;
}
@media (max-width: 700px) {
	.container {
		width: 100%;
	}
	#topMenu, #areaTop {
		display: none;
	}
	header #logo {
		width: 50%;
		padding-left: 10px;
		padding-top: 2px;
	}
	header #logo img {
		margin: 0px 10px 8px 0px;
		max-height: 30px;
	}
	header #logo .name {
		font: 400 20px Urbanist;
		letter-spacing: 0;
		padding-top: 2px;
	}
	header #logo .name strong {
	  font: 900 20px Urbanist;
	}
	header #logo .sub {
		font: 400 9px Urbanist;
	}
	#menuTop {
		float: right;
		display: block;
	}
	#menuTop button {
		float: right;
		margin: 0px 0px 0px 5px;
		width: 55px;
		height: 45px;
		font-size: 20px;
		color: #213b78;
		background: #FFF;
	}
	#menuTop button i {
		font-size: 17px;
	}
	#menuTop button span {
		font: 600 10px Urbanist;
		float: left;
		width: 100%;
	}
	.breadcrumb {
		padding: 20px 10px;
	}
	.breadcrumb > a, .breadcrumb > .active {
		font-size: 11px;
	}
	.topFaq .pl {
		width: 100%;
		padding: 30px 10px;
		text-align: center;
	}
	.topFaq .pr {
		width: 100%;
		padding: 0px 10px;
	}
	.breadcrumb {
		margin-top: 0px;
	}
	footer .tabb > div {
		display: table;
		margin-bottom: 30px;
		border: 0px;
		padding: 0px 10px;
	}
	footer .tabb > div:first-child {
		padding-left: 10px;
	}
}