@CHARSET "ISO-8859-1";

.fichaProducto__main__info__cuotas__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fichaProducto__main__info__cuotas {
	/*visibility: hidden;*/
	position: relative;
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 1.1;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -.5px;
	margin-top: 18px;
}

.fichaProducto__main__info__cuotas__cantidad {
	font-size: 18px;
	color: #000;
}

.fichaProducto__main__info__cuotas__fi-tea-cft {
	margin-top: 8px;
	color: #999;
	font-size: 12px;
}

/*------------------------------------------------------------------
34. Mt Detail Section / .mt-detail-sec
-------------------------------------------------------------------*/

.mt-detail-sec {
	padding: 40px 0 164px;
}

.mt-detail-sec.style1 h2 {
	padding: 0 0 0 20px;
}

.mt-detail-sec h2 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 25px;
	color: #000;
}

.mt-detail-sec .bill-detail {
	overflow: hidden;
	width: 549px;
}

.mt-detail-sec .bill-detail .form-group {
	margin-bottom: 17px;
	overflow: hidden;
}

.mt-detail-sec .bill-detail .form-group ::-webkit-input-placeholder {
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-group ::-moz-placeholder {
	opacity: 1;
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-group :-moz-placeholder {
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-group :-ms-input-placeholder {
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-group .placeholder {
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-control {
	font-size: 14px;
	line-height: 16px;
	background: none;
	outline: none;
	box-shadow: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	padding: 10px 18px;
	width: 100%;
	height: 55px;
	color: #7d7d7d;
	border-color: #dcdcdc;
}

.mt-detail-sec .bill-detail textarea {
	min-height: 99px;
	width: 100%;
	resize: none;
}

.mt-detail-sec .bill-detail input[type="checkbox"] {
	margin: 0 5px 0 0;
	padding: 0;
}

.mt-detail-sec .bill-detail .check-box {
	font-size: 16px;
	line-height: 18px;
	font-weight: 200;
	color: #868686;
}

.mt-detail-sec .bill-detail .col {
	width: 47%;
	float: left;
	margin: 0 0 0 32px;
}

.mt-detail-sec .bill-detail .col:first-child {
	margin: 0;
}

.mt-detail-sec .bill-detail .update-btn {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	border-style: solid;
	border-width: 1px;
	outline: none;
	box-shadow: none;
	width: 214px;
	display: block;
	padding: 14px 10px 12px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #f6f6f6;
	color: #c6c6c6;
	border-color: #dcdcdc;
}

.mt-detail-sec .bill-detail .update-btn:hover {
	background: #88bd6e;
	color: #fff;
}

.mt-detail-sec .holder {
	overflow: hidden;
	background: #f6f6f6;
	margin: 44px 0 0 32px;
	padding: 51px 60px 43px;
}

.mt-detail-sec .block {
	overflow: hidden;
	padding: 21px 0 0 2px;
	margin: 0 0 67px;
}

.mt-detail-sec .block.cart {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 18px;
	border-color: #dcdcdc;
	padding: 51px 45px 34px;
}

.mt-detail-sec .block.cart .txt span {
	font-size: 24px;
	line-height: 18px;
	margin: -3px 8px 0 0;
}

.mt-detail-sec .block.cart .txt span .fa {
	font-size: 18px;
}

.mt-detail-sec .block.cart .txt strong {
	font-size: 14px;
	line-height: 16px;
	padding: 0 9px 0 0;
	font-weight: 400;
	display: block;
	color: #010101;
}

.mt-detail-sec .block li {
	margin: 0 0 10px;
	padding: 0 0 9px;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #ccc;
}

.mt-detail-sec .block .title {
	font-size: 16px;
	line-height: 18px;
	display: block;
	margin: 0 0 11px;
	text-transform: uppercase;
	color: #868686;
}

.mt-detail-sec .block .title.sub-title {
	margin: 0;
}

.mt-detail-sec .block span {
	font-size: 14px;
	line-height: 16px;
	display: block;
	font-weight: 700;
	margin: 0 0 3px;
	color: #868686;
}

.mt-detail-sec .block .txt .title {
	margin: 0 0 9px;
}

.mt-detail-sec .block .txt span {
	font-size: 16px;
	line-height: 18px;
	display: block;
	color: #494949;
}

.mt-detail-sec .panel-group {
	padding: 0 10px 0 2px;
	margin: -2px 0 0;
	overflow: hidden;
}

.mt-detail-sec .panel-group .panel-heading {
	/*padding: 14px 0;*/
}

.mt-detail-sec .panel-group .panel-title {
	font-size: 16px;
	line-height: 18px;
	display: block;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #868686;
}

.mt-detail-sec .panel-group .panel-title a {
	display: block;
}

.mt-detail-sec .panel-group .panel-title .check {
	float: right;
	width: 17px;
	height: 17px;
	margin: 3px 0 0;
	border-style: solid;
	border-width: 1px;
	display: block;
	background: #fff;
	border-color: #494949;
}

.mt-detail-sec .panel-group .panel-title .check .fa-check {
	font-size: 14px;
	line-height: 16px;
	opacity: 1;
	visibility: visible;
	display: block;
	margin: 1px 0 2px 1px;
	color: #494949;
}

.mt-detail-sec .panel-group .panel-title .collapsed .fa-check {
	opacity: 0;
	visibility: hidden;
}

.mt-detail-sec .panel-group .panel-body {
	font-size: 12px;
	line-height: 16px;
	font-weight: 200;
	overflow: hidden;
	color: #868686;
}

.mt-detail-sec .panel-group .panel {
	padding: 0 0 4px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #ccc;
}

.mt-detail-sec .panel-group .panel:first-child {
	border-top: none;
}

.mt-detail-sec .block-holder {
	color: #868686;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	padding: 35px 63px 56px 93px;
}

.mt-detail-sec .block-holder a {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	color: #000;
}

.mt-detail-sec .block-holder a:hover {
	color: #868686;
}

.mt-detail-sec .block-holder input[type="checkbox"] {
	float: right;
}

.mt-detail-sec .process-btn {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	width: 307px;
	padding: 14px 10px;
	display: block;
	text-align: center;
	float: right;
	font-weight: 700;
	letter-spacing: 2px;
	word-spacing: 1px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	color: #fff;
	background: #88bd6e;
}

.mt-detail-sec .process-btn .fa-check {
	margin: 0 0 0 1px;
}

.mt-detail-sec .process-btn:hover {
	background: #f6f6f6;
	color: #494949;
}

/*------------------------------------------------------------------
35. Mt Product Table / .mt-product-table
-------------------------------------------------------------------*/

.mt-product-table {
	padding: 40px 0;
}

.mt-product-table .border {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #dcdcdc;
}

.mt-product-table .title {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	padding: 0 0 18px;
	color: #868686;
}

.mt-product-table .img-holder {
	width: 106px;
	overflow: hidden;
	padding: 25px 0 22px;
}

.mt-product-table .product-name {
	font-size: 18px;
	line-height: 20px;
	display: block;
	padding: 69px 0 0;
	color: #757575;
}

.mt-product-table .price {
	font-size: 18px;
	line-height: 20px;
	float: left;
	padding: 81px 0 0;
	color: #494949;
}

.mt-product-table .qyt-form {
	padding: 69px 0 0;
}

.mt-product-table .qyt-form select {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding: 7px 10px;
	border: none;
	outline: none;
	background: #eee;
	color: #494949;
}

.mt-product-table .fa-close {
	font-size: 18px;
	line-height: 20px;
	float: right;
	margin: 81px 0 0;
	color: #ff6060;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-product-table .fa-close:hover {
	color: #494949;
}

.mt-product-table .coupon-form {
	overflow: hidden;
	padding: 40px 0 52px;
	border-bottom: 1px solid #dcdcdc;
}

.mt-product-table .coupon-form .form-control {
	border-style: solid;
	border-width: 1px;
	background: none;
	outline: none;
	font-size: 14px;
	line-height: 16px;
	width: 258px;
	float: left;
	margin: 0 6px 0 0;
	height: 48px;
	border-radius: 0;
	box-shadow: none;
	border-color: #dcdcdc;
	color: #7d7d7d;
	padding: 10px 30px;
}

.mt-product-table .coupon-form button {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	border: none;
	outline: none;
	border-radius: 0;
	display: block;
	text-align: center;
	padding: 16px 10px 13px 7px;
	width: 111px;
	float: left;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #cba233;
	color: #fff;
}

.mt-product-table .coupon-form button:hover {
	background: #f05c5c;
}

.mt-product-table .coupon-form .mt-holder {
	width: 389px;
	margin: 0 auto;
}

/*------------------------------------------------------------------
36. product detail ab / .product-detail-tab
-------------------------------------------------------------------*/

.product-detail-tab {
	color: #aaa;
	overflow: hidden;
	padding: 74px 0 85px;
	font: 300 16px/21px "Source Sans Pro", sans-serif;
}

.product-detail-tab .mt-tabs {
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
	border-bottom: 1px solid #c8c8c8;
	font: 700 16px/20px "Montserrat", sans-serif;
}

.product-detail-tab .mt-tabs li {
	padding: 0 27px;
	vertical-align: top;
	display: inline-block;
}

.product-detail-tab .mt-tabs a {
	color: #9b9b9b;
	display: block;
	margin: 0 0 -1px;
	padding: 0 0 12px;
	border-bottom: 1px solid transparent;
}

.product-detail-tab .mt-tabs a:hover,
.product-detail-tab .mt-tabs a.active {
	color: #000;
	border-bottom-color: #000;
}

.product-detail-tab p {
	margin: 0 0 20px;
}

div#card-home .card {
	border-radius: 10px;
	margin-top: 20px;
	border: solid 1px #808080;
	background-color: #f7f7f7;
	box-shadow: none;
}


div#card-home .card:hover {
	background-color: #e5e5e5;
	cursor: pointer;
	transition-duration: 0.5s
}

div#card-home .card-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.75rem;
}

div#card-home .accordion-item .card-body {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

div#card-home .card-info {
	display: flex;
	align-items: center;
	/* padding: 0px; */
}

div#card-home .card-image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

div#card-home .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div#card-home .card-image i {
	color: #fff;
	font-size: large;
	margin-left: 18px;
	margin-top: 20px;
}

div#card-home .card-details {
	flex-grow: 1;
	margin-left: 12px;
	/* margin-bottom: -24px; */
}

div#card-home .card-number {
	font-size: 14px;
	/* Aumenta el tamaño del número de tarjeta */
	margin-bottom: 10px;
	/* Aumenta el espacio entre el número y los otros detalles */
}

div#card-home .card-bank,
.card-expiry {
	margin-bottom: 5px;
}

div#card-home .btn-delete {
	background-color: #005d5b;
	color: #fff;
	border: none;
	padding: 10px 20px;
	/* Aumenta el espacio alrededor del botón */
	border-radius: 5px;
	/* font-size: 15px; */
}


div#card-home .container {
	margin-right: 200px !important;
}

div#card-home #wallets>.row.mb-5 {
	margin-bottom: 0px !important;
}

/* #tarjeta-cont * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
} */

#tarjeta-cont {
	font-family: 'Lato', sans-serif;
}

.contenedor {
	width: 90%;
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ---------- Estilos Generales de las Tarjetas ----------*/
#tarjeta-cont .tarjeta {
	width: 100%;
	max-width: 550px;
	position: relative;
	color: #fff;
	transition: .3s ease all;
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	cursor: pointer;
	z-index: 2;
}

#tarjeta-cont .tarjeta.active {
	transform: rotateY(180deg);
}

#tarjeta-cont .tarjeta>div {
	padding: 30px;
	border-radius: 15px;
	min-height: 315px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 10px 10px 0 rgba(90, 116, 148, 0.3);
}

/* ---------- Tarjeta Delantera ----------*/
#tarjeta-cont .tarjeta .delantera {
	width: 100%;
	/*background: url(../img/bg-tarjeta/bg-tarjeta-03.jpg);*/
	background-size: cover;
}

#tarjeta-cont .delantera .logo-marca {
	text-align: right;
	min-height: 50px;
}

#tarjeta-cont .delantera .logo-marca img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 80px;
}

#tarjeta-cont .delantera .chip {
	width: 100%;
	max-width: 50px;
	margin-bottom: 20px;
}

#tarjeta-cont .delantera .grupo .label {
	font-size: 16px;
	color: #7d8994;
	margin-bottom: 5px;
	background: none;
}

#tarjeta-cont .delantera .grupo .numero,
#tarjeta-cont .delantera .grupo .nombre,
#tarjeta-cont .delantera .grupo .expiracion {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}

#tarjeta-cont .delantera .flexbox {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

/* ---------- Tarjeta Trasera ----------*/
#tarjeta-cont .trasera {
	background: url(../img/bg-tarjeta/bg-tarjeta-03.jpg); 
	background-size: cover;
	position: absolute;
	top: 0;
	transform: rotateY(180deg);
	backface-visibility: hidden;
}

#tarjeta-cont .trasera .barra-magnetica {
	height: 40px;
	background: #000;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
}

#tarjeta-cont .trasera .datos {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

#tarjeta-cont .trasera .datos p {
	margin-bottom: 5px;
}

#tarjeta-cont .trasera .datos #firma {
	width: 70%;
}

#tarjeta-cont .trasera .datos #firma .firma {
	height: 40px;
	background: repeating-linear-gradient(skyblue 0, skyblue 5px, orange 5px, orange 10px);
}

#tarjeta-cont .trasera .datos #firma .firma p {
	line-height: 40px;
	font-family: 'Liu Jian Mao Cao', cursive;
	color: #000;
	font-size: 30px;
	padding: 0 10px;
	text-transform: capitalize;
}

#tarjeta-cont .trasera .datos #ccv {
	width: 20%;
}

#tarjeta-cont .trasera .datos #ccv .ccv {
	background: #fff;
	height: 40px;
	color: #000;
	padding: 10px;
	text-align: center;
}

#tarjeta-cont .trasera .leyenda {
	font-size: 14px;
	line-height: 24px;
}

#tarjeta-cont .trasera .link-banco {
	font-size: 14px;
	color: #fff;
}

/* ---------- Contenedor Boton ----------*/
#tarjeta-cont .contenedor-btn .btn-abrir-formulario {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 20px;
	background: #2364d2;
	color: #fff;
	position: relative;
	top: -25px;
	z-index: 3;
	border-radius: 100%;
	box-shadow: -5px 4px 8px rgba(24, 56, 182, 0.4);
	padding: 5px;
	transition: all .2s ease;
	border: none;
	cursor: pointer;
}

#tarjeta-cont .contenedor-btn .btn-abrir-formulario:hover {
	background: #1850b1;
}

#tarjeta-cont .contenedor-btn .btn-abrir-formulario.active {
	transform: rotate(45deg);
}

/* ---------- Formulario Tarjeta ----------*/
#tarjeta-cont .formulario-tarjeta {
	background: #fff;
	width: 100%;
	max-width: 700px;
	padding: 150px 30px 30px 30px;
	border-radius: 10px;
	position: relative;
	top: -150px;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition: clip-path .3s ease-out;
}

#tarjeta-cont .formulario-tarjeta.active {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#tarjeta-cont .formulario-tarjeta label {
	display: block;
	color: #7d8994;
	margin-bottom: 5px;
	font-size: 16px;
}

#tarjeta-cont .formulario-tarjeta input,
#tarjeta-cont .formulario-tarjeta select,
#tarjeta-cont .btn-enviar {
	border: 2px solid #CED6E0;
	font-size: 18px;
	height: 50px;
	width: 100%;
	padding: 5px 12px;
	transition: .3s ease all;
	border-radius: 5px;
}

#tarjeta-cont .formulario-tarjeta input:hover,
#tarjeta-cont .formulario-tarjeta select:hover {
	border: 2px solid #93BDED;
}

#tarjeta-cont .formulario-tarjeta input:focus,
#tarjeta-cont .formulario-tarjeta select:focus {
	outline: rgb(4, 4, 4);
	box-shadow: 1px 7px 10px -5px rgba(90, 116, 148, 0.3);
}

#tarjeta-cont .formulario-tarjeta input {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#tarjeta-cont .formulario-tarjeta .flexbox {
	display: flex;
	justify-content: space-between;
}

#tarjeta-cont .formulario-tarjeta .expira {
	width: 100%;
}

#tarjeta-cont .formulario-tarjeta .ccv {
	min-width: 100px;
}

#tarjeta-cont .formulario-tarjeta .grupo-select {
	width: 100%;
	margin-right: 15px;
	position: relative;
}

#tarjeta-cont .formulario-tarjeta select {
	-webkit-appearance: none;
}

#tarjeta-cont .formulario-tarjeta .grupo-select i {
	position: absolute;
	color: #CED6E0;
	top: 18px;
	right: 15px;
	transition: .3s ease all;
}

#tarjeta-cont .formulario-tarjeta .grupo-select:hover i {
	color: #93bfed;
}

#tarjeta-cont .formulario-tarjeta .btn-enviar {
	border: none;
	padding: 10px;
	font-size: 22px;
	color: #fff;
	background: #2364d2;
	box-shadow: 2px 2px 10px 0px rgba(0, 85, 212, 0.4);
	cursor: pointer;
}

#tarjeta-cont .formulario-tarjeta .btn-enviar:hover {
	background: #1850b1;
}

.card-selector.i2m_titem_metodoPago i {
	color: var(--i2m_colorPerfilClaro);
	font-size: 40px;
	margin-bottom: 20px;
}

@media (max-width: 500px) {

	.invoice-contents table {
		padding: 0px !important;
		padding-bottom: 86px !important;
		font-size: 1.1rem !important;
	}

	.invoice-contents td {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 600px) {
	.promo_block form#i2m_wallet_tarjetas {
		padding: 100px 2px !important;
	}

	.promo_block div#tarjeta-cont {
		padding: 0px 0px !important;
	}

	.promo_block div#wallets_PAYMENT_CHOICE {
		padding: 0 0 !important;
		width: 100% !important;
	}

	.promo_block .card-body.pt-0 {
		padding: 0 0 !important;
	}

	.promo_block #tarjeta-cont .formulario-tarjeta {
		padding: 150px 0px 10px 10px !important;
	}

	.promo_block #tarjeta-cont .formulario-tarjeta .ccv {
		min-width: max-content !important;
	}

	.promo_block div#card-home .card-body {
		justify-content: center !important;
	}

	.promo_block .cheque-header {
		display: flex !important;
		justify-content: space-between !important;
		border-bottom: 2px dashed #333 !important;
		padding-bottom: 10px !important;
		flex-direction: column !important;
	}
}

.promo_block .checkout-page .order-review {
	padding: 0px !important;
}

.promo_block .order-review table tr th {
	font-size: 12px !important;
}

@media (max-width: 600px) {
	.promo_block form#i2m_wallet_tarjetas {
		padding: 100px 2px !important;
	}

	.promo_block .panel.panel-default.card-view.pb-0 {
		padding: 0 !important;
	}

	.promo_block p.card-text {
		line-height: normal !important;
	}

	.promo_block section#tarjeta {
		display: none !important;
	}

	.promo_block .contenedor-btn {
		display: none !important;
	}

	.promo_block li.nav-item {
		margin-right: initial !important;
	}

	.promo_block h2.p-2.i2m_title_type_singup.mb-4 {
		font-size: 30px !important;
	}

	.promo_block h2.title-form-sub {
		font-size: 30px !important;
	}

	.promo_block h2 {
		font-size: 30px;
	}
   #frm_SUBCUENTA_USU .card-body.pt-0 {
        padding: 0 0 !important;
    }

}

@media (max-width: 600px) {
    .i2m_profileNEW #frm_SUBCUENTA_USU form#i2m_wallet_tarjetas {
        padding: 100px 2px !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU div#tarjeta-cont {
        padding: 0px 0px !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU div#wallets_PAYMENT_CHOICE {
        padding: 0 0 !important;
        width: 100% !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU .card-body.pt-0 {
        padding: 0 0 !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU #tarjeta-cont .formulario-tarjeta {
        padding: 0px 0px 10px 10px !important;
        margin: 14rem;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU #tarjeta-cont .formulario-tarjeta .ccv {
        min-width: max-content !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU div#card-home .card-body {
        justify-content: center !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU .cheque-header {
        display: flex !important;
        justify-content: space-between !important;
        border-bottom: 2px dashed #333 !important;
        padding-bottom: 10px !important;
        flex-direction: column !important;
    }
}

.i2m_profileNEW #frm_SUBCUENTA_USU .checkout-page .order-review {
    padding: 0px !important;
}

.i2m_profileNEW #frm_SUBCUENTA_USU .order-review table tr th {
    font-size: 12px !important;
}

@media (max-width: 600px) {
    .i2m_profileNEW #frm_SUBCUENTA_USU form#i2m_wallet_tarjetas {
        padding: 100px 2px !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU .panel.panel-default.card-view.pb-0 {
        padding: 0 !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU p.card-text {
        line-height: normal !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU section#tarjeta {
        display: none !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU .contenedor-btn {
        display: none !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU li.nav-item {
        margin-right: initial !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU h2.p-2.i2m_title_type_singup.mb-4 {
        font-size: 30px !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU h2.title-form-sub {
        font-size: 30px !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU h2 {
        font-size: 30px;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU .card-body.pt-0 {
        padding: 0 0 !important;
    }

    .i2m_profileNEW #frm_SUBCUENTA_USU .tsf-content {
        padding: 0;
    }
}

.i2m_pagos .i2m_listActivitiesProfile {
  list-style-type: none;
  padding-left: 0px;
}
.i2m_pagos .i2m_listActivitiesProfile li {
  margin-bottom: 15px;
}
.i2m_pagos .i2m_borderBottomProfile {
  border-bottom: solid 1px #808080;
}
.i2m_pagos .i2m_imgPerfilActivity {
  width: 35px;
  height: 35px;
  background-image: no-repeat;
  background-image: fixed;
  background-image: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.i2m_pagos .i2m_typeActivity {
  line-height: 14px;
  font-size: 14px;
}
.i2m_pagos .i2m_listActivitiesProfile .i2m_namePerfil {
  font-weight: 500;
  font-size: 13px;
  color: #606060;
}
.i2m_pagos .i2m_namePerfil {
  margin-bottom: 0px;
  font-weight: 400;
  color: var(--i2m_colorPerfilOscuro);
  font-size: 25px;
}

.i2m_pagos .i2m_priceActivity p {
  font-size: 17px;
  color: green;
}

