/*===================== TABLE OF CONTENT =======================
/*
Table Of Content
==================
1.  google fonts
2.  CROSS BROWSER COMPATABILITY
3.  DEFAULT BORDER RADIUS
4.  Sticky Header
5.  Top Scroll Bar

=============================================================*/


/* ================================================================================== 
Fonts
===================================================================================== */
/* ================================================================================== 
Reset Css
===================================================================================== */


/* ================ CROSS BROWSER COMPATABILITY =============== */


.see150 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #afafaf;
    text-align: right;
    float: right;
    padding-top: 3px;
    margin-bottom: 20px;
}

.la5lo1 {
    float: left;
    width: 100%;
}

.stream_1 {
    width: 100%;
    border-radius: 3px;
    padding: 15px;
	background-position: center;
    background-repeat: no-repeat;
	background: rgba(51,1,51, 0.1);
}

.stream_bg {
    text-align: center;
    display: inline-block;
    width: 100%;
	padding: 15px 10px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(30px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.stream_bg img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    display: inline-block !important;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.stream_bg h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    text-align: center;
    color: #333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stream_bg p {
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    color: #686f7a;
    display: inline-block;
    text-align: center;
	position: relative;
}

.stream_bg p span {
    width: 6px;
    height: 6px;
    background: #ed2a26;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    right: -9px;
}

.la5lo1 .owl-theme .owl-nav .disabled {
    opacity: .4 !important;
    cursor: default;
}

.live_stream .owl-nav .owl-prev {
	left: 0px;
    font-size: 20px !important;
    position: absolute;
    top: 40%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: 0px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #333 !important;
	background: #fff !important;
	border-radius: 3px !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #ed2a26 !important;
	border: 1px solid #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

.live_stream .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #ed2a26 !important;
	background: #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.mt-80 {
	margin-top: 80px;
}

.mt-62 {
	margin-top:62px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-62 {
	margin-bottom: 62px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

.fcrse_1 {
    background: #fff;
    width: 100%;
	float: left;
    padding: 10px;
    border-radius: 3px;
	border: 1px solid rgba(255,105,0,1);
    transition: all .2s ease-in-out;
    opacity:0.9;
    border-radius:20px;
}



.fcrse_1:hover .auth1lnkprce .shrt-cart-btn  {
    display: block;
	visibility: visible;
	opacity: 1;
	transition: all 0.5s ease;
}

.shrt-cart-btn:hover  {
	color: #ccc;
}

.fcrse_1:hover  {
	transition: all 0.5s ease;
	 transform: translateY(-5px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.shrt-cart-btn {
    font-size: 12px;
    color: #fff;
    background: #2CBB5E;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
	border: 0;
	float: right;
	margin-left: 10px;
	/*opacity: 0;*/
}

.fcrse_img {
	width: 100%;
	float: left;
	position: relative;
}

.fcrse_img img {
    width: 100%;
    border-radius: 3px;
}

.fcrse_content {
    padding: 10px 5px;
	float: left;
    width: 100%;
	position: relative;
}

.crse14s {
	display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'ABeeZee', sans-serif;
    color: #333;
    text-align: left;
    margin-bottom: 7px;
    line-height: 24px;
}

.crse-cate {
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    color: #686f7a;
    text-align: left;
	padding-top: 2px;
}





.course-overlay:hover .play_btn1 {
    color: #fff !important;
	opacity: 1;
}

.featured_courses .owl-nav .owl-prev {
	left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #333 !important;
	background: #fff !important;
	border-radius: 3px !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #ed2a26 !important;
	border: 1px solid #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

.featured_courses .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #ed2a26 !important;
	background: #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev {
	left: -29px;
    font-size: 30px !important;
    position: absolute;
    top: 35%;
    text-align: center;
    height: 50px !important;
    width: 50px !important;
    padding: 4px 0 !important;
    color: #fff !important;
    background: #000 !important;
    border-radius: 43px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-next {
	font-size: 30px !important;
    position: absolute;
    right: -29px;
    top: 35%;
    padding: 4px 0 !important;
    text-align: center;
    height: 50px !important;
    width: 50px !important;
    color: #fff !important;
    background: #000 !important;
    border-radius: 43px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #ed2a26 !important;
	border: 1px solid #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

.top_instrutors .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #ed2a26 !important;
	background: #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}


.section3126 {
    float: left;
    width: 100%;
}

.value_props {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 30px;
	text-align: center;
}

.value_icon {
	float: left;
	width: 100%;
}

.value_icon i {
	font-size: 36px;
    margin-right: 0;
    color: #333;
    background: #ffecec;
    border-radius: 3px;
    padding: 10px 6px;
    display: inline-block;
}

.value_content {
    float: left;
    width: 100%;
	margin-top: 20px;
}

.value_content h4 {
    font-size: 18px;
    margin-bottom: 9px;
    display: block;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #333;
    text-align: center;
}

.value_content p {
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    color: #686f7a;
	text-align: center;
}

.tutor_img {
    width: 100%;
    float: left;
	text-align: center;
}

.tutor_img img {
    text-align: center;

}

.tutor_content_dt {
	text-align: center;
	float: left;
    width: 100%;
    margin-bottom: 20px;
	padding: 0 10px;
}

.tutor_name {
	font-size: 16px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #333 !important;
    text-align: center;
	position: relative;
}

.tutor150 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tutor_cate {
    font-size: 13px;
    color: #686f7a;
    margin-top: 10px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    margin-bottom: 17px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.tutor_social_links li {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.tutor_social_links li:last-child {
    margin-right: 0;
}

.tutor_social_links li a {
    font-size: 14px;
    float: left;
    width: 35px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    padding: 9px 0;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tutor_social_links li a:hover {
    color: #fff !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}

.fb {
	background: #3b5998;
}

.tw {
	background: #1da1f2;
}

.ln {
	background: #8d6cab;
}

.yu {
	background: #ff0000;
}

.sbbc145 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #fff;
    background: #ed2a26;
    border: 0;
    height: 40px;
    padding: 0 20px;
    border-radius: 3px;
	text-align: center;
}

.sbbc145:hover {
    color: #fff;
    background: #333;
}

.sbbc146 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #686f7a;
    background: #e9e9e9;
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 3px;
	text-align: center;
}

.tut1250 {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    color: #686f7a;
    text-align: center;
    display: block;
}

.tut1250 .vdt15::after {
    content: '•';
    margin: 0 4px;
}

.tut1250 .vdt15:last-child::after{
    display: none;
	content: '';
}

.fcrse_2 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.prfle12link {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #333;
}

.prfle12link:hover {
    color: #ed2a26 !important;
}

.get1452 {
	background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #efefef;
	position: relative;
	text-align: left;
	margin-bottom: 30px;
    background-image: url(../images/get-img.jpg);
}

.get1452 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'ABeeZee', sans-serif;
    margin-bottom: 13px;
}

.get1452 p {
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    margin-bottom: 27px;
}

.Get_btn {
    height: 40px;
    padding: 0 20px;
    border-radius: 3px;
    color: #f00;
    font-family: 'ABeeZee', sans-serif;
    background: #FFF;
    font-size: 14px;
    font-weight: 500;
    border:inset;
    /*border-color: #F00 !important;*/
}

.Get_btn:hover {
    color: #fff;
    background: #c72127;
}

.fcrse_3 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 3px;
	margin-bottom: 30px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.cater_ttle {
	float: left;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}

.fcrse_3 h4 {
    font-size: 16px;
    color: #333;
	float: left;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    margin-bottom: 0;	
}

.allcate15 {
    float: left;
    width: 100%;
}

.allcate15 li {
    display: block;
    float: left;
    width: 100%;
}

.ct_item {
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'ABeeZee', sans-serif;
    color: #686f7a;
    text-align: left;
}

.ct_item.active {
    font-weight: 500;
	color: #333;
}

.ct_item i {
    margin-right: 10px;
    font-size: 120%;
}

.live_text {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.live_icon {
    float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.live_icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 43px;
    font-size: 30px;
    text-align: center;
    padding: 14px 0;
	background: #ffecec;
    border-radius: 100%;
	border-bottom: 1px solid #efefef;
}

.live-content {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.live-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
    color: #686f7a;
}

.livinfo {
	font-size: 12px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    margin-bottom: 0;
    margin-top: 15px;
    color: #686f7a;
    display: block;
}

.live_link {
    height: 40px;
    background: #ed2a26;
    border: 0;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
}

.live_link:hover {
	color: #fff;
    background: #333;
}

.fcrse_4 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.say_content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.say_content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
}

.st_group {
    float: left;
    width: 100%;
    display: flex;
	align-items: center;
}

.stud_img {
    text-align: left;
}

.stud_img img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.st_group h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #333 !important;
	margin-top: 0;
	margin-bottom: 0 !important;
	margin-left: 15px;
}

.Student_says .owl-nav .owl-prev {
	left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 38%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #333 !important;
	background: #fff !important;
	border-radius: 3px !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #ed2a26 !important;
	border: 1px solid #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

.Student_says .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #ed2a26 !important;
	background: #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.strttech120 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}


.strttech120 h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    font-family: 'ABeeZee', sans-serif;
    margin-bottom: 13px;
}

.strttech120 p {
    font-size: 14px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    margin-bottom: 32px;
	line-height: 26px;
}

.footer {
	background: #000;
	width: 100%;
	padding: 0;
	float: left;
}

.item_f1 {
	padding-top: 50px;
}

.item_f1 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    display: block;
    padding-bottom: 10px;
    color: #fff;
}

.item_f1 a:hover {
    color: #efefef !important;
}

.item_f1 a:last-child {
    padding-bottom: 0;
}

.item_f3 {
	padding-top: 50px;
}

.btn1542 {
	height: 40px;
    padding: 10px 15px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-family: 'ABeeZee', sans-serif;
    background: #ed2a26;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.btn1542:hover {
    color: #fff !important;
    background: #c72127;
}

.lng_btn {
	margin-top: 20px;
}

.lng_btn a {
	height: 40px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-family: 'ABeeZee', sans-serif;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.lft {
	margin-right: 5px;
}
.rgt {
	margin-left: 5px;
}

.lng_btn a:hover {
    color: #fff !important;
}

.footer_bottm {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid #454545;
}

.fotb_left li {
	display: inline-block;
	vertical-align: middle;
}

.footer_logo img {
    width: 30px;
	margin-right: 20px;
}

.fotb_left p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 24px;
}

.edu_social_links {
    text-align: right;
}

.edu_social_links a {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 16px;
    display: inline-block;
    color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu_social_links a:hover {
    color: #fff !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 	
}

.lng_btn .ui.dropdown .menu>.item {
	font-family: 'ABeeZee', sans-serif;
	color: #333 !important;
}

/*--- All Live Streams ---*/

.main-loader {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/* === Animation Loader === */

.spinner {
    margin: 0 auto 0;
    width: 50px;
    text-align: center;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    line-height: 20px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #333;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #333;
  opacity: 0.702;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  background-color: #333;
  opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.live1452 {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

/*Floating CSS Start*/
.live1452 iframe {
	width: 100%;
	height: 435px;
	border-radius: 3px;
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.stuck {
	position: fixed;
	bottom: 20px;
	right: 20px;
	transform: translateY(100%);
	width: 260px !important;
	height: 145px !important;
	animation: fade-in-up .25s ease forwards;
	z-index: 999;
}

/*Floating CSS End*/

@keyframes example {
    0%   {background-color: red;}
    25%  {background-color: #ff7037;}
    50%  {background-color: red;}
    100% {background-color: #ff7037;}
}


.live_comment {
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #efefef;
}

.live_input {
    width: 100%;
    height: 50px;
    padding: 10px 60px 10px 15px;
    border: 0;
    color: #333;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    font-family: 'ABeeZee', sans-serif;
}

.btn_live {
	position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 0;
    background: #ed2a26;
    font-size: 20px;
    padding: 9px 7px;
    color: #fff;
}

.btn_live:hover {
    background: #333;
	color: #fff;
}

.live_chat {
    float: left;
    width: 100%;
    height: 418px;
    overflow-y: auto;
	padding: 15px 20px;
}

.live_chat::-webkit-scrollbar {
    width:4px;
}
.live_chat::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.chat1 p {
    font-family: 'ABeeZee', sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #686f7a;
    margin-bottom: 13px;
    text-align: left;
}

.chat1 a {
    font-weight: 600;
    margin-right: 10px;
    color: #333!important;
}

.live_user_dt {
    float: left;
    width: 100%;
    display: flex;
}

.user_img5 {
    text-align: left;
}

.user_img5 img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
	margin-right: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.live_user_dt h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #333 !important;
	margin-top: 0;
	margin-bottom: 10px !important;
}

.user_dt5 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.user_dt_left {
	float: left;
} 

.subscribe-btn {
    border: 0;
    background: #ed2a26;
    padding: 0 20px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    font-size: 14px;
}

.subscribe-btn:active {
  outline: none;
}

.subscribe-btn:visited {
  outline: none;
}

.Subscribed-btn {
  background: #c72127 !important;
  color: white;
}

.studio-link-btn {
    border: 0;
    background: #ed2a26;
    padding: 0 20px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    font-size: 14px;
}

.user_dt_right {
	float: right;
} 

.user_dt_right ul li {
    display: inline-block;
}

.lkcm152 {
    display: block;
    background: #fff;
    height: 60px;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #686f7a;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.lkcm152 span {
    display: block;
	margin-top: 2px;
}

.lkcm152 i {
    font-size: 18px;
}

.slive_tabs {
	border-bottom: 0 !important;
}


.stm_key {
    font-size: 18px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    margin-top: 30px;
    color: #333;
    line-height: 24px;
}

.group-form {
    margin-top: 27px;
	position: relative;
}

.group-form label {
	font-size: 14px;
	font-weight: 500;
	font-family: 'ABeeZee', sans-serif;
    margin-bottom: 10px;
    color: #333;
    line-height: 24px;
}

._dlor1 {
    border: 1px solid #efefef;
    background: #f7f7f7;
    height: 40px;
    width: 100%;
    padding: 0 100px 0 20px;
    border-radius: 3px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

._6tf7s {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 30px;
    padding: 0 15px;
    background: #ed2a26;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
}

._6tf7s:hover {
    background: #333;
    color: #fff;
}

._145d1 {
    height: 40px;
    padding: 0 20px;
    background: #ed2a26;
    color: #fff;
    border: 0;
	margin-top: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
}

._145d1:hover {
    background: #333;
    color: #fff;
}

._145d1 i {
    font-size: 120%;
	margin-right: 3px;
}

.strm_title1 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    text-align: left;
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
}

._1457s2 {
    margin-top: 30px;
	display: block !important;
    width: 100%;
}

.ui.toggle._1457s2.checkbox input:checked~.box:before, .ui.toggle._1457s2.checkbox input:checked~label:before {
    background-color: #ed2a26 !important;
}

.ui.toggle._1457s2.checkbox input:focus:checked~.box:before, .ui.toggle._1457s2.checkbox input:focus:checked~label:before {
    background-color: #ed2a26 !important;
}

._1457s2 label {
	font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'ABeeZee', sans-serif !important;
    color: #333 !important;
    margin-bottom: 0 !important;
}

/*--- Explore Page ---*/

.srch_explore {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    color: #333 !important;	
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.srch_explore:focus {
    border: 1px solid #333 !important;	
	box-shadow: none !important;
}

.ui.swdh11 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh11.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
	height: 50px;
	font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
}

i.icon2 {
    font-size: 20px !important;
}

._14d25 {
	float: left;
	width: 100%;
}

/*--- Course Detail View Page ---*/

._bg4586 {
	padding: 60px 0 0 !important;
}

._215b01 {
	float: left;
	width: 100%;
	background:linear-gradient(135deg,rgba(247, 173, 125, 0.945) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);;
	padding: 30px 0;
}

.preview_video {
    /*background: #fff;*/
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 3px;
    opacity:0.8;
}

._215b02 {
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: rgba(51,51,51,0.9);
    left: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
}

._215b03 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'ABeeZee', sans-serif;
    color: #fff;
    text-align: left;
    line-height: normal;
    margin-bottom: 15px;
}

._215b04 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 26px;
}

._215b05 {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    text-align: left;
}

._215b06 {
    display: flex;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
}

._215b07 {
    margin-right: 20px;
}

.caption_tooltip {
	display: inline-block;
    position: relative;
}

.caption_tooltip:hover {
	text-decoration: underline;
	color: #f7f7f7;
	cursor: pointer;
}

.caption-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
	z-index: 1;
	right: 0;
	border-radius: 5px;
}

.caption-content span {
	color: #686f7a;
	font-size: 12px;
	font-weight: 400;
	font-family: 'ABeeZee', sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}

.caption-content span i {
	margin-right: 6px;
	font-size: 115%;
}

.caption_tooltip:hover .caption-content {display: block;}

._215b07 i {
	font-size: 120%;
}

._215b08 i {
	font-size: 120%;
}

._215b10 {
    width: 100%;
	float: left;
}

._215b11 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    text-align: left;
	float: left;
	margin-right: 30px;
}

._215b11:hover {
    color: #fff !important;
}

._215b12 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    text-align: left;
	float: left;
}

._215b12:hover {
    color: #fff !important;
}

._215b11 i {
	font-size: 120%;
	margin-right: 5px;
}

._215b12 i {
	font-size: 120%;
	margin-right: 5px;
}

._215b15 {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
	margin-bottom: 17px;
}



._215b17 {
	/*float: left;*/
    width: 100%;
}

._df7852 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    color: #333 !important;
    margin-top: 0;
	display: block;
    margin-bottom: 10px !important;
}

._df7852:hover {
    color: #333 !important;
}

._215b31 {
    width: 100%;
    margin-top: 27px;
}

._215b31 li {
    display: inline-block;
}

.btn_adcart {
    height: 40px;
    border: 0;
    padding: 0 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    background: #204b86 !important;
	border: 1px solid #204b86 !important;
	margin-right: 6px;
}

.btn_adcart:hover {
    background: rgb(0, 89, 255) !important;
    border: 1px solid rgb(0, 89, 255) !important;
    color:#fff;
}

.btn_buy {
    height: 40px;
    border: 0;
    padding: 0 25px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    background: transparent;
	border: 1px solid #fff;
}

.btn_buy:hover {
	color: #fff;
    background: #c72127;
	border: 1px solid #c72127;
}

._215fgt1 {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    text-align: left;
}

._htg451 {
	margin-top: 30px;
	margin-bottom: 20px;
}

._htg452 h3 {
	font-size: 20px;
    font-weight: 500;
    font-family: 'ABeeZee', sans-serif;
    text-align: left;
    margin-bottom: 15px;
	color: #333;
}

._htg452 ul li {
    display: block;
    margin-bottom: 5px;
}

._htg452 ul li:last-child {
    margin-bottom: 0;
}

._5f7g11 {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #686f7a;
    text-align: left;
	line-height: 26px;
}

._5f7g11::before {
	content: '\f111';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 6px;
	color: #333;
	vertical-align: bottom;
	margin-right: 10px;
	line-height: 26px;
}

    .mensajeVacio{
        font-size:25px;
        background-image:url("../../assets/images/get-img.jpg");
        color:#fff
    }

    .footer-social i {
        color: #fff !important;
    }
    .footer-social a {
        padding-right: 15px;
    }
    .footer-social{
        margin-left: 20px;
    }

    .carousel {
        margin: 0 auto;
        padding: 0 68px;
        }
        
        .carousel .carousel-item {
        text-align: center;
        overflow: hidden;
        /*height: 160px;*/
        }
        
        .carousel .carousel-item .img-box {
        background: #fff;
        /*padding: 9px;*/
        box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
        border-radius: 20px;
        }
        
        .carousel .carousel-item img {
        margin: 0 auto;
        border-radius: 20px;
        }
        
        .carousel-control-prev, .carousel-control-next {
        width: 68px;
        background: none;
        }
        
        .carousel-control-prev i, .carousel-control-next i {
        font-size: 28px;
        position: absolute;
        top: 50%;
        display: inline-block;
        margin-top: -15px;
        z-index: 5;
        left: 0;
        right: 0;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
        }
        
        .carousel-indicators {
            bottom: -40px;
        }
        
        .carousel-indicators li, .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        margin: 1px 4px;
        box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
        }
        
        .carousel-indicators li {
            background: #999;
        border-color: transparent;
        }
        
        .carousel-indicators li.active {
        background: #555;
        }
        .dd{
            position: relative;
            display: inline-block;
            text-align: center;
        }
        
        .ff{
            position: relative;
            display: inline-block;
            text-align: center;
        }
        .centrado{
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .modal-header {
        
            border-bottom: 1px solid #838383 !important;
        }
        
        .modal-footer {
        
            border-top: 0px solid #838383;
        }
        hr {
            height: 0.5px;
            background-color: #fff;
            width: 270px;
            opacity: 0.2;
        }

				.edmundo{
                    position: relative;
                    perspective: 5000;
                    
            }
        /*div {
            transform: rotateY(-20deg) rotateX(20deg);
            transform-origin: bottom left;
        }*/
    
        /** {
            transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        }*/
        .mockup1 {
            background: 
                radial-gradient(
                    218.51% 281.09% at 100% 100%,
                    rgba(253, 196, 51, 0.6) 0%,
                    rgba(200, 156, 0, 0.6) 45.83%,
                    rgba(227, 234, 182, 0.6) 100%
                );
            
            box-shadow: 0px 16.3881px 32.7761px rgba(99, 30, 187, 0.5);
            backdrop-filter: blur(21.8507px);
            border-radius: 16px;     
        }

        .mockup2 {    
            background: 
                linear-gradient(
                    198.85deg,
                    #ffd706 12.72%,
                    #9f8550 54.49%,
                    #a2eeff 100.01%
                );
            border: 0.27304px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0px 8.19119px 16.3824px rgba(0, 0, 0, 0.1),
                0px 16.3824px 32.7648px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(10.9216px);
            border-radius: 16px;
        }

        .mockup3 {
            background: rgba(23, 12, 61, 0.5);
            border: 0.342305px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(13.6922px);
            border-radius: 8px;
        }

        .mockup4 {
            position: relative;
            background: rgba(93, 137, 179, 0.3);
            border: 0.342305px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(13.6922px);
            border-radius: 8px;
        }

        .mockup5 {
            position: relative;
            background: rgba(102, 154, 255, 0.2);
            border: 0.342305px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(13.6922px);
            border-radius: 8px;            
        }

        .m:hover{
            transform: rotateX(0deg) rotateY(0deg);
        }
            .mockup1:hover{
                transform: rotateX(0deg) rotateY(0deg);
                transform: translate(-30px, -30px);
                transition-delay: 0.1s;
                filter: brightness(150%) saturate(120%);
            }
            .mockup2:hover {
                transform: rotateX(0deg) rotateY(0deg);
                transform: translate(0, -30px);
                transition-delay: 0.2s;
                filter: brightness(150%) saturate(120%);
            }
            .mockup3:hover {
                    transform: rotateX(0deg) rotateY(0deg);
                    transition-delay: 0s;
                    filter: brightness(150%) saturate(120%);
            }
            .mockup4:hover {
                    transform: rotateX(0deg) rotateY(0deg);
                    transform: translate(-120px, 30px);
                    transition-delay: 0.1s;
                    filter: brightness(150%) saturate(120%);
            }
            .mockup5:hover {
                    transform: rotateX(0deg) rotateY(0deg);
                    transform: translate(-90px, 30px);
                    transition-delay: 0.2s;
                    filter: brightness(150%) saturate(120%);
            }

            .tamañologoNormal{
                width:100px ;
              }

              
@media (max-width: 321px) {
    
    .tamañologoNormal{
        width:100px
      }
    
    .quitarMargen{
                    margin-top: -140px;
                }

                .agregarMargen{
                    margin-top: 100px !important;
                }
                .acomodoXL{
                    margin-left: 0px;
                  }

                .subirContenido{
                    margin-top: -140px;
                }

                .centrar{
                    text-align: center;
                }
             
                .textoBlanco{
                    color: #fff !important;
                }
            
               
            
                  .tamañoAcomodoH1{
                    font-size:38px !important;
                    line-height: 2;
                  }
            
                  .tamañoAcomodoH2{
                    font-size:25px !important;
                  }
            
                  .tamañoAcomodoP1{
                    font-size:18px !important;
                    line-height: 1 ;
                    text-align: center;
                    margin-left: 10px; 
                    margin-right: 10px;
                  }
            
                  .tamañoAcomodoP2{
                    font-size:18px !important;
                    line-height: 0.8 ;
                    text-align: center;
                    display: none;
                  }
                  .estilotextoAutomatico{
                    font-size:19px !important;
                  }
            
                  .typed-cursor{
                    font-size:19px !important;
                  }
            
                .acomodoH1Plataformas{
                    text-align: center;
                }

                .acomodoP1Plataformas{
                    text-align: center;
                }

                .nuevoEstiloDesa{
                    width:100%;
                    margin-top:2em;
                }


                .anchoCarrucel{
                    max-width: 250px;
                    width: 250px;
                  }
                .margenizquierdoCarrucel{
                   margin-left: 0px; 
                }

                .agregarMargenNuestroEstudiantes{
                    margin-top: 50px;
                }

                .tamañoH1Equipo{
                   
                    line-height: 1.2 ;
                }
              }
            
@media only screen and (min-width: 322px) and (max-width: 767px) {
    .tamañologoNormal{
        width:100px
      } 
    .margenGeneralBaner1{
        margin-top: 50px;
    }
    .quitarMargen{
        margin-top: -140px;
    }

    .agregarMargen{
        margin-top: 200px;
    }
    .acomodoXL{
        margin-left: 0px;
      }

    .subirContenido{
        margin-top: -140px;
    }

    .centrar{
        text-align: center;
    }
 
    .textoBlanco{
        color: #fff !important;
    }

   

      .tamañoAcomodoH1{
        font-size:38px !important;
        line-height: 2;
      }

      .tamañoAcomodoH2{
        font-size:25px !important;
      }

      .tamañoAcomodoP1{
        font-size:20px !important;
        line-height: 1 ;
        text-align: center;
      }

      .tamañoAcomodoP2{
        font-size:20px !important;
        line-height: 0.8 ;
        text-align: center;
        display: none;
      }
      .estilotextoAutomatico{
        font-size:19px !important;
      }

      .typed-cursor{
        font-size:20px !important;
      }

    .acomodoH1Plataformas{
        text-align: center;
        margin-top: 150px; 
        font-size: 45px;
    }

    .acomodoP1Plataformas{
        text-align: center;
        font-size: 25px;
    }

    .margenMejoresPlataformas{
        margin-top: 50px;
    }


    .anchoCarrucel{
        max-width: 400px;
        width: 400px;
      }

      .tamañoItemCarrucel{
        width: 400px;
    }
     
    .margenizquierdoCarrucel{
       margin-left: 0px; 
    }
    .agregarMargenNuestroEstudiantes{
        margin-top: 50px;
              }

              .nuevoEstiloDesa{
                width:100%;
                margin-top:8em;
            }

    .tamañoImagenEmergente{
        display: none;
    }
    .tamañoH1Equipo{
                   
        line-height: 1.2 ;
    }
            }

 @media only screen and (min-width: 768px) and (max-width: 900px) {
   
    .tamañologoNormal{
        width:100px
      }

    .margenGeneralBaner1{
        margin-top: 100px;
    }

    .margenMuckop{
        margin-top: 100px;
    }

    .agregarMargen{
        margin-top: -200px;
    }
    .agregarMargenxl{
        padding-top: 70px ;
    }

    .tamañoAcomodoH1{
        font-size:38px;
        line-height: 2;
      }

      .tamañoAcomodoH2{
        font-size:25px;
      }

      .tamañoAcomodoP1{
        font-size:22px;
        line-height: 1 ;
        text-align: center;
      }

      .tamañoAcomodoP2{
        font-size:22px;
        line-height: 0.8 ;
        text-align: center;
        display: none;
      }

      .acomodoP1Plataformas{
        text-align: center;
        font-size: 22px;
    }

      .estilotextoAutomatico{
        font-size:22px;
      }

      .typed-cursor{
        font-size:23px;
      }
    .anchoCarrucel{
        max-width: 350px;
        width: 350px;
      }
      

      .tamañoItemCarrucel{
        width: 350px;
    }
     
      .margenMejoresPlataformas{
        margin-top: 80px;
    }
                .quitarMargen{
                    margin-top: -75px;
                }
                .acomodoXL{
                    margin-left: 0px;
                  }
                
                  .nuevoEstiloDesa{
                    width:100%;
                    margin-top:8em;
                }

                .tamañoH1Equipo{
                   
                    line-height: 1.2 ;
                }
                 
            }

 @media only screen and (min-width: 901px) and (max-width: 1024px) {
    
    .tamañologoNormal{
        width:100px
      }
    
    .margenGeneralBaner1{
                    margin-top: 100px;
                }
            
                .margenMuckop{
                    margin-top: 0px;
                }
            
                .agregarMargen{
                    margin-top: -200px;
                }
                .agregarMargenxl{
                    padding-top: 70px ;
                }
            
                .tamañoAcomodoH1{
                    font-size:38px;
                    line-height: 2;
                  }
            
                  .tamañoAcomodoH2{
                    font-size:25px;
                  }
            
                  .tamañoAcomodoP1{
                    font-size:22px;
                    line-height: 1 ;
                    text-align: center;
                  }
            
                  .tamañoAcomodoP2{
                    font-size:22px;
                    line-height: 0.8 ;
                    text-align: center;
                    display: none;
                  }
            
                  .acomodoP1Plataformas{
                    text-align: center;
                    font-size: 22px;
                }
            
                  .estilotextoAutomatico{
                    font-size:22px;
                  }
            
                  .typed-cursor{
                    font-size:23px;
                  }
                .anchoCarrucel{
                    max-width: 350px;
                    width: 350px;
                  }
                  
            
                  .tamañoItemCarrucel{
                    width: 350px;
                }
                 
                  .margenMejoresPlataformas{
                    margin-top: 80px;
                }
                            .quitarMargen{
                                margin-top: -75px;
                            }
                            .acomodoXL{
                                margin-left: 0px;
                              }
                            
                              .nuevoEstiloDesa{
                                width:100%;
                                margin-top:8em;
                            }

                            .tamañoH1Equipo{
                   
                                line-height: 1.2 ;
                            }
                             
                        }

@media only screen and (min-width: 1025px) and (max-width: 1250px) {
   
    .tamañologoNormal{
        width:100px
      }
    
    .margenGeneralBaner1{
        margin-top: 80px;
    }
    .margenMuckop{
        margin-top: 50px;
    }
    .quitarMargen{
        margin-top: 00px;
    }
    .acomodoXL{
        margin-left: 10px;
      }
    
      .nuevoEstiloDesa{
        width:100%;
        margin-top:5em;
    }

    .tamañoAcomodoH1{
        font-size:42px;
        line-height: 2;
      }

      .tamañoAcomodoH2{
        font-size:28px;
      }

      .tamañoAcomodoP1{
        font-size:25px;
        line-height: 1 ;
        text-align: left;
      }

      .tamañoAcomodoP2{
        font-size:21px;
        line-height: 0.8 ;
        text-align: left;
        
      }
      .estilotextoAutomatico{
        font-size:25px;
      }

      .acomodoH1Plataformas{
        text-align: left;
        margin-top: 150px; 
        
        font-size: 45px;
    }

    .acomodoP1Plataformas{
        text-align: left;
        font-size: 25px;
       
        padding-right: 0px;
    }

    .margenMejoresPlataformas{
        margin-top: 50px;
    }
    
      .typed-cursor{
        font-size:23px;
      }

      .margenMejoresPlataformas{
        margin-top: 200px;
    }
    .anchoCarrucel{
        max-width: 400px;
        width: 400px;
      }

    .tamañoItemCarrucel{
        width: 300px;
    }
     
      .margenInstructores1440{
        margin-left: 80px;
        margin-right: 200px;
      }

      .tamañoH1Equipo{
                   
        line-height: 1.2 ;
    }
}

@media only screen and (min-width: 1251px) and (max-width: 1500px) {
    
    

    .margenGeneralBaner1{
        margin-top: 80px;
    }
    .margenMuckop{
        margin-top: 0.5em;
    }
    .quitarMargen{
        margin-top: 00px;
    }
    .acomodoXL{
        margin-left: 10px;
      }
    
      .nuevoEstiloDesa{
        width:100%;
        margin-top:5em;
    }

    .tamañoAcomodoH1{
        font-size:42px;
        line-height: 2;
      }

      .tamañoAcomodoH2{
        font-size:28px;
      }

      .tamañoAcomodoP1{
        font-size:25px;
        line-height: 1 ;
        text-align: left;
      }

      .tamañoAcomodoP2{
        font-size:21px;
        text-align: left; 
      }
      .estilotextoAutomatico{
        font-size:25px;
      }

      .acomodoH1Plataformas{
        text-align: left;
        margin-top: 150px; 
        
        font-size: 45px;
    }

    .acomodoP1Plataformas{
        text-align: left;
        font-size: 25px;
       
        padding-right: 0px;
    }

    .margenMejoresPlataformas{
        margin-top: 50px;
    }
    
      .typed-cursor{
        font-size:23px;
      }

      .margenMejoresPlataformas{
        margin-top: 200px;
    }
    .anchoCarrucel{
        max-width: 700px;
        width: 700px;
      }

    .tamañoItemCarrucel{
        width: 600px;
    }
     
      .margenInstructores1440{
        margin-left: 80px;
        margin-right: 200px;
      }

      .margenExcelencia{
        padding-left: 80px;
        padding-right: 80px;
    }

    .tamañoH1Equipo{
        font-size:37px !important;
        line-height: 1.2 ;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1920px) {
    
    .recorrerLogo1800{
        width: 200px;
      }
      .tamañologoNormal{
        width:125px ;
      }
      .navbar{
        font-size: 14px;
      }
      .estilosCarrito{
        margin-top: -10px;
      }

    .margenGeneralBaner1{
        margin-top: 80px;
    }

    .quitarMargen{
        margin-top: 00px;
    }
    .acomodoXL{
        margin-left: 10px;
      }
    
      .nuevoEstiloDesa{
        width:100%;
        margin-top:5em;
    }

    .tamañoAcomodoH1{
        font-size:42px;
        line-height: 2;
      }

      .tamañoAcomodoH2{
        font-size:28px;
      }

      .tamañoAcomodoP1{
        font-size:25px;
        line-height: 1 ;
        text-align: left;
      }

      .tamañoAcomodoP2{
        font-size:21px;
        line-height: 0.8 ;
        text-align: left;
        
      }
      .estilotextoAutomatico{
        font-size:25px;
      }

      .acomodoH1Plataformas{
        text-align: left;
        margin-top: 150px; 
        
        font-size: 45px;
    }

    .acomodoP1Plataformas{
        text-align: left;
        font-size: 25px;
       
        padding-right: 0px;
    }

    .margenMejoresPlataformas{
        margin-top: 50px;
    }
    
      .typed-cursor{
        font-size:23px;
      }

      .margenMejoresPlataformas{
        margin-top: 200px;
    }
    .anchoCarrucel{
        max-width: 600px;
        width: 600px;
      }

    .tamañoItemCarrucel{
        width: 600px;
    }
     
      .margenInstructores1440{
        margin-left: 80px;
        margin-right: 80px;
      }

      .margenExcelencia{
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2149px) {
    .recorrerLogo1800{
        width: 200px;
      }
      .tamañologoNormal{
        width:200px ;
      }
      .navbar{
        font-size: 20px;
      }
      .estilosCarrito{
        margin-top: -10px;
      }

    .margenGeneralBaner1{
        margin-top: 80px;
    }

    .quitarMargen{
        margin-top: 00px;
    }
    .acomodoXL{
        margin-left: 10px;
      }
    
      .nuevoEstiloDesa{
        width:100%;
        margin-top:5em;
    }

    .tamañoAcomodoH1{
        font-size:42px;
        line-height: 2;
      }

      .tamañoAcomodoH2{
        font-size:28px;
      }

      .tamañoAcomodoP1{
        font-size:25px;
        line-height: 1 ;
        text-align: left;
      }

      .tamañoAcomodoP2{
        font-size:21px;
        line-height: 0.8 ;
        text-align: left;
        
      }
      .estilotextoAutomatico{
        font-size:25px;
      }

      .acomodoH1Plataformas{
        text-align: left;
        margin-top: 150px; 
        
        font-size: 45px;
    }

    .acomodoP1Plataformas{
        text-align: left;
        font-size: 25px;
       
        padding-right: 0px;
    }

    .margenMejoresPlataformas{
        margin-top: 50px;
    }

    


    
      .typed-cursor{
        font-size:23px;
      }

      .margenMejoresPlataformas{
        margin-top: 200px;
    }
    .anchoCarrucel{
        max-width: 600px;
        width: 600px;
      }

    .tamañoItemCarrucel{
        width: 600px;
    }
     
      .margenInstructores1440{
        margin-left: 80px;
        margin-right: 80px;
      }

      .margenExcelencia{
        padding-left: 0px;
        padding-right: 0px;
    }
}



@media only screen and (min-width: 2150px) and (max-width: 2561px) {
    
    .recorrerLogo1800{
        width: 200px;
      }
      .tamañologoNormal{
          width:200px ;
        }
        .navbar{
            font-size: 20px;
          }
          .estilosCarrito{
            margin-top: -10px;
          }
    

    .margenGeneralBaner1{
        margin-top: 100px;
    }
    .margenMuckop{
        margin-top: 100px;
    }

    .quitarMargen{
        margin-top: 00px;
    }
    .acomodoXL{
        padding-left: 100px;
      }
    
      .nuevoEstiloDesa{
        width:100%;
        margin-top:5em;
    }

    .tamañoAcomodoH1{
        font-size: 75px !important;
        line-height: 2;
      }

      .tamañoAcomodoH2{
        font-size:48px;
      }

      .tamañoAcomodoP1{
        font-size:38px;
        line-height: 1 ;
        text-align: left;
      }

      .tamañoAcomodoP2{
        font-size:33px;
        line-height: 0.8 ;
        text-align: left;
        
      }

      
      .estilotextoAutomatico{
        font-size:33px !important;
      }

      .typed-cursor{
        font-size:33px !important;
      }

      .paddingPlataformasXL{
        padding-left: 100px;
        padding-right: 100px;
      }
      .acomodoH1Plataformas{
        text-align: left;
        margin-top: 150px; 
        font-size: 48px;
    }

    .acomodoP1Plataformas{
        text-align: left;
        font-size: 32px;
        line-height: 1;
        padding-right: 0px;
    }

    .margenMejoresPlataformas{
        margin-top: 50px;
    }
    
     

      .margenMejoresPlataformas{
        margin-top: 200px;
    }
    .anchoCarrucel{
        max-width: 700px;
        width: 700px;
      }

      .tamañoItemCarrucel{
        width: 900px ;
    }
     
    .tamañoH4Equipo{
        font-size:30px !important;
        line-height: 1.5 ;
    }
    .tamañoH1Equipo{
        font-size:58px !important;
        line-height: 1.5 ;
    }

    .tamañoPEquipo{
        font-size:33px !important;
        line-height: 1.2 ;
    }
     
      .margenInstructores1440{
        margin-left: 80px;
        margin-right: 200px;
      }

      .margenExcelencia {
        margin-left: 310px;
        margin-right: 280px;
       
    }
}

@media only screen and (min-width: 2562px)  {
    
    .recorrerLogo1800{
        width: 200px;
      }
      .tamañologoNormal{
          width:200px ;
        }
        .navbar{
            font-size: 20px;
          }
          .estilosCarrito{
            margin-top: -10px;
          }
    

    .margenGeneralBaner1{
        margin-top: 100px;
    }
    .margenMuckop{
        margin-top: 100px;
    }

    .quitarMargen{
        margin-top: 00px;
    }
    .acomodoXL{
        padding-left: 100px;
      }
    
      .nuevoEstiloDesa{
        width:100%;
        margin-top:5em;
    }

    .tamañoAcomodoH1{
        font-size: 75px !important;
        line-height: 2;
      }

      .tamañoAcomodoH2{
        font-size:48px;
      }

      .tamañoAcomodoP1{
        font-size:38px;
        line-height: 1 ;
        text-align: left;
      }

      .tamañoAcomodoP2{
        font-size:33px;
        line-height: 0.8 ;
        text-align: left;
        
      }

      
      .estilotextoAutomatico{
        font-size:33px !important;
      }

      .typed-cursor{
        font-size:33px !important;
      }

      .paddingPlataformasXL{
        padding-left: 100px;
        padding-right: 100px;
      }
      .acomodoH1Plataformas{
        text-align: left;
        margin-top: 150px; 
        font-size: 48px;
    }

    .acomodoP1Plataformas{
        text-align: left;
        font-size: 32px;
        line-height: 1;
        padding-right: 0px;
    }

    .margenMejoresPlataformas{
        margin-top: 50px;
    }
    
     

      .margenMejoresPlataformas{
        margin-top: 200px;
    }
    .anchoCarrucel{
        max-width: 700px;
        width: 700px;
      }

      .tamañoItemCarrucel{
        width: 900px ;
    }
     
    .tamañoH4Equipo{
        font-size:30px !important;
        line-height: 1.5 ;
    }
    .tamañoH1Equipo{
        font-size:58px !important;
        line-height: 1.2 ;
    }

    .tamañoPEquipo{
        font-size:33px !important;
        line-height: 1.2 ;
    }
     
      .margenInstructores1440{
        margin-left: 80px;
        margin-right: 200px;
      }

      .margenExcelencia {
        margin-left: 310px;
        margin-right: 310px;
       
    }
}


            .swal2-popup{
                background: rgba(22, 34, 71, 0.9);
                color:#fff !important;
                border-radius:20px !important;
            }
            .swal2-styled.swal2-confirm {
                border-radius: 1.25em;
            }


            .carousel-1 {
                margin: 0 auto;
                padding: 0 68px;
                }
                
                .carousel-1 .carousel-item-1 {
                text-align: center;
                overflow: hidden;
                /*height: 160px;*/
                }
                
                .carousel-1 .carousel-item-1 .img-box-1 {
                background: #fff;
                /*padding: 9px;*/
                box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
                border-radius: 20px;
                }
                
                .carousel-1 .carousel-item-1 img {
                margin: 0 auto;
                border-radius: 20px;
                }
                
                .carousel-control-prev-1, .carousel-control-next-1 {
                width: 68px;
                background: none;
                }
                
                .carousel-control-prev-1 i, .carousel-control-next-1 i {
                font-size: 28px;
                position: absolute;
                top: 50%;
                display: inline-block;
                margin-top: -15px;
                z-index: 5;
                left: 0;
                right: 0;
                color: rgba(0, 0, 0, 0.8);
                text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
                }
                
                .carousel-indicators-1 {
                    bottom: -40px;
                }
                
                .carousel-indicators-1 li, .carousel-indicators-1 li.active-1 {
                width: 10px;
                height: 10px;
                border: none;
                border-radius: 50%;
                margin: 1px 4px;
                box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
                }
                
                .carousel-indicators-1 li {
                    background: #999;
                border-color: transparent;
                }
                
                .carousel-indicators-1 li.active-1 {
                background: #555;
                }


                /*Estiloa agregados por genaro, aqui vamos a agregar el tamaño del logoque estaba directo en el componente*/
                

                 
                  .estilotextoAutomatico{
                    font-size:30px;
                  }

                  .typed-cursor{
                    font-size:18px;
                  }

             
                /*navbar genaro, barra de navegacion y estilos para pantallas mayores a 1800px */
 