@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*  KIUBIX THEME */

/************   GENERAL     *************/

body {
    background-color: #f7f7f7!important;
    font-family: 'Roboto', sans-serif;
}

.logo {

}

.font-bold {
    font-weight: 600!important;
}

.font-normal  {
    font-weight: normal!important;
}

 .primerdiv{
  padding-top:calc(100% / 13);
  padding-right:20px;
  margin-right: 20px;
  min-height: 100vh;
  background-size: cover;
  background-position-x: right;
  } 

  .seconddiv{
  padding-top:calc(100% / 14);
  padding-right:20px;
  margin-right: 20px;
  min-height: 100vh;
  background-size: cover;
  background-position-x: right;
  }



.footer {
    width: 100%;
    height: 65px;
    font-size: 13px;
    font-weight: normal;
    background-color: #4A4A4A;
    text-align: center;
    color: #BFBFBF;
    position: absolute;
    z-index: 999;
    bottom: 0;
}

/*.footer .col-md-2 {
    border-right: 1px solid #BFBFBF!important;
}*/

/************   NAVS     ***************/
.menu-container {
    background: #AA161B;
    font-weight: bold;
}

.menu-container li a {
    color: #FFF!important;
}

.menu-container li a:hover,
.menu-container li:hover a {
    color: #4A4A4A!important;
}

.menu-container ul.normal-sub>li a{
    color: #4A4A4A!important;
}

.menu-container ul.normal-sub>li a:hover{
    background: #4A4A4A!important;
    color: #FFF!important;
}

.mega-menu {
    font-weight: 600;
    color: #4A4A4A!important;
    font-size: 14px;
}

.card .header .dropdown-menu li a:hover {
    background-color: #FF3333!important;
    color: #fff!important;
}

/************   PANELS     *************/
.panel,
.card {

}

.panel > .panel-body,
.card > .card-body {
    padding: 20px;
    background-color: #FFF!important;
    border-radius: 0px 0px 0px 0px;
}

#leftsidebar .menu {
    background-color: #0F0F0F;
    color: #FFF;
}

.card > .card-header {
    background-color: #FFF;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0px 0px 0px 0px;
    color: #4A4A4A;
    border-bottom: none;
}



/************   BUTTONS     *************/

.form-check.remember {
    color: #4A4A4A;
    font-size: font-size: 11px;
}

.btn.btn-forgot {
    color: #E11A21;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-banner-sign-up {
    background: #FFF!important;
    color: #003449!important;
    border-width: 1px;
    border-radius: 0px !important;
    padding: 11px 23px;
}

.btn-banner-sign-up:hover {
    background: #cfcfcf!important;
    color: #003449!important;
}

.btn-banner-sign-up.active,
.btn-banner-sign-up:active,
.btn-banner-sign-up:focus {
    background: #0376b1!important;
    color: #FFF!important;
}

.btn.btn-login {
    background: #E11A21;
}

.btn.btn-login-singup {
    background: #4A4A4A;
    color: #FFF!important;
}

.btn.btn-register {
    background: #aa161b;
    color: #FFF!important;
}

.btn-enter,
.btn-enter:hover {
    background: #FF3333;
    color: #FFF!important;
}
.btn-buy,
.btn-buy:hover {
    background: #FF3333;
    color: #FFF!important;
}
.btn-subscribe,
.btn-subscribe:hover {
    background: #FF3333;
    color: #FFF!important;
}

.btn-search-all,
.btn-search-all:hover {
    background: #FF3333;
    color: #FFF!important;
    width: 100%;
}

.btn-filters .btn {
    background: #E5E5E5!important;
    color: #4A4A4A!important;
    border-width: 1px;
    border-radius: 0px !important;
    padding: 11px 23px;
    font-weight: bold;
    margin-right:0px;
}

.btn-filters .btn:hover {
    background: #4A4A4A!important;
    color: #FFF!important;
}

.btn-filters .btn.active,
.btn-filters .btn:active,
.btn-filters .btn:focus {
    background: #4A4A4A!important;
    color: #FFF!important;
}


.btn-card-price-course {
    width: 75%;
    color: #FFF!important;
    background-color: #009688;
}


.btn-card-price-course:hover {
    background-color: #037B70;
}

.btn-card-price-course.active,
.btn-card-price-course:active,
.btn-card-price-course:focus  {
    background-color: #1e7e34;
    border-color: #1c7430;
}


.btn-card-in-course {
    width: 54%;
    color: #FFF!important;
    background: #E11A21 !important;
}

.btn-card-in-course:hover {
    background: #E11A21 !important;
}

.btn-card-in-course.active,
.btn-card-in-course:active,
.btn-card-in-course:focus  {
    background: #43C2EF;
}

.badge.ok {
    background: #BFBFBF;
    color: #FFF;
}

.badge.notok {
    background: #FF3636;
    color: #FFF;
}

.badge.coach-info {
    background: #FFFFFF;
    color: #FF3333;
}

.course-card-container .card-footer {
    background: #FFFFFF;
}

li.comment-row {
    border-bottom: solid 1px #d9d9d9!important;
}

.btn-card-more-course {
    width: 25%;
    background-color: #4A4A4A;
    color: #FFF!important;
}

.btn-card-more-course:hover {
    background-color: #4A4A4A;
}

.btn-card-more-course.active,
.btn-card-more-course:active,
.btn-card-more-course:focus  {
    background-color: #FF3333;
    border-color: #4ab574;
}



a:not(.btn) {
    color: #0F0F0F !important;
}

a:not(.btn):hover {
    color: #E11A21 !important;
}

a.btn-danger,
a.btn-danger:hover,
a.btn-warning,
a.btn-warning:hover,
a.btn-info,
a.btn-info:hover,
a.btn-success,
a.btn-success:hover,
a.btn-primary.inverse,
a.btn-primary.inverse:hover {
    color: #FFF!important;
}

#leftsidebar .menu a:not(.btn) {
    color: #FFF!important;
}

#leftsidebar .menu a:not(.btn):hover {
    color: white!important;
}

#leftsidebar .menu .header {
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #E11A21;    
    text-transform: uppercase;
}

.btn-silver {
    background: #FFF!important;
    color: #003449!important;
}

.btn-silver:hover {
    background: #cfcfcf!important;
    color: #003449!important;
}

.btn-silver:active,
.btn-silver:focus,
.btn-silver.active {
    background: #0376b1!important;
    color: #FFF!important;
}

.btn-primary.inverse {
    background: #FF3333!important;
}

.btn-primary.inverse:hover {
    background: #186da5!important;
}

.btn-primary:not(.inverse) {
    color: #FFF!important;
    background: #FF3333!important;
    border-radius: 0 !important;
    border-color: #FF3333!important;
}

.btn-primary:not(.inverse):hover {
    background: #FF3333!important;
}

.btn-primary:not(.inverse):active,
.btn-primary:not(.inverse):focus,
.btn-primary.active:not(.inverse) {
    background: #4A4A4A !important;
    color: #FFF!important;
}

.btn-success {
    background-color: #009688;
}

.btn-success:hover {
    background-color: #037B70;
}

.btn-success:active,
.btn-success:focus {
    background-color: #01756A;
}

.theme-cyan .btn-primary {
    background: #49c5b6;
}

.nav-tabs>.nav-item>.nav-link {
    border: 1px solid #E5E5E5 !important;
    background: #E5E5E5!important;
    font-weight: bold!important;
    color: #4A4A4A!important;
    border-radius: 0px;
}

.nav-tabs>.nav-item>.nav-link:hover {
    border: 1px solid #4A4A4A !important;
    background: #4A4A4A!important;
    color: #FFFFFF!important;
    border-radius: 0px;
}

.nav-tabs>.nav-item>.nav-link:active,
.nav-tabs>.nav-item>.nav-link:focus,
.nav-tabs>.nav-item>.nav-link.active {
    border: 1px solid #4A4A4A !important;
    background: #FF3333!important;
    color: #FFFFFF!important;
    border-radius: 0px;
    border-color: #43C2EF!important;
}

.pagination .page-item>.page-link {
    color: #4A4A4A!important;
    font-size: 11px;
    font-weight: bold;
}

.pagination .page-item.active>.page-link,
.pagination .page-item.active>.page-link:focus,
.pagination .page-item.active>.page-link:hover  {
    background-color: #FF3333!important;
    border-color: #FF3333!important;
    color: #FFF!important;
}

.card.profile-header.bg-dark {
    background-color: #E5E5E5!important;
    border-radius: 4px 4px 0px 0px;
}

.card.profile-header.bg-blue {
    background-color: #0f0f0f !important;
    border-radius: 4px 4px 0px 0px;
}

.profile-image > .fad {
    font-size: 100px;
    color: #fff;
}

.profile-card-info-col h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}

.profile-card-info-col .job_post {
    color: #4A4A4A;
}

.badge.badge-success {
    border-color: #FF3333;
    background: #FFFFFF;
    color: #FF3333;
}

.badge.badge-warning {
    border-color: #FFCC00;
    background: #FFFFFF;
    color: #FFCC00;
}

.badge.badge-danger {
    border-color: #FF6666;
    background: #FFFFFF;
    color: #FF6666;
}

.badge.badge-info {
    border-color: #6A99F1;
    background: #FFFFFF;
    color: #6A99F1;
}


/************   HOME PAGE     *************/

.banner-home-page {

}

.banner-home-page .panel .panel-body{
    background-position: right top;
    background-size: cover;
    border-radius: 0px;
    height: 70vh;
    max-height: 500px;
}

.banner-home-page .panel .panel-body h2{
    color: #FFF;
    font-weight: 600;
    font-size: 35px;
}

.banner-home-page .panel .panel-body img{
    width: 40%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.banner-home-page .panel .panel-body .red-line {
    background-color: rgba(18, 57, 87, 0.7);
    margin-top: 5px;
    margin-bottom: 20px;
    width: 75%;
}

.banner-home-page .panel .panel-body .red-line > div {
    font-size: 22px;
    color: #FFF;
    padding: 10px 5px;
}

.row-home-page {
    margin-top: 20px;
    margin-bottom: 20px;
}

.row-home-page .panel .panel-body {
    border-radius: 0px;
}


@media (max-width: 500px) {
    .banner-home-page .panel .panel-body h2{
        font-size: 25px;
    }

    .banner-home-page .panel .panel-body .red-line div{
        font-size: 14px;
    }

    .banner-home-page .panel .panel-body {
        background-attachment: fixed;
        background-position: center;
    }

    .banner-home-page .panel .panel-body .btn {
        margin: 3px!important;
    }

    .row-home-page .panel .panel-body .text-exclusive {
        font-size: 45px;
    }

}

/************   ALERTS     *************/

.alert.alert-success {
    background-color: #009688;
    font-weight: bold;
}

.alert.alert-info {
    background-color: #3599E1;
    font-weight: bold;
}

.alert.warning {
    background-color: #DDA704;
    font-weight: bold;
}

.alert.alert-danger {
    background-color: #CF1E2C;
    font-weight: bold;
}

.alert.alert-dark{
    background-color: #707070;
    font-weight: bold;
}


/************   LOGIN     *************/

.img-logo {
    max-width: 300px;
    width: 74%;
}

.content-login,
.content-login:hover {
    color: #FFF !important;
}

.content.bg-anon {
    background-attachment: fixed;
    background-size: cover;
}

/************   SIDEBAR     *************/

#leftsidebar {
    background-color: #FFF;
}


.category-name{
    background: #FFCC00;
    font-weight: 500;
    font-size: 10px;
    color: black;
}

.text-exclusive {
    color: #2E366C;
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
}

.text-exclusive i{
    font-size: 80px;
}

.chart-course-card-row {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.chart-course-card {
    margin: 40px 0px;
}

.chart-course-card > span {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

.title-detail {
    color: #003449;
    font-size: 20px;
    font-weight: 600;
}

.title-body {
    color: #003449;
}

.card.course-header .chart-course-card-row {
    position: relative;

}

.card.course-header .chart-course-card-row .chart-course-card {
    margin: 10px 0px;
}

.inner.btn-group {
    width: 100%;
}


.card-footer.inverse {
    background-color: #2E366C;
    color: #FFF;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
}

.card-footer.inverse .link-text{
    color: #FFF!important;
}

.card-footer {
    background-color: #BFBFBF;
    color: #E5E5E5;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
}

.card-footer .text-footer {
    padding:25px;
    text-align: center;
}

.card-footer .btn-footer {
    text-align: center;
    padding: 11px;
}

.swal-button-container .swal-button{
    background-color: #FF3333;
    color: #FFF!important;
}

.swal-button-container .swal-button:hover{
    background-color: #FF3333;
}

.swal-footer {
    background: #090909!important;
}

.swal-icon--success__line {
    background: #009688!important;
}

.bg-danger {
    background-color: #FF3636 !important;
    color: #FFF !important;
}

.block-header-progress .progress-bar.progress-bar-success {
    background-color: #FF3636 !important;
}

.navbar-brand-main {
    margin: .5rem;
    padding: 0px
}

.banner-home-page .panel .panel-body img {
    margin-top: 10% !important;
}

.tooltip .tooltip-inner {
    background-color: #4A4A4A;
    color: #FFF;
}

.scorm-content .card.bg-dark {
    background-size: cover;
    background-attachment: fixed;
}

.fc .fc-view-container .fc-event {
    padding: 3px 5px;
    font-size: 12px;
    background-color: #FF3333;
    border: 0;
    color: #FFF!important;
    border-left: 3px solid;
}

.lp-view-controls a {
     color: #FFF!important;
}

.chart-course-level-progress {
    position: relative;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.chart-course-level-progress {
    margin: 0px 0px;
}

.chart-course-level-progress > span  {
    display: block;
    position: absolute;
    top: 45%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

.progress-level-label {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 11px;    
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.title-detail {
    color: #ff3333;
    font-size: 20px;
    font-weight: 600;
}

.title-body {
    color: #003449;
}

.card.course-header .chart-course-card-row {
    position: relative;

}

.card.course-header .chart-course-card-row .chart-course-card {
    margin: 10px 0px;
}

.lp-view-info-chart-progress > span  {
    display: block;
    position: absolute;
    top: 53%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.lp-view-layout .progress-bar-success{
    background: red;
}

.lp-view-layout .lp-view-list-options {
    list-style: none;
}

.lp-view-layout .lp-view-list-options .dropdown-menu a {
    font-size: 12px!important;
    color: #000!important;
}

.lp-view-layout .lp-view-controls{
    background: #0F0F0F;
}

.btn-access-bar a {
    padding: 10px!important;
    border-width: 1px;
    border-radius: 30px!important;
}

.course-header .navbar a {
    color: #FFF!important;
}

.banner-home-page .form-control {
    background-color: #EEEEEE;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2c2c2c;
    line-height: normal;
    font-size: .8571em;
}


.navbar-nav .nav-social {
    color: #FF3333 !important;
}

.p-color-theme-bold{
    color: #FF3333;
    font-weight: bold;
}

.p-title-courses{
    color: #FF3333;
    font-weight: bold;
    text-transform: uppercase;
}

.h2-theme-may{
    text-transform: uppercase;
    color: #0F0F0F;
    font-weight: bold;
}

.img-foot-k{
    position: absolute;
    max-width: 87px;
    top:-8px
} 

    .fmobil{
        text-align:  right;
    }
@media only screen and (max-width: 959px) {

 .primerdiv{
      padding-top:calc(100% / 5);
      padding-right:20px;
      margin-right: 20px;
      min-height: calc(100vh - 64px);
      background-size: cover;
      background-position-x: right;
  }
  .card-footer .text-footer{
        padding: 1px;
        text-align: center;
        font-size: 13px;
    }
    
    .panel > .panel-body, .card > .card-body{
        padding: 10px;
        background-color: #FFF!important;
        border-radius: 0px 0px 0px 0px;
    }

    .img-logo{
        max-width: 300px;
        width: 99%;
    }

    .img-foot-k{
        position: fixed;
        max-width: 87px;
        top: 11px;
    }

    .cmobil{
        text-align-last:  center;
    }    
    .fmobil{
        text-align:  left;
    }
}


/* pantallas menores a 377 celular */
@media (max-width: 377px) {
    .seconddiv{
        padding-top:calc(100% / 5);
        padding-right:20px;
        margin-right: 20px;
        min-height: calc(100vh - 64px);
        background-size: cover;
        background-position-x: right;
    }

    .footer {
        width: 100%;
        height: 65px;
        font-size: 13px;
        font-weight: normal;
        background-color: #4A4A4A;
        text-align: center;
        color: #BFBFBF;
        position: relative;
        z-index: 999;
        bottom: 0;
    }
}
