html {
    -webkit-print-color-adjust: exact;
    font-size: 14px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    min-height: 100vh;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab", serif;
    font-weight: normal;
    color: #2c5ce0;
}

.row {
    --bs-gutter-x: 1.3rem;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

#contenedor {
    padding: 2rem;
} 

#sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    background-color: #0057FB;
    overflow: hidden;
    color: #ffffff;
}

#content {
    width: calc(100vw - 300px);
    padding: 2rem;
    height: 100vh;
    position: absolute;
    left: 300px;
    overflow-y: scroll;
}

.block {
    text-align: center;
    background: #0057FB;
    padding: 1rem;
    color: #ffffff;
}

.card_block {
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-body h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
}

.card-body h5 small {
    font-size: .8rem;
    text-transform: uppercase;
}

h4.card-title {
    font-size: 1.2rem;
}

.card-body p {
    color: #666666 !important;
    font-size: .9rem;
    margin-bottom: 0px;
}

.precio_curso {
    padding: 1rem;
    background: #eee;
    margin: 1rem 0px;
}

.precio_curso span {
    font-size: .75rem;
    font-weight: 500;
}

.precio_curso h5 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0px;
}

.precio_curso h5 sup {
    top: -.5em;
    font-size: 1.2rem;
}

.logo {
    padding: 2rem 0px;
}

#sidebar a.nav-link {
    padding: 1rem;
}

#sidebar a.nav-link:hover {
    background-color: var(--bs-nav-pills-link-active-bg);
}

#sidebar li i {
    margin-right: .5rem;
}

.form-group.paises {
    position: relative;
}

.paises .country-select-flag {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

.load {
    color: #fff;
    background: #0057FB;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

span.countTemas {
    margin-right: .5rem;
}

#sidebarTemaCurso a {
    font-size: .9rem;
}

@media (min-width: 576px) {
    .container-fluid {
        width: 95%;
    }

    html {
        -webkit-print-color-adjust: exact;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        width: 95%;
    }
    html {
        -webkit-print-color-adjust: exact;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        width: 95%;
    }
    html {
        -webkit-print-color-adjust: exact;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        width: 1100px;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        width: 1168px;
    }
}

@media (min-width: 1920px) {

}