body{
    color:#414146;
    font-size: 0.906rem;
    line-height: 1.6;
    background-color: #fcfaf8;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(Preloader_2.gif) center no-repeat #fff;
}

.container.login {
    background-color: #FCFAF8;
    z-index: 10;
}
.container.login .col.max-w {
    max-width: 500px;
}
.img-brand {
    display: block;
}
.h-login {
    font-family: Amariya, sans-serif;
    font-size: 60px;
}

.navbar-default {
    background: #1c355e;
    height: 60px;
}
.navbar-default .col-register{
    max-width: 220px;
}
@media  (max-width: 768px) {
.navbar-default {
    /*background: #fafafa;*/
}
}
.about-ul >li{
    padding-left: 17px;
    position: relative;
}
.about-ul > li:before{
    border-radius: 100%;
    top: 9px;
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    bottom: auto;
    left: 0;
    right: auto;

    background-color: #fc7555;
}
.mobile-nav{
    margin-top: 5px;
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}
#sidebar{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 0;
    top: 60px;
    z-index: 1000;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.1s;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid rgba(216,216,216,0.5);
}

#sidebar.active{
    width: 100%;
    top: 60px !important;
    transition: 0.1s;
}
.noscroll { 
  overflow: hidden;
}

.div-contacto {
    color: white !important;
    text-decoration: none !important;
    opacity: 1;
}
.div-contacto:hover {
    opacity: .8;
}
.div-contacto i {
    color: #FC7555;
}

.btn-learna{
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 4px 16px;
    font-size: 0.9rem;
}
.btn-learna:hover{background-color:transparent;border:1px solid #fc7555;color:#fc7555 !important}

.btn-ulearn, .btn-ulearn:hover{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #FC7555;
    padding: 0.375rem 1.60rem;
}

.btn-ulearn-cview,
.btn-ulearn-cview:hover,
.btn-ulearn-cview:focus {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background-color: #FC7555;
    padding: 0.375rem 0.7rem;
}

.btn-ulearn-preview, .btn-ulearn-preview:hover{
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    background-color: #FC7555;
    padding: 0.05rem 0.7rem;
}

#dropdownMenuButton,#dropdownMenuButtonRight{
    font-size: 0.9rem;
    cursor: pointer;
    color: white;
}
.dropdown-menu{
    font-size: 0.9rem;    
}
.dropdown-item:hover{
    background-color: #f0f0f5;
}


#category-block{
    margin-top: 2px;
}


h1{
    font-weight: 700;
}
button{border:none;cursor:pointer;}
a{color:#428bca;text-decoration:none;}
a:hover,a:focus{color:#2a6496;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
ul{margin-top:0;margin-bottom:5px;list-style-type:none;}

nav.secondary-nav {
    display: block;
    text-align: center;
    clear: both;
    margin: 10px;
    border-bottom: none;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 10;
}

nav.secondary-nav ul.list{padding:0;display: contents;}
nav.secondary-nav ul li{padding:0 20px;display:inline-block;}

nav.secondary-nav ul li a {
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
}

nav.secondary-nav ul li a.active{color:#fc7555;}

.seperator-head:after{
    max-width: 360px;
    background-color:rgba(216,216,216,0.5);
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
}

.seperator-head:before{
    max-width: 50px;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    background-color: #fc7555;
}

.dropdown i{
    color: #fc7555;
}
.category-menu-icon{
    margin-right: 10px;
    width: 20px;
}

#sidebar ul li i{
    color: #787887;
}
#sidebar ul li a{
    font-size: 14px;
    line-height: 23px;
    padding: 11px 0;
    color: #414146;;
    display: block;
    padding: 8px 0;
    clear: both;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

#sidebar .sidebar-title{
    color: #fc7555;
    font-weight: 700;
}
#sidebar .category-menu-icon{
    margin-right: 15px;
}

.home-content{
    margin-top: 60px;
    padding-bottom: 10px !important;
    position: relative;
}
.home-content.list {
    background-color: #F1F1F1;
}

.clearfix:before,.clearfix:after{display:table;content:" ";}
.clearfix:after{clear:both;}
.vertical-align {
    display: flex;
    align-items: center;
}

.homepage-slide-blue {
    color: #fff;
    background-color: #0838c4;
    height: 300px;
    position: relative;
    text-align: center;
}

.homepage-slide-blue h1{
    padding-top: 30px;
}

.title-sub-header {
    font-size: 18px;
}

.homepage-slide-blue .searchbox-contrainer{line-height:50px;padding:0 0 0 20px;margin-top:40px;}
.homepage-slide-blue .searchbox-contrainer .searchbox{width:70%;height:50px;border:none;padding-left:20px;border-radius:2px;}
.homepage-slide-blue .searchbox-contrainer .searchbox-submit{height:50px;width:80px;font-size:13px;line-height:50px;color:#fff;text-align:center;border-left:1px solid #0838c4;background-color:#fc7555;cursor:pointer;border-radius:2px;}
.pos-relative{position:relative;}

.searchbox-submit i{font-size: 20px;}


#loginLink{color:#fc7555;font-weight:bold;}
li > a#loginLink{border-bottom:3px solid #fc7555;}
#loginLink:hover{text-decoration:none;}

.course-block a,.instructor-box a, .remove-a-style{
    text-decoration: none;
    color: inherit;
}
.remove-a-style:hover{
    color: inherit;
    text-decoration: none;
}

.course-block {
    overflow: hidden;
    width: 260px;
    height: 323px;
    box-shadow: 0 6px 9px 0 hsla(0,0%,86%,.46);
    border: 1px solid #f0f0f5;
    margin: 20px 18px 20px 0;
    border-radius: 20px;
    transition: transform .3s ease-out;
    cursor: pointer;
}
.course-block.classes-block {
    height: 400px;
    position: relative;
}
.course-block:hover{
    transform: scale(1.02);
    border: 1px solid #fc7555;
}

.course-block main{
    height: 281px;
}
.course-block.classes-block main{
    height: 345px;
    position: relative;
}
.div-status-class {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #3E9EBA;
    color: white;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.div-status-class.status-closed {
    background-color: #EC2A44;
}
.course-block footer{
    background-color: #fc7555;
    height: 40px;
    color: white;
}
.course-block footer .icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.course-block.classes-block footer{
    background-color: transparent;
}
.course-block.classes-block button{
    border-radius: 10px;
}
.btn.btn-classes-green {
    background-color: #adcf94;
    color: white;
}
.btn.btn-classes-blue {
    background-color: #3E9EBA;
    color: white;
}
.div-filter-classes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000054;
    z-index: 5;
}
.thubnail-classes {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
}


.instructor-clist{
    font-size: 13px;
    color: #787887;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.course-rating{
    font-size: 11px;
    color: white;
}
.course-rating .checked{
    color:#1c355e;
}
.course-rating .checked-vpage{
    color:#fc7555;
}

.course-title{
    margin-bottom: 0.8rem;
    margin-top: 20px;
}
.c-row{
    display: flex;
    flex-wrap: wrap;
}

.instructor-box{
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 6px 9px 0 hsla(0,0%,86%,.46);
    border: 1px solid #f0f0f5;
    border-radius: 10px;
    transition: transform .3s ease-out;
    cursor: pointer;
}
.instructor-box:hover{
    transform: scale(1.02);
    border: 1px solid #fc7555;
}
.instructor-box img {
    width: 100%;
    max-width: 100%;
}
.instructor-title{
    margin-top: 15px;
}
.instructor-box p{
    font-size: 13px;
}


footer .c-row{
    padding-top: 6px;
}
.course-price s{
    font-size: 0.80rem;
}

.learn-block {
    background-color: #f0f0f5;
    min-height: 400px;
    position: relative;
    margin-top: 40px;
}
.dblock-heading{
    margin-top: 70px;
}
.dblock-text{
    margin-top: 20px;
}
.learn-block .btn-ulearn{
    margin-top: 15px;
}

.instructor-block {
    background-color: #fff;
    position: relative;
}
#main-footer{
    background-color: #1c355e;
    min-height: 125px;
}
#c-copyright{
    color: #b8bbd9;
    font-size: 12px;
}
#main-footer ul li {
    color: #fff;
    line-height: 1.1;
    letter-spacing: 1px;
}
#main-footer ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
#main-footer ul li a:hover{
    text-decoration: underline;
}
.row-footer .col {
    max-width: 200px;
}
.row-footer .col ul {
    padding-left: 0;
}
.li-heading {
    color: #fc7555 !important;
}
.col-footer-left {
    border-right: solid #666 1px;
}

.subpage-slide-blue {
    color: #fff;
    background-color: #0D254C;
    position: relative;
    text-align: center;
    z-index: 10;
    font-family: Amariya, sans-serif;
}
.subpage-slide-blue.badge-gray {
    color: #fc7555;
    background-color: #f9f9f9;
}
.breadcrumb-item .underline{
    width: 100%;
    height: 5px;
    background-color: #fc7555;
    margin-top: 10px;
}

.image-footer {
    display: block;
    width: 125px;
    margin-bottom: 15px;
}
.m-vw-10 {
    margin: 10vw 0px;
}

.subpage-slide-blue h1{
    padding-top: 45px;
}
.breadcrumb-container{
    border-bottom: 1px #FC7555 solid;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.breadcrumb{
    padding: 0.75rem 0rem;
    background-color: #fff;
    font-size: 0.9rem;
}
.breadcrumb.breadcrumb-checkout {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.breadcrumb  li.breadcrumb-item.active{
    color: #555;
    font-weight: bold;
}

.breadcrumb.breadcrumb-checkout  li.breadcrumb-item.active{
    color: #0b3bc6;
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
   content: "»";
   padding-right: 0.2rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}
.breadcrumb-item a{
    color: #4671fb;
    text-decoration: none;
}
.breadcrumb-checkout .breadcrumb-item a{
    color: #414146;
}
.breadcrumb-item a:hover{
    color: #2a6496;
}

.blue-title{
    color: #fc7555;
    font-weight: bold;
    font-size: 1rem;
}
.ul-no-padding{
    padding-inline-start: 0;
}
.underline-heading{
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 10px;
    line-height: 2.3;
}
.underline-heading:after{
    width: 40px;
    height: 2px;
    position: absolute;
    content: "";
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #FC7555;
}

.custom-control-label {
    padding-left: 3px;
    font-size: 0.8rem;
    cursor: pointer;
}
.custom-control-label::before{
    width: 0.9rem;
    height: 0.9rem;
}
.custom-checkbox .custom-control-label::before{
    background: #fff;
    border-radius: 0;
    border: 1px solid #ced4da;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fc7555;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fc7555;
}
.page-item.active .page-link {
    background-color: #fc7555;
    border-color: #fc7555;
}
.page-link{
    border: 1px solid #ced4da;
}
.page-item.disabled .page-link {
    color: #414146;
    border-color: #ced4da;
}

.container-top-border{
    border-top: 1px solid rgba(216,216,216,0.5);
}

.login-page-seperator {
    background-color: #0D254C;
}
nav.secondary-nav.login-page-seperator {
    margin: 0;
}
nav.secondary-nav.login-page-seperator ul li a {
    padding: 0px;
    font-family: Avenirnextltpro, sans-serif;
}
.login-page-seperator.secondary-nav a.active{
    border-bottom: 1px solid #fc7555;
    font-weight: 700;
}
.rightRegisterForm{
    border: 1px solid rgba(216,216,216,0.5);
    border-radius: 4px;
    margin: auto;
    margin-top: 50px;
    background-color: white;
}
.rightRegisterForm.contacto-form {
    max-width: 750px;
}
.forgot-text{
    text-decoration: none;
    color: #fc7555;
}
.login-page-button{
    background-color: #fc7555;
    color: #fff;
    font-size: 0.9rem;
    line-height: 2.0;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
}
.login-page-button:hover{
    color: #fff;
}

a.social-btn{
    text-decoration: none;
    color: #fff;
}
.social-btn{
    color: #fff;
    font-size: 0.9rem;
    line-height: 2.0;
    text-align: left;
}
.social-btn i{
    font-size: 1.7rem;
}

.social-btn-sm{
    color: #fff;
    font-size: 0.7rem;
    line-height: 0.2;
    text-align: left;
    font-weight: 500;
}
.social-btn-sm i{
    font-size: 0.8rem;
}

.facebook-btn{
    background-color: #3B5A97;
}
.twitter-btn{
    background-color: #55acee;
}
.google-btn{
    background-color: #da4b3a;
}


.hr-container {
    display: flex;
    justify-content: center;
    line-height: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 20px 0;
}

.hr-inline {
    -webkit-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #D8D8D8;
    width: initial !important;
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.hr-inline {
    width: 44.2%!important;
}
.hr-text {
    width: initial !important;
    padding-left: 5px;
    padding-right: 5px;
    color: #cec3c3;
}

.hr-inline {
    -webkit-box-flex: 1;
    flex: 1;
    height: 1px;
    background: #D8D8D8;
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.cv-category-icon{
    width: 30px;
    float: left;
}
.cv-header{
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.8rem;
}
.cv-header i{
    font-size: 34px;
    color: #fc7555;
    margin-top: 0.1rem;
}
.cv-category-detail{
    line-height: 1.2;
}
.cv-category-detail span{
    color:#787887;
}
.cv-category-detail h4{
    color:#f24c0a;
}
.course-image img {
    display: block;
    width: 100%;
    max-width: none;
}
.cv-price{
    margin-top: 6px;
}

.preview-time{
 float: right;   
}


/*accordian*/
.card{
    border-radius: 0;
}
.card-header{
    padding: 0.2rem 1.25rem;
    background-color: #ecf5f8;
}
.card-header:first-child {
    border-radius: 0;
}
.btn-acc-head,.btn-acc-head:hover{
    font-weight: 500;
    color: #5e6165;
    background-color: transparent;
}
.btn-acc-head:focus{
    box-shadow: none;
}
.lecture-container{
    min-height: 35px;
}
.container > .lecture-container{
    border-bottom: 1px solid rgba(216,216,216,0.5);
}
.lecture-container i{
    color: #FC7555;
}
.accordian-icon{
    font-size: 0.8rem;
}
.course-feature{
    min-height: 300px;
    border: 1px solid #f0f0f5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.course-feature header{
    height: 55px;
    background-color: #FC7555;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.course-feature header h6{
    text-align: center;
    padding-top: 16px;
    color: #fff;
}
.cf-pricing span{
    color: #787887;
    font-weight: 500;
}
.cf-pricing{
margin: 17px 0px 17px 25px;
}
.cf-pricing-btn{
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 0.175rem 0.7rem;
    background-color: #00a500;
    margin-left: 3px;
}
.cf-pricing-li li{
    border-top: 1px solid #f0f0f5;
    padding: 10px 0;
    margin: 0 25px;
}
.cf-pricing-li li i{
    color: #FC7555;
    margin-right: 10px;
    width: 15px;
}

.course_preview_video .btn-play:hover{border-color:#fc7555;}
.course_preview_video .aligncenter img{-webkit-transition:0.25s ease;-o-transition:0.25s ease;transition:0.25s ease;-webkit-transition-property:color, background, border, visibility, opacity, left, right, top, bottom, width, height, -webkit-box-shadow, -webkit-transform;transition-property:color, background, border, visibility, opacity, left, right, top, bottom, width, height, -webkit-box-shadow, -webkit-transform;-o-transition-property:color, box-shadow, background, border, visibility, opacity, left, right, top, bottom, transform, width, height;transition-property:color, box-shadow, background, border, visibility, opacity, left, right, top, bottom, transform, width, height;transition-property:color, box-shadow, background, border, visibility, opacity, left, right, top, bottom, transform, width, height, -webkit-box-shadow, -webkit-transform;max-width:100%;height:auto;}
div.aligncenter{margin:0 auto 1.2em;}
.course_preview_video .aligncenter{position:relative;overflow:hidden;}
.course_preview_video .aligncenter img{display:block;max-width:none;width:100%;}
.course_preview_video .btn-play{z-index:2;position:absolute;color:#fff;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0, 0, 0, 0.2);font-size:50px;border:2px solid transparent;width:100%;height:100%;}
.course_preview_video .btn-play:hover + img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.course_preview_video a{color:#34c7dc;text-decoration:none;}
.course_preview_video a:hover,a:focus{text-decoration:none;}
.course_preview_video a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}



.tags-container ul{padding-left:2em;}
.tags-container > ul{padding:0;}
.tags-container > ul > li{margin-bottom:10px;}
.tags-container > ul > li > a{color:#777777;text-decoration: none;}
.tags-container > ul > li > a:hover{color:#fff;}
.tag-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}
.tag-list > li{margin-right:7px;margin-bottom:9px;}
.tag-list > li > a{display:block;border:1px solid #e8e8e8;border-radius:2px;font-size:13px;line-height:1.23077;padding:4px 8px;text-align:center;}
.tag-list > li > a:hover{background-color:#fc7555;border-color:transparent;}

.reviews-container{
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.reviews-container > .review-row:not(:last-child){
    border-bottom: 1px solid #e8e8e8;
}
.review-row{
    min-height: 100px;
    align-items: center;
}
.review-avatar{
    width: 48px;
    height: 48px;
}
.review-avatar-span{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    color: #787887;
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.review-avatar-image{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.review-time{
    color: #787887;
}

.ct-block{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-top: 20px;
}

.contact-icon{
    width: 40px;
    float: left;
    margin-right: 4px;
}
.contact-icon i{
    font-size: 42px;
    color: #fc7555;
}
.contact-detail{
    line-height: 1.4;
}
.contact-detail span{
    font-weight: 600;
}
.box-header{
    font-size: 15px;
    font-weight: 500;
    padding: 12.5px 25px;
    border-bottom: solid 1px #e8e8e8;
    width: 100%;
    text-align: center;
    color: #787887;
}
.heading-checkout {
    font-family: Amariya, sans-serif;
    text-align: center;
    font-weight: 700;
    color: #fc7555;
    font-size: 50px;
}
.image-checkout {
    width: 100%;
}
.map-block{
    padding-top: 52px;
}

.not-found-col{
    text-align: center;
}
.not-found-col span{
    font-size: 180px;
    color: #d4d4d4;
    line-height: 1.2;
}
.not-found-col span.blue{
    color: #fc7555;
}

.count-block {
    background-color: #ecf5f8;
    min-height: 230px;
    position: relative;
    margin-top: 40px;
}
.count-block .underline-heading{
    line-height:1.6;
    color: #fc7555;
}
.count-block .underline-heading:after{
    background-color: #fc7555;
}

.feature-box{
    width: 260px;
    height: 280px;
    box-shadow: 0 6px 9px 0 hsla(0,0%,86%,.46);
    border: 1px solid #f0f0f5;
    margin: 20px 18px 20px 0;
    transition: transform .3s ease-out;
    cursor: pointer;
}
.feature-box:hover{
    transform: scale(1.02);
    border: 1px solid #fc7555;
}
.feature-box i{
    font-size: 65px;
    margin-top: 20px;
    color: #fc7555;
    margin-left: 10px;
}
.feature-title{
    margin-top: 15px;
}
.feature-box p{
    font-size: 13px;
}

.instructor-profile-box{
    width: 260px;
    min-height: 300px;
    box-shadow: 0 6px 9px 0 hsla(0,0%,86%,.46);
    border: 1px solid #f0f0f5;
    cursor: pointer;
}
.social-icons{
    display: flex;
}
.social-icons li{
    padding: 20px 15px 10px 15px;
}
.social-icons i{
    font-size: 30px;
    color: #fc7555;
    width: 22px;
}
.inst-block{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
    margin-top: 10px; 
}
.instructor-contact i{
    color: #fc7555;
    font-weight: bold;
    font-size: 20px;
}
.delete-course{
    color: #f24c0a;
}
.cart-summary{
    min-height: 400px;
    border: 1px solid #f0f0f5;
}
.cart-summary header{
    height: 55px;
    background-color: #fc7555;
}
.cart-summary header h6{
    text-align: center;
    padding-top: 16px;
    color: #fff;
}
.cart-total{
    text-align: center;
}
.cart-total h4,h3{
    margin-bottom: 0.1rem;
    margin-top: 0;
}
.cart-total h4{
    color: #00a500;
}
.cart-total span{
    color: #787887;
    font-weight: 500;
}
.cart-total s{
    font-size: 1rem;
}
.checkout-btn{
    background-color: #fc7555;
    color: #fff !important;
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 500;
}
.checkout-clist{
    display: inline-block;
    border-radius: 3px;
    background-color: transparent;
    font-size: 0.9rem;
    color:#fc7555;
    border:1px solid #fc7555;
    font-weight: 500;
}
.checkout-clist:hover{
    color:#fc7555;
}
.delete-review,.delete-review:hover,.delete-review:focus{
    background-color: #f24c0a;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
    box-shadow: none;
}
.apply-coupon{
    padding-top: 0.220rem;
    padding-bottom: 0.220rem;
}
.c-price-checkout{
    color: #00a500;
}
.c-price-checkout s{
    color: #414146;
    font-size: 0.7rem;
}
.c-price-total{
    color: #fc7555;
}
.c-price-total span{
    color: #787887;
    font-size: 0.7rem;
}
/*jquery validate error css */
label.error,
label.recaptcha-error {
    color: red !important;
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.container-recaptcha {
    position: relative;
    z-index: 5;
}
.recaptcha_field {
    position: absolute;
    z-index: 0;
    opacity: 0;
}

.clear-filters{
    font-size: 13px;
    color: #787887;
    display: block;
    font-weight: 500;
}
a.clear-filters,a.clear-filters:hover{
    text-decoration: none;
    color: #787887;
}
.become-instructor{
    color: #fc7555;
    font-weight: 500;
    cursor: pointer;
}
.becomeInstructorForm{
    border: 1px solid rgba(216,216,216,0.5);
    border-radius: 4px;
    margin: 0 50px 50px 50px;
}
.bi-header{
    border-bottom: 0;
    color: #fc7555;
}
.bi-header .close{
    padding: 0.0rem;
    margin: 0.0rem 0rem -1rem -1.1rem;
}
.bi-header-seperator-head:before{
    max-width: 50px;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: -4px;
    left: 50%;
    right: auto;
    background-color: #fc7555;

}
.bi-header-seperator-head:after{
    max-width: 250px;
    background-color: rgba(216,216,216,0.5);
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: -4px;
    left: 50%;
    right: auto;
}
#logo img{
    width: auto;
    height: 42px;
    margin-bottom: 0px;
}

.row-post {
    border-bottom: 1px #e8e8e8  solid;
}
.link-post {
    color: #000;
    text-decoration: none;
}
.link-post:hover {
    color: #fc7555;
    text-decoration: none;
}
.row-post:hover  {
    border-bottom: 1px #fc7555  solid;

}
.post-avatar {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.icon-post-chat {
    margin-left: 10px;
    margin-right: 20px;
    color: #000;
    cursor: pointer;
}
.icon-post-chat:hover i {
    color: #fc7555;
}
.icon-post-chat.active i {
    color: #fc7555;
}
.col-post-paragraph {
    color: #000;
}
.col-post-paragraph b{
    color: #fc7555;
}
.col-post-paragraph span{
    color: lightgrey;
}
.row-post .btn{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}

.review-time .text-red {
    color: #fc7555;
    text-transform: capitalize;
    margin-left: 5px;
}

.card-post {
    border: 0;
}

.card-post .card-header {
    background: none;
    border: none;
}

.card-post .card-body {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}
.card-footer-post {
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: left;
}
.div-icon-post {
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: left;
}

.card-post .btn {
    color: #fc7555;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    background: none;
    border: 1px #000 solid;
}
.card-post .btn.btn-comment{
    color: #fff;
    background-color: #fc7555;
    border-color:#fc7555;
}
.card-post .btn i{
    color: #000;
}
.card-post .btn:hover {
    color: #fff;
    background: #fc7555;
    border-color:#fc7555;
}
.card-post .btn.btn-comment{
    color: #fff;
    background-color: #fc7555;
    border-color:#fc7555;
}
.card-post .btn:hover i{
    color: #fff;
}
.heading-comment b {
    font-size: 13px;
}

.comment-id {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: lightgrey;
    margin: 5px;
}
.responded-id {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: lightgrey;
    margin: 5px;
}

.card-comment {
    background-color: #f9f9f9;
}
.card-comment textarea{
    border: 0;
    min-height: 40px;
    max-height: 200px;
}

.comment-upload-image {
    position: relative;
    overflow: hidden;
    display: inline;
    cursor: pointer;
}
.comment-upload-image button {
    position: relative;
    z-index: 0;
}
.comment-upload-image .item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
}
.container-dashboard {
    max-width: 1500px;
    margin-bottom: 80px;
}
.container-dashboard .row {
    margin-right: 0px;
    margin-left: 0px;
}
.container-dashboard .col {
    color: white;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
}

.col-dashboard {
    text-align: center;
    color: white;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.col-dashboard:hover {
    color: white;
    text-decoration: none;
}
.div-dashboard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 40vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 20px;
}
.div-dashboard.min {
    min-height: 30vh;
}
.div-dashboard.large {
    min-height: 50vh;
}
.div-dashboard:hover {
    border-color: #fc7555;
}
.div-dashboard h3 {
    margin-bottom: 30px;
}
.div-dashboard p {
    margin-bottom: 0px;
    line-height: 16px;
}

.col-products {
    border: solid 1px #dadada;
    border-radius: 5px;
}
.alert {
    border-left: 0;
    border-right: 0;
    font-weight: 500;
    border-radius: 0;
}

.row-checkout {
    background-color: #f9f9f9;
    border-radius: 5px;
}
.bg-register {
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-image: url("../img/bg-registro.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-register.login {
    background-image: url("../img/bg-login.jpg");
}
.bg-register.reset {
    background-image: url("../img/bg-contacto.jpg");
}

.breadcrumb {
    margin-bottom: 0;
}
.row.contact .col {
    min-width: 270px;
}
.row.contact .col .contact-icon {
    width: 30px;
    margin-right: 10px;
}
.row.contact .col .contact-icon i {
    font-size: 30px;
    color: #FC7555;
}
.container-white {
    background-color: #FCFAF8;
    border-radius: 40px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.progress-bar.progress-checkout {
    transition: width 1.5s;
}

.container-merch {
    background-color: #F1F1F1;
}

.container-merch .card {
    background-color: transparent;
    text-decoration: none;
}
.container-merch .card:hover .card-img {
    border-color: #D11615;
}
.container-merch .card-img {
    height: 25vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    border: transparent 1px solid;
    transition: border ease 0.5s;
}
.container-merch .card-title {
    font-weight: 400;
}
.container-merch .card-price {
    color: #D11615;
}
.container-merch .label-color {
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    margin-inline: 5px;
    border-radius: 2px;
    transition: transform ease 0.2s;
}
.container-merch .label-color.big {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.container-merch .label-color.active,
.container-merch .label-color.big:hover{
    transform: scale(1.2);
}
.container-merch .label-size {
    font-size: 16px;
    font-weight: 600;
    background-color: white;
    border: #003049 1px solid;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 4px 25px;
    border-radius: 14px;
    cursor: pointer;
}
.container-merch .label-size.active,
.container-merch .label-size:hover {
    background-color: #A9BBD0;
}
.container-merch .container-image img {
    border-radius: 20px;
}
.container-merch .product-image {
    display: block;
    height: 8vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.container-merch .product_price {
    display: inline-block;
    color: #ffffff;
    background-color: #D11615;
}
.container-merch .product-form .btn {
    color: #ffffff;
    background-color: #D11615;
    border-radius: 30px;
    position: relative;
}
.container-merch .product-form .btn.no-stock{
    background-color: gray;
}
.container-merch .col-product-detail .card {
    border: none;
    border-bottom: 1px solid #A9BBD0 !important;
}
.container-merch .col-product-detail .card-body {
    color: #3C3C3C;
    font-weight: 400;
}
.container-merch .btn.dropdown-toggle {
    position: relative;
}
.container-merch .btn.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto 20px auto auto;
}
.container-merch .card-header {
    background-color: transparent;
    border: none;
}
.container-merch .stock-dot {
    background-color: grey;
    width: 14px;
    height: 14px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 100%;
}
.container-merch .stock-dot.active {
    background-color: green;
}
.container-merch .stock-count {
    font-size: 16px;
}
.underline {
    width: 100%;
    height: 1px;
    background-color: #A9BBD0;
}

.modal-kart .modal-header,
.modal-kart .modal-footer {
    border-color: #A9BBD0;
}

.modal-kart .kart-list li:not(:last-child) {
    border-bottom: 1px solid #A9BBD0;
}

.counter-wrapper {
    min-width: 150px;
    font-size: 18px;
    padding: 10px 4px;
    border: 1px solid #D11615;
    border-radius: 16px;
}
.kart-decrease,
.kart-increase {
    font-size: 28px;
    padding: 6px 10px 10px;
    line-height: 14px;
    border: 0;
    outline: 0!important;
    background-color: transparent;
}
.kart-qty {
    padding-inline: 10px;
    font-weight: 500;
}
.cart-remove {
    background-color: transparent;
}
.modal-footer .btn-block {
    background-color: transparent;
    border-color: #D11615;
    border-radius: 30px;
    color: #414146;
}
.modal-footer .btn-block:hover {
    color: white;
    background-color: #D11615;
}
.icon-payment {
    width: auto;
    height: 24px;
}

.body-checkout {
    background-color: #f1f1f1;
}
.image-item-checkout {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    border: 2px solid #F1F1F1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.badge-qty {
    padding-inline: 6px;
    position: absolute;
    top: -8px;
    right: -5px;
    z-index: 10;
    font-size: 12px;
    font-weight: 700;
    color: white;
    background-color: black;
    border: 2px solid #F1F1F1;
    border-radius: 8px;
}

@media (max-width: 992px){
    .preview-time{
        float: left;
    }
    .not-found-col span{
        font-size: 80px;
    }
    .div-dashboard h3 {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }
    .m-vw-10 {
        margin: 100px 0px;
    }
    .m-vw-10.contact {
        margin-bottom: 0;
    }
    .bg-register {
       position: relative;
        width: 100%;
        height: 60vw;
    }
    .container-merch .card-img {
        height: 35vw;
    }
}

@media (max-width: 768px){
    .div-dashboard {
        padding: 30px 5px;
        min-height: 30vh;
    }
    .container-merch .card-img {
        height: 40vw;
    }
    .container-merch .product-image {
        height: 15vw;
    }
}

@media (max-width: 576px){

    .breadcrumb{
        padding:20px;
    }
    .row-post .btn{
        margin-left: auto;
        margin-right: auto;
    }
    .card-post .card-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .card-footer-post {
        display: block;
    }
    .subpage-slide-blue h1 {
        font-size: 1.8rem;
    }
    .bg-register {
        height: 100vw;
    }
    .div-dashboard,
    .div-dashboard.min,
    .div-dashboard.large {
        padding: 30px 5px;
        min-height: 200px;
    }
    .div-dashboard.min {

    }
    .container-white {
        width: 90%;
    }
    .container-merch .card-img {
        height: 100vw;
    }
    .counter-wrapper {
        min-width: 120px;
    }
}

@font-face {
    font-family: 'Avenirnextltpro';
    src: url('../fonts/avenir/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenirnextltpro';
    src: url('../fonts/avenir/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Amariya';
    src: url('../fonts/amariya/Amariya-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
