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

@media (max-width: 768px) {
    #nav-tabs-container ul.nav-tabs {
        display: none;
    }

    #nav-tabs-container2 ul.nav-tabs {
        display: none;
    }
}

.card-body {
    padding:0.5rem;
}

.form-group {
    margin-bottom:0px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.nav {
    padding-left: 0 !important;
}

.card {
    background-color: rgba(240, 240, 240, 0);
    border-radius: 8px;
    margin-bottom:10px;
}

.grupo-muscular {
    font-size: 0.75em;
    color:rgba(243, 80, 255, 1);
}

@media (max-width: 768px) {
    h1 {
        font-size: 0.9em;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        color: #FFFFFF;
        font-size: 0.7em;
    }

    td {
        font-size: 1em;
    }

    .nav-tabs {
        border-bottom: none !important;
        font-size: 0.4em;
    }

    .refresh {
        margin-top: 20px;
        margin-left: 10px;
        /*filter: drop-shadow(0px 0px 4px #fff) !important;*/
        color: #5CFAA9;
    }

    .refresh:hover {
        color: #00E0FF !important;
        filter: drop-shadow(0px 0px 4px #5CFAA9) !important;
    }
}

.refresh {
    color: #5CFAA9;
}

.refresh:hover {
    color: #00E0FF !important;
    filter: drop-shadow(0px 0px 4px #5CFAA9) !important;
}

table {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #FFFFFF;
}

.text-verdeb {
    color: #5CFAA9;
}

th,
td {
    padding: 4px;
    text-align: center;
}

th {
    background-color: rgba(240, 240, 240, 0.0);
    color: #FFFFFF;
}

.bg-glass {
    background-color: rgba(240, 240, 240, 0);
    border-radius: 20px !important;
}

th:first-child {
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
}

th:last-child {
    /* border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; */
}

th:first-child,
td:first-child {
    text-align: left;
}

tr:first-child td {
    border-top: none;
}

tr:last-child td {
    border-bottom: none;
}

.weekdays {
    margin-bottom: 20px;
}

/* Estilos personalizados */
.tp-select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 0.8em;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    /* Color de fondo semi-transparente */
    color: rgb(0, 0, 0);
    /* Color de texto blanco */
    /* Opacidad del texto */
    margin-bottom:10px;
}

#contenido_semana {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#contenido_fin_de_semana {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.contenido-por-dia tr {
    font-size: 1.5em;
}

html body.bg-calendario {
    background: url(../../../../almacenamiento/disciplinas/bg-calendario.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

/* .nav.nav-tabs .nav-item .nav-link.active {
    background-color: rgba(32, 17, 44, 1);
    border-radius: 0.25rem 0.25rem 0 0;
    color: rgb(205, 0, 255);
} */

.nav.nav-tabs .nav-item .nav-link.active {
    background-color: rgba(32, 17, 44, 0);
    border-radius: 0.25rem 0.25rem 0 0;
    color: #5CFAA9;
}

.nav-tabs {
    font-family: 'Montserrat', sans-serif;
    border-bottom: none !important;
}

.nav-tabs .nav-link.active {
    border-color: transparent !important;
}