/*fuentes*/
@font-face {
	font-family: "Century-Gothic";
	src: url("../fonts/Montserrat-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Century-Gothic-Bold";
	src: url("../fonts/Montserrat-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Century-Gothic-Italic";
	src: url("../fonts/Montserrat-Italic.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Century-Gothic-Light";
	src: url("../fonts/Montserrat-Light.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Century-Gothic-Semibold";
	src: url("../fonts/Montserrat-SemiBold.ttf");
	font-weight: normal;
	font-style: normal;
}

:root {
	--light: "Century-Gothic-Light";
	--regular: "Century-Gothic";
	--medium: "Century-Gothic-Semibold";
	--semibold: "Century-Gothic-Semibold";
	--bold: "Century-Gothic-Bold";
	--Italic: "Century-Gothic-Italic";
	--redlight: #b35b7a;
	--primary1: #1d1c1d;
	--bluelighthl: #6ca1bf;
	--bluelighthl1: #00bbe8;
}

body,
html {
	background-color: var(--colorBackground);
}
.whatsapp {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 40px;
	right: 45px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	font: normal normal normal 14px/1 !important ;
}
.whatsapp-icon {
	font-family: "FontAwesome" !important;
	margin-top: 10px;
}
.whatsapp:hover {
	color: #ffecec;
}

/* NavBar */
.iconWidth {
	width: 11%;
}
.logoWidth {
	width: 70%;
}
.menuPerfil {
	padding: 20px !important;
}
.menuPerfil li {
	padding: 10px 20px;
}
.menuPerfil li a {
	border-bottom: 1px solid #d6d6da;
	padding: 15px 15px !important;
}

/***DASHBOARD**/
.form-text {
	margin-top: 0.45rem !important;
}
.navbar-collapse {
	background-color: var(--colorBackground);
}
.navbar-collapse-head {
	background-color: var(--colorBackground);
}
#panelUsuarioPin .small-greetings,
small {
	color: #fff;
	font-family: var(--medium);
}
.headerModule {
	background-color: var(--colorBackground);
}
.bodyModule {
	background-color: var(--colorBackground);
}
.colorTextFilter {
	color: #fff;
}
/* .metas_button {
    background-color: #85639F !important;
    color: #ffffff !important;
}

.metas_button:hover {
    background-color: #5A609C;
    color: #ffffff !important;
} */
.containerImgfunnelimg svg {
	width: 100%;
	height: 100%;
}
.containerIcon{
	width: 60px;position: absolute;left: 0px
}
/*Generales*/
.card-body.card-body-principal {
	overflow: hidden;
}
.sideBarNone {
	display: none;
}
.containerMarginComplete {
	margin-left: 0% !important;
	background-color: var(--colorBackground) !important;
}
.sizecontainer {
	width: 100%;
	height: 450px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5%;
}
.container-table {
	height: 500px;
	overflow-y: auto;
	overflow-x: auto !important;
	padding-left: 0px;
	padding-right: 0px;
}
.sidebar-nav.inactivo {
	position: relative;
	min-height: 400px;
}
.sidebar-nav.inactivo #sidebarnav {
	cursor: default;
	pointer-events: none;
	filter: blur(8px);
	-webkit-filter: blur(10px);
}
.sidebar-nav .aviso-inactivo {
	display: none;
	width: 86%;
	margin: auto;
	height: max-content;
	padding: 20px 0;
	font-family: var(--regular);
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	color: #ffffff;
	border-top: 4px #ffffff solid;
	border-bottom: 4px #ffffff solid;
}
.sidebar-nav.inactivo .aviso-inactivo {
	display: block;
	position: absolute;
	top: 34%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.mini-sidebar .sidebar-nav.inactivo .aviso-inactivo {
	display: none;
}
.base-title-section {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.29;
	color: #21004e;
}
.asterisco {
	color: #6455f4;
	font-size: 22px;
}
.row-no-padding [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.hg-no-br br {
	display: none;
}
a:hover {
	color: #47148b;
}
b,
strong {
	font-weight: 600 !important;
}
.rowChart {
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-radius: 15px;
}
/*efecto crecer*/
.grow {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.grow:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
}
/*efecto transicion lenta*/
.transicion {
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
}
/* fondo holograma  */
.fondo-holograma {
	position: relative;
	min-height: 70vh;
}
/* Tablas Header */

/* th{ 
    position: sticky;
    padding: 0;
    top: 0;
    background: #ffffff;

} */
.boldTextHead {
	font-family: var(--bold);
	margin-bottom: 0 !important;
	font-size: 14px;
}
.card-title {
	color: #585d95 !important;
	margin-bottom: 2% !important;
	margin-top: 2% !important;
	font-size: 111%;
	padding-left: 20px;
}
.card-bg1 {
	padding-bottom: 2% !important;
}
.titleTable {
	color: #fff;
}
.textTable {
	color: #fff;
}
.texto,
.textConnectionSite,
.labelConnectSite {
	color: #fff;
}
.input_connect {
	background-color: #1d1c1d;
	color: #fff;
}
.btnSaveConnect {
	background-color: #69b196;
}
.cardFacebook {
	background-color: #1d1c1d;
	color: #fff;
}
.textModal {
	color: #fff;
}
.titleModalUrls {
	color: #6287c0;
}
.smallTextYT {
	color: lightskyblue;
}
.iptConfigLaunching {
	background-color: #161616;
	color: #fff;
}
/*Logos tabla*/
.hg-th-logo {
	display: flex;
	align-items: center;
	width: 104px;
	min-width: max-content;
	margin: auto;
}
.hg-th-logo img {
	margin-right: 10px;
}

/*funneles*/
.hg-funnel svg {
	max-width: 100%;
}

/***BOTONES GENERICOS***/
.hg-btn-blue {
	margin: auto;
	width: max-content;
	padding: 12px 30px;
	background-color: #5b5b5f !important;
	color: #ffffff;
	font-family: var(--regular);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	border-color: #6ba1c0;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.hg-btn-blue:hover {
	background-color: #5b5b5f !important;
	color: #ffffff;
}
.hg-btn-purple {
	margin: auto;
	width: max-content;
	padding: 12px 30px;
	background-color: #9249f3 !important;
	color: #ffffff;
	font-family: var(--regular);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.hg-btn-purple:hover {
	background-color: #5a609c !important;
	color: #ffffff;
}
.hg-btn-cancelar {
	margin: auto;
	width: max-content;
	padding: 12px 30px;
	background-color: #151515 !important;
	color: #ffffff !important;
	font-family: var(--regular);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	border: 2px solid;
}
.hg-btn-cancelar:hover {
	background-color: #63aacb !important;
	color: #ffffff !important;
}
.btn-modal {
	background: white !important;
	color: var(--bluelighthl);
}
.btn-modal:hover {
	background: white !important;
	color: var(--bluelighthl) !important;
}
.hg-btn-blue-light {
	margin: auto;
	width: max-content;
	padding: 12px 30px;
	background-color: var(--bluelighthl1) !important;
	color: #ffffff;
	font-family: var(--regular);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.hg-btn-purple2 {
	margin: auto;
	width: max-content;
	padding: 12px 30px;
	background-color: #535d9a !important;
	color: #ffffff;
	font-family: var(--regular);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

button.cancelar {
	background-color: transparent !important;
	color: white;
	border: 2px solid white !important;
}

button.aceptar {
	background-color: var(--bluelighthl) !important;
	color: white;
}

/***CARD WHITE CON HOVER AZUL***/
.hg-card-hover-blue {
	width: 100%;
	max-width: 400px;
	height: 200px;
	padding: 0 10px;
	background-color: #150a30 !important;
	border-radius: 20px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 47px;
	-webkit-border-radius: 23.5px;
	-moz-border-radius: 47px;
	-ms-border-radius: 47px;
	-o-border-radius: 47px;
}
.hg-card-hover-blue .img-card {
	margin: 0 auto;
	width: 90px;
	height: 90px;
	padding: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #5a609c;
}
.hg-card-hover-blue .img-icon {
	margin: 0 auto;
	width: 70px;
	height: 70px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.hg-card-hover-blue .img-icon i {
	color: #686868;
}
.hg-card-hover-blue h3 {
	margin-top: 20px;
	font-size: 24px;
	color: #63aacb;
	text-align: center;
}
.hg-card-hover-blue:hover {
	filter: opacity(0.88);
}

/***CARD PURPLE CON HOVER BLUE***/
.card-purple {
	width: 100%;
	max-width: 300px;
	margin: auto;
	margin-bottom: 20px;
	height: 120px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8382b4;
	border-radius: 18px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%) !important;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
}
.card-purple h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #ffffff;
}
.card-purple:hover {
	background-color: #019cff;
}
.card-purple.active {
	background-color: #019cff;
}

/***CARDS COLORS***/
.hg-cards-colors .item {
	max-width: 100%;
	min-height: 100px;
	padding: 5%;
	border-radius: 10px;
	/* box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%)!important; */
}
.cardCampaign {
	background-color: #fff;
	border-radius: 15px;
	/* background-image: url("../img/adorno-card.svg"); 
    background-position: 96% 88%; 
    background-repeat: no-repeat;
    background-size: auto 35%; */
	width: 32%;
}
.theadBgComparatives {
	background-color: #50549f;
	color: #fff;
}
.backgroundContainerIndicator {
	background: #1d1c1d;
}
.iptProfile {
	background-color: #1d1c1d;
}
.nameLaunchTable,
.textfield {
	color: #fff;
}
#chatbase-bubble-button {
	bottom: 6.5rem !important;
	right: 2.5rem !important;
	width: 65px!important;
    height: 65px!important;
    border-radius: 36px!important;
}
#chatbase-message-bubbles {
	/* margin: 2% 16% 0 0!important; */
	bottom: 96px!important;
	right: 7rem!important;
}
/* g{
    fill: unset!important;
} */
.hg-cards-colors .item h2 {
	padding-right: 20px;
	height: 40px;
	font-family: var(--semibold);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	color: #ffffff;
}
.hg-cards-colors .item h3 {
	font-family: var(--medium);
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
}
.hg-cards-colors .item.card-lg {
	height: calc(100% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hg-cards-colors .item.card-lg h2 {
	font-size: 15px;
}
.hg-cards-colors .item.card-lg h3 {
	white-space: nowrap;
}

/* .card-bg1 { background-color: #073477!important;}
.card-bg2 { background-color: #019cff!important;}
.card-bg3 { background-color: #ff30e5!important;}
.card-bg4 { background-color: #6455f4!important;}
.card-bg5 { background-color: #acca21!important;}
.card-bg6 { background-color: #f34c4c!important;}
.card-bg7 { background-color: #55cff4!important;}
.card-bg8 { background-color: #f16ee0!important;} */

@media screen and (min-width: 1200px) {
	.hg-cards-colors .item {
		min-height: 110px;
	}
}
@media screen and (min-width: 992px) {
	.hg-cards-colors .item.card-lg {
		padding-top: 22px;
		padding-bottom: 10px;
	}
	/* .hg-cards-colors .h-lg-100, .hg-cards-colors.h-lg-100 { height: 100%!important; } */
}
@media screen and (max-width: 1650px) {
	.hg-cards-colors .item h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.hg-cards-colors .item h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.hg-cards-colors .item h3 {
		font-size: 20px;
	}
	.hg-cards-colors .item.card-lg {
		height: 70px;
	}
	.hg-cards-colors .item.card-lg h2 {
		font-size: 17px !important;
	}
	.hg-cards-colors .item.card-lg h3 {
		font-size: 30px;
		white-space: nowrap;
	}
	.hg-cards-colors .item h3 {
		font-size: 24px;
	}
	.planUnSelected {
		display: none;
	}
	.sizecontainer {
		width: 90%;
		height: 300px;
		margin-top: 0%;
	}
	.container-table {
		height: 220px;
	}
	.containerPrincipalInfoPlan {
		width: 80vw !important;
		margin: 8% auto;
		position: relative;
	}

	.sectionPlan {
		flex-direction: column;
	}
	.containerButtonPlan {
		width: 90% !important;
	}
}

/***CARD INSIGHT COPA***/
.card-insights {
	position: relative;
	padding: 20px;
	width: 100%;
	max-width: 400px;
	background-color: #9249f3;
	margin: auto;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.card-insights::after {
	content: "";
	width: 100px;
	height: 160px;
	opacity: 0.4;
	background-image: url(../img/medalla.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -50px;
	right: 8px;
}

/***PLAN LIST VIEW***/
.containerPrincipalInfoPlan {
	width: 25vw;
	position: relative;
}
.containerButtonPlan {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: #4c4c4c;
	width: 23%;
	margin: 0 auto;
	border-radius: 10px;
	padding: 5px 0px;
}
.labelPlanRestriction {
	display: block !important;
}
.containerButtonPlan li {
	color: #fff;
	padding: 2% 15% !important;
	border-radius: 10px;
}

.containerButtonPlan li p {
	margin-bottom: 0;
}
.colorBadgePlan {
	background-color: #7fbfa1;
	color: #fff;
	margin-left: 5px;
	font-family: var(--bold);
	position: absolute;
}
.bgPlanClicked {
	background-color: #938cbf;
	color: #fff;
}

.containerInfoPlan {
	background-color: #161616;
	border-radius: 10px;
	height: 100%;
	padding: 5% 8%;
}
.containerDegradadoPlan {
	background: linear-gradient(to right, #973d5c, #525990);
	padding: 3px;
	border-radius: 10px;
}
.isSelectedPlan{
	display: block!important;
}
.badgeplan{
	background-color: #938cc3;
	color: #fff;
	width: 42%;
	text-align: center;
	padding: 2%;
	border-radius: 20px;
	position: absolute;
	font-size: 11px;
	top: 6px;
	right: 0;
	margin-bottom: 0;
}
.mostPopularPlan {
	display: block !important;
}
.containerGraySection{
	padding: 1.5rem 3rem!important;
	border-radius: 15px!important;
}
.cardTitlePlan {
	color: #fff;
	font-family: var(--bold);
}
.cardTextPlan {
	color: #fff;
}
.containerPricing {
	display: flex;
	flex-direction: column;
	padding: 0px 4%;
	margin-top: 6%;
}
.priceLineThrough {
	color: #5a5a5a;
	font-size: 18px;
}
.isYearly{
	display: block;
}
.notYearly{
	display: none;
}

.priceBold {
	color: #fff;
	font-family: var(--bold);
	font-size: 30px;
}
.priceBold > bdi {
	color: #fff;
	font-family: var(--regular);
	font-size: 15px;
}
.btnPlan {
	background-color: #47a3c2;
	color: #fff;
	margin: 6% 0;
	font-family: var(--semibold);
}
.list-benefits li small {
	color: #fff;
}

/* estilo que hace bold la fuente solo al primer elemento que tiene la clase isBold */
.isBold li:first-child small {
	font-family: var(--bold);
}

.disabledButtonPlan {
	background-color: #b4b4b4;
	pointer-events: none;
}
.notDecided {
	color: #adadad;
	font-family: var(--bold);
}
.containerWhatsAppPlan {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: 7% auto;
	text-align: center;
}
.whatsappPlanIcon {
	color: #91afa3;
	font-size: 30px;
	margin: 2%;
}
.whatsappPlanIcon:hover {
	color: #91afa3;
}
.titlePlanList {
	font-family: var(--bold);
	color: #fff;
}
.titlePlanList + label {
	color: #fff;
}
.whatsappPlanIcon u {
	font-size: 18px !important;
	color: #adadad;
	margin-left: 11px;
}

/***CARDS FB CONTENT***/
.hg-contenedor-fb {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 20px;
	background-color: #ffffff;
}
.hg-cards-fb {
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.hg-cards-fb .card-fb {
	position: relative;
	margin: auto;
	position: relative;
	padding-top: 6px;
	padding-bottom: 20px;
	max-width: 360px;
	height: 240px;
	background-position: 96% 100%;
	background-repeat: no-repeat;
	background-size: auto 30%;
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-top-left-radius: 0;
}
.hg-cards-fb .card-fb .cabecera {
	padding: 0 4px 0 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hg-cards-fb .card-fb .logo-fb {
	width: 60px;
	height: 60px;
}
.hg-cards-fb .card-fb .nombre {
	padding: 0 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42;
}
.hg-cards-fb .card-fb .alcance {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
.hg-cards-fb .card-fb .alcance::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.hg-cards-fb .card-fb .alcance > div {
	position: relative;
	width: max-content;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	z-index: 2;
}
.hg-cards-fb .card-fb .alcance > div span {
	margin: 0 10px;
	padding: 3px 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.67;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.hg-cards-fb .card-fb .datos-fb {
	margin-bottom: 10px;
}
.hg-cards-fb .card-fb .datos-fb .titulo {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42;
	text-align: center;
}
.hg-cards-fb .card-fb .datos-fb .resultado {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.17;
	text-align: center;
}

.hg-cards-fb .card-fb {
	background-color: #f6f6f8 !important;
	background-image: url("../img/adorno-fb.png");
}
.hg-cards-fb .card-fb .nombre {
	color: #4d4d4d;
}
.hg-cards-fb .card-fb .alcance::after {
	background-color: #3b5998;
}
.hg-cards-fb .card-fb .alcance > div {
	background-color: #3b5998;
}
.hg-cards-fb .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #3b5998;
}
.hg-cards-fb .card-fb .datos-fb .titulo {
	color: #4d4d4d;
}
.hg-cards-fb .card-fb .datos-fb .resultado {
	color: #4d4d4d;
}

.hg-cards-fb:nth-child(1) .card-fb,
.hg-cards-fb:nth-child(1) .card-fb .alcance::after {
	background-color: #63aacb;
}
.hg-cards-fb:nth-child(2) .card-fb,
.hg-cards-fb:nth-child(2) .card-fb .alcance::after {
	background-color: #6287c0;
}
.hg-cards-fb:nth-child(3) .card-fb,
.hg-cards-fb:nth-child(3) .card-fb .alcance::after {
	background-color: #5a609c;
}
.hg-cards-fb:nth-child(4) .card-fb,
.hg-cards-fb:nth-child(4) .card-fb .alcance::after {
	background-color: #675b96;
}
.hg-cards-fb:nth-child(5) .card-fb,
.hg-cards-fb:nth-child(5) .card-fb .alcance::after {
	background-color: #85639f;
}
.hg-cards-fb:nth-child(6) .card-fb,
.hg-cards-fb:nth-child(6) .card-fb .alcance::after {
	background-color: #966298;
}
.hg-cards-fb:nth-child(7) .card-fb,
.hg-cards-fb:nth-child(7) .card-fb .alcance::after {
	background-color: #aa6397;
}
.hg-cards-fb:nth-child(8) .card-fb,
.hg-cards-fb:nth-child(8) .card-fb .alcance::after {
	background-color: #bb6093;
}
.hg-cards-fb:nth-child(9) .card-fb,
.hg-cards-fb:nth-child(9) .card-fb .alcance::after {
	background-color: #ca6481;
}

.hg-cards-fb:nth-child(1) .card-fb,
.hg-cards-fb:nth-child(1) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #63aacb;
}
.hg-cards-fb:nth-child(2) .card-fb,
.hg-cards-fb:nth-child(2) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #6287c0;
}
.hg-cards-fb:nth-child(3) .card-fb,
.hg-cards-fb:nth-child(3) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #5a609c;
}
.hg-cards-fb:nth-child(4) .card-fb,
.hg-cards-fb:nth-child(4) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #675b96;
}
.hg-cards-fb:nth-child(5) .card-fb,
.hg-cards-fb:nth-child(5) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #85639f;
}
.hg-cards-fb:nth-child(6) .card-fb,
.hg-cards-fb:nth-child(6) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #966298;
}
.hg-cards-fb:nth-child(7) .card-fb,
.hg-cards-fb:nth-child(7) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #aa6397;
}
.hg-cards-fb:nth-child(8) .card-fb,
.hg-cards-fb:nth-child(8) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #bb6093;
}
.hg-cards-fb:nth-child(9) .card-fb,
.hg-cards-fb:nth-child(9) .card-fb .alcance > div span {
	color: #f6f6f8;
	background-color: #ca6481;
}

.hg-cards-fb:nth-child(1) .card-fb,
.hg-cards-fb:nth-child(1) .card-fb .alcance > div {
	background-color: #f6f6f8;
}
.hg-cards-fb:nth-child(2) .card-fb,
.hg-cards-fb:nth-child(2) .card-fb .alcance > div {
	background-color: #f6f6f8;
}
.hg-cards-fb:nth-child(3) .card-fb,
.hg-cards-fb:nth-child(3) .card-fb .alcance > div {
	background-color: #f6f6f8;
}
.hg-cards-fb:nth-child(4) .card-fb,
.hg-cards-fb:nth-child(4) .card-fb .alcance > div {
	background-color: #f6f6f8;
}
.hg-cards-fb:nth-child(5) .card-fb,
.hg-cards-fb:nth-child(5) .card-fb .alcance > div {
	background-color: #f6f6f8;
}
.hg-cards-fb:nth-child(6) .card-fb,
.hg-cards-fb:nth-child(6) .card-fb .alcance > div {
	background-color: #f6f6f8;
}
.hg-cards-fb:nth-child(7) .card-fb,
.hg-cards-fb:nth-child(7) .card-fb .alcance > div {
	background-color: #f6f6f8;
}
.hg-cards-fb:nth-child(8) .card-fb,
.hg-cards-fb:nth-child(8) .card-fb .alcance > div {
	background-color: #f6f6f8;
}
.hg-cards-fb:nth-child(9) .card-fb,
.hg-cards-fb:nth-child(9) .card-fb .alcance > div {
	background-color: #f6f6f8;
}

.hg-cards-fb .card-fb::before {
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	background-color: #e7e7e7;
	position: absolute;
	top: -10px;
	left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.hg-cards-fb:nth-child(1) .card-fb::before {
	content: "1";
	border: 2px#63AACB solid;
	background-color: #63aacb;
	color: #ffffff;
}
.hg-cards-fb:nth-child(2) .card-fb::before {
	content: "2";
	border: 2px#6287C0 solid;
	background-color: #6287c0;
	color: #ffffff;
}
.hg-cards-fb:nth-child(3) .card-fb::before {
	content: "3";
	border: 2px#5A609C solid;
	background-color: #5a609c;
	color: #ffffff;
}
.hg-cards-fb:nth-child(4) .card-fb::before {
	content: "4";
	border: 2px#675B96 solid;
	background-color: #675b96;
	color: #ffffff;
}
.hg-cards-fb:nth-child(5) .card-fb::before {
	content: "5";
	border: 2px#85639F solid;
	background-color: #85639f;
	color: #ffffff;
}
.hg-cards-fb:nth-child(6) .card-fb::before {
	content: "6";
	border: 2px#966298 solid;
	background-color: #966298;
	color: #ffffff;
}
.hg-cards-fb:nth-child(7) .card-fb::before {
	content: "7";
	border: 2px#AA6397 solid;
	background-color: #aa6397;
	color: #ffffff;
}
.hg-cards-fb:nth-child(8) .card-fb::before {
	content: "8";
	border: 2px#BB6093 solid;
	background-color: #bb6093;
	color: #ffffff;
}
.hg-cards-fb:nth-child(9) .card-fb::before {
	content: "9";
	border: 2px#CA6481 solid;
	background-color: #ca6481;
	color: #ffffff;
}

div.hg-color-bg {
	background-color: #073477;
}
div.hg-color-bg {
	background-color: #019cff;
}
div.hg-color-bg {
	background-color: #ff30e5;
}
div.hg-color-bg {
	background-color: #6455f4;
}
div.hg-color-bg {
	background-color: #a337d9;
}
div.hg-color-bg {
	background-color: #1e289f;
}
div.hg-color-bg {
	background-color: #49caff;
}
div.hg-color-bg {
	background-color: #fe7dea;
}
div.hg-color-bg {
	background-color: #616df3;
}
div.hg-color-bg {
	background-color: #0e0767;
}
div.hg-color-bg {
	background-color: #3493ff;
}
div.hg-color-bg {
	background-color: #d326c5;
}
div.hg-color-bg {
	background-color: #796fff;
}
div.hg-color-bg {
	background-color: #6638c2;
}

/*OLD CARDS COLOR FB*/
.hg-cards-fb.purple .card-fb {
	margin: auto;
	position: relative;
	padding-top: 26px;
	padding-bottom: 20px;
	max-width: 360px;
	height: 240px;
	background-position: 94% 100%;
	background-repeat: no-repeat;
	background-size: auto 30%;
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.hg-cards-fb.purple .card-fb .logo-fb {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: -40px;
}
.hg-cards-fb.purple .card-fb .nombre {
	padding: 0 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42;
	text-align: center;
}

.hg-cards-fb.purple:nth-child(1n) .card-fb {
	background-color: #ffffff;
	background-image: url("../svg/adorno-fb.svg");
}
.hg-cards-fb.purple:nth-child(1n) .card-fb .nombre {
	color: #000000;
}
.hg-cards-fb.purple:nth-child(1n) .card-fb .alcance::after {
	background-color: #707070;
}
.hg-cards-fb.purple:nth-child(1n) .card-fb .alcance > div {
	background-color: #ffffff;
}
.hg-cards-fb.purple:nth-child(1n) .card-fb .alcance > div span {
	background-color: #b5f5ff;
	color: #000000;
}
.hg-cards-fb.purple:nth-child(1n) .card-fb .datos-fb .titulo {
	color: #000000;
}
.hg-cards-fb.purple:nth-child(1n) .card-fb .datos-fb .resultado {
	color: #0012ff;
}

.hg-cards-fb.purple:nth-child(3n + 2) .card-fb {
	background-color: #6455f4;
	background-image: url("../svg/adorno-fb2.svg");
}
.hg-cards-fb.purple:nth-child(3n + 2) .card-fb .nombre {
	color: #ffffff;
}
.hg-cards-fb.purple:nth-child(3n + 2) .card-fb .alcance::after {
	background-color: #ffffff;
}
.hg-cards-fb.purple:nth-child(3n + 2) .card-fb .alcance > div {
	background-color: #6455f4;
}
.hg-cards-fb.purple:nth-child(3n + 2) .card-fb .alcance > div span {
	background-color: #edf5f8;
}
.hg-cards-fb.purple:nth-child(3n + 2) .card-fb .datos-fb .titulo {
	color: #ffffff;
}
.hg-cards-fb.purple:nth-child(3n + 2) .card-fb .datos-fb .resultado {
	color: #f6c2fe;
}

.hg-cards-fb.purple:nth-child(3n) .card-fb {
	background-color: #47148b;
	background-image: url("../svg/adorno-fb3.svg");
}
.hg-cards-fb.purple:nth-child(3n) .card-fb .nombre {
	color: #ffffff;
}
.hg-cards-fb.purple:nth-child(3n) .card-fb .alcance::after {
	background-color: #ffffff;
	color: #8f8f8f;
}
.hg-cards-fb.purple:nth-child(3n) .card-fb .alcance > div {
	background-color: #47148b;
}
.hg-cards-fb.purple:nth-child(3n) .card-fb .alcance > div span {
	background-color: #b5f5ff;
}
.hg-cards-fb.purple:nth-child(3n) .card-fb .datos-fb .titulo {
	color: #ffffff;
}
.hg-cards-fb.purple:nth-child(3n) .card-fb .datos-fb .resultado {
	color: #64e0ff;
}

/* HG BUYER*/
.hg-buyer {
	margin: auto;
	padding-top: 60px;
	padding-bottom: 20px;
}
.hg-buyer .buyer-border {
	position: relative;
	margin: auto;
	width: 190px;
	height: 190px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px #63aacb solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.hg-buyer .buyer-border .buyer-img {
	width: 170px;
	height: 170px;
	max-width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 8px -1px rgb(0 0 0 / 25%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.hg-buyer .buyer-item {
	position: absolute;
	width: max-content;
	font-size: 16px;
	color: #67757c;
}
.hg-buyer .buyer-item span {
	font-size: 15px;
}
.buyer-datos {
	position: relative;
	padding-top: 16px;
	padding-bottom: 26px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.buyer-datos .item {
	margin: 0 40px;
	text-align: center;
}
.buyer-datos::before {
	content: "";
	width: 60%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.buyer-datos .resultado {
	margin-bottom: 10px;
}

.hg-buyer .buyer-item.item1 {
	top: -45px;
	left: 35px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}
.hg-buyer .buyer-item.item2 {
	top: -45px;
	right: 35px;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}
.hg-buyer .buyer-item.item3 {
	top: 5px;
	left: -20px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}
.hg-buyer .buyer-item.item4 {
	top: 58px;
	left: -40px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}
.hg-buyer .buyer-item.item5 {
	top: 115px;
	left: -40px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}
.hg-buyer .buyer-item.item6 {
	top: 5px;
	right: -20px;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}
.hg-buyer .buyer-item.item7 {
	top: 58px;
	right: -40px;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}
.hg-buyer .buyer-item.item8 {
	top: 115px;
	right: -40px;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}

.hg-buyer .buyer-arrow {
	position: absolute;
	width: 14px;
}
.hg-buyer .buyer-arrow.arrow1 {
	top: -10px;
	left: 45px;
	transform: translateX(-100%) rotate(-25deg);
	-webkit-transform: translateX(-100%) rotate(-25deg);
	-moz-transform: translateX(-100%) rotate(-25deg);
	-ms-transform: translateX(-100%) rotate(-25deg);
	-o-transform: translateX(-100%) rotate(-25deg);
}
.hg-buyer .buyer-arrow.arrow2 {
	top: -10px;
	right: 45px;
	transform: translateX(100%) rotate(25deg);
	-webkit-transform: translateX(100%) rotate(25deg);
	-moz-transform: translateX(100%) rotate(25deg);
	-ms-transform: translateX(100%) rotate(25deg);
	-o-transform: translateX(100%) rotate(25deg);
}
.hg-buyer .buyer-arrow.arrow3 {
	top: 20px;
	left: 10px;
	transform: translateX(-100%) rotate(-55deg);
	-webkit-transform: translateX(-100%) rotate(-55deg);
	-moz-transform: translateX(-100%) rotate(-55deg);
	-ms-transform: translateX(-100%) rotate(-55deg);
	-o-transform: translateX(-100%) rotate(-55deg);
}
.hg-buyer .buyer-arrow.arrow4 {
	top: 65px;
	left: -8px;
	transform: translateX(-100%) rotate(-85deg);
	-webkit-transform: translateX(-100%) rotate(-85deg);
	-moz-transform: translateX(-100%) rotate(-85deg);
	-ms-transform: translateX(-100%) rotate(-85deg);
	-o-transform: translateX(-100%) rotate(-85deg);
}
.hg-buyer .buyer-arrow.arrow5 {
	top: 115px;
	left: -5px;
	transform: translateX(-100%) rotate(-105deg);
	-webkit-transform: translateX(-100%) rotate(-105deg);
	-moz-transform: translateX(-100%) rotate(-105deg);
	-ms-transform: translateX(-100%) rotate(-105deg);
	-o-transform: translateX(-100%) rotate(-105deg);
}
.hg-buyer .buyer-arrow.arrow6 {
	top: 20px;
	right: 10px;
	transform: translateX(100%) rotate(55deg);
	-webkit-transform: translateX(100%) rotate(55deg);
	-moz-transform: translateX(100%) rotate(55deg);
	-ms-transform: translateX(100%) rotate(55deg);
	-o-transform: translateX(100%) rotate(55deg);
}
.hg-buyer .buyer-arrow.arrow7 {
	top: 65px;
	right: -8px;
	transform: translateX(100%) rotate(85deg);
	-webkit-transform: translateX(100%) rotate(85deg);
	-moz-transform: translateX(100%) rotate(85deg);
	-ms-transform: translateX(100%) rotate(85deg);
	-o-transform: translateX(100%) rotate(85deg);
}
.hg-buyer .buyer-arrow.arrow8 {
	top: 115px;
	right: -5px;
	transform: translateX(100%) rotate(105deg);
	-webkit-transform: translateX(100%) rotate(105deg);
	-moz-transform: translateX(100%) rotate(105deg);
	-ms-transform: translateX(100%) rotate(105deg);
	-o-transform: translateX(100%) rotate(105deg);
}

@media screen and (max-width: 1450px) {
	.hg-buyer .buyer-item {
		font-size: 15px;
	}
	.hg-buyer .buyer-border {
		width: 160px;
		height: 160px;
	}
	.hg-buyer .buyer-border .buyer-img {
		width: 140px;
		height: 140px;
	}
}

/*HG SCROLL*/
.hg-scroll {
	overflow-y: scroll;
	scrollbar-color: var(--colorPrimary) var(--colorBackground);
	scrollbar-width: medium;
	font-size: 15px !important;
}
.hg-scroll::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.hg-scroll::-webkit-scrollbar-track {
	background-color: var(--colorBackground);
	border-radius: 10px;
}
.hg-scroll::-webkit-scrollbar-thumb {
	background: var(--colorPrimary);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.hg-scroll::-webkit-scrollbar-thumb:hover {
	background: var(--colorPrimary);
	cursor: pointer;
}

/*DOWNLOAD SVG*/
.hg-download .dw1 .form-download {
	background-color: #0148b2;
}
.hg-download .dw1 .form-download button {
	background-color: #64ccff;
}
.hg-download .dw2 .form-download {
	background-color: #0c9cfd;
}
.hg-download .dw2 .form-download button {
	background-color: #9a00ff;
}
.form-download {
	margin-bottom: 10px;
	position: relative;
	padding: 30px 30px 20px;
	width: 100%;
	height: 196px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.form-download .box-download {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.form-download .box-download .ctn-nombre label {
	margin-bottom: 28px;
	text-align: center;
	color: #ffffff;
}
.form-download .hg-btn-purple:hover {
	background-color: #5a609c !important;
}

/* FORMAT COLUMNS */
.hg-format-data {
	font-weight: 600;
	font-size: 18px;
}
.hg-format-data.uno {
	color: #85639f;
}
.hg-format-data.dos {
	color: #63aacb;
}
.hg-format-data.tres {
	color: #ca6481;
}
.hg-format-data.cuatro {
	color: #34a2bf;
}

/* UL VER PASOS*/
.hg-ul-pasos {
	margin: auto;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hg-ul-pasos li {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
.hg-ul-pasos li::before {
	content: "\2022";
	color: #019cff;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.hg-ul-pasos li > a {
	color: #019cff;
	line-height: 1.8;
}
.hg-ul-pasos li:hover:before,
.hg-ul-pasos li:hover > a {
	color: #47148b;
}
@media screen and (max-width: 767px) {
	.hg-ul-pasos li {
		margin: 0;
	}
}

/* COPA */
.hg-col-copa {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hg-col-copa .copa-borde {
	width: 140px;
	height: 140px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px #1f9ed3 solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.hg-col-copa .copa-ctn {
	width: 120px;
	height: 120px;
	max-width: 90%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 8px -1px rgb(0 0 0 / 25%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.hg-col-copa .copa-ctn img {
	width: 50px;
	max-width: 50%;
}
.hg-col-copa .copa-ctn h3 {
	font-weight: 600;
	font-size: 16px;
	color: #707070;
}

/***FORMULARIOS GENERICOS***/
.hg-form .form-group {
	margin-bottom: 26px;
}
.hg-form .form-group label {
	padding: 0 4px;
	color: #707070;
	font-size: 18px;
}
.hg-form .title {
	font-size: 26px;
	font-weight: 500;
	line-height: 2;
	text-align: left;
	color: #21004e;
}
.hg-form input.form-control {
	width: 100%;
	background-color: #e8e8e8;
	padding: 20px 28px;
	font-family: var(--regular);
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	appearance: none;
	border: none;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
}
.hg-form input.form-control:placeholder {
	color: #000000;
}
.hg-form input:-webkit-autofill,
.hg-form input:-webkit-autofill:hover,
.hg-form input:-webkit-autofill:focus,
.hg-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #e8e8e8 inset !important;
}
.hg-form input:-webkit-autofill {
	-webkit-text-fill-color: #1d1c1d !important;
}
.hg-form button.btn.dropdown-toggle.btn-light {
	width: 100% !important;
	background-color: #e8e8e8 !important;
	padding: 8px 28px !important;
	font-family: var(--regular) !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	text-align: left !important;
	color: #424949 !important;
	border: none !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.hg-form button,
button:focus {
	outline: none !important;
}
.hg-form .form-control:focus {
	background-color: #e8e8e8 !important;
	border: none;
}
.hg-form select {
	height: auto !important;
	background-color: #e8e8e8 !important;
	padding: 8px 28px !important;
	font-family: var(--regular) !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	text-align: left !important;
	color: #424949 !important;
	border: none !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	border-right: 8px solid #f6f6f8 !important;
}
.hg-form select:after {
	content: "<>";
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;
	/*Adjust for position however you want*/

	top: 18px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	/*left line */

	position: absolute;
	pointer-events: none;
}
.hg-form button {
	margin: auto;
	padding: 12px 30px;
	background-color: #928bbe;
	color: #ffffff;
	font-family: var(--regular);
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.hg-form button.btn-cancelar,
.hg-form button.btn-secondary {
	background-color: #151515;
	color: #fff;
	border: 2px solid;
}
.hg-form button:hover {
	background-color: #5a609c;
	color: #ffffff;
}
.hg-form .input-group-text {
	background: #e8e8e8;
}
.hg-form .bootstrap-select {
	background: transparent;
}
/***FILTRO POR FECHA***/
/*  */
.hg-date-filter .row [class*="col-"] {
	margin-bottom: 20px;
}
.hg-date-filter h3 {
	font-family: var(--medium);
	font-weight: 500;
	font-size: 54px;
	line-height: 1.33;
	letter-spacing: -1.95px;
	text-align: left;
	color: #21004e;
}
.hg-date-filter label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal !important;
	text-align: center;
	color: #4d4d4d;
}
.hg-date-filter input {
	background-color: #f6f6f8 !important;
	color: var(--colorBackground) !important;
	margin-bottom: 10px;
}
.hg-date-filter select {
	background-color: #f6f6f8 !important;
	color: var(--colorBackground) !important;
	margin-bottom: 10px;
}
.hg-date-filter .box {
	display: flex;
	align-items: center;
	padding: 0;
}
.hg-date-filter .box button {
	margin-left: 20px;
	margin-bottom: initial;
	margin-bottom: 10px;
}
.hg-date-filter .form-group {
	margin-bottom: 0 !important;
}
.hg-date-filter.fijado {
	padding: 10px 0px;
	position: fixed;
	background-color: var(--colorBackground);
	top: 0%;
	z-index: 11;
	margin-left:2%;
	margin-right: 2%;
	width: -webkit-fill-available;
	transition: top 1s linear;
	-webkit-transition: top 1s linear;
	-moz-transition: top 1s linear;
	-ms-transition: top 1s linear;
	-o-transition: top 1s linear;
}

@media screen and (min-width: 280px) {
	.hg-date-filter .box {
		display: block;
		align-items: center;
		padding: 0;
	}
	.hg-date-filter {
		padding: 10px 0px;
	}
	.hg-date-filterSales {
		padding: 10px 35px;
	}
	.hg-date-filter .box button {
		margin-left: 0px;
	}
	.hg-date-filter label {
		text-align: center;
	}
	.hg-date-filter.fijado {
		padding: 10px 35px;
	}
}
@media screen and (min-width: 500px) {
	.hg-date-filter .box {
		display: flex;
		align-items: center;
		padding: 0;
	}
	.hg-date-filter.fijado {
		right: auto;
	}
	.hg-date-filter {
		padding-right: 15px;
	}
	.hg-date-filter .box button {
		margin-left: 15px;
	}
	.hg-date-filter label {
		text-align: left;
	}
	.hg-date-filter.fijado {
		padding: 10px 0px;
	}
}
@media screen and (min-width: 768px) {
	.hg-date-filter {
		padding: 10px 0px;
	}
	.hg-date-filter:not(.two-filter) input {
		width: 200px !important;
	}
	.hg-date-filter:not(.two-filter) select {
		width: 200px !important;
	}
}

@media screen and (min-width: 767px) {
	.hg-date-filter input {
		width: 200px !important;
	}
	.hg-date-filter select {
		width: 200px !important;
	}
}

@media screen and (min-width: 805px) and (max-width: 1004px) {
	.hg-date-filter input {
		width: 250px !important;
	}
	.hg-date-filter select {
		width: 250px !important;
	}
}

@media screen and (min-width: 1005px) and (max-width: 1270px) {
	.hg-date-filter input {
		width: 350px !important;
	}
	.hg-date-filter select {
		width: 350px !important;
	}
	.hg-date-filter:not(.two-filter) input {
		width: 250px !important;
	}
	.hg-date-filter:not(.two-filter) select {
		width: 250px !important;
	}
}

@media screen and (min-width: 1271px) {
	.hg-date-filter input {
		width: 350px !important;
	}
	.hg-date-filter select {
		width: 350px !important;
	}
	.hg-date-filter:not(.two-filter) input {
		width: 300px !important;
	}
	.hg-date-filter:not(.two-filter) select {
		width: 300px !important;
	}
}

@media screen and (min-width: 1300px) {
	.hg-date-filter:not(.two-filter) input {
		width: 338px !important;
	}
	.hg-date-filter:not(.two-filter) select {
		width: 338px !important;
	}
}

@media screen and (max-width: 1400px) {
	.plan_w {
		min-height: 700px !important;
	}
}

/** CARD PLAN */

.plan_w {
	background-color: white;
	text-align: left;
	padding: 30px 45px 20px 45px !important;
	border-radius: 30px;
	border: 2px solid #c9d1dc;
	position: relative;
	margin-bottom: 10px;
	min-height: 550px;
}

.plan_w .selected-pill {
	position: absolute;
	top: -17px;
	padding: 5px 10px 5px 10px;
	border-radius: 20px;
	background: var(--bluelighthl1);
	color: white;
}

.button_card_price {
	border-radius: 12px;
	background-color: var(--bluelighthl1);
	color: white !important;
	font-weight: bold;
	border: 1px solid var(--bluelighthl1) !important;
	position: absolute;
	bottom: 20px;
	width: 81%;
	font-size: 12px;
}

.plan_w .plan_name {
	color: black;
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 0;
	padding-bottom: 0;
}

.plan_w .plan_name_selected {
	color: #81599c !important;
}

.list-benefits li small .fa-check {
	color: #71a98e !important;
}

.plan_w .plan_price {
	font-size: 15px;
}

.plan_w .plan_description {
	margin-top: 10px;
	font-size: 12px;
}

.plan_benefits {
	position: absolute;
	top: 50%;
}

.planBenefitsStarter {
	margin-top: 0%;
	position: relative;
}

.liOpacity {
	opacity: 0.4;
}
.plan_benefits p:first-child {
	color: black;
}
.list-benefits li small .fa-check,
.titlePlanList,
.titlePlanList + label,
.notDecided {
	color: var(--colorPrimary) !important;
}
.list-benefits li {
	margin-bottom: 10px !important;
	color: #71a98e;
	width: 90%;
	font-size: 14px;
}

.namePlanCard {
	font-size: 35px;
	font-weight: bold;
	color: #7b48a0;
}
.text-Bonus {
	font-family: var(--bold) !important;
}

.planHeightMiddle {
	min-height: 436px;
}
.containerBackgroundImage {
background-color: var(--colorBackground);
}
.page-load {
	background-color: var(--colorBackground);
}
/***INITIAL CONFIG**/
.ctn_wizard {
	position: relative;
	min-height: 70vh;
}
/*.ctn_wizard::before { content: ''; width: 700px; height: 270px; background-image: url('../img/inicio/forma-seccion1.svg'); background-position: center; background-size: contain; background-repeat: no-repeat; position: absolute; bottom: -40px; left: -100px; opacity: .2; }*/
.title_wizard {
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}
.title_wizard h4 {
	font-family: var(--regular);
	font-size: 46px;
	line-height: 1.48;
	text-align: center;
	color: #934af4;
}
.card_wizard {
	width: 154px;
	height: 100px;
	margin: 0 8px;
	margin-bottom: 10px;
	padding: 6px 30px 14px 30px;
	border: solid 1px #818181 !important;
	border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-ms-border-radius: 15px !important;
	-o-border-radius: 15px !important;
}
.card_wizard .row {
	justify-content: center;
}
.card_wizard small {
	text-align: center;
	color: #934af4;
}
.text_wizard {
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: var(--regular);
	font-size: 20px;
	line-height: 2.43;
	text-align: center;
	color: white !important;
}
.card_success_wizard {
	margin: 20px;
	width: 729px;
	height: 400px;
	padding: 150px 0 32px 38px;
	border-radius: 13px !important;
	border: solid 1px #707070;
	background-color: #191460;
	-webkit-border-radius: 13px !important;
	-moz-border-radius: 13px !important;
	-ms-border-radius: 13px !important;
	-o-border-radius: 13px !important;
}
.ctn_wizard .hg-btn-blue {
	margin-bottom: 40px;
}

/***PROFILE***/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.profile .form-message {
	text-align: center;
}
.profile .form-message p {
	font-family: var(--regular);
	font-size: 15px;
	text-align: center;
	color: #f10d0d;
}
.profile {
	background-color: var(--colorBackground);
}
.selectCollaborator {
	background-color: #1d1c1d;
	color: #fff;
}
.borderFemale {
	border: 4px solid #50549f;
	padding: 6px 35px;
	border-radius: 5px;
	color: #50549f;
}
.borderMale {
	border: 4px solid #867bc5;
	padding: 6px 35px;
	border-radius: 5px;
	color: #867bc5;
}
.borderUnknown {
	border: 4px solid #4d7dc0;
	padding: 6px 35px;
	border-radius: 5px;
	color: #4d7dc0;
}
.colorFemale {
	color: #50549f;
}
.colorMale {
	color: #867bc5;
}
.colorUnknown {
	color: #4d7dc0;
}
.buttonCollaborators {
	background-color: #525a91;
}
.profile form {
	width: 100%;
	max-width: 900px;
	margin: auto;
	padding-top: 30px;
}
.profile form .inputs {
	position: relative;
	padding-top: 46px;
	padding-bottom: 30px;
}
.profile form .inputs::after {
	content: "";
	width: 86%;
	height: 1px;
	background-color: #707070;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.profile form .form-group {
	margin-bottom: 24px;
}
.profile form .textfield {
	width: 100%;
	background-color: var(--colorCardSecondary);
	background-image: url(../svg/boligrafo.svg);
	background-position: 96%;
	background-size: 18px;
	background-repeat: no-repeat;
	padding: 11px 28px;
	font-family: var(--regular);
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: var(--colorText2);
	appearance: none;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.profile form .textfield:focus {
	outline: none;
	border: none;
	box-shadow: 0 0 0 0.1rem rgb(146 73 243 / 25%) !important;
}
.profile form .textfield::placeholder {
	color: white;
}
.profile input:-webkit-autofill,
.profile input:-webkit-autofill:hover,
.profile input:-webkit-autofill:focus,
.profile input:-webkit-autofill:active {
	background-color: #1d1c1d !important;
}
.profile input:-webkit-autofill {
	-webkit-text-fill-color: #1d1c1d !important;
	background-color: #1d1c1d !important;
}
.profile button.btn.dropdown-toggle.btn-light {
	width: 100% !important;
	background-color: #e8e8e8 !important;
	padding: 8px 28px !important;
	font-family: var(--regular) !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	text-align: left !important;
	color: #424949 !important;
	border: none !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.profile button,
.profile button:focus {
	outline: none !important;
}
.profile .form-control:focus {
	border-color: #8f8bbc !important;
	box-shadow: 0 0 0 0.2rem rgb(146 73 243 / 25%) !important;
}
.profile .dropdown-item.active,
.dropdown-item:active {
	background-color: #8f8bbc !important;
}
/* .profile .form-control { background-color: transparent!important; } */
.profile select {
	width: 100% !important;
	height: auto !important;
	background-color: var(--colorCardSecondary);
	padding: 8px 28px !important;
	font-family: var(--regular) !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	text-align: left !important;
	color: var(--colorText2) !important;
	border: none !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
/*Profile foto de perfil*/
.profile form .perfil-group {
	margin-bottom: 40px;
	text-align: center;
}
.profile form .ctn-perfil {
	position: relative;
	cursor: pointer;
	display: block;
	width: 180px;
	height: 180px;
	margin: auto;
	background-image: url(../img/sidebar/undefined.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px #934af4 solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.profile form .img-perfil {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.profile form .file-perfil {
	position: absolute;
	display: block;
	width: 100%;
	opacity: 0;
}
.profile form .divider {
	margin-top: 10px;
}
.profile form .divider span {
	margin: 0 20px;
}
.profile form .divider .lbl-perfil {
	margin-top: 8px;
	cursor: pointer;
	font-family: var(--regular);
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #202020;
	border-bottom: 1px #202020 solid;
}
.profile form .form-two {
	display: inline-flex;
}
.profile form .form-two > div:first-child {
	margin-right: 7px;
}
/*Profile sexo*/
.profile form .sexo {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.profile form .sexo .title {
	margin-right: 27px;
	font-family: var(--regular);
	font-size: 17px;
	line-height: 1.2;
	text-align: left;
	color: var(--colorText2)!important;
}
.profile form .sexo-title {
	display: none;
	margin-bottom: 10px;
	font-family: var(--regular);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: var(--colorText2)!important;
}
.profile form .sexo .check-group {
	margin-right: 90px;
	display: flex;
	align-items: center;
}
.profile form .sexo .check-group input {
	display: none;
}
.profile form .sexo .check-group div {
	width: 23px;
	height: 25px;
	background-color: #bcbcbc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.profile form .sexo .check-group input:checked + div {
	background-color: #8f8bbc;
	border: none;
}
.profile form .sexo .check-group span {
	margin-left: 10px;
	font-family: var(--regular);
	font-size: 14px;
	line-height: 1;
	text-align: left;
	color: var(--colorText2)!important;
}
/* Profile boton */
.profile .btn-group {
	margin-top: 40px;
	margin-bottom: 30px;
	width: 100%;
}
.profile form .btn-group button {
	margin: auto;
	width: max-content;
	padding: 8px 30px;
	background-color: #019cff;
	color: #ffffff;
	font-family: var(--regular);
	font-size: 16px;
	line-height: 1.65;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.profile form .btn-group button:hover {
	background-color: #9249f3;
	color: #ffffff;
}

/*Modal Generic*/
.modal.generic .modal-dialog {
	margin-top: 10%;
}
.modal.generic form {
	padding-top: 0;
}
.modal.generic .modal-content {
	background-color: #150a30;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.modal.generic .modal-header {
	border: none;
	padding: 10px;
}
.modal.generic .modal-header h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.64;
	color: #ffffff;
}
.modal.generic .modal-body {
	padding-left: 30px;
	padding-right: 30px;
}
.modal.generic .modal-body h2 {
	position: relative;
	width: max-content;
	margin: auto;
	padding-bottom: 4px;
	font-family: var(--medium);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.62;
	text-align: center;
	color: #ffffff;
}
.modal.generic .modal-body h2::after {
	content: "";
	width: 100%;
	border: 1px #d1d1d1 solid;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.modal.generic .modal-body .aviso {
	max-width: 90%;
	margin: auto;
	padding-top: 30px;
	font-family: var(--regular);
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: #ffffff;
}
.modal.generic .modal-body .form-group {
	max-width: 90%;
	margin: auto;
	padding-top: 20px;
}
.modal.generic .modal-body input {
	margin-bottom: 20px;
}
.modal.generic .modal-footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	justify-content: center;
}
.modal.generic button.btn {
	width: max-content;
	padding: 8px 30px;
	font-family: var(--regular);
	font-size: 18px;
	line-height: 1.65;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.modal.generic button.btn {
	margin-right: 10px;
	margin-left: 10px;
}
.modal.generic button.cancelar {
	background-color: #e4e4e4;
	color: #191460;
}
.modal.generic button.aceptar {
	background-color: #934af4;
	color: #ffffff;
}
.modal.generic button.btn:hover {
	background-color: #019cff;
	color: #ffffff;
}
/* Billing styles */
.badgeCurrency{
	background-color: #dedad8;
    padding: 5px 10px;
	border-radius: 10px;
}
.titleBilling{
	color: var(--colorText2)!important;
	font-size: 40px;
	font-family: var(--bold);
}
.subtitleBilling{
	font-family: var(--semibold);
    color: var(--colorPrimary);
    letter-spacing: 1px;
}
.labelResume{
	padding: 2px 40px;
    background-color: var(--colorPrimary);
    border-radius: 15px;
    margin-left: 1%;
    color: #fff;
}
.cardResumePlan{
	background-color: var(--colorCardSecondary);
    padding: 3%;
	border-radius: 15px;
}
.cardPriceResume__content{
	display: flex;
	flex-direction: column;
}
.cardPriceResume{
	background-color: var(--colorCardSecondary);
    padding: 3%;
	border-radius: 15px;
}
.boldResumeCard{
	font-family: var(--bold);
	color: var(--colorText2);
	font-size: 25px;
}
.descriptionResumeText{
color: var(--colorText2);
}
/* La clase listPlan lleva checks como list-style*/
.listPlan li{
	list-style: none;
	margin-bottom: 10px;
	color: var(--colorText2);
	font-size: 13px;
}
.listPlan ul{
	padding: 0;
	flex-wrap: wrap!important;
}

.listPlan li::before{
	content: "\f00c";
	font-family: "fontawesome";
	font-weight: 900;
	margin-right: 10px;
	color: var(--colorPrimary);
}
.boldText{
	font-family: var(--bold);
	color: var(--colorText2);
}
.boldTextColorPrimary{
	font-family: var(--bold);
	color: var(--colorPrimary)!important;
}
.cardPriceResume__content__item {
	font-size: 15px;
}
.pricePlanText{
	color: var(--colorPrimary);
	font-size: 25px;
}
.buttonPaymentSection{
	background-color: #71ca9a;
	color: #fff;
	border: none;
	border-radius: 7px;
	font-family: var(--bold);
	padding: 2%;
}
p.descriptionResumeText {
	font-size: 10px;
	padding-left: 0;
}
.btnAddBot{
    width: 100%;
    height: 30px;
    align-self: center;
    font-size: 13px;
    border-radius: 15px;
    border: none;
    background-color: var(--colorPrimary);
    color: var(--colorText2);
    font-family: var(--semibold);
}
.lineDivider{
	height: 1px;
    background-color: var(--colorText2);
    margin: 2% 0 3% 0;
}
/** Modal generic v2 GDZUL **/
.left-sidebar,
.sidebar-nav {
	background: var(--colorBackground);
}
.modal.generic2 .modal-dialog {
	margin-top: 10%;
}
.modal.generic2 form {
	padding-top: 0;
}
.modal.generic2 .modal-content {
	background-color: #101030;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.modal.generic2 .modal-header {
	border: none;
	padding: 10px;
}
.modal.generic2 .modal-header h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.64;
	color: #ffffff;
}
.modal.generic2 .modal-body {
	padding-left: 30px;
	padding-right: 30px;
}
.modal.generic2 .modal-body h2 {
	position: relative;
	width: max-content;
	margin: auto;
	padding-bottom: 4px;
	font-family: var(--medium);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.62;
	text-align: center;
	color: #ffffff;
}
/*.modal.generic2 .modal-body h2::after { content: ''; width: 100%; border: 1px #d1d1d1 solid; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; }*/
.modal.generic2 .modal-body .aviso {
	max-width: 90%;
	margin: auto;
	padding-top: 30px;
	font-family: var(--regular);
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: #ffffff;
}
.modal.generic2 .modal-body .form-group {
	max-width: 90%;
	margin: auto;
	padding-top: 20px;
}
.modal.generic2 .modal-body input {
	margin-bottom: 20px;
}
.modal.generic2 .modal-footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	justify-content: center;
}
.modal.generic2 button.btn {
	width: max-content;
	padding: 8px 30px;
	font-family: var(--regular);
	font-size: 18px;
	line-height: 1.65;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.modal.generic2 button.btn {
	margin-right: 10px;
	margin-left: 10px;
}
.modal.generic2 button.btn:hover {
	background-color: #019cff;
	color: #ffffff;
}

/* Textos */
.text-danger-hl {
	color: var(--redlight) !important;
}

.text-success-hl {
	color: var(--bluelighthl1) !important;
}

.text-primary-hl,
.text-whiteWT {
	color: #fff;
}

.text-underline {
	text-decoration: underline !important;
}

/*Modal cambio de proyecto*/
.modal.proyecto .modal-header {
	margin: 0 30px 30px 30px;
	padding-top: 40px;
	border-bottom: 1px #ffffff solid;
	text-align: center;
	display: flex;
	justify-content: center;
}
.modal.proyecto .close {
	position: absolute;
	top: 30px;
	right: 30px;
	font-family: var(--bold);
	color: #fff;
	font-size: 18px;
}

.containerGradient {
	background: linear-gradient(to right, #973d5c, #525990);
	padding: 4px;
	border-radius: 10px;
	width: 50%;
	margin: 0 auto;
}
.containerPostGradient {
	background-color: #19141c;
	padding: 5px;
	border-radius: 10px;
	padding: 4% 6%;
}
.textModalProyect {
	font-size: 15px;
}

.plecasMobile {
	display: none;
}
.plecasDesktop {
	display: flex;
}
.containerMap {
	width: 100%;
	height: 500px;
}

/* Estilos por defecto para pantallas grandes (por ejemplo, mayor a 1566px) */
.btnCoachOpenModal {
	visibility: visible;
	position: relative;
	z-index: 9;
	border-radius: 10px;
	border: none;
	background: linear-gradient(to right, #1d1c1d, #8f8bbc);
	color: white;
	padding: 8px 14px;
	float: right;
	font-size: 100%;
	margin-right: 8%;
}

.btnCoachOpenModal img {
	width: 35px;
	height: 32px;
	transform: scale(1.7) translate(6px, 0%);
}
/* estilos vista selección campañas */

.header-select-Campaign {
	margin-bottom: 30px;
}
.header-select-Campaign h1 {
	color: #fff;
	font-family: var(--bold);
}
.cardContainer {
	background: linear-gradient(to right, #973d5c, #525990);
	padding: 4px;
	border-radius: 9px;
}
.card-campaign {
	background-color: var(--colorBackground);
	border: none;
	border-radius: 9px;
	color: white;
	margin-bottom: 0px;
}
/* .card-body-campaign {
	display: flex;
	flex-direction: row !important;
} */
.text-campaignSelect {
	color: var(--colorPrimary);
	font-size: 12px;
	text-align: left;
}
.card-header-campaign {
	background-color: var(--colorBackground);
	border-bottom: none;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	font-family: var(--bold);
	font-size: 20px;
	padding-top: 0px !important;
}
.card-header-campaign label {
	color: var(--colorText2);
    font-size:29px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.card-body-campaign a {
	background-color: var(--colorPrimary);
	border: none;
	border-radius: 8px;
	color: white;
	font-family: var(--bold);
	height: 45px;
	width: 36%;
	padding: 2% 0;
}
.nameCampaign {
	color: var(--colorText2);
	justify-content: space-between;
}
.nameCampaign i {
	padding-right: 27%;
}
.content-footerCampaign {
	display: flex;
	justify-content: right;
	margin-top: 30px;
	gap: 2%;
}
.platform-icon {
	width: 66px;
	height: 66px;
}
.fa-trash,
.fa-pencil-alt {
	color: #b5b7cc;
	margin-right: 10px;
}
.content-footer {
	display: flex;
	justify-content: space-between;
}
.content-footer a {
	border-radius: 20px;
}
.btn-outline {
	background-color: #fff;
	color: var(--colorPrimary);
	font-family: var(--medium);
	padding: 1% 3%;
}
.btn-green {
	color: white;
	font-family: var(--medium);
	padding: 1% 3%;
}

.select-btn {
	display: flex;
	height: 50px;
	width: 50%;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	border-radius: 8px;
	cursor: pointer;
	background-color: var(--colorBackground);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.select-btn .btn-textCampaign {
	font-size: 17px;
	font-weight: 400;
	color: var(--colorText2);
}
.select-btn .arrow-dwn {
	display: flex;
	height: 21px;
	width: 21px;
	color: var(--colorText2);
	font-size: 14px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.select-btn.open .arrow-dwn {
	transform: rotate(-180deg);
}
.list-items,
.list-itemsGoogle {
	position: absolute;
	margin-top: 0px;
	border-radius: 8px;
	padding: 16px;
	height: 170px;
	width: 60%;
	background-color: var(--colorBackground);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	display: none;
	overflow-y: scroll;
	z-index: 1;
}
.select-btn.open ~ .list-items,
.select-btn.open ~ .list-itemsGoogle {
	display: block;
}

.list-items .item,
.list-itemsGoogle .itemGoogle {
	display: flex;
	align-items: center;
	list-style: none;
	height: 38px;
	cursor: pointer;
	transition: 0.3s;
	padding: 0 15px;
	border-radius: 8px;
}
.list-items .item:hover,
.list-itemsGoogle .itemGoogle:hover {
	background-color: var(--colorCardSecondary);
}
.item .item-text,
.itemGoogle .item-textGoogle {
	font-size: 16px;
	font-weight: 400;
	color: var(--colorText2);
}
.item .checkbox,
.itemGoogle .checkboxGoogle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	width: 16px;
	border-radius: 4px;
	margin-right: 12px;
	border: 1.5px solid #c0c0c0;
	transition: all 0.3s ease-in-out;
}
.item.checked .checkbox,
.itemGoogle.checked .checkboxGoogle {
	background-color: #4070f4;
	border-color: #4070f4;
}
.checkbox .check-icon,
.checkboxGoogle .check-iconGoogle {
	color: #fff;
	transform: scale(0);
	transition: all 0.2s ease-in-out;
}
.item.checked .check-icon,
.itemGoogle.checked .check-iconGoogle {
	transform: scale(1);
}

.campaignIcon svg svg g path:not(.especial) {
	fill: var(--colorText2) !important;
}
.no-campaigns{
	color: var(--colorText2);
	cursor:unset;

}
/* fin estilos vista selección-campañas */
@media (min-width: 991px) and (max-width: 1565px) {
	.btnCoachOpenModal {
		padding: 6px 10px;
		font-size: 80%;
	}

	.btnCoachOpenModal img {
		width: 25px;
		height: auto;
		transform: scale(1.5) translate(2px, 0%);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.btnCoachOpenModal {
		padding: 0px 0px;
		font-size: 70%;
	}

	.btnCoachOpenModal img {
		width: 25px;
		height: auto;
		transform: scale(1.3) translate(1px, 0%);
	}
}

.btnCoachOpenModal svg {
	font-weight: bold;
	padding: 2px;
}

.header-plan {
	border-radius: 20px;
	background-color: #1d1c1d;
	padding-left: 5px;
	color: #ffffff;
	padding-right: 5px;
	border: 2px solid;
	border-color: rgb(143, 139, 188);
}
.colorThemeRange {
	color: #0c0c0c;
}
.iptCreateLaunching {
	background-color: rgb(38, 38, 38);
}
@media screen and (max-width: 767px) {
	.cardPriceResume{
		margin: 4% auto;
	}
	.btnAddBot{
		height: 40px;
	}
	.titleBilling{
		padding-left: 25px;
	}
	.subtitleBilling{
		padding-left: 25px;
		margin-right: 25px;
	}
	/*Modal Generic*/
	.modal.generic .modal-body h2 {
		font-size: 20px;
	}
	.modal.generic button.btn {
		font-size: 16px;
	}
	.modal.generic .modal-body .aviso {
		padding-top: 20px;
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	/*Modal Generic*/
	.modal.generic .modal-body {
		padding-left: 26px;
		padding-right: 26px;
	}
	.modal.generic .modal-body h2 {
		width: auto;
		font-size: 20px;
	}
	.modal.generic .modal-body h2::after {
		width: 90%;
	}
	.modal.generic .modal-footer1 {
		flex-direction: column;
	}
	.modal.generic button.btn {
		padding: 6px 14px;
		font-size: 16px;
	}
	.containerGradient {
		width: 100%;
	}
	.table-holo-2 th,
	.table-holo-2 td {
		font-size: 11px;
	}
	.plecasMobile {
		display: flex;
	}
	.plecasMobile h6 {
		/* fontsize */
		font-size: 11px;
	}
	.plecasDesktop {
		display: none;
	}
	.mytooltip {
		display: none;
	}
	.rowChart {
		border-radius: unset;
	}
	.containerMap {
		height: 200px;
	}
	.container-fluid.pt-0 {
		padding: 0% 0% 0% 0%;
	}
	.page-titles h3 {
		width: 50%;
	}
}

/**gasp**/

.table-holo thead {
	background: #3bd0fb;
	color: white;
}
.table-holo-2 {
	color: #4d4d4d;
	width: 100%;
	margin-bottom: 1rem;
	display: table;
	text-indent: initial;
	border-spacing: 2px;
}
.table-holo-2 th {
	font-weight: 500 !important;
}
/* .table-holo-2 > tbody > tr {
    border: #D6D6DA 1px solid;
} */
.table-holo-2 td,
.table-holo-2 th {
	padding: 0.5rem;
	vertical-align: top;
}

.border-table-top {
	border-top: 2px solid #d6d6da;
	border-bottom: 2px solid #d6d6da;
}
.title-table-top {
	padding-right: 25%;
	color: #4d4d4d;
	margin-bottom: 30px;
	font-size: 15px;
	margin-top: -20px;
}
#option-fechas.btn-fechas {
	background-color: var(--colorCard) !important;
	color: rgb(153, 153, 153) !important;
}
#option-launching.btn-lanzamiento {
	background-color: var(--colorPrimary);
	color: var(--colorBackground) !important;
}

/* Modal No Data Chart */

.modalNoDataChart {
	background-color: var(--color-background-moreConection);
	color: #fff;
	width: 30%;
	display: flex;
	flex-direction: column;
	padding: 2%;
	border-radius: 25px;
	/* margin:auto; */
	position: relative;
	opacity: 0.85;
	top: 40%;
	left: 30%;
}
.chartImg {
	width: 100%;
}

.modalNoDataChart img {
	width: 20%;
	margin: 0 auto 5% auto;
}

.modalNoDataChart p {
	text-align: center;
	font-family: var(--bold);
}

.multiselect__content-wrapper {
	z-index: 99 !important;
}

.comingSoonSection {
	font-family: var(--bold);
	text-align: center;
	border: 2px solid #7269a5;
	border-radius: 20px;
	margin: 0 auto;
	width: 90%;
	color: #7269a5;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
	appearance: auto !important;
}

.modalSalesGoalContainer {
	background: linear-gradient(to right, #973d5c, #525990);
	padding: 5px;
	border-radius: 10px;
}

.modalSalesGoalContent {
	background-color: #19141c;
	color: #fff;
}

.swal-overlay {
	background-color: #27252cc2;
}
.swalContainer {
	background-color: #19141c;
	padding: 5px;
	border-radius: 10px;
}
.swal-modal {
	background: linear-gradient(to right, #973d5c, #525990);
	border-radius: 10px;
	padding: 5px;
}

.swal-title {
	margin: 10% 0 0 0;
	color: #fff;
}

.swal-text {
	/* background-color: #FEFAE3; */
	padding: 17px;
	display: block;
	margin: 22px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}

.swal-button-container {
	width: 100%;
	text-align: center;
}
.swal-button {
	padding: 7px 19px;
	background-color: #8382b4;
	width: 50%;
}

.swal-button:not([disabled]):hover {
	background-color: #8382b4;
}
.errorModalSweet {
	background-color: #6bb99c;
}
.footerSwalDisplay {
	display: none;
}
.errorModalSweet:not([disabled]):hover {
	background-color: #6bb99c;
}
.swal-icon--success:after,
.swal-icon--success:before {
	background: unset;
}
.swal-icon--success__hide-corners {
	background: unset;
}

#selectProjectModal .modal-dialog {
	background: linear-gradient(to right, #973d5c, #525990);
	padding: 5px;
	border-radius: 10px;
}
#selectProjectModal .modal-content {
	background-color: #19141c;
	padding: 5px;
	border-radius: 10px;
}
#selectProjectModal .modal-content {
	background-color: #19141c;
	padding: 5px;
	border-radius: 10px;
}

.containerInitConfigSteps {

	width: 100%;
	padding: 5%;
}

.progress-container {
	text-align: center;
	padding: 20px;
	margin-left: 20%;
}
.step-name {
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
	margin-left: -22%;
}
.progress-bar-container {
	position: relative; /* Añadido */
	width: 40%;
	height: 13px;
	background: #1d1c1d;
	border-radius: 5px;
	margin-left: 18%;
}
.progress-bar {
	position: relative; /* Añadido */
	height: 100%;
	background: var(--color-background-progress);
	border-radius: 5px;
}
.progress-percentage {
	position: absolute; /* Añadido */
	left: 0; /* Añadido */
	top: 35px; /* Añadido */
	transition: left 0.5s ease; /* Añadido */
	color: white;
	bottom: -10px; /* Añadido */
}
.form-control:focus {
	box-shadow: unset !important;
	background-color: var(--colorBackground)!important;
}

#onboardingModal .modal-dialog {
	background: linear-gradient(to right, #973d5c, #525990);
	padding: 3px;
	border-radius: 10px;
	max-width: 50%;
}
#onboardingModal .modal-content {
	background-color: #19141c;
	padding: 2%;
	border-radius: 10px;
}
#onboardingModal .modal-header {
	border: none;
}
#onboardingModal .modal-header .close {
	border: none;
	color: #fff;
}
#onboardingModal .modal-title {
	color: #fff;
	font-family: var(--semibold);
}
#onboardingModal .modal-body p {
	color: #fff;
	text-align: left;
}
#onboardingModal .modal-body .btnLaunch {
	padding: 2% 5%;
	border: none;
	color: #918ebb;
	font-family: var(--semibold);
	font-size: 15px;
	border-radius: 9px;
}
#onboardingModal .modal-footer {
	justify-content: flex-start;
	border: none;
}
#onboardingModal .modal-footer button {
	background-color: #8cbca2;
	color: #fff;
	padding: 2% 10%;
}
#onboardingModal {
	background: transparent !important;
}
#onboardingModal h3 {
	color: #fff;
	font-family: var(--semibold);
}
#flujoProgress {
	background: transparent !important;
}

#endedTrial .modal-content-acount {
	background-color: #19141c !important;
	padding: 2%;
	border-radius: 10px;
}
#endedTrial .modal-dialog {
	background: linear-gradient(to right, #973d5c, #525990);
	padding: 3px;
	border-radius: 10px;
}
#changeModal2 .modal-dialog {
pointer-events: all!important;
}
.trialEnded {
	margin: 8.75rem auto !important;
}
#endedTrial .trialEndedContent {
	width: 100%;
}
#endedTrial .modal-header-endedTrial {
	padding: 3% 7% 0% 7%;
}
#endedTrial .modal-header-endedTrial h2 {
	font-family: var(--bold);
	color: #575b92 !important;
	line-height: 30px;
	font-size: 20px;
}
.backdropCancel {
	background: unset !important;
}
.textEndedTrial {
	color: #fff;
	padding: 3% 7%;
}
#endedTrial .modal-body {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.span-perfil,
.lbl-perfil {
	color: #fff;
}
.fa-trash-o:before {
	color: var(--colorText2);
}
[v-cloak] {
	display: none;
}
.placeholderInputC::placeholder{
    color: #000;
}