
/* width */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    display: none;
}
/* Track */
*::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
*::-webkit-scrollbar-thumb {
    background: #ee4c3f;
    /*background: linear-gradient(to bottom, #4eb3bf, #00fff5,#4eb3bf);*/
}
/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background: #ee4c3f;
    /*background: linear-gradient(to bottom, #4eb3bf, #00fff5,#4eb3bf);*/
}
.main-menu-container{
    background: #010617;
    padding: 20px 0px;
    top: 0px;
}
.main-menu-container.menu-bg-overlay {
    background: #010617;
    padding: 10px 0px;
}
.nav-menu li a {

    text-transform: CAPITALIZE;
    font-size: 15px;
    padding: 7px 15px;
    font-weight: 300;
    position: relative;
    border-radius: 4px;
}
.popup-logo {
    left: 0;
    right: 0;
    top: 25px;
    position: absolute;
    text-align: center;
}
.nav-menu li a:after{
    background: transparent;
    border-bottom: 2px solid #ee4c3f;
    border-radius: 0px;
}
footer {
    background: #010617;
    position: relative;
    z-index: 99;
}
.footer-area-section {
    padding: 30px 0px 0px 0px;
}
.footer-about-text p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 300;
}
.widget-title {
    font-size: 25px;
    color: #ee4c3f;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
}
.footer-menu li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
.social.social-button{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #010617;
    margin: 10px;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px #00000070;
    color:#ee4c3f;
    overflow: hidden;
    position: relative;
    border: 2px solid #ee4c3f;
}
.social-button i{
    line-height: 45px;
    font-size: 22px;
    transition: 0.2s linear;
}
.social-button:hover i{
    transform: scale(1.3);
    color: #010617;
}
.social-button::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    /*background: #ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
    transform: rotate(90deg);
    left: -110%;
    top: 90%;
    border-radius: 100%;
    transition: 0.5s;
}
.social-button:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}
.copy-right-text {
    color: #fff;
    font-weight: 300;
}
/*.copy-right-text a{*/
/*    color: #00fff9;*/
/*}*/
.copy-right-menu-item.ul-li ul li a {
    color: #ee4c3f;
    font-weight: 300;
}
div#slider-item {
    margin-top: 85px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 15px;
    /* min-height: 240px; */
    object-fit: contain;
    text-align: center;
    background: #0e1146;
    border: 1px solid transparent !important;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.slider-title h2{
    font-family: Oswald;
    font-weight: bold;
    color:#ee4c3f !important;
    margin-bottom: 20px;
    font-size: 70px;
    /*--animate-duration: 800ms;*/
    /*--animate-delay: 0.9s;*/
}
.slider-subtitle{
    font-family: Oswald;
    font-weight: lighter;
    color: #fff;
    font-size: 35px;


}
.animate__animated.animate__fadeInDownBig{
    --animate-duration: 800ms;
    --animate-delay: 2.2s;
}
.genius-btn {
    background: #ee4c3f;
    border-radius: 30px;
    margin: 0px !important;
    display: block;
    border: 1px solid transparent;
    flex-direction: row;
    /*justify-content: space-between;*/
    width: auto;
    align-items: center;
    position: relative;

}
/*.genius-btn i{*/
/*    position: absolute;*/
/*    right: 5px;*/
/*}*/
.genius-btn a {
    color: #fff;
}
.genius-btn a i{
    color: #fff;
}
.feature-inner {
    background: #ffffff;
    text-align: center;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.feature-inner:hover{
    background: #ee4c3f;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.feature-inner img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.feature-title {
    /*display: block;*/
    /*margin: 0;*/
    color: #010617;
}
.counter-number .feature-counter {
    color:  #ee4c3f;
}
.feature-inner:hover .feature-title{
    color: #fff;
}
.feature-inner:hover .feature-counter{
    color: #fff;
}
.feature-title a{
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: none;
    text-decoration: none;
}
.search-course-section {
    padding: 60px 0px 60px 0px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    border-radius: 100%;
    background-color: #0a0a0a;
    color: #07f8f0;
}
.course-item-pic-text {
    padding: 10px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
    min-height: 475px;
}
.course-item-pic-text .course-pic{
    width: auto;
}
.owl-carousel .owl-stage-outer{
    padding: 25px 0px;
}
#search-course .search-group select{
    text-align: center;
}
.why-choose-us-section .jarallax {
    background-image: url(/images/banner-cursos.jpg);
    padding: 140px 0px 115px 0px;
}
.why-choose-us-section .section-title span {
    color: #ee4c3f;
}

.text-gradiant{
    background: -webkit-gradient(left top, right top, color-stop(0%, #010617), color-stop(100%, #010617));
    background: -webkit-gradient(linear, right top, left top, from(#010617), to(#010617));
    background: linear-gradient(to left, #010617 0%, #010617 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonial-slide .student-qoute:after {
    position: absolute;
    content: '\F10D';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #010617;
    font-size: 35px;
    right: 17px;
    padding: 5px 20px;
    bottom: -22px;
    background-color: #ee4c3f;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 60px;
}
.testimonial-slide .student-qoute {
    border: 2px solid #ee4c3f;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}
.section-title-2 h2{

    font-family: 'Oswald', sans-serif;
}
.section-title-2 h2 span {
    font-weight: 700;
    color: #ee4c3f;
}
.section-title-2 {
    position: relative;
}
.section-title-2 h2:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 2px;
    width: 100px;
    left: 0px;
    background-color: #ee4c3f;
}
.latest-area-content .section-title-2 h2 span {
    font-weight: 700;
    color: #ee4c3f;
}
#sponsor .section-title-2 h2 span {
    font-weight: 700;
    color: #010617;
}
.latest-news-area {
    display: inline-block;
    margin-bottom: 30px;
    /* padding-bottom: 30px; */
    border-bottom: 1px solid transparent;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    height: 100%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    padding: 20px 10px;
    border-radius: 15px;
}
.course-teacher-section .jarallax {
    background-image: url(/images/banner-para-profesores.jpg);
    padding: 125px 0px 125px 0px;
}
.course-teacher-section .section-title span {
    color: #ee4c3f;
}
.teacher-img-content {
    background-color: #ee4c3f;
    display: inline-block;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 50px;
}
.teacher-img-content .teacher-social-name .teacher-name span {
    font-weight: 700;
    color: #010617;
    font-size: 18px;
}
.teacher-img-content .teacher-social-name li {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    text-align: center;
    color: #ee4c3f;
    line-height: 35px;
    margin-bottom: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: #010617;
}
.teacher-img-content .teacher-social-name li:hover {
    background-color: #010617;
    color: #00a1a2;
}
.gradient-bg:hover{
    /*background:#FFB414;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
}
.gradient-bg:hover a, .gradient-bg:hover a i {
    color: #FFF;
}
.section-title .subtitle:before, .section-title .subtitle:after {
    color: #ee4c3f;
    text-shadow: 15px 0 #ee4c3f;
}
.ques-ans.mb45.headline {
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    padding: 20px;
    border-radius: 12px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
ul.product-tab li.active {
    color: #ee4c3f;
}
ul.product-tab li:after{
    background-color: #ee4c3f;
}
.contact-area-section,
.contact_secound_section {
    background-image: url(/assets/img/contact/contact-ceauto.jpg);
    padding: 105px 0px 105px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 300;
    color: #010617;
    font-family: 'Oswald', sans-serif;

}

.section-title h2 span{
    color: #ee4c3f;
}
.section-title-2 h2 {
    font-size: 38px;
    color: #010617;
    font-weight: 300;
    position: relative;
}
.breadcrumb-section {
    background-image: url(/images/banner--superior.jpg);
    padding-bottom: 355px;
}
.blakish-overlay {
    background-color: transparent;
}
.category-icon-title:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #010617;
    background: -webkit-gradient(left top, right top, color-stop(0%, #010617), color-stop(51%,#010617), color-stop(100%, #010617));
    background: -webkit-gradient(linear, left top, right top, from(#010617), color-stop(51%, #010617), to(#010617));
    background: linear-gradient(to right, #010617 0%, #010617 51%, #010617 100%);
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    border-radius: 4px;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.ques-ans h3 {
    font-size: 22px;
    font-weight: 500;
    color: #010617;
    margin-bottom: 20px;
}
.gradient-bg, .modal-body .nws-button button, .teacher-pic-content .teacher-img-content:after, .course-details-category li:hover {
    background: #00fff5;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #00fff5), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#4eb3bf), color-stop(51%, #00fff5), to(#4eb3bf));
    background: linear-gradient(to right, #4eb3bf 0%, #00fff5 51%, #4eb3bf 100%);
    background-size: 200% auto;
    -webkit-transition: background 1s ease-out;
    transition: background 1s ease-out;
}
.text-primary {
    color: #5c73db!important;
}
.course-meta .course-category, .latest-events .course-meta .course-author {
    color: #5c73db;
}
.course-viewer li {
    color: #5c73db;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #f7f7f7;
}
.bg-dark {
    background-color: #10113b !important;
}
.btn-albert-dark{
    background-color: #010617;
    border-color: #010617;
}
.btn-albert-dark:hover{
    background-color: #010617;
    border-color: #010617;
}
.course-price {
    background: #010617;

}
.course-price span{
    color: #ee4c3f !important;
}
#testimonial-slide-item .owl-nav .owl-prev, #testimonial-slide-item .owl-nav .owl-next {
    border-radius: 100%;
    background-color: #ee4c3f;
    color: #fff;
}
.testimonial-slide .student-name-designation span {
    font-size: 13px;
    color:#ee4c3f;
    margin-right: 25px;
    position: relative;
}
.purchase-list .in-total span {
    color: #ee4c3f;
    float: right;
}
.terms-text b {
    color: #ee4c3f;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 15px);
}
.course-title h3 span{
    background-color: #5c73db;
}
.course-title h3 span i{
    display: none;
}
.trend-badge-2{
    background-color: #5c73db;
    top: -12px;
    left: -51px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    padding: 45px 35px 5px;
}
.trend-badge-2 i{
    display: none;
}
.latest-news-area{
    display: flex;
    flex-direction: column;
}
.latest-news-thumbnile{
    height: 220px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.best-course-pic-text .best-course-pic{
    width: 100%;
    background-color: aliceblue;

}
.search-course.search-albert input{
    width: 60%;
    font-size: 13px;
    height: 45px;
    background: transparent;
    border-radius: 10px 0px 0px 10px;
    color: #fff !important;
    border-top: 1px solid #ee4c3f;
    border-bottom: 1px solid #ee4c3f;
    border-left: 1px solid #ee4c3f;
    border-right: 1px solid #010617;
    padding: 0px 10px;

}
.search-course.search-albert input::placeholder{
    color: #fff;
}
.search-albert select{
    background: #ee4c3f;
    color: #010617;
    border-left: 1px solid #010617;
    border-right: 1px solid #010617;
    border-top: 1px solid #ee4c3f;
    border-bottom: 1px solid #ee4c3f;
}
.search-albert .input-group{
    align-items: center;
}
.search-albert option{
    background: #fff;
    color: #010617;
}
.search-course.search-albert select.form-control:not([size]):not([multiple]){
    height: calc(2rem + 15px);
    background: #ee4c3f;
    color: #010617;
    border: 1px solid;
    border-color:#010617;
}
.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.nav-menu{
    padding-top: 0px;
}
.nav-menu li a {
    text-transform: CAPITALIZE;
    font-size: 15px;
    padding: 7px 8px;
    font-weight: 300;
    position: relative;
    border-radius: 4px;
}
.search-btn{
    /*background: #ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
    height: 45px;
    border: 1px solid;
    border-color: #ee4c3f;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
}
.search-btn:hover{
    color: #fff;
}
.course-item-pic-text .course-pic{
    height: 225px;
}
.about-text-item p {
    font-weight: 300;
    font-size: 25px;
    text-align: justify;
    color: #010617;
    margin-bottom: 25px;
}
.btn-light-albert {
    /*background: #ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
    color: #fff !important;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 30px;

}
.title-albert{
    color: #ee4c3f !important;
    font-size: 35px;
}
.parrraf-albert{
    color: #ffff;
    font-size: 20px;
}
.parrraf-albert span{
    color: #ee4c3f;
}
.search-button-dark{
    border-radius: 30px;
    padding: 10px 20px;
}
.screen {
    position: relative;
    height: 250px;
}
.img-screen{
    width: auto;
    height: 330px;
    position: absolute;
    bottom: 0px;
    right: 10%;
}
#accordion .gradient-bg{
    background:#5c73db;
}
.course-side-bar-widget .gradient-bg{
    background: #010617;
}
.course-details-category .gradient-bg{
    background: #010617;
}
.modal-body .nws-button button{
    /*background: #ee4c3f;*/
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
}
.modal-body .nws-button button:hover{
    color: #000;
}
.modal-body .nws-button button:hover{
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
}
.text-info {
    color: #5c73db!important;
}
a.text-info:focus, a.text-info:hover {
    color: #22229f!important;
}
.modal-header .gradient-bg, .modal-header .modal-body .nws-button button, .modal-body .nws-button .modal-header button, .modal-header .teacher-pic-content .teacher-img-content:after, .teacher-pic-content .modal-header .teacher-img-content:after, .modal-header .course-details-category li:hover, .course-details-category .modal-header li:hover {
    position: absolute;
    top: 0;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    opacity: 0;
}
#myModal .modal-header {
    padding: 0;
    position: relative;
    background-image: url("/images/pb.png");
}
.modal-header {
    padding: 0;
    position: relative;
    background-image: url('..');
}
/*.course-banner{*/
/*    background-image: url(/images/banner-curso.png);*/
/*    height: 500px;*/
/*    background-size: contain;*/
/*}*/
.banner-albert{
    top: 85%;
}
.btn-primary-albert {
    background:#22229f;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 20px;
}
.btn-link-albert{
    background:#fff;
    color: #22229f !important;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 20px;

}
.latest-news-area .date-meta {
    color: #3e4095;
    font-size: 14px;
    margin-bottom: 10px;
}
.btn-checkout{
    /*background:#ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
    color: #fff;
}
.course-details-category li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 7px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    color: #010617;
}
.course-details-category li:hover{
    background: #3e4095;
}
.course-details-category li:hover .text-primary {
    color: #ee4c3f !important;
}
.course-details-category li.active {
    background: #3e4095;
    color: #ffff;
}
.course-timeline-list::-webkit-scrollbar{
    display: none;
}
.best-course-v2{
    background: transparent;
}
.best-course-pic-text .best-course-text {
    background-color: #fff !important;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f7f7f7;
    /*min-height: 500px;*/
    height: 100%;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.course-title{
    color:#010617 ;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}
.course-title:hover{
    color:#3e4095;
}
.price-course{
    color: #3e4095;
}
.course-students{
    color: #ee4c3f;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff4f3;
}
.btn-albert-border{
    color: #3e4095 !important;
    border-radius: 10px;
    margin: 0px !important;
    display: flex;
    border: 2px solid #3e4095;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0px 25px;
    align-items: center;
    background: transparent;

}
.best-course-pic-text {
    height: 100%;
    -webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.genius-btn p{
    margin: 0px 8px;
}
.badge-featured{
    /*background: #ed3237;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
    padding: 8px;
    font-size: 12px;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.badge-trending{
    background: #fff;
    border: 1px solid #3e4095;
    padding: 8px;
    font-size: 12px;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #3e4095;
}
.badge-popular{
    /*background: #3e4095;*/
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
    padding: 8px;
    font-size: 12px;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.badge-free{
    background: #fff;
    padding: 7px;
    font-size: 12px;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #3e4095;
    color:#3e4095;
}
.alert-danger {
    color: #fff;
    /*background-color: #ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
    border-color: #ee4c3f;
    border-radius: 9px;
}
.course-details-btn a {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.modal {
    background-color: rgb(0 0 0 / 12%);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
}
.cart-search {
    margin-top: 0px;
    margin-left: 10px;
}
.d-contents{
    display: contents;
}
.select2-container{
    width: 125px !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
}
.select2-container .select2-selection--single{
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #fff;*/
    line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ee4c3f transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ee4c3f transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    display: none;
}
.search-course-albert{
    width: 285px !important;
    height: 45px;
}
.sub-menu{
    z-index: 99;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ee4c3f;
    border-bottom: 1px solid #ee4c3f;
}
input.form-control.search-course-albert {
    border-radius: 6px 0px 0px 6px;
}
.fixed_navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.teacher-badge{
    color: blue;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid blue;
    font-weight: 700;
}
.teacher-badge-light{
    background: #fff;
    padding: 3px 15px;
    font-size: 14px;
    border-radius: 3px;
    position: relative;
    font-weight: 700;
    border: 1px solid #3e4095;
    color: #3e4095;
}
.latest-news-posts {
    height: 100%;
}
.view-more {
    color: #fff !important;
    border-radius: 30px;
    margin: 0px !important;
    display: flex;
    border: 2px solid #3e4095;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    height: 50px;
    padding: 0px 25px;
    align-items: center;
    /*background: #3e4095;*/
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
}
.view-all-btn i {
    color: #fff;
    margin-left: 5px;
}
.tab-content-1 p {
    color: #fff;
}
.best-course-pic-text .best-course-text-row {
    background-color: #fff !important;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f7f7f7;
    /* min-height: 500px; */
    height: 100%;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.course-page-section .course-list-view {
    overflow-x: hidden;
    padding: 0px 10px;
}
.blog-button ul.product-tab li.active {
    color: #fff;
    /*background-color: #3e4095;*/
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
}
.course-page-section .short-filter-tab {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
}
.panel-group {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}
.panel-group .panel-title h3:before {
    position: absolute;
    width: 3px;
    height: 51px;
    left: -25px;
    content: '';
    background-color: #4a8ec0;
    top: 2px;
}

.panel-group .panel-body:before {
    left: -25px;
}
.collapse.show {
    display: flex;
    min-height: 80px;
    align-items: center;
}
.panel-group .btn-link.collapsed:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #4d8fbe;
}
.panel-group .panel-title .btn-link:before {
    content: '\f077';
}
.teacher-details-img img {
    border-radius: 100%;
}
.teacher-details-area {
    padding: 20px 0px;
}
.teacher-details-content{
    padding: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.teacher-address .address-details li .addrs-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 100%;
    color: #3e4095;
    margin-right: 15px;
    float: left;
    background-color: #f7f7f7;
}
.section-title-2 h2 span {
    font-weight: 700;
    color: #ee4c3f;
}
.teacher-details-text .section-title-2 {
    margin-bottom: 0px;
}

.teacher-pic-content{
    padding: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.about-teacher p {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
.service-icon i{
    background: -webkit-gradient(left top, right top, color-stop(0%, #40e9fb), color-stop(100%, #40e9fb));
    background: -webkit-gradient(linear, right top, left top, from(#40e9fb), to(#40e9fb));
    background: linear-gradient(to left, #40e9fb 0%, #40e9fb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.side-bar{
    padding: 20px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.course-side-bar-widget h3 span {
    font-weight: 700;
    color:#3e4095;
}
.student-number {
    float: right;
    color: #3e4095;
    font-size: 16px;
}
.couse-feature li {
    font-size: 17px;
    font-weight: 500;
    color: blue;
    position: relative;
    padding: 5px 10px;
    background: #fff;

    margin: 2px 0px;
    border: 1px solid blue;
    /*border-left: none;*/
    /*border-right: none;*/
    border-radius: 5px;
}
.couse-feature li span{
    color: blue;
}
.affiliate-market-accordion .panel-group .panel:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid transparent;
}
.affiliate-market-accordion .panel-group .panel {
    max-width: inherit;
    max-width: inherit;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-top: none;
}
.affiliate-market-accordion .panel-group .btn-link.collapsed, .affiliate-market-accordion .panel-group .panel-title .btn-link, .affiliate-market-accordion .panel-group .panel-body {
    color: #010617;
}
.panel-group .panel-title .btn-link {
    display: block;
    padding: 15px 0px 15px;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #17d0cf;
}
.affiliate-market-accordion .panel-title .ac-head span {
    font-size: 25px;
    font-weight: 500;
    float: left;
    line-height: 1;
    margin-right: 20px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.affiliate-market-accordion .panel-group .panel-title .btn-link span{
    color: #f7f7f7 !important;
    /*background: #ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
    border-radius: 100%;
    padding: 0px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    text-align: center;
}
.affiliate-market-accordion .panel-group .btn-link.collapsed span {
    color: #ed3237 !important;
    background: #ed323714;
    border-radius: 100%;
    padding: 0px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    text-align: center;
}

.fixedbar{
    position: fixed;
    width: 30%;
    top: 130px;
    background: #fff;
    z-index: 4;
    /*bottom: 3rem;*/

}
.fixedbar div{
    z-index: -1;
}
.course-details-item{
    padding: 20px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.course-details-category span {
    font-weight: 300;
    font-size: 28px;
    float: left;
    margin-right: 15px;
    color: #010617;
}
.course-details-category span b{
    color: #3e4095;
}
.course-single-text .course-title h3 {
    font-size: 30px;
    color: #3e4095;
}
.course-review{
    padding: 20px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.alert-success {
    color: #fff;
    background-color: #77dd77;
    border-color: #77dd77;
    padding: 20px;
    border-radius: 10px;
}
.teacher-icon{
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f7f7f7;
    color: #3e4095;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 1px 2px;
}
.teacher-icon i{
    color: #3e4095;
}
.course-details-content{
    word-break: break-word;
}
.course-details-content p{
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    text-overflow: ellipsis;

}
.show-less {
    display: none;
}
.course-details-content.active p{
    -webkit-box-orient: horizontal;
}
.btn-show.active{
    color: #3e4095;
    font-weight: bold;
    margin: 5px 0px;
}
.btn-show{
    color: #3e4095;
    font-weight: bold;
    margin: 5px 0px;
}
.btn-show:hover{
    color: #3e4095;
}
.blog-comment-area{
    padding: 20px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.blog-comment-area .author-name-rate span {
    color: #3e4095;
    font-size: 20px;
}
.blog-comment-area .author-name-rate {
    width: 88%;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-top: 0px;
}
.blog-comment-area .comment-avater {
    height: 70px;
    width: 70px;
    /* float: left; */
    margin-right: 20px;

}
.blog-comment-area .comment-avater img{
     border-radius: 100%;
}
.blog-comment-area .comment-list li {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.author-designation-comment{
    word-break: break-word;
}
.author-designation-comment p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}
button.genius-btn{
    width: 100%;
}
.btn-success {
    color: #fff !important;
    background-color: #77dd77;
    border-color:#77dd77;
}
.btn-success:hover {
    color: #fff;
    background-color: #77dd77;
    border-color: #77dd77;
}
iframe::-webkit-scrollbar{
    display: none;
}
.section-title-2 h3 {
    font-size: 30px;
    color: #010617;
    font-weight: 300;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.section-title-2 h3 span {
    font-weight: 700;
    color: #ee4c3f;
}
.section-title-2 h3 b {
    font-weight: 700;
    color: #ed3237;
}
.avrg-rating .rating-overview {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.course-details-section {
    position: relative;
}
.course-info{
    display: none;
}
.course-info.active{
    position: fixed;
    display: block;
    top: 110px;
    width: 100%;
    background-color: #010617;
    z-index: 4;
    height: 100px;
}
.image-scroll{
    display: none;

}
.image-scroll.active{
    display: block;
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}
.teacher-img-content .teacher-social-name {
     float: none;
    max-width: 100%;
}
.teacher-img-content .teacher-img:after {
    content: none;
    height: 2px;
    width: 50px;
    left: -25px;
    bottom: 30px;
    position: absolute;
    background-color: #17d0cf;
}
.teacher-img-content {
    background-color: transparent;
    display: inline-block;
    padding: 0px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
}
.teacher-img-content .teacher-img {
    height: 150px;
    width: 150px;
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
}
.teacher-name{
    color: #fff;
    font-size: 21px;
}
.teacher-img-content .teacher-img img {
    border-radius: 100%;
}

/**/


.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.wrapper {
    width: 100%;
    height: 450px;
    min-height: 450px;
    background: url('/images/banner-1-albert-einsten-fondo.png') center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
}
.content {
    height: 415px;
    margin: auto;
    width: 100%;
    max-width: 95%;
    display: flex;
    align-items: center;
    position: relative;
}
.bg-shape {
    height: 100%;
    /*background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);*/
    /*box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);*/
    border-radius: 30px;
    padding: 45px 40px;
    width: 35%;
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    align-items: center;
}
.lateral-izq{
    position: absolute;
    width: 35%;
    right: 0%;
}
.lateral-der{
    position: absolute;
    width: 35%;
}
.rotar-form{
    position: absolute;
    width: 35%;
    right: 0%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes pulse-shrink {
    to {
        transform: scale(.9);
    }
}

.bg-shape img {
    object-fit: contain;
    width: 400px;
    display: block;
    /* object-position: left center; */
    opacity: 1;
    /* transform: rotate(-90deg) translateY(-50%); */
    max-width: inherit;
    /* left: 10px; */
    /*!* position: absolute;*/
}

.next, .prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    top: 50%;
    outline: none;
    cursor: pointer;
}
.next.disabled, .prev.disabled {
    cursor: not-allowed;
}
.next:focus, .prev:focus {
    outline: none;
}

.prev {
    left: -22%;
    transform: translate(-100%, -50%);
}
.next {
    right: 0;
    transform: translate(50%, -50%);
}


.product-slider {
    width: 80%;
    height: 100%;
    border-radius: 30px;
    /*box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);*/
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
}
.product-slider__wrp {
    height: auto;
}
.product-slider__item {
    position: relative;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .content {
        max-width: 920px;
    }
    .bg-shape {
        width: 45%;
    }
    .bg-shape img {
        width: 430px;
        left: 10px;
    }
    .prev {
        left: -21%;
    }
    .product-slider {
        width: 80%;
    }
}
@media screen and (max-width: 992px) {
    .wrapper {
        height: auto;
        min-height: 100vh;
    }
    .lateral-izq{
        position: absolute;
        width: 100%;
    }
    .content {
        max-width: 920px;
        margin-top: 100px;
        height: auto;
        min-height: 100vh;
    }
    .bg-shape {
        width: 90%;
        height: 290px;
        align-items: flex-start;
        padding: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .bg-shape img {
        transform: none;
        width: 100%;
        position: relative;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
        height: 350px;
        object-position: top center;
    }
    .next, .prev {
        top: 170px;
    }
    .prev {
        left: 0;
        transform: translate(-50%, -50%);
    }
    .product-slider {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        position: relative;
        top: 0;
        margin-top: 170px;
        margin-bottom: 0px;
    }
    .product-slider br {
        display: none;
    }
    .product-slider__item {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .content {
        margin-top: 20px;
    }
    .bg-shape {
        padding: 30px;
        width: 100%;
        border-radius: 20px;
    }
    .product-slider {
        border-radius: 20px;
    }
}
@media screen and (max-width: 576px) {
    .content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bg-shape {
        height: auto;
        padding: 0px;
    }
    .prev {
        transform: translate(20%, -50%);
    }
    .next {
        transform: translate(-20%, -50%);
    }
    .product-slider {
        width: 100%;
        margin-top: 130px;
    }
}
.product-slider__item.swiper-slide-active .product-slider__content > * {
    opacity: 1;
    transform: none;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(1) {
    transition-delay: 0s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(2) {
    transition-delay: 0.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(3) {
    transition-delay: 0.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(5) {
    transition-delay: 0.8s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(6) {
    transition-delay: 1s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(7) {
    transition-delay: 1.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(8) {
    transition-delay: 1.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(9) {
    transition-delay: 1.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(10) {
    transition-delay: 1.8s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(11) {
    transition-delay: 2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(12) {
    transition-delay: 2.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(13) {
    transition-delay: 2.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(14) {
    transition-delay: 2.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(15) {
    transition-delay: 2.8s;
}
.product-slider__item.swiper-slide-active circle {
    animation: progress 1s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0.75;
}
.product-slider__card {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
@media screen and (max-width: 992px) {
    .product-slider__card {
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .product-slider__card {
        border-radius: 20px;
    }
}
.product-slider__cover {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .product-slider__cover {
        border-radius: 20px;
    }
}
.product-slider__content {
    color: #fff;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    padding-left: 250px;
    padding-right: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .product-slider__content {
        padding-left: 220px;
    }
}
@media screen and (max-width: 992px) {
    .product-slider__content {
        padding: 20px 60px 100px;
        padding-top: 280px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .product-slider__content {
        padding: 20px 30px 50px;
        padding-top: 300px;
    }
}
@media screen and (max-width: 576px) {
    .product-slider__content {
        padding-top: 220px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.product-slider__title {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.85rem;
    line-height: 1em;
    letter-spacing: 2px;
    font-family: Oswald;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
    .product-slider__title {
        font-size: 34px;
    }
}
@media screen and (max-width: 576px) {
    .product-slider__title {
        font-size: 24px;
    }
}
.product-slider__price {
    display: block;
    font-size: 2.5rem;
    color: #3de7fb;
    font-weight: 700;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
    .product-slider__price {
        font-size: 36px;
    }
}
@media screen and (max-width: 576px) {
    .product-slider__price {
        font-size: 30px;
    }
}
.product-slider__price sup {
    top: -20px;
    font-size: 65%;
}
.product-slider__cart {
    /*box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);*/
    background-image: linear-gradient(-45deg, #54f0fe 0%, #54edff 100%);
    border: none;
    color: #010617 !important;
    padding: 10px 30px;
    border-radius: 50px;
    min-height: 50px;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-right: 0px;
    cursor: pointer;
}
.product-slider__cart:hover{
    color: #010617;
}
@media screen and (max-width: 768px) {
    .product-slider__cart {
        margin-right: 30px;
    }
}
@media screen and (max-width: 576px) {
    .product-slider__cart {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
}
.product-slider__fav {
    color: #888e94;
    background: none;
    border: none;
    position: relative;
    padding-left: 25px;
    outline: none;
    cursor: pointer;
}
.product-slider__fav:focus {
    outline: none;
}
.product-slider__fav .heart {
    display: block;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%) scale(0.7);
    top: 50%;
    pointer-events: none;
    width: 100px;
    height: 100px;
    background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
}
.product-slider__fav .heart.is-active {
    transition-duration: 1s;
    background-position: -2800px 0;
}
.product-slider__bottom {
    margin-top: 10px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}
.product-ctr {
    display: flex;
    align-items: center;
    min-height: 150px;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    .product-ctr {
        justify-content: center;
    }
}
.product-ctr .hr-vertical {
    width: 1px;
    background: #9fa3a7;
    align-self: stretch;
    margin: 0 35px;
    flex-shrink: 0;
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .product-ctr {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .product-ctr .hr-vertical {
        width: 100%;
        margin: 35px 0;
        height: 1px;
    }
}
@media screen and (max-width: 767px) {
    .product-labels {
        width: 100%;
    }
}
.product-labels__checkbox {
    display: none;
}
.product-labels__checkbox:checked + .product-labels__txt {
    border-color: #cc3743;
    padding: 10px 13px;
}
.product-labels__title {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 16px;
    margin-bottom: 10px;
}
.product-labels__group {
    display: flex;
    margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
    .product-labels__group {
        justify-content: center;
    }
}
.product-labels__group:last-child {
    margin-bottom: 0;
}
.product-labels__item {
    margin: 5px;
    cursor: pointer;
}
.product-labels__item:first-child {
    margin-left: 0;
}
.product-labels__txt {
    display: block;
    border: 2px solid transparent;
    font-size: 14px;
    padding: 10px 20px;
    padding-left: 0;
    border-radius: 50px;
    transition: all 0.3s;
    letter-spacing: 2px;
}
@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
.product-inf {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .product-inf {
        width: 100%;
    }
}
.product-inf__percent {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-family: 'Dosis', sans-serif;
    position: relative;
}
.product-inf__percent circle {
    transform: rotate(180deg) scaleY(-1);
    transform-origin: 50%;
}
.product-inf__percent-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-inf__title {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
}
.product-img {
    position: absolute;
    z-index: 2;
    width: 235px;
    left: 25%;
    transform: translateX(0);
    max-height: 500px;
    height: 100%;
    pointer-events: none;
}
@media screen and (max-width: 1200px) {
    .product-img {
        width: 430px;
        left: 20%;
    }
}
@media screen and (max-width: 992px) {
    .product-img {
        width: 430px;
        left: 50%;
        transform: translateX(10%);
        top: 0;
        height: 350px;
    }
    .rotar-form{
        width: 100%;
        right: 0%;
        bottom: 0px;
    }
    .lateral-der {
        width: 100%;
        bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    .product-img {
        width: 100%;
        max-width: 400px;
        top: 165px;
        height: 390px;
    }
}
@media screen and (max-width: 576px) {
    .product-img {
        max-width: 170px;
        height: auto;
    }
}
.product-img__item {
    display: flex;
    align-items: center;
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-130px);
    opacity: 0;
    transition: all 0.3s;
}

.product-img__item.active {
    opacity: 1;
    transform: translateY(-50%) translateX(-100%);
    transition-delay: 0.3s;
}
@media screen and (max-width: 1800px){
    .product-img__item.active {
        opacity: 1;
        transform: translateY(-50%) translateX(-80%);
        transition-delay: 0.3s;
    }
}
@media screen and (max-width: 1400px){
    .product-img__item.active {
        opacity: 1;
        transform: translateY(-50%) translateX(-55%);
        transition-delay: 0.3s;
    }
}

.product-img__item img {
    object-fit: contain;
    object-position: center right;
}
.img-default{
    width: 225px;
    height: 225px;
    border-radius: 10px;
    background: #0e1146;
    border:1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-default img{
    width: 100px;
    height: 100px;
}
.lesson-btn{
    /*background: blue;*/
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
    color: #fff !important;
    border: 1px solid rgba(62,64,149,1);
    border-radius: 30px;
    padding: 5px 10px;
}
.lesson-btn:hover{
    color: #fff;
}
.category-name {
    border: 1px solid blue;
    color: blue;
    padding: 5px 10px;
    margin: 0px 2px;
    border-radius: 30px;
    line-height: 35px;
}
.category-name:hover{
    color: #fff;
    /*background: blue;*/
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
}
.category-title-items{
    font-size: 16px;
    font-weight: 500;
    color: #3e4095;
    padding: 10px 0px;
}
.enrolled-student li {
    color: #ee4c3f;
}
.btn-action{
    text-align: right;
}
.sub-menu{
    width: 165px;
    left: -45px;
    top: 45px;
}
.navbar{
    font-family: 'Oswald', sans-serif;
}
.navbar-nav li.active .nav-link{
    color: #ee4c3f;
}
.widget-title:after{
    /*background-color:#ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
}
.gradient-bg, .modal-body .nws-button button, .teacher-pic-content .teacher-img-content:after, .course-details-category li:hover{
    /*background: #ffe522;*/
    background: linear-gradient(180deg, rgba(255,229,34,1) 38%, rgba(190,171,25,1) 77%);
    border-radius: 30px;
}
.search-course .nws-button button, .subs-form .nws-button button {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.search-course .nws-button:hover button, .subs-form .nws-button:hover button{
    color: #000;
}
.contact_third_form .nws-button button {
    background-color: transparent;
    border: none;
    font-weight: 700;
    color: #000;
}
.contact_third_form .nws-button:hover button{
    color: #000;
}
.contact_third_form .nws-button {
    height: 60px;
    width: auto;
    line-height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 70px;
}
.modal-body .nws-button button{
    color: #fff;
}
.btn-ceauto{
    /*background-color:  #ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
    border-color:  #ee4c3f;
    /*color: #fff !important;*/
}
.avrg-rating .avrg-rate{
    color:#3e4095;
}
.avrg-rating .rating-overview:hover .start-bar {
    background-color: #3e4095;
}
.social-contact .category-icon-title {
    width: 80px;
    height: 80px;
    line-height: 100px;
    border-radius: 100%;
    padding: 0px;
    margin: 5px 10px;
}
.contact-page-section .social-contact .category-icon-title:before{
    background: transparent;
}
.category-icon-title:after{
    border-radius: 100%;
    /*background: #ee4c3f;*/
    background: linear-gradient(180deg, rgba(238,76,63,1) 38%, rgba(226,24,24,1) 77%);
}
.category-icon i {
    font-size: 35px;
}
.address-icon {
    height: 60px;
    width: 60px;
    border: 5px solid;
    line-height: 66px;
    margin-right: 20px;
    border: 3px solid #ee4c3f;
    -o-border-image: linear-gradient(69deg, #10abff, #1beabd);
    /* border-image: linear-gradient(69deg, #ee4c3f, #ee4c3f); */
    border-image-slice: 1;
    border-radius: 80px;
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.contact-address-details {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.section-title .subtitle {
    color: #020100;
    letter-spacing: 6px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.section-title .subtitle:before, .section-title .subtitle:after{
    font-family: "Roboto", sans-serif;
}
/* Brands*/
.carousel-brand {
    /*background: #EEE;*/
    height: 220px;
}

.carousel-brand .carousel-cell {
    margin: 10px 0px;
    width: 32.5%;
    height: 200px;
    margin-right: 10px;
    background: transparent;
    border-radius: 5px;
    counter-increment: carousel-cell;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.carousel-brand .carousel-cell img{
    width: 65%;
}
/* cell number */
.carousel-brand .carousel-cell:before {
    display: block;
    text-align: center;
    /*content: counter(carousel-cell);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}
.line-time{
    min-height: 320px;
}
.box-light{
    width: 100%;
    position: absolute;
    background: #fff;
    height: 320px;
    top: 0px;
    z-index: 99;
}

.line-time-icon-1{
    position: absolute;
    left: 7px;
    top: 35px;
}
.line-time-icon-1 img{
    width: 19rem;
}
.line-time-icon-1 h4{
    position: absolute;
    top: -20px;
    left: 30%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #010617;
    text-align: center;
}

.line-time-icon-2{
    position: absolute;
    left: 574px;
    top: 35px;
}
.line-time-icon-2 img{
    width: 19rem;
}
.line-time-icon-2 h4{
    position: absolute;
    top: -20px;
    left: 15%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #010617;
    text-align: center;
}
.line-time-icon-3{
    position: absolute;
    left: 292px;
    top: 35px;


}
.line-time-icon-3 img{
    width: 19rem;
}
.line-time-icon-3 h4{
    position: absolute;
    bottom: -20px;
    left: 32%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #010617;
    text-align: center;
}
.line-time-icon-4{
    position: absolute;
    left: 857px;
    top: 35px;
}
.line-time-icon-4 img{
    width: 19rem;
}
.line-time-icon-4 h4{
    position: absolute;
    bottom: -45px;
    left: 1%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #010617;
    text-align: center;
}

.service-carousel{
    height: 400px;
    background-size: cover;
}

.img-service-lateral{
    position: absolute;
    right: 0px;
    height: 400px;
}
.service-carousel-title{
    font-family: 'Oswald', sans-serif;
    color:#10113b;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-carousel-content{
    font-family: 'Oswald', sans-serif;
    color:#10113b;
    font-size: 20px;
}
.service-carousel-list{
    font-family: 'Oswald', sans-serif;
    color:#10113b;
    font-size: 20px;
}
.service-carousel-list li{
    margin: 5px 0px;
}
.movil{
    display: none;
}
.img-service-lateral-none{
    display: none;
}
.img-service-lateral-movil{
    display: none;
}
.line-values{
    min-height: 440px;
}
.line-values-icon-1{
    position: absolute;
    left: 5%;
    bottom: 7%;
    width: 350px;
}
.line-values-icon-2{
    position: absolute;
    left: 36.5%;
    bottom: 6%;
    width: 350px;
}
.line-values-icon-3{
    position: absolute;
    left: 67.5%;
    bottom: 7%;
    width: 350px;
}
.box-light-values {
    width: 100%;
    position: absolute;
    background: #fff;
    height: 440px;
    top: 0px;
    z-index: 99;
}
.slider-home .carousel-item{
    height: 450px;
}
.slider-home-subtitle{
    color: #fff;
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    width: fit-content;
    text-align: center;
}
.slider-home-subtitle:after{
    content: '';
    background: red;
    display: flex;
    width: 100%;
    text-align: center;
    height: 10px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    -webkit-animation: scale-in-hor-left 2.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.4s both;
    animation: scale-in-hor-left 2.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.4s both;
}
.slider-home-title{
    font-size: 5.5rem;
    color: transparent;
    -webkit-text-stroke: 2px red;
    font-weight: 800;
    line-height: 1;
}
.slider-home-text{
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
}
.slider-home-list{
    font-weight: 300;
    /*text-align: left;*/
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    list-style: none;
}
.slider-home-list li{
    position: relative;
    margin: 0px 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.slider-home-list li:before{
    content: '-';
    color: #3a3d97;
    font-size: 2.5rem;
    margin: 0px 5px;
    /*position: absolute;*/
    /*left: 1%;*/
    /*top: -33%;*/
}
.slider-home-circular{
    position: absolute;
     right: 0px;
     bottom: 0px;
 }
.slider-home-point{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.slider-home-title-2{
    color: #fff;
    font-size: 3.5rem;
}
.slider-home-text-2{
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
}
.slider-home-list-2 li{
    color: #fff;
}
.slider-home-list-2 li p{
    margin-bottom: 0px;
    font-size: 1.8rem;
}
.slider-home-list-2 li img{
    height: 50px;
}
.slider-home-line-1{
    position: absolute;
}
.slider-home-background-person{
    position: absolute;
    z-index: -1;
    left: 0px;
}
.slider-home-line-2{
    position: absolute;
    bottom: 5%;
    left: 2%;
}
.slider-home-background-lines{
    position: absolute;
    z-index: -1;
    left: -8%;
    height: 120%;
}
.slider-home-2-points{
    position: absolute;
    right: 1%;
    top: 3%;

}
.slider-home-2-points-2{
    position: absolute;
    right: 1%;
    bottom: 3%;
}
.slider-home-list-2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-home-title-3{
    font-size: 4.5rem;
    color: red;
    -webkit-text-stroke: 2px #fff;
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
}
.slider-home-subtitle-3{
    /*background: #000;*/
    position: relative;
   font-size: 3rem;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.slider-home-subtext{
    font-size: 3rem;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.slider-home-subtitle-3:before{
    content: '';
    position: absolute;
    width: 125%;
    left: -15%;
    border-left: 60px solid transparent;
    bottom: -1%;
    border-top: 64px solid #000;
    z-index: -1;
    -webkit-animation: scale-in-hor-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4.4s both;
    animation: scale-in-hor-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4.4s both;
}
.slide-home-image-3{
    height: 390px;
}
.slider-word-inicia{
    position: absolute;
    top: 12%;
    z-index: -1;
    /*left: 10%;*/
    height: 23%;

}
.slider-word-tu{
    position: absolute;
    top: 38%;
    z-index: -1;
    height: 21%;

}
.slider-word-course{
    position: absolute;
    top: 65%;
    height: 23%;
}
.slider-home-3-form{
    position: absolute;
    right: -16%;
    bottom: 10%;
}
.slider-home-3-form-2{
    position: absolute;
    height: 74%;
    top: -23%;
    left: -9%;
}
.slider-home-3-point{
    position: absolute;
    left: 1%;
    bottom: 3%;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease,-webkit-transform .7s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.breadcrumb-section .breadcrumb-head span{
    font-size: 4.5rem;
    color: #190b2c61;
    -webkit-text-stroke: 2px #fff;
    font-weight: 900;
    line-height: 1;
}
.contact-left-content {
    max-width: 100%;
}
.carousel-venues {
    /*background: #EEE;*/
    height: 450px;
}

.carousel-venues .carousel-cell {
    margin: 10px 0px;
    width: 45%;
    height: 95%;
    margin-right: 10px;
    background: transparent;
    border-radius: 5px;
    counter-increment: carousel-cell;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.carousel-venues .carousel-cell img{
    width: 65%;
}
/* cell number */
.carousel-venues .carousel-cell:before {
    display: block;
    text-align: center;
    /*content: counter(carousel-cell);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}
.venues-title{
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: red;
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 8px;
}
.venues-list{
    list-style: none;
    text-align: center;
    padding: 5px;
    font-family: 'Oswald', sans-serif;
    color: #10113b;
}
.venues-list li{
    margin: 5px 0px;
}
.venues-list li i{
    margin-right: 5px;
    color: red;
}
.about-text-item {
    color: #10113b;
    font-size: 1.1rem;
}
.carousel-about {
    /*background: #EEE;*/
    height: 400px;
}

.carousel-about .carousel-cell {
    margin: 10px 0px;
    width: 38%;
    height: 95%;
    margin-right: 10px;
    background: transparent;
    border-radius: 5px;
    counter-increment: carousel-cell;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    text-align: center;
}
.carousel-about .carousel-cell img{
    width: 65%;
}
/* cell number */
.carousel-about .carousel-cell:before {
    display: block;
    text-align: center;
    /*content: counter(carousel-cell);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}
.carousel-about-title{
    font-family: 'Oswald', sans-serif;
    color: red;
    font-size: 1.4rem;
    font-weight: 800;
}
.carousel-about-text{
    color: #10113b;
}
.carousel-about-list{
    list-style: none;
    color: #10113b;
}
.carousel-about-list li{
    margin: 2px 0px;
}
.sub-menu:before {
    position: absolute;
    content: '';
    top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e21818;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
}
.sub-menu li a:hover {
    color: #ee4c3f !important;
}
.popup-text {
    width: 100%;
    padding: 120px 0px 0px 0px;
    position: relative;
}
.cart-search li {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #10113b;
    margin-left: 10px;
    border: 2px solid #e21818;
    position: relative;
}
.course-single-text.mt-4.px-3.py-1.gradient-bg.text-white {
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
    font-size: 1.2rem;
    border-radius: 5px;
}
.gradient-bg, .modal-body .nws-button button, .teacher-pic-content .teacher-img-content:after, .course-details-category li:hover {
    /* background: #ffe522; */
    background: linear-gradient(180deg, rgba(62,64,149,1) 38%, rgba(46,47,106,1) 77%);
    border-radius: 30px;
    color: #fff !important;
}
.search-course .nws-button, .subs-form .nws-button {
    top: 0;
    right: 0;
    height: 60px;
    width: 195px;
    line-height: 60px;
    position: absolute;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    color: #fff !important;
}
.btn-paypal {
    background: linear-gradient(180deg, rgb(233 214 49) 38%, rgb(207 188 22) 77%);
    color: #002b8a;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 20px;
}
.btn-paypal:hover{
    background: linear-gradient(180deg, rgb(233 214 49) 38%, rgb(207 188 22) 77%);
    color: #002b8a;
}
.btn-paypal img{
    height: 45px;
    margin: 0px 10px;
}
.btn-payu {
    background: linear-gradient(180deg, #8bc34a 38%, #8bc34a 77%);
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 20px;
}
.btn-payu:hover{
    background: linear-gradient(180deg, #8bc34a 38%, #8bc34a 77%);
    color: #fff;
}
.btn-payu img{
    height: 45px;
    margin: 0px 20px;
}
.course--image {
    display: block;
    width: 60%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.btn--course-movil{
    display: none;
}
.menu-float{
    display: none;
}
.items-movil{
    display: none;
}
.files-download.course-single-text p {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #333333;
}
.files-download.course-single-text p strong{
    font-size: 10px;
    color: red;
}
.files-download.course-single-text p i{
    font-size: 35px;
    margin: 3px 0px;
    color: red;
}