@charset "UTF-8";
/* Your custom styles */
/* http://preview.themeforest.net/item/lovefit-fitness-video-training/
full_screen_preview/18363013?_ga=2.229186907.639183414.1657387302-1776544289.1653492080 */

.div-sm {
    width: 40px;
    height: 4px;
    background-color: var(--color-primary);
    margin: 20px 0;
}

/* header */
#header_menu {
    background-color: var(--color-black);
}

/* ================================================================================
index
================================================================================ */
/* hero */
.hero-list {
    display: flex;
    justify-content: center;
}
.hero-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hero-list li {
    text-align: left;
    margin-bottom: 5px;
}
.hero-list li span {
    vertical-align: middle;
    color: var(--color-primary);
    font-size: 22px;
}

/*  */
.btn-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto 20px;
}
.btn-play .icon {
    color: var(--color-primary);
    font-size: 45px;
    line-height: 0;
    margin-left: 8px;
}


/* ================================================================================
suscribir
================================================================================ */
.stepper-top {
    margin-bottom: 20px;
}
.wizard .steps>ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.wizard .steps>ul>li {
    width: 100%;
}
.wizard .steps>ul>a, 
.wizard .steps>ul>li {
    flex-basis: 0;
    flex-grow: 1;
}
.wizard .steps .current a, 
.wizard .steps .current a:active, 
.wizard .steps .current a:hover {
    background-color: rgba(250, 91, 51, 0.2);
    color: #495057;
}
.wizard .steps>ul>li a {
    background-color: rgba(250, 91, 51, 0.08);
    color: #495057;
    display: block;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
.wizard .steps .current a .number, 
.wizard .steps .current a:active .number, 
.wizard .steps .current a:hover .number {
    background-color: var(--color-primary);
    color: #fff;
}
.wizard .steps .number {
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-block;
    height: 38px;
    line-height: 34px;
    margin-right: 0.5rem;
    text-align: center;
    width: 38px;
}



.card-plan {
    margin-bottom: 20px;
    border: solid 1px #ddd;
}
.card-plan .head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: var(--color-white);
    background-color: var(--color-black);
}
.card-plan .head::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/plan/plan-head-1m.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
}
.card-plan .head.m1::before {
    background-image: url(../img/plan/plan-head-1m.jpg);
}
.card-plan .head.m3::before {
    background-image: url(../img/plan/plan-head-3m.jpg);
}
.card-plan .head.m6::before {
    background-image: url(../img/plan/plan-head-6m.jpg);
}
.card-plan .head.a1::before {
    background-image: url(../img/plan/plan-head-1a.jpg);
}
.card-plan .head.challenge::before {
    background-image: url(../img/plan/plan-head-challenge.jpg);
}
.card-plan .head.yoga::before {
    background-image: url(../img/plan/plan-head-yoga.jpg);
}
.card-plan .head .title {
    position: relative;
    font-size: 18px;
}
.card-plan .content {
    padding: 20px;
}
.card-plan .price-plan {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
}
.card-plan .price-plan small {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.card-plan .list ul li {
    margin-bottom: 10px;
}
.card-plan .list ul li::marker {
    color: var(--color-primary);
}


/* ================================================================================
media queries
================================================================================ */
@media (max-width: 1200px) {
    .hero-image img {
        width: 100px;
    }
    /*  */
    .hero-list li {
        margin-bottom: 2px;
    }
}