@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;700&display=swap&family=Montserrat:wght@500;700&display=swap');
body {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	font-size: 14px;
}
body.login {
	background: linear-gradient(90deg, #5B46D0 0%, #F27154 100%);
}
.loader {
	display: none;
	width: 150px;
	text-align: center;
	position: fixed;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10002;
}
.loader h1 { text-align: center; color: #ffffff; margin: 15px 0; }
.loader > div.bounce {
	width: 18px;
	height: 18px;
	background-color: #F9EDD7;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader > div.bounce1 { background-color: #7661D8; }
.loader > div.bounce3 { background-color: #7661D8; }
.loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.capaNegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	background-color: #000;
	opacity: 0.7;
	display: none;
}
.container {
	width: 1400px;
	max-width: 98%;
	margin: 0 auto;
}
img { max-width: 100%; }
header {
	background-color: #F6F6F8;
	border-bottom: 2px solid #EDEDF0;
	box-sizing: border-box;
	padding: 15px 0;
}
header .container {
	width: 100%;
	max-width: initial;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	box-sizing: border-box;
}
header .logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}
header .logo img {
	height: 30px;
	width: auto;
}
header .logo h1 {
	font-size: 20px;
	margin: 0 5px;
	color: #000;
}
header .linkProfile {
	display: block;
	width: 25px;
}
header .linkProfile img { width: 30px; min-width: 30px; height: 30px; }
.mainWeb { display: flex; }
aside {
	width: 300px;
	min-width: 300px;
	height: calc(100vh - 62px);
	border-right: 2px solid #EDEDF0;
	box-sizing: border-box;
	padding: 50px 30px;
	transition: 0.4s all;
}
aside .userInfo {
	display: flex;
	align-items: center;
	text-decoration: none;
}
aside .userInfo img {
	width: 55px;
	min-width: 55px;
	height: 55px;
}
aside .userInfo .userDetail { margin-left: 5px; overflow: hidden;  white-space: nowrap; }
aside .userInfo .userDetail h2 {
	margin: 0;
	color: #5B46D0;
	font-size: 20px;
}
aside .userInfo .userDetail p {
	margin: 0;
	font-size: 14px;
	opacity: 0.6;
	color: #000;
}
aside ul {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
aside ul li a {
	display: flex;
	align-items: center;
	height: 40px;
	box-sizing: border-box;
	padding: 5px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	transition: 0.4s all;
	overflow: hidden; 
	white-space: nowrap;
}
aside ul li a i {
	font-size: 20px;
	color: #7661D8;
	width: 25px;
	text-align: center;
}
aside ul li a span {
	display: block;
	margin-left: 8px;
}
aside ul li a:hover, aside ul li a.active {
	background-color: #7661D8;
	color: #fff;
}
aside ul li a:hover > i, aside ul li a.active > i { color: #fff; }
.userModal {
	display: none;
	position: absolute;
	top: 60px;
	right: 30px;
	background-color: #F6F6F8;
	border: 2px solid #EDEDF0;
	border-top: none;
	padding: 15px;
	z-index: 2;
	box-sizing: border-box;
}
.userModal .userDetail h2 {
	margin: 0;
	color: #5B46D0;
	font-size: 20px;
	max-width: 220px;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.userModal .userDetail p {
	margin: 0;
	font-size: 14px;
	opacity: 0.6;
	color: #000;
}
.userModal ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
.userModal ul li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 5px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.userModal ul li a i {
	color: #5B46D0;
	margin-right: 5px;
}
main {
	width: calc(100vw - 300px);
	box-sizing: border-box;
	padding: 50px
}
.cardInfo {
	background-color: #F6F7F7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 800px;
	max-width: 100%;
	margin-bottom: 20px;
}
.cardInfo.d-block {
	display: block;
	border: 1px solid #EDEDF0;
	box-sizing: border-box;
	padding: 20px;
}
.cardInfo.empty { background-color: transparent; }
.cardInfo .detail {
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
}
.cardInfo .detail h2 {
	font-size: 28px;
	margin: 0;
}
.cardInfo .detail a {
	width: 320px;
	max-width: 100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.cardInfo .detail a:after {
	font-family: FontAwesome;
	font-weight: 900;
	content: "\f054";
	position: absolute;
	top: 3px;
	right: 0;
}
.cardInfo img {
	min-width: 50%;
	max-width: 50%;
	width: 50%;
	height: auto;
}
.cardInfo .card {
	display: flex;
	justify-content: space-between;
	border: 1px solid #EDEDF0;
	padding: 20px 10px;
	box-sizing: border-box;
	width: 49%;
}
.cardInfo.d-block .card { display: block; }
.cardInfo .card.full { width: 100%; display: block; }
.cardInfo .card h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.cardInfo .card p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	opacity: 0.6;
}
.cardInfo .card a {
	font-size: 14px;
	line-height: 20px;
	color: #5B46D0;
	text-decoration: none;
}
.cardInfo .card i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #5B46D0;
	color: #fff;
	font-size: 18px;
}
.inputDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-bottom: 10px;
}
.inputDiv label { width: 220px; padding: 0; }
.inputDiv .data {
	width: calc(100% - 220px);
	display: flex;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
}
.inputDiv .data img { width: 32px; min-width: 32px; height: 32px; min-width: initial; }
.inputDiv .data a {
	display: flex;
	align-items: center;
	width: 100%;
}
.inputDiv .data a.red, .inputDiv .data a.red i { color: #D32F2F; }
.inputDiv .data i, .inputDiv .inputEdit i {
	background-color: transparent;
	color: #5B46D0;
}
.buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}
.buttons a { text-decoration: none; color: #000; margin-left: 10px; }
.buttons a.button {
	background-color: #5B46D0;
	color: #fff;
	padding: 6px 16px;
	border-radius: 5px;
}
.pasosCentro {
	width: 500px;
	max-width: 100%;
	margin: 100px auto;
	font-size: 16px;
}
.pasosCentro ul {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}
.pasosCentro ul li { margin-bottom: 10px; }
.pasosCentro ul li a { margin-right: 5px; }
.pasosCentro ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	background-color: #5B46D0;
	color: #fff;
	border-radius: 50%;
	margin-right: 8px;
}
.notify {
	width: 800px;
	max-width: 100%;
	background-color: #5B46D0;
	color: #fff;
	border-radius: 10px;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
body.login main { display: flex; align-items: center; justify-content: center; height: 100vh; width: 100%; }
.loginDiv {
	min-width: 400px;
	width: auto;
	max-width: 90%;
	box-sizing: border-box;
	padding: 50px;
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	transition: 0.4s all;
}
.loginDiv #login img {
	width: 140px;
	height: auto;
	margin: 0 auto 30px;
}
.loginDiv form label {
	color: rgba( 0, 0, 0, 0.6 );
	text-align: left;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.loginDiv form input[type="text"], .loginDiv form input[type="number"], .loginDiv form input[type="email"], .loginDiv form input[type="password"] {
	border: none;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	outline: none;
	text-align: left;
}
.loginDiv form a {
	display: block;
	text-align: left;
	margin: 30px 0;
	color:#5B46D0;
	text-decoration: none;
}
.loginDiv form button {
	background-color:#5B46D0;
	color: #fff;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	border: none;
	margin-bottom: 30px;
}
.sectionAccount { display: none; }
.sectionAccount.active { display: block; }
.loginDiv .buttonDiv {
	margin: 20px 0;
}
.buttonAccount {
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 14px;
	background-color: #F1F1F1;
	margin: 10px 0;
	text-decoration: none;
	color: #000;
	transition: 0.4s all;
}
.buttonAccount:hover {
	background-color: #000;
	color: #F1F1F1;
}
.buttonAccount i { margin-right: 5px; }
#createAccount { text-align: left; }
.loginDiv h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
}
.loginDiv h4, .loginDiv h5 { text-align: left; }
.loginDiv #createAccount img {
	width: 95px;
	height: auto;
	margin: 0 0 20px;
}
.loginDiv #createAccount p {
	margin: 25px 0;
}
.tCenter { text-align: center; }
.inputIcon { position: relative; }
.inputIcon i { position: absolute; top: 10px; }
.inputIcon input { padding-left: 20px !important; }
#slider { background-color:rgba( 91, 70, 208, 0.6 ); }
#slider span { background-color:#5B46D0; }
.radioInput {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.radioInput label { margin-top: 0 !important; display: initial !important; width: initial !important; }
.loginDiv #redesSociales, .loginDiv #createAccount { width: 350px; }
.infoSlide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.infoSlide input { display: none; }
.fotoPerfil { border-radius: 50%; overflow: hidden; }
.metodosPago h2, .suscripciones h2 { font-size: 16px; }
.metodosList {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.metodosList li {
	border: 1px solid #EDEDF0;
	width: 220px;
	height: 150px;
	margin: 0 15px 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-flow: row wrap;
	position: relative;
}
.metodosList li.new a {
	text-decoration: none;
	font-size: 14px;
	color: #5B46D0;
}
.metodosList li.new a span { display: block; text-align: center; width: 100%; }
.metodosList li i { font-size: 30px; margin-bottom: 10px; }
.metodosList li .info b, .metodosList li .info span { display: block; text-transform: uppercase; }
.metodosList li .buttons {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.metodosList li .buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	width: 50%;
	border: 1px solid #7661D8;
	box-sizing: border-box;
	padding: 5px;
	margin: 0;
	color: #7661D8;
}
.metodosList li .buttons a:last-child { color: #f00; border: 1px solid #f00; }
.metodosList li .buttons a i { font-size: 15px; margin: 0; margin-right: 5px; }
h2.emptyList {
	width: 100%;
	text-align: center;
	margin: 50px 0;
	font-size: 14px;
	color: #000;
}
h2.emptyList i { color: #5B46D04D; font-size: 22px; }
h2.emptyList span { display: block; width: 100%; margin-top: 15px; }
.inputDiv .inputEdit {
	width: calc(100% - 220px);
	display: flex;
	align-items: center;
}
.inputDiv .inputEdit input {
	width: calc(100% - 40px);
	display: flex;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
}
.ucFirst { text-transform: capitalize; }
#editaPerfil input {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #EDEDF0;
}
.dragDrop, .previewImg {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #ccc;
	border-radius: 5px;
	width: 100%;
	height: 100px;
	flex-flow: row wrap;
}
.dragDrop a, .dragDrop span {
	display: block;
	width: 100%;
	text-align: center;
}
#fotoPerfil { display: none; }
.previewImg.hide, .dragDrop.hide { display: none; }
.previewImg img { height: 85%; width: auto; margin: 10px; }
#progressBar .ui-widget-header { background-color: #5B46D0; }
.inputContainer label, #payment-form-prod label {
	color: rgba( 0, 0, 0, 0.6 );
	text-align: left;
	display: block;
	width: 100%;
	margin-top: 20px;
}
#card-element, #card-number, #card-expiry, #card-cvc, .inputContainer input, .inputContainer select {
    border: none;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	outline: none;
	text-align: left;
	color: #000;
}
.tarjetaInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}
.tarjetaInfo .info { width: 48%; }
.terminos { display: flex; }
.appList, .preciosList {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.appList li, .preciosList li {
	border: 1px solid #ccc;
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 5px;
}
.steps { display: none; }
#step-1 { display: block; }
.tableApps, .tableDomains { display: none; }
.tableResponsive {
	max-width: 100%;
	overflow-x: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.addButton {
	position: absolute;
	right: 50px;
	top: 150px;
	z-index: 1;
	background-color: #5B46D0;
	color: #fff;
	padding: 6px 16px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	outline: none;
}
table, table thead, table thead tr, table tbody, table tbody tr { width: 100% !important; }
.dt-search { margin: 10px 0; }
.dt-info { float: left; margin: 10px 0; }
.dt-paging { float: right; margin: 10px 0; }
.actionDiv a { margin: 0 5px; }
table.dataTable, .dt-scroll-headInner { width: 100% !important; }
.buttons button:disabled { background-color: #999 !important; }