.fondo_negro_movil {
  display: none;
}

.pintar_verde_menu {
  background: #1e8312;
}

.boq_info_perfil_movil,
.cuadro_info_usuario_movil {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.cuadro_info_usuario_movil {
  gap: 13px;
}

.cuadro_info_usuario_movil figure {
  width: 52px;

  height: 52px;

  border: 2px solid #ffcb00;

  border-radius: 50%;

  background: #fff;

  margin: 0;
}

.cuadro_info_usuario_movil figure img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.text_usuario_portugues h2 {
  margin-bottom: 1px;

  font-size: 18px;

  color: #fff;

  font-weight: 700;
}

.text_usuario_portugues p {
  margin: 0px;

  font-size: 13px;

  color: #fff;
}

.quitar_padding_plataforma {
  padding-left: 0px !important;

  padding-right: 0px !important;

  background-image: url("/img/perfil/fondo_perfil.webp");
}

/* .row_contenedor_plataforma_info.top_solo_portada {

    height: calc(100% - 92px) !important;

} */

.ancho_nuevo_movil_portugues {
  max-width: 300px !important;
}

.fondo_negro_movil {
  position: fixed;

  top: 0;

  width: 100%;

  z-index: 99;
}

.uk-section-xxsmall {
  padding: 10px 0px;
}

.se-pre-con {
  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background: url("/img/loader.gif") center no-repeat #fff;

  display: none;
}

input:focus {
  outline: none;
}

a:hover {
  text-decoration: none !important;
}

.fondo_login_general {
  background-image: url("/img/banner/banner_login_2025.webp");

  width: 100%;

  height: 100vh;

  background-repeat: no-repeat;

  background-size: cover;
}

.centrar_formulario {
  display: flex;

  justify-content: center;

  align-items: center;

  height: 100%;
}

.row_formulario_ifeep {
  display: flex;

  flex-direction: column;

  align-items: center;

  width: 100%;

  max-width: 280px;
  
  background: #ffffff; 
  
  border-radius: 20px; 
  
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05); 
  
  max-width: 400px;   
  
  width: 100%;
  
  margin: 0 auto;     
}
.row_formulario_ifeep.row_formulario_ifeep2{
        max-width: 260px;
}

.formulario_interno {
  align-items: flex-start;

  width: 100%;
}

.formulario_interno label {
  width: 100%;

  box-sizing: border-box;
}

.formulario_interno label span {
  font-size: 16px;

  color: #292b2c;

  line-height: 1.2;

  font-weight: bold;
}

.formulario_interno label input {
  width: 100%;

  box-sizing: border-box;

  padding: 10px 15px;

  font-size: 16px;

  border-radius: 5px;

  border: 1px solid #1e8312;
}

.formulario_interno.formulario_interno2 label input{
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    border-radius: 0;
        font-weight: bold;
        text-transform: uppercase;
        
}

.formulario_interno.formulario_interno2 label input:focus{

    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
  
}


.formulario_interno label input:focus {
  border: 1px solid #1e8312;
}

.btn_inicio_sesion {
  background-color: #1e8312;

  width: 100%;

  display: block;

  color: #fff;

  font-size: 18px;

  padding: 10px 15px;

  border-radius: 5px;

  border: 1px solid #1e8312;

  margin-top: 20px;

  transition-duration: 0.5s;

  cursor: pointer;

  text-align: center;

  box-sizing: border-box;
}

.btn_inicio_sesion:hover {
  transition-duration: 0.5s;

  background-color: #1e8312c9 !important;

  color: #fff;
}

.menu_portugues {
  width: 100%;

  max-width: 159px;

  background: #000;

  height: 100vh;
}

.row_menu_portugues {
  display: flex;

  flex-direction: column;

  align-items: center;

  box-sizing: border-box;
}

.item_menu {
  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 15px;

  width: 100%;

  box-sizing: border-box;

  position: relative;
}

.item_menu figure {
  width: 24px;

  height: 24px;

  margin-bottom: 5px;
}

.ancho_logo_menu {
  width: 52px !important;

  height: 52px !important;
}

.item_menu figure img {
  object-fit: contain;

  width: 100%;

  height: 100%;
}

.item_menu span {
  font-size: 12px;

  color: #fff;

  text-align: center;
}

.item_menu:hover,
.active_menu_idio {
  background: #2098d1;

  transition: all 0.5s ease;
}

.datos_alumno_ifeep {
  padding: 78px 0px 20px 0px;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.bloq_fixed_general {
  display: flex;

  box-sizing: border-box;

  /* position: fixed; */

  position: relative;
}

.perfil_ifeep {
  width: 250px;

  background-image: url("/img/perfil/fondo_perfil.webp");

  background-position: top left;

  background-size: cover;

  background-repeat: no-repeat;

  /* height: 100%; */

  /* display: flex;

    flex-direction: column;

    justify-content: space-between;  */

  height: 100%;

  position: relative;
}

.position_stitik {
  position: sticky;

  top: 0px;
}

.bloq_control {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100vh;
}

.img_avatar_ifeep {
  width: 81px;

  height: 81px;

  overflow: hidden;

  border-radius: 50%;

  border: 3px solid #1e8312;

  margin-bottom: 5px;

  background: #fff;
}

.border_botton_final {
  border-bottom: 1px solid #799fbc;
}

.list_menu_ifeep a {
  padding: 12px 13px;

  transition-duration: 0.5s;

  border-top: 1px solid #799fbc;
}

.list_menu_ifeep a span {
  color: #3d495e;

  font-size: 17px;

  font-weight: 700;

  transition-duration: 0.5s;
}

.active_menu_portuge,
.list_menu_ifeep a:hover {
  background: #ffcb00;

  transition-duration: 0.2s;

  -webkit-box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.42);

  -moz-box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.42);

  box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.42);

  border: none !important;

  position: relative;

  bottom: -1px;
}

.list_menu_ifeep a.active_menu_portuge span,
.list_menu_ifeep a:hover span {
  color: #3d495e !important;

  font-weight: 800;

  transition-duration: 0.2s;
}

.img_avatar_ifeep img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.logo_menu_ifeep {
  background: #cae0eb;

  padding-top: 20px;

  padding-bottom: 14px;
}

.btn_cerrar_sesion {
  background: #f4511e;

  color: #fff;

  font-size: 14px;

  padding: 5px;

  border-radius: 5px;

  display: flex;

  align-items: center;

  gap: 5px;

  max-width: 110px;
}

.gap_10_menu {
  gap: 10px;
}

.list_menu_ifeep {
  margin-top: 38px;

  gap: 0px;

  width: 100%;
}

.btn_cerrar_sesion_portuge {
  padding-bottom: 20px;

  padding-left: 35px;

  background: none;

  border: none;

  cursor: pointer;
}

.agregar_border_cerrar_sesion {
  border-top: 1px solid #799fbc;
}

.btn_cerrar_sesion_portuge2 {
  padding-left: 20px;

  padding-top: 20px;
}

.btn_cerrar_sesion_portuge span {
  color: #0d5187;

  font-weight: 700;

  font-size: 18px;
}

.info_personal_alumno {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.info_personal_alumno h2 {
  color: #383838;

  font-size: 18px;

  line-height: 17px;

  margin-top: 15px;

  margin-bottom: 0px;

  text-align: center;

  font-weight: 600;
}

.info_personal_alumno span {
  color: #383838;

  font-size: 16.4px;
}

.contenedor_plataforma_info {
  width: calc(100% - 240px);

  /* height: 100vh;

    overflow: auto; */

  /* margin-left: 240px; */

  /* overflow-x: hidden; */
}

.row_contenedor_plataforma_info {
  background: #f0f1f5;

  display: flex;

  flex-direction: column;

  align-items: center;

  /* height: calc(100% - 250px); */
}

.bloq_row_contenedor_plataforma_info {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);

  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);

  height: auto;

  border-radius: 10px;

  padding: 32px;

  background: #fff;

  width: 92%;

  position: relative;

  top: -65px;
}

.row2_contenedor_plataforma_info h2 {
  text-align: left;

  color: #fff;

  font-weight: 900;

  font-size: 48px;

  line-height: 45px;

  margin-bottom: 10px;
}

.row2_contenedor_plataforma_info h2 span {
  color: #ffcb00 !important;

  display: block;
}

.row2_contenedor_plataforma_info p {
  text-align: left;

  letter-spacing: 1px;

  font-size: 16px;

  margin-top: 10px;

  line-height: 34px;

  color: #fff;

  font-weight: 700;
}

.bloq_video_portada {
  display: flex;

  width: 100%;

  height: 450px;

  margin-top: 40px;
}

.contenedor_general_uso {
  display: flex;

  width: calc(100% - 159px);
}

.contenedor_titular_seccion h2 {
  text-align: center;

  font-size: 28px;

  color: #0d5187;

  font-weight: 800;

  margin-bottom: 0;

  line-height: 28px;
}

.contenedor_interno_info {
  align-items: center;

  width: 100%;

  max-width: 1080px;
}

.contenedor_titular_seccion p {
  font-size: 20px;

  color: #3d495e;

  font-weight: 400;

  line-height: 20px;

  text-align: justify;

  margin-bottom: 30px;
  
  line-height:normal;
}

.contenedor_contenido_ifeep {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.horarios_ifeep h3 {
  font-size: 16px;

  font-weight: 700;

  line-height: 19px;

  text-align: center;

  color: #0d5187;
}

.horarios_ifeep p {
  display: flex;

  gap: 100px;
}

.horarios_ifeep p span {
  font-weight: 700;

  font-size: 16px;

  line-height: 19px;

  text-align: center;

  color: #3d495e;
}

.linea_divisoria_online {
  width: 100%;

  height: 10px;

  background: #0275d8;

  border-radius: 5px;
}

.btn_ir_clases {
  max-width: 230px;

  width: 100%;

  color: #fff;

  background-color: #1e8312;

  text-align: center;

  font-size: 20px;

  padding: 10px 20px;

  font-weight: 600;

  box-sizing: border-box;

  border-radius: 8px;

  margin-top: 15px;

  opacity: 0.8;

  transition-duration: 0.5s;

  margin-bottom: 150px;
}

.btn_ir_clases:hover {
  color: #fff;

  opacity: 1 !important;

  transition-duration: 0.5s;
}

.item_card_video {
  background: #f2f6f7;

  overflow: hidden;

  border-radius: 10px;
}

.cabecera_card {
  background: #1e8312;
}

.cabecera_card h3 {
  color: #fff;

  font-size: 16px;

  padding: 15px 8px;

  font-weight: 700;

  line-height: 20px;

  margin-bottom: 0;
}

.cuerpo_clases_grabadas {
  padding: 12px 12px 15px 12px;
}

.cuerpo_clases_grabadas .cuerpo_card p {
  font-size: 24px;

  line-height: 30px;

  color: #fff;

  text-align: center;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  margin: 0;

  font-style: italic;
}

.cuerpo_card {
  margin-bottom: 15px;

  position: relative;
}

.btn_ver_video {
  background: #ffcb00;

  color: #0d5187;

  border: 1px solid #ffcb00;

  font-size: 18px;

  border-radius: 8px;

  padding: 7px 0px;

  display: table;

  margin: auto;

  transition-duration: 0.5s;

  line-height: 20px;

  font-weight: 700;

  width: 146px;
}

.btn_ver_video:hover {
  color: #fff;

  background: #5cb85c !important;

  transition-duration: 0.5s;
}

.contenedor_contenido_ifeep_examenes {
  display: flex;

  justify-content: center;

  margin-top: 30px;
}

.ancho_max_examanes {
  width: 100%;

  max-width: 850px;
}

.item_card_examen {
  border-radius: 10px;

  overflow: hidden;
}

.cabecera_card_examen {
  background: #1e8312;

  color: #fff;

  padding: 12px 8px;
}

.cabecera_card_examen h3 {
  color: #fff;

  font-size: 18px;

  margin: 0;

  font-weight: 700;

  line-height: 20px;
}

.cuerpo_total_examen {
  background: #f2f6f7;

  padding: 16px;
}

.cuerpo_card_examen {
  width: 100%;

  height: 150px;

  margin-bottom: 15px;

  box-sizing: border-box;
}

.cuerpo_card_examen img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.btn_iniciar_examen {
  border-radius: 8px;

  background-color: #ffcb00;

  padding: 6px 0px;

  color: #0d5187;

  font-size: 18px;

  font-weight: 700;

  display: table;

  margin: auto;

  transition-duration: 0.5s;

  width: 146px;
}

.btn_iniciar_examen:hover {
  opacity: 0.8;

  transition-duration: 0.5s;

  color: #fff;
}

.contenedor_titular_seccion_examen p {
  margin: 5px;
}

.contenedor_titular_seccion_examen h2 {
  margin-bottom: 20px;
}

.gap_10_opciones {
  gap: 10px;
}

.contenedor_contenido_ifeep_examenes_preguntas {
  display: flex;

  flex-direction: column;

  margin-top: 40px;

  width: 100%;

  overflow: auto;
}

.contenedor_contenido_ifeep_examenes_preguntas table {
  width: 100%;

  min-width: 600px;

  border-collapse: collapse;
}

.cabecera_pregunta {
  display: flex;

  gap: 10px;

  align-items: center;
}

.cabecera_pregunta p {
  font-size: 18px;

  font-weight: bold;

  color: #170c76;
}

.cabecera_pregunta span {
  background: #ffcb00;

  width: 40px;

  height: 40px;

  font-size: 14px;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  font-weight: 700;
}

.list_pregnutas_examen {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.opciones_pregunta {
  margin-left: 50px;

  margin-top: 10px;
}

.item_examen_g {
  padding: 30px 20px;

  border: 1px solid #dfd3d3;

  background: #efeeee;

  border-radius: 5px;
}

.tiempo_examen {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 25px;
}

.timer_examen {
  font-weight: bold;

  font-size: 32px;

  color: #d91818;
}

.titulo_examen_timer {
  color: #294177;

  font-size: 18px;

  font-weight: 700;
}

.bloq_botones_examen {
  display: flex;

  align-items: center;

  gap: 100px;

  justify-content: center;

  margin-top: 50px;
}

.bloq_botones_examen a {
  border-radius: 4px;

  font-size: 18px;

  color: #fff;

  width: 165px;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 5px 0px;
}

.bloq_botones_examen a:first-child {
  background: #ffcb00;
}

.bloq_botones_examen a:last-child {
  background: #097714;
}

.tabla_respuestas_acertivas caption {
  background: #097714;

  padding: 8px;

  color: #fff;

  text-align: center;
}

.tabla_respuestas_acertivas thead tr th {
  font-size: 13px;

  text-align: center;

  padding: 12px;
}

.tabla_respuestas_acertivas tbody tr td {
  color: #414141;

  font-size: 13px;

  text-align: center;

  padding: 10px 0px;
}

.im_icon_correc {
  width: 25px;
}

.bloq_contenedor_resultado {
  background: #fff;

  border: 1px solid #dfd3d3;

  border-radius: 5px;

  padding: 16px;

  margin-top: 40px;
}

.table_scrol_movil_new {
  width: 100%;

  overflow: auto;
}

.bloq_contenedor_resultado table {
  width: 100%;

  min-width: 600px;

  border-collapse: collapse;
}

.titulo_naranja_result {
  color: #d07112;

  font-size: 20px;

  text-align: center;

  font-weight: 700;
}

.nota_respuesta_result {
  margin-top: 8px;

  font-size: 14px;

  font-weight: bold;

  text-align: center;
}

.tabla_result_examen_final {
  width: 100%;

  margin-bottom: 70px;
}

.tabla_result_examen_final thead {
  background-color: #097714;
}

.tabla_result_examen_final thead tr {
  color: #fff;
}

.tabla_result_examen_final thead tr th {
  padding: 0px !important;

  color: #fff;

  padding: 6px 0px !important;

  font-size: 14px !important;

  font-weight: bold !important;
}

.tabla_result_examen_final tbody tr td {
  padding: 6px 10px !important;

  font-size: 14px !important;

  font-weight: bold !important;
}

.year-month-frame .year {
  display: none !important;
}

.banner_portugues {
  width: 100%;

  height: 250px;

  position: relative;
}

.banner_portugues img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: top right;
}

.row2_contenedor_plataforma_info {
  position: absolute;

  top: 33px;

  left: 50px;
}

.item_home_detal {
  display: flex;

  align-items: center;

  gap: 10px;

  background: #eff7fb;

  border-radius: 8px;

  padding: 20px;
}

.item_home_detal p {
  font-size: 18px;

  font-weight: 700;

  color: #110857;

  text-align: left;
}

.nombre_alumno_portugues {
  font-size: 15px;

  color: #3d495e;

  line-height: 24px;

  font-weight: 700;

  text-align: center;

  margin-bottom: 30px;
}

.legales_portugues {
  font-size: 13px;

  color: #3d495e;

  line-height: 24px;

  margin-top: -50px;

  text-align: center;
}

.list_cat_lineas_tab li {
  background: #f2f6f7;

  width: 48.8%;

  box-sizing: border-box;

  border-radius: 8px;

  justify-content: center;

  display: flex;

  padding-left: 0;

  transition-duration: 0.5s;

  border: 2px solid #d9d9d9;
}

.error-border {
  border: 1px solid red !important;
}

.error {
  display: none !important;
}

.list_cat_lineas_tab li a {
  color: #000;

  font-size: 16px;

  font-weight: 700;

  line-height: 20px;

  text-transform: capitalize;

  width: 50%;

  padding: 12px 10px;

  width: 100%;

  border-bottom: 0;
}

.uk-tab::before {
  display: none;
}

.uk-tab > .uk-active > a {
  border-color: #1e8312;

  color: #fff;
}

.list_cat_lineas_tab li.uk-active,
.list_cat_lineas_tab li:hover {
  background: #1e8312;

  border: 2px solid #1e8312;

  transition-duration: 0.5s;
}

.ancho_total_datos {
  width: 100%;
}

.list_cat_lineas_tab {
  width: 100%;

  flex-wrap: nowrap;

  margin-left: 0;

  gap: 20px;
}

.bloq_3_casillas,
.bloq_4_casillas,
.bloq_1_casillas {
  display: flex;

  align-items: center;

  gap: 10px;

  box-sizing: border-box;
}

.bloq_3_casillas,
.bloq_4_casillas,
.bloq_1_casillas {
  display: flex;

  justify-content: space-between;
}

.bloq_3_casillas label,
.bloq_4_casillas label,
.bloq_1_casillas label {
  display: flex;

  flex-direction: column;

  box-sizing: border-box;

  box-sizing: border-box;
}

.bloq_3_casillas label span,
.bloq_4_casillas label span,
.bloq_1_casillas label span {
  color: #3d495e;

  font-size: 16px;

  line-height: 20px;

  font-weight: 700;

  margin-bottom: 10px;

  display: block;

  box-sizing: border-box;
}

.bloq_3_casillas label input,
.bloq_4_casillas label input,
.bloq_1_casillas label input,
.bloq_3_casillas label select,
.bloq_4_casillas label select,
.bloq_1_casillas label select {
  background: #f2f6f7;

  border: 1px solid #d9d9d9;
  
  font-size:18px;

  border-radius: 8px;

  padding: 13px 15px;

  box-sizing: border-box;
}

#tab-content {
  margin-top: 35px;
}

.bloq_3_casillas label {
  width: 33%;
}

.bloq_4_casillas label {
  width: 24%;
}

.bloq_1_casillas {
  flex-direction: column;

  gap: 20px !important;
}

.separar_bloq_form {
  display: flex;

  flex-direction: column;

  gap: 20px !important;
}

.bloq_1_casillas label {
  flex-direction: column;

  width: 100%;
}

.btn_actu_datos {
  color: #0d5187;

  font-size: 18px;

  font-weight: 700;

  line-height: 20px;

  background: #ffcb00;

  border-radius: 8px;

  border: none;

  padding: 12px 0px;

  width: 317px;

  cursor: pointer;
}

.bloq_1_form {
  margin-bottom: 32px;
}

::-webkit-scrollbar {
  width: 8px;

  height: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;

  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #097714;

  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #097714;
}

.cabecera_portugues_ifeep {
  background: #1e8312;

  border-radius: 10px 10px 0px 0px;
}

.cabecera_portugues_ifeep h2 {
  color: #fff;

  font-size: 18.7px;

  font-weight: 700;

  padding: 12px 0px;
}

.btn_libro_diapo {
  background: #ffcb00;

  color: #0d5187;

  font-size: 18px;

  line-height: 20px;

  font-weight: 700;

  width: 100%;

  display: flex;

  justify-content: center;

  padding: 15px;

  box-sizing: border-box;

  border-radius: 8px;

  margin-top: 20px;
}

.contenedor_contenido_ifeep_libros {
  max-width: 750px !important;
}

.cuerpo_mensaje {
  font-weight: 700;

  color: #000;

  font-size: 17px;
}

.quitar_svg svg {
  display: none;
}

.contenedor_textos_ifeep {
  padding: 30px;
}

.border_radius_20 {
  border-radius: 20px;

  border: 3px solid #1e8312;
}

.gap_10_opciones label {
  font-size: 15px;

  font-weight: 700;

  color: #000;
}

.gap_10_opciones label input {
  margin-right: 5px;
}

.boton_submit_verde {
  border-radius: 4px;

  font-size: 18px;

  color: #fff;

  width: 165px;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 8px 0px;

  background: #097714;

  border: none;

  cursor: pointer;
}

.text_unidades_examen {
  margin-bottom: 20px;
}

.text_unidades_examen p {
  font-size: 15px;

  font-weight: 700;

  color: #000;
}

.fondo_oscuro_form {
  background: #000;
}

/**formulario**/

.fondo_blanco_formulario {
  background: #fff;

  padding: 40px;

  border-radius: 10px;

  overflow: hidden;

  width: 100%;

  max-width: 450px;
}

.form_alumno_portugues h2 {
  font-size: 35px;

  color: #000;

  font-weight: 700;
}

.form_ifeep_portugues form {
  gap: 10px;
}

.form_ifeep_portugues form label {
  gap: 2px;
}

.form_ifeep_portugues form label span {
  font-size: 15px;

  color: #000;

  font-weight: 500;
}

.form_ifeep_portugues form label input,
.form_ifeep_portugues form label select {
  font-size: 13px;

  color: #000;

  padding: 10px;

  border-radius: 10px;

  border: 1px solid #000;
}

.form_ifeep_portugues form label input.uk-radio {
  padding: 0;

  margin-right: 5px;
}

.listado_radios_alumnos label {
  font-size: 14px;

  font-weight: 700;

  color: #000;
}

.aparecer_change_nopago,
.margin_adicional_s {
  margin-top: 10px;
}

.aparecer_change_pago,
.aparecer_change_nopago {
  display: none;
}

.botones_examen_cancel_usar {
  display: flex;

  justify-content: space-around;

  align-items: center;
}

.btn_modal_examen {
  position: static;

  padding: 0;

  width: 45%;

  color: #fff;

  background: #1e8312;

  line-height: normal;

  display: flex;

  justify-content: center;

  padding: 10px 0px;

  border-radius: 10px;

  font-size: 15px;
}

.cerrar_modal_examen {
  background: #ffcb00 !important;

  color: #0d5187;
}

.btn_modal_examen svg {
  display: none;
}

.titulo_alvertencia_intentos {
  text-align: center;

  color: red;

  font-weight: 700;

  font-size: 18px;

  line-height: 1.2;
}

.bloq_tab_notas {
  width: 100%;

  max-width: 750px;

  box-sizing: border-box;

  overflow: hidden;
}

.tab_notas_usar li {
  background: #097714;

  color: #fff;
}

.tab_notas_usar li a,
.tab_notas_usar li a:hover {
  color: #fff;
  
  font-size:18px;

  font-weight: 700;

  padding: 15px 10px;
}

.tab_notas_usar li.uk-active a {
  color: #3d495e;
}

.tab_notas_usar li.uk-active {
  background: #ffcb00;

  border: none;
}

.tab_notas_usar.uk-tab > .uk-active > a {
  border-color: transparent !important;
}

.fondo_cabecera_notas {
  background: #ffcb00;
}

.fondo_cabecera_notas th {
  font-weight: 700;
  
  font-size:18px;

  color: #3d495e;
}

.cuerpo_tabla_nota tr td {
  padding: 10px 12px;
  
  font-size:18px;

  font-weight: 700;

  color: #3d495e;
}

.uk-tab-bottom.tab_notas_usar {
  margin-left: 0px;

  border-radius: 10px;

  overflow: hidden;
}

.titulo_no_nota_list {
  color: #000;

  font-weight: 700;

  font-size: 16px;
}

.quitar_padding_modal {
  padding: 0;
}

.cabecera_diapositiva {
  background: #cae0eb;

  padding: 15px;

  position: relative;
}

.cabecera_diapositiva img {
  width: 80px;
}

.btn_cerrar_diaposi {
  top: -15px;

  right: -15px;

  width: 30px !important;
}

.form_select_diapositiva {
  display: flex;

  flex-direction: column;

  gap: 10px;

  width: 100%;
}

.bloq_select_diapositiva {
  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 20px 50px 50px 50px;
}

.bloq_select_diapositiva h2 {
  font-size: 18px;

  color: #000;

  font-weight: 700;

  text-align: center;
}

.form_select_diapositiva label {
  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 5px;

  box-sizing: border-box;
}

.form_select_diapositiva label span {
  color: #000;

  font-weight: 700;

  font-size: 16px;
}

.form_select_diapositiva label input,
.form_select_diapositiva label select {
    
  font-size: 18px;
  
  width: 100%;

  padding: 15px;

  border-radius: 10px;

  box-sizing: border-box;
}

.btn_envio_diapositiva {
  background: #ffcb00;

  color: #0d5187;

  font-size: 16px;

  font-weight: 700;

  border: none;

  padding: 15px;

  border-radius: 10px;

  margin-top: 20px;
}

.bloq_select_ {
  width: 100%;

  max-width: 550px;

  margin-bottom: 25px;
}

.bloq_select_ajax {
  gap: 15px;

  width: 100%;

  justify-content: space-between;
}

.bloq_select_ajax select {
  padding: 17px;

  width: 50%;

  border: 2px solid #097714;

  border-radius: 10px;

  font-size: 20px;
}

.btn_buscar_clase {
  background: #097714;

  color: #fff;

  padding: 10px 25px;

  border-radius: 10px;

  font-weight: 700;

  font-size: 18px;
}

.titulo_validacion_no_clase {
  font-size: 18px;

  font-weight: 700;

  color: #000;
}

.pm_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.pm_overlay.pm_abierto {
  display: flex;
}

.pm_modal {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 460px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: pm_entrada 0.3s ease;
}

@keyframes pm_entrada {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.pm_header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px 18px;
  background: linear-gradient(135deg, #1e8312 0%, #145c0c 100%);
  border-radius: 16px 16px 0 0;
  position: relative;
}

.pm_header_icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.pm_title {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.pm_subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  margin: 2px 0 0;
}

.pm_close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.pm_close:hover {
  background: rgba(255, 255, 255, 0.4);
}

.pm_body {
  padding: 24px;
}

.pm_nivel_card {
  background: #f7faf7;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 20px;
}

.pm_card_row {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.pm_card_left {
  flex: 1 1 0;
  min-width: 0;
}

.pm_card_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  text-align: center;
  flex-shrink: 0;
  min-width: 110px;
}

.pm_nivel_label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #888;
  text-transform: uppercase;
  margin: 0 0 6px;
}

/* Responsive: apila en móvil */
@media (max-width: 480px) {
  .pm_modal {
    margin: 0 12px;
  }

  .pm_card_row {
    flex-direction: column;
  }

  .pm_card_right {
    padding-left: 0;
    border-left: none !important;
    border-top: 1.5px solid #e0e0e0;
    padding-top: 14px;
    margin-top: 4px;
    align-items: flex-start;
  }
}

.pm_badge {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 9px;
  border-radius: 20px;
  margin-bottom: 1px;
}

.pm_nivel_nombre {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 4px;
  line-height: 1.2;
}

.pm_nivel_sub {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.pm_progress_block {
  margin-bottom: 16px;
}

.pm_progress_label {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  color: #555;
  font-weight: 700;
  margin-bottom: 6px;
}

.pm_progress_bar_bg {
  background: #e8e8e8;
  border-radius: 50px;
  height: 10px;
  overflow: hidden;
}

.pm_progress_bar_fill {
  height: 100%;
  border-radius: 50px;
  transition: width 0.8s ease;
}

.pm_niveles_lista {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pm_nivel_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f4f4f4;
}

.pm_nivel_item.pm_completado {
  background: #edfaeb;
}

.pm_nivel_item.pm_activo {
  background: linear-gradient(90deg, #eafae7, #fff);
  border: 1.5px solid #1e8312;
  box-shadow: 0 2px 12px rgba(30, 131, 18, 0.12);
}

.pm_nivel_item.pm_pendiente {
  opacity: 0.6;
}

.pm_nivel_dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pm_nivel_item_nombre {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  flex: 1;
}

.pm_en_curso_badge {
  background: #ffcb00;
  color: #0d5187;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}



.btn_cerrar_sesion_portuge.btn_cerrar_sesion_portuge2{
     background-color: #1e8312;
    background-color: #1e8312;
    padding: 13px 20px;
    border-radius: 10px;
 }
 .btn_cerrar_sesion_portuge.btn_cerrar_sesion_portuge2 i{
         width: 15px !important;
        height: 15px !important;
       background-color: #fff;

 }
 .btn_cerrar_sesion_portuge.btn_cerrar_sesion_portuge2 span{
       color: #fff;
         font-weight: bold;

 }
 .titulo_portuges_login_dni{
    color: #ffcb00;
    font-weight: bold;
    font-size: 18px;
 }
 .titulo_bienvenido_dni_login{
     font-weight: 600;
    color: #1e8312;
    text-transform: uppercase;
    font-size: 27px;
    margin-top:0px;
    margin-bottom:3rem;
 }



