.ver {
    margin-top: -6px;
    margin-bottom: 6px;
    cursor: pointer
}
.tuto {
    cursor: pointer
}
.tutorial {
    display: none
}
.card-footer {
    padding-top: 18px;
    padding-bottom: 18px
}
.form-group {
    margin-bottom: 15px !important;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ecc378;
    border-color: #ecc378;
}
.show-hide-sidebar span,
.show-hide-sidebar span:after,
.show-hide-sidebar span:before,
.hamburger span,
.hamburger span:after,
.hamburger span:before {
    /*background: #ecc378;*/
}
.sub-menu {
    color: #ecc378;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 20px;
    display: none;
}
.ocultar-menu {
    display: block
}
.listado {
    color: #ecc378;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 20px;
}
.sub-listado {
    display: none
}
.clase-subtitle {
    color: #000;
    background-color: #CEECF5 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}
.clase-completa {
    color: #000;
    background-color: #f7ebd5;
    border-color: rgba(0, 0, 0, 0.2);
}
.clase-completa:hover,
.clase-activa {
    color: #000;
    background-color: #ead7b3 !important;
    border-color: rgba(0, 0, 0, 0.2);
}
.list-completado {
    padding-right: 160px
}
.completado {
    color: #ce8c14;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 20px;
    border: solid 1pt #ce8c14;
    font-size: 12px;
    padding: 6px 8px 3px 8px;
    line-height: 12px;
    border-radius: 2px;
}
.card {
    margin-bottom: 15px;
}
.header-entrenamientos {
    height: 460px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #FFF;
    background-image: url("/assets/members/escuela/bg-escuela.jpg");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    margin-left: 0;
    margin-right: 0;
}
.header-reto {
    height: 180px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #FFF;
    background-image: url("/assets/img/members/escuela/bg-escuela.jpg");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    margin-left: 0;
    margin-right: 0;
}
.btn-orange {
    background-color: orange;
}
.card-reto {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    background: #000;
    color: #ecc378
}
.reto-body {
    font-size: 20px;
    line-height: 28px;
}
.reto-body-title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
}
.reto-body-subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}
.reto-ol {
    padding: 0 30px;
    margin-bottom: 1rem
}
.reto-ul {
    padding: 0 30px;
    margin-bottom: 1rem;
    list-style: initial
}
.reto-ul-2 {
    padding: 0 30px;
    margin-bottom: 1rem;
    list-style: square
}
.reto-ul-circle {
    padding: 0 30px;
    margin-bottom: 1rem;
    list-style: circle
}
/* li { margin-bottom: 8px; }*/
.m-b-r {
    margin-bottom: 8px;
}
.bg_standard {
    background: #f5deb3 !important;
    /*color: white*/
}
.bg_premium {
    background: #e3e4e5 !important;
    /*color: white*/
}
.bg_vip {
    background: #9fe6fa !important;
    /*color: white*/
}
.title-soporte {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: bold
}
.mail-soporte {
    font-size: 24px;
    line-height: 30px
}
.price-card-amount {
    white-space: normal !important;
    /*line-height: 20px !important*/
}
.statistic-box .number {
    padding: 32px 10px 0 10px;
}
.btn-western, .btn-western:hover {
    background: #fbe108;
    border-color: #000;
    color: #000 !important;
}