/*
 *  @Copyright (c) 2016 - 2023. XPanel® Hostiberi - Powerful CMS
 *  @Author: Hostiberi
 *  @Email: info@hostiberi.com
 *  @Filename: style.css
 *  @Last modified by: hostiberi
 *  @web: www.hostiberi.com
 */


@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-Hairline.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-HairlineItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-ThinItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-Super.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-SuperItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-UltraLight.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/media/font/HeroNew-UltraLightItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Hero New', sans-serif;
    line-height: 1.75rem;
    color: rgba(0, 0, 0, 1);
    overflow-x: hidden;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-rgpd .text-muted {
    color: #fff!important;
}
.text-green {
    color: #2fea03!important;
}

.logo-container {
    padding: 0 0 0 12px; /* Espaciado alrededor del logo */
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    max-height: 60px; /* Ajusta el tamaño del logo */
    width: auto; /* Mantiene la proporción */
}

.fondo-menu {
    background: #000;
}

#home-portada .titulo h1 {
    font-size: 4rem;
    font-weight: 500;
    padding-top: 3rem;
    color: #000 !important;
    text-align: center;
}

#home-portada img {
    transition: transform 0.3s ease-in-out;
}

#home-portada img:hover {
    transform: scale(1.05);
}

.text-info {
    color: #1b93be !important;
}

.fondo-patrocinado {
    background: #004489;
}

.aviso-acredita h5 {
    line-height: 2.5rem;
}

.color-principal {
    color: rgba(6, 59, 67, 1) !important;
}

.text-verde {
    color: rgba(6, 59, 67, 1) !important;
}

.text-violeta {
    color: rgba(92, 34, 129, 1);
}

.text-claro {
    color: rgba(185, 214, 195, 1);
}

.barra-top {
    border-top: 2px solid #2fea03;
}

.bg-claro {
    background: rgba(185, 214, 195, .7) !important;
}

html {
    font-size: 16px;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: rgba(92, 34, 129, 1);
    font-weight: 500;
}

a:active {
    color: rgb(237, 121, 29);
!important;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

h2 {
    color: #000;
}

h3 {
    color: #000;
}

h4 {
    color: rgb(237, 121, 29);
}

h5 {
    color: #0186B0
}

h6 {
    color: rgb(237, 121, 29);
}

.text-theme {
    color: #a0292e;
}

.pendiente {
    color: #e3102a;
    font-weight: bold;
}

#banner {
    margin-top: 4rem;
}

.disabled-link {
    cursor: not-allowed;
    pointer-events: none;
}

#content-examen a:hover {
    color:#fff!important;
}

/*===========================================
	Header
===========================================*/
#header {
    padding: 0;
}

.bg-claro {
    background: #dce9f1;
}

.bg-oscuro {
    background: #a0292e;
}

.logo-right {
    width: 180px;
    margin: auto;
    margin-top: -14px;
}

.titulo-logo-header {
    font-size: 0.7rem;
    color: #fff;
    margin-bottom: 6px;
}

#home {
    margin-bottom: 2rem;
}

#home h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(237, 121, 29);
}

#home .bienvenida {
    font-size: 1.2rem;
    font-weight: normal;
    color: #222;
}

#content-help {
    background: linear-gradient(to right, rgb(237, 121, 29), rgb(52, 119, 138));
}

#content-help a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

#content-help a:hover {
    color: #fff;
}

.link-rgpd span {
    font-size: 1rem;
}

.texto-rgpd {
    font-size: 0.8rem
}

.link-rgpd a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.link-rgpd a:hover {
    color: #fff;
}

.bloque-color {
    background: linear-gradient(to right, #00859A, #57BAA8);
    border-bottom-left-radius: 80px;
    height: 200px;
}

/*===========================================
	Navbar
===========================================*/
#navBarWrapper {
    /*box-shadow: 0 3px 3px 2px rgb(0 0 0 / 15%);*/
    /*background: linear-gradient(to right, #911429, #D8026B);*/
    background: #000;
}

.nav-item {
    margin: 1rem .3rem;
}

.nav-item a {
    color: #000; /* Ajusta el color inicial si es necesario */
    font-weight: normal; /* Ajusta el peso inicial si es necesario */
    background-color: transparent; /* Ajusta el color de fondo inicial si es necesario */
    /*border-radius: 16px;*/
    transition: all .4s; /* Añadir transición a todas las propiedades que cambian */
    box-sizing: border-box; /* Asegura que el tamaño del elemento no cambie */
}

.nav-item a:hover {
    color: #fff;
    /*background-color: rgb(237,121,29)!important;
    border-radius: 16px;
    border-color: rgb(237,121,29);*/
}

.nav-item:hover {
    border-color: rgb(237, 121, 29)
}


.nav-link {
    padding: .2rem 1rem .1rem !important;
    font-weight: bold;
    font-size: 1.2rem;
    color: rgb(255, 255, 255, 0.85) !important;
    transition: all .4s;
}

.nav-link.icon {
    font-size: 1.1rem;
    border: 0;
    padding: .8rem 1.0rem .8rem 1.5rem !important;
}

.nav-item:hover {
    background: transparent;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    background: #efeded;
}

.dropdown-menu {
    background-color: #fefefe;
    --bs-dropdown-color: #fff;
    --bs-dropdown-link-color: #fff;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-min-width: 14rem;
    --bs-dropdown-padding-y: 0;
}

.dropdown-menu a {
    color: #676666;
}

.dropdown-menu li {
    line-height: 2.5rem;
}

.dropdown-menu hr {
    background: rgba(255, 255, 255, .45);
}

.navbar-toggler {
    border-radius: 0;
    color: transparent;
    border-color: rgba(255, 255, 255, 1);
}

.nav-link.resultados {
    color: #222 !important;
}

.navbar-toggler {
    background: rgba(255, 255, 255, 1);
}

/*===========================================
	Home
===========================================*/
#home {
    padding-top: 0;
}

#home h2 {
    color: #172544;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
}

#home .card {
    border-color: rgba(0, 0, 0, 0.08);
}

#home .card-header {
    background: rgba(255, 221, 2, .6);
    padding: .2rem;
}

#home .card-body {
    font-size: 1.2rem;
    line-height: 2.2rem;
}

#home .card-title a {
    color: #222;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
}

#home .card-title a:hover {
    color: #172544;
}

#home .enlace-card {
    background: #a0292e;
    color: #fff;
    transition: .4s;
    text-decoration: none;
}

#home .enlace-card:hover {
    background: #172544;
    color: #fff;
    font-weight: 600;
}

#home .shadow {
    border: 1px solid #8a2e32;
}

.shadow h3 {
    font-weight: 400;
}

#home .boton-cursos {
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.border-theme {
    border-color: #172544 !important;
}

.contador {
    font-size: 1.2rem;
    font-weight: bold;
    color: #172544 !important;
}

#home .card a {
    transition: all 0.4s ease;
}

#home .card a:hover {
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 0.375rem;*/
    /*border: 1px solid #a0292e;*/
}

/*===========================================
	Menú contenido
===========================================*/

.page-content-top {
    background: rgba(0, 0, 0, 0.8);;
    padding: .2rem 1rem 1rem 1rem;
}

.page-content-top h3 {
    font: italic 400 1rem 'Merriweather', Arial, Verdana;;
}

.box-progreso-curso {
    background: #fff;
    border: 2px solid #2fea03;
    font-weight: bold;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
    text-align: center;
    color: #000;
}

.btn-group:hover span {
    background: #fff;!important;
    color: #000 !important;
    border:0;
}

.btn-group:hover span:first-child {
    border-right: 1px solid rgba(255, 255, 255, 1) !important;
}

.btn-group:hover span:last-child {
    border-left: 1px solid rgba(255, 255, 255, 1) !important;
}

.page-content-top button {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.page-content-top .btn-primary.download {
    padding: 0.375rem 0.625rem;
}

.page-content-top .btn-primary.exit {
    padding: 0.375rem .9375rem;
}

.page-content-top .btn-gris {
    background: rgba(241, 241, 241, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #000;
    font-weight: 500;
    border-radius: 0;
    transition: all .3s;
}

.page-content-top .btn-gris:hover {
    background: #fff;
    color: #000;
}

.page-content-top .btn-gris-angle {
    background: #2fea03;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #2fea03;
    font-weight: 500;
    border-radius: 0;
    transition: all .3s;
}

.page-content-top .btn-gris-angle i {
    padding: 0 .125rem;
    color: #000;
}

.page-content-top .dropdown-content .dropdown-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #2fea03;
    border: 1px solid #222;
    border-radius: 0;
}

.page-content-top .dropdown-content .dropdown-item {
    color: #000;
    white-space: normal;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #2fea03;
    color: #000 !important;
}

.page-content-top .btn-azul {
    background: rgba(6, 59, 67, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 0;
    transition: all .3s;
}

.page-content-top .btn-azul-angle {
    background: rgba(6, 59, 67, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    border-radius: 0;
    transition: all .3s;
}

.page-content-top .btn-azul-angle i {
    padding: 0 .125rem;
}

.page-content-top .dropdown-header {
    white-space: normal;
}

.read-caso {
    background-color: #e0ffe0;
    color: rgba(6, 59, 67, 1) !important;
}

/*===========================================
	Forms
===========================================*/
#usuario input[type="text"], input[type="password"], input[type="email"], input[type="number"], .select-mod {
    background: #F6F6F7;
    padding: 0.5rem 0.5rem 0 0.5rem;
    width: 100%;
    border: 1px solid #A4A9AD;
    outline: none;
    font-size: 1rem;
    margin-top: 0rem;
    display: block;
}

#usuario input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover, .select-mod:hover {
    /*border-bottom: 3px solid #911429;*/
    transition: .4s;
}

#usuario-login. input[type="text"], input[type="password"] {
    background: #F6F6F7;
    padding: 0;
    width: 100%;
    border: 1px solid #A4A9AD;
    outline: none;
    font-size: 1.2rem;
    margin-top: 1rem;
    display: block;
}

#usuario_login. input[type="text"]:hover, input[type="password"]:hover {
    /*border-bottom: 4px solid #911429;*/
    transition: .4s;
}

.box-login {
    border-radius: 4rem;
    padding: 2rem 1.5rem 1rem 1.5rem;
    margin-bottom: 2rem;
    margin-left: 0.1rem;
}

.box-login h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #A4A9AD;
}

.box-login h2 {
    font-size: 1.8rem;
    color: #222;
    border-bottom: 1px solid #2fea03;
    margin-bottom: 1.5rem;
    width: 80%;
}

.box-login button {
    background: #F6F6F7;
    color: #222;
    border: 2px solid #222;
    font-weight: normal;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.box-login button:hover {
    background: #222;
    color: #F6F6F7;
    transition: all 0.3s ease;
}

.select-mod {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.invalid-feedback {
    color: #d7595f;
}

.box-faqs {
    border: 1px solid #e0e0e0;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem;
    margin-top: 3rem;
}



/*===========================================*/

.boton-form {
    background: rgba(0,0,0,0.75);
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
    padding: .8rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.boton-form:hover {
    background: rgba(0,0,0,1);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.button-href {
    background: #0084A3 !important;
    color: #fff !important;
    border: none;
    border-radius: 0;
    font-size: 1.2rem;
    padding: .8rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.button-href:hover {
    background: #43a1b8;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    color: #fff !important;
    font-weight: normal;
}

.boton-form.dark {
    background: linear-gradient(to bottom, #414144, #575759);
    color: #fff !important;
}

.boton-form.dark:hover {
    background: linear-gradient(to bottom, #414144, #414144);
}

.boton-form.small {
    font-size: 0.9rem;
    padding: 0.5rem 2rem;
    border-radius: 8px;
}

.boton-form.small:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.textoBoton {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff !important;
}

.iconoBoton {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff !important;
}

/*===========================================
	Cursos
===========================================*/
#cursos {
    padding-top: 2rem;
}

#cursos h3 {
    font-size: 1.6rem;
    margin-top: .5rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#cursos .card-body.cerrado {
    background: #EEEDEDFF;
}

#cursos .card-footer.cerrado {
    background-color: rgb(108, 117, 125) !important;
    border-color: rgb(108, 117, 125);
    color: #fff;
}

.card-body .icons {
    font-size: 2rem;
    color: #a0292e;
    margin-top: 1rem;
}

.text-icons {
    font-size: 0.9rem;
}

.icon-right {
    color: #a0292e;
    font-size: 1.4rem;
}

.boton-curso {
    display: block;
    border: 1px solid #172544;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 1rem;
    transition: .4s;
    text-decoration: none;
    font-weight: 900;
}

.boton-curso:hover {
    color: #222;
}

/*===========================================
	Bootstrap
===========================================*/
.btn-primary {
    color: #000;
    background-color: #dedede;
    border-color: #dedede;
    border-radius: 0;
}

.btn-primary:hover {
    color: #222;
    background-color: #fff;
    border-color: #000;
}

.btn-outline-primary {
    color: #2fea03;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #a0292e;
    border-color: #a0292e;
}

.alert-success {
    background-color: #e0ffe0;
}

.btn-danger {
    border-radius: 0;
}

.accordion-button {
    background-color: #2fea03 !important;
    color: #000 !important;
}

.accordion-button:is(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.breadcrumb {
    margin-top: .5rem;
    margin-bottom: 0;
}

.fs-6 {
    font-size: 1.15rem !important
}

.text-default {
    color: #a0292e;
}

.alert {
    border-radius: 0;
}

.referencia {
    color: #2fea03;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    top: -8px;
    font-size: .85rem;
    font-weight: 600;
    text-align: center;
    margin-right: 0.2rem;
}

.referencia, .tooltip {
    --bs-tooltip-max-width: 100%;

}

.linea-header {
    background: #cecece;
    height: 4px;
    /*box-shadow: 0 3px 3px 2px rgb(0 0 0 / 15%)*/
}

/*===========================================
	General
===========================================*/
#content-help span {
    font-size: 1.3rem;
    font-weight: 600 !important;
}

#content-top {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    padding: 1rem 0;
}

#content-top h4 {
    color: #000;
}

.footer-rgpd {
    background: #000;
    color: #fff;
    padding: 1rem;
    font-size: .9rem;
}

.footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: #343a40;
    color: white;
}

#copyright {
    background: rgba(43, 71, 110, .8);
}

#copyright span {
    padding: 0 1rem;
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}

#copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.ekko-lightbox .modal-header {
    display: none;
}

.ekko-lightbox .modal-body .title a {
    float: right;
}

.ekko-lightbox .modal-body .title h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: rgba(43, 71, 110, 1);
}

.card-title {
    font-weight: 500;
    min-height: 1.2rem;
}

.card-title.cursos {
    min-height: 3.6rem;
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
}

.texto-encima {
    position: absolute;
    top: 20px;
    left: 20px;
}

/* FAQS */
.accordion-faqs .accordion-body {
    background-color: #fafafa;
    padding: 1rem !important;
}

/*===========================================
	Temario
===========================================*/
#content-temario {
    padding-top: 2rem;
}

#content-temario a {
    color: #2fea03 !important;
}

#content-temario .accordion-body {
    padding-left: 0;
}

#content-temario h3 {
    color: #000;
    font-weight: bold;
}

#content-temario h4 {
    font-size: 1.8rem;
    color: rgb(141, 139, 138);
}

#content-temario h5 {
    color: #000;
    font-size: 1.15rem;
}

#content-temario .card-header {
    color: #222;
    border-radius: 0;
    background-color: #fff;
}

#content-temario thead th {
    /*background: linear-gradient(to right, #911429, #D8026B);*/
    background-color: #fff;
    color: #000;
    text-align: center;
}

#content-temario th {
    background: #eeb9aa;
    color: #222;
}

#content-temario td, th {
    border: 2px solid #2fea03;
    vertical-align: middle;
    background: rgba(47, 234, 3, .20);
}

h3.header {
    background: #dedede;
    color: #000;
    padding: 0.8rem 1rem;
    border-radius: 0;
    text-align: center;
    font-weight: 800;
}

#content-top .header-text {
    background: #dedede;
    color: #000;
    padding: 0.8rem 1rem;
    border-radius: 0;
    text-align: center;
    font-weight: 800;
}

#paginacion-temario a {
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(0,0,0,0.75) !important;
    border: 1px solid #2fea03;
    border-radius: 0;
    padding: 1rem 2rem;
    box-shadow: 1px 0 4px rgba(0, 0, 0, .2);
}

#paginacion-temario a:hover {
    color: #fff !important;
    background: #222;
    transition: all 0.5s ease;
}

.box-progreso {
    padding: 1rem 1.5rem;
    background: rgba(196, 221, 206, .5);
    border-radius: 0.375rem;
    margin-bottom: 1rem;

}

.card-box {
    background: rgba(196, 221, 206, .5);
}

.fondo-temario {
    padding: 1rem .5rem;
}

caption {
    font-style: italic;
    color: #a0292e;
}

#aside .card {
    border-radius: 0;
}

.list-group-item.temario {
    padding: 1rem 1rem 1rem 2rem !important;
    margin-bottom: 1rem;
    border: 1px solid #dedede !important;
    background-color: #fff;
}

.list-group-item .texto {
    font-size: 1.1rem;
    font-weight: bold;
    padding-right: .5rem;
}

.list-group-item.temario.readlist {
    background: #e7e6e6;
}

#content-temario .accordion-item {
    border: 0;
}

#content-temario .accordion-body {
    padding: 0;
}


.accordion-item button {
    font-size: 1.1rem;
    font-weight: 500;
}

.list-group-item.temario:hover {
    background-color: #dedede;
    transition: .8s;
}

.link-temario:hover {
    color: #172544;
    font-weight: 600;
    transition: .4s;
}

.link-temario:visited {
    color: #5073a3;
}

.days-left {
    --bs-progress-border-radius: 0;
    --bs-progress-height: 2rem;
    --bs-progress-font-size: 1rem;
}

#content-temario .card-box a {
    font-size: 0.9rem;
}

#content-temario .car-box li {
    padding: 0 !important;
}

#content-temario .card-button:hover {
    color: #222;
    font-weight: 600;
    box-shadow: 0 .4rem 1.3rem rgba(var(--bs-body-color-rgb), .15);
}

#content-temario .card-button {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: #dedede;
    color: #222;
    text-decoration: none;
    border-radius: 6px;
}


.parpadeo {
    animation: parpadeo 1.5s infinite;
    border: 2px solid #42a442;
    color: #42a442 !important;
}

.parpadeo a {
    color: #42a442 !important;
}

@keyframes parpadeo {
    20%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.card-button span {
    font-weight: 600;
}

#content-temario ul.list-styled {
    padding: 0;
    margin: 0 0 1rem 0;
}

#content-temario ol {
    padding-left: 1.80rem;
}

/*
#content-temario ul:not(.list-group-flush) li,
ul.list-styled li{
    padding:0 0 .15rem 1rem;
    list-style: none;
}
*/
#content-temario ul.list-group-flush li {
    padding: .5rem 0;
    list-style: none;
    border: 0;
}

#aside .save {
    border: 0;
    margin: 0;
    background: transparent;
    padding: 0 8rem 0 0;
    transition: .4s;
    color: #222 !important;
}

.save-apunte:hover {
    /*background: #172544!important;*/
    cursor: pointer;
}

.save-apunte button:hover {
    box-shadow: 0 0 0 rgba(var(--bs-body-color-rgb), .15) !important;
}

#aside .apunte {
    line-height: 1rem;
    font-size: .9rem;
}

span.apunte {
    padding: 0.15rem 0.25rem;
    background: #2fea03;
    color: #fff;
}

/*
#content-temario ul:not(.list-group-flush) li:before,
ul.list-styled li:before{
    padding-right:.5rem;
    content: "\f0da";
    font-family:'Font Awesome 5 Pro';
    color:rgba(43,71,110, 1);
}

#content-temario ul:not(.list-group-flush) li{
    padding:0 0 .75rem 1rem;
    list-style: none;
}

#content-temario ul:not(.list-group-flush) li:before{
    padding-right:.5rem;
    content: "\f0da";
    font-family:'Font Awesome 5 Pro';
}

#box-user ul:not(.list-group-flush) li::before {
    display: none !important;
}
*/
.box-modulos:hover {
    font-weight: bold;
}

.box-progreso p {
    position: relative;
}


/*=======================================
Contenido (ASIDE)
s=======================================*/
.unread {
    color: rgba(23, 37, 68, .5);
}

.unread:before {
    content: "\f2d3";
    padding-right: .5rem;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: rgba(23, 37, 68, .5);
}

.read:before {
    content: "\f14a";
    padding-right: .5rem;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    color: rgba(23, 37, 68, 1);
}

/* Índice temario */

#aside .accordion-button {
    font-size: 0.9rem;
}

#aside .list-group-item .texto {
    font-size: 0.8rem;
}

#aside .list-group-item.temario {
    padding: 0.5rem 0.5rem 0.5rem 1rem !important
}

/*===========================================
	Usuario
===========================================*/
#usuario .card-button {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: #dedede;
    color: #222;
    transition: all .4s;
    text-decoration: none;
    border-radius: 6px;
}

#usuario .card-button:hover {
    color: #222;
    font-weight: 600;
    transition: .4s;
}

#usuario span {
    color: #000;
    font-weight: 500;
}

#usuario label {
    font-weight: 500;
}

label.login {
    font-size: 1.2rem;
}

#usuario li {
    list-style: none;
    line-height: 2.4rem;
}

#usuario .card-header {
    background: #2fea03;
    color: #000;
    border: 1px solid #2fea03;
    font-size: 1.3rem;
    padding: 1rem;
}

#usuario .card {
    border-radius: 0;
}

#usuario .card-box {
    background: rgba(0,0,0,0.75);
    color: #fff;
    border: 0;
}

#usuario .card-box a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: all .4s;
}

#usuario .card a:hover {
    color: #fff;
    font-weight: 600;
    transition: all .4s;
}

#usuario .card-body i {
    font-size: 1rem;
}

#usuario .card-informacion {
    border: 1px solid #ccc;
}

.lk-recordar {
    text-decoration: none;
    transition: all .4s;
}

.lk-recordar:hover {
    color: #222;
    font-weight: bold;
}

#accProgreso .card.card-accordion {
    border-radius: 0;
}

#accProgreso .card-header {
    background-color: rgba(0,0,0,0.75) !important;
    padding: 1rem;
    border: 0;
    border-radius: 0;
    color: #fff;
}

#accProgreso a {
    color: #fff;
}

#accProgreso a:hover {
    font-weight: normal;
}

.progress-bar {
    height: 30px;
}

#accProgreso .progress {
    height: 30px; /* Aumenta la altura del contenedor de la barra de progreso */
}

#accProgreso .progress-bar {
    font-size: 1rem;
    background-color: #D8026B;
}

#accProgreso .progress-bar.success {
    background-color: limegreen;
}

/*===========================================
	Ayuda
===========================================*/
#contenidoAyuda {
    background: rgba(0, 0, 0, .1);
    padding: 2rem 2rem;
}

#contenidoAyuda a {
    color: #00851b;
    text-decoration: none;
    transition: all .4s;
}

/*===========================================
	Examen
===========================================*/
#smartwizard .nav-item {
    background: #f6f6f6 !important;
}

#smartwizard .active {
    background: rgba(0,0,0,0.75) !important;
}

#smartwizard .nav-item:hover {
    background: #2fea03 !important;
}

#smartwizard .nav-item.active a {
    color: #fff !important;
    font-size: 1rem;
}
#smartwizard .nav-item a:hover {
    color: #222 !important;
    font-size: 1rem;
}
#smartwizard .nav-item.active a:hover {
    color: #222 !important;
    font-size: 1rem;
}

#smartwizard .nav-link {
    color: #222 !important;
    font-size: 1rem;
}

#smartwizard .nav-link:hover {
    color: #fff !important;
}

#smartwizard h4 {
    color: #616362;
}

#smartwizard .btn-secondary {
    background: rgba(43, 71, 110, .55) !important;
    border-radius: 0;
    border: 0;
    color: #fff;
}

.help-block.with-errors {
    color: red;
}

/*===========================================
	Examen Resultado
===========================================*/
#content-resultados {
    padding-top: 0;
}

#content-resultados th {
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 1.2rem;
    padding: 1rem;
}

#content-resultados td {
    padding: 1rem;
}

.mod-num {
    margin-top: 2rem;
}

#content-resultados .dropdown {
    margin-top: -1rem;
}

#revisionwizard ul {
    list-style-type: none;
    padding-left: 1rem;
}

#revisionwizard h4 {
    color: #616362;
}

#revisionwizard .nav-item {
    background: #f6f6f6 !important;
    border-radius: 0;
}

#revisionwizard .nav-item .active {
    background: rgba(0,0,0,0.75) !important;
    color: #fff !important;
    border-radius: 0;
}

#revisionwizard .nav-item .active:hover {
    background: #2fea03 !important;
    color: #222 !important;
    border-radius: 0;
}

#revisionwizard .nav-item:hover {
    background: #2fea03 !important;
}

#revisionwizard .nav-item a:hover {
    color: #222 !important;
}

#revisionwizard .nav-link {
    color: #222 !important;
    font-size: 1rem;
}

#revisionwizard .nav-link:hover {
    color: #fff !important;
}

#myTabContent {
    background: #efededff;
    margin-top: 1rem;
    padding: 1rem 1rem 2rem 1rem;
}

#revisionwizard .no-errors {
    background: rgba(0, 132, 27, .25);
    padding: 1rem 2rem .5rem 0;
    margin-bottom: .5rem;
}

#revisionwizard .text-muted {
    color: #6c757d !important;
}

#revisionwizard .form-check .text-muted.checked {
    background: #fff;
    margin-bottom: 0.5rem;
    padding: .35rem 2rem .35rem .35rem;
    border: 1px solid rgba(0, 0, 0, .25);
    text-decoration: none !important;
}

#revisionwizard .form-check .text-muted.ko {
    text-decoration: line-through;
}

#revisionwizard .checked.ko {
    background: rgba(231, 112, 122, 1) !important;
    color: #fff !important;
}

#revisionwizard .checked.ko .text-muted {
    color: #fff !important;
}

/*===========================================
	Respuestas
===========================================*/
#respuestas {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*===========================================
	Profesorado
===========================================*/
#profesorado .card-body:hover {
    /*
    background: #BDE0D9;
    transition: .4s;
    border-radius: 0.375rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}

/*===========================================
	Flip Card
===========================================*/
#content-contenido {
    margin-top: 2rem;
    padding-bottom: 4rem;
}

.card-img {
    border-radius: 0;
    transition: transform 0.5s ease, opacity 0.5s ease; /* Suaviza la transición */
}

.box-modulos:hover .card-img {
    transform: scale(1.05); /* Aumenta el tamaño de la imagen */
    opacity: 0.7; /* Opcional: Reduce la opacidad */
}


#content-contenido {
    float: left;
    width: 100%;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

#content-contenido:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

#content-contenido .card {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

#content-contenido .card-01 .card-body {
    position: relative;
    padding-top: 40px;
}

#content-contenido .card-01 .badge-box {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    text-align: center;
}

#content-contenido .card-01 .badge-box i {
    background: #DFC717;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

#content-contenido .card-title {
    font-size: 1.6rem;
}

.profile-box {
    background-size: cover;
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.profile-box:before {
    background-color: red;
    width: 100%;
    position: absolute;
    content: "";
    left: -10%;
    top: 0;
    z-index: 0;
}

.card-flipper {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    height: 248px;
}

.card__front a {
    color: #f6656a !important;
}

.card__back a {
    color: #d1d883 !important;
}

.card__front .card-title {
    color: #f6656a !important;
}

.card__back .card-title {
    color: #d1d883 !important;
}

.card__front, .card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__back .card {
    width: 100%;
    height: 248px;
}

.card__front, .card__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
}

.card__front {
    background-color: #ff5078;
}

.card__back {
    background-color: #1e1e1e;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__front {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__back {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

.card-flipper.effect__random.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card-flipper.effect__random.flipped .card__back {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

/*===========================================
	Progreso
===========================================*/
#progreso-usuario .progress.blue {
    margin: 0px 0px 8px 0px;
}

/*===========================================
	GPR Cookies
===========================================*/
.grecaptcha-badge {
    visibility: hidden;
}

.gdprcookie {
    position: fixed;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, .90);
    z-index: 9999 !important
}

.gdprcookie-intro,
.gdprcookie-types {
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1140px
}

.gdprcookie h1,
.gdprcookie h2 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    color: #fff
}

.gdprcookie p {
    font-size: 1rem;
    color: rgba(255, 255, 255, .75)
}

.gdprcookie h2 {
    font-size: 1.1em
}

.gdprcookie a {
    color: #fff;
    text-decoration: underline
}

.gdprcookie-buttons {
    text-align: center
}

.gdprcookie-buttons button {
    color: #fff;
    font-family: inherit;
    font-size: 1.1rem;
    padding: .5rem .75rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: 0 0;
    cursor: pointer
}

.gdprcookie-buttons button:disabled {
    color: rgba(255, 255, 255, .5)
}

.gdprcookie-types {
    margin: .5rem auto 1rem auto;
    padding: .5rem .75rem;
    border: 1px solid rgba(255, 255, 255, .75)
}

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 1rem 0 1rem
}

.gdprcookie-types li {
    padding: 0;
    margin: 0;
    width: 33%;
    display: block;
    list-style: none;
    float: left;
    color: #fff
}

.gdprcookie-types li label {
    font-size: 1.2rem
}

.gdprcookie-types input[type=checkbox] {
    margin-right: .5rem
}

/*===========================================
	WAC Window
===========================================*/
#wac_container .wac_phone .wac_content {
    transition: all .2s ease
}

#wac_container {
    position: fixed;
    bottom: 0;
    right: 1em;
    display: none;
    width: 240px;
    z-index: 2;
}

#wac_container .wac_frame {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden
}

#wac_container header {
    background-color: #22b4b0;
    border: 1px solid #22b4b0;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

#wac_container header:hover {
    background-color: #a0292e;
    border: 1px solid #a0292e;
    color: #fff;
    transition: .4s;
}

#wac_container .wac_data {
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    display: none
}

#wac_container .wac_phone:hover .wac_content {
    transform: scale(1.1);
    color: rgba(0, 0, 0, 1);
}

#wac_container .wac_content {
    padding-left: 14px
}

#wac_container .wac_phone .wac_content {
    font-size: 26px;
    font-weight: 700
}

#wac_container .wac_content p {
    margin-bottom: 5px
}

#wac_container .wac_phone .wac_content a {
    color: rgba(0, 0, 0, 1);
}

/*===========================================
	Usuario Especial
===========================================*/
.usuario-especial .box {
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 0.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
}

.usuario-especial .box span {
    color: #666;
    font-size: 0.9rem;
}

.usuario-especial .box a {
    background: #777;
    color: #fff;
    text-decoration: none;
    border-radius: 16px;
    font-size: 0.9rem;
    padding: 0.2rem 0.6rem 0.2rem 0.6rem;
}

.usuario-especial .box .read-on {
    color: lime;
    font-size: 0.6rem;
    margin-right: 5px

}

.subTabla {
    background: #e2c5b9;
    color: #a15552;
}

.bg-gray {
    background-color: var(--bs-gray-200);
}

/*===========================================
    Caso clínico temario
===========================================*/
#temario-caso .box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    height: 150px;
    display: flex; /* Añadido */
    flex-direction: column; /* Añadido */
    justify-content: center; /* Añadido */
    align-items: center; /* Añadido */
}

#temario-caso .box:hover {
    background-color: #f1f1f1;
    transform: translateY(-5px);
}

#temario-caso .box-title-caso {
    margin: 0;
    font-size: 1.5rem;
    color: #0084A3;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3rem;
    padding-top: 0.5rem;
    font-weight: bold;
}

#temario-caso .box-title-tema {
    margin: 0;
    font-size: 1rem;
    color: #0084A3;
    padding-top: 0.3rem;
    min-height: 4rem;
    display: flex; /* Añadido */
    align-items: center; /* Añadido */
    justify-content: center; /* Añadido */
    flex-grow: 1; /* Añadido para ocupar el espacio disponible */
}

#temario-caso .box-autor {
    margin: 0;
    font-size: .9rem;
    color: rgba(67, 161, 184, 0.9);
}

#temario-caso .box.active-box-casos {
    background-color: #e0ffe0;
    border-color: #28a745;
    box-shadow: 0 4px 8px rgba(0, 128, 0, 0.2);
}

#temario-caso .box-link {
    text-decoration: none;
    color: #0084A3;
}

#cookieConsent {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#bibliografia {
    padding: 1rem;
    background: #fafafa;
}

#bibliografia ol {
    list-style: none;
    counter-reset: item;
}

#bibliografia ol li {
    counter-increment: item;
    padding-left: 1rem;
    font-size: .9rem;
    text-indent: -1rem;
    padding-bottom: .5rem;
}

#bibliografia ol li::before {
    display: inline-block;
    width: 1rem;
    padding-right: 0.5rem;
    color: #911429;
    font-weight: 800;
    text-align: right;
    content: counter(item) ".";
}


/* Timeline */
.timeline .box-up {
    min-height: 400px;
    background: #2fea03;
    color: #000;
    border-bottom: 8px solid #000;
}

.timeline .box-bottom {
    min-height: 300px;
    background: #2fea03;
    color: #000;
    border-top: 8px solid #000;
    margin-top: -8px;
}

.timeline .titulo {
    padding: 1rem;
    font-size: 1.2rem;
}

.timeline .titulo-modulo {
    font-size: 1.2rem;
    background: #000;
    color: #fff;
    padding: 1rem;
    min-height: 200px;
    margin-right: 4rem;
    font-weight: bold;
}

.timeline .pie {
    margin: 1rem 0 0 1rem;
    padding-bottom: 0.6rem;
    font-weight: 800;
    font-size: 1.8rem;
}

.timeline .pie i {
    color: rgba(255, 255, 255, 0.85);
    font-size: 5rem;
    margin-right: 1rem;
}

.timeline .pie i:hover {
    color: rgba(255, 255, 255, 1);
    transition: 0.4s;
}


.img-persona {
    margin-top: -16rem;
}

.empty-space {
    grid-column: span 1; /* Ocupa el espacio del módulo 2 */
    background: transparent; /* Se mantiene en blanco */
}

.titulo-cursos {
    color: #000;
    font-weight: normal;
    font-size: 4rem;
    margin: 3rem 0 4rem;
}

.box-cursos {
    background: #2fea03;
}

.box-cursos .pie-modulo {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box-cursos .box-bottom {
    min-height: 300px;
    background: #2fea03;
    color: #000;
    border-top: 8px solid #000;
    margin-top: -8px;
}

.box-cursos .titulo {
    padding: 1rem;
    font-size: 1.7rem;
    line-height: 2.8rem;
}

.box-cursos .titulo-modulo {
    font-size: 1.2rem;
    background: #000;
    color: #fff;
    padding: 1rem;
    min-height: 250px;
    margin-right: 4rem;
    font-weight: bold;
}

.box-cursos .pie {
    margin: 1rem 0 0 1rem;
    padding-bottom: 0.6rem;
    font-weight: 800;
    font-size: 1.4rem;
}

.box-cursos .pie i {
    color: rgba(255, 255, 255, 0.85);
    font-size: 5rem;
    margin-right: 1rem;
    transition: 0.4s ease-in-out;
}

.box-cursos .pie i:hover {
    color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.container-fluid.bg-higienista, .container-fluid.bg-odontologo {
    padding: 0 2rem;
    position: relative;
    min-height: 74vh;
    display: flow;
    /*align-items: center;*/
    justify-content: center;
    overflow: hidden; /* Evita desbordamiento */
}

.container-fluid.bg-higienista::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/static/media/images/home/higienista-2.png') no-repeat right bottom; /* Imagen alineada abajo y a la derecha */
    background-size: 52%; /* Ajusta el tamaño de la imagen */
    opacity: 0.4; /* Ajusta la opacidad de la imagen de fondo */
    z-index: -1; /* Envía el fondo detrás del contenido */
}

.container-fluid.bg-odontologo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/static/media/images/home/odontologos-2.png') no-repeat right bottom; /* Imagen alineada abajo y a la derecha */
    background-size: 70%; /* Ajusta el tamaño de la imagen */
    opacity: 0.4; /* Ajusta la opacidad de la imagen de fondo */
    z-index: -1; /* Envía el fondo detrás del contenido */
}


/* Dashboard */
.bg-primary-opacity {
    /*background: #2f57ef21 !important;*/
    background: rgba(125, 188, 192, 0.14) !important;
    color: #508ea8 !important;
}
.callout-info {
    border-left: 5px solid #117a8b;
    background-color: #d1ecf1;
    color: #0c5460;
    padding: 20px;
    margin-top: 20px;
}

.rbt-counterup {
    box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 5px;;
    text-align: center;
    padding: 30px 30px 50px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.rbt-counterup {
    transition: all 0.3s ease-in-out;
}

.rbt-counterup:hover {
    transform: translateY(-6px);
}

.rbt-border-dashed {
    border: 2px dashed rgba(125, 188, 192, 0.14) !important;
}

.rbt-hover-03 {
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.oculto-tmp {
    display: none;
}

.rbt-counterup .inner .rbt-round-icon {
    margin-bottom: 20px;
    position: relative;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    line-height: 100px;
    padding: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
}

.rbt-counterup .inner .icon, .rbt-counterup .inner .rbt-round-icon {
    margin: 0 auto;
    margin-bottom: 20px;
}

.rbt-round-icon {
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.rbt-title-style-2 {
    color: #508ea8;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 1;
    margin-bottom: 0;
}

.odometer-digit {
    color: #508ea8;
    font-weight: 600;
}

.card-title.dashboard {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2;
    color: #222;
}

.card-text.dashboard {
    font-size: .8rem;
    font-weight: 600;
    line-height: 2;
    color: #508ea8;
}
.resultado-dashboard {
    font-size: .9rem;
}
.progress-bar.bg-success {
    background-color: #3EB75E!important;
}

.card.dashboard {
    border: 2px solid #508ea8 !important;
    border-radius: 5px!important;
    transition: .4s;
}

.card.dashboard:hover {
    transform: scale(1.04);
    box-shadow: 4px 4px 4px rgba(215, 216, 222, 0.41);
}

#content-temario.temario-principal ul,
.modal-contenido-info ul {
    list-style: none;
    padding-left: 1.5em;
}

#content-temario.temario-principal li,
.modal-contenido-info li {
    position: relative;
    padding-left: 1em;
}

#content-temario.temario-principal li::before,
.modal-contenido-info li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.6em;
    height: 0.6em;
    background-color: #2fea03;
}

#content-temario.temario-principal ul ul,
.modal-contenido-info ul ul {
    position: relative;
    padding-left: 1.5em;
    margin-top: 0.5em;
}

#content-temario.temario-principal ul ul li,
.modal-contenido-info ul ul li {
    padding-left: 1.5em;
}

#content-temario.temario-principal ul ul li::before,
.modal-contenido-info ul ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    /*transform: translateY(-50%);*/
    width: 1.2em;
    height: 2px;
    background-color: #2fea03;
}


/* === Estilos diferenciados para listas ordenadas en temario principal === */
#content-temario.temario-principal ol {
    color: #2fea03;
}

#content-temario.temario-principal ol li {
    color: #000;
    margin-left: 1.5rem;
    padding-left: 0;
}
#content-temario.temario-principal ol li::marker {
    color: #2fea03;
}

#content-temario.temario-principal ol li::before {
    content: none; /* Evita que se aplique el pseudo-elemento usado en <ul> */
}

.subtexto {
    display: block;
    margin-left: 1rem;
    font-size: 0.75rem;
    color: #666;
    font-weight: normal;
}
.
#content-temario.temario-principal img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 1rem auto;
    cursor: zoom-in;
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 768px) {
    #content-temario.temario-principal img {
        width: 90%;
        max-width: 90%;
    }
}

/* Mejoras para efecto hover y mensaje sobre imágenes */
#content-temario.temario-principal .img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

#content-temario.temario-principal .img-wrapper:hover::before {
    content: attr(data-message);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    pointer-events: none;
    z-index: 2;
    border-radius: 5px;
}

#content-temario.temario-principal .img-wrapper:hover img {
    filter: brightness(70%);
    transition: filter 0.3s ease;
}

/* Estilo para el fondo modal */
.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-modal img {
    max-width: 80%;
    max-height: 80%;
    cursor: zoom-out;
}

.image-modal.hidden {
    display: none;
}