

.sinCupo .dCupo{
    display:none;
}
.mudo .dCupo{
    display:none;
}
.credit-box {
    background: #ffffff;
    border: 2px solid #ddd;
    border-radius: 3em; /* Match rounded corners */
    padding: 0px;
    margin: 10px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.credit-header {
    opacity: 0.6;
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
   min-height: 3em;;
}

.credit-details {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.credit-details p {
    margin: 5px 0;
}

.sessions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.session-status {
    background: #4CAF50;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: bold;
}

.session-days {
    background: #FFEB3B;
    color: #333;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: bold;
}




.discipline-button img{
    border:3px solid white;
    border-radius: 50%;
    padding:2px;
}
.tdThrough {
    
    color:gray !important
}   
.dCupos{
    display: flex;
    margin-left: 5px;
    align-items: center;
    justify-content: center;
    width:1.5em;
    height:1.5em;
    background-color: #f8f9fa;
    color: #454545;
    border: 1px solid #ccc;
    border-radius: 50%;;
}
#dBtDisciplinas{
   
    width:100% !important;
    padding:1em !important;
    overflow: hidden;
}
#dMenu{
    position: fixed;
    bottom: -100vh;
    right: 10px;
    width: 100% !important;
    height: 100vh !important;
    color: rgb(0, 0, 0);
    z-index: 1000;
    display: block;
    border: 1px solid #ccc;
    padding:1em;
    z-index:90;
    background-color: #ffffff;
    overflow: scroll !important;
    padding-bottom: 20vh;
}

#dMenu.active {
    animation: menuUp 0s ease-out forwards; /* Apply animation when active */
}

@keyframes menuUp {
    0% { bottom: -75vh}
    
    100% {
        bottom: 0vh;
    }
}

.hidden{
    display:none !important;
}
.b-ads , .brand{
    margin-bottom: 0px !important;
}
.btNext, .btPrev {
    position:absolute;
    right:15px;
    top:-5px;
    color: #454545;
    background-color: rgb(255, 253, 126);
    color:rgb(0, 0, 0) !important;
    padding: 2px 5px;
    border:1px solid #989898;
    font-weight: bold; 
}

.btPrev{
    right: 3.5em;
}
.myFooter {
    position: fixed !important  ; 
    bottom: 0;
    width: 100%;
    background-color:  #ffffff;
    padding:10px 0px 0px 0px;
   /* border-top: 1px solid #e9ecef;*/
    z-index: 1000;
    color:rgb(0, 0, 0) !important;
    height:4em !important;
    z-index:100;
}

.myFooter .container {
    max-width: 1200px;
}

.myFooter .col{
    padding:0px !important;
}
.myFooter .menu-btn {
    display: block;
    text-align: center;
    color:rgb(0, 0, 0) !important;
    text-decoration: none;
    padding:0px;
}



.myFooter .menu-btn i {
    width:100% !important;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

#dMenu .menu-btn{
    border-color: black !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 15px;
        border-radius: 25px;
        margin-bottom: 15px;
        border: 2px solid;
        font-family: Arial, sans-serif;
        font-size: 18px;
        cursor: pointer;
    
}

.myFooter .menu-btn:hover {
    color: #007bff;
}

.myFooter .menu-btn.activa{ 
    color:white !important;
    background-color: rgb(0, 0, 0) !important;
    border-radius: 1em;
    width:100% !important;
 }
.main-news{
    margin-top:30px !important;
    margin-bottom: 100px !important;
}

.dNombre {
    display: flex !important;
    align-items: center !important;
}

.sEjercicio{
    font-size: 1.5em;
    font-weight: bold !important;;
}
.dNumero {
    margin-right: 10px; /* Adjust margin as needed */
 
    border:1px solid #ccc !important;
    border-radius: 50% !important;
    
    width:1.6em;
    height: 1.6em !important;
    background-color: #11860f !important;
    
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
   
        font-family: 'Nunito', sans-serif;
        font-size: 1.5em;
       
       
         
        text-shadow: -1px 0 white,  /* 1px left shadow */
        0 1px white,  /* 1px bottom shadow */
        1px 0 white,  /* 1px right shadow */
        0 -1px white; /* 1px top shadow */
}

.main-news .mn-title {
    top:auto !important;
    display: block !important;
    
}


.main-news .mn-title a{
    font-family: 'Roboto Light', sans-serif;
   /* font-weight: lighter !important;;*/
    font-size: 1.5em !important;
    color:rgb(255, 0, 0) !important;
    background-color: #f8f9fa;
    opacity: 75% !important;
    line-height: 1 !important;
   
}


.topBar,
.topBar .navbar {
    padding: 3px 0;
 /*   background-color: #040948 !important;*/
    background-color: #f8f9fa !important;
    color: #454545 !important;
    border-bottom: 1px solid #e9ecef;
    z-index: 1000;
}

.topBar{
    position: sticky !important;
    top:0;
    z-index: 10;;
}

.playButton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.playButton i{
    font-size: 5em;
    color: #fff;
    /*text-shadow: 0 0 10px #ff0000;*/
    text-shadow: -2px 0 rgb(0, 0, 0),  /* 1px left shadow */
    0 2px rgb(0, 0, 0),  /* 1px bottom shadow */
    2px 0 rgb(0, 0, 0),  /* 1px right shadow */
    0 -2px white; /* 1px top shadow */
    opacity: 0.75;;

}
 
.top-news .tn-img:hover img {
    display:none !important;
    filter: initial !important;
    -webkit-filter: initial !important; /* Include vendor prefix for compatibility */
}

 .aCli{
    font-size: 1.5em;
    color:rgb(136, 136, 136) !important;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding : 10px 15px !important;
    margin : 50px 0px !important;
 }
 .aRutina{
    font-size: 1.1em;
    color:white !important;
    font-weight: lighter !important;
 
 }

 .dMaquina{
    color: #454545;
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: lighter !important;
 }

 .okButton, .chgButton{ 
    display: flex;;
    position:absolute !important;
    bottom:20px;
    right:20px;
    font-size:3em !important;
    
    color:rgb(255, 255, 255) !important;
    background-color: red !important;
    border-radius: 50%;
    padding:0px !important;
    
    width:1em !important;
    height:1em !important;
    align-items: center;
    text-align: center;
 }

 .dBtSwap{
   top:10px !important;
   right:10px !important;
 
    position: absolute !important;

 }
 .btSwap{
     
    color: #454545 !important;
    font-family: 'Nunito', sans-serif;
    font-weight: lighter !important;
    text-align: center;
    align-items: center;
    padding:5px;
    border:1px solid #ccc;
    border-radius: 10px;
    background-color: rgb(248, 0, 41) !important;
    color:white !important;
 }

 .okButton.ok{
    background-color: rgb(3, 146, 3) !important;
 
 }

 

 .tab-news .col-md-6 {
   padding :0px !important;
}

#sideBar {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100vh;
    background-color: #e3e2e2;
    transition: left 1s ease;
    z-index: 10;
    padding-top: 1em !important;
    padding-bottom: 5em !important;
    overflow: scroll !important;
}
#sideBar.active {
    left: 0;
}

#overlay{
    display: flex !important;
    width:100%;
    opacity:0% !important; 
    display:none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 1s ease;
    height: 100vh;
}

#overlay.active{
    left:0px !important;
    opacity:100% !important;
}

 

.tn-horarios{
    display:flex;
    align-items: center;
    max-width:100% !important;
}

.tn-hora{
    font-size: 0.7em !important;
    font-weight: lighter;
    color: #454545;
    font-family: 'Nunito', sans-serif;
    border:1px solid #ccc;
    border-radius: 10px !important;
}

.tabClases .tab-pane{
    padding:0px !important;
}

#tabClases{
    padding:10px 5px !important;
}

.tab-news .tn-img img {
    width: 100% !important;
    border:1px solid #ccc !important;
}
.dInstructor{
    width: 100% !important;
     
    text-align: center;
    align-items: center;
    padding: 0.5em;
    
}

.tn-title{
    width:100% !important;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

.tab-news .tn-img {
     width: 100% !important;
}

/*   clases  */
.dClase {
    display: flex;
   align-items: flex-start; 
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    
    max-height: 18em;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 2em !important;
}

.tab-news .tab-content {
    background:white !important;
}

.dClaseTexto {
    flex: 1; 
    overflow: auto; 
    padding: 0 5px; 
    display: flex; /* Add flex display to align children */
    flex-direction: column; /* Arrange children in a column */
}

.dClaseFotoFrame {
    
    width: 8em;
    height:8em;;
    border: 1px solid #dddddd;
    display: flex;
    
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2em;
}

.dClaseFoto {
    display:flex;
  height:100%
}

.dClaseIns {
    width: 100%;
    text-align: center;
    
    padding: 0px 0;
}

 .dClaseHorarios{
    margin:0px !important;
    flex-wrap: wrap; /* Allow multiple lines for .cHora elements */

    display: flex; /* Allow horizontal layout for .dClaseHora elements */
  }
  
.cHora{padding:2px;}
 
.btHora{
    border:1px solid rgb(106, 106, 106);
    text-align: center;
    align-items: center;
    margin-top:5px;
    border-radius: 10px;
    background-color: black !important;
    color:white !important;
    font-size: 0.9em !important;
    padding:5px;
}


.esClase{
    display:flex;
    width:100%;
    min-height:6em;
    max-height: 10em;
    border:1px solid #ccc;
    background-color: white !important;
}

.esFotoFrame{
    width: 40%;
    border: 1px solid #dddddd;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.booked{
    background-color: #11860f !important;
}
#featured{
    padding:0px !important;
}

#dClasesMsg, .dClasesMsg{
    width:100%;
    justify-content: center;
    padding:10px 0px;
    align-content: center;
    align-items: center;
    display:flex;
    justify-content: center;
}

#btMasSub{
    display:none;
    position: absolute !important;
    right:0px;
   
}

#btMasSub.show{
    display:flex !important;
    z-index: 100;}

#btMasSub ul{
    list-style: none;;}
    
#btMasSub ul a{
    border:1px solid rgb(225, 225, 225) !important;
}

#sidebar-nav {
    background-color: rgb(3, 199, 95) !important;
}


.nav-link{
    background-color:  #878585 !important;
}

.nav-link.active{
    background-color: #040948 !important;;
    color:white !important;
}   

#quoteContainer {
    width: 100%;
    overflow: hidden;
}

#dQuote {
    white-space: nowrap; /* Prevent line breaks */
    display: inline-block;
    animation: scrollText 20s linear infinite; /* Animation */
}

@keyframes scrollText {
    0% { transform: translateX(100%); } /* Start from the right edge */
    100% { transform: translateX(-100%); } /* Move to the left edge */
}

.autoDismiss{
    margin:0px !important;
    width:100%;
}

#alertContainer{
    width:100%;
}

.dCupo{
    display: flex;
    position:absolute !important;
    top:-5px;
    right:-5px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height:25px;
    background-color: #f8f9fa;
    color: #454545;
    font-size: 10px;
   
    border: 1px solid #ff0000;
    border-radius: 50%;;
}

.dLock{
    display: flex;
    position:absolute !important;
    top:-5px;
    left:-5px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height:25px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 10px;
   
    border: 1px solid #ff0000;
    border-radius: 50%;;
}



#cbDias{
    margin-left:10px;
    margin-bottom: 0px !important;
}


.card-body {
    position: relative;
    padding: 0;
}

#layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.card-body {
    position: relative;
    padding: 0;
}

#layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.cell {
     
    box-sizing: border-box;
    min-height:2.5em;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
.cell span{
    background-color: #707070;
    border: 1px solid #43aa8b;
    padding:5px;
    color: white !important;
    border-radius:10px;
    /*border-top-left-radius:50%;
    border-top-right-radius:50%;*/
    height:2.2em;
    width:80% !important;
}

.lo_0{
    opacity: 0   !important;
}

.lo_2 span{
    background-color: rgb(18, 0, 120) !important;
    color: white !important;
}

.lo_1.mia span{
    background-color:lime !important;
    border: 1px solid rgb(0, 0, 0) !important;
    color: black !important;
}

.lo_1.ocupada span{
    background-color: pink !important;
    border: 1px solid rgb(0, 0, 0) !important;
    color: black !important;

}

#btMiBook{
    margin:0px 10px !important;
    border-radius: 2em;
    background-color: white;
    color:black;
}

#myModal .modal-title{
    font-size: 1em !important;
    font-weight: bold !important;
}
.description{
    border-top:1px solid silver;
    padding-top:15px !important;
    margin-top:15px;
    text-align: center;
    align-items: center;
}

.renglon{
    display:inline;;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
}

 
.discipline-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 15px;
    border: 2px solid;
    font-family: Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
}
.menu-icon {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: currentColor;
    transition: all 0.3s ease;
}
.menu-icon::before, .menu-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: currentColor;
    left: 0;
    transition: all 0.3s ease;
}
.menu-icon::before {
    top: -8px;
}
.menu-icon::after {
    bottom: -8px;
}
.menu-icon.bigger::before,
.menu-icon.bigger::after {
    width: 30px; /* Ensures all lines are the same size in the normal state */
}
/* Expanded state (when acting as accordion) */
.expanded .menu-icon {
    transform: rotate(90deg);
}
.expanded .menu-icon::before {
    transform: rotate(90deg) translate(0, 0);
    top: 0;
}
.expanded .menu-icon::after {
    transform: rotate(90deg) translate(0, 0);
    bottom: 0;
}

.P-button {
    color: #8B4513; /* Change as needed */
    border-color: #8B4513;
}
.R-button {
    color: #4169E1;
    border-color: #4169E1;
}
.F-button {
    color: #8FBC8F;
    border-color: #8FBC8F;
}
.B-button {
    color: #CD5C5C;
    border-color: #CD5C5C;
}
.Y-button {
    color: #4682B4;
    border-color: #4682B4;
}
.K-button {
    color: #FF7F50;
    border-color: #FF7F50;
}
.discipline-icon{
    width: 2.5em;
    height: 2.5em;
    margin-right: 15px;
}