/* Añade aquí tu código CSS. */
header.fusion-header-wrapper.fusion-is-sticky {
	height: 0px !important;
	position: sticky;
	z-index: 999;
	margin-bottom: 60px;
}
header .fusion-header {
	position: relative;
	z-index: 10;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
}
header .menu {
	display: flex;
	margin: 0;
    height: 100%;
	padding: 0;
}
header .fusion-header .fusion-row {
	width: 100%;
}
header #overlay-menu-desktop {
	display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2;
}
header .menu-element {
    list-style: none;
	height: 100%;
	border-bottom: 2px solid rgba(0,0,0,0)
}
.header-left .menu-element:hover {
	border-bottom: 2px solid #ffffff;
}
.header-left .menu-element.has-dropdown:hover .dropdown-toggle {
	background-color: rgba(0, 128, 255, 0.15);
}
.header-left .menu-element.has-dropdown:hover .dropdown-toggle i {
	transform: rotate(180deg);
}
header .header-left .dropdown-toggle i {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
	display: inline-block;
}
header .header-left .dropdown-toggle:hover i {
	transform: rotate(180deg);
}
header .menu-element button,
.menu-mobile-wrap .submenu-element button {
	background: transparent;
	border: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	height: 100%;
	cursor: pointer;
	padding: 0 12px;
}

header .menu-element button:after {
	display: none;
}
header .menu-element.has-dropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 60px;
	padding: 28px 0;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	width: 320px;
}
header .menu-element .dropdown-menu.explore,
header .menu-element .expand-wrap.explore {
	height: 800px;
}
header .menu-element .dropdown-menu.courses,
header .menu-element .expand-wrap.courses {
	height: 650px;
}
header .menu-element.has-dropdown .dropdown-menu .expand-wrap  {
	display: none;
}
header .menu-element.has-dropdown .dropdown-menu ul {
	list-style: none;
}
header .menu-element .column-left .submenu {
	padding: 0;
}
header .menu-element .column-left .submenu-element,
.menu-mobile-wrap .submenu-element {
	padding: 12px 28px 12px 16px;
}
header .menu-element .column-left .submenu-element:not(.title):hover,
header .header-right .item:hover,
.menu-mobile-wrap .submenu-element:not(.title):hover {
	background: rgba(0, 128, 255, 0.05);
}
header .menu-element .column-left .title,
.menu-mobile-wrap .submenu-element.title {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 26, 51, 0.6);
	padding-top: 20px ;
}
header .menu-element .column-left .submenu-element button,
.menu-mobile-wrap .submenu-element button {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
header .menu-element .column-left .submenu-element button span,
.menu-mobile-wrap .submenu-element:not(.title) span {
	font-size: 16px;
	line-height: 24px;
	color: #001A33;
}
header .menu-element .column-left .submenu-element button i,
.menu-mobile-wrap .submenu-element button i {
	color: #044E97;
	font-size: 20px;
    font-weight: 700;
}
header .menu-element .dropdown-menu .submenu-element .expand-wrap {
	position: absolute;
    background-color: #fff;
    display: none;
    top: -1px;
    left: 319px;
    width: 630px;
    border-left: 2px solid #A1A9B0;
    padding: 40px;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}
header .menu-element .dropdown-menu .submenu-element:hover .expand-wrap {
	display: block;
}
header .expand-title *{
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px;
    color: #001A33;
    border-bottom: 1px solid rgba(0, 128, 255, 0.15);
    margin-bottom: 24px;
}
header .expand-title p {
	margin-top: 0;
}
header .expand-content {
    display: flex;
	justify-content: space-between;
}
header .menu-mobile-modal .expand-content {
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 80vh;
	padding-bottom: 30px;
}
header .expand-column {
	width: 48%;
}
header .menu-mobile-modal .expand-column {
	width: 100%;
}
header .expand-column .title {
	font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 26, 51, 0.6);
    margin-bottom: 20px;
}
header .expand-column .title p {
	margin: 0;
}
header .expand-column .group {
    padding-left: 12px;
}
header .expand-column .group .group-link-wrap {
	margin-bottom: 24px;
}
header .expand-column .group .group-link-wrap a {
    font-size: 16px;
    line-height: 24px;
    color: #001A33;
}
header .expand-column .group .group-link-wrap a.group-link.btn-arrow {
	font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #044E97;
}
header .expand-column .group .group-link-wrap i.b2msf-arrow-right {
    font-weight: 700;
    font-size: 20px;
    margin-left: 12px;
}
header .expand-column .group .group-link-wrap .categories {
    font-weight: 700;
}
header .expand-column .group .group-link-wrap .categories i {
	font-size: 24px;
    margin-right: 12px;
    padding: 4px;
    color: #044e97;
    background: rgba(0, 128, 255, 0.05);
    border-radius: 64px;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
	font-weight: 400;
}
header .expand-column .group-course-wrap .course-content {
    background-image: url(https://academy.bit2me.com/wp-content/uploads/2023/02/background-card-courses.png);
	background-position: right bottom;
	border-radius: 12px;
    padding: 16px 16px 32px;
	margin-bottom: 40px;
}
header .expand-column .group-course-wrap .course-content .course-lvl {
    border-radius: 100px;
    width: fit-content;
    padding: 0 12px;
    font-size: 12px;
    line-height: 16px;
    color: #001A33;
    height: 24px;
    display: flex;
    align-items: center;
	margin-bottom: 24px;
}
header .expand-column .group-course-wrap .course-content .course-lvl i {
	margin-right: 12px;
}
header .expand-column .group-course-wrap .course-content .course-lvl.lvl-1 {
    background-color: #ebf6ed;
}
header .expand-column .group-course-wrap .course-content .course-lvl.lvl-1 i {
	color: #008400;
}
header .expand-column .group-course-wrap .course-content .course-lvl.lvl-2 {
    background-color: #ffefe5;
}
header .expand-column .group-course-wrap .course-content .course-lvl.lvl-2 i {
	color: #ff6600;
}
header .expand-column .group-course-wrap .course-content .course-lvl.lvl-3 {
    background-color: #fdebea;
}
header .expand-column .group-course-wrap .course-content .course-lvl.lvl-3 i {
	color: #ea3632;
}
header .expand-column .group-course-wrap .course-content .course-lvl.master {
    background-color: rgba(170, 55, 165, 0.2);
}
header .expand-column .group-course-wrap .course-content .course-lvl.master i {
	color: #AA37A5;
}
header .expand-column .group-course-wrap .course-content .course-title * {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #001A33;
	margin-top: 20px;
}
header .expand-column .group-course-wrap .course-content .course-info {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 26, 51, 0.6);
}
header .expand-column .group-course-wrap .course-content .course-info i {
    margin-right: 8px;
}
header .expand-column .group-link-wrap a.btn-blue {
	display: flex;
	justify-content: center;
	align-items: center;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	line-height: 24px;
	background-color: #044E97;
}
header .expand-column .group-link-wrap .group-link i {
	font-size: 18px;
	font-weight: 700;
	margin-left: 8px;
}
header .expand-description {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 26, 51, 0.6);
    margin-bottom: 36px;
}
header .expand-column .group-course-wrap .course-content .title-master {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #008699;
    margin-bottom: -12px;
}
header .expand-banner {
	margin-top: 20px;
}
header .banner-wrapper {
    display: flex;
    background: linear-gradient(97.1deg, #FC8E8E 12.21%, #3343E4 76.51%);
    border-radius: 16px;
	padding: 12px 24px;
}
header .menu-mobile-modal .banner-wrapper {
	display: block;
}
header .banner-wrapper .banner-content p {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
	margin-top: 0;
}
header .banner-wrapper .banner-content {
    margin-top: 0;
}
header .banner-wrapper .banner-content .btn-white {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: fit-content;
    padding: 0 12px;
    border-radius: 8px;
    color: #044E97;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    background-color: #fff;
}
header .banner-wrapper .banner-img-wrap {
    width: 40%;
    position: relative;
}
header .banner-wrapper img {
	transform: scale(1.2);
    position: absolute;
    top: 4px;
    right: -8px;
}
header .menu-mobile-modal .banner-wrapper img {
	transform: scale(1.1);
    position: absolute;
    top: -86px;
    left: 202px;
}
header .banner-wrapper i {
	font-weight: 700;
    font-size: 20px;
    margin-left: 12px;
}
header .header-right .header-btn.btn-white {
	color: #044e97;
	background-color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 48px;
	height: 48px;
    border-radius: 8px;
    margin-right: 24px;
	padding: 8px 12px;
	display: flex;
    align-items: center;
}
header .header-right,
header .header-right .account,
header .header-right .account button {
	height: 100%;
}
header .header-right .account {
	margin-right: 12px;
}
header .header-right .account .dropdown-menu {
	width: max-content;
    padding: 0;
	right: 0;
}
header .menu-element.has-dropdown .dropdown-menu .item {
    height: 100%;
    width: auto;
    padding: 12px;
}
header .header-right .lang-select,
header .header-right .lang-select .language-selector-wrapper,
header .header-right .lang-select button,
header .header-right .menu-panel,
header .header-right .menu-panel .menu,
header .header-right .menu-panel .menu .has-dropdown-apps,
header .header-right .menu-panel .menu .has-dropdown-apps button {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.quick-menu .dropdown-apps-menu {
	right: -75px;
}
.current-selected.toggle-dropdown:hover {
	background-color: #044E97;
}
.menu-mobile-wrap {
	padding: 0;
	list-style: none;
}
.menu-mobile-wrap .submenu-element {
	padding-left: 0;
}
.menu-mobile-modal .back-mobile {
	font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #044E97;
	display: flex;
	margin-bottom: 32px;
}
.menu-mobile-modal .back-mobile i {
	font-size: 20px;
	font-weight: 700;
	margin-right: 16px;
	color: rgba(0, 26, 51, 0.6);
}
.menu-mobile-modal .submenu-element title.first {
	padding-top: 0;
}
header .menu-mobile-modal  .expand-column .group-course-wrap .course-content {
	background-position: bottom;
	background-size: cover;
}

header .expand-column a.step-wrap {
    display: block;
    padding: 16px 16px 32px;
    background: #F8F8FA;
    border-radius: 8px;
}
header .expand-column a.step-wrap:hover {
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
header .expand-column p.step-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #001A33;
}
header .expand-column .step-content {
    display: flex;
    gap: 16px;
}
header .expand-column .step-content span {
	font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 26, 51, 0.6);
    display: flex;
}
header .expand-column .step-content span i {
    color: rgba(0, 26, 51, 0.6);
    font-size: 20px;
    font-weight: 700;
    margin-right: 6px;
}
header .expand-column .step-content span i.b2msf-check-circle-alt {
    font-weight: 400;
}
header .expand-column .step-arrow i {
    color: #044e97;
    float: right;
}



header .menu-element.has-dropdown.articulos .dropdown-menu {
	width: 514px;
    flex-wrap: wrap;
    gap: 28px 0;
}
header .menu-element.has-dropdown.articulos .dropdown-menu .item {
	width: 50%;
	margin-bottom: 0;
}
header .menu-element.has-dropdown.articulos .dropdown-menu .item i{
	position: relative;
	font-size: 20px;
	margin-right: 10px;
}
header .menu-element.has-dropdown.articulos .dropdown-menu .item i::after{
    width: 32px;
    height: 32px;
    background: rgba(0, 128, 255, 0.05);
    border-radius: 64px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-25%, -25%);
}
header .menu-element.has-dropdown.articulos .dropdown-menu .item i::before{
	max-width: 20px
}
header .menu-element.has-dropdown:hover .dropdown-menu {
	display: block;
}
header .menu-element.has-dropdown.articulos:hover .dropdown-menu {
	display: flex;
}
header .menu-element.has-dropdown .menu-element-button,
header .menu-element .menu-element-link {
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
header .menu-element.has-dropdown .menu-element-button span {
	cursor: pointer;
}

.header-right {
    padding: 0;
    float: right;
    position: absolute;
    right: 0px;
    top: 50%;
	transform: translateY(-50%);
    margin-left: 10px;
    display: flex;
	align-items: center;
}

header .header-right .menu-element.has-dropdown .menu-element-button,
header .header-right .menu-element .menu-element-link {
	font-size: 14px;
}
header .searchform .fusion-search-form-content .fusion-search-field {
	order: 1;
}
header .searchform .fusion-search-form-content .search-button {
	background: #fff;
	border: none;
	display: flex;
}
header .searchform .fusion-search-form-content .search-button .searchsubmit,
header .searchform .fusion-search-form-content .search-button .searchsubmit:hover {
	background-color: #fff !important;
	border: none;
	color: rgba(0, 26, 51, 0.6);;
}
#search-lang .fusion-search-form-content {
	border: 1px solid rgba(0, 128, 255, 0.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background-color: #fff;
}
#search-lang .search-field input {
    height: 48px;
	border: none;
}
/*Header Searchform*/
header form {
    width: auto !important;
}
.search-button {
	color: #fff;
    font-size: 20px;
    padding: 1px 10px;
	cursor: pointer;
	margin-right: 8px;
}
.search-button i {
	font-weight: 700;
}
.search-form-absolute {
	display: none;
	position: absolute;
	right:50%;
	top: 55px;
	transform: translateX(50%);
	border: 1px solid rgba(0, 128, 255, 0.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.overlay-search {
	display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}
.mobile-menu {
	display: none;
}
.overlay-menu-mobile {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	z-index: 300;
}
.menu-mobile-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	max-width: 360px;
	background: #fff;
	padding: 16px;
	z-index: 400;
}
.menu-mobile-modal .close-menu-modal {
	position: absolute;
	top: 16px;
	right: 13px;
	color: rgba(0, 26, 51, 0.6);
	font-size: 28px;
	line-height: 0;
	cursor: pointer;
}
.menu-mobile-modal .language-selector-wrapper {
	margin-bottom: 24px;
	z-index: 3;
}
.menu-mobile-modal .current-selected {
	background: #fff;
	color: rgba(0, 26, 51, 0.6);
	border: 1px solid rgba(0, 128, 255, 0.15);
	border-radius: 4px;
    display: flex;
    align-items: center;
}
.menu-mobile-modal .current-selected:hover {
	background-color: #efefef;
}
.menu-mobile-modal .language-selector-dropdown {
	background: #fff;
	color: rgba(0, 26, 51, 0.6);
}
.menu-mobile-modal .language-selector-dropdown li:hover {
	background-color: #efefef;
}
.menu-mobile-modal .current-selected.toggle-dropdown:hover{
	background-color: #efefef;
}
.menu-mobile-modal .current-selected i {
	color: #044E97;
}
.menu-mobile-modal .primary-menu li {
	list-style-type: none;
}
.menu-mobile-modal .primary-menu li .menu-element-button{
	color: rgba(0, 26, 51, 0.6);
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border: 0;
	background: #fff;
	padding: 12px 0;
	width: 100%;
	text-align: left;
	position: relative;
}
.menu-mobile-modal .primary-menu li .menu-element-button::before{
	content: "\e900";
	position: absolute;
	right: 0;
	font-family: 'Bit2Me-Suite-Font' !important;
}
.menu-mobile-modal .primary-menu li .menu-element-button.open::before{
	content: "\e901";
}
.menu-mobile-modal .primary-menu li .dropdown-menu{
	display: none;
	padding: 16px 12px;
}
.menu-mobile-modal .primary-menu li .dropdown-menu .item{
	margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.menu-mobile-modal .primary-menu .articulos .dropdown-menu .item{
    padding-left: 20px;
}
.menu-mobile-modal .primary-menu li .dropdown-menu .item .certificado{
	margin-left: 8px;
    padding: 4px 12px;
    border: 1px solid #00B3CC;
    border-radius: 100px;
    color: #00B3CC;
    font-weight: 400;
    font-size: 12px;
}
.menu-mobile-modal .primary-menu li .dropdown-menu .item .new{
	margin-left: 8px;
    padding: 5px 2px;
    border: 1px solid #FF6600;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    background: #FF6600;
}
.menu-mobile-modal .primary-menu .articulos .dropdown-menu .item a {
	padding-left: 15px;
}
.menu-mobile-modal .primary-menu .articulos .dropdown-menu .item i{
	position: absolute;
	font-size: 20px;
	left: 0;
}
.menu-mobile-modal .primary-menu .articulos .dropdown-menu .item i::after{
    width: 32px;
    height: 32px;
    background: rgba(0, 128, 255, 0.05);
    border-radius: 64px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu-mobile-modal .menu-element .menu-element-link span{
	color: rgba(0, 26, 51, 0.6);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
	padding: 12px 0;
}
.footer-menu {
	margin-top: 56px;
}
.footer-menu .logo-footer i {
	color: #044E97;
}
.footer-menu .logo-footer {
	text-align: center;
	margin-bottom: 52px;
}
.footer-menu .menu-footer li{
	list-style-type: none;
}
.footer-menu .menu-footer li span{
	color: #044E97 !important;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.footer-menu .menu-footer li button{
	display: none;
}
.footer-menu .menu-footer li .dropdown-menu{
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 27px;
}
.footer-menu .button-mobile{
	width: 100%;
	display: flex;
	margin-bottom: 27px;
}
.footer-menu .button-mobile .btn-menu {
	background: #044E97;
	border-radius: 8px;
	padding: 12px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	width: 100%;
}
.b2m-suite {
	color: #044E97;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.b2m-suite i {
	margin-right: 12px;
}
.b2m-suite span {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1350px) {
	header .header-left ul.menu {
		margin-left: 20px;
	}
}
/* @media (max-width: 1250px) {
	header .menu-element.has-dropdown .dropdown-menu {
		left: 0;
		width: 363px;
	}
	header .menu-element .dropdown-menu .submenu-element .expand-wrap {
		left: 361px;
	}
} */
@media (max-width: 1025px) {
	.header-left .menu-element {
		display: none;
	}
	.mobile-menu {
		display: block;
		color: #fff;
		cursor: pointer;
		margin-right: 15px;
		margin-left: 19px;
	}
}
@media (max-width: 767px) {
	.header-right .menu-element, .menu-panel {
		display: none;
	}
	.search-form-absolute {
		right: 0;
		transform: inherit;
	}
}
@media (max-width: 575px) {
	.header-right {
		display: none;
	}
}

header .learndash-wrapper .ld-button,
header #open-login-modal {
	color: #044e97;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
    margin-right: 24px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
	justify-content: center !important;
	width: auto;
}

header .learndash-wrapper .ld-button .ld-icon {
	display: none;
}

header .learndash-wrapper .ld-button:hover,
header #open-login-modal:hover {
	background: #fff!important;
	color: #044E97 !important;
}

header .menu-mobile-modal .learndash-wrapper .ld-button {
	background: #044E97;
    border-radius: 8px;
    padding: 12px;
    color: #fff;
	margin-bottom: 20px;
}

header .menu-mobile-modal .learndash-wrapper .ld-button:hover {
	background: #044E97!important;
}

.header-search-wrap {
	display: none !important;
}