@font-face {
    font-family: 'didot';
    src: url(../font/GFSDidot-Regular.ttf);
}

@font-face {
    font-family: 'leaguespartan';
    src: url(../font/LeagueSpartan-Regular.ttf);
}

@font-face {
    font-family: 'forum';
    src: url(../font/Forum-Regular.ttf);
}

.row>* {

    padding-right: calc(var(--bs-gutter-x) * .0);
    padding-left: calc(var(--bs-gutter-x) * .0);

}

.navbar-brand {
    font-family: 'didot', sans-serif !important;
}

.nav-link {
    font-family: 'leaguespartan';
}

.pprincipal {
    background-image: url(../img/fondoprincipal.jpg);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.ltext {
    width: 50%;
    text-align: center;
    padding: 0% 5%;
    align-items: center;
    text-align: center;
}

.ltext h1 {
    font-family: 'didot', sans-serif !important;
    align-items: center;
    font-size: 6rem;

}

.lltext h3 {
    font-size: 2rem;
    padding: 0% 5%;
    text-align: center;
}

.lltext {
    display: flex;
    align-items: center;
    text-align: center;
}

.lltext::before,
.lltext::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #000000;
    margin: 0rem;
}

.dot {
    font-size: 2rem;
    margin: 0 3px;
    color: #544275;
    animation: pulse 3s infinite;
    position: relative;
    display: inline-block;
    text-align: center;
}

@keyframes pulse {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(.8);
    }
}

.cclass {
    padding: 10% 5%;
}

.card {
    --bs-card-border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
}

.card-overlay {
    position: relative;
    height: 500px;
    border-radius: 50px !important;
    padding: 5%;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 5% 0%;
}

.card-overlay h5 {
    font-family: 'leaguespartan';
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.card-img-1 {
    background-image: url(../img/Movara_Camp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img-2 {
    background-image: url(../img/Pilates_Sculp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img-3 {
    background-image: url(../img/Cardio_Dance.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img-4 {
    background-image: url(../img/Private_Coaching.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.nestudio {
    padding: 10%;
    background-image: url(../img/nestudiov2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: auto;
}

.nestudio h1 {
    font-size: 3rem;
    font-family: 'leaguespartan';
    font-weight: 600;
}

.nestudio p {
    font-size: 2rem;
    padding: 5%;
    font-family: 'forum';
}

.nestudio h5 {
    font-family: 'leaguespartan';
    font-weight: 600;
}

.conmova {
    background-color: #F2F1EE;
    color: #27272A;
    padding: 5% 10%;
}

.conmova h1 {
    font-family: 'leaguespartan';
    text-align: center;
    font-size: 3rem;
    padding-bottom: 5%;
    font-weight: 600;
}

.continf p {
    font-family: 'forum';
    font-size: 1.2rem;
    margin-bottom: 0%;
}

.conmova .icontext {
    display: flex;
    justify-content: center;
    align-items: center;
}

.conmova i {
    font-size: 2rem;
    padding: 0% 5%;
}

.continf {
    padding: 5% 0%;
}

footer {
    background-color: #27272a;
    color: #fff;

}


.CclasesMVC {
    background-image: url(../img/carouselpba.png);
    height: 300px;
    right: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0% 10%;
    text-align: center;
}

.CclasesMVC h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    color: #fff;
    font-family: 'leaguespartan';
    font-size: 4rem;
    font-weight: 600;
}


.SPClases {
    padding: 5%;
    background-color: #F2F1EE;
    color: #27272a;
    text-align: center;
}

.SPClases h1 {
    font-family: 'leaguespartan';
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}

/*.SPClases img{
    max-width: 80%;
}

.SPCinfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    text-align: center;
}
.SPCinfo h3{
    font-family: 'leaguespartan';
    font-size: 2rem;
}
.SPCinfo p{
    font-family: 'forum';
    font-size: 1.8rem;
    line-height: 2rem;
}*/
.SPCinfo {
    background-color: transparent;
    padding: 2% 15%;
    color: #EDF1E9;

}

.SPCinfo h3 {
    font-family: 'leaguespartan';
    font-size: 5rem;
    font-weight: 600;
}

.SPCinfo p {
    font-family: 'leaguespartan';
    font-size: 2.8rem;
    line-height: 2.5rem;
}

.SPCinfo2 {
    background-color: transparent;
    padding: 2% 2%;
    color: #EDF1E9;
    width: 50%;
    top: 50%;
    position: relative;

}

.SPCinfo2 h3 {
    font-family: 'leaguespartan';
    font-size: 5rem;
    font-weight: 600;
}

.SPCinfo2 p {
    font-family: 'leaguespartan';
    font-size: 2.8rem;
    line-height: 2.5rem;
}

.MCfull {
    background-image: url(../img/CMovaraCamp1.png);
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.MCfull .container-fluid {
    --bs-gutter-x: 0rem;

}

.mcfull2 {
    background-color: #00000035;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;


}

.mcfull3 {
    background-color: #00000035;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.SPfull {
    background-image: url(../img/CMovaraCamp2.png);
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.CDfull {
    background-image: url(../img/CMovaraCamp3.png);
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.CDfull .container-fluid {
    --bs-gutter-x: 0rem;

}

.PCfull {
    background-image: url(../img/CMovaraCamp4.png);
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.PCfull .container-fluid {
    --bs-gutter-x: 0rem;

}

.PaqClas {
    background-color: #D0C4E8;
    padding: 0% 5%;
    border-radius: 25px;
}

.PaqClas h1 {
    font-family: 'leaguespartan';
    text-align: center;
    font-size: 3rem;
    padding: 3% 0%;
}

.PaqClas p {
    font-family: 'leaguespartan';
    text-align: center;
    font-size: 1.5rem;
    padding: 3% 0%;
}

.CPC {
    padding: 3% 10% 10% 10%;
    background-color: #F2F1EE;
}

.CPC h1 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 3rem;
    font-weight: 600;
    font-family: 'leaguespartan';
}

.rdcPaqClas {
    background-color: #fff;
    padding: 8% 6%;
    border-radius: 25px;
    width: 75%;
    margin-bottom: 5%;
}

.rdcPaqClasIli {
    background-color: #fff;
    padding: 3% 6%;
    border-radius: 25px;
    width: 90%;
    line-height: 1rem;
}

.rdcPaqClas h3 {
    margin: 5% 0%;
    text-align: center;
    font-size: 2rem;
}

.loginM {
    background-color: #F2F1EE;
}

.CloginM {
    background-color: #fff;
}

.CloginM img {
    max-width: 80%;
}

.navegacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;

    border-radius: 5px;
}

.navegacion i {
    font-size: 2rem;
}

.navegacion a {
    color: #544275;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background 0.3s;
}

.navegacion a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.semana-info {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;

}

.dias-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    width: 80%;
}

.containercard {
    padding: 0% 5%;
}

.dia {
    padding: 15px;
    text-align: center;
}

.dia:hover {
    color: #b09fca;

}

.dia-hoy {
    background: #b09fca;
    color: white !important;
    border-color: #544275;
    font-weight: bold;
    border-radius: 25px;
}

.dia-nombre {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.dia-numero {
    font-size: 24px;
    font-weight: bold;
}

.dia-mes {
    font-size: 12px;
    margin-top: 5px;
    color: #666;
}

.dia-hoy .dia-mes {
    color: #e0e0e0;
}

.zona-horaria {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
}

.semana-actual {
    background: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
}

.ResMov {
    padding: 5% 0%;
    background-color: #F2F1EE;
    height: 100%;
}

.ResMovCard {
    padding: 0% 0%;
    background-color: #ffffff;
    margin: 2% 0%;
    border-radius: 25px;
}

.ResMovCard h4 {
    font-family: 'leaguespartan';
    font-size: 2rem;
}

.ResMovCard i {
    font-size: 1.5rem;
    color: #544275;
}

.ResMovCard img {
    max-width: 50%;
    margin-bottom: 3%;
}

.ResMovCardInf {
    padding-left: 5%;
}

.btncardres {
    padding: 1% 2%;
    color: #fff;
    background-color: #544275;
    border-radius: 20px;
    text-decoration: none;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 250px;
    background: #343a40;
    color: #fff;
    transition: width 0.3s;
    overflow: hidden;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

#sidebar.collapsed {
    width: 60px;
}

#sidebar .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #495057;
}

#sidebar .sidebar-header span {
    transition: opacity 0.3s;
}

#sidebar.collapsed .sidebar-header span {
    display: none;
}

#sidebar .nav-link {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

#sidebar .nav-link:hover {
    background: #495057;
    color: #fff;
}

#sidebar.collapsed .nav-link span {
    display: none;
}

#content-DMC {
    margin-left: 250px;
    transition: margin-left 0.3s;
    background-color: #F2F1EE;

}

#content-DMC img {
    max-width: 50%;

}

#content-DMC h1 {
    text-align: center;
    color: #1d1d1d;
}


#content-DMC .userinfo {
    text-align: right;
    padding: 1% 5%;
}

#content-DMC .userinfo h5 {
    font-size: 1.15rem;
}

#content-DMC .userinfo i {
    font-size: 30px;
    color: #544275;
}

#content-DMC .row {
    --bs-gutter-x: 0rem;

}

#content-DMC .muserinf {
    border-bottom: 1px solid #00000030;
    padding: 1%;
    background-color: transparent;
}

.PerUser {
    padding: 5%;
    background-color: transparent;
    margin-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PerUser h1 {
    color: #7e57c2;
    text-align: center;
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    padding: 8px 5px;
    font-size: 12px;
    color: #7f7f7f;
    text-decoration: none;
}

.mobile-bottom-nav__item i {
    font-size: 20px;

}

.mobile-bottom-nav__item--active {
    color: #b09fca;
}

.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sidebar.collapsed+#content-DMC {
    margin-left: 60px;
}

.btninfouser {
    padding: 1% 3%;
    background-color: #544275;
    color: #fff;
    border-radius: 25px;
    border: 0% solid transparent;
    margin: 5% 0%;
    text-decoration: none;
}

.AdCalCla .btninfouser {
    padding: 1% 3%;
    background-color: #544275;
    color: #fff;
    border-radius: 25px;
    margin: 2% 0%;
    text-align: end;
    border: none;
}

.terminycond {
    padding: 5% 10%;
}


@media (max-width: 768px) {


    .nestudio {
        position: relative;
        padding: 5% 10%;
        color: #fff;
        text-align: center;
        overflow: hidden;
        /* evita scroll raro */
    }

    .nestudio::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/nestudiomb.jpg) center / cover no-repeat;
        z-index: -1;
        transform: translateZ(0);
        /* mejora rendimiento */
        background-position: c;
    }

    .nestudio h1 {
        font-size: 2rem;
    }

    .nestudio p {
        font-size: 1.5rem;
    }

    .ltext {
        width: 100%;
        color: #fff;
        background-color: #00000094;
    }

    .ltext h1 {
        font-size: 5rem;
    }

    .dot {
        color: #ffffff;
    }

    .lltext::before,
    .lltext::after {
        background-color: #ffffff;
    }

    .pctextrec {
        font-size: 1.5rem;
    }

    .rdcPaqClas {
        width: 90%;
    }

    /*.SPCinfo {
        padding: 5% 5%;
    }*/

    #sidebar {
        left: -250px;
    }

    #sidebar.show {
        left: 0;
    }

    #sidebar.collapsed {
        width: 250px;
    }

    #content-DMC {
        margin-left: 0;
        margin-bottom: 15%;

    }

    #sidebar.show+#content-DMC {
        margin-left: 250px;
    }

    .mobile-bottom-nav {
        display: flex;
    }

    #content-DMC .userinfo h5 {
        font-size: 1rem;
        text-align: center;
    }



    #content-DMC img {
        max-width: 55%;
        margin-top: 5%;
    }

    .ResMovCard img {
        max-width: 100% !important;
        margin-bottom: 10%;
    }

    .CclasesMVC h1 {
        font-size: 3rem;
    }

    .SPCinfo h3 {
        font-size: 4rem;

    }

    .SPCinfo p {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .SPCinfo {
        padding: 2% 8%;
    }

    .PCfull {
        background-image: url(../img/CMovaraCamp4m.png);

    }

    .CDfull {
        background-image: url(../img/CMovaraCamp3m.png);

    }

    .SPfull {
        background-image: url(../img/CMovaraCamp2m.png);

    }

    .MCfull {
        background-image: url(../img/CMovaraCamp1m.png);

    }

    #content-DMC .muserinf {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .sidebar-fixed {
        position: fixed;
        top: 0;
        right: 0;
        width: 220px;
        height: 100vh;
        border-left: 1px solid #ddd;
        background-color: #f8f9fa;
        padding-top: 1rem;
    }

    .content {
        margin-right: 220px;
        /* deja espacio para el sidebar */
    }
}